
#sitemenu-key ul li.active .dropdown-menu {
    display: block;
}

#sitemenu-key ul li .dropdown-menu a {
	text-transform: none;
	font-weight: 400;
}

.pageheader {
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 150;
    padding-bottom: 20px;
    width: 100%;
}	

/*.pageheader .header-main {
    padding-top: 20px;	
}*/

#top-links {
	top: 0;
}

.admin-bar #top-links {
	top:32px;
}

.admin-bar .pageheader {
    margin-top: 32px;
}

.affix {
	border-bottom: none;
	-webkit-transition: border-bottom 600ms linear;
    -ms-transition: border-bottom 600ms linear;
    transition: border-bottom 600ms linear;
    background: #ffffffd9;
}

.affix-top {
    border-bottom: none;
    -webkit-transition: border-bottom 600ms linear;
    -ms-transition: border-bottom 600ms linear;
    transition: border-bottom 600ms linear;
    background: transparent;
}

.home .affix-top, .home .affix {
	background: #ffffffd9;
	border-bottom: 1px solid #f1f1f1;
}


@media screen and (max-width: 768px) {
	.affix-top {
		position: fixed;
	}
	
	#header_bump {
	    margin-top: 180px;
	}
	
	.affix + #header_bump {
	    margin-top: 99px;
	}
	
	.affix-top #site-branding {

	}	
	
	.pageheader {
    	padding-bottom: 10px;
    	height: 80px;
    }
    
    .admin-bar .pageheader {
	    margin-top: 46px;
	}

}


/*#site-branding .logo-v-sm {
	display: none;	
}

.affix-top #site-branding .logo-v-lg {
	display: inline-block;	
}

.affix #site-branding .logo-v-sm {
	display: inline-block;
	width: 95px;
}*/
	
@media screen and (min-width: 768px) {	
	
	.home .affix-top, .home .affix {
		-webkit-transition: background-color 1s;
		-moz-transition: background-color 1s;
		-o-transition: background-color 1s;
		transition: background-color 1s;
	}
	
	/* .affix-top */
	#site-branding .logo-v-lg {
		margin-top: 18px;
	}
	
	/*.affix #site-branding .logo-v-sm {
		width: 165px;
	}*/
}

@media screen and (min-width: 1000px) {	
	/* .affix-top */
	#site-branding .logo-v-lg {
		margin-top: 35px;
	}
}

@media screen and (min-width: 1200px) {	
	/* .affix-top */
	#site-branding .logo-v-lg {
		margin-top: 13px;
	}
}

/*.affix-top #site-branding .logo-v-sm {
	display: none;	
}

.affix #site-branding .logo-v-lg {
	display: none;	
}*/

#prime-navigation ul li:first-child .dropdown-menu {
	margin-left: 0;
}

#home-container {
	overflow-x: hidden;
}	

.videostory {
	padding-top: 40px;
}


/* BANNER  */

.pagebanner {
    position: relative;
    width: 100%;
    height: 290px;
    background-size: cover;
    background-position: center center;
    background-color: #038f9b;
}

.pagebanner:after {
	content: '';
	position: absolute;
	top: 45px;
	left: -100px;
	width: 300px;
	height: 130px;
	background-image: url(/wp-content/themes/redpress/images/waves/LLLS-waves-06b.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 0.35;
	z-index: 2;
	pointer-events: none;
}

.pagebanner_content {
    width: 100%;
    height: 100%;
    display: table;
	padding-top: 110px;
}

.pagebanner_cont {
	display: table-cell;
    vertical-align: middle;
}

.bannercontent_holder {
	position: relative;
	z-index: 10;
	margin-top: -50px;
}

.banner_arrowdown {
	    color: #fff;
	    font-size: 35px;
	    bottom: 55px;
	    position: absolute;
	    animation: bounce 2s infinite;
	    text-align: center;
	    width: 100%;
	    display: block;
	    z-index: 250;
	}
.banner_arrowdown:hover, .banner_arrowdown:focus, .banner_arrowdown:active {
	color: #fff;
	text-decoration: none;
}
	
@-webkit-keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}
@keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}40%,43%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}
.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}

@media screen and (min-width: 783px) {
	.banner_white {
	    display: none;
	}
}

@media screen and (min-width: 1000px) {
	.banner_arrowdown {
	    bottom: 36px;
	    font-size: 50px;
	}
}
.site_banner {
	background-color:#fff;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	width: 100%;
    height: 100vh;
    max-height: -webkit-fill-available;
}

.site_banner_msg {

}

.site_banner .container, .site_banner .row, .site_banner .col-sm-12 {
	height: 100%;
}

.banner_head {
	font-size: 42px;
	margin-bottom: 10px;
	margin-top: 85px;
	font-family: 'vagrounded_normal';
	text-shadow: 1px 1px 2px rgb(60, 4, 4);
    text-transform: uppercase;
    font-weight: bold;
	line-height: 40px;
	text-align: center;
}

.banner_sub {
	padding-top: 13px;
    color: #fff;
    font-weight: bold;
    font-family: 'vagrounded_normal';
    text-shadow: 1px 1px 2px rgb(60, 4, 4);
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
}

.banner-head {
	color: #fff;
    font-size: 34px;
    padding-bottom: 25px;
    font-family: 'Cambay', sans-serif;
    line-height: 37px;
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(2);
    }

}

@media screen and (max-width: 767px) {
/*.affix {
	position: static;
    width: auto;
    top: 0;
   }*/

}

@media screen and (min-width: 768px) {
	
	.pageheader {
	    padding-bottom: 20px;
	    padding-top: 20px;
	    position: fixed;
	}
	
	/*.home-header .pageheader {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	.home-header #site-branding	{
		margin-top: 5px;
	}*/
	
	.site_banner {

	}
	
	.site_banner_msg {

	}
	
	.banner-head {
	    font-size: 45px;
	    line-height: 60px;
	}
	
	#home-navigation li {
		height: 250px;
   }

}

@media screen and (min-width: 1025px) {
	.banner-head {
	    font-size: 54px;
	}
}


.sitebtn {
	border-width: 2px;
    border-style: solid;
    border-radius: 15px;
    padding: 8px 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    text-transform: lowercase;
    font-size: 22px;
    border-color: #56b5b1;
    color: #56b5b1;
    
}
.sitebtn:hover, .sitebtn:focus, .sitebtn:active {
	background-color: #56b5b1;
	color: #fff;
	border-color: #56b5b1;
	text-decoration: none;
}

.sm-btn {
	font-size: 16px;
	padding: 8px 10px;
	width: 250px;
}

@media screen and (min-width: 768px) {
	.sm-btn {
		font-size: 16px;
		width: auto;
		padding: 8px 10px;
	}
}

.keycontentblock {
	padding-top: 50px;
	padding-bottom: 30px;
}

.block-lblue {
	background-color: #f0f5f6;
}

.home-keymsg {
	font-size: 24px;
    font-weight: 600;
    color: #56b5b1;
    padding-top: 10px;
    padding-bottom: 10px;
}

	
.homenav-blk {
	display: inline-block;
	border:1px solid #A9ACA1;
	border-radius: 15px;
	text-align: center;
	padding: 17px;
	padding-top: 60px;
	text-decoration: none;
	font-weight: 600;
	width: 65%;
	margin-bottom: 30px;
	margin-top: 20px;
	position: relative;
}

.home-introduction .keycontent-text-blk {
	padding-bottom: 30px;	
}

.home-introduction .keycontent-text-blk h2 {
	font-size: 34px;
}

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

	.homenav-blk {
		width: 33%;
		margin-right:15px;
	}
	
	.home-keymsg {
		font-size: 40px;
	}
	
	.home-introduction .keycontent-text-blk h2 {
		font-size: 44px;
	}
	
}	

@media screen and (min-width: 850px) {
	.homenav-blk {
		width: 30%;
	}
}

.homenav-blk:hover, .homenav-blk:focus, .homenav-blk:active {
	background:#313D49;
	text-decoration: none;
}

.ico-a {
	background-position-x: 0px;
}

.ico-b {
	background-position-x: -152px;
}

.ico-c {
	background-position-x: -75px;
}

.homenav-title {
	font-size: 30px;
	padding-bottom: 10px;
	color: #A9ACA1;
	line-height: 30px;
}

.homenav-desc {
	text-transform: uppercase;
	padding-top: 15px;
}	

.homenav-blk:hover .homenav-desc, .homenav-blk:focus .homenav-desc, .homenav-blk:active .homenav-desc {
	color: #fff;
	text-decoration: none;
}

.spacerblk-mist {
    width: 50px;
    background: #A9ACA1;
    height: 6px;
    margin:0 auto;
}

	#header_title {		
		padding-top: 90px;
    	padding-bottom: 90px;
	}
	
	#header_title img {	
	    max-width: 300px;
	    margin-top: -40px;
	    margin-bottom: -30px;
	    margin-left: -7px;
	}		
	
	.page_msg {
		color: #56b5b1;
		font-weight: 500;
		font-size: 20px;
		    padding-bottom: 10px;
	}
	
	.page_msg p {
		line-height: inherit;
	}
	
	.page_keypointer {
		 color: #A8ABA1;
	    font-weight: 600;
	    line-height: 25px;
	    margin-bottom: 24px;
	}
	
	.page_bottom_nav {
		margin-top: 40px;
	}
	
	@media screen and (min-width: 768px) {
	
		#header_title {	

		}
		
		.page_msg {
			font-size: 24px;
		}	
		
	}
	
	.blkmoretitle.childnav_blk h2 {
		    display: inline-block;
	    margin: 0;
	    padding-left: 15px;
	    vertical-align: middle;
	    color: #003B49;
	    font-size: 20px;
	}
	
	.page_introhead {
		margin-bottom: 30px;
	}
	
	.page_introhead h1 {
		color: #003B49;
		font-size: 34px;
		padding-bottom: 10px;
	}
	
	.spacerblk-left {
		margin: 0;
	}

	.page_footerarea {
		overflow-x: hidden;
		height: auto;
	}
	
	.page_footercontent {
		background: #F2F3F1;
		padding-top: 50px;
		padding-bottom: 60px;
		border-bottom-left-radius: 60% 100px;
	    border-bottom-right-radius: 60% 100px;
	    width: 160%;
	    margin-bottom: -44px;
	    position: relative;
	    left: -30%;
	    padding-left: 30%;
	    padding-right: 30%;
	}
	
	.page_footercontent img { 
		width: 80%;
	}
	
	.ep-diagram-cap {
		font-size: 12px;
		    margin-top: -5px;
	}
	
	.page_statblk {
		text-align: center;
		    padding-top: 10px;
    padding-bottom: 10px;
        margin-left: 10%;
    margin-right: 10%;
	}
	
	.statblk_ico {
		width: 80px;
		height: 80px;
		background-color: #A9ACA1;
		border-radius: 80px;
		margin: 0 auto;
	}
	
	.people-preview-blk {
		text-align: center;
		padding-bottom: 10px;
		    padding-top: 20px;
		    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
    height: 100%;
    position: relative;
	}
	
	.sel-people-blk {

    }
	
	.people-preview-img {
		width: 150px;
	    height: 150px;
	    background-color: #A9ACA1;
	    border-radius: 150px;
	    margin: 0 auto;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
    }
    
    .people-preview-name {
	    color: #ffffff;
	    font-weight: bold;
	    margin-top: 20px;
	    font-size: 18px;
	    margin-bottom: 5px;
    }
	
	.people-preview-title, .people-preview-desc p {
		font-size: 12px;
		color: #fff;
	}
	
	.people-preview-desc p {
		line-height: 22px;
	}
	
	.people-preview-desc {
		padding: 10px 30px;
	}

	@media screen and (min-width: 768px) {
		.page_statblk {
			margin-left: 0;
			margin-right: 0;
		}
		.people-preview-blk {
			padding-bottom: 30px;
		    padding-top: 30px;
		}
	}
	
	.section-sm-centered-heading {
		text-align: center;
	}
	
	.section-sm-centered-heading h2 {
		font-size: 18px;
		text-transform: uppercase;
		color: #313D49;
	}

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

	}
	
	@media screen and (min-width: 992px) {

	}
	
	@media screen and (min-width: 1200px) {

	}

.page-object-acc {
	margin-top: 20px;
	margin-bottom: 30px;
}	
	
.blktitle {
	display: block;
	border-top: 1px solid #A9ACA1;
	text-decoration: none;
}

.blktitle:hover, .blktitle:active, .blktitle:focus {
	text-decoration: none;
	color: #A9ACA1;
}

.keyblockexp-item {

}	

.keyblockexp-item .blkmoretitle, .blktitle {
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.large-accord .keyblockexp-item .blkmoretitle, .large-accord .blktitle {
    padding-top: 10px;
    padding-bottom: 10px;	
}

.blkmorecontent {
    display: none;
}

.small-accord .blkmorecontent {
    padding-left: 40px;
}

.large-accord .keyblockexp-item {
    padding-bottom: 20px;
}

.large-accord .blkmorecontent {
	margin-left: 50px;
}

.site-ico-btn-sm {
    display: inline-block;
	font-size: 18px;
	color: #7c406f;
	margin-left: 20px;
}

.site-ico-btn-lg {
	display: inline-block;
	font-size: 30px;
	color: #7c406f;
	margin-left: 20px;
}

.site-ico-btn-sm .fa-chevron-right {
	padding-left: 4px;
}

.blkmoretitle {
	cursor: pointer;
}

.blkmoretitle h3, .blktitle h3 {
	display: inline-block;
}

.blkmoretitle h2, .blktitle h2 {
	display: inline-block;
}

.blkmoretitle-desc {
	font-size: 14px;
    font-weight: normal;
    margin-left: 40px;
}

.small-accord .blkmoretitle h3 {
	color: #35bcb1;
    font-family: 'Paytone One', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 10px;
}

.large-accord .blkmoretitle-desc {
	margin-left: 50px;
}

.keycontent_area {
	background-color: #A9ACA1;
	padding-top: 60px;
    padding-bottom: 40px;
    color: #fff;
}

.side-diagram {
	padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.side-diagram-exp {
	padding-top: 45px;
    padding-bottom: 10px;
}

.keycontent_area a, .keycontent_area a:hover, .keycontent_area a:focus, .keycontent_area a:active {
	color: #fff;	
}

.keycontent-diagram img {
	max-width: 80%;
}

.side-diagram .keycontent-diagram {
	padding-bottom: 30px;
}

.page-callout {
	font-weight: 400;
	color: #35bcb1;
	margin-bottom: 20px;
    line-height: 1.3em;
    padding-top: 10px;
    font-family: 'Paytone One', sans-serif;
    font-size: 28px;
    padding-right: 40px;
}

.cont-blk-left {
    padding-bottom: 60px;
    padding-top: 20px;
}

.cont-blk-center {
	padding-bottom: 50px;
    padding-top: 30px;
    text-align: center;
}

.cont-img-right {

}

.cont-img-left {
	margin-bottom: 30px;
}

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

.highlight-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.highlight-section .btn {
	margin-top: 25px;	
    background: none;
}

.highlight-section .wp-video {
	margin-top: 30px;
    margin-bottom: 30px;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
	background: #0076bd!important;
}

.mejs-controls {
    bottom: -1px!important;
   }
.mejs-button>button {
	border-radius: 0!important;
}
.highlight-section .wp-video, .highlight-section .mejs-container {
	width: 100%!important;
}

.gray-blk-content {
	text-align: center;	
}

@media screen and (max-width: 768px) {
	
	.no-mobile {
		display: none;
	}
	
	.highlight-section .btn, .moreinfo-blk-nav .btn {
		width: 100%;
		padding: 10px 15px;
		white-space: normal;	
	}
	
	.footer_ak_dash {
		display: none;
	}
	
	.footer_ak_design, .footer_ak_web {
		display: block;
	}
	
	.footer_ihcblurb {
		margin-left: 50px;
		margin-right: 50px;
	}
}

@media screen and (min-width: 600px) {
	
	.gray-blk-content {
		padding-left: 20px;
		text-align: left;	
	}
	
	.blkmoretitle h2, .blktitle h2 {
		max-width: initial;
	}
	
	.keycontent-diagram img {
		max-width: 60%;
	}
	
}

@media screen and (min-width: 768px) {
	
	.side-diagram {
	    text-align: left;
	}
	
	.side-diagram-exp {
		padding-bottom: 20px;
	}
	
	.keycontent-diagram {
		padding-top: 60px;
	}
	
	.side-diagram .keycontent-diagram {
		padding-bottom: 0;
	}
	
	.keycontent-diagram img {
		max-width: 100%;
	}	
}

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

	.keycontent-diagram {
		padding-top: 0px;
	}
	
}

.post-thumbnail-cat {
	background: #313d48;
    position: absolute;
    bottom: 16px;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    left: 1px;
    z-index: 1;
    padding-right: 50px;
}


.deskver {
		display: none;
	}


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

	.deskver {
		display: inline-block;
	}
	
	.mobilever {
		display: none!important;
	}	
	
	.footer_cont {
		padding-top: 0px;
	}

}

@media screen and (min-width: 992px) {


}

#field_1_8, #field_2_4, .ginput_recaptcha {
	margin-top: 0!important;
	padding: 0!important;
}

.grecaptcha-badge {
    opacity: 0;
}

ol {
	padding-top: 10px;
}

ol li {
    padding-bottom: 20px;
    padding-left: 10px;
}


	.row.display-flex {
		  display: flex;
		  flex-wrap: wrap;
		}
		.row.display-flex > [class*='col-'] {
		  display: flex;
		  flex-direction: column;
		}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}	
	
.blkcenter {
	text-align: center;
}

.gray-blk {
	/*background-color: #edeeef;*/
	background-color: #f1f3f4;
}

.gray-blk h2 {
	color: #97989b;
}

.focus-heading {
	font-size: 33px;
	color: #35bcb1;
	font-family: 'Paytone One', sans-serif;
}

.focus-text {
	padding: 15px 15%;
}

.white-blk.blkcenter {
	padding-top: 80px;
	padding-bottom: 70px;
}

.more-info-contact {
    background: #fff;
    z-index: 5;
    position: relative;
    padding-bottom: 70px;
    padding-top: 20px;
}

.site-services-list {
	margin-top: 30px;
}

	.featured-box {
		display: table;
		width: 100%;
		background-size: cover;
		background-position: center center;
	}
	
	
	.featured-boxa {
		height: 140px;
		margin-bottom: 14px;
	}
	
	.featured-boxb {
		height: 294px;
		margin-bottom: 14px;
	}
	
	.featured-boxc {
		height: 140px;
	}
	
	.featured-boxd {
		height: 294px;
		margin-bottom: 14px;
	}
	
	.featured-work-boxdisplay {
	    margin-top: 20px;
	}
	
	
	
	.featured-box-overlay {
		display: none;
	    text-align: left;
		vertical-align: top;
	    width: 100%;
	    position: relative;
	    height: 100%;
	    box-sizing: border-box;
	    padding: 15px;
	    color: #fff;
	    background: #35bdb2cf;
	    font-weight: bold;
	}
	
	.featured-box:hover, .featured-box:focus, .featured-box:active {
	    text-decoration: none;
	}
	
	.featured-box:hover .featured-box-overlay {
	    display: table-cell;
	}
	
	.overlay-title {
		font-size: 20px;
	}
	
	.featured-work-boxdisplay .overlay-desc {
		display: none;
	}
	
	.featured-work-bottom-link {
		background: #000000;
		display: block;
		padding: 20px;
		width: 100%;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
	    font-size: 18px;
	    padding: 10px 20px;
	    margin-top: 14px;
	}
	
	.featured-work-bottom-link:hover, .featured-work-bottom-link:focus, .featured-work-bottom-link:active {
		text-decoration: none;
		background: #1c1c1c;
		color: #fff;
	}
	
.style-blk-b {
	padding-top: 80px;
	padding-bottom: 50px;
}

.site-feature-circle-blk {
	text-align: center;
	position: relative;
	padding-bottom: 44px;
	height: 100%;
	margin-bottom: 40px;
}

.site-feature-circle-img {
	margin:0 auto;
	width:150px;
	height: 150px;
	background-size:cover;
	background-position: center center;
	border-radius: 100%;
}

.site-feature-circle-desc {
    padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

.site-feature-circle-title {
	padding-top: 20px;
}

.site-feature-circle-title h3 {
	color: #35bcb1;
	font-family: 'Paytone One', sans-serif;
	font-size: 22px;
	font-weight: 400;
}

.site-feature-circle-btm {
	bottom: 0;
	width: 100%;
}

.style-blk-b-obj {
	padding-left: 30px;
	padding-right: 30px;
}

.style-blk-c {
	background-color: #9d9ea1;
	color: #fff;
}

.style-blk-c .btn {
	border-color: #fff;
	color: #fff;
	background: none;
}

.style-blk-c h2 {
	color: #fff;
}

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

	.site-feature-circle-btm {
		position: absolute;
	}
	.featured-work-bottom-link {
		margin-top: 0;	
	}
}

	.site_banner {
		text-align: right;
	}
	
	.banner-sub {
		color:	#fff;
		font-size: 18px;
		right: 0;
		position: absolute;
	}
	
	.banner-slide {
		background-size: cover;
		background-position: center center;
		height: 100%;
		width: 100%;
		position: absolute;
	}
	
	.banner-heading {
		color: #fff;
		font-family: 'Paytone One', sans-serif;
		line-height: normal;
		font-size: 26px;
	}
	
	.banner_cont {
		text-align: right;
		position: absolute;
		bottom: 170px;
		right: 15px;
		width: 100%;
	}
	
	.site_banner .cycloneslider-template-standard div[data-cycle-dynamic-height="on"] .cycloneslider-slide-custom {
    min-height: 100%;
}

.site_banner .cycloneslider-template-standard .cycloneslider-pager {
    z-index: 200;
    width: 100%;
    height: 40px;
    text-align: right;
    margin: 0 auto;
}

.site_banner .cycloneslider-template-standard .cycloneslider-pager span {
    border: 3px solid #fff;
}

.site_banner .cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {
    background: #fff;
}

.pager-holder {
	position: absolute;
    width: 100%;
    bottom: 40px;
    z-index: 300;
}

@media screen and (min-width: 768px) {
	.banner_cont {

	}
	.banner-heading {
		font-size: 34px;
	}
	.banner-sub {
		font-size: 24px;
	}
}

.staffer-bg-list {
    list-style: none;
    margin: 0px;
    padding-top: 15px;
}

.staff-li {
    margin-top: 10px;
    border-top: 1px solid #005770;
    padding-top: 10px;
}

.staff-content {
    margin: 20px;
    margin-left: 0px !important;
}

.staffer-bg-left {
    float: left;
    margin-right: 25px;
}

.staffer-bg-right {
    overflow: auto;
    padding-top: 25px;
    padding-bottom: 30px;
}

.staffer-bg-toggle {
    cursor: pointer;
}

.staffer-bg-desc {
	font-weight: 500;
    color: #8ab1bd;
    padding-top: 5px;
}

.staffer-bg-tog {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
    margin-right: 0px;
    background: #0194b9;
    border-radius: 20px;
    height: 35px;
    text-align: center;
    width: 35px;
    line-height: 37px;
    margin-top: 10px;
    padding-top: 1px;
}


.staffer-bg-links {
	padding-top: 5px;
}

.staffer-bg-links a {
	color: #ffffff;
    background-color: #005670;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    width: 30px;
    height: 30px;
    padding: 0px!important;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    margin-right: 10px;
    -webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
}

.staffer-bg-links a:hover, .staffer-bg-links a:focus {
    color: #ffffff;
    background-color: #0196c7;
    -webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
}

.staffer-bg-preview {
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#aac1c8;
    border: 3px solid #aac1c8;
}

.staffer-bg-title {
    font-size: 18px;
    width: 65%;
    padding-top: 0;
    color: #005570;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
}

.staffer-bg-data {
    display: none;
    margin-top: 60px;
}

.staffer-bg-pos {
    color: #56b6b1;
    font-weight: 600;
    font-size: 12px;
    padding-top: 12px;
}

.staffer-bg-heading {
	color: #56b6b1;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: lowercase;
}

.staffer-bg-pos p {
	margin-bottom: 12px;
}

.staffer-bg-bio {
    font-size: 13px;
}

.social-icons {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
	
	.staffer-bg-right {
	  
	}

	.staffer-bg-title {
	    font-size: 26px;
	    padding-top: 10px;
	}
	.staffer-bg-pos {
	    font-size: 14px;
	}
	.staffer-bg-bio {
	    font-size: 16px;
	}
	
	.staffer-bg-tog {

	}
	
	.staffer-bg-preview {
	    width: 150px;
	    height: 150px;
	    border-radius: 150px;
	    -webkit-border-radius: 150px;
	}
}


.gform_wrapper .gfield_required {
    color: #e4bfb9!important;
}

.gform_wrapper.gravity-theme .gfield_label {
	font-weight: normal!important;
}

.gform_wrapper.gravity-theme .gfield {
    padding-bottom: 10px;
}

.gform_wrapper.gravity-theme .gform_footer {
	text-align: center;
}

.gform_wrapper.gravity-theme .gform_footer input {
	/*border-color: #838588;
	color: #838588;*/
	background: none;
}

.gform_wrapper.gravity-theme .gform_footer input:hover, .gform_wrapper.gravity-theme .gform_footer input:focus, .gform_wrapper.gravity-theme .gform_footer input:active {
	border-color: #005870;
    background: #005870;
    color: #fff;
}

.gform_wrapper textarea {
	border: none !important;
	outline: none!important;
	box-shadow: none!important;
}

.gform_wrapper .ginput_container_textarea {
	border-bottom: none;
}

.gform_heading {
	display: none;
}

.ginput_recaptcha {
	border-bottom: none!important;
}

.gform_wrapper .gfield_required {
	color:#0292b6!important;
}

div#field_1_5 {
	margin-top: 15px;
}

@media screen and (min-width: 768px) {
	#input_2_3_3_container {
		float:left;
	}
}

.services-menu {
		margin-top: 20px;
}
	
.service-box {
	background:#f3f4f5;
	text-align: left;
	display: flex;
	height: 100%;
	margin-bottom: 20px;
}

.service-box-prev {
	background-color: #b67195;
	background-position:center top;
	width: 15%;
	height: 100%;
}

.service-box-content {
	padding: 10px 20px 75px 20px;
	flex: 1;
	position: relative;
}

.service-seemore {
	margin-top: 20px;
	margin-bottom: 10px;
}

.service-seemore a {
	font-size: 12px;
	background: none;	
} 

.service-box-content h2 {
	font-size: 26px;
	padding-bottom: 5px;
	text-transform: lowercase;
}

.service-box-nav {
	color: #35bcb1;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	bottom: 20px;
}

.service-box-nav .site-color-ico-btn {
    margin-top: 0;
    vertical-align: middle;
    margin-left: 10px;
}

.theme-green {
	background: #35bcb1;
	color:#fff;
}

.theme-gray {
	background: #f1f3f4;
}
	
	.blkcenter {
	    text-align: center;
	}
	
	.featured-g-back {
	    padding-top: 30px;
		padding-bottom: 30px;
	    position: relative;
	}
	
.site-color-ico-btn {
    display: inline-block;
    padding: 7px;
    font-size: 24px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    vertical-align: top;
    color: #ffffff;
    line-height: 28px;
    margin-top: 21px;
    text-align: center;
    background: #35bcb1;
}

.moreinfo-blk {

}

.moreinfo-blk .gray-blk h2 {
	color:#35bcb1;
}

.moreinfo-blk .blkmorecontent, .moreinfo-blk .blkmorecontent-none {
	padding-top: 0px;
    padding-bottom: 50px;
}

.moreinfo-blk h3 {
	font-family: 'Paytone One', sans-serif;
	font-size: 24px;
	line-height: 1.3em;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #35bcb1;
}

.approcess h3 {
	padding-bottom: 50px;
}

.branding-top {
	padding-top: 20px;
	padding-bottom: 40px;
}

.services-top p:first-child, .branding-top p:first-child {
	font-family: 'Paytone One', sans-serif;
    line-height: normal;
    color: #35bcb2;
    font-size: 28px;
}

.moreinfo-blk-nav, .more-info-contact {
	text-align: center;
	margin-top: 20px;
}

.moreinfo-blk-nav .btn {
	border-color: #838588;
	color: #838588;
	background: none;
}

.highlight-section-imgs {
	position: relative;
	width: 100%;
	height: 100%;
}

.highlight-section-img-a {
	width: 45%;
    float: left;
}

.highlight-section-img-b {
	width: 45%;
    float: left;
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
	.highlight-section-imgs {
		max-width: 75%;
	    margin-left: 45px;
	    text-align: center;
	    margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) {
	
	.highlight-section-img-a {
		position: absolute;
		width: 80%;
		right: 10%;
		top: 5px;
		float:none;
	}
	
	.highlight-section-img-b {
		position: absolute;
		width: 70%;
		left: 18%;
		bottom: 0;
		margin-top: 0;
		float:none;
	}
}

@media screen and (min-width: 992px) {
	
	.highlight-section-img-a {
		position: absolute;
		width: 65%;
		right: 10%;
		top: 5px;
		float:none;
	}
	
	.highlight-section-img-b {
		position: absolute;
		width: 45%;
		left: 18%;
		bottom: 0;
		margin-top: 0;
		float:none;
	}
}

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

	.highlight-section-img-a {
		position: absolute;
		width: 55%;
		right: 10%;
		top: 5px;
		float:none;
	}
	
	.highlight-section-img-b {
		position: absolute;
		width: 60%;
		left: 18%;
		bottom: 20px;
		margin-top: 0;
		float:none;
	}

}


#footer_nav {
	background: #56b6b1;
	padding-top: 30px;
	padding-bottom: 40px;
}

.footermenu {
    margin-bottom: 20px;
}

.footermenu ul {
    margin: 0;
    padding: 0;
}

.footermenu ul li {
    list-style: none;
    font-size: 14px;
    padding-bottom: 2px;
}

.footermenu ul li a {
    color: #003e51;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.footermenu ul #menu-item-48 a, .footermenu ul #menu-item-49 a, .footermenu ul #menu-item-50 a, .footermenu ul #menu-item-51 a, .footermenu ul #menu-item-52 a, .footermenu ul #menu-item-53 a, .footermenu ul #menu-item-54 a {
	color: #fff;
}

#footer_bottom {
	font-size: 12px;
    margin-top: 20px;
}	

.footer_credits {
	padding-top: 10px;
}


#gform_wrapper_1 {
	margin-top: 30px;
}

#gform_wrapper_1 div.validation_error, #gform_wrapper_2 div.validation_error {
    color: #dea268;
    font-weight: 400;
    border-top: 2px solid #dfa268;
    border-bottom: 2px solid #dfa369;
    width: 97%;
}

#gform_wrapper_2 div.validation_error {
	border-top: 2px solid #e5f4f3;
    border-bottom: 2px solid #e5f4f3;
    color: #e5f4f3;
}

.newsletter_blog_signup #gform_wrapper_2 div.validation_error {
	border-top: 2px solid #dfa369;
    border-bottom: 2px solid #dfa369;
    color: #dfa369;
}

.nxblog_categories {
	margin-bottom: 30px;
}

.nxblog_categories #filters li {
	text-transform: none;
}

#gform_wrapper_2 div.validation_error {
	margin-top: 30px;
}

#gform_wrapper_1 .validation_message {
	color: #dea268;
	font-weight: 400;
}

#gform_wrapper_2 .validation_message {
    color: #e5f4f3;
}

.newsletter_blog_signup #gform_wrapper_2 .validation_message {
    color: #dfa369;
}

#gform_wrapper_1 li.gfield.gfield_error, #gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, #gform_wrapper_2 li.gfield.gfield_error, #gform_wrapper_2 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-top:none;
    border-bottom: none;
}

.footer_contact_item p, .page_contact_item p {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .contactitem_top {
		margin-top: 40px;
	}
	
	#footer_nav #gform_wrapper_2 #input_2_3_3 {
	    border-bottom: none;
		border-radius: inherit;
    }
	
	.footer_cont {
		padding-bottom:50px;
	}
	
	.footer_credits {
		text-align: right;
		padding-top: 0;
	}
}
	
	.page-bottom-nav {
		text-align: center;
	    margin-bottom: 80px;
	    margin-top: 40px;
	}
	
	.page-bottom-nav .btn {
		margin-top: -13px;
		color: #808285;
		border-color: #808285;
	}
	
	.page-bottom-nav-prev {
		float: left;
		text-decoration: none;
	}
	
	.page-bottom-nav-next {
		float: right;
		text-decoration: none;
	}
	
	.page-bottom-nav .btn:hover, .page-bottom-nav .btn:focus, .page-bottom-nav .btn:active {
		background: #f5f5f5;
	}

.sitenav-footer {
	padding-top: 70px;
	padding-bottom: 10px;
}

.sitenav-footer-nav {
	color: #fff;
	vertical-align: top;
	text-align: left;
	margin-top: 30px;
	padding-left: 0px;
}

.sitenav-footer-nav-more {
	margin-top: 20px;
}

.sitenav-logoarea a {
	display: inline-block;	
}

.sitenav-footer-nav:last-child {
	margin-right: 0px;
}

.sitenav-footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sitenav-footer-nav ul li {
	padding: 0;
	line-height: 22px;
	font-weight: 500;
}

.sitenav-footer-nav ul li a {
	color: #fff;
	text-decoration: none;
}

.sitenav-footer-nav ul li strong a {
	color: #35bcb1;
}

.footer-copy {
	font-size: 14px;
	padding-top: 5px;
}

@media screen and (max-width: 768px) {
	
	.sitenav-logoarea a {
	    display: block;
	    margin-bottom: 0px;
	}
	
	.sitenav-footer-nav {
		display: block;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 20px;
		margin-top: 30px;
		width: 100%;
	}
	
	.sitenav-logoarea img {
		width: 200px;
	}
	
	.sitenav-footer-nav-more {

	}
	
	.footer-copy {
		line-height: 17px;
	}
}

	.sitenav-footer-nav ul {
	    column-count: 2;
	    column-gap: 2rem;
	}


.hide {
    opacity:0;
    left:-100%;
}
.show {
    opacity:1;
    left:0;
}

@media screen and (min-width: 768px) {
	#mailchimp-top-bar.mctb-medium label {

	}
}

	.blog_newsletter_cont {

	}
	
	.blog_articles_cont {
		padding-top: 30px;
    padding-bottom: 50px;
	}
	
	.blog_blk_intro {
		margin-bottom: 30px;
	}
	
	.blog_blk_item {
		background: #f1f3f4;
		height: 100%;
		width: 100%;
		padding-bottom: 35px;
		position: relative;
	}
	
	.blog_blk_prev {
		height: 200px;
		background: #d8d2c4;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		display: block;
	}
	
	.blog_blk_content a {
		display: block;
		text-decoration: none;
	}
	
	.blog_blk_content a:hover, .blog_blk_content a:focus, .blog_blk_content a:active {
		text-decoration: none;
	}
	
	.blog_blk_btn {
		background: #56b5b1;
	    color: #fff;
	    padding: 10px 25px;
	    display: inline-block;
	    text-decoration: none;
	    font-weight: 600;
	    text-transform: lowercase;
	}
	
	.blog_blk_nav .btn {
	    border-color: #838588;
	    color: #838588;
	    background: none;
	}
	
	.blog_blk_nav .btn:hover, .blog_blk_nav .btn:active, .blog_blk_nav .btn:focus {
		background: #35bcb1;
		color: #fff;
    	border-color: #35bcb1;
    }
	
	.blog_blk_btn:hover, .blog_blk_btn:active, .blog_blk_btn:focus {
		text-decoration: none;
		background:#dea269;
		color: #fff;
	}
	
	.blog_blk_cat {
		padding: 20px 15px;
	    text-transform: uppercase;
	    font-weight: 600;
	    color: #004860;
	    font-size: 14px;
	}
	
	.blog_blk_cat a {
			display: block;
			text-decoration: none;
	}
	
	.blog_blk_content h2 {
		color: #35bcb1;
	    font-size: 24px;
	    padding-top: 0;
	}
	
	.blog_blk_content p {
		font-size: 14px;
	}
	
	.blog_blk_content {
		padding: 15px;
		padding-top: 0;
		margin-bottom: 30px;
	}
	
	.blog_blk_nav {
		padding-left: 15px;
		padding-bottom: 20px;
		position: absolute;
		bottom: 0;
	}
	
	.blog_blk_col {
		margin-bottom: 30px;
	}
	
	.blog-news-bottom-nav {
	    padding-bottom: 50px;
	    padding-top: 30px;
	    display: block;
	}

	.olderitems, .neweritems {
	    text-decoration: none;
	    color: #003e51;
	    padding: 20px;
	    font-weight: 600;
	}
	
	.nav-blk a {
		display: inline-block;
	}
	
	.nav-bottom {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	
	.nav-top {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	.neweritems {
		float:right;	
	}

@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}



.home-sitebanner {
	background-size: cover;
	background-position: center top 100px;
	background-color: #53003f;
	color: #fff;
	text-align: left;
	height: 500px;
	position: relative;
}

.home-sitebanner h2, .home-sitebanner h3 {
	color: #fff;
	font-weight: bold;
}

.home-sitebanner p {
	font-size: 20px;
}

.home-sitefeatures {
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: center;
}

.home-sitebanner-content {
	z-index: 5;
	position: relative;
}

.home-welcome {
	padding-top: 60px;
	padding-bottom: 40px;
	text-align: center;
}

.sitefeatures-blk {
	text-align: left;
	margin-bottom: 20px;
	padding: 15px;
	height: 400px;
	position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.sitefeatures-blk:before {
    background: linear-gradient(180deg, rgb(2 0 36 / 0%) 33%, #005670 70%);
    content: '';
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.sitefeatures-blk-content {
	position: relative;
	z-index: 4;
	width: 100%;
	height: 100%;
}

.sitefeatures-blk-holder {
	bottom:0;
	left: 0;
	position: absolute;
}

.sitefeatures-blk-title {
	font-size: 20px;
    color: #fff;
    padding-top: 130px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 50px;
}

.sitefeatures-blk-line {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sitefeatures-blk-line:after {
	width: 140px;
    background: #fff;
    height: 12px;
    margin-top: 15px;
    content: "";
    display: block;
    -webkit-clip-path: polygon(0 0, 95% 0%, 84% 100%, 0% 100%);
    clip-path: polygon(0 0, 95% 0%, 84% 100%, 0% 100%);
    margin-left: -15px;
}

.sitefeatures-blk .btn {
	color: #fff;
	border-color: #fff;	
	text-align: left;
}

@media screen and (min-width: 783px) {
    .home-sitebanner {
		height: 500px;
	}
}

@media screen and (min-width: 1200px) {
	.home-sitebanner {
		
	}
}

.pagebanner {
	position: relative;
	overflow: hidden;
}

/*#footer {
	background-image: url(/wp-content/themes/redpress/images/waves/LLLS-waves-02.png);
	background-position: bottom 15px right -50px;
	background-repeat: no-repeat;
	background-size: 400px;
}*/

#footer {
	position: relative;
	overflow: hidden;
}

.footer-copy a, .footer-copy a:hover, .footer-copy a:focus, .footer-copy a:active {
	text-decoration: none!important;
}

.footer-link {
	font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer-link i {
    color: #182957;
    background-color: #0075bb;
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    width: 30px;
    height: 30px;
    padding: 0px!important;
    text-align: center;
    line-height: 32px;
    font-size: 17px;
    margin-right: 5px;
}

@media screen and (min-width: 600px) {
	
}

@media screen and (min-width: 783px) {
	#footer:after {
		content: "";
		position: absolute;
		right: -50px;
		bottom: 15px;
		width: 400px;
		height: 300px;
	
		background-image: url('/wp-content/themes/redpress/images/waves/LLLS-waves-02.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	
		opacity: 0.25;
		pointer-events: none;
	}
}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1200px) {
	
}

.feature-clients {
	margin-top: 20px;
	margin-bottom: 10px;
}
.feature-client-type {
	border-left: 10px solid #0075bb;
    padding-left: 20px;
    padding-right: 10px;
    color: #182957;	
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 100%;
}

.feature-client-type p {
	font-size: 12px;
	line-height: normal;
}

.cont-blk-left p:first-child strong:first-child {
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    color: #0176bc;
    margin-bottom: 20px;
    margin-top: 20px;
	display: block;
}

.page-preview {
	position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    
    float: right;
    margin-right: -15px;
}

.page-preview:before {
    content: "";
    float: left;
    padding-top: 180px;
}

.page-preview .content {
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    background-color: #f0f5f6;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 767px) {

	.page-preview {
		float: none;
		margin: 25px auto;
		max-width: 320px;
	}

	.page-preview:before {
		display: none;
		content: none;
	}

	.page-preview .content {
		height: 380px;
		width: 100%;
		background-size: cover;
		background-position: center center;
	}

}

.preview-wave {
	position: absolute;
	width: 80%;
	z-index: 2;
	pointer-events: none;
}

.wave_pos_top_left {
	left: -50%;
	top: 40px;
}

.wave_pos_bottom_left {
	left: -35%;
	bottom: 5px;
}

.wave_pos_bottom_right {
	right: -20%;
	bottom: -74px;
}

.block_call_action {
	padding-top: 40px;
	padding-bottom: 40px;
	background-size: cover;
	background-color: #00909b;
	color: #fff;
	background-position: center center;
	background-image: url(/wp-content/themes/redpress/images/backgrounds/wave_orange.jpg);
	text-align: center;
}

.bca_title {
	font-size: 24px;
	font-weight: 500;
	font-family: 'Noto Serif', serif;
}

.bca_desc {
	font-weight: 400;
	font-size: 14px;
	padding-top: 15px;
	color: #fff;
}

.bca_call {
	font-weight: 600;
	padding-bottom: 15px;
}

@media screen and (min-width: 783px) {
	
	.bca_title {
		font-size: 44px;
	}
	
	.bca_desc {
		font-size: 20px;
	}
	
	.block_call_action_header {
		width: 50%;
	}
	
	.keycontentblock {
		text-align: left;
	}
	
	.cont-blk-left p:first-child strong:first-child {
		font-size: 28px;
	}
	
	.page-preview {
	    float: none;
	    margin-right: 0;
	}
}

	.process-blks {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.process-blk {
		text-align: center;
		padding: 10px 30px;
	}
	
	.process-blk-circle {
		background-color:#0075bb;
		border-radius: 100%;
		width: 70px;
		height:70px;
		margin:0 auto;
		background-size: 80%;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.process-blk-title {
		font-weight: bold;
		font-size: 20px;
		color: #0075bb;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.process-blk-content {
		font-size: 12px;
		line-height: 20px;
    }
    
    .process-blk-content p {
    	line-height: inherit;
    }
    
    .process-blk-subtitle {
	    color: #0075bb;
	    font-weight: bold;
	    font-size: 12px;
	    padding-bottom: 10px;
	}
	
	.howwedoit-blks {
		background:#8b1c58;
		color: #fff;
		padding-top: 20px;
		padding-bottom: 160px;
	}
	
	.site-cog-circle {
		background-color:#0075bb;
		border-radius: 100%;
		width: 70px;
		height:70px;
		margin-top: -57px;
		background-image: url(/wp-content/themes/redpress/images/objects/icon-cog.png);
		background-size: 80%;
		background-repeat: no-repeat;
    	background-position: center center;
	}
	
	.howwedoit-blks h2 {
		font-size: 20px;
	    font-weight: bold;
	    color: #fff;
    }
    
    .howwedoit-blks p {
		line-height: 22px;
	}
	
	.howwedoit-blks strong {
		color: #fff;	
	}
	
	.doitblks-blk {
		margin-top:-120px;
	}
	
	.doit-blk {
		text-align: center;
		box-shadow: 10px 5px 24px -4px #5E5E5E;
		margin-bottom: 20px;
		height: 100%;
	}
	
	.doit-blk-preview {
		height: 120px;
		padding: 20px;
		background-color: #f1f1f1;
		background-image: url(/wp-content/themes/redpress/images/objects/icon-cog.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 80px;
	}
	
	.doit-blk-content {
	    padding: 20px;
	}
	
	.doit-blk-content p {
		font-size: 12px;
		line-height: 20px;
	}
	
	.doit-blk h3 {
		line-height: normal;
		margin-bottom: 5px;
		font-size: 16px;
		color: #7a7a7a;
	}
	
	.dblk-orange .doit-blk-preview {
		background-color: #f99c25;
	}
	
	.dblk-orange .doit-blk-content h3 {
		color: #f99c25;
	}
	
	.dblk-fire .doit-blk-preview {
		background-color: #f36b3e;
	}
	
	.dblk-fire .doit-blk-content h3 {
		color: #f36b3e;
	}
	
	.dblk-red .doit-blk-preview {
		background-color: #ba2355;
	}
	
	.dblk-red .doit-blk-content h3 {
		color: #ba2355;
	}
	
	.dblk-purple .doit-blk-preview {
		background-color: #7f3c97;
	}
	
	.dblk-purple .doit-blk-content h3 {
		color: #7f3c97;
	}
	
		.featured-team-blk {
			background-color:#0075bb;
			background-size: cover;
			background-position: center center;
			padding-top: 10px;
			padding-bottom: 10px;
			background-image: url(/wp-content/themes/redpress/images/backgrounds/banner-bg-blue.jpg);
		}
		
		.teamfeatures-blk {
			padding-top:30px;
			padding-bottom: 20px;
			padding-left: 40px;
			padding-right: 40px;
		}
		
		.teamfeature-blk {
			box-shadow: 10px 5px 24px -4px #5E5E5E;
			margin-bottom: 20px;
			height: 100%;
		}
		
		.teamfeature-head {	
			background-color:#0075bb;
			padding: 15px 30px;
			color: #fff;
		}
		
		.teamfeature-content {
			padding: 10px 30px;
		}
		
		.teamfeature-content p, .teamfeature-content li {
			font-size: 12px;
			line-height: 20px;
		}
		
		.teamfeature-head h3 {
			color: #fff;
			margin-bottom: 0;
		}

.contactus_detailsblk {
	margin-top: 50px;
}		
		
.page_contact_item {
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
    color: initial;
    margin-right: 10px;
    float: left;
}

.page_contact_item i {
    color: #ffffff;
    background-color: #005770;
    display: inline-block;
    border-radius: 25px;
    -webkit-border-radius: 40px;
    width: 40px;
    height: 40px;
    padding: 0px!important;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    float: left;
}

.page_contact_desc {
    padding-top: 10px;
    padding-left: 5px;
    margin-left: 50px;
    line-height: 26px;
    padding-bottom: 5px;
    text-decoration: none;
}

.page_contact_item span {
    color: #003e51;
    font-weight: 500;
    padding-right: 5px;
}

.page_contact_item a, .page_contact_item a:hover, .page_contact_item a:focus, .page_contact_item a:active {
    text-decoration: none;
    color: inherit;
}

.page_contact_item:hover i, .page_contact_item:focus i {
	background-color: #0196c6;
}	

.page_contact_item:hover .contact_hidden_item {
	display: inline-block;
}

.contact_hidden_item {
	display: none;
	margin-top: 10px;
	margin-left: 10px;
}

.singlemsgf {
	text-align: center;
}

.singlemsgf.withprev {
	text-align: left;
	padding-bottom: 30px;
    margin-top: 50px;
}

.singlemsgf p {
	color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 0px;
}

.keycontentblock-h {
        background: #f99c25;
    color: #fff;
    margin-top: 50px;
    text-align: center;
}

.keycontentblock-h .page-preview {
    top: -150px;
}

.singlemsgf.withprev .page-preview {
	margin-top: -130px;
	right: 15px;
    position: absolute;
    width: 175px;
}

.home-km-content {
	margin-top: -150px;
}

@media screen and (min-width: 783px) {
	.keycontentblock, .keycontentblock-h {
		text-align: left;
	}
	.singlemsgf {
	    text-align: center;
	}
	.keycontentblock .page-preview {
		margin-bottom: 0px;
	}
	.process-blk {
    	padding: 0;
   }
   .teamfeatures-blk {
		padding-left: 0px;
		padding-right: 0px;
	}
	.teamfeature-blk {

	}
	
	.keycontentblock-h .page-preview {
	    margin-top: -120px;
	    top:0;
	}
	
	.singlemsgf.withprev .page-preview {
		right: 0;
	    position: relative;
	    width: auto;
	}
	
	.home-km-content {
		margin-top: 0;
	}
	
	.process-line {
		border: 2px solid #0075bb;
	    width: 450px;
	    position: absolute;
	    left: 0;
	    right: 0;
	    margin-left: auto;
	    margin-right: auto;
	    top: 35px;
	}
}

@media screen and (min-width: 992px) {
	.process-line {
	    width: 590px;
	}
}


	
		.about-blk-left {
			padding-bottom: 40px;
			padding-top: 20px;
		}
		
		.page-section-nav-block {
			margin-top: 30px;
			margin-bottom: 60px;
			width: 80%;
		}
		
		.page-section-nav-item {
			color: #54003f;
			border-bottom: 1px solid #7e406f;
			text-decoration: none;
			display: block;
			padding: 10px 0;
			font-size: 20px;
			font-weight: 600;
		}
		
		.page-section-nav-item {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		
		.page-section-nav-item:hover, .page-section-nav-item:focus, .page-section-nav-item:active {
			text-decoration: none;	
		}
		
		.page-break-block {
			padding-top: 60px;
			padding-bottom: 60px;
			background-color: #038f9b;
			background-size: cover;
			background-position: center center;
			position: relative;
			text-align: right;
		}
		
		.page-break-block:beforex {
			content: '';
			position: absolute;
			top: 0;
			right: 0;
			width: 75%;
			height: 100%;
			background: linear-gradient(to left, rgba(0, 144, 155, 0.95) 0%, rgba(0, 144, 155, 0) 100%);
			z-index: 1;
		}
		
		.page-break-block:after {
			content: '';
			position: absolute;
			top: 0;
			left: -100px;
			width: 356px;
			height: 100%;
			background-image: url(/wp-content/themes/redpress/images/waves/LLLS-waves-02b.png);
			background-repeat: no-repeat;
			background-size: contain;
			background-position: center;
			opacity: 0.35;
			z-index: 2;
			pointer-events: none;
		}
		
		.page-break-block-line {
			font-size: 34px;
			color: #fff;
		}
		
		.about-section-block {
			padding-top: 70px;
			padding-bottom: 70px;
			position: relative;
		}
		
		@media screen and (min-width: 783px) {
			
			.page-break-block-line {
				text-align: left;
			}
			
			.fullpagewave:after {
				content: "";
				position: absolute;
				right: -20px;
				top: 0;
				width: 300px;
				height: 160px;
				background-image: url(/wp-content/themes/redpress/images/waves/LLLS-waves-05b.png);
				background-repeat: no-repeat;
				background-position: center;
				background-size: contain;
				pointer-events: none;
			}
			
			.fullpagewavesec:after {
				content: "";
				position: absolute;
				right: -20px;
				top: 67px;
				width: 500px;
				height: 240px;
				background-image: url(/wp-content/themes/redpress/images/waves/LLLS-waves-05b.png);
				background-repeat: no-repeat;
				background-position: center;
				background-size: contain;
				pointer-events: none;
			}
		}
		
		.title-top-head {
			text-transform: uppercase;
			color: #aa6052;
			font-weight: 600;
			font-size: 20px;
		}
		
		.section-keyline {
		font-size: 30px;
		color: #7e406f;
		margin-bottom: 20px;
		margin-top: 20px;
		display: block;
		font-weight: 500;
		}
		
		.about-section-block-content {
			margin-top: 10px;
			margin-bottom: 20px;
		}
		
		.blk-lightgrey {
			background-color: #f2f2f2;
		}
		
		.blk-dark {
			background-color: #8c8d8e;
			color: #fff;
		}
		
		.blk-dark h2, .blk-dark p, .blk-dark a, .blk-dark .title-top-head {
			color: #fff;
		}
		
		.blk-dark a:hover, .blk-dark a:focus, .blk-dark a:active {
			color: #fff;
		}
		
		.about-section-block-container {
			padding-right: 20px;
		}
		
		.accolade_block {
			background: #f2f2f2;
		}
		
		.accolade_item {
			padding-top: 20px;
			padding-bottom: 20px;
			text-align: center;
		}
		
		.accolade_item_icon {
			color: #a45953;
		}
		
		.accolade_item_label {
			color: #53003f;
			font-weight: bold;
			font-size: 14px;
			padding-top: 10px;
			margin: 0 auto;
			padding-left: 20px;
			padding-right: 20px;
		}
		
		.btn-purple {
			border-color: #53003f;
			background: #53003f;
		}
		
		@media screen and (max-width: 783px) {
			
			#our-history {
				text-align: center;
			}
			
			.section-block-side-image {
				text-align: center;
				margin-bottom: 20px;
			}
			
			.section-block-side-image img {
				width: 70%;
			}
		}
		
		@media screen and (min-width: 783px) {
		
			.main-content-image {
				padding-right: 150px;
			}
			
			.blk-dark .about-section-block-container {
				padding-left: 20px;
				padding-right: 0;
			}
		}
		
		
		.contact-detail {
			display: flex;
			align-items: flex-start;
			gap: 15px;
			margin-top: 20px;
		}
		
		.contact-icon {
			width: 50px;
			height: 50px;
			background: #b86a5f;
			border-radius: 50%;
			
			display: flex;
			align-items: center;
			justify-content: center;
		
			flex-shrink: 0;
		}
		
		.contact-icon i {
			color: #fff;
			font-size: 20px;
		}
		
		.contact-links {
			display: flex;
			flex-direction: column;
			padding-top: 5px;
		}
		
		.contact-links a {
			font-size: 24px;
			color: #8b4a83;
			text-decoration: none;
			font-weight: 600;
			padding: 5px 10px;
		}
		
		.contactus_block {
			background: #f2f2f2;
			padding-top: 40px;
			padding-bottom: 40px;
		}
		
		.findus-section-block {
			padding-top: 70px;
			padding-bottom: 70px;
		}
		
		.page_bottom_nav {
			margin-top: 40px;
			margin-bottom: 10px;
		}

		.expertise_block {
			background: #f2f2f2;
			padding-top: 40px;
			padding-bottom: 70px;
		}
		
		.expertise-search-tool {
			margin-top: 30px;
		}
		
		.expertise_category_icon {
			display: inline-block;
		}
		
		.expertise_category_icon img {
			width: 50px;
		}
		
		.expertise_category_blk .blkmoretitle {
		display: flex;
		align-items: center;
		border-bottom: 2px solid #b3615c;
		padding-top: 15px;
		padding-bottom: 10px;
	}
	
		.expertise_category_title {
			display: inline-block;
			color: #53003f;
			font-size: 20px;
			font-weight: bold;
			margin-left: 10px;
			margin-right: 20px;
		}
		
		.expertise_category_ico {
			margin-left: auto;
			font-size: 20px;
		}
		
		.expertise_category_ico i {
			color: #b3615c;
		}
		
		.expertise_category_items {
			padding-left: 60px;
			padding-top: 20px;
		}
		
		.expertise_item_desc {
			font-size: 18px;
			font-weight: 500;
		}
		
		.expertise_item_items {
			margin-top: 20px;
			margin-bottom: 20px;
		}
		
		.expertise_item_item {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		
		.expertise_item_item {
			border-bottom: 2px solid #fff;
			text-decoration: none;
			padding: 10px 0;
			color: #53003f;
			font-size: 18px;
		}
		
		.expertise_item_item:hover, .expertise_item_item:focus, .expertise_item_item:active {
			text-decoration: none;
		}
		
		.expertise_item_item i {
			color: #b3615c;
		}
		
		.expertise-search-wrap {
			margin-bottom: 30px;
			margin-top: 10px;
		}
		
		#expertiseSearch {
			width: 100%;
			max-width: 500px;
			padding: 14px 20px;
			border: 1px solid #ddd;
		}

		.staff-grid {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			gap: 4px;
			margin-top: 30px;
		}
		
		.staff-item {
			width: calc(25% - 3px);
		}
		
		@media (max-width: 991px) {
			.staff-item {
				width: calc(33.333% - 3px);
			}
		}
		

		@media (max-width: 767px) {
			.staff-item {
				width: calc(50% - 3px);
			}
		}
		

		@media (max-width: 480px) {
			.staff-item {
				width: 100%;
			}
		}
		
		.staff-item {
			display: block;
			position: relative;
			overflow: hidden;
			text-decoration: none;
		}
		
		.staff-image {
			position: relative;
			overflow: hidden;
			aspect-ratio: 3 / 4;
			background: #eee;
		}
		
		.staff-image img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block;
		}
		
		.staff-overlay {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
		
			background: #65004f;
		
			transform: translateY(100%);
			transition: 0.3s ease;
		}
		
		.staff-item:hover .staff-overlay {
			transform: translateY(0);
		}
		
		.staff-name {
			color: #fff;
			padding: 20px;
			font-size: 20px;
			font-weight: 600;
		
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		
		.staff-section-block {
			padding-top: 70px;
			padding-bottom: 70px;
			text-align: center;
		}
		
		.staff-section-grey {
			background: #f2f2f2;
		}

	
.banner-tint:before {
	content: '';
	height: 100%;
	left: 0;
	opacity: .4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
	
	
	#top-links {
		text-align: right;
		position: fixed;
		right: 0;
		z-index: 5;
		display: none;
	}
	
	#top-links a {
		color: #fff;
		text-decoration: none;
	}
	
	.top-links-blk {
		background: #ededec;
		padding: 10px 20px;
		color: #53003f;
		text-transform: uppercase;
		font-weight: 500;
		border-bottom-left-radius: 25px;
	}
	
	.top-links-blk-btns {
		margin-left: 10px;
		display: inline-block;
	}
	
	.top-links-blk-btn {
	background: #00909b;
	border-radius: 100%;
	padding: 6px 8px;
	font-size: 14px;
	margin-left: 5px;
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 21px;
}

	.cont-blk-left p:first-of-type strong:first-child, .keycontentblock p:first-of-type strong:first-child, .insights_category_textbox p:first-of-type strong:first-child {
		font-size: 24px;
		color: #7e406f;
		margin-bottom: 20px;
		margin-top: 20px;
		display: block;
		font-weight: 500;
		line-height: 33px;
	}
	
	.linksmenu {
		list-style: none;
		margin: 0;
		margin-bottom: 40px;
	}
	
	.linksmenu li {
		text-indent: 0;	
	}
	
	@media screen and (min-width: 783px) {
		
		#top-links {
			display: block;
		}
		
		.cont-blk-left p:first-of-type strong:first-child, .keycontentblock p:first-of-type strong:first-child {
			font-size: 30px;
		}
	}	


	#cycloneslider-trusted-advisors-1 .cycloneslider-slide-custom {
		background: #fff;
		height: 100%;
	}
	.home-welcome-a {
		font-size: 32px;
		color: #53003f;
		font-weight: bold;
	}
	
	.home-welcome-b {
		font-weight: bold;
		font-size: 33px;
		padding-top: 10px;
		color: #8c8d8e;
	}
	
	.home-welcome-b p {
		line-height: inherit;
	}
	
	.site_banner_msg {
		width: 100%;
		padding-bottom: 60px;
		position: relative;
		z-index: 3;
		text-align: center;
	}
	
	.home-sitebanner {
		position: relative;
		overflow: hidden;
	
		min-height: 500px;
	
		display: flex;
		align-items: flex-end;
	}
	
	.home-sitebanner-video {
		position: absolute;
		top: 0;
		left: 0;
	
		width: 100%;
		height: 100%;
	
		object-fit: cover;
	
		z-index: 1;
	}
	
.home-sitebanner-overlay {
		position: absolute;
		inset: 0;
		/*background: rgba(0, 0, 0, 0.25);*/
		z-index: 2;
		overflow: hidden;
	}
	
	.home-sitebanner-overlay:before {
		content: "";
		position: absolute;
		left: -127px;
		top: 50px;
		width: 450px;
		height: 350px;
		background-image: url(/wp-content/themes/redpress/images/waves/LLLS-waves-01b.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		pointer-events: none;
	}
	
	@media screen and (min-width: 783px) {
		.home-sitebanner-overlay:before {
			left: -150px;
			top: 50px;
			width: 750px;
			height: 350px;
		}
	}

.home-practiceareas {
	background: #f2f2f2;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 783px) {
	
	.home-practiceareas:after {
		content: "";
		position: absolute;
		right: -20px;
		top: 50px;
		width: 300px;
		height: 150px;
		background-image: url(/wp-content/themes/redpress/images/waves/LLLS-waves-02b.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		pointer-events: none;
	}
}

.home-practiceareas-title {
	padding-bottom: 40px;
}

.practice_item_block {
	border-right: 4px solid #fff;
	margin-bottom: 30px;
}

.practice_item_block:nth-child(4n) {
	border-right: none;
}

.practice_item {
	padding-top: 20px;
	padding-bottom: 20px;
}

.practice_item_icon {
	color: #a45953;
}

.practice_item_icon img {
	width: 125px;
	border-bottom: 5px solid #b3615c;
}

.practice_item_label {
	color: #53003f;
	font-weight: 800;
	font-size: 24px;
	padding-top: 10px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.circle-wrap {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background: #d7dddb;
  border-radius: 50%;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 150px, 150px, 75px);
}

.circle-wrap .circle .mask .fill {
  clip: rect(0px, 75px, 150px, 0px);
}

.circle-wrap .inside-circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff;
	line-height: 100px;
	text-align: center;
	margin-top: 25px;
	margin-left: 25px;
	position: absolute;
	z-index: 100;
	font-weight: bold;
	font-size: 28px;
}

.home-benefits {
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.benefit_blk {
	padding-top: 40px;
	padding-bottom: 40px;
}
.benefit_title {
color: #54003f;
font-weight: bold;
margin: 0 auto;
padding-top: 15px;
line-height: normal;
font-size: 22px;
}

	.home-whychoose {
		background: #f2f2f2;
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.home-whychoose-title {
		padding-bottom: 30px;
	}
	
	.choose_item {
		background: #fff;
		padding: 20px 25px;
		border-radius: 20px;
		text-align:left;
		display: block;
		text-decoration: none;
		height: 100%;
		margin-block: 20px;
	}
	
	.choose_item:hover, .choose_item:focus {
		text-decoration: none;
		background: #e5dfe3;	
	}
	
	.choose_item_title {
		color: #53003f;
		font-weight: bold;
		font-size: 20px;
		padding-top: 10px;
	}
	
	.choose_item_desc {
		color: #4c4c4c;
		font-weight: 500;
	}
	
	.home-section-bottom {
		padding-top: 10px;
	}

	.content-section-left, .content-section-right {
	padding-top: 50px;
	padding-bottom: 50px;
	}
	
	.content-section-left h2, .content-section-right h2 {
		padding-bottom: 10px;
		padding-top: 15px;
	}
	
	.content-section-left .btn, .content-section-right .btn {
		margin-top: 15px;
	}
	
/*.content-section-image {
		position: relative;
		background-size: cover;
		background-position: center;
		padding: 120px 0;
		overflow: hidden;
	}
	
	.content-section-image:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 75%;
		height: 100%;
		
		background: linear-gradient(
			to left,
			rgba(0, 144, 155, 0.95) 0%,
			rgba(0, 144, 155, 0) 100%
		);
	
		z-index: 1;
	}*/
	
	.content-inner {
		position: relative;
		z-index: 2;
		color: #fff;
	}
	
	.image-content-right {
		text-align: right;
	}
	
	.image-content-line {
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		margin-bottom: 20px;
		line-height: 1.3em;
		position: relative;
		font-family: 'Noto Serif', serif;
	}
	
	@media screen and (min-width: 783px) {
		.content-section-left, .content-section-right {
		padding-top: 100px;
		padding-bottom: 100px;
		}
		
		.image-content-line {
			font-size: 44px;
		}
	}

.content-section-image {
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 120px 0;
	overflow: hidden;
	background-image: url(xxx);
}

/* Gradient */
.content-section-image:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 75%;
	height: 100%;
	background: linear-gradient(
		to left,
		rgba(0, 144, 155, 0.95) 0%,
		rgba(0, 144, 155, 0) 100%
	);
	z-index: 1;
}

/* Top-left wave */
.content-section-image:after {
	content: '';
	position: absolute;
	top: 30px;
	left: -100px;
	width: 430px;
	height: 260px;
	background-image: url('/wp-content/themes/redpress/images/waves/LLLS-waves-02b.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 0.35;
	z-index: 2;
	pointer-events: none;
}

/* Bottom-right wave */
.content-section-wave-right {
	position: absolute;
	right: -75px;
	bottom: 16px;
	width: 200px;
	height: 110px;
	background-image: url('/wp-content/themes/redpress/images/waves/LLLS-waves-02b.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 0.45;
	z-index: 2;
	pointer-events: none;
}

/* Content above overlays */
.content-section-image .container {
	position: relative;
	z-index: 3;
}

	.testimonial-quote {
		font-size: 36px;
		color: #53003f;
		font-weight: bold;
		font-family: 'Noto Serif', serif;
	}
	
	.testimonial-text {
		margin-top: -15px;
	}
	
	.testimonial-name {
		border-top: 1px solid #53003f;
		padding-top: 15px;
		color: #53003f;
		font-weight: bold;
		padding-bottom: 10px;
		font-size: 18px;
	}
	
	.testimonial-logo img {
		width: 100px;
	}
	
	#testimonials-content .cycloneslider-width-responsive .cycloneslider-pager {
		display: none;
	}
	
	#testimonials-content {
		padding-bottom: 50px;
	}

	.cta-block-a {
		background-size: cover;
		background-position: center center;
		padding-top: 60px;
		padding-bottom: 50px;
		text-align: center;
		color: #fff;
		background-color: #8c8d8e;
	}
	
	.cta-block-title {
		font-size: 26px;
		font-weight: bold;
		font-family: 'Noto Serif', serif;
	}
	
	.cta-block-desc {
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 10px;
	}
	
	.home-insights {
		background: #f2f2f2;
		padding-top: 40px;
		padding-bottom: 50px;
		text-align: center;
	}
	
	.insights-block {
		text-align:left;
		display: block;
		text-decoration: none;
		height: 100%;
		margin-block: 20px;
		background: #fff;
		border-radius: 20px;
	}
	
	.insights-block:hover, .insights-block:focus, .insights-block:active {
		text-decoration: none;
		background: #e2e2e2;
	}
	
	.insights-preview {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		background-size: cover;
		background-position: center center;
		width: 100%;
		height: 250px;
	}
	
	.insights-title {
		padding: 20px 25px;
		font-size: 18px;
			font-weight: bold;
			text-align: center;
			color: #53003f;
	}
	
	.insights-group {
		margin-bottom: 20px;
	}
	
	@media screen and (min-width: 783px) {
		.insights-title {
			font-size: 24px;
		}
		
		.cta-block-title {
			font-size: 44px;
		}
		
		.cta-block-desc {
			font-size: 24px;
		}
	}

	.clients-featured img {
				max-width: 160px;
				max-height: 60px;
			}
			
			.client-logos {
				margin-bottom: 30px;
			}
			
			.client-logo {
				text-align: center;
				margin: 0 auto;
			}
			
			.slick-track {
	  display: flex;
	}
			
			.slick-slide {
			display: flex;
	  height: 180px!important;
	  align-items: center;
	  justify-content: center;
	  position: relative;
		}
		
		.client-logos .slick-slide img {
			position: static;
		}
		
		.client-logos {
			position: relative;
			margin: 0 80px;
			margin-top: 30px;
		}
		
		/* ARROWS */
		.client-logos .slick-prev,
		.client-logos .slick-next {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			z-index: 20;
		
			width: 45px;
			height: 45px;
		
			border-radius: 50%;
			border: 0;
		
			background: #b56a57;
			color: #fff;
		
			font-size: 22px;
			cursor: pointer;
		
			display: flex;
			align-items: center;
			justify-content: center;
			padding-left: 10px;
			padding-right: 10px;
		}
		
		.client-logos .slick-prev {
			left: -80px;
		}
		
		.client-logos .slick-next {
			right: -80px;
		}
		
		.client-logos .slick-prev:before,
		.client-logos .slick-next:before {
			display: none;
		}
		
		/* DOTS */
		.client-logos .slick-dots {
			position: absolute;
			bottom: -60px;
			width: 100%;
		
			display: flex !important;
			justify-content: center;
			gap: 12px;
		
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		.client-logos .slick-dots li {
			margin: 0;
		}
		
		.client-logos .slick-dots button {
			width: 16px;
			height: 16px;
		
			border-radius: 50%;
			border: 1px solid #999;
		
			background: transparent;
			font-size: 0;
			padding: 0;
			cursor: pointer;
		}
		
		.client-logos .slick-dots .slick-active button {
			background: #999;
		}
		
		/* LOGOS */
		/* LOGOS */
		.client-logo {
			height: 180px;
			display: flex !important;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 15px;
			padding: 15px 35px;
			box-sizing: border-box;
			text-align: center;
			text-decoration: none;
		}
		
		.client-logo img {
			display: block;
			width: auto;
			height: auto;
			max-height: 130px;
			object-fit: contain;
			margin: auto;
			position: static;
		}
		
		/* Very wide / landscape logos need more space around them */
		.client-logo img.logo-wide {
			max-width: 78%;
			max-height: 105px;
		}
		
		/* Standard landscape logos */
		.client-logo img.logo-standard {
			max-width: 88%;
			max-height: 125px;
		}
		
		/* Square or stacked logos can be shown larger */
		.client-logo img.logo-stacked {
			max-width: 100%;
			max-height: 145px;
		}
		
		.client-title {
			width: 100%;
			color: #333;
			font-size: 16px;
			font-weight: 600;
			line-height: 1.3;
			text-align: center;
			text-decoration: none;
		}
		
		.client-logo:hover {
			text-decoration: none;
		}
		
		.client-logo:hover .client-title {
			text-decoration: none;
		}
		
		.slider { height: 100vh; display: flex; justify-content: center; width: 100%; align-items: center;} 
			
			@media screen and (min-width: 768px) {
				.clients-featured img {
					/*max-width: 350px;*/
					max-height: 150px;
				}
		}
		
		@media screen and (min-width: 992px) {
				.clients-featured img {
					max-width: 350px;
				}
		}

	.findus-loc {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.findus-loc-head {
		color:#b86a5e;
	}
	
	.findus-loc-head-icon {
		display: inline-block;
		font-size: 60px;
	}
	
	.findus-loc-head-name {
		display: inline-block;
		vertical-align: top;
		padding-top: 15px;
		padding-left: 20px;
		font-size: 26px;
		font-weight: bold;
	}
	
	.findus-loc-address {
		margin-left: 70px;
		margin-top: -25px;
		padding-bottom: 10px;
	}
	
	#gform_wrapper_2 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.contactus_block h3 span {
		margin-left: 20px;
	}

	.pagefilter {
		text-align: center;
	}

	#filters {
		margin: 1%;
		padding: 0;
		list-style: none;
		margin-left: 0;
		margin-bottom: 40px;
		margin-top: 20px;
		font-size: 16px;
		font-weight: 400;
	}
	
	#filters li {
		display: inline-block;
		list-style-type: none;
		margin-left: 0;
		border-right: 1px solid #dcc9d7;
		padding: 5px 0px;
		margin-bottom: 10px;
	}
	
	#filters li:last-child {
		border-right: none;
	}
	
	#filters li span, #filters li a {
		padding: 8px 20px;
		text-decoration: none;
		color: #54003f;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		font-weight: 600;
	}
	
	#filters .filter.active {
		color: #8c8d90;
	}

	.insights_block {
		padding-bottom: 40px;
	}
	.insights_category {
		background: #f2f2f2;
		padding: 10px 0;
	}
	
	.insights_category_content {
		padding-bottom: 40px;
		padding-top: 20px;
	}
	
	.insights_category_title h3 {
		font-size: 24px;	
		color: #54003f;
	}
	
	.insights_category_title .site-ico-btn-lg {
		color: #54003f;
		padding-top: 5px;
	}
	
	.insights_category_title {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.insights_category_link {
		display: flex;
		align-items: flex-start;
		gap: 15px;
		text-decoration: none;
		padding: 20px;
		padding-right: 0;
		border-bottom: 2px solid #b96a5f;
	}
	
	.insights_category_link:hover, .insights_category_link:focus, .insights_category_link:active {
		text-decoration: none;
	}
	
	.insights_category_link_title {
		font-size: 20px;
		font-weight: 600;
		padding-top: 3px;
		color: #54003f;
	}

	.insights_category_link_icon {
		width: 40px;
		height: 40px;
		background: #b86a5f;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		color: #fff;
	}
	
	.insights_category_link_content {
		display: flex;
		flex-direction: column;
		padding-top: 5px;
	}
	
	.insights_category_link_go {
		color: #b86a5f;
		margin-left: auto;
		font-size: 24px;
		padding-top: 10px;
	}
	
	.insights_category.active {
		background: #55003f;
	}
	
	.insights_category.active .insights_category_title h3, .insights_category.active .site-ico-btn-lg {
		color: #fff;
	}
	
	.insights_category_subtop {
		text-transform: uppercase;
		color: #55003f;
		font-weight: bold;
	}
	
	.insights_category_textbox {
		padding-top: 60px;
		padding-bottom: 50px;
		border-bottom: 2px solid #b96a60;
	}
	
	.insights_category_textbox p:first-of-type strong:first-child {
		font-size: 20px;
	}
	
	.insights_category_textbox_link {
		margin-top: 25px;
	}
	
	.insights_category_cont {
		margin-bottom: 10px;
	}

	.site-events-title {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	
	.home .site-events-title {
		text-align: center;
	}
	
	.site-events-content {
		background-color: #f0f5f6;
		padding-top: 30px;
		padding-bottom: 20px;
		text-align: center;
	}
	
	.site-events-content .btn {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	
	.event-blk {
		background-color: #fff;
		width: 100%;
		text-align: left;
		border-bottom: 10px solid #005570;
		text-decoration: none;
		display: block;
		position: relative;
		height: 100%;
		margin-bottom: 20px;
	}
	
	.event-blk:hover, .event-blk:focus, .event-blk:active {
		text-decoration: none;	
		color: #000000;
	}
	
	.event-blk-image {
		width: 100%;
		height: 150px;
		background-size: cover;
		background-position: center center;
		background-color: #bcddda;
	}
	
	.event-blk-content {
		padding: 20px;
		margin-bottom: 20px;
		display: block;
		text-decoration: none;
		color: #000000;
	}
	
	.event-blk-content h3 {
		margin:0;
	}
	
	.event-blk-content p {
		line-height: normal;
		font-size: 12px;
	}
	
	.event-blk-date {
		background-color: #005570;
		color: #fff;
		padding: 10px 20px;
		font-weight: 600;
		width: 90%;
		position: relative;
		text-transform: uppercase;
		font-size: 11px;
	}
	
	.event-blk-date:after {
		content: "";
		background: #fff;
		z-index: 1;
		position: absolute;
		right: -1px;
		top: 0;
		width: 50px;
		height: 101%;
		clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	}
	
	.event-blk-link {
		position: absolute;
		bottom:20px;
		width: 100%;
		padding:0 20px;
		font-size: 12px;
		font-weight: 600;
		color: #005570;
	}
	
	.event-blk-page {
		margin-bottom: 30px;
	}
	
	.event-blk-page .event-blk-image {
		height: 300px;
	}
	
	.event-blk-page .event-blk-date {
		width: 60%;
	}
	
	.block_call_action.rightcall {
		position: relative;
	}
	
	.rightcall .block_call_action_header {
		background-color: #ac4525;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.rightcall .block_call_action_header:before {
		right: -150px;
		left: revert;
		bottom: 0;
		background: #ac4525;
		-webkit-clip-path: polygon(0 0, 100% 0%, 0% 100%);
		clip-path: polygon(0 0, 100% 0%, 0% 100%);
	}
	
	@media screen and (min-width: 783px) {
		.event-blk-content p {
			font-size: 14px;
		}
		
		.event-blk-date {
			font-size: 16px;
		}
		
		.event-blk-link {
			font-size: 14px;
		}
	}

.block_inspire {
	margin-bottom: 20px;
	padding-bottom: 50px;
	background-size: cover;
	background-color: #005570;
	color: #fff;
	background-position: center center;
	height: 275px;
}

.block_inspire_txt {
	font-style: italic;
	color: #fff;
	margin-top: 200px;
	font-size: 30px;
}
		
	.resources-top-nav {
		padding-bottom: 40px;
	}
	
	.resources-top-nav .btn {
		padding: 15px 10px;
		margin-bottom: 15px;
		font-size: 12px;
	}
	
	.resources-blk {
		margin-bottom: 40px;
	}
	
	.resources-blk .keyblockexp-item {
		margin-left: 0;
		border-top: 1px solid #005670;
	}
	
	.resources-blk .site-ico-btn-lg {

	}
	
	.resources-blk h2 {
		font-size: 22px;
	}
	
	.resources-blk h2:after {
		content:none;	
	}
	
	.resource_media_title {
		color:#005670;
		font-weight: bold;
		font-size: 18px;
		padding-bottom: 10px;
	}
	
	.resource_media_blk {
		width: 100%;
		height: 130px;
		line-height: 130px;
		font-size: 43px;
		background-color: #cbe3e2;
		background-size: cover;
		background-repeat: no-repeat;
		color: #56b5b0;
		border-radius: 10px;
		text-align: center;
		display: block;
		text-decoration: none;
	}
	
	.resource_media_blk:hover, .resource_media_blk:focus, .resource_media_blk:active {
		text-decoration: none;
		color: #c1b65f;
		background-color: #daedec;
	}
	
	.resource_media_cap {
		padding-top: 15px;
		padding-bottom: 40px;
		font-size: 14px;
	}
	
	.resource_holder {
		margin-bottom: 20px;
	}
	
	.resource_file_item {
		text-decoration: none;
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #64c3be;
		margin-bottom: 10px;
	}
	
	.resource_file_item:hover, .resource_file_item:focus, .resource_file_item:active {
		text-decoration: none;	
	}
	
	.resource_file_title {
		line-height: 24px;
		font-size: 16px;
		text-decoration: none;
		color: #004961;
		font-weight: normal;
		margin-left: 55px;
		padding-top: 9px;
		padding-bottom: 9px;
	}
	
	.resource_file_ico {
		padding: 10px;
		background-color: #0195b9;
		border-radius: 7px;
		margin-right: 15px;
		color: #fff;
		float: left;
		height: 40px;
		width: 40px;
		font-size: 19px;
		text-align: center;
	}
	
	.qandatype .resource_media_cap {
		padding-top:0;
	}
	
	.resource_c_title {
		font-size: 16px;
		color: #004860;
		font-weight: 600;
		/*padding-top: 20px;*/
		padding-bottom: 10px;
	}
	
	@media screen and (min-width: 783px) {
		
		.resources-top-nav .btn {
			font-size: inherit;
			padding: 15px 20px;
		}
		.resources-blk h2 {
			font-size: 28px;
		}
		
		.resource_media_blk {
			width: 100%;
			height: 200px;
			line-height: 200px;
			font-size: 60px;
		}
		.service-blk {
			margin-left: 0;
			margin-right: 0;
		}
	}
		
		.block_keytaglink {
			background-color: #005570;
	padding: 20px 30px;
	text-align: right;
	width: 242px;
	right: 0;
	position: relative;
	float: right;
	display: block;
	color: #fff;
	text-decoration: none;
	padding-left: 0;
		}
		.block_keytaglink:before {
			content: '';
			position: absolute;
			display: block;
			left: -150px;
			top: 0;
			bottom: 0;
			width: 150px;
			height: 100%;
			background: #005670;
			-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
			clip-path: polygon(100% 0, 100% 100%, 0 100%);
		}
		
		.block_keytaglink div {
			font-weight: 600;
			font-size: 20px;
			text-transform: uppercase;
		}
		
		.block_keytaglink:focus, .block_keytaglink:hover, .block_keytaglink:active {
			color: #fff;
	text-decoration: none;
		}
		
		
		
		#mission-statement ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

#mission-statement span {
	font-weight: initial;
	font-size: initial;
	text-transform: none;
}

#mission-statement ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
  color: #375668;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#mission-statement ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

#mission-statement li ol > li {
  margin: 0;
}

#mission-statement li ol > li:before {
  content: counters(item, ".") " ";
}
		
#mission-statement ol > li > ol >li {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: none;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 25px;
}		

.list-alpha {		
	counter-reset: list!important;
}

.list-alpha li {
	padding-left: 0!important;
}

.list-alpha li:before {
	content: counter(list, lower-alpha) ". "!important;
	counter-increment: list!important;
}

.list-alpha li:last-child {
	counter-set: item+2;
}

.list-alpha < li {
	content: counters(item, ".") ". ";
	counter-increment: item;
	counter-reset: item!important;
}
	
		@media screen and (min-width: 783px) {
			.block_keytaglink {
				position: absolute;
				top: 50px;	
				float: none;
			}
		}

	#tribe-events-pg-template {
		background: none;
		padding: 0;
		max-width: initial;
	}
	
	#rtec {
	overflow: hidden;
	}

	.rtec-attendance.tribe-events-notices    {
		display: none;
	} 
	
	.rtec-form-toggle-button {
	padding: 12px 25px!important;
	background: #fff;
	}
	
	#rtec .tribe-bar-toggle-arrow {
		display: none;
	}
	
	.tribe-events-notices {
		background: #00867c;
		border-radius: 0;
		border: 1px solid #76acbb;
		color: #ffffff;
		padding: 20px 20px;
		text-shadow: none;
		font-weight: 600;
		font-size: 17px;
	}
	
	
	#map_wrapper {
	width: 100%;
	height: 100%;
}

.map_canvas {
	height: 100%;
	width: 100%;
}
	
@media (max-width: 767px) {
	#map_wrapper,
	.map_canvas {
		height: 50vw;
		min-height: 250px;
		max-height: 350px;
	}
}

.marker {
	display: none;
}

.gm-style .gm-style-iw-c {
	min-height: 230px !important;
}

.gm-style .gm-style-iw-d {
	overflow: hidden !important;
}

.map-info-window {
	min-width: 230px;
	max-width: 280px;
	padding: 5px 2px;
	font-family: 'Fustat', sans-serif;
}

.map-info-title {
	display: block;
	margin-bottom: 6px;
	color: #53003f;
	font-size: 17px;
	line-height: 1.3;
}

.map-info-address {
	margin-bottom: 12px;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}

.map-directions-link {
	display: inline-block;
	padding: 8px 15px;
	background: #00909b;
	border-radius: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.map-directions-link:hover,
.map-directions-link:focus {
	background: #005570;
	color: #fff;
	text-decoration: none;
}	
	
/* ==========================================================
   EXPERTISE MEGA MENU
   ========================================================== */


/* ==========================================================
   DESKTOP
   ========================================================== */

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

	#prime-navigation,
	#prime-navigation .navbar-collapse,
	#prime-navigation .navbar-nav,
	#prime-navigation .expertise-megamenu {
		position: static;
	}

	#prime-navigation .expertise-megamenu > .dropdown-menu {
		display: none;

		position: absolute;
		top: 100%;
		left: -40%;
		right: 20px;

		width: auto;
		max-width: 900px;
		min-width: 0;

		height: 650px;

		margin: 0 auto;
		padding: 30px 45px;

		transform: none;

		background: #8c8d8e;
		border: 0;
		border-radius: 0;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);

		box-sizing: border-box;
		
		margin-top: -7px;


		column-count: 3;
		column-gap: 55px;
		column-fill: auto;

		overflow: hidden;
		z-index: 1000;
	}

	#prime-navigation .expertise-megamenu:hover > .dropdown-menu,
	#prime-navigation .expertise-megamenu:focus-within > .dropdown-menu,
	#prime-navigation .expertise-megamenu.open > .dropdown-menu {
		display: block;
	}


	#prime-navigation .expertise-megamenu > .dropdown-menu > li {
		display: inline-block;
		float: none;

		width: 100%;
		margin: 0 0 10px;
		padding: 0;

		box-sizing: border-box;
		vertical-align: top;

		break-inside: avoid;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
	}

	#prime-navigation .expertise-megamenu > .dropdown-menu > li > a {
		display: block;

		margin: 0 0 8px;
		padding: 0 0 10px;

		color: #ffffff;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.35;

		text-transform: none;
		white-space: normal;
		overflow-wrap: break-word;

		border: 0;
		border-bottom: 2px solid rgba(255, 255, 255, 0.45);

		box-sizing: border-box;
	}

	#prime-navigation .expertise-megamenu > .dropdown-menu > li > a:hover,
	#prime-navigation .expertise-megamenu > .dropdown-menu > li > a:focus {
		color: #ffffff;
		background: transparent;
		border-bottom-color: #ffffff;
		text-decoration: none;
	}

	#prime-navigation .expertise-megamenu li > a:after {
		display: none !important;
		content: none !important;
	}

	#prime-navigation .expertise-megamenu > .dropdown-menu > li > .dropdown-menu,
	#prime-navigation .expertise-megamenu > .dropdown-menu > li > .sub-menu {
		display: block !important;

		position: static;
		float: none;

		width: 100%;
		min-width: 0;

		margin: 0;
		padding: 0;

		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;

		transform: none;
	}

	#prime-navigation .expertise-megamenu > .dropdown-menu > li > .dropdown-menu > li,
	#prime-navigation .expertise-megamenu > .dropdown-menu > li > .sub-menu > li {
		display: block;
		float: none;

		width: 100%;
		margin: 0;
		padding: 0;

		box-sizing: border-box;
	}

	#prime-navigation .expertise-megamenu > .dropdown-menu > li > .dropdown-menu > li > a,
	#prime-navigation .expertise-megamenu > .dropdown-menu > li > .sub-menu > li > a {
		display: block;

		margin: 0;
		padding: 5px 0;

		color: #ffffff;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;

		text-transform: none;
		white-space: normal;
		overflow-wrap: break-word;

		background: transparent;
		border: 0;

		box-sizing: border-box;
	}

	#prime-navigation .expertise-megamenu > .dropdown-menu > li > .dropdown-menu > li > a:hover,
	#prime-navigation .expertise-megamenu > .dropdown-menu > li > .dropdown-menu > li > a:focus,
	#prime-navigation .expertise-megamenu > .dropdown-menu > li > .sub-menu > li > a:hover,
	#prime-navigation .expertise-megamenu > .dropdown-menu > li > .sub-menu > li > a:focus {
		color: #ffffff;
		background: transparent;
		text-decoration: underline;
	}

	/*#prime-navigation .expertise-megamenu > .dropdown-menu > li:not(.menu-item-has-children) > a {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}*/

	#prime-navigation #menu-item-23 > .dropdown-menu {
		left: auto;
		right: 0;
		margin-left: 0;
	}

	#prime-navigation .dropdown-menu {
		max-width: calc(100vw - 30px);
	}

	#prime-navigation .dropdown-menu li a {
		white-space: normal;
		overflow-wrap: break-word;
		line-height: 1.4;
	}
}


/* ==========================================================
   MEDIUM DESKTOP / TABLET LANDSCAPE
   ========================================================== */

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

	#prime-navigation .expertise-megamenu > .dropdown-menu {
		left: 15px;
		right: 15px;

		height: 820px;
		padding: 25px 30px;

		column-count: 2;
		column-gap: 35px;
		column-fill: auto;
	}
}


/* ==========================================================
   LARGE DESKTOP
   ========================================================== */

@media screen and (min-width: 1400px) {

	#prime-navigation .expertise-megamenu > .dropdown-menu {
		height: 650px;
	}
}


/* ==========================================================
   MOBILE PRIMARY NAVIGATION
   ========================================================== */

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

	#prime-navigation .expertise-megamenu {
		position: relative;
	}

	#prime-navigation .expertise-megamenu > .dropdown-menu {
		position: static;

		width: 100%;
		max-width: none;
		height: auto;

		margin: 0;
		padding: 0;

		transform: none;

		column-count: auto;
		column-gap: normal;
		column-fill: balance;

		background: transparent;
		border: 0;
		box-shadow: none;

		overflow: visible;
	}

	#prime-navigation .expertise-megamenu .dropdown-menu .dropdown-menu {
		display: block;

		position: static;
		float: none;

		width: 100%;
		min-width: 0;

		margin: 0;
		padding: 0 0 5px 15px;

		background: transparent;
		border: 0;
		box-shadow: none;
	}

	#prime-navigation .expertise-megamenu .dropdown-menu .dropdown-menu a {
		padding-left: 20px;
	}

	#mobilemenu .current-menu-parent > .dropdown-menu,
	#mobilemenu .current-menu-ancestor > .dropdown-menu,
	#mobilemenu .current_page_parent > .dropdown-menu,
	#mobilemenu .current_page_ancestor > .dropdown-menu {
		display: block;
	}

	#mobilemenu .dropdown-menu,
	#mobilemenu .dropdown-menu li,
	#mobilemenu .dropdown-menu li a {
		overflow: visible;
	}

	#mobilemenu .dropdown-menu li a {
		white-space: normal;
		word-break: normal;
		overflow-wrap: break-word;
	}
}

	.footer_ak_design, .footer_ak_dash, .footer_ak_web {
		display: none;
	}
	
	.findus_location_title {
		font-size: 24px;
		color: #8c8d8e;
		font-weight: bold;
	}
	
	.findus_location_title i {
		font-size: 38px;
		vertical-align: top;
		padding-right: 5px;
	}
	
	.findus_location_desc {
		padding-left: 40px;
		margin-top: -5px;
		font-weight: 500;
		margin-bottom: 15px;
	}
	
	.findus_title {
		padding-bottom: 10px;
		font-weight: bold;
		font-size: 30px;
		color: #8c8d8e;
	}
	
	.footer_logos_block {
		border-bottom: 1px solid #8c8d8e;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.footer_logos_block a {
		display: inline-block;
	}
	
	.footer_logos_main img {
		/*max-width: 550px;*/
	}
	
	.footer_logos_award {
		margin-left: 30px;	
	}
	
	.footer_logos_award img {
		/*max-width: 130px;*/
	}
	
	#footer .footer-links {
		text-align: left;
	}
	
	.footer-backtotop {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: rgb(140 141 142);
		display: flex;
		align-items: center;
		justify-content: center;
		color: #65004b;
		font-size: 20px;
		text-decoration: none;
		transition: all 0.25s ease;
		margin-left: auto;
		margin-top: 15px;
		margin-right: 10px;
	}
	
	.footer-backtotop:hover {
		background: #ffffff;
		transform: translateY(-3px);
		text-decoration: none;
	}
	
	@media screen and (min-width: 768px) {
		#footer .footer-links {
			text-align: right;
		}
	}