<style type="text/css">header:not(.no-banner):not(.scrolled-head) ul.child-nav li a{
    color: #000 !important; /* YOU COLOR HERE FOR THE DROP DOWN MENU LINKS */
  }
  
  header #main-menu>li>a {
      text-transform: uppercase;
  }
  
  @media (hover: hover) and (pointer: fine) and (min-width: 1025px), screen and (-ms-high-contrast:none) and (min-width: 1025px) {
    header:not(.scrolled-head):not(.no-banner),
    header:not(.scrolled-head):not(.no-banner) .header-top {
        background: transparent !important; /* To make the header transparent */
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0) !important; /* To remove the box shadow */
    }
  
    body:not(.module-page) .header-space {
        display: none !important; /* Conditionally Removes the header space */
    }
  
    header:not(.no-banner):not(.scrolled-head) ul:not(.child-nav) li a,
    header:not(.no-banner):not(.scrolled-head) span {
        color: #fff !important;  /* YOUR MAIN MENU COLOR HERE WHEN MENU IS TRANSPARENT*/
    }
  
    header.master-layout-3 #main-menu ul a {
        color: #2a2a2a !important;
        text-transform: uppercase;
    }
  
      header.master-layout-3 .MyProfile_Member .MyProfile_Name {
          text-transform: uppercase;
          line-height: 30px;
      }
  
      header.master-layout-3 .MyProfile_Member .MyProfile_SignedIn {
          padding: 10px 15px;
      }
  
      header.master-layout-3 .MyProfile_Member .MyProfile_SignedIn, header.master-layout-3 .MyProfile_Member .MyProfile_SignedOut {
          border: 1px solid #fff;
      }
  
    header:not(.no-banner):not(.scrolled-head) .header-social a {
          color: #fff;
      }
  
      header.master-layout-3 .header-social {
          margin-right: 15px;
      }
  }

body {
    font-size: 18px;
}

section[id*="TextArea"].intro-text .theme-secondary {
    background: #205d46;
    color: #fff;
    padding: 20px 0 !important;
    border-bottom: 4px solid #cdb78d;
}

section[id*="TextArea"].intro-text h2 {
    margin-bottom: 0;
}

hr {
    margin-top: 6px;
    margin-bottom: 20px;
    border-top: 1px solid #cdb78d;
}

/* Buttons */

.theme2 a.btn, .theme2 .e3-button {
    background-color: #cdb78d !important;
    color: #2a2a2a;
    border-color: #b3a07c;
}

.theme2 a.btn:hover, .theme2 a.btn:focus, .theme2 .e3-button:hover, .theme2 .e3-button:focus {
    background-color: #cbba9a !important;
    color: #2a2a2a;
}

/* Width Margins Padding */

section[id*="ExpandableContent"] .inner-wrap {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    float: unset;
}

/* Table Styling */

section:not(.widget-bizform) td {
    vertical-align: top;
    border-bottom: 1px solid #000;
}

/* Rotating Images */

section[id*="RotatingImageBanner"].cho-hero-textwidget {
    text-shadow: none;
}

section[id*="RotatingImageBanner"] h1 {
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 600;
}

section[id*="RotatingImageBanner"] h4 {
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 1025px) {
    section[id*="RotatingImageBanner"] .col-md-5 {
        width: 60% !important;
    }
}

/*
section[id*="RotatingImageBanner"].cho-hero-textwidget {
    & .col-sm-8 {
        h1::after {
            content: '';
            background: #cdb78d;
            width: 600px;
            height: 1px;
            position: absolute;
            top: 75px;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }
}
*/


/* Title Summary */

@media (min-width: 1200px) {
    .basic-block.background-image .inner-wrap {
        height: 75vh;
    }

    section[id*="TitleAndSummary"].ts-full-right .col-sm-offset-2 {
        width: 45%;
    }

    section[id*="TitleAndSummary"].ts-full-right.basic-block .basic-block-wrapper .text-block {
        justify-content: flex-end;
    }
}

@media (min-width: 768px) {
    section[id*="TitleAndSummary"].basic-block .basic-block-wrapper {
        width: 95%;
        max-width: 100%;
        margin: 0 auto;
        padding: 20px 0;
        text-shadow: none;
    }

    .basic-block .basic-block-wrapper .img-block {
        min-height: 524px;
        height: 100%;
    }
}

/* Fullwidth Quicklinks */

@media (min-width: 1024px) {
    .full-width-quicklinks .full-width-quicklink-container {
        margin: 10px;
        column-gap: 10px;
        row-gap: 10px;
    }
}

.full-width-quicklinks h3.normal-font,
.full-width-quicklinks h3.small-font {
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .full-width-quicklinks .full-width-quicklink-container.four-ql .quicklink-flex-item {
        flex-basis: 45%;
    }

    .full-width-quicklinks .full-width-quicklink-container {
        justify-content: center;
    }
}

/* Tab Content */

.tab-content .tab-content-nav ul li {
    color: #fff;
    font-family: 'Source Serif 4';
    font-size: 1.5rem;
}

.tab-content-content {
    margin: 0;
    position: relative;
}

.theme1.tab-content .tab-content-nav ul li:hover, .theme1.tab-content .tab-content-nav ul li.active-tab {
    border-color: #cdb78d;
}

.tab-content .tab-content-nav ul li:hover, .tab-content .tab-content-nav ul li.active-tab {
    background: #cdb78d;
    color: #2a2a2a;
}

.tab-content .tab-content-nav ul {
    border-bottom: 1px solid #eee;
    background: #205d46;
}

@media (min-width: 1200px) {
    .tab-content .tab-content-item {
        padding: 40px 0;
        background: #f2f2f3;
    }
}

/* Info Cards */

.basic-text-area.info-cards.theme1 .col-sm {
    background: #f2f2f3;
    color: #2a2a2a;
    box-shadow: 1px 1px 5px #d4d4d4;
    outline: 1px solid #cdb78d;
    outline-offset: -10px;
}

.basic-text-area.info-cards .col-sm {
    box-shadow: 1px 1px 5px #d4d4d4;
    padding: 40px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Quicklinks */

.content-quicklink-menu .content-quicklink-menu-list {
    background: #205d46;
}

.content-quicklink-menu a {
    color: #fff !important;
    text-transform: uppercase;
}

.content-quicklink-menu .content-quicklink-menu-a {
    border-bottom: 2px solid #fff;
}

.content-quicklink-menu .content-quicklink-menu-list p {
    padding: 10px 20px;
    word-break: break-word;
    margin: 0;
}

.content-quicklink-menu .content-quicklink-menu-a:hover {
    border: 0;
    border-left: 0;
    border-bottom: 2px solid #fff;
    background-color: #277054;
}

/* Text Quicklinks */

.quicklink-text-bg .quicklink-text-container a {
    background: #1F4D3A;
    color: #F5F1E8 !important;
    border-color: #C8A96A;
}

.quicklink-text-bg .quicklink-text-container a:hover, .quicklink-text-bg .quicklink-text-container a:focus {
    background: #fafafa;
    color: #1F4D3A !important;
    border-color: #C8A96A;
    border-bottom-color: #C8A96A;
}

/* CHO Bizform Styling */

.widget-bizform.theme1 .theme-secondary .container {
    background: #f2eee7;
    padding: 60px;
}

.widget-bizform .container {
    width: 1000px !important;
    max-width: 100%;
}

@media (min-width: 768px) {
    .widget-bizform .background-image {
        background-attachment: fixed;
        padding: 100px 0 !important;
        display: flex;
    }
}

.widget-bizform .background-image .container {
    background: rgba(255, 255, 255, 0.9);
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.widget-bizform {

    .EditingFormTable {
        display: block;
    }
    tr {
        display: flex;
        flex-direction: column;
    }
    .FieldLabel {
        text-align: left;
    }
    .radio {
        input {
            margin-bottom: 10px;
            margin-right: 3px;
            margin-left: 10px;
        }
        label {
            flex-grow: 1;
            min-width: max-content;
        }
    }
    tbody {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contact .FieldLabel {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 2rem;
        margin-top: 30px;
    }

    .title {
        font-size: 2rem;
    }

    .full {
        width: 100%;
        .form-control {
            max-width: 100%;
        }
        @media (max-width: 1024px) {
            width: 100%;
        }
    }
    .half {
        width: 50%;
        .form-control {
            max-width: 100%;
        }
        @media (max-width: 1024px) {
            width: 100%;
        }
    }

    .comments {
        width: 100%;

        .form-control {
            max-width: 100%;
            height: 8rem;
        }
        @media (max-width: 1024px) {
            width: 100%;
        }
    }
    .third {
        width: 33%;
        .form-control {
            max-width: 100%;
        }
        @media (max-width: 1024px) {
            width: 100%;
        }
    }
    tr:last-child {
        width: 100%;
            }
        }
    }
}

.widget-bizform .FieldLabel {
    font-size:0.9rem;
}

.widget-bizform tbody tr:last-of-type {
    text-align: center;
}

@media (min-width: 1200px) {
    .widget-bizform .container {
        width: 1000px;
        max-width: inherit;
    }
}


.widget-bizform h2 {
    margin-bottom: 50px;
}

.FormPanel .input-width-15 {
    width: 16%;
}

.FormPanel .input-width-20 {
    width: 55%;
    margin-right: 0 !important;
}
</style>