/*STYLESHEET CREATED BY Jessica IN ONBOARDING*/

/*FOR WHEN MASTHEAD IS LEFT OF MENU, CAN CHANGE PADDING ON TOP TO CENTER BETTER, AND CAN CHANGE MAX WIDTH ALLOWED - IF CHANGING WIDTH MUST MAKE SURE MENU ISNT MORE THAN 5 ITEMS */

#container[data-masthead-location="logo-left"] #navigationContainer .header_masthead {
    max-width: 300px;
    display: inline-block;
    padding-top: 1px;
}

/*keep nav centered with menu*/
#navigation {
    display: flex;
}

/*makes nav menu height smaller*/

#navigation>ul.nav_ul {
    min-height: 50px;
    height: 0;
}

/*CHANGES THE PADDING AT THE BOTTOM OF THE MAIN CONTENT AREA SO IT DOESNT HAVE A GIANT SPACE BEFORE THE FOOTER ALSO increases content area to max at 1200 instead of 900*/
#contentWrapper {
    padding: 30px 15px 10px 15px;
    max-width: 950px;
}


/*Allows Hero Slider text to take up more horizontal space dont increase this past 50% also adds a nice drop shadow instead of harsh one*/
.heroSlide .slideText {
    font-weight: bolder;
    font-size: 36px;
    text-shadow: 2px 2px 8px #000000;
    max-width: 50%;
    line-height: 0.5em;
    font-family: 'Cuprum', sans-serif;
}

.t1 {
    font-family: 'Merriweather', serif;
    font-weight: bold;
    font-size: 35px;
    text-shadow: 2px 2px 8px #000000;
    font-family: 'Cuprum', sans-serif;
}

.t2 {
    font-family: 'Cuprum', sans-serif;
    font-weight: bold;
    font-size: 55px;
    text-shadow: 2px 2px 8px #000000;
}


.t3 {
    font-family: 'Cuprum', sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-shadow: 2px 2px 8px #000000;
}

/*CHANGE COLOR OF THIN BAR AT TOP CONTAINING THE CONNECT ICON ALONG WITH THE THICKNESS OF IT & COLOR OF THE CONNECT ICON default here for me is white strip with colored border & contact words colored*/
#page-title-contact-strip {
    background-color: #fff;
    border-top: 1px solid #A98C1F;
}

#page-title-contact-strip .wrapper {
    padding: 1px 0;
}

#page-title-contact-strip .contact .contact-toggle {
    background: none;
    color: #335B39;
    /* Edit left Padding value to change position*/
    padding: 10px 10px;
}


/*THIS CHANGES THE THREE MAIN HEADER FONTS, COLORS, SIZES, ETC */
#content h1 {
    font-weight: 900;
    color: #004B35;
    font-size: 27px;
    text-transform: none !important;
    margin-bottom: 10px;
    font-family: 'Cuprum', sans-serif;
}

#content h2 {
    font-weight: 720;
    color: #004B35;
    font-size: 24px;
    text-transform: none !important;
    margin-bottom: 12px;
    font-family: 'Cuprum', sans-serif;
}

#content h3 {
    font-weight: 500;
    text-transform: none !important;
    margin-bottom: 10px;
    font-size: 20px;
    color: #004B35;
    font-family: 'Cuprum', sans-serif;
}

/*hyperlink color */
#content a {
    color: #A98C1F;
    text-decoration: none;
}

/* featured content links and header colors */
#cn_container h2 a {
    font-size: 20px;
    color: #004B35;
}

#cn_container a {
    color: #A98C1F;

}

/*CHANGES THE PADDING AT THE BOTTOM OF THE MAIN CONTENT AREA SO IT DOESNT HAVE A GIANT SPACE BEFORE THE FOOTER*/
#contentWrapper {
    padding: 30px 0px 10px 0px;
}

/*CHANGE BACKGROUND COLOR OF FOOTER CONTAINER border set to white (to be invisible - unless you wish to have one*/
#footerContainer {
    background-color: #649D35;
    border-top: 1px solid #A98C1F;
}

/*CHANGE DEFAULT PADDING ON FOOTER TO MAKE IT USE LESS SPACE*/
#footer {
    padding: 50px 0;
}

/*CHANGE COLOR OF MAIN CONTENT AREA*/
#contentContainer {
    background: #ffffff;
}

/*CHANGE COLOR OF CONTACT PAGE FONT*/
.contact_info {
    color: #004B35;
}

/*CHANGE ALLIGNMENT OF CALLOUT BOXES*/
#mediaContainer {
    text-align: center;
}

#media {
    text-align: center;
}

/*makes the callout boxes look better with less padding - DO NOT GO BELOW 10 px padding*/
#media .item {
    padding: 12px 12px;
    min-height: 170px;
}

/*CHANGES THE PARAGRAPH AND LIST FONTS - ALL SHOULD BE SAME FONT, BUT CAN CHANGE COLOR IF DESIRED*/
#content .content_list li {
    font-size: 16px;
    color: #000;
    line-height: 1.1;

}

#content ul, #content ol {
    padding-bottom: 0 !important;
    color: #000;
    line-height: 1.1;
    font-size: 16px;
}

#content .content_list li {
    color: #000;
    font-size: 16px;
}

#content p {
    margin: 0 0 14px;
    font-size: 16px;
    color: #000;
    line-height: 1.4;

}

#SNcontainer .sn_icons ul, #SNcontainer #sn_icons ul {
    padding-bottom: 40px;
}

/*changes callout box fonts and/or backgrounds*/

#media .item h2 {
    font-family: 'Cuprum', sans-serif;

}


#media .item .btn {
    margin: auto;
    font-family: 'Cuprum', sans-serif;
    font-size: 24px;
    border: 1px dotted #004377;
    border-radius: 5px;

}

/*Gradiated Horizontal Rule*/

hr.new {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(169, 140, 31, 0.75), rgba(0, 0, 0, 0));
}

/*adds border to the newsletter/calc box*/
#cn_container {
    border-top: 1px dotted #004B35;
    background: url(/files/103206/faint_gold2.png) !important;
}

/*Video Container Text modification*/

#videoContainer .title-subtitle h2 {
    color: inherit;
    font-size: 30px;
    margin-top: 6px;
    font-weight: 400;
    font-family: 'Cuprum', sans-serif;
}


#videoContainer .title-subtitle h3 {
    color: inherit;
    font-size: 24px;
    margin-top: 6px;
    font-weight: 400;
    font-family: 'Cuprum', sans-serif;
}

/*CHANGE COLOR AND FONT OF CONTACT US PAGE HEADERS*/
#content .contactMessageHeading {
    font-size: 20px;
    color: #004B35;
    font-weight: bold;
    margin: 0;
    font-family: 'Cuprum', sans-serif;
}

body.contact_us #content .map-address li.officeName strong span {
    font-weight: bold;
    color: #004B35;
    font-size: 20px;
    font-family: 'Cuprum', sans-serif;

}

/*adding a background image to video container*/
#videoContainer {
    font-size: 0;
    border-top: 1px dotted #004377;
}

#videoContainer .section-wrapper {
    background: none !important;
}

/*CHANGE THICKNESS OF THE NAVIGATION MENU FONT adjust the 400 value to 700 to bold the nav font*/
#navigation ul.nav_ul li a {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Cuprum', sans-serif;
}

/*CHANGE DEFAULT COLOR FONT ETC OF BUTTON that you add to href's by adding class=button in the tag you can add 1px solid #ffffff or whatever color and make the background fff to have a white box with an outline button*/

.contact-form-button {
    font-weight: bold;
    text-transform: none;
    font-size: 16px;
    background: #004B35;
    padding: 15px 20px;
    float: right;
    font-family: 'Cuprum', sans-serif;
}



.button {
    background-color: #004B35;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    display: inline-block;
    font-size: 16px;
    font-family: 'Cuprum', sans-serif;
}

button.accordion {
    background-color: #FFF;
    color: #004B35;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border-top: 1px dotted #004B35;
    text-align: center;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    font-family: 'Cuprum', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
}

button.accordion.active, button.accordion:hover {
    background-color: #F5EDCD;
}

div.panel {
    padding: 10px 18px;
    display: none;
    background-color: white;
}

.newcontainer {
    margin-bottom: 10px;
    margin-right: 50px;
    float: left;
}

ul.agent_list {
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

#content .agent_list .agent_list_item {
    min-width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.assoc-title {
    color: #4a4a4b;
    font-size: 18px;
}

.agent_list_item .clear {
    clear: none;
}

.agent_list .contact-info>div {
    display: none;
}

.agent_list .agent_list_item button {
    float: right;
}

.agent_list .agent_list_item button {
    font-size: 0px;
    background: none;
    color: #4a4a4b;
}

.agent_list .agent_list_item button:after {
    content: "Read More...";
    font-size: 15px;
}

h3 {
    color: #4a4a4b;
}