﻿body {
    font-family: "Lato", sans-serif;
    font-size:14px;
    line-height: 1.5715em;
    font-weight:400;
    width:100%;
}

.fixed {
    position: fixed;
}

.mask {
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Header */
.header {
    width: 100%;
    margin-top: 0;
    color: #8f8f8f;
    display: flex;
    flex-direction: column;
}

.top_header {
    background-color: #f7f6f5;
    position: relative;
    letter-spacing: -0.25px;
    z-index:8000;
    display: flex;
    flex-wrap: wrap;
}

.main_header {
    background-color: #ffffff;
    padding:30px;
    transition: all 0.3s ease;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}

.inner_content {
    width:1180px;
    margin:auto;
    padding: 5px;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}


.content_item b {
    color: black;
    font-weight: 700;
}

.header_logo {
    height: 60px;
    width: auto;
}

.inner_content .content_item .fa {
    color: #e2bb4c !important;
    font-size:16px !important;
}

.content_item ul {
    display: flex;
}

.inner_content .content_item ul li {
    list-style: none;
    padding: 0.65em .95em;
}

.inner_content .content_item ul li a {
    color: #8f8f8f;
    font-weight: 700;
}

.inner_content .content_item ul li a:hover {
    color: black;
}

.inner_content .content_item ul li:last-child a{
    color: white;
}

.inner_content .content_item ul li:last-child {
    background-color: #e2bb4c;
    padding: 0.65em 1.45em 0 1.5em !important;
    margin-left:40px;
}
.sweep-to-bottom {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

}
.sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d1ab3f;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 200ms ease-out;
    transition: 200ms ease-out;
}
    
.sweep-to-bottom:hover:before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  padding:10px;
  box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
  transition: top 0.7s;
}

.sticky img {
    margin-top:-5px;
}
.member_header .inner_content{
    padding: 10px;
}
.member_header .inner_content div:first-child {
    width:700px;
}





/**************************/

.scroll_to_top_btn{
    background-color: #e2bb4c;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    bottom: 30px;    
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    z-index: 3;
    display: none;
}

.scroll_to_top_btn:hover{
    background-color: #d1ab3f;
    cursor: pointer;
    transition: .5s;
}

.scroll_to_top_btn a {
    margin:auto;
}

.scroll_to_top_btn #scroll_tag span{
    color: white;
    margin-top: 30%; 
}

.slide-up
{
    bottom: 0px !important;
}

.slide-down
{
    bottom: -475px !important;
}


/**************************************************************/

/*Mobile Header*/

.mobile_menu {
    display: none;
    top:0;
    width:100%;
}

.mobile_menu .mobile_item:last-child {
    align-items: center;
}

.mobile_menu a img{
  height: 60px;
}

.mobile_item .fa {
    font-size: 20px;
}

.itemCenter {
    flex: 1 0 auto;
    position: absolute;            
    left: 50%;
    transform: translateX(-50%);
}

.mobile_container {
    display: block;
    background-color: #e2bb4c;
    color: #fff;
    left:-320px;
    position: fixed;
    top:0;
    bottom:0; 
    padding:0; 
    width:320px;
    transition:ease-in-out .3s;
}

.menu_open {
    left:0 !important;
}

.mobile_container ul li a {
    color: #fff;
    font-weight: 800;
    font-size:12px;
    padding-right: 54px;
}

.mobile_container ul li {
    display: block; 
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    padding: 15px 35px;
}

.mobile_container ul li:hover {
    background-color: rgba(0,0,0,0.1) !important;
}

.mask {
    position: fixed; 
    top: 0; 
    bottom: 0; 
    left:0; 
    background-color: rgba(0,0,0,0.6);
}

/********************************************/

/* Footer */
.footer{
  
    padding-top: 110px;
    padding-bottom:40px;
    background-color: #2f2f2f;
    bottom: 0;
    left:0;
    width:100%;
    margin-bottom: 0 !important;
}

.inner_footer {
  display: flex;
  flex-wrap: nowrap;
  background-color: #2f2f2f;
  justify-content: space-between;
  max-width:1180px;
  margin:auto;
  padding-bottom:50px;
}



.footer div table {
    width:100%; 
    border-collapse: collapse;
}

.footer div table tr td:first-child {
    color: white; 
    font-weight: 700;
    width:30%;
    vertical-align: top;
}

.footer div table tr:last-child td:last-child,
.footer p a {
    color: white; 
    font-weight: 700;
}

.footer_box {
  background-color:#2f2f2f;
  width: 500px;
  margin: 20px;
  display: flex;
  flex-direction: column;
}


.footer .footer_box hr {
    background-color: #e2bb4c; 
    height:2px;
    width:4.2rem;
    bottom:0;
    left:0;
}

.footer .footer_box h4 {
    color: white; 
    font-size:15px;
    margin-bottom:10px;
    padding-bottom:10px;
}

.footer div{
    color: #8f8f8f;
    padding-top:4px;
}

.footer div a {
    color: #8f8f8f;
    display: block;
}

.footer div a:hover,
.footer p a:hover {
    color: #e2bb4c;
}


.footer  p {
    color: #8f8f8f;
    margin-top:50px;
    background-color:#2f2f2f;
    margin-bottom: 0;
    max-width:1180px;
    margin:auto;
    padding-bottom:70px;
    padding-left:30px;
}

.footer div .orange_link {
    color: #e2bb4c !important;
    display: inline-block !important; 
}

/***********************************************************/


/* Mobile*/
@media (max-width: 1262px) and (min-width: 1136px) {
    .inner_content, .footer_content_outter, .MemberPage {
        width: 910px !important;
    }

}

@media (max-width: 1135px) and (min-width: 1024px) {
    .inner_content, .footer_content_outter, .MemberPage {
        width: 964px !important;
    }
    .footer .footer_content .footer_item {
        width:80%;
        padding:10px;
    }
    .inner_footer {
      flex-wrap: wrap;
    }
}

@media (max-width: 1023px) and (min-width: 486px) {
    .header {
        display: none;
      }

    .inner_content, .MemberPage{
        width: 654px;
    }

    .mobile_menu {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        padding:30px;
        flex-wrap: wrap;
    }
    .inner_footer {
        flex-wrap: wrap;
    }
      .member_header .inner_content {
        justify-content: center;
    }
      .member_header #header {
          text-align: center;
      }
}

@media (max-width: 486px) {
    .header {
        display: none;
      }

    .inner_content, .MemberPage {
        width: 342px !important;
    }

    .mobile_menu {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
        padding:20px;
        flex-wrap: wrap;
    }

    .mobile_container {
        margin-top: 60px;
        width:486px;
        left:-486px;
    }

    .mobile_menu a img{
      height: 40px;
    }
    .inner_footer {
        flex-wrap: wrap;
    }
    .member_header .inner_content {
        justify-content: center;
    }

      .member_header #header {
          text-align: center;
      }
}

@media (max-width: 1200px){
    .inner_footer {
      flex-wrap: wrap;
    }
}

/******************************/

.member_header {
    background-image: url(https://mdvaldosta.com/wp-content/uploads/2017/01/breadcrumb_background.jpg);
    background-color: #64ab68;
    width:100%; 
    height:70px;
}

.member_header {
    display: flex;
    justify-content: space-between;
}

.member_header #header a,
.member_header #header {
    font-weight:800;
    text-transform: uppercase;
}

.member_header div,
.member_header div a {
    color: #ffffff; 
    font-size:14px;
    font-weight:500;
}

.member_header div a:hover{
    opacity: .7;
}

.fa-angle-right {
    padding:5px;
    font-size:16px;
}


.CustomerSite .col-xs-1, .CustomerSite .col-sm-1, .CustomerSite .col-md-1, .CustomerSite .col-lg-1, .CustomerSite .col-xs-2, .CustomerSite .col-sm-2, .CustomerSite .col-md-2, .CustomerSite .col-lg-2, .CustomerSite .col-xs-3, .CustomerSite .col-sm-3, .CustomerSite .col-md-3, .CustomerSite .col-lg-3, .CustomerSite .col-xs-4, .CustomerSite .col-sm-4, .CustomerSite .col-md-4, .CustomerSite .col-lg-4, .CustomerSite .col-xs-5, .CustomerSite .col-sm-5, .CustomerSite .col-md-5, .CustomerSite .col-lg-5, .CustomerSite .col-xs-6, .CustomerSite .col-sm-6, .CustomerSite .col-md-6, .CustomerSite .col-lg-6, .CustomerSite .col-xs-7, .CustomerSite .col-sm-7, .CustomerSite .col-md-7, .CustomerSite .col-lg-7, .CustomerSite .col-xs-8, .CustomerSite .col-sm-8, .CustomerSite .col-md-8, .CustomerSite .col-lg-8, .CustomerSite .col-xs-9, .CustomerSite .col-sm-9, .CustomerSite .col-md-9, .CustomerSite .col-lg-9, .CustomerSite .col-xs-10, .CustomerSite .col-sm-10, .CustomerSite .col-md-10, .CustomerSite .col-lg-10, .CustomerSite .col-xs-11, .CustomerSite .col-sm-11, .CustomerSite .col-md-11, .CustomerSite .col-lg-11, .CustomerSite .col-xs-12, .CustomerSite .col-sm-12, .CustomerSite .col-md-12, .CustomerSite .col-lg-12 {
    position: static !important;
}
