/*=========Font Import=============*/

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



body{
    padding:0;
    font-size: 18px;
    line-height:1.4;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    width:100%;
    margin:0 auto;
    color: #6d6e71;
}



h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto', sans-serif;
  text-transform: none;
}
.blue-header h1,h2,h3,h4,h5,h6{
  color:#003694;
}

body .row-fluid .menu-group.pth-header .wrapper{
	max-width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}

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


h1{
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 1px;
}

h2{
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 400;
}

h3{
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 400;
}

h4{
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0px;
  font-size: 400;
}


h5{
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: 400;
}

h6{
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: 400;
}

p,li{
  color: #6d6e71;
  font-size: 18px;
  font-weight:1.4;
  font-weight: 400;
    
}



body img{
	vertical-align: middle;
}

ul{
    
}

* {
    -webkit-tap-highlight-color: transparent;
}

.header-container-wrapper .row-fluid [class*="span"]{
    min-height:0;
}

body .container-fluid .row-fluid [class*="span"]{
    min-height:0;
}



/*======Blockquote Styling======*/

blockquote{
    margin: 0;
    font-size: 18px;
    font-style: italic;
    color:#212121;
    font-weight: 300;
    padding-left: 18px;
    border-left: 2px solid ;
    margin-left: 4px;
    margin-top:25px
}



/*========CTA Styling========*/

.widget-type-cta{
    margin-top:15px;
}

a.cta_button,
body .row-fluid form .hs-button{
    text-align: center;
    display: inline-block;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    position: relative;
    z-index: 1;
    box-shadow: none;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #003694;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 60px 10px 60px;
  	
}

a.cta_button:hover,body .row-fluid form .hs-button:hover{
    color: #003694;
  	background: #fff;
    opacity: 1;
  border-color: #fff;
}




/*====End of CTA Styling=====*/



/*======Text Alignment ========*/

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

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

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

.float-left{
    float:left;
}

.float-right{
    float:right;
}





/*=======End of Text Alignment=======*/


.overlay{
    position:relative;
    z-index:1;
}

.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: ;
    z-index: -1;
}

body .container-fluid .row-fluid .center-heading{
    margin: 0 auto;
    width: 100%;
    max-width: 660px;
    float: none;
    margin-bottom: 30px;
    text-align:center;
}



/*=====Background Color========*/


.white-bg{
    background:#fff;
}

.gray-bg{
    background: #e9eff4;
}

.black-bg{
    background:#333;
}

.base-color-bg .fa{
    color:#4a4a4a;
}

.dark-green-bg{
	background: #0d1b09;
}


/*======End of Background Color======*/


/*======List Style Styling========*/

.no-list-style ul{
    list-style: none;
}

.no-list-style li{
    margin:0;    
}

.no-list-style li:before{
    display:none;
}


/*========Text Color with Spacing 0px Styling=====*/

.body-container-wrapper .all-text-white li:before{
    background:#fff;
}

.form-white,
.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white a{
    color:#fff;
}

.body-container-wrapper .all-text-white .fa{
    -webkit-text-fill-color: #fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
    margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
    color:;
}

/*========End==================*/



/*========Wrapper Size============*/

body .container-fluid .row-fluid .small-wrap{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    display: block;
    float: none;
}



/*========Basic Section Styling=========*/

.section-bg{
    background-size: cover!important;
    background-position:center center!important;
  	background-repeat: no-repeat!important
}

.section-bg .bg-image{
    display:none!important;
}


.slick-slide:focus{
    outline: 0px;
}



/*=======End of Basic Section Styling=======*/




@media (min-width: 768px) {
    .equal-height-container > .row-fluid-wrapper > .row-fluid {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    
body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    
}



@media (max-width:1024px){
    
 
h1 {
    font-size: 50px;
    line-height: 1.3;
} 

h2{
    font-size: 30px;
    line-height: 36px;
}

h4 {
    font-size: 18px;
    line-height: 22px;
}

a.cta_button, .hs-button {
    padding: 16px 34px;
}

.section-padding {
    padding: 60px 0;
}

body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
}
 
}


@media(max-width: 767px) and (min-width: 500px){

  .row-fluid [class*="span"].wrapper{
  	padding: 0px 50px;
  }

}




@media (max-width:767px){

h1 {
    font-size: 35px;
    line-height: 1.3;
} 
  
.row-fluid [class*="span"].wrapper {
    padding: 0px 20px;
}  

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

h3 {
    font-size: 18px;
    line-height: 1.3;
}

h4 {
    font-size: 14px;
    line-height: 22px;
}
  
  p{
    font-size: 16px;
  }  

a.cta_button, .hs-button {
    padding: 16px 34px;
  	font-size: 18px;
}

.row-fluid .jumbo1-home-primary-banner p {
    font-size: 18px;
    line-height: 26px;
}

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

body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
}

.primary-banner {
    padding: 120px 0 40px;
}

.align-left,
.align-right{
    text-align:center;
}


.align_center .heading{
    padding-bottom:30px;
}


.pad-btm{
    padding-bottom:30px;
}

}



/*=======Background Image========*/

.section-bg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.section-bg .bg-image {
    display: none !important;
}







/*===================================================
    Two Col Adjust
===================================================*/    

body .container-fluid .row-fluid .two-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 47.9%;
    -webkit-flex-basis: 47.9%;
    float: left;
    margin-right: 2.43%;
    margin-top: 30px;
    box-sizing:border-box;
    position:relative;
}

@media(max-width: 767px){
    
body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
}       
    
    
}






/*==================================================
            Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    float: left;
    margin-right: 2.43%;
    margin-top: 30px;
    box-sizing:border-box;
    position:relative;
}

@media (max-width:767px){
 
 
body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
}   
}









/*==================================================
            Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 22.5%;
    -webkit-flex-basis: 22.5%;
    float: left;
    margin-right: 2.5%;
    margin-top: 2.43%;
    box-sizing:border-box;
    position:relative;
}

@media (max-width:767px){
 
body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
}   


}





















@media(max-width: 1024px){
  
  body .row-fluid .menu-group.pth-header .wrapper{
    padding-left: 15px;
    padding-right: 15px;
  }
  
  
  
}





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


/*=========Fix Header Style==========*/

.small-header .header-container-wrapper .menu-group.pth-header {
    top: 0;
}


/*====Header Menu Background Color=====*/

.light-grey-bg{
  background-color: rgba(234,238,238,0.52);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.light-blue-bg{
  background-color: rgba(222,243,249,0.4);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.light-orange-bg{
  background-color: rgba(249,219,207,0.16);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

/*========End==============================*/


body .header-container-wrapper .menu-group.pth-header{
  top: 0px;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.50)
}

.menu-group{
	position:absolute;
  top:0;
  left:0;
  right:0;
}

.ds-header{
  padding-top: 20px;
}

.ds-header .cmpy-logo{
  padding-top: 4px;
}

.ds-header .cmpy-logo img{
  max-width: 200px;
}

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

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

.main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1{
    margin: 0px;
    padding: 0px 15px 0px 0px;
    line-height: 0px;
  margin-bottom: 0px;
}

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

.main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.activated a{
	color: #3aa8d0;
}

.main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a{
    color: #6d6e71;
    font-size: 15px;
    letter-spacing: 0.8px;
    line-height: 1.69;
    font-weight: 400;
    text-transform: none;
    position: relative;
    padding: 5px 15px 25px 0px;
    max-width: 100%;
  transition: all 0s ease-in;
    -webkit-transition: all 0s ease-in;
  font-family: 'Roboto', sans-serif;
}

.main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.dropdown,
.main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
  padding-right: 25px;
}

.main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.dropdown> a:after,
.main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children> a:after{
    content:'\f107';
    position: absolute;
    top: 6px;
    right: 0;
  	width: 11px;
    height: 11px;
     font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:last-child a{
	padding: 5px 25px;
    border: 1px solid #003694;
    border-radius: 0px;
  opacity:1;
  color: #fff;
  background: #003694;
}

.main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:last-child a:hover{
  border-color: #3aa8d0;
    background-color: #3aa8d0;
}

.main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:last-child a:after{
	display: none;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  background: #fff;
  width: 230px;
  left: -15px;
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a{
  padding: 15px;
}

.main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.activated ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a{
  color: #6d6e71;
}

.main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.activated ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a:hover{
  color: #3aa8d0;
}


/*========Mega Menu Styling===========*/


body .container-fluid .row-fluid .mega-menu-popout-container{
    min-height:0;
}

body .row-fluid .mega-menu-popout{
    display: none;
}

.header-container-wrapper .pth-header .child-grp {
    display: none;
  	visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.9s;
    position: absolute;
    //box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
    z-index: 10;
    background: #fff;
  	max-width: 50%;
  	right: 0;
  	margin: 0 auto!important;
  top: 75px;
  padding: 15px 30px;
}


.header-container-wrapper .menu-group.pth-header{
	  position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4;
  background: #fff;
  top: 50px;
   transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

body .container-fluid .row-fluid .mega-menu-popout-container{
	background: #fff;
}

.header-container-wrapper .pth-header .mega-menu-popout.visible .child-grp {
    display: block;
  visibility: visible;
    opacity: 1;
}

.mega-menu-popout-container .mega-menu-popout-container-inner{
	padding: 50px 0px;
}


.mega-menu-popout-container-inner .col-one,
.mega-menu-popout-container-inner .col-two,
.mega-menu-popout-container-inner .col-three{
  padding: 20px;
}


.mega-menu-popout-container-inner h4{
  color: #434a4f;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
}

.mega-menu-popout-container-inner p{
	color: #6d6e71;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
}

 .mega-menu-popout-container-inner p a{
	font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
}

.mega-menu-popout-container-inner .col-one a{
  letter-spacing: 2px;
  background: #003594;
  border: 1px solid #003594;
  font-size: 13px;
  text-transform: uppercase;
  padding: 4% 8% 4% 8%;
  color: #fff;
  display: block;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.mega-menu-popout-container-inner h5{
	font-family: 'Roboto', sans-serif;
  color: #6d6e71;
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
}

.mega-menu-popout-container-inner h5 a{
  color: #6d6e71;
}

 .mega-menu-popout-container-inner h6{
	font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.mega-menu-popout-container .mega-menu-popout-container-inner {}

.mega-menu-popout-container-inner ul{
	padding: 0px;
  margin: 0px;
  list-style: none;
}

.mega-menu-popout-container-inner ul li{
	margin-bottom: 5px;
  border-bottom: 1px solid #d9f0f4;
  padding-bottom: 20px;
  padding-top: 20px;
}

.mega-menu-popout-container-inner ul li:first-child{
  padding-top: 0px;
}

.mega-menu-popout-container-inner ul li:last-child{
  border: 0px;
}

.mega-menu-popout-container-inner ul li p{
  color: #7a7a7a;
  font-size: 15px;
  margin: 0px;
}

.mega-menu-popout-container-inner .col-three ul li{
  border-color: rgba(122,122,122,0.23);
  position: relative;
  padding-left: 50px;
}

.mega-menu-popout-container-inner .col-three ul li i{
    position: absolute;
    left: 0;
    top: 27px;
    font-size: 25px;
}

.mega-menu-popout-container-inner .col-three ul li:first-child i{
  top: 7px;
}

body .row-fluid .mega-menu-popout-container-inner .col-three.no-icon ul li{
  padding-left: 0px;
}

.mega-menu-popout-container-inner .bottom-module{
	margin-top: 15px;
}

.main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal> ul li.hs-item-has-children > ul.hs-menu-children-wrapper:before {
    position: absolute;
    content: '';
    top: -30px;
    left: 0;
    height: 40px;
    background: #ff000000;
    right: 0;
}
.main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.activated a:after{
  top: 20px;
  right: 5px;
	transform: rotate(180deg);
}

body .header-container-wrapper .pth-header .child-grp h5>a:hover{
  color: #3aa8d0;
}


/*=====First Child Style========*/

.header-container-wrapper .pth-header .child-grp.for-1-child h5>a{
  color: #003594;
}

.header-container-wrapper .pth-header .child-grp.for-1-child .col-one a{
  background: #003594;
  border-color: #003594;
}

 .mega-menu-popout-container-inner .col-three ul li i{
  color: rgba(0,0,0,0.18)
}

.mega-menu-popout-container-inner .col-three ul li i:hover{
  color: #3aa8d0;
}


/*=====Two Child Style========*/

 .header-container-wrapper .pth-header .child-grp.for-2-child h5>a{
    color: #fc6928;
}

.header-container-wrapper .pth-header .child-grp.for-2-child .col-one a{
  background: #fc6928;
  border-color: #fc6928;
}


   
/*=====Three Child Style========*/

.header-container-wrapper .pth-header .child-grp.for-3-child h5>a{
  color: #003594;
}

.header-container-wrapper .pth-header .child-grp.for-3-child .col-one a{
  background: #003594;
  border-color: #003594;
}



/*=====Four Child Style========*/

.header-container-wrapper .pth-header .child-grp.for-4-child h5>a{
  color: #3aa8d0;
}


.header-container-wrapper .pth-header .child-grp.for-4-child .col-one a{
  background: #3aa8d0;
  border-color: #3aa8d0;
}






@media(max-width: 1500px){

  .header-container-wrapper .pth-header .child-grp{
    max-width: 74%;
  }

}




@media(max-width: 1200px) and (min-width: 1025px){

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

  .header-container-wrapper .pth-header .child-grp{
    top: 65px;
  }
  
}






@media (max-width:1024px){
  

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:hover a:after{
  top: 15px;
  right: 5px;
	transform: rotate(180deg);
}
  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:hover>a {
    //color: #4a90e2;
}
}


@media(max-width: 1024px){

  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal> ul li.hs-item-has-children > ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2{
	display: inline-block;
    width: 100%;
  //  margin: 0px 10px 10px; /* Fixed it - Margin too much and causing tablet view to crash */
}
.main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal> ul li.hs-item-has-children > ul.hs-menu-children-wrapper{
    width: auto;      /* Fixed it -  it was a fixed width being 306px too much and causing tablet view to crash */
}
.section-header-menu .section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper{
    left:-100px;
    
}
  
 .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children> a:after{
    display: none;
  } 
  
  body .row-fluid .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    width: 100%;
    background: rgba(234,238,238,0.52);
    margin-bottom: 20px;
  }
  
  
/*=====New Style=======*/
  
  .ds-header .cmpy-logo img{
    max-width: 150px;
  }
  
  .header-container-wrapper .pth-header .child-grp{
        max-width: 100%;
  }
  
/*  
  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.dropdown {
    padding-right: 5px;
}
  
  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.dropdown a{
    padding-right: 15px;
  }
  
  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a{
    font-size: 11px;
    padding-right: 5px;
  } 

  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1{
    padding-right: 3px;
  }

  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:last-child a{
    padding: 5px 10px;
  }
*/  
  
  
  /*=========Mega Menu==========*/
  
  
  .mega-menu-popout-container .mega-menu-popout-container-inner p{
    font-size: 12px;
  }
  
  .mega-menu-popout-container .mega-menu-popout-container-inner h5{
    font-size: 14px;
  }
  
  .mega-menu-popout-container .mega-menu-popout-container-inner ul li p{
    font-size: 12px;
  }
  
  .mega-menu-popout-container .mega-menu-popout-container-inner .col-three ul li:first-child i{
    font-size: 20px;
  }
  
  .mega-menu-popout-container .mega-menu-popout-container-inner .col-three ul li{
  padding-left: 30px;
  }
  
  .mega-menu-popout-container .mega-menu-popout-container-inner .col-three ul li i{
    top: 23px;
  }
  
  .mega-menu-popout-container .mega-menu-popout-container-inner .col-three ul li:first-child i{
    top: 5px;
  }
  
  .mega-menu-popout-container .mega-menu-popout-container-inner .col-one a{
    font-size: 9px;
  }
  
  
  
  .ds-header{
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.50);
    padding-bottom: 20px;
  }
  
  .ds-header .menu-items.main-nav{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0px;
  }
  
  .header-container-wrapper .pth-header .child-grp{
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0px;
    padding: 0px;
  }
  
  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1>a{
    pointer-events: none;
  }
  
  body .row-fluid .mega-menu-popout-container-inner ul li {
    margin-bottom: 5px;
    border-bottom: 1px solid #d9f0f4;
    padding-bottom: 20px;
    padding-top: 20px;
}
 .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 h5 a{
    color: #6d6e71;
    padding: 0px;
    text-align: left;
    letter-spacing: 0px;
    /* float: left; */
    display: block;
    text-indent: 0px;
  }
  
  body .row-fluid .mega-menu-popout-container-inner p{
    line-height: 1.5;
    font-size: 14px;
  }
  
 body .row-fluid .mega-menu-popout-container-inner .col-three ul li {
    border-color: rgba(122,122,122,0.23);
    position: relative;
    padding-left: 50px;
}
  
  .mega-menu-popout-container-inner .col-three ul li i{
    left: -50px;
  }  
  
  body .row-fluid .mega-menu-popout-container-inner ul li:last-child{
    border: 0px;
  }
  
  body .row-fluid .mega-menu-popout-container-inner ul li:first-child{
    padding-top: 0px;
  }
  
  .mega-menu-popout-container-inner .col-one, 
  .mega-menu-popout-container-inner .col-two,
  .mega-menu-popout-container-inner .col-three{
    margin-bottom: 20px;
  }
  
  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.dropdown> a:after{
    display: none;
  }
  
 /* .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:nth-last-child(2) .child-trigger,*/
  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:last-child .child-trigger{
    display: none!important;
  }
  
  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:last-child a{
    text-align: center;
  }
  
  
  body .header-container-wrapper .pth-header .child-grp h5>a:hover{
  color: #3aa8d0!important;
}


/*=====First Child Style========*/

.header-container-wrapper .pth-header .child-grp.for-1-child h5>a{
  color: #003594!important;
}

.header-container-wrapper .pth-header .child-grp.for-1-child .col-one a{
  background: #003594!important;
  border-color: #003594!important;
}

 .header-container-wrapper .pth-header .child-grp .col-three ul li i{
  color: rgba(0,0,0,0.18)!important;
}

.header-container-wrapper .pth-header .child-grp .col-three ul li i:hover{
  color: #3aa8d0!important;
}


/*=====Two Child Style========*/

body .header-container-wrapper .pth-header .child-grp.for-2-child h5>a{
    color: #fc6928!important;
}

body .header-container-wrapper .pth-header .child-grp.for-2-child .col-one a{
  background: #fc6928!important;
  border-color: #fc6928!important;
}


   
/*=====Three Child Style========*/

body .header-container-wrapper .pth-header .child-grp.for-3-child h5>a{
  color: #003594!important;
}

body .header-container-wrapper .pth-header .child-grp.for-3-child .col-one a{
  background: #003594!important;
  border-color: #003594!important;
}



/*=====Four Child Style========*/

body .header-container-wrapper .pth-header .child-grp.for-4-child h5>a{
  color: #3aa8d0!important;
}


body .header-container-wrapper .pth-header .child-grp.for-4-child .col-one a{
  background: #3aa8d0!important;
  border-color: #3aa8d0!important;
}


  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a{
        padding: 15px 15px 15px 0px;
  }  
  
  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.dropdown{
    padding-right: 0px;
  }
  
  .child-grp.mega-menu-popout-container-inner .col-one a{
    text-align: center;
    color: #fff!important;
  }
  
  
  body .row-fluid .mega-menu-popout-container-inner .col-three ul li i{
    top: 7px;
  }
  
}














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

  body .body-container-wrapper {
    //margin-top: 180px;
}
  
  body .row-fluid .main-navigation {
    padding: 15px 0px 3px;
}
 body .row-fluid .main-navigation .span2.widget-span.widget-type-cell.cmpy-logo{
  
 } 

.main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1> a:after{
		 top: 10px;
    right: 0; 	
} 
  
.main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:hover a:after {
    top: 15px;
    right: -6px;
  }
  
  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  	font-size:10px;
  }
  
  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a,
  .main-navigation .patient-blog p,
  .main-navigation .patient-blog h5,
  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  	font-size:11px;
  }
  
  
body .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal> ul li.hs-item-has-children.activated > ul.hs-menu-children-wrapper,
  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:hover > ul.hs-menu-children-wrapper{
    top: 48px;
}

.main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal> ul li.hs-item-has-children.activated:last-child > ul.hs-menu-children-wrapper{
    left: -120px;
}

.main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1:last-child a{
		padding: 6px 11px;  
}
  
  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a{
  	padding-right:12px;
  }
  
  .main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1{
  	padding-right:8px;
  }
  


}


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

  body .header-container-wrapper.scroll-header .section-header-menu .section-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a{
  	font-size: 13px;
  }
  
  body .header-container-wrapper.scroll-header .section-header-menu .head-text{
  	top: 20px;
  }

  body .header-container-wrapper.scroll-header .section-header-menu .head-text h4{
  	font-size: 13px;
  }
}



@media(max-width: 767px){

  .ds-header .menu-items.main-nav{
    top: 20px;
  }
  
  .header-container-wrapper .menu-group.pth-header{
    top: 0px;
  }
  
  .main-nav .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.dropdown{
    padding-right: 0px;
  }

}

















/* ==========================================================================
   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:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

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

/* 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:1025px) {
      .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: 1024px){


  /* 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: 30px; /* 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:1024px){

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

.header-container-wrapper .header-section{
    position:relative;
}    

  .header-section .top-header{
  	display: none;
  }  

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

body .row-fluid .header-section .cmpy-logo{
    position: relative;
    max-width: 200px;
    float: left;
    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: 0px;
    top: 0;
  margin: 0px;
}


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

body .row-fluid .mobile-trigger {
    border: 0;
    top: -12px;
    right: 20px;
    background: transparent;
    z-index: 1;
  	border: 2px solid #000;
    border-radius: 0px;
    padding: 7px;
}

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

.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 25px;
    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: transparent;
    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: -7px;
}

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

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

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

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

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

.main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a{
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    letter-spacing: 0.6px;
    padding:0px;
    text-align: left;
    color: #fff;
  	padding: 0px 20px;
  opacity: 1;
}

.main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 a:hover{
  	//color: #4a90e2;
  }  
  
.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-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;
  	text-align:center;
}

.header-section .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .child-trigger i{
    //display:none;
    background:#fff;
    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;
}

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%;
}


   
}






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


/*========Top Footer Module==========*/

.foot-top-module{
  padding: 70px 0px;
  background: #4d555b;
}

.foot-top-module .foot-logo-module img{
  max-width: 150px;
  margin-bottom: 15px;
}

.foot-top-module .foot-logo-module p{
  color:rgba(255,255,255,0.65);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.9;
  max-width: 350px;
}







/*========Foot Menu Style==========*/

body .row-fluid .foot-menu {
    width: 17%;
}

.foot-menu .foot-menu-head{}

.foot-menu .foot-menu-head h4{
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 15px;
}

.foot-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a{
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color:rgba(255,255,255,0.38);
  margin-bottom: 10px;
}




/*==============Footer Bottom Module Styling===================*/

.foot-bottom-module{
  background: #363d3f;
  border-width: 1px 0px 0px 0px;
  border-color: rgba(255,255,255,0.19);
}

.foot-bottom-module p{
  color: #adadad;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0px;
  padding: 16px 0px;
}





@media(max-width: 767px){

  body .foot-top-module {
    padding: 50px 0px 40px;
    background: #4d555b;
}
  
  .foot-top-module .foot-logo-module{
    text-align: center;
  }
  
  .foot-top-module .foot-logo-module img{
    margin-bottom: 15px;
  }
  
  .foot-top-module .foot-logo-module p{
    width: 100%;
    max-width: 100%;
  }
  
  body .row-fluid .foot-menu{
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  
  .foot-bottom-module{
    text-align: center;
  }

}


/*===================Without Nav Header================*/
/*=========================================================
                    FORM STYLE
=========================================================*/                

::-webkit-input-placeholder {
   color: rgba(0, 0, 0, 0.58);
}

:-moz-placeholder {
   color: rgba(0, 0, 0, 0.58);
}

::-moz-placeholder {  
   color: rgba(0, 0, 0, 0.58);
}

:-ms-input-placeholder {  
   color: rgba(0, 0, 0, 0.58);
}

select::-ms-expand {
    display: none;
}

.row-fluid form li{
    margin:0;
}

.row-fluid  form li:before{
    display:none;
}

.hs-error-msgs li label{
    color: #FD2727;
    font-size: 12px;
}

form li:before{
    display:none;
}


.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
    height: 43px;
    font-family:Roboto;
    border: 0;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 8px;
    border-radius: 3px;
    background:#ffffff;
    padding:10px 20px;
    color: rgba(0, 0, 0, 0.58);
    font-weight:400;
    border:1px solid #555555;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    width:100%;
}


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
    outline:0;
    border:1px solid ;
  box-shadow:none;
}

.row-fluid  form textarea{
    height:130px;    
    resize: none;
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
    margin-bottom:0;
}

.row-fluid form .field>label{
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 300;
    display:block;
    margin-bottom:6px;
    margin-top:14px;
  display: none;
}

.row-fluid form .hs-button.primary{
    cursor:pointer;
    background: #ff6633;
    border: 2px solid #ff6633;
    border-radius:5px;
    font-weight:600;
    height:55px;
    font-size:18px;
    text-transform:uppercase;
    color:#fff;
    font-family:Roboto;
    padding:15px 20px;
}
.row-fluid form .hs-button.primary:hover{
  background:#003366;
  border:2px solid #003366; 
  color:#fff;
}

form .hs-error-msgs{
    margin:0;
    padding:0;
}

form .hs-error-msgs li{
    line-height: 1;
    color: red;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    top: -4px;
    letter-spacing: 0.3px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

body .row-fluid .hs-form fieldset {
    max-width: 100%;
}

form .hs-form-required{
    display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
    margin:0;
    padding:0;
}

.body-container-wrapper form ul,
form ul{
    list-style:none;
}

.body-container-wrapper form li:before{
    display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
    margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
    margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
    margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
    margin-right:0;
}

body .row-fluid select{
    background: #fff url(//cdn2.hubspot.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
    background-position: center right;
    -webkit-appearance: none;
}





/*=======================================================
            CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"],
body .row-fluid .checkbox-row input,
body .row-fluid input[type="checkbox"]{
    width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"],
body .row-fluid .checkbox-row input,
body .row-fluid input[type="checkbox"]{
    padding: 0;
    border-radius: 4px;
    background: #fff;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 2px solid #ddd;
    margin-right: 8px;
    top: 2px;
    width: 20px;
    height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after,
body .row-fluid .checkbox-row input:checked:after,
body .row-fluid input[type="checkbox"]:checked:after{
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    top: 3px;
    left: 2px;
    border: 3px solid ;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


.row-fluid .hs-form .field .input  input[type="radio"]{
    border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    background: ;
    left: 3px;
    border-top: 0;
    border-right: 0;
    border-radius: 50%;
}


@media (max-width:480px){


body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
}

body .row-fluid .hs-form fieldset .input{
    margin:0;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

.row-fluid form .hs_submit .actions{
    text-align:center;
}

}

/*============Header===============*/
.row-fluid form select{
  padding-right:30px;
}
.lp-header{
  padding-top:14px;
  padding-bottom:14px;
}
.header-logo img {
    max-width: 200px;
}
@media(max-width:767px){
   .lp-header {
    padding-top: 18px;
    padding-bottom: 18px;
    text-align:center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%; 
 }
}
/*===========End Header=============*/

@media(min-width:768px) and (max-width:865px){
  .row-fluid form .hs-button.primary{
    font-size:16px;
    padding-right:20px;
  }
}

/*=============End Without Nav Header==========*/














/*======================================================================
 Global Module Styling
======================================================================*/

/*=======================================================
 Client Logo Module
=======================================================*/

.demo-section-one{
  padding: 60px 0px;
}



@media(max-width: 767px){

.demo-section-one {
    padding: 30px 0px 30px;
}


}





/*==========================================================================
 Blog Styling
===========================================================================*/

.featured-slider .featured-slider-inner {
    margin-top: 60px;
}





/*============================================================================
 News Blog Styling
=============================================================================*/