.max-width{
	 max-width:1185px;
	 margin:0 auto;
}
.no-pad{
	padding:0 !important;
}
.breadcrumb{
	display:block;
	margin:5px 0 35px;
}
.breadcrumb a {
	font-size:21px;
	font-weight:700;
	line-height:28px;
	
}
select { 
    opacity: .6;
}
.header{
    background: #fff;
}
.top-bar{
    max-width:1185px;
    margin:0 auto;
    background: #fff;
    display: block;
}
.top-bar .top-bar-left{
    width:65%;
}
.top-bar .top-bar-right{
    width:35%
}
.top-nav{
    display: inline-block;
}
.top-bar .tagline{
    font-size:32px;
    line-height: 43px;
    margin-bottom:15px;
}
.top-bar .top-bar-left #logo{
	float: left;
}
.top-bar .top-bar-left #logo img{
	max-height:90px;
}
.top-bar .top-bar-left .tag{
	float: left;
    max-width:200px;
    line-height:30px;
	padding-left:25px;
    padding-top:15px;
	font-size: 26px;
}

.authorized-cont{padding: 50px 0 0;}

#social-media {
    display: inline-block;
    margin-bottom:10px;
}
.social-icon i{
    vertical-align: top;
    margin-top:5px;
}
.social-icon {
    border:2px solid #fff;
    border-radius:50%;
    width:30px;
    height:30px;
    display:inline-block;
    text-align:center;
}
.nav_secondary{
    display: inline-block;
}
.nav_secondary .menu .active>a{
    background:none;
}
#top-nav{
    background: #fff;
}
#top-nav li{
	position:relative;
}
#top-nav a{
    font-size:16px;
    line-height:24px;
    position:relative;
    padding:5px 17px;
}
#top-nav .log-in svg{
	position:absolute;
	right:20px;
	top:8px;
	width:13px;
}
#top-nav .log-in a{
	border:1px solid;
	padding:5px 25px;
	border-radius:6px;
	text-align: left;
	width:264px;
}
#top-nav .download svg{
	position:absolute;
	right:20px;
	top:8px;
	width:13px;
}
#top-nav .download a{
	text-align: left;
	width:270px;
}

#nav{
    text-align:center;
    display: block;
    margin:0;
    height:40px;
}
#nav ul#main-nav{
    display:inline-table;
    max-width:1185px;
    margin:0 auto;
}
#nav #main-nav li{
    display: inline-block;
    padding: 0 15px;
    font-weight:700;
}
#nav #main-nav li ul li{
	padding:0 5px;
}
#nav #main-nav li .submenu .is-active >a{
	background :transparent;
}
#nav a{
    color: #fff;
}
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{
	width:300px;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after{
	border-color: #fff transparent transparent;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent.menu-item.is-active a::after{
	 transform: rotate(180deg);
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after{
	border-color: transparent transparent transparent #fff;
}
.submenu.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.is-active>a::after{
	transform: rotate(80deg);
}
#nav .menu .active a{
	background:transparent;
}
.is-dropdown-submenu{
	border:none;
}

/* Small only */
@media screen and (max-width: 1060px) {
	#nav #main-nav li a{
		font-size:14px;
	}
	#nav #main-nav li{
		padding: 0 5px;
	}
    .top-bar .tagline{
        font-size:28px;
    }
    .top-bar .top-bar-left .tag{
        font-size:23px;
    }
    
}
@media screen and (max-width: 890px) {
    .top-bar .tagline{
        font-size:23px;
    }
    .top-bar .top-bar-left .tag{
        display: none;
    }
    .top-bar .top-bar-left{
        width:50%;
    }
    .top-bar .top-bar-right{
        width:50%;
    }
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.header{
		height:100px;
	}
	.top-bar .top-bar-left{
		width:75%;
	}
	.top-bar .top-bar-right{
		width:25%;
	}
	.top-bar, .top-bar ul{
		background:transparent;
	}
    .top-bar ul, .top-bar .phone{
        display: inline-block;
    }
    .top-bar .phone .fas{
        font-size:23px; 
        margin-right: 25px;
        vertical-align: middle;
    }
	#hero .form{
		width:100%;
	}
}



.content {
    max-width:1185px;
    margin:0 auto;
}

#footer{
    color: #fff;
    padding:50px 0 55px;
    margin:0;
}
.inner-footer{
    max-width:1185px;
    margin:0 auto;
    font-size:17px;
    line-height:30px;
    position:relative;
}
.inner-footer a{
    color: #fff;
}
.inner-footer a.top {
	padding:25px;
	font-weight:700;
	position:absolute;
	right: 0;
	top:-70px;
}
.inner-footer .menu .active>a {
    background: transparent;
}
.inner-footer h4{
    font-size:32px;
    font-weight:300;
    color: #fff;
    margin-bottom:15px;
    padding-bottom:15px;
}
.inner-footer #menu-footer {
    display:inline-table;
}
.inner-footer #menu-footer li{
    display:inline;
    padding:0;
    
}
.inner-footer #menu-footer li a{
    padding:0;
    color: #fff;
    text-decoration: underline;
    font-size:17px;
    line-height:30px;
}
.inner-footer .copyright{
    font-size:17px;
    line-height: 30px;
    color: #fff;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	#footer{
		padding-top:85px;
	}
	.inner-footer a.top{
		top:-125px;
	}
	#footer .widget{
		margin-bottom:45px;
	}
}

/*GENERAL */
h1{
    font-size:45px;
    line-height: 61px;
    font-weight:300;
}
h2{
    font-size:21px;
    line-height: 28px;
    font-weight:700;
}
p, li{
    font-size:18px;
    line-height:30px;
}
.btn{
    padding:5px 25px;
    border-radius:6px;
    font-size:24px;
    line-height:33px;
} 
.btn:hover{
    color: inherit;
    background:inherit;
    border-color:inherit;
}
.white-btn{
    border:2px solid #fff;
    color: #fff;
    transition: all 0.5s ease
}
.white-btn:hover{
    background: #fff;
}
.white-btn .icon-arrow{
    fill: #fff;
}
.white {
    color:#fff;
}
.entry-content p{
    font-size:18px;
    line-height: 40px;
    margin-bottom:35px;
}
.entry-content h2{
    font-size:21px;
    font-weight:700;
    line-height:28px;
    margin:35px 0 5px;
}
.entry-content h2:first-of-type{
    margin-top:0;
}
.wpcf7-form{
    display: block;
    margin:15px 0 85px;
}
.wpcf7-form input[type="submit"]{
    padding:5px 25px;
    border-radius:6px;
    cursor: pointer;
    border-color:none;
    box-shadow: none;
    float:right;
}
::placeholder {
  color: #000;
  
}
.coupon {
	border:1px dashed;
	margin-bottom:45px;
	padding:15px;
}
.coupon .image {
	display:inline-block;
	vertical-align:middle;
	position:relative;
}
.coupon .image img{
	position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}
.coupon h3{
	margin:0px 0 13px;
	font-size:28px;
	line-height:30px;
	font-weight:300;
}
.coupon .special {
	font-size:34px; 
	line-height:40px;
	font-weight:700;
}
.coupon .special .deal{
	font-size:57px; 
	font-weight: 800;
	display:inline;
	line-height:50px;
}
.coupon  .fine-print{
	font-size: 12px;
	color: #383838;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	h1{
		font-size:28px;
		line-height:37px;
	}
	.coupon{
		margin:0 15px 45px;
	}
	.coupon .image{
		text-align:center;
	}
	.coupon .image img{
		position:relative;
		margin:0 auto;
	}
	.coupon .special .deal{
		display:block;
		font-size:50px;
		margin:0;
	}
	.coupon .fine-print{
		margin-top:25px;
	}
}

/* SERVICES CALLOUT */
#global_services{
	padding: 0 0 25px 0;
}
.services h1{
    margin:35px 0 25px;
}
.services .box{
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
}
.services .text{
    text-align: center;
    padding:45px 0 25px;
}
.services .text h3{
    font-size:21px;
    line-height:28px;
    font-weight:700;
    padding:5px 0 15px;
}
.services .icon{
    height:5px;
    position: relative;
}
.services .icon .image {
    background: #fff;
    width:70px;
    height:70px;
    position: absolute;
    top: 50%;  
    left: 50%; 
    transform: translate(-50%, -50%); 
    border-radius: 50%;
    text-align: center;
    
}
.services .icon .image img{
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
}
.services .cta{
    margin:45px 0;
}
.services .cta .btn{
    width:340px;
    position: relative;
    display:block;
    margin:0 auto;
}
.services .cta .btn svg{
    float: right;
    margin:7px 0;
}

#areaServed-detail .services {
    margin:80px 0;
}

#areaServed-detail .services .box img{
    width:100%;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	#global_services{
		padding:0 25px;
	}
	.btn{
		font-size:20px;
	}
	.services .cta .btn{
		width:100%;
		font-size:18px;
	}
}


/* HERO */
#hero{
    margin-top:-1px;
    margin-bottom:75px;
}
#hero,
#scheduleService{
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
#hero::before,
#scheduleService::before,
#home-callout .image::before{
    content:'';
    opacity: .25;
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    z-index: 2;
}

#hero h1.page-title{
    position: relative;
    display:block;
    text-align: center;
    top: 50%;
      left: 50%;
      /* bring your own prefixes */
      transform: translate(-50%, -50%);
    z-index: 3;
}
#hero{
	height:460px;
}
.home #hero{
	height:660px;
}
.home #hero h1.page-title{
	padding:0 10% 0 22%;
	text-align:left;
}

#hero .form{
    position: relative;
    z-index: 3;
    
}
#hero .form .form-text{
  padding:55px 65px;  
}
#hero .form .wpcf7-submit{
    display: block;
    background:rgba(255,255,255,.15);
    border:2px solid #fff;
    border-radius:6px;
    padding:5px;
    color: #fff;
    text-align: center;
    width:100%;
    font-size:24px;
}
#hero .form span.wpcf7-not-valid-tip{
   cursor:pointer;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	#hero{
		height:260px;
	}
	#hero h1.page-title{
		font-size:40px;
	}
	
	.home #hero{
		height:800px;
	}
	
	.home #hero h1.page-title{
		display:inline-block;
		padding: 20px;
		left:0;
		top:0;
		transform:translate(0,0);
		text-align:center;
	}
	
	#hero .form .form-text{
		padding:15px 0;
	}
	
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.home #hero h1.page-title{
		padding: 0 10% 0 7%;
	}
	#hero .form .form-text{
		padding:55px 0;
	}
}


/*ABOUT*/
#about {
    margin-bottom:95px;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	#about{
		margin-bottom:40px;
	}
}

/*CONTACT*/
#contact .entry-content p{
	line-height:30px;
}

/* HOME CAL4OUTS */
#home-callout{
	margin:0 0 40px 0;
}
#home-callout .image{
	margin-bottom: 25px;
}
#home-callout .image h4{
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	z-index:2;
	font-weight:400;
	width:100%;
	font-size:34px;
	line-height:46px;
}
#home-callout .intro{
	margin:15px 0;
	font-size:20px;
	font-weight:700;
	line-height:30px;
	min-height:100px;
}

#home-callout .content{
	font-size:18px;
	line-height:40px;
	margin:15px 0;
	min-height:450px;
}
#home-callout .link{
	font-size:21px;
	line-height:28px;
	
}
#home-callout .link svg{
	margin-left:15px;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
	#home-callout .content{
		min-height:auto;
		margin-bottom: 45px;
	}
}

/* HOME COUPON */
.coupon-wrapper{
	margin:25px 0 45px;
}
.coupon-wrapper .extra-text{
	margin-bottom:25px;
}
.coupon-wrapper .extra-text a{
	text-decoration:underline;
}

/* HOME SERVICES */
#homeServiceAreas{
    -webkit-clip-path: polygon(50% 0, 100% 10%, 100% 100%, 0 100%, 0 10%);
    clip-path: polygon(50% 0, 100% 10%, 100% 100%, 0 100%, 0 10%);
    padding: 115px 0 0;
    position: relative;
}
#homeServiceAreas::before{
    content:'';
    opacity: .25;
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    z-index: 2;
}
#homeServiceAreas::after{
    content:'';
    opacity: 1;
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    z-index: 1;
}

#homeServiceAreas .content{
    position: relative;
    
}
#homeServiceAreas .content .prime-bg{
    padding: 45px 45px;
    position: relative;
    z-index: 3;
}
#homeServiceAreas .content .cta{
    padding:45px;
    position: relative;
    z-index: 3;
}
#homeServiceAreas h2 {
    z-index: 3;
    margin-bottom:25px;

}
#homeServiceAreas .area{
    color: #fff;
    z-index: 3;
    position: relative;
}
#homeServiceAreas .area .title{
    font-size:21px;
    font-weight:700;
}
#homeServiceAreas .area a.title {
	color: #fff;
	text-decoration:underline;
}
#homeServiceAreas .area .fas{
    position: absolute;
    top:5px;
    left:-15px;
    font-size:28px;
}
#homeServiceAreas .cta{
    margin:45px 0 0;
}
#homeServiceAreas  .cta .btn{
    width:340px;
    position: relative;
    display:block;
    margin:25px auto;
}
#homeServiceAreas .cta .btn svg{
    float: right;
    margin:7px 0;
}
#serviceAreaPage{
	margin:80px 0;
}
.serviceAreas{
    margin:0;
}
.serviceAreas h1{
    margin:25px 0 45px;
}
.serviceAreas h3{
	font-size: 28px;
	line-height:38px;
	margin-left:-15px;
	margin-bottom:25px;
}
.serviceAreas .area{
    position: relative;
    padding-left:18px;
    margin-bottom:45px;
    margin-left:15px;
}
.serviceAreas .area .title{
    font-size:21px;
    font-weight:700;
}
.serviceAreas .area a.title{
	text-decoration:underline;
}
.serviceAreas .area .fas{
    position: absolute;
    top:5px;
    left:-15px;
    font-size:28px;
}
#global_sidebar_serviceAreas .serviceAreas{
	margin:0;
}
#global_sidebar_serviceAreas .serviceAreas svg{
    height:14px;
    float: none;
    margin:0 7px;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	#homeServiceAreas .area{
		width:100%;
		display:block;
		flex:none;
	}
	#homeServiceAreas .content .cta{
		padding:15px;
	}
	#homeServiceAreas .cta .btn{
		width:270px;
	}
	.serviceAreas h3{
		margin:25px 0 25px;
	}
	.serviceAreas .area{
		margin:25px;
	}
}

/*PLANS & PRICING */
#planPricing{
    margin:85px 0;
}
#planPricing h1{
    margin-bottom:45px;
}
#planPricing h2{
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    margin:15px 0 15px;
}

#planPricing .left_plan,
#planPricing .right_plan{
    position: relative;
    margin:15px 0;
    min-height:380px;
    -webkit-box-shadow: 2px 0px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 0px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 0px 4px 0px rgba(0,0,0,0.5);
}
#planPricing .middle_plan{
    position: relative;
    min-height:400px;
    -webkit-box-shadow: 2px 0px 12px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 0px 12px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 0px 12px 0px rgba(0,0,0,0.5);
    z-index: 5;
}

#planPricing .colorbar {
    height:20px;
    border-bottom-left-radius: 40px;
    position:relative;
    
}
#planPricing .link{
    position: absolute;
    bottom:0;
    width:100%;
    height:60px;
    line-height: 60px;
    border-top-right-radius: 60px;
    font-size:21px;
}
#planPricing .middle_plan .link{
    font-size:24px;
}
#planPricing .link a .fas{
    transform: rotate(40deg);
    margin-left:5px;
}

#planPricing .middle_plan .colorbar {
    height:32px;
    font-weight:700;
    line-height: 32px;
    letter-spacing: .5em;
}

#planPricing .desc{
    padding:0 25px;
    line-height:32px;
    font-size:16px;
}
#planPricing .middle_plan .desc{
    padding:0 45px;
}
#planPricing .price{
    font-weight:800;
    font-size:57px;
    line-height:78px;
    letter-spacing: .032em;
    margin:25px 0 55px;
}
#planPricing .price span {
    font-size:14px;
    line-height: 78px;
    font-weight:300;
    letter-spacing: .16em;
}
#planPricing .description{
    margin-top:125px;
}
#planPricing .description h2{
    font-size:21px;
    line-height: 28px;
    font-weight:700;
    margin-bottom:25px;
}

/* FAQ */
#global_faq,
#faq{
    margin:20px auto 100px;
}
#global_faq h2,
#faq  h2{
    font-size:21px;
    line-height: 28px;
    font-weight:700;
    margin-bottom:25px;
}

#global_faq .accordion,
#faq .accordion{
    width:100%;
}
#global_faq  .accordion-item:hover,
#global_faq  .accordion-title:hover,
#faq .accordion-item:hover,
#faq  .accordion-title:hover{
    background:transparent;
}
#global_faq  .accordion-item,
#faq  .accordion-item{
    border-top:1px solid #979797;
}
#global_faq .accordion-item:first-of-type,
#faq .accordion-item:first-of-type{
    border-top:0;
}
#global_faq .accordion-title,
#faq .accordion-title{
    border:none;
    font-size: 18px;
    font-weight:700;
    
    padding-left:30px;
}

#global_faq .accordion-title:hover,
#faq .accordion-title:hover{
    background:none;
}
#global_faq  .accordion-title::before,
#faq .accordion-title::before{
    content:"\f055";
    font-family: "Font Awesome 5 Free";
    right:auto;
    left:0;
    margin-top:-8px;
}
#global_faq .is-active>.accordion-title::before,
#faq .is-active>.accordion-title::before{
    content:"\f056";
    font-family: "Font Awesome 5 Free";
    margin-top:-10px;
}
#global_faq .accordion-content,
#faq .accordion-content{
    font-size: 18px;
    line-height:40px;
    border:none;
    padding-left:30px;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	#global_faq,
	#faq{
    	padding:0 25px;
	}
}

/*TESTIMONIALS*/
.reviewBtn{
	margin-bottom:80px;
}
#testimonial-page .testimonial .grid-x:nth-child(odd){
	background: #F9F9F9;
	position:relative;
	margin:25px 0;
}
#testimonial-page .testimonial .cell:nth-child(1){
	position:relative;
}
#testimonial-page .testimonial .stars {
	margin: 0;
  	position: absolute;
  	top: 50%;
  	left: 25px;
  	transform: translate(0, -50%);
}
.stars .fa-star{
	color: #C9C9C9;
}

#testimonial-page .testimonial p{
	line-height:32px;
}
#global_testimonials .testimonials{
    padding:45px 0 55px;
	
}
#global_testimonials .testimonials .widget{
	max-width:1200px;
	margin:0 auto;
}

.testimonials .orbit-wrapper{}
.testimonials .orbit-controls button i{
    font-size:52px;
}
.orbit-previous:hover,
.orbit-next:hover{
	background:transparent;
	cursor:pointer;
}

.testimonials .orbit-container{
    max-width:1185px;
    margin:0 auto;
    position:relative;
}
.testimonials .orbit-wrapper::before{
    content:'';
    position: absolute;
    top:0;
    left:11%;
    background:url('../images/testimonial-before.png') no-repeat;
    width:132px;
    height:165px;
}
.testimonials .orbit-wrapper::after{
    content:'';
    position: absolute;
    bottom:-10%;
    right:11%;
    background:url('../images/testimonial-after.png') no-repeat;
    width:132px;
    height:165px;
}
.testimonials .orbit-container .orbit-slide{
   
}
.testimonials .orbit-container .text{
    font-size:21px;
    line-height:40px;
    font-weight:700;
    margin:25px 0;
    position: relative;
    display: block;
}
.testimonials .orbit-container .text .author{
    float:right;
    margin:25px 0;
}
.testimonials  .orbit-bullets{
	margin:45px 0 20px;
}
.testimonials  .orbit-bullets .btn{
    width:340px;
    position: relative;
    display:block;
    margin:0 auto;
}
.testimonials  .orbit-bullets .btn svg{
    
    float: right;
    margin:7px 0;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	#global_testimonials .testimonials{
		padding:45px 15px 55px;
	}
	.testimonials .orbit-container{
		padding:0 25px;
		max-width:240px;
	}
	.testimonials .orbit-container .text{
		font-size:18px;
		line-height:26px;
	}
	.testimonials .orbit-bullets .btn{
		width:270px;
		position:relative;
	}
	.testimonials .orbit-bullets .btn svg{
		position:absolute;
		right:15px;
		top:5px;
	}
}

/*SCHEDULE SERVICE*/
#scheduleService .form{
    position:relative;
    z-index: 5;
}
#scheduleService .form .form-text{
  padding:55px 65px;  
}
#scheduleService .form .wpcf7-submit{
    display: block;
    background:rgba(255,255,255,.15);
    border:2px solid #fff;
    border-radius:6px;
    padding:5px;
    color: #fff;
    text-align: center;
    width:100%;
    font-size:24px;
}
#scheduleService .form span.wpcf7-not-valid-tip{
   cursor:pointer;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	#scheduleService .form .form-text{
		padding: 0 25px 35px;
	}
}


/* AFFILIATES */
#global_affiliates {
	display: block;
    max-width:1185px;
    margin:0 auto;
    padding:70px 0;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	#global_affiliates .cell{
		display:block;
		flex:none;
		width:100%;
	}
	#global_affiliates .cell img{
		display:block;
		text-align:center;
		margin:25px auto;
	}
}
/* SIDEBAR - ABOUT */
.sidebar {
    position: relative;
}
#global_service_map,
.sidebar #global_sidebar_topServices,
.sidebar #global_sidebar_serviceAreas,
.sidebar #global_sidebar_clientPortal,
.sidebar #global_sidebar_contact{
	margin-bottom:80px;
}
.sidebar label{
    display:none;
}
.sidebar h3.title{
    font-size:28px;
    line-height: 38px;
	font-weight:300;
}
.sidebar .widget{
    margin-bottom:45px;
}
.sidebar .widgettitle{
     padding:0 0 10px 0;
}
.sidebar .widget_archive .widgettitle{
    border-bottom:1px solid #cacaca;
   
}
.sidebar  hr{
    margin:3px 0 25px;
}
.sidebar .top-services a{
	margin:15px 0;
}
.sidebar .top-services .icon {
	float:left;
	width:100px;
}
.sidebar .top-services .icon .image {
    background: #fff;
    width:90px;
    height:90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    
}
.sidebar .top-services .icon .image img{
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
}
.sidebar .top-services .text{
	float:left;
	width:170px;
}
.sidebar .top-services .title{
    font-size:24px;
    line-height: 29px;
    font-weight:700;
}
.sidebar .top-services .link{
    display: block;
    font-size:21px;
    
}
.sidebar .top-services .link svg{
    height:15px;
    float: right;
    margin:7px;
}

.sidebar .affiliations{
    margin-top:150px;
}

.sidebar .serviceAreas .area{
    position: relative;
    padding-left:18px;
    margin-bottom:25px;
    margin-left:15px;
}
.sidebar .serviceAreas .area .title{
    font-size:21px;
    font-weight:700;
}
.sidebar .serviceAreas .area .fas{
    position: absolute;
    top:5px;
    left:-15px;
    font-size:28px;
}
.sidebar .serviceAreas .area a{
	text-decoration:underline;
}
.sidebar .serviceAreas .link{
    margin-top:30px;
}
.sidebar .serviceAreas a {
    font-size:21px;
    line-height:28px;
    
}


.sidebar .serviceAreas a svg{
    
}
.sidebar .editors-pick ul{
    margin:0;
}
.sidebar .editors-pick ul li{
    margin:25px 0;
}
.sidebar .editors-pick ul li a{
    font-size:21px;
    text-decoration: underline;
    display: block;
    margin-top:15px;
}
.sidebar .alt-btn{
	width:100%;
	display:block;
}
.sidebar .alt-btn svg{
	float:right;
	margin:7px 0;
}
#global_sidebar_clientPortal .text{
	margin-bottom:25px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.main article{
		padding:0 25px;	
	}
	.inner-content .sidebar{
		padding:0 25px;	
	}
	
	.sidebar .top-services a{
		padding:0 25px;
	}
}

/* FEATURED*/
#featured{
    margin-bottom:90px;
}
#featured h2{
    font-size:28px;
    line-height: 28px;
    font-weight:100;
    position: relative;
    padding:0 0 0 25px;
}
#featured h2:before{
    content:'';
    width:10px;
    height:100%;
    display:inline-block;
    position: absolute;
    left:0;
    top:2px;
    
}
#featured .box{
    border:1px solid #979797;
    margin:25px 0;
}
#featured .text{
    padding:25px;
}
#featured .text .cat{
    font-size:21px;
    font-weight:700;
    margin-bottom:10px;
}
#featured .text h3{
    font-size:40px;
    line-height:55px;
    font-weight:100;
}
#featured .text p{
    font-size:18px; 
    line-height: 40px;
}
#featured .text .author{
    font-style: italic;
    display: block;
}
#featured .text a.read-more{
    text-decoration: underline;
    margin-top:30px;
    display: block;
}

/* RECENT*/
#recent{
    margin-bottom:150px;
}
#recent h2{
    font-size:28px;
    line-height: 28px;
    font-weight:100;
    position: relative;
    padding:0 0 0 25px;
}
#recent h2:before{
    content:'';
    width:10px;
    height:100%;
    display:inline-block;
    position: absolute;
    left:0;
    top:2px;
    
}
#recent .box{
    border:1px solid #979797;
    margin:25px 0;
}
#recent .text{
    padding:25px;
}
#recent .text .cat{
    font-size:21px;
    font-weight:700;
    margin-bottom:10px;
}
#recent .text h3{
    font-size:40px;
    line-height:55px;
    font-weight:100;
}
#recent .text p{
    font-size:18px; 
    line-height: 40px;
}
#recent .text .author{
    font-style: italic;
    display: block;
}
#recent .text a.read-more{
    text-decoration: underline;
    margin-top:30px;
    display: block;
}

/* RECENT*/
#archive{
    margin-bottom:150px;
}
.archive h1.page-title{
    font-size:28px;
    line-height: 28px;
    font-weight:100;
    position: relative;
    padding:0 0 0 25px;
}
.archive h1.page-title:before{
    content:'';
    width:10px;
    height:100%;
    display:inline-block;
    position: absolute;
    left:0;
    top:2px;
    
}
#archive .box{
    border:1px solid #979797;
    margin:25px 0;
}
#archive .text{
    padding:25px;
}
#archive .text .cat{
    font-size:21px;
    font-weight:700;
    margin-bottom:10px;
}
#archive .text h3{
    font-size:40px;
    line-height:55px;
    font-weight:100;
}
#archive .text p{
    font-size:18px; 
    line-height: 40px;
}
#archive .text .author{
    font-style: italic;
    display: block;
}
#archive .text a.read-more{
    text-decoration: underline;
    margin-top:30px;
    display: block;
}

/* CAREERS */
#careers {
	margin: 100px 0 85px;
}
#careers  .total-jobs {
	margin: 0 0 45px 30px;
}
#careers .job{
	padding:30px;
}
#careers  .job-postings .job:nth-child(odd){
	background: #F9F9F9;
}
#careers .job a.toggle{
	font-weight:bold; 
	margin:25px 0; 
	display:block; 
	position:relative;
	padding:0 0 0 25px;
}
#careers .job a.toggle:before{
    content:"\f055";
    font-family: "Font Awesome 5 Free";
	position:absolute;
    left:0;
}

#careers .job a.toggle.active:before{
    content:"\f056";
    font-family: "Font Awesome 5 Free";

}

#careers .job p{
	line-height:32px;
}
#careers .job li{
	line-height:32px;
}
#careers .title{
    font-size:18px;
    font-weight:700;
}
#careers  a.excerpt-read-more {
    display:none;
 }

#careers .submit{
    position: relative;
    float:left;
    background:transparent;
    border:1px solid;
    width:300px;
    height:60px;
    border-radius:6px;
}
#careers .submit svg{
	position:absolute;
	right:25px;
	top:20px;
}
#careers .wpcf7-form{
	margin: 15px 0;
}
#careers .wpcf7 .file{
    background:#fff;
    border:1px solid #C9C9C9;
    padding:3px 15px;
    
}
#careers .wpcf7 input[type="file"]{
    opacity: 1;
}

#careers .wpcf7-form input[type="submit"]{
    background:transparent;
    float:left;
    height:60px;
    border:none;
    position: relative;
    display:block;
    margin:0 auto;
    text-align: left;
    font-size:24px;
    position: relative;
    width:100%;
    
}

#careers .fa-arrow-up{
    
    position:absolute;
    transform: rotate(40deg);
    right:15px;
    font-size:18px;
    top:20px;
    
    
}


#careers .job .addtional-info p,
#careers .job .contact-info p{
	line-height:30px;
}



/* SERVICES */
.all-services{
    margin:45px 0 85px;
    display: block;
}
.all-services .service{
    border-bottom:1px solid; 
    padding:25px 0;
}
.all-services .service:last-child{
    border:none;
}
.all-services .icon .image {
    background: #fff;
    width:100px;
    height:100px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin:0 auto;
}
.all-services .icon .image img{
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
}
.all-services h2.title{
    font-size:24px;
    line-height:33px;
    font-weight:700;
}
.all-services .desc{
    font-size:18px;
    line-height:40px;
}
.all-services a {
    float:right;
    margin-top:25px;
}
.all-services a svg{
    height:15px;
    float: right;
    margin:5px 0 0 15px;
}

/* ARTICLES */
.single-post .article-header img{
    margin-bottom:45px;
}
.single-post .category{
    font-weight:700;
    font-size: 21px;
    line-height: 28px;
    margin-bottom:10px;
}
.single-post h1{
    font-weight:100;
    font-size: 40px;
    line-height: 55px;
    margin-bottom:0;
}
.single-post .author{
    font-weight:400;
    font-size: 18px;
    line-height: 40px;
    font-style: italic;
}
.single-post p{
    font-weight:400;
    font-size: 18px;
    line-height: 40px;
}
.single-post .entry-content{
    margin-bottom:150px;
}
.cat-menu button{
    background: #fff;
    border:1px solid #C9C9C9;
    width:220px;
	text-align:left;
	font-size:16px;
    margin-top:15px;
    z-index:8;
	height:38px;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	position:relative;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    outline:none;
}
.cat-menu button span{
	float:right;
}
.cat-menu button[aria-expanded=false] span:after{
	content:'\f0d7';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding-left:12px;
}
.cat-menu button[aria-expanded=true] span:after{
	content:'\f0d8';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding-left:12px;
}

/*************15 july 2020****************/

.inner-footer a:hover {
    color: #fff;
}
.foo-copyright {
    position: relative;
}
.foo-copyright .source-org.copyright {
    position: absolute;
    right: 0;
    top: -30px;
    margin: 0;
}
.entry-content .nicet-home img {
    display: block;
    margin: 0 auto;
}
#home-callout .intro {
    min-height:340px;
}
#home-callout .content {
    min-height: auto;
}
#home-callout .link { 
    text-align: center;
}
#global_affiliates {
    text-align: center;
}
#global_affiliates h2 {
    width: 100%;
    font-size: 45px;
    line-height: 61px;
    margin-bottom: 25px;
    font-weight:300;
}
.affiliates-logo-cust.affiliates-logo-cust-top {
	display: flex;
	flex-wrap: nowrap;
    margin-bottom: 40px;
}
.affiliates-logo-cust.affiliates-logo-cust-top img {
    padding: 0 10px;
}
.affiliates-logo-cust.affiliates-logo-cust-bot {
	display: flex;
	flex-wrap: nowrap;
}
.affiliates-logo-cust.affiliates-logo-cust-bot img {
    padding: 0 5px;
}


.footer-widget-3 {
    display: table;
    height: 240px;
}
.footer-widget-3 .widget_media_image {
    display: table-cell;
    vertical-align: bottom;
}
#footer .inner-footer h4 {
    height: 110px;
}
#footer #media_image-3 {
    margin-top: 20px;
}

@media only screen and (max-width:1081px) and (min-width:850px) {
   #footer .inner-footer h4 {
    height: 145px;
}
}
@media only screen and (max-width:849px) {
#footer .small-12 {
    width: 100%;
}
   #footer .inner-footer h4 {
    height: auto;
}
.footer-widget-3 .widget_media_image img {
    width: 200px;
}
.footer-widget-3 { 
    height: auto;
    margin-top: 20px;
}
}

@media only screen and (max-width:1065px){
    #home-callout .intro {
        min-height: 420px;
    }
}

@media only screen and (max-width:767px){

    .affiliates-logo-cust.affiliates-logo-cust-top, .affiliates-logo-cust.affiliates-logo-cust-bot {
		display: block;
	}
    .affiliates-logo-cust.affiliates-logo-cust-top img, .affiliates-logo-cust.affiliates-logo-cust-bot img {
        width: auto;
        display: block;
        text-align: center;
        margin: 0 auto 25px;
    }
    .affiliates-logo-cust {
        display: block;
        width: 100%;
        text-align: center;
    } 
}

@media only screen and (max-width:639px){   
    #global_affiliates h2 { 
        font-size: 28px;
        line-height: 37px; 
    }
    
    #home-callout .intro {
        min-height: auto;
    }
    .foo-copyright .source-org.copyright {
        position: inherit;
        right: auto;
        top: auto;
        margin: 0;
        left: auto;
    }
    .foo-copyright {
        text-align: left;
    }
}

#nav #main-nav li.top-button {
    background: #f0ed4f;
}
#nav #main-nav li.top-button a {
    color: #000;
}

.footer-con-form {
    background: #000;
    padding: 15px 0;
}
.footer-con-form .wpcf7{
    width: 100%;
}
.footer-con-form .wpcf7-form , .footer-con-form .wpcf7-form p{
    margin: 0;
}
.footer-con-form input.wpcf7-form-control { 
    padding: 10px 15px;
    border: 0;
}
.footer-con-form input.wpcf7-form-control.wpcf7-submit { 
    padding: 10px 0;
    border-radius: 0;
}
#hero .wpcf7-form-control.wpcf7-select{ 
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1;
}

@media only screen and (min-width:767px){ 
    .footer-con-form input.wpcf7-form-control {
        width: 20.17%;
        display: inline-block;
        margin: 0 0 0 1%; 
    }
    .footer-con-form input.wpcf7-form-control.wpcf7-submit {
        width: 14.3%; 
    }
}
@media only screen and (max-width:767px){ 
    .footer-con-form .wpcf7{
        width: 300px;
        margin: 0 auto;
    }
    .footer-con-form input.wpcf7-form-control.wpcf7-submit { 
        padding: 10px 30px;
    }
}