/* @import url('http://example.com/example_style.css'); */

/*========Font Awesome========*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*=========================================
    Font Typography
=========================================*/

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');


/*==================================================================================
    Typography
==================================================================================*/
.hs-accordion__item button{ display:block;width:100%;font-size:16px !important; font-weight: 525 !important; padding:1em;cursor:pointer;border:0 none;border-bottom:1px solid #56ba47 !important;border-radius:0;background-color:transparent;-webkit-appearance:none;color:#000 !important;position:relative;text-align:left;font-family:"Raleway", sans-serif;}

.hs-accordion__item button:hover{color:#006DB0 !important;opacity:1 !important}.hs-accordion__item[aria-expanded=true] button{color:#006DB0 !important;border-bottom-color:#006DB0 !important}

.hs-accordion__item button:hover 
.hs-accordion__item-icon{border-color:#006DB0 !important}
.hs-accordion__item button:hover 
.hs-accordion__item-icon:before,
.hs-accordion__item button:hover 
.hs-accordion__item-icon:after{background-color:#006DB0 !important}

.hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon
{-webkit-transform:translateY(-50%) rotate(135deg);-ms-transform:translateY(-50%) rotate(135deg);transform:translateY(-50%) rotate(135deg);border-color:#006DB0 !important;background-color#006DB0!important;}

.hs-accordion__item-content {
    font-family:"Raleway", sans-serif !important;
    font-size: 16px !important;
}
.hs-form-required {
    display: none !important;
}
body{
    padding:0;
    font-size: 18px;
    line-height:25px;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato', sans-serif;
    width:100%;
    background:#f2f2f2;
    margin:0 auto;
    /*max-width:1640px;*/
    color: #000000;
}

.wrapper, .row-fluid .wrapper[class*="span"]{
    width: 100%;
    max-width:1400px ;
    margin: 0 auto!important;
    float: none;
    padding: 0 20px;    
}

.purchase-submit, .refinance-submit{
    cursor: pointer !important;
    -webkit-appearance: none !important;
    font-family: 'Mulish', sans-serif !important;
    font-size: 16px !important;
    text-decoration: none !important;
    border: none !important;
    height: 50px !important;
    border-radius: 6px !important;
    background-color: #008000 !important;
    color: #FFF !important;
    font-weight: 600;
    border: 1px #008000 solid !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-top: 10px;
  padding-right: 18px;
  padding-bottom: 10px;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 600;

}

.purchase-submit:hover , .refinance-submit:hover{
    background-color: rgba(0, 128, 0, .85) !important;
}
/*==================================================================================
    Body Width
==================================================================================*/
.wrapper-body, .row-fluid .wrapper-body[class*="span"] {
    width: 100%;
    max-width:1200px ;
    margin: 0 auto!important;
    float: none;
    padding: 0 20px;    
}

a#cta_button_2142820_ff213232-345c-4150-87de-a4100d8a6cc8 {
    background-color: #0056a7 !important;
    color: white !important;
}

/*==================================================================================
   
==================================================================================*/

h1,h2,h3,h4,h5,h6,p,a{
    text-transform:initial;
    margin:0;
    padding:0;
    text-decoration:none;
    
}

a{
    margin-bottom:0;
}

h1{
    font-size: 50px;
    line-height: 55px;
    letter-spacing:0.5px;
}

h2{
    font-size: 24px;
    line-height: 29px;
    font-weight:700;
}

h3{
    font-size:22px;
    line-height:27px;
    letter-spacing:0.6px;
}

h4{
    font-size: 20px;
    line-height:24px;
    letter-spacing:0.5px;
    font-weight:900;
}

h5{
    font-size: 16px;
    line-height: 19px;
    font-weight:900;
}

h6{
    font-size:10px;
    font-weight:600;
}

p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom:15px;
}

a{
    color:#0b6db6;    
}

a.excla_purchase{
    color: #828282;
}
.fa_with_bg{
    position: relative;
}

.fa_with_bg::after{
    position: absolute;
    content: '';
    background: #fff;
    z-index: -1;
    top: 1.5px;
    left: 0.7px;
    width: 14px;
    height: 13px;
    border-radius: 50%;
}


a.cta_button,.hs-button{
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    border: none;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    text-transform: none !important;
    display: inline-block;
    transition:all .3s ease-in;
    -webkit-transition:all .3s ease-in;
}

a.cta_button:hover, .hs-button:hover {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
  
}
* {
    -webkit-tap-highlight-color: transparent;
}
.head .cta_button{
    background:#000000;
    padding:15px 22px;
    border:2px solid #fff;
}

.head .cta_button:hover{
    color:#000000;
    border-color:#000000;
    background:#000000;
}

.transparent .cta_button{
    border:3px solid #000;
}

.white-bg{
    background:#fff;
    position:relative;
    z-index:111;
}

.green-bg{
    background:#000000;
    position:relative;
    z-index:111;
}


.align-center {
    text-align:center;
}

.align-left {
    text-align:left;
}

.align-right {
    text-align:right;
}

body .container-fluid .row-fluid .float-left{
    float:left;
}

body .container-fluid .row-fluid .float-right{
    float:right;
}

.blue-bg{
    background-color: #006caf ;
}

.grey-bg{
    background-color: #828282;
}

.guana-bg .bg-container.size-cover .image {
   background-attachment: scroll;
}


.black-border{
    position:relative;
}

.blue-border:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
    height:5px;
    background:#000;
    z-index:1;
}

.mobilephone{
    
display: none !important;

}
.pad1 {
    padding: 35px;
}

@media only screen and (max-width:767px){
    
    
.mobilephone {
    
display: block !important;

.pad1 {
    padding: 20px !important;
}


}



/*==================================================
    Responsive Typograpghy
==================================================*/

@media(max-width:767px){
    
h1{
    font-size:30px;
    line-height:38px;
} 

h2{
    font-size:24px;
    line-height:29px;
}
    }


h1, h2, h3, h4, h5, h6{
    color:#000000;
}

/*=======================================================================
    Header Styling
=======================================================================*/

.header-section{
    padding:30px 0px 20px;
}

.main-nav .hs-menu-wrapper{
    float:right;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    padding:0px;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    padding:0px 12px;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child{
    padding:0px 0px 0px 25px;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a{
    position:relative;
    font-size:14px;
    color:#231f20;
    font-weight:600;
    padding:6px 0px 0px;
    letter-spacing:0px;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a{
    border:2px solid #000;
    border-radius: 5px;
    padding: 5px 40px 4px 20px;
}




.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a:after{
    content: '\f023';
    position: absolute;
    top: 7px;
    right: 20px;
    font-family: FontAwesome;
    font-size: 14px;
}





@media(max-width:1199px) and (min-width:1025px){
    
.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    padding: 0 9px;
}    
body .toggle-container .toggle {
    width: 38px;
    height: 22px;
    left: 0px;
}

body .toggle-container .toggle:before {
    width: 14px;
    height: 14px;
}
.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
    position: relative;
    font-size: 15px;
}

    
    }
    
    @media(max-width:1300px) and (min-width:1200px){
    
.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    padding: 0 13px;
}    
    
    }


@media(max-width:1024px) and (min-width:768px){

body .toggle-container .toggle {
    width: 38px;
    height: 22px;
    left: 0px;
}

body .toggle-container .toggle:before {
    width: 14px;
    height: 14px;
}

.header-section {
    padding: 15px 0 13px;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    padding:0px 8px;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
    font-size:12px;
}    

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
    padding: 3px 0px 0px 5px;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a {
    padding:0px 23px 0px 9px;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a:after {
    content: '\f023';
    position: absolute;
    top: 1px;
    right: 7px;
    font-family: FontAwesome;
    font-size: 14px;
}
    
    
}






/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background: !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:!important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:!important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#098cba!important;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:!important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:!important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#098cba!important;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}





@media(max-width:767px){

.header-section {
    padding: 13px 0px 20px;
}

.header-container-wrapper .header-section{
    position:relative;
}    
   
   
body .row-fluid .header-section{
    //background:#00698f;
}

.custom-menu-primary .hs-menu-wrapper{
    display:none;
}

body .row-fluid .header-section .cmpy-logo{
    position: relative;
    max-width: 173px;
    float: right;
    width: 100%;
    //margin-top:15px;
    top:1px;
} 

.header-container-wrapper .row-fluid .header-section .main-nav {
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
    padding-top: 34px;
    top: 0;
}


/*=====Mobile Trigger Styling=====*/

body .row-fluid .mobile-trigger {
    border: 0;
    top: -28px;
    left: 7px;
    background: transparent;
    z-index: 1;
}

body .row-fluid .mobile-trigger i {
    //transition: all .5s ease-in;
}

.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 34px;
    height: 3px;
    background: #000;
    border-radius: 2px;
}

.mobile-trigger:hover {
    background-color: rgba(0,0,0,0);
    border-color: transparent;
}

.mobile-trigger:hover i, 
.mobile-trigger:hover i:before, 
.mobile-trigger:hover i:after, 
.mobile-open .mobile-trigger i, 
.mobile-open .mobile-trigger i:before,
.mobile-open .mobile-trigger i:after{
    background:#000;
}

.mobile-open .mobile-trigger i {
    background: #fff;
    transition: all .1s ease-in;
}

.mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
}

.mobile-open .mobile-trigger i:after {
    top: 0;
    transform: rotate(-45deg);
}

.mobile-trigger i:before, .mobile-trigger i:after {
    transition: all .3s ease-in;
}

.mobile-trigger i:before {
    top: -10px;
}

.mobile-trigger i:after {
    top: 10px;
}

/*===============================*/    

/*======Open Menu Styling====*/

.header-container-wrapper .custom-menu-primary .hs-menu-wrapper {
    top: -29px;
    background: #fff;
    padding: 25px 0;
    position:relative;
}

.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
    border:0px;
    padding:0px;
    text-align:center;
}

.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-size: 16px;
    line-height: 50px;
    text-align: right;
    letter-spacing: 0.6px;
    padding:0px;
    text-align:center;
    color:#4a4a4a;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background: transparent;
    padding: 0px;
    top: 0px;
    left: 0px;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size:14px;
    line-height:18px;
}

/*
.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a:hover:before{
    content:'';
    position:absolute;
    top:20px;
    left:0;
    width:2px;
    height:16px;
    background:#86c445;
}
*/

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{
    background:transparent;
}

.header-section .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .child-trigger{
    border:0px;
}

.header-section .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .child-trigger i{
    //display:none;
    background:#000;
    height:2px;
}

.child-trigger i, .child-trigger i:after{
    background:#000;
    height:2px;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    border:0px;
}

/*added 4-16-18 to style 2nd level trigger*/
.hs-menu-depth-2 .child-trigger {
    height: 30px !important;
}

ul.hs-menu-children-wrapper.hs-menu-depth-3 {
    padding-top: 0px !important;
    top: -10px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper.hs-menu-depth-3 {
    padding-top: 0px !important;
    top: -10px !important;
}

/*
.header-section .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .child-trigger:active:focus:visited{
    color:#f5cf15;
}
  
body .row-fluid .top-menu ul{
    padding:0px 20px;
    margin:100px 0px 0px;
}

body .container-fluid .row-fluid .top-menu ul li{
    display:inline-block;
    width:100%;
    max-width:48%;
}

body .container-fluid .row-fluid .top-menu ul li a:hover:before{
    display:none;
}

body .container-fluid .row-fluid .top-menu ul li:first-child{
    max-width:54%;
}

body .container-fluid .row-fluid .top-menu ul li:last-child{
    max-width:44%;
}

body .row-fluid .top-menu ul li:first-child a{
    font-size:12px;
    color:#86c445;
    font-family: 'AvenirNext-Heavy';
    letter-spacing:1px;
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    padding: 5px 16px;
    background-color: rgba(134, 195, 69, 0.1);
    border:2px solid #86c445;
    line-height:22px;
    border-radius:7px 0px;
}

body .row-fluid .top-menu ul li:first-child a:hover:before{
    display:none;
}

body .row-fluid .top-menu ul li:last-child a{
    position:relative;
    font-size:16px;
    color:#9b9b9b;
    font-weight:400;
    text-transform:none;
    padding-right:15px;
    letter-spacing:0px;
    padding: 5px 15px 5px 0;
    background:transparent;
    border:2px solid transparent;
    line-height:22px;
}

body .row-fluid .top-menu ul li:last-child a:hover{
    color:#9b9b9b;
}

body .container-fluid .row-fluid .top-menu ul li:last-child a:hover:before{
    color:#9b9b9b;
    content:'\f023 ';
    position:absolute;
    top:6px;
    right: 43px;
    left: initial;
    font-family: 'FontAwesome';
    font-size:16px; 
    color:#9b9b9b;
    display:block;
    background:transparent;
}

body .row-fluid .top-menu ul li:last-child a:before{
    content:'\f023 ';
    position:absolute;
    top:6px;
    right: 25px;
    font-family: 'FontAwesome';
    font-size:16px; 
    color:#9b9b9b;
    display:block!important;
}   

*/

.custom-menu-primary.js-enabled .hs-menu-wrapper, .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display:block;
}

.custom-menu-primary.js-enabled .hs-menu-wrapper{
    left:-100%;
    transition:all .3s ease-in-out;
    height: auto;
    min-height: 100vh;
    position: absolute;
}

.mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper{
    left: 0;
    max-width: 250px;
    float: left;
}
  


.body-container-wrapper,
.footer-container-wrapper{
    transition:all .3s ease-in-out;
    left:0;
    position:relative;
    z-index:999;
    display:block;
}

.mobile-open .body-container-wrapper,
.mobile-open  .footer-container-wrapper{
    left:250px;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    padding-left: 20px;
    padding-right:0px;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a{
    text-align:left;
    letter-spacing:1px;
    line-height:39px;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child{
    padding:0px 0px 0px 20px;
    margin-top:30px;
}

body .row-fluid .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a{
    font-size:14px;
    padding: 0px 0px 0px 13px;
    width:100%;
    /* max-width: 213px !important; */
    margin-right: 17px;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a:after {
    content: '\f023';
    position: absolute;
    top: 2px;
    right: 13px;
    font-family: FontAwesome;
    font-size: 14px;
}




}












@media(max-width:767px){
body .hero-section {
    padding: 20px 20px 50px;
    text-align: center;
}
    .hero-section h1 {
    letter-spacing: 0.4px;
}

body .hero-section h3 {
    font-size: 18px;
    line-height: 1.5;
}

body .hero-section h3 span {
    display: block;
}

.hero-section h3:after {
    bottom: -15px;
}

body .section-one .three-col .head-text {
    max-width: 225px;

}

body .section-two .head-text p {
    max-width: 100%;
}

body .section-one {
    padding: 40px 0 8px;
}
body .head-text p {
    font-weight: normal;
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
    line-height:1;
}
.section-one .three-col .img-module .normal-image {
    left: 0;
    right: 0;
    text-align:center;
}



.section-one {
    padding: 40px 0;
}

body .section-one .head-text {
    padding-bottom: 37px;
}

body .section-one .three-col .head-text {
    padding-bottom: 49px;
}

body .section-two {
    padding: 25px 0 15px;
}
body .section-two p {
    letter-spacing: 0.2px;
}

body .container-fluid .row-fluid .three-col-module .span4 {
    position: relative;
    width: 100%;
    background-position:left center!important;
}


body .three-col-module .text-module {
    min-height: 288px;

}

body .three-col-module .text-module h5 {
    font-size: 14.4px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

body .three-col-module .text-module h3 {
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #ffffff;
    margin: 8px 0;
}

body .three-col-module .text-module p {
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}



body .footer-section {
    padding: 18px 0;
    text-align: center;
}
body .footer-section .foot-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    padding-bottom:20px;
}
body .address-module {
    padding-top: 54px;
    text-align: center;
}
body .footer-section .address-module p{
    font-weight:bold;
}

}



/*================================================================================================
    Footer Section Styling
================================================================================================*/

.footer-section{
    padding:45px 0px;
}

/*===========Foot Col Styling============*/

.footer-section .foot-col{}

.footer-section .foot-col .head-text{
    margin-bottom:10px;
}

.footer-section .foot-col h5{
    color:#fff;
    text-transform:uppercase;
}

.footer-section .foot-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    padding:0px;
    margin:0px;
    list-style:none;
}

.footer-section .foot-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    padding:0px;
    float:none;
}

.footer-section .foot-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a{
    font-size:16px;
    line-height:28px;
    color:#fff;
    letter-spacing:-0.1px;
    font-weight:700;
    padding: 0;
}

.footer-section .foot-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover{
    Color: #006db0;

}


/*============Address Module Styling=============*/

.footer-section .address-module .footer-logo{
    margin-bottom:38px;
}

.footer-section .address-module p{
    color:#fff;
    font-size:16px;
    line-height:23px;
    letter-spacing:-0.1px;
    margin:0px;
    font-weight:700;
}




@media(max-width:1024px) and (min-width:768px){

.footer-section {
    padding: 20px 0px;
}

.footer-section .foot-col h5{
    font-size:15px;
}

.footer-section .address-module p{
    font-size:12px;
    line-height:15px;
}

.footer-section .foot-col .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
    font-size:12px;
}    
    
    
    }





/*================Toggle Button Styling===============*/

.toggle-container{
    text-align:right;
}

.toggle-container .toggle{
    width:45px;
    height:25px;
    border:2px solid #57b948;
    border-radius:19px;
    position:relative;
    text-align:center;
    margin:0 auto;
    left: 50px;
    top: 8px;
}

.toggle-container .toggle:before{
    position: absolute;
    content: '';
    top: 2px;
    left: 2px;
    width: 17px;
    height: 17px;
    background: #57b948;
    border-radius: 50%;
    pointer-events:none;
}

.toggle-container.refinance .toggle:before{
    left:auto;
    right:2px;
}

.toggle-container .toggle a{
    display: block;
    height: 20px;
    position:relative;
}

.toggle-container .toggle a:before{
    position:absolute;
    content:'Refinance';
    top:-4px;
    right:-79px;
    font-size:16px;
    color:#929292;
}

.toggle-container .toggle a:after{
    position:absolute;
    content:'Purchase';
    top:-4px;
    left:-75px;
    font-size:16px;
    color:#57b948;
}

.toggle-container.refinance .toggle a:after{
    color:#929292;
    
}
.toggle-container.refinance .toggle a:before {
    color:#57b948;
}


.three-col-module .span4 {
    position: relative;
    width: 33.3%;
    background-position: left center!important;
}


@media(max-width:1024px) and (min-width:768px){
 
.toggle-container .toggle{
    left: 30px;
    top: 8px;
} 
 
.toggle-container .toggle a:before{
    position:absolute;
    content:'Refinance';
    top:-4px;
    right:-49px;
    font-size:10px;
    color:#929292;
}

.toggle-container .toggle a:after{
    position:absolute;
    content:'Purchase';
    top:-4px;
    left:-49px;
    font-size:10px;
    color:#57b948;
}
    
    
    
}



@media(max-width:767px){

  .toggle-container .toggle{
    left:-6px;
    margin-bottom: 30px;
}

.toggle-container .toggle a:before {
    position: absolute;
    content: 'Refinance';
    top: 3px;
    right: -59px;
    font-size: 12px;
    color: #929292;
}

.toggle-container .toggle a:after {
    position: absolute;
    content: 'Purchase';
    top: 3px;
    left: -60px;
    font-size: 12px;
    color: #57b948;
}  

.header-container-wrapper {
    width: 100%;
}



.header-container-wrapper.fixed-header {
    position: fixed;
    z-index: 10000;
    background: #fff;
    width: 100%;
    transform: translateY(89px);
    -webkit-transform: translateY(89);
    -moz-transform: translateY(89);
     margin-top: -93px;
    transition: transform .4s ease-in,opacity .2s ease-in;
    box-shadow: 0px 0px 7px 1px #ccc;
}
    
    
    }


@media(min-width:768px){
.header-container-wrapper {
    position: absolute;
    width: 100%;
}

.body-container-wrapper {
    padding-top: 93px;
}

.header-container-wrapper.fixed-header {
    position: fixed;
    z-index: 10000;
    background: #fff;
    width: 100%;
    transform: translateY(89px);
    -webkit-transform: translateY(89);
    -moz-transform: translateY(89);
    margin-top: -89px;
    transition: transform .4s ease-in,opacity .2s ease-in;
    box-shadow: 0px 0px 7px 1px #ccc;
}
}