/* styles for new home page template */
/* David Hicks, Brandbot.ca */

.page-content-inner {
	padding: 0 40px;	
}	

h1.page-hero {
	color: #fff;
	font-weight: 600;
	font-size: 2.0em;
	text-align: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 0;
}

p.page-hero-text {
	color: #fff;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.4;
	padding-top: 20px;
	text-align: left;	
}

#page-top-message-section p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;	
}	


p {
	font-weight: 400;
	text-align: left;	
}	
#page-top-message-section {
	text-align: left;	
}

#page-top-message-section.l-submain {
	padding-left: 0!important;
	padding-right: 0!important;	
}		

.page-drop-para {
	font-weight: 600;	
}				

.inner-container { /* restricts width of contents */
		max-width: 1000px;
		margin: 0 auto;
}

.page-buckets-item {
	border: none!important;	
}	

.page-bucket-content {
	border: none;
	padding: 0 20px!important;
}

.page-bucket-icon {
	float: none;
	border: none;
	border: none!important;
	margin-bottom: 0!important;
}

.page-bucket-content h3 {
	display: block;
	width: 100%;
	text-align: left;
	font-weight: 400;
	margin-bottom: 10px!important;
}

.page-bucket-content p {
	text-align: left;
}					

.solution-block-inner-container {
		/* max-width: 500px; */
	}
ul.solution-block-list {
	 list-style-type: none;
	 text-align: left;	
}

ul.solution-block-list li {
	padding: 0;	
	}
	
.container-left {
	float: left;
	text-align: center;	
}

.container-right {
	float:right;
	text-align: center;
}

/* .three-buckets-item:hover {
	background: #ff0000;	
} */

/* #bucket-contents-1:hover + #bucket-icon-1 {
	background: #ff0000!important;	
} */
.icon-orange {
	fill: #f7a700;
	-webkit-transition: fill .5s; /* For Safari 3.1 to 6.0 */
    transition: fill .5s;
}

.icon-white {
	fill: #fff;	
	-webkit-transition: fill .5s; /* For Safari 3.1 to 6.0 */
    transition: fill .5s;
}	

.bucket-icon-hover {
	background-color: #f7a700!important;
}					


.vert-center {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

.force-lowercase {
	text-transform: lowercase!important;
}

.cta-button {
	font-size: 16px;
	font-weight: 600;
	line-height: 44px; 
	height: 44px;
	padding: 0 25px;
	margin-top: 20px;
	text-align: center;
	display: inline-block;
}

h2,h3 {
	font-weight: 600!important;
}

h3.three-buckets-services {
	font-size: 22px;
	line-height:32px;
	margin-bottom: 22px;
	text-align: center;
}

.three-buckets-item a {
	color: inherit;
	text-decoration: none;
	transition: none;
}	

.three-buckets-item a:hover {
	color: inherit;
}

.bucket-contents p{
	text-align: center;
}

.home .three-buckets-item:hover{
	background: #f7a700;
	color: #fff;
}

.how-it-works{
	padding: 0 40px 70px;
}

.how-it-works p{
	margin-bottom: 20px;
}

.how-it-works p:last-child{
	margin-bottom: 0;
}

.solution-block-text h2,
#logo-section h2,
#case-study-section-new h2 {
	font-size: 28px;
	line-height:36px;
	margin-bottom: 35px;
}

.solution-block-text p,
.bucket-contents p,
#case-study-section-new p {
	font-size: 18px;
	line-height: 25px;
}

.page-buckets-item .bucket-contents p {
	font-size: 16px;
	line-height: 24px; 
}	

.solution-block {
	height: 360px;
	vertical-align: middle;
}

.page-bucket-icon {
	width: 100px;
	height: 100px;	
}

.page-bucket-icon svg {	
	width: 100%;
	height: auto;
}
.page-solution-block {
	height: 300px;	
}	

.solution-block-text.page-solution-block {
	background-color: #f6f6f6;	
}

@media only screen and (max-width: 640px) {
    .solution-block-text h2, 
    #logo-section h2, 
    #case-study-section-new h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

.solution-block-cta-button {
	background-color: #f7a700;
	color: #fff;		
	 -webkit-transition: background-color .5s; /* For Safari 3.1 to 6.0 */
    transition: background-color .5s;

}

.solution-block-cta-button:hover {
	background-color: #CC8800;
	color: #fff!important;
}

.page-solution-content ul.solution-block-list li,
.page-features-items ul.feature-bucket-list li{
	font-weight: 400;
    line-height: 30px;
    position: relative;
    padding-left: 15px !important;	
    margin-top: 10px;
}

.page-solution-content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
		

.page-solution-content {
	text-align: left!important;	
}	

.page-solution-content ul.solution-block-list li:before,
.page-features-items ul.feature-bucket-list li:before{
	content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #f7a700;
    font-size: 16px;
    margin-right: 10px;
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 20px;	
}

.page-solution-content h2 { 

	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;			
}	


#page-features-section {
	margin-top: 60px;
	margin-bottom: 40px;	
}
#page-features-section p{
	margin-bottom: 20px;
}
#page-features-section ul.bulleted-list{
	margin-bottom: 20px;
}
#page-features-section ul.bulleted-list li{
	margin-bottom: 10px;
    position: relative;
    text-indent: 15px;
}
#page-features-section ul.bulleted-list li:last-child{
	margin-bottom: 0;
}
#page-features-section ul.bulleted-list li:before{
	content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #f7a700;
    font-size: 16px;
    margin-right: 10px;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 20px;
}
.page-feature-row {
	display: inline-block;
	width: 100%;
}

#news-blocks-section h3 {
	text-align: center;
	margin-bottom: 0;	
}		

.page-features-list-subheader {
	display: block;
	width: 100%;
	font-weight: 600;
	margin-top: 20px;	
}	

ul.page-features-items {
	list-style-type: none;
	display: inline-block;	
	width: 100%;
}

ul.page-features-items li  {
	width: 33.33%;
	display: inline-block;
	float: left;
	text-align: left;
	padding: 20px 0;	
}

ul.page-features-items li ul li{
	width: 100%;
	padding: 0;
}

ul.page-features-items li:nth-child(3n+1) {
	padding-left: 0;
	padding-right: 26px;	
}	

ul.page-features-items li:nth-child(3n+2) {
	padding-left: 14px;
	padding-right: 14px;	
}

ul.page-features-items li:nth-child(3n+3) {
	padding-left: 26px;
	padding-right: 0;	
}

ul.page-features-items li h4 {
	color:	#56BBC4;
	width: 100%;
	font-weight: 600;
	padding: 0 0 5px;
	border-bottom: 1px solid #56BBC4;
	margin-bottom: 10px;
}	

ul.page-features-items li p {
		
}	
	

.page-solution-content .solution-block-cta-button, #lower-cta-section .solution-block-cta-button, #page-case-study-section .solution-block-cta-button {
	color: #2a2a2a;
	font-weight: 400;	
}

#page-case-study-section .solution-block-cta-button:hover, #lower-cta-section .solution-block-cta-button:hover {
	color: #fff!important;	
}	

#page-case-study-section {
	background: #05505c;
	background-image: url("../../uploads/2018/05/CS-background.jpg");
	background-size: cover;
	margin: 0 0 20px;
	padding: 40px 0!important;
		
}

#page-case-study-section h3 {
	color: #2a2a2a;
	text-align: center;
	margin-bottom: 10px;
}

#page-case-study-section p {
	color: #2a2a2a;
	text-align: center;	
}

#page-case-study-section .solution-block-cta-button {
	text-align: center;
	color: #2a2a2a!important;
	font-weight: 400!important;	
}			

.cta-button-center-wrap {
	text-align: center;	
}

#lower-cta-section {
	margin: 0;
	padding: 40px 0 100px!important;

}

#lower-cta-section h3 {
	text-align: center;	
}


#lower-cta-section p {
	text-align: center;	
}

#lower-cta-section .solution-block-cta-button {
	text-align: center;
	color: #2a2a2a!important;
	font-weight: 400!important;	
}					

.hero-inner-content {
	padding: 0 40px!important;
	}	

.hero-cta-button {
	color: #474747;
	border: 1px solid #474747;
	display: inline-block;
	margin-top: 0;
	border-radius: 50px;
	-webkit-transition: background-color .3s; /* For Safari 3.1 to 6.0 */
    transition: background-color .3s;
    font-weight: 400;
    font-size: 18px;
    padding: 1px 35px;
    height: auto;
}

.hero-cta-button:hover {
	background-color: #00a0ae;
	color: #fff;
	border-color: #00a0ae;
}

#hero-logo {
	text-align: center;
}

.hero-logo-image {
	width: 180px;
	height: auto;
}

#hero-section {
	/* background-color: #00a0ae; */
	min-height: 360px;
	text-align:  center;
	/* background-image: url("/i-content/uploads/assets/Homepage-Banner-BBM_1600x400.jpg"); */
	/* this is added inline through PHP variable in page-home2017.php template file and set through the page meta fields*/
	width: 100%;
	position: relative;
	background-size: cover;
}

.page-id-24165 #hero-section h1.page-hero{
	padding: 0;
}

#hero-section > img{
	width: 100%;
	min-height: 350px;
}

#hero-overlay {
	width: 100%;
	min-height: 360px;
	display: table;
	/* enable this if using lighter background image for contrast */
	background-color: rgba(0,0,0,0.5);
}
.home #hero-content-wrap{
    position: absolute;
    z-index: 99;
    top: 23%;
}

#hero-content-wrap {
	height: 360px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;   
}
.page-id-24165 #hero-section,
.page-id-24165 #hero-section #hero-content-wrap,
.page-id-24165 #hero-section #hero-overlay{
	height: 225px;
	min-height: 225px;
}

#hero-title h2{
	text-align: center;
	padding: 0 20%;
	color: #fff;
	font-size: 40px;
}

.home #hero-title h2{
	color: #474747;
	font-size: 44px;
	line-height:1;
}
@media only screen and (max-width: 1199px) {
	#hero-section > img{
		width: auto;
		max-width: none;
		text-align: center;
		display: block;
	    margin: 0 auto;
	    position: absolute;
	    top: -120px;
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	}
	.home #hero-title h2{
		font-size: 40px;
		line-height: 1;
	}
}

#hero-title h3{
	text-align: center;
	padding: 0 20%;
	color: #fff!important;
	margin-top: -20px;
}

.home #hero-title h3{
	font-size: 32px;
	font-weight: 300!important;
	color: #474747 !important;
	font-family: 'proxima-nova', sans-serif;
	padding: 20px 20%;
}
@media only screen and (max-width: 1199px) {
	.home #hero-title h3{
		font-size: 21px;
		line-height:1;
		padding: 10px 30px;
	}
}


#hero-cta {
	text-align: center;
}

@media only screen and (max-width: 767px) {
    #hero-title h2 {
        font-size: 26px;
        line-height: 34px;
        padding: 0 10%;
    }
}

@media only screen and (max-width: 480px) {
    #hero-title h2 {
        font-size: 22px;
        line-height: 32px;
        padding: 0;
    }
    .hero-logo-image {
	    width: 120px;
    }
}


#top-message-section {
	width: 90%;
	margin: 0 auto;
	/* padding: 60px 10% 50px; */
	/* correct padding when section removed */
	padding: 30px 10% 30px;
	text-align: center;
}

#top-message-section h2 {
    margin: 0;   
}

@media only screen and (max-width: 767px) {
    #top-message-section {
	    padding: 40px 0 10px;
    }
    #top-message-section h2 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 640px) {
    #top-message-section {
	    padding: 30px 0 10px;
    }
    #top-message-section h2 {
        font-size: 22px;
        line-height: 32px;
    }
}

.three-buckets-section {
    padding: 0 0 40px;
}

ul.three-buckets {
    /* width: calc(90% + 40px); */
    margin: 0 auto;
    display: table;
    border-collapse: separate;
    border-spacing: 20px;
}

ul.three-buckets li {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 33.33%;
	padding: 0;
	margin: 0;
	text-align: center;
	border: 2px solid #f7a700;
}

.bucket-contents {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
	width: 100%;
	height: auto;
	padding: 0 25px 20px;
}

@media only screen and (max-width: 767px) {
    .three-buckets-section {
        padding: 0;
    }
    ul.three-buckets {
        display: block;
    }
    ul.three-buckets li {
        display: block;
        width: 100%;
        margin: 40px 0;
    }
    ul.three-buckets li:last-child {
        margin-bottom: 5%;
    }
}

.three-buckets-icon {
	color: #f7a700;
	border: 2px solid #f7a700;
	background-color: #fff;
	/* makes a circle */
	display: block;
	margin: -30px auto 10px;
	/* padding: 30px; */
	width: 100%;
	height: 60px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	text-align: center;
	position: relative;
}

.home .three-buckets-icon {
	width: 60px;
}

.three-buckets-icon .vert-center,
.news-block-icon .vert-center {
    width: 40px;
    height: 40px;
}

.three-buckets-icon .vert-center img,
.news-block-icon .vert-center img {
    display: block;
    width: 100%;
}

#logo-section {
	background: #f6f6f6;
	text-align: center;
	padding: 40px 0 30px 0;
}

#logo-section h2 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#logo-slider-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
	width: 90%;
	margin: 10px auto 20px;
	padding: 0 25px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

#logo-slider-container span {
    display: block;
    max-width: 200px;
    padding: 0 25px;
}

#logo-slider-container img {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 767px) { 
    #logo-slider-container {
        flex-flow: row wrap;
        justify-content: center;
    }
    #logo-slider-container span {
        width: 33%;
    }
}

@media only screen and (max-width: 640px) { 
    #logo-section {
        padding: 5% 0 3% 0;
    }
    #logo-slider-container {
        padding: 10px;
    }
    #logo-slider-container span {
        width: 50%;
        margin: 5px;
    }
}

@media only screen and (max-width: 480px) { 
    #logo-slider-container {
        padding: 0;
    }
    #logo-slider-container span {
        width: 100%;
        margin: 10px;
    }
}


#solution-blocks-section {
    display: table;
    table-layout: fixed;
	width: 100%;
}

.solution-row {
    display: table-row;
}

.solution-block {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	padding: 40px;
	text-align: left;
	min-height: 300px;
}
.home .solution-block-image-mobile{
	display: none;
}

@media only screen and (max-width: 640px) { 
    .solution-block {
        padding: 30px;
    }
}

@media only screen and (max-width: 480px) { 
    #solution-blocks-section {
        display: block;
    }
    .solution-row {
        position: relative;
        display: inline-block;
    }
    .solution-row+.solution-row {
        border-top: 1px solid #cccccc;
    }
    .solution-block {
        display: block;
    	width: auto;
    	min-height: auto;
    	padding: 40px;
    }
    .solution-block.solution-block-image {
        position: absolute;
        top: 25px;
        left: 20px;
        width: 110px;
        height: 122px
    }
    .solution-block.solution-block-text {
        width: 100%;
    }
    .solution-block-text h2 {
        padding-left: 130px;
        margin-bottom: 10px;
    }
    .solution-block-text p {
        padding-left: 130px;
    }
    .solution-block-cta-button {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
	.home .solution-block-image-mobile{
		display: block;
	}
	
}

#solution-block-1,
#solution-block-1-mobile {
	/* background-color: rgb(222, 196, 183); */
	background-color: #f6f6f6;
	background-image: url("../../uploads/assets/Faster-Cloud-Migration.jpg"); 
	background-size: cover;
	background-position: center center;
}

#solution-block-4,
#solution-block-4-mobile {
	/* background-color:  rgb(102, 112, 117); */
	background-color: #f6f6f6;
	background-image: url("../../uploads/assets/Modern-application.jpg");
	background-size: cover;
	background-position: center center;
}

#solution-block-5,
#solution-block-5-mobile {
	/* background-color:  rgb(102, 112, 117); */
	background-color: #f6f6f6;
	background-image: url("../../uploads/assets/AI-in-business.jpg");
	background-size: cover;
	background-position: center center;
}

#solution-block-6,
#solution-block-6-mobile {
	/* background-color:  rgb(102, 112, 117); */
	background-color: #f6f6f6;
	background-image: url("../../uploads/assets/complex_simple.png");
	background-size: cover;
	background-position: center center;
}

#solution-block-7,
#solution-block-7-mobile {
	/* background-color:  rgb(102, 112, 117); */
	background-color: #f6f6f6;
	background-image: url("../../uploads/assets/Security.jpg");
	background-size: cover;
	background-position: center center;
}

#case-study-section-new {
	background-color: #e8e8e8;
	display: block;
	padding: 60px 10%!important;
	text-align: center;
	background-size: cover;
}

#news-blocks-section {
    padding: 40px 0;
}

.page-template-page-covid-summary #news-blocks-section {
	padding-top: 0;
}

ul.news-blocks  {
	width: calc(90% + 40px);
	margin: 0 auto;
	display: table;
	border-collapse: separate;
	border-spacing: 20px;
}

.page-template-page-covid-summary #news-blocks-section ul.news-blocks  {
	width: calc(90% + 60px);
}

ul.news-blocks li {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 33.33%;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #662e6b;
}

.page-template-page-covid-summary ul.news-blocks li {
	width: 50%;
}

.news-contents {
	width: 100%;
	padding: 20px;
	color: #fff;
	position: relative;
}

.news-block-icon {
	color: #fff;
	border: 2px solid #fff;
	background-color: #662e6b;
	/* makes a circle */
	display: block;
	margin: 0 auto 10px;
	/* padding: 30px; */
	width: 70px;
	height: 70px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	text-align: center;
	position: relative;
}

.news-block-type {
	font-size: 14px;
}

.news-block-title {
	font-size: 18px;
	font-weight: bold;
	min-height: 72px;
}

.news-cta-button-wrapper {
	display: block;
	width: 100%;
}

.news-cta-button {
	border: 2px solid #fff;
	color: #fff;
	-webkit-transition: background-color .5s; /* For Safari 3.1 to 6.0 */
    transition: background-color .5s;
}

.news-cta-button:hover {
	background-color: #fff;
	color: #662e6b;
}

@media only screen and (max-width: 767px) {
    ul.news-blocks,
    .page-template-page-covid-summary #news-blocks-section ul.news-blocks {
        display: block;
        width: 90%;
    }
    .page-template-page-covid-summary ul.news-blocks li,
    ul.news-blocks li {
        display: block;
        width: 100%;
        margin: 5% 0;
    }
    .news-block-title {
	    min-height: auto;
    }
    
}


#testimonial-section {
	padding: 0 0 60px 0;
}

#testimonial-container {
	padding: 0 60px;
	margin: 0 auto;
	display: table;
}

#testimonial-container > div {
    display: table-cell;
}

.testimonial-left {
	text-align: center;
	vertical-align: middle;
	min-height: 120px;
	width: 80px;
}

.testimonial-quote-icon {
	width: 80px;
	max-width: 80px;
	min-width: 80px;
	height: auto;
}

.testimonial-right {
    display: table-cell;
	text-align: left;
	vertical-align: middle;
	min-height: 120px;
}

.testimonial-text-container {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	padding-left: 100px;
}

.testimonial-text {
	font-size: 18px;
	line-height: 25px;
	font-weight:600;	
}



.client-left {
	text-align: center;
	vertical-align: middle;
	min-height: 120px;
	width: 200px;
	float: left;
}

@media screen and (max-width: 640px){
#testimonial-container {
	width: 100%!important;
	min-height: 320px;
	text-align: center;
	padding: 10px;
	}	
.client-left {
	width: 100%;
	display: none;
	}
.client-right {
width: 100%;
vertical-align: top;	
}

.client-text-container {
	padding-left: 10px;
	}

.client-attributed {

	}			
}	

.client-logo {
	width: 200px;
	max-width: 200px;
	min-width: 200px;
	height: auto;
}

.client-right {
display: table-cell;
text-align: left;
vertical-align: middle;
height: 200px;
min-height: 200px!important;
}

.client-text-container {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	padding-left: 40px;
}

.client-text {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;	
}


.client-text p {
}

.client-text:before {
	content: "\201C";

	margin-left: -10px;
	display: inline-block;
}
.client-text:after {
	content: "\201D";
	display: inline-block;
}

.client-attributed {
	margin-top: 20px;
	color: #fff;
}

.client-attributed-name, .client-attributed-role {
	font-style: italic;
	font-weight: 600;
	font-size: 14px;
}

.client-attributed-role:before {
	content: '|';
	padding: 0 8px;
}




@media only screen and (max-width: 1023px) {
    #testimonial-container {
        width: 75%;
    }
    .testimonial-text-container {
        padding-left: 80px;
    }
}

@media only screen and (max-width: 767px) {
    #testimonial-section {
        padding: 0 0 10% 0;
    }
    #testimonial-container {
        width: 90%;
    }
    .testimonial-left {
        vertical-align: top;
        width: 60px;
    }
    .testimonial-right {
        vertical-align: top;
    }
    .testimonial-quote-icon {
        margin-top: 7px;
        width: 45px;
        max-width: 45px;
        min-width: 45px;
    }
    .testimonial-text-container {
        padding-left: 20px;
    }
    .testimonial-text {
    	font-size: 16px;
    	line-height: 20px;	
    }
    .testimonial-attributed {
        font-size: 14px;
    }
}

.testimonial-text p {
}

.testimonial-text:before {
	content: "\201C";

	margin-left: -10px;
	display: inline-block;
}
.testimonial-text:after {
	content: "\201D";
	display: inline-block;
}

.testimonial-attributed {
	margin-top: 20px;
}

.testimonial-attributed-name, .testinomial-attributed-role {
	font-style: italic;
}

.testimonial-cta-button {
	border: 2px solid #00a0ae;
	color: #00a0ae;
	-webkit-transition: background-color .5s; /* For Safari 3.1 to 6.0 */
    transition: background-color .5s;
	
}

.testimonial-cta-button:hover {
	background-color: #00a0ae;
	color: #fff;
}


.contact-nav a {
	float: right;
	background: #f7a700;
	font-size: .85em;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	padding: 0 10px;
	margin-left: 10px;
	text-decoration: none;
	
	 -webkit-transition: background-color .5s; /* For Safari 3.1 to 6.0 */
    transition: background-color .5s;
}



	
.contact-nav a:hover {
	background-color: #f7a700;
	color: #fff!important;
}

.contact-nav-mobile {
    display: none;
}

.contact-nav.contact-nav-mobile a {
    float: left;   
    margin-left: -5px;
}

@media only screen and (max-width: 999px) { 
	.contact-nav-mobile {
        display: block;
    }
    .l-subheader-h > .contact-nav {
        display: none;
    }
    
    .contact-nav a {
	  line-height: 40px;  
	 }  
}


.l-subheader.at_middle .w-nav-item.level_1 {
	font-size: 1.0em!important;
	padding: 0 5px!important;
	font-weight: 600;
}

.l-subheader.at_middle .w-nav-anchor.level_1 {
	padding: 0 8px!important;
}

.l-subheader.at_middle .w-search-show {
	text-align: center!important;
}

@media only screen and (max-width: 767px) {
    #menu-footer-sitemap-menu > li > ul > li > a{
        padding: 0 0 8px 0;
        margin: 20px 0 4px 0;
    }
    #menu-footer-sitemap-menu > li > ul > li > ul > li {
            margin: 10px 0;
    }
    #menu-footer-sitemap-menu > li > ul > li > ul > li > a {
        display: block;
        width: 100%;
        line-height: 24px;
    }
}


/* contact page styles */

#section-contact {
	clear: both;
	display: block;
}
	
.offices-wrap {
	clear: both;
	width: 100%;
	display: inline-block;	
}		

.template-contact .section-offices h1 {
	color: #a3a3a3;
	text-align: center;
	font-size: 2.2em;
	margin-bottom: 50px;
}
	
#offices-section {
	padding: 40px 0;	
}		
	
	
	#offices-section h2 {
	color: #686868;
	text-align: center;		
}		


ul.office-list {

}

li.office-list-item {
	width: 50%;
	display: inline-block;
	float: left;
	text-align: center;
	padding: 20px;
	color: #686868;
	position: relative;
}

.map-wrap {
	width: 100%;
	position: relative;
	z-index: 1000;
	margin-left: -20px;
	}


@media only screen and (max-width: 767px){
	li.office-list-item {
	width: 100%;
}	
}
	

.office-address, .office-phone {
		 
}

li.office-list-item.office-phone:first-child {
	margin-top: 15px;
}

.map-display {
 display: none;
 height: 200px;
 width: 300px;
 border: 1px solid #acacac;
 margin: 15px;
 background-color: #cfcfcf;
 position: absolute;

	left: 50%;
	transform: translateX(-50%);	
}	

.map-display p {
	position: relative;
  top: 50%;
  transform: translateY(-50%);
	}
	
@media only screen and (max-width: 767px){ /* page template mobile fixes*/
	.l-submain-h {
	padding: 0!important;
	}
	
	.page-content-inner {
		padding: 0 20px;
	}
	
	ul.page-features-items li {
		width: 100%;
	}
	
	ul.page-features-items li:nth-child(3n+1) {
	padding-left: 0;
	padding-right: 0;	
	}	
	
	ul.page-features-items li:nth-child(3n+2) {
		padding-left: 0;
		padding-right: 0;	
	}
	
	ul.page-features-items li:nth-child(3n+3) {
		padding-left: 0;
		padding-right: 0;	
	}
	
	.solution-block.solution-block-image {
		width: 100%;
		height: 220px;
		position: relative;	
		top: 0;
		left: 0;
	}	
	
	.solution-block-text h2 {
		padding-left: 0;
	}
		
	.page-solution-block{
	height: auto;
	padding-bottom: 40px;
	display: inline-block;		
	
	}
	
	.solution-block-text p {
		padding-left: 0;
	}

}
@media only screen and (max-width: 599px){
	#page-top-message-section .l-submain,
	div.how-it-works{
		padding-left: 20px;
    	padding-right: 20px;
	}
}


/* COVID Summary page */
.page-template-page-covid-summary ul.three-buckets{
	display: block;
	width: calc(90% + 40px);
	border-spacing: 0;
}
.page-template-page-covid-summary ul.three-buckets li{
	display: inline-block;
	margin: 25px 10px;
	width: calc(50% - 20px);
	float: left;
}
.page-template-page-covid-summary .three-buckets-icon{
	width: 60px;
}
.page-template-page-covid-summary .bucket-contents{
	min-height: 270px;
}
.page-template-page-covid-summary h3.three-buckets-services{
	font-size: 20px;
    line-height: 1.5;
}
.page-template-page-covid-summary .bucket-contents p{
	font-size: 16px;
    line-height: 1.5;
}
.page-template-page-covid-summary .news-cta-button{
	background-color: #f7a700;
	margin-bottom: 20px;
}
.page-template-page-covid-summary .news-cta-button:hover {
    background-color: #f7a700;
    color: #fff;
}
.page-template-page-covid-summary .client-logos-wrapper{
	margin-top: 30px;
}
.page-template-page-covid-summary .cta-button{
	height: 48px;
}
@media only screen and (max-width: 991px){
	.page-template-page-covid-summary ul.three-buckets li{
		display: block;
		width: calc(100% - 20px);
		float: none;
		margin: 40px 10px;
	}
	.page-template-page-covid-summary .bucket-contents{
		min-height: auto;
	}
	.page-template-page-covid-summary .client-logos-wrapper{
		margin-top: 0;
	}
}

#popmake-24166{
	border-radius: 10px;
	background: url("../../uploads/assets/covid-bg-small.jpg") no-repeat center center;
	background-size: cover;
}

.pum-theme-24151 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + .pum-close{
	height: 40px !important;
    width: 40px !important;
    top: -20px !important;
    right: 16px !important;
}
