/*
Theme Name: Cornwelljackson
Theme URI: http://components.underscores.me/
Author: Redspot Design Firm LLC
Author URI: https://www.redspotdesign.com/
Description: A custom wordpress theme Cornwelljackson
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scwd
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP Default is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
# General Styles
--------------------------------------------------------------*/
html { font-size: 16px; /* 1em */ }
body { font-family: "Open Sans", sans-serif; }
a, a:visited { 
	color: #0645AD;
  	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}

@media screen and (max-width: 782px) {
	html .logged-in { margin-top: 55px !important; }
}
a:hover { text-decoration: none; }
.btn{
	background-color: #6fad42;
    font-size: 1.125em;
    border-radius: 0;
    padding: 15px 30px;
    font-weight: 300;
	width: 280px;
	color: #fff !important;
	margin: 20px auto;
	max-width: 100%;
}
.btn:hover{ background-color: #0645AD; }
.logos img:first-child{margin-right: 30px;}
h1, .h1{
	font-size: 3.5em;
    font-weight: 300;
    margin: 10px auto;
    line-height: 140%;
} 

@media ( min-width: 768px ) {
	h1, .h1 { font-size: 4.375em; }
}

h2, .h2{ 
	font-size: 2em;
    font-weight: 300;
    margin: 20px 0 30px;
    line-height: 140%;
    color: #0645AD;
} 

@media( min-width: 475px ) {
	h2, .h2{  font-size: 2.375em; } 
}

@media ( min-width: 576px ) {
	h2, .h2 { font-size: 3em; }
}
 
@media ( min-width: 768px ) {
	h2, .h2 { font-size: 4em; }
}
h3, .h3,
.single h2{
	font-size: 1.5625em;
	font-weight: 300;
	margin: 0 0 30px;
	line-height: 140%;
}
h4{ 
	font-size: 1.125em; 
	margin: 5px 0;
	line-height: 140%;
}
p{ 
	color: #666666;
	line-height: 160%; 
}

p br {
	display: none;
}

@media ( min-width: 576px ) {
	p br { display: block; }
}

hr{
	background-color: #0645AD;
	max-width: 200px;
}

@media( max-width: 767.98px ) {
	#fp-nav.fp-right { right: 0 !important; }
}

.gallery figure { 
	margin-left: 0;
	margin-right: 0;
}

.gallery figcaption {
	font-weight: 700;
	color: #0645AD;
	font-size: 0.875em;
}

.gallery img {
	min-height: 225px;
}


/*--------------------------------------------------------------
# Helper Styles
--------------------------------------------------------------*
/* For removing bootstrap grid gutter */
.no-gutter > [class*='col-'] { 
	padding-right:0; 
	padding-left:0; }
/* Add padding in page builder grid */

.panel-grid-cell {
	padding-top: 30px;
	padding-bottom: 30px;
}

.inner .panel-grid-cell{
	padding-top: 0;
	padding-bottom: 0;
}

.has-animation .container {
	visibility: hidden;
	animation-name: none;
}

.has-animation .container.visible {
	visibility: visible;
}

.d-flex { display: flex !important; flex-wrap: wrap; }
.justify-content-between { justify-content: space-between !important }
.align-items-center { align-items: center}
.justify-content-center { justify-content: center; }

.font-weight-bold{ font-weight: 700 !important; }

.list-col-2 ul { width: 100%; }

@media ( min-width: 768px ) {
	.list-col-2 ul { width: 45%; }
}

@media( max-width: 767.98px ) {
	.alignright,
	.alignleft {
		display: block;
		float: none;
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}

}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site { 
	margin: 0 auto; 
	max-width: 1920px;
}
.full { width: 100%; }
.main { max-width: 1920px; }
.container{
	max-width: 1400px;
	width: 100%;
}
.hentry{ margin-bottom: 0; }



/*--------------------------------------------------------------
# Form Elements
--------------------------------------------------------------*/
::-webkit-input-placeholder { color: #777777; }
::-moz-placeholder { color: #777777; }
:-ms-input-placeholder { color: #777777; }
:-moz-placeholder { color: #777777; }

textarea { box-shadow:  none; }
form{ 
	margin: 10px auto; 
	max-width: 1200px;
}

label span {
	color: #d60000;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
	display: block;
	border: 1px solid #A2A2A2 !important;
	padding: 10px 20px;
	font-size: 1.125em;
	width: 100%;
	border-radius: 0;
	margin: 10px 0;
	color: #777777 !important;
	font-family: inherit;
	font-weight: 300;
}
input[type="submit"],
input[type="button"],
button{
	background-color: #6fad42 !important;
    font-size: 1.125em;
    border-radius: 0;
    padding: 15px 30px;
    font-weight: 300;
	width: 280px;
	color: #fff !important;
	margin: 20px auto;
	font-family: inherit;
	font-weight: 300;
	display: block;
	max-width: 100%;
	border: none;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover{ background-color: #0645AD !important; }
	
	/* Light Theme - Form Elements */
	.light ::-webkit-input-placeholder { color: #fff; }
	.light ::-moz-placeholder { color: #fff; }
	.light :-ms-input-placeholder { color: #fff; }
	.light :-moz-placeholder { color: #fff; }
	.light input[type="text"],
	.light input[type="tel"],
	.light input[type="email"],
	.light textarea{
		border-color: #fff;
		background-color: rgba(255,255,255,0.2);
		color: #fff !important;
	}

	/* Dark Theme - Form Elements */
	.dark ::-webkit-input-placeholder { color: #777; }
	.dark ::-moz-placeholder { color: #777; }
	.dark :-ms-input-placeholder { color: #777; }
	.dark :-moz-placeholder { color: #777; }
	.dark input[type="text"],
	.dark input[type="tel"],
	.dark input[type="email"],
	.dark textarea{
		border-color: #A2A2A2;
		background-color: rgba(255,255,255,0.2);
		color: #777 !important;
	}

.form-group p { display: none; }



/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
.circle-grid .has-animation {
	visibility: hidden;
}

.circle-grid .has-animation.visible {
	visibility: visible;
}
	/* Services Circle Grid */
	.circle-grid-item {
	    border-radius: 1000px;
	    border: 1px solid #0645AD;
	    text-decoration: none;
		/*height: 280px;*/
		max-width: 240px;
	    height: 240px;
	    display: flex;
	    align-items: center;
	    text-align: center;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.circle-grid-item:hover{ background-color:  #0645AD; }
	.circle-grid-item a{ 
		display: block; 
		width: 100%;
	}
	.circle-grid-item:hover a{ color: #fff; }
	.circle-grid-icon {
		height: 92px;
		display: block;
		margin: 10px auto;
		background-image: url('assets/images/services-icon.png');
		background-repeat: no-repeat;
	}
		/* Service Grid Icons */
		.circle-grid-icon.service-icon-68 {
		    background-position: 0 -92px;
		    width: 85px;
		}
		.circle-grid-icon.service-icon-70 {
		    background-position: -85px -92px;
		    width: 90px;
		}
		.circle-grid-icon.service-icon-72 {
		    background-position: -175px -92px;
		    width: 100px;
		}
		.circle-grid-icon.service-icon-78 {
		    background-position: -275px -92px;
		    width: 95px;
		}
		.circle-grid-icon.service-icon-80 {
		    background-position: -375px -92px;
		    width: 90px;
		}
		.circle-grid-icon.service-icon-82 {
		    background-position: -470px -92px;
		    width: 120px;
		}
			/* Service Grid Icons Hover */
			.circle-grid-item:hover .circle-grid-icon.service-icon-68 { background-position: 0 0; }
			.circle-grid-item:hover .circle-grid-icon.service-icon-70 { background-position: -85px 0; }
			.circle-grid-item:hover .circle-grid-icon.service-icon-72 { background-position: -175px 0; }
			.circle-grid-item:hover .circle-grid-icon.service-icon-78 { background-position: -275px 0; }
			.circle-grid-item:hover .circle-grid-icon.service-icon-80 { background-position: -375px 0; }
			.circle-grid-item:hover .circle-grid-icon.service-icon-82 { background-position: -470px 0; }

	/* Blog Box Grid */
	.box-grid-item{ 
		background-color: #F1F3F5;
		border-radius: 6px;
		min-height: 460px;
		overflow: hidden;
	}
		.box-grid-item a{ color: #545454; }
		.box-grid-image{ 
			height: 290px; 
			overflow: hidden;
			flex-grow: 1;
		} 
		.box-grid-image img{ 
			max-width: unset;
			object-fit: cover;
			width: 100%;
			height: 100%;
		}
		.box-grid-description{ 
			padding: 20px 30px;
			text-align: center;
		}
		.box-grid-date{ 
			font-size: 0.8125em;
			color: #999999;
			text-transform: uppercase;
			margin: 10px 0 20px;
			display: block;
		}

	/* Newsletter Form */
	.noni-newsletter-form { 
		padding-bottom: 20px; 
		padding-left: 1.5em;
		padding-right: 1.5em;
	}

	@media ( min-width: 768px ) {
		.noni-newsletter-form { padding-left: 0; }
	}


	/* Review Tag */
	.review-tag {
	    box-sizing: border-box;
	    position: relative;
	    text-align: center;
	    width: 100%;
	    max-width: 600px;
	    display: flex !important;
		margin: 0 auto;
	    align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 0 15px;
	}

	@media( min-width: 576px ) {
		.review-tag {
			background: url(assets/images/whitereview-bg.png) no-repeat left top/100% 90%;
			height: 448px;
			padding: 0 25px 0 50px;
			border: 0;
		}
	}



	@media( min-width: 768px) {
		.review-tag {
			padding: 0 40px 0 75px;
		}
	}
		.review-content { 
			border: 2px dashed #6FAD43; 
			padding: 15px 10px;
		}

		@media( min-width: 576px ) {
			.review-content{ 
				margin-top: -120px; 
				border: 0;
				padding: 0;
			}
		}


		@media( min-width: 1200px ) {
			.review-content{ margin-top: -85px; }
		}

		.review-tag p{
			font-family: 'Open Sans',sans-serif;
			font-size: .825em;
			line-height: 180%;
			color: #fff;
		}

		@media( min-width: 1200px ) {
			.review-tag p {
				font-size: 0.9375em;
			}
		}

		@media( min-width: 576px ) {
			.review-info {
				position: absolute !important;
				left: 42%;
				bottom: 0;
				text-align: left;
			}
		}


		.review-tag h5{
			font-size: 1.5625em;
			line-height: 160%;
			color: #fff;
		}

		.review-tag h6{
			font-size: .9375em;
			font-weight: 300;
			line-height: 120%;
			margin-bottom: 0;
			color: #fff;
		}


	/* Team Box Grid */
	.team-grid{
		display: flex;
		text-align: center;
		flex-flow: row wrap;
		justify-content: center;
	}

		.team-grid-item{
			flex: 0 0 340px;
		    box-sizing: border-box;
		    margin: 30px 0;
		    color: #666;
		}

		.team-grid-item a{ 
			color: inherit; 
			transition: 1s ease;
		}

		.team-grid-item h4{
			font-size: 1.875em;
		    font-weight: 300;
		    padding: 20px 0 5px;
		    transition: 1s ease;
		    color: #666 !important;
		}

		.team-grid-item .team-grid-position{ 
			font-size: .9375em; 
			transition: 1s ease;
		}

		.team-grid-item a:hover h4{ color: #0645AD !important; }

		.team-grid-item a:hover .team-grid-position{ color: #6FAD43; }

		.team-grid-image span{     
			position: relative;
	    	display: block;
	    	width: 282px;
	    	height: 282px;
	    	margin: 0 auto; 
	    	overflow: hidden;
			border-radius: 50%;
		}

		.team-grid-image span:before{
			position: absolute;
			/* background-color: ; */
		}

		.team-grid-item .team-grid-image img{
			-webkit-filter: grayscale(100%);
			   -moz-filter: grayscale(100%);
					filter: grayscale(100%);
			-webkit-transition-duration: 1.5s;
				    transition-duration: 1.5s;
			-webkit-transform: scale(1);
				    transform: scale(1);
			-webkit-transform-origin: 25% 25%;
				    transform-origin: 25% 25%;
			width: 100%;
			height: 100%;
		}

		.team-grid-item a:hover .team-grid-image img{
			filter: none;
			-webkit-transform: scale(1.1) /*rotate(3deg)*/;
				    transform: scale(1.1) /*rotate(3deg)*/;
			-webkit-transform-origin: 25% 25%; 
				    transform-origin: 25% 25%; 
		}


	/* Grid Box Pages */
	.page-grid-boxes{
		display: flex;
	    text-align: center;
	    flex-flow: row wrap;
	    justify-content: center
	}

		.page-grid-item{
			flex: 0 0 400px;
		    box-sizing: border-box;
		    position: relative;
		    height: 300px;
		    display: flex;
		    justify-content: center;
    		align-items: center;
    		margin: 20px;
    		position: relative;
		}

		.page-grid-item .page-grid-link{
			width: 100%;
			height: 100%;
			display: block;
			position: relative;
    		border-radius: 15px;
    		background-position: center center;
		    background-size: cover;
		    background-repeat: no-repeat;
			transition: all ease-in-out .5s;
		}

		.page-grid-item .page-grid-link:hover{ border-radius: 0; }

		.page-grid-item .page-grid-link:before{
			background: rgba(0,0,0,.5);
			width: 100%;
			height: 100%;
			position: absolute;
			content: '';
			top: 0;
			left: 0;
			border-radius: 15px;
			transition: all ease-in-out .5s;
		}

		.page-grid-item .page-grid-link:hover:before{ 
			background: transparent; 
			border-radius: 0;
		}

		.page-grid-item .page-grid-title{
			color: #fff !important;
		    text-shadow: 2px 0 5px rgba(0,0,0,.4);
		    height: 100%;
		    position: relative;
		    display: flex;
		    justify-content: center;
		    align-items: center;   
		}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header{ 
	position: fixed;
	width: 100%;
	left: 0;
	right:0;
	margin:0 auto;
	z-index: 99999999;
	transition: all ease 0.5s;
	height: 88px;
	background-color: #fff;
	top: 0;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.site-header .custom-logo { 
	padding-top: 20px; 
	padding-bottom: 0/*20px;*/;
}
.site-title { font-size: 2.5em; /*40px*/ }
.site-description { 
	font-size: 1.125em; /*18px*/ 
	font-weight: 400; 
	margin: 10px 0; 
}


	/* Light Theme - Header */
	.site-header.light *,
	.site-header.light .main-navigation a{ color: #666666; }

	/* Sticky Header */
	.site-header.sticky-header{
		background-color: #fff;
		box-shadow: 0 0 10px #999;
		position: fixed;
		height: 88px;
		opacity: 1;
	}

	.site-header.sticky-header #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link{
		line-height: 40px;
	}

	@media( max-width: 992px ) {
		.site-header{ height: unset; }

		.site-header.sticky-header{
			height: 0;
			padding: 0;
			margin: 0;
			opacity: 0;
		}

		.page-template-page-vertical-slider .site-content{ margin-top: 0 !important; }
	}

	.site-header.sticky-header *,
	.site-header.sticky-header .main-navigation a{ color: #666666; }
	.site-header.sticky-header .social-navigation a{ color: #0645AD; }
	.site-header.sticky-header .social-navigation a:hover{ color: #666666; }

	.site-header.sticky-header .main-navigation a{ padding: 24px 20px !important; }

	/* Unsticky Header */
	/*.site-header.unsticky-header{ position: absolute; }*/

	/* Hide Header */
	.site-header.hide-header{ 
		/*height: 0; 
		opacity: 0;
		background-color: transparent;*/
		overflow: hidden;
		box-shadow: none;
	}

	.site-header .logo-container { text-align: center; }
	@media ( min-width: 992px ) {
		.site-header .logo-container { text-align: left }
	}

	.site-header .text-right { text-align: center; }
	@media( min-width: 992px ) {
		.site-header .text-right { text-align: right;}
	}



/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.skip-link.screen-reader-text { padding: 0; }

	/* Main Navigation */
	.navigation-top{
		display: inline-block; 
		vertical-align: middle;
	}
	.main-navigation { 
		margin: 0; 
		clear: both; 
		color: #fff; 
		display: block;
		float: none;
	}
	.main-navigation a { 
		color: #fff; 
		display: block; 
		padding: 0 20px !important; 
		text-decoration: none;
		position: relative;
	}

	@media ( min-width: 992px ) {
		.main-navigation a { padding: 32px 20px !important; }
	}
	.main-navigation a::after{
		display: none;
		content: "";
		height: 3px;
		width: calc( 100% - 20px );
		background-color: #fff;
		bottom: 20px;
		position: absolute;
		left: 10px;
	}
	.main-navigation a:hover::after,
	.main-navigation .current-menu-item > a::after, 
	.main-navigation .current-menu-ancestor > a::after { display: block; }
	.main-navigation ul { 
		list-style: none; 
		margin: 0; 
		padding-left: 0; 
	}
	.main-navigation li { 
		float: none;
		display: inline-block;
		vertical-align: middle; 
		position: relative; 
	}
	.main-navigation a:hover, 
	.main-navigation .current-menu-item > a, 
	.main-navigation .current-menu-ancestor > a { 
		background: #0645AD !important; 
		color: #fff !important ;
	}

	/* Sub Menu */
	.main-navigation ul ul { 
		border-radius: 0 0 3px 3px; 
		top: 100%; 
		background: rgba(6,69,173,0.5) !important;
		text-align: left;
	}

	.main-navigation ul ul ul{
		background: transparent !important;
		box-sizing: border-box;
		/* padding-left: 15px !important;  */
	}

	.main-navigation .sub-menu a { 
		width: 200px; 
		padding: 10px 20px !important;
		color: #fff !important;
	}
	.main-navigation .sub-menu a::after{ display: none !important; }
	.main-navigation ul ul ul { 
		left: -999em; 
		top: 0; 
	}


	/*Max Mega Menu Styles*/
	#mega-menu-wrap-top{
		background: transparent;
	}

	#mega-menu-wrap-top, 
	#mega-menu-wrap-top #mega-menu-top, 
	#mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu, 
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-item, 
	#mega-menu-wrap-top #mega-menu-top a.mega-menu-link{
		font-size: 1em;
		color: inherit;
	}

	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link{
		color: #666;
		font-size: inherit;
		height: initial;
		line-height: 25px;
	}

	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:after,
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:after{
		content: "";
		height: 3px;
		background-color: #fff;
		bottom: 20px;
		position: absolute;
		left: calc( 50% - 30px );
		margin: 0;
		width: 0;
		transition: width .2s ease;
	}

	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover::after,
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover::after{ 
		width: calc( 100% - 30px );
		left: 16px;
	}

	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu a{
		padding: 10px 20px !important;
		color: #fff !important;
	}

	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		background: transparent;
		color: #fff;
		font-size: inherit;
	}

	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, 
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover, 
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus,
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
		background: #0645AD !important; 
		color: #fff !important ;
	}

	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu{
		width: 300px;
	}

	#mega-menu-wrap-top #mega-menu-top .mega-sub-menu li a.mega-menu-link{
		padding: 10px 20px !important;
	}


	/* Social Menu */
	.social-navigation{
		margin: 12px 10px 30px;
		display: inline-block;
		vertical-align: middle;
	}
	.social-navigation ul{ margin-bottom: 0; }
	.social-navigation a{ 
		display: block;
		margin: 0 15px;
		
	}

	.social-navigation a:before{
		background: #fff;
		color: #666;
	    border-radius: 50%;
	    padding-top: 8px;
	    width: 35px;
	    height: 35px;
	    font-size: 1.2em;
	}

	.social-navigation a:hover{ color: #0645AD; }

	.site-header.light .social-navigation a:before{
		background: transparent;
    	color: #666;
	}

	#wprmenu_bar .menu_title a { top: 0; }

	#wprmenu_bar div.hamburger {
		position: absolute;
		float: none;
		top: 10px;
		right: 15px;
	}

	.wprmenu_bar .hamburger-inner, .wprmenu_bar .hamburger-inner::before, .wprmenu_bar .hamburger-inner::after { background-color: #000 }

	#wprmenu_bar { 
		border-bottom: 1px solid #ddd;
		height: 55px;
	}

	.admin-bar #mg-wprm-wrap.cbp-spmenu-left, .admin-bar #mg-wprm-wrap.cbp-spmenu-right { top: 98px; }


/*--------------------------------------------------------------
# Page Loader
--------------------------------------------------------------*/
#page-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
}

#page-loader span {
	position: absolute;
	background: #777;
	z-index: 100;
	transition: all .8s cubic-bezier(.12,.75,.4,1)
}

#page-loader .mask-top {
	top: 0;
	left: 0;
	height: 50%;
	width: 100%;
}

#page-loader .mask-right {
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
}

#page-loader .mask-bottom {
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
}

#page-loader .mask-left {
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
}

#page-loader.hidden { display: none; }

#page-loader.loaded .mask-top { transform: translateY( -100% ) translateZ( 0 ); }
#page-loader.loaded .mask-bottom { transform: translateY( 100% ) translateZ( 0 ); }
#page-loader.loaded .mask-left { transform: translateX( -100% ) translateZ( 0 ); }
#page-loader.loaded .mask-right { transform: translateX( 100% ) translateZ( 0 ); }



/* .page-template-page-vertical-slider .site-content{ margin-top: 50px; } */
/*--------------------------------------------------------------
# Banner or Page Title Area
--------------------------------------------------------------*/
#banner{
	min-height: 250px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding-top: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

@media ( min-width: 768px ) {
	#banner { 
		min-height: 300px; 
		padding-top: 0;
    	margin-top: 87px;
	}
}

#banner:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: '';
	background-color: rgba( 0,0,0,.3 );
	z-index: 1;
}

#banner h1 {
	position: relative;
	z-index: 10;
}



/*--------------------------------------------------------------
# Primary / Content Area
--------------------------------------------------------------*/
@media( min-width: 768px ) {
	.fp-section.fp-table .testimonial-container, 
	.fp-slide.fp-table .testimonial-container {
		padding-left: 45px;
		padding-right: 45px;
	}
}
	/* Page Template - Content Vertical Slider */
	.fp-enabled body{ overflow: hidden !important; }

		/* Slider Sections */
		.section.dark *{  color: #fff; }
		.section .parallax-image{
			position: absolute;
			height: 100%;
			width: 100%;
			top: 0;
			left: 0;
			z-index: 1 ;
			overflow: hidden;
		} 
		.section .parallax-image img{ 
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		.section *:not(.parallax-image){
			position: relative;
			z-index: 2;
		}

		/* Slider Bullet Elements  */
		#fp-nav ul li .fp-tooltip{ 
			right: 25px;
			top: 7px !important;
			color: #ffffff !important;
		}
		#fp-nav ul li, 
		.fp-slidesNav ul li{ height: 35px !important; }
		#fp-nav ul li a span { 
			background-color: transparent !important; 
			border: 1px solid #fff !important;
			margin: -6px 0 0 -6px !important;
			height: 12px !important;
			width: 12px !important;
		} 
		#fp-nav ul li a.active span, 
		#fp-nav ul li:hover a.active span{ 
			background-color: #fff !important; 
		}
			/* Light Theme - Slider Bullet Elements */
			#fp-nav.light ul li .fp-tooltip{ color:  #0645AD !important; }
			#fp-nav.light ul li a span { border-color: #A6A6A6 !important; }
			#fp-nav.light ul li a.active span, 
			#fp-nav.light ul li:hover a.active span{ 
				background-color: #0645AD !important;
				border-color: #0645AD !important; 
			}

		@media ( max-width: 768px ) {
			.ready-to-connect h2 { text-align: left !important; }	
		}


		@media ( max-width: 768px ) {
			.slick-image-slide img {
				object-fit: contain !important;
				object-position:  center;
				width: initial !important;
			}
		}
		

		@media( max-width: 767.98px ) {
			#section6 p {
				text-align: left !important;
			}
		}

/*--------------------------------------------------------------
# Secondary / Sidebar
--------------------------------------------------------------*/
.secondary { 
	font-size: 14px; 
	font-size: 0.875rem; 
	line-height: 1.6; 
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    clear: both;
    overflow: hidden;
    transition: all ease 0.5s;
    color: #fff;
    padding-top: 50px;
    /*background-attachment: fixed;*/
    /*background-size: 100% 100%;*/
    background-repeat: no-repeat;
	/*background-position: center top;*/

	background-size: cover;
	background-position: center;

	border-top: 1px solid rgba(255,255,255,0.2);
	margin:0 auto;
}

.home #footer-top { display: none; }
.home .site-footer { border: none; }

@media( max-width: 767.98px ) {

	.site-footer #footer-top { flex-direction: column-reverse !important; }
	.site-footer #footer-top p { text-align: center }
}

@media( max-width: 767.98px ) {
	body:not(.home) .site-footer {
		background-color: #011f50;
		background-image: none !important;
	}
}

.site-footer h2{
	color: #fff;
}

.site-footer p{
	color: #fff;
	font-size: .9375em;
	line-height: 200%;
}


	/* Sticky Footer  */
	.site-footer.sticky-footer{
		/*height: 120px !important;*/
		z-index: 100;
		width: 100%;
		bottom: 0;
		opacity: 1;
		padding-top: 0;
		position: fixed;
		left: 0;
	}
	.site-footer.sticky-footer.hide-footer{
		left: -70%;
		opacity: 0 !important;
	}

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

	/* Footer Contact Details */
	.contact-item{ 
		margin: 20px;
		min-height: 75px;
		text-transform: uppercase;
		font-weight: 100;
		position: relative;
		text-align: center;
	}

	@media( min-width: 576px ) {
		.contact-item { /*padding-left: 90px !important;*/ text-align: left; }
	}

	@media ( min-width: 768px ) {
		.contact-item {
			font-size: 1.125em;
		}
	}

	.contact-item a{
		color: #fff;
	}

	.contact-item a[href*="tel"]{ 
		font-size: 1.25em; 
		line-height: 90%;
	}
	.contact-item .before_text{
		color: #fff;
		font-size: 13px;
		display: block;
		padding-bottom: 5px
	}
	.contact-item i {
	    height: 60px;
	    width: 60px;
	    display: inline-flex;
	    align-items: center;
	    flex-grow: 1;
	    border: 1px solid #6FAD43;
	    border-radius: 500px;
	    font-size: 1.5em;
	    position: static !important;
		left: 0;
		top: 10px;
	}

	@media ( min-width: 576px ) {
		.contact-item i { position: absolute !important }
	}
	.contact-item i::before {
	    width: 60px;
	    text-align: center;
	}
	.contact-item:hover i{ background-color: #6FAD43; }

	.footer-bottom{
		border-top: 1px solid rgba(255,255,255,0.2);
		padding: 30px 0;
	}

	/* Footer Navigation */

	#footer-navigation {
		display: block !important;
	}

	/* .footer-navigation {
		display: none;
	} */
	.footer-navigation ul { 
		margin: 0; 
		padding: 0; 
		text-align: center; 
	}

	@media( min-width: 768px ) {
		.footer-navigation ul {
			text-align: right; 
		}
	}
	.footer-navigation ul li { 
		display: inline-block; 
		float: none; 
		padding: 10px;
	}

	@media( min-width: 768px ) {
		.footer-navigation ul li {
			padding: 20px 10px;
		}
	}
	.footer-navigation ul li a { 
		color: #fff; 
		display: block; 
	}

	@media( min-width: 768px ) {
		.footer-navigation ul li a {
			font-size: 1.125em;
		}
	}


	.inner .footer-navigation{
		display: block;
	}

	/* Site Info */
	.site-info { 
		background: #222222; 
		color: #fff; 
		font-size: 0.875em; /*14px*/ 
		font-weight: 300;
		padding: 10px 0;  
	}

	.copyright{
		text-align: center;
	}

	.inner .copyright{
		text-align: left;
		padding: 20px 0 0;
	}

	@media( min-width: 768px ) {
		.inner .copyright {
			text-align: center;
		}
	}

	@media( max-width: 768px ) {
		.site-footer .panel-grid-cell {
			margin-bottom: 0 !important;
		}
		.logos img{display: block; }
		.logos img:first-child{margin-right: 0; margin-bottom: 15px;}
	}


/*--------------------------------------------------------------
# Inner Content
--------------------------------------------------------------*/
.inner #banner h1{ font-size: 2.5em; }

@media ( min-width: 768px ) {
	.inner #banner h1{ 
		font-size: 3em; 
		max-width: 80%;
	}
}

.single.inner #banner h1 { font-size: 1.625em;}

@media( min-width: 576px ) {
	.single.inner #banner h1 { font-size: 2.5em;}
}

@media( min-width: 768px ) {
	.single.inner #banner h1 { font-size: 3em;}
}

.inner #banner.light h1{ color: #666; }

.inner .page-content, 
.inner .entry-content, 
.inner .entry-summary{ margin: 0; }

.inner #content { padding: 0; margin: 0 auto; }

@media ( min-width: 768px ) { 
	/* .inner #content { padding-top: 88px; } */
	.page-id-12.inner #content { padding-bottom: 0; }
}

.inner #content p{
	font-size: .9375em;
	line-height: 180%;
}

.inner #content li{
	font-size: .9375em;
	line-height: 180%;
	color: #666;
	margin-bottom: 12px;
}

.inner #content h3{
	font-size: 1.25em;
    font-weight: 300;
    line-height: 120%;
	color: #0645AD;
	margin-bottom: 15px;
	margin-top: 1rem;
}

@media( min-width: 576px ) {
	.inner #content h3{ font-size: 1.875em; margin-bottom: 30px; margin-top: 0; }
}

@media ( min-width: 576px ) {
	.inner:not( .single ) #content h3{ font-size: 2.225em; } 
}
@media ( min-width: 768px ) { 
	.inner:not( .single )  #content h3{ font-size: 2.225em; } 
}

.inner #content h4{
	font-size: 2em;
    font-weight: 300;
    line-height: 120%;
    color: #0645ad;
    margin: 10px 0 15px;
}

.inner #content .list-col-2{
	list-style-position: inside;
	margin-left: 0;
}

@media ( min-width: 768px ) {
	.inner #content .list-col-2 { 
		columns: 2;
		margin-left: 1.5em;
	}
}

.tax-images .widget-title {
	font-size: 1.5em !important;
	font-weight: 700;
}


/*--------------------------------------------------------------
# Single Page Team Styles
--------------------------------------------------------------*/

#team-header{
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media( min-width: 992px ) {
	#team-header { flex-direction: row; }
}

#team-header header{ width: 100%; }

	#team-header .post-thumbnail{
		flex: 0 0 200px ; 
		margin-right: 1em; 
	}

	@media( min-width: 1200px ) {
		#team-header .post-thumbnail { 
			flex-basis: 320px !important;
			margin-right: 0; 
		}
	}

	#team-header h1{
		font-size: 1.5em;
	    font-weight: 300;
	    margin: 0;
	    line-height: 120%;
		color: #0645AD;
		text-align: center;
	}

	@media( min-width: 576px ) {
		#team-header h1 { font-size: 2.5em; }
	}

	@media( min-width: 1200px ) {
		#team-header h1 { font-size: 4em; }
	}

	#team-header h2{
		color: #666;
		font-size: 1.5em;
		margin: 0 0 15px 0;
		text-align: center;
	}

	@media( min-width: 992px ) {
		#team-header h1,
		#team-header h2 {
			text-align: left;
		}
	}

	@media( min-width: 1200px ) {
		#team-header h2 { font-size: 2.4em; }
	}

	@media( max-width: 767.98px ) {
		.team-contact{
			display: flex;
			justify-content: center;
		}
	}

	.team-contact-item {
		position: relative;
	    display: inline-flex;
	    vertical-align: top;
		padding: 10px 5px;
		flex-direction: column-reverse;
	}

	@media( min-width: 576px ) {
		.team-contact-item { padding: 10px 15px; }
	}

	@media( min-width: 768px ) {
		.team-contact-item {
			width: 49%;
			display: inline-block;
			padding: 10px 0;
		}
	}

	.team-contact-item i {
		height: 50px;
	    width: 50px;
	    display: inline-flex;
	    align-items: center;
	    border: 1px solid #6FAD43;
	    border-radius: 500px;
	    font-size: 1.25em;
	    float: left;
	}

	@media( min-width: 768px ) {
		.team-contact-item i {
			height: 60px;
			width: 60px;
			margin-right: 5px; 
			font-size: 1.5em;
		}
	}

	@media( min-width: 1200px ) {
		.team-contact-item i { margin-right: 15px;}
	}

	.team-contact-item i::before {
		width: 60px;
		text-align: center;
	}

	.team-contact-item:hover i{ background-color: #6FAD43; }

	.team-contact-item a {
		color: #666;
		text-transform: uppercase;
		font-size: 0;
		text-align: center;
		position: absolute;
		top: -10px;
		left: 0;
		right: 0;
		height: 100%;
	}

	@media( min-width: 768px ) { 
		.team-contact-item a { position: static; font-size: 0.75em; text-align: left; }
	}

	@media( min-width: 1024px ) {
		#team-contact-item a { font-size: 0.875em;}
	}

	@media( min-width: 1400px ) {
		.team-contact-item a { font-size: 1.1em; } 
	}

	.team-contact-item span{
		font-size: 13px;
	    display: block;
	    padding-bottom: 5px;
	    text-transform: uppercase;
	}

	#team-content ul { margin-left: 0.875em; }

	@media( min-width: 576px ) {
		#team-content ul { margin-left: 1.5em; }
	}

	#section5 .container img {
		margin-left: 1em;
		margin-right: 1em;
	}


/*--------------------------------------------------------------
# Blog Page Grid 
--------------------------------------------------------------*/
#post-isotope-filters .post-filter {
	margin: 5px;
    padding: 5px 10px;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
	color: #666666;
	transition: color .2s ease, background-color .2s ease;
}

#post-isotope-filters .post-filter:hover,
#post-isotope-filters .post-filter.active {
	color: #fff;
	background-color: #0645AD;
}

#post-grid, .recent-post {
	padding-top: 30px;
	padding-bottom: 30px;
	/* height: auto !important; */
}

#post-grid-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0,0,0,.7 ); 
	z-index: 9999;
	opacity: 1;
	transition: opacity .2s ease;
}

#post-grid-overlay.out { opacity: 0; }
#post-grid-overlay-out.hide{ display: none }

/* #post-grid .post-container { position: static !important; } */

#post-grid .post-container-item {
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	font-size: 1em !important;
	background: #eee;
	margin-top: 10px;
	margin-bottom: 10px;
}

#post-grid .post-image {
	height: 250px;
	overflow: hidden;
}

#post-grid .post-image img,
.recent-post .post-image img{
	-webkit-transition-duration: 2s;
			transition-duration: 2s;
	-webkit-transform: scale(1);
		transform: scale(1);
	-webkit-transform-origin: 25% 100%;
		transform-origin: 25% 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#post-grid a:hover .post-image img,
.recent-post a:hover .post-image img{
	-webkit-transform: scale(1.1) /* rotate(3deg) */;
		transform: scale(1.1) /* rotate(3deg) */;
	-webkit-transform-origin: 25% 25%; 
		transform-origin: 25% 25%; 
}

#post-grid .post-info,
.recent-post .post-info {
	box-sizing: border-box;
    padding: 20px;
	min-height: 160px;
	text-align: center;
}

#post-grid .post-date,
.recent-post .post-date {
	font-size: 0.875em;
    font-weight: 400;
    line-height: 140%;
    color: #666;
	transition: all ease-in-out .5s;
	font-weight: 700;
}

#post-grid .post-title,
.recent-post .post-title {
	font-size: 1.125em;
    font-weight: 400;
    line-height: 140%;
    color: #666;
    transition: all ease-in-out .5s;
}

.post-container-item:hover { 
	box-shadow: 0 0 12px rgba(0,0,0,0); transition: box-shadow .2s ease;
}
.post-container-item:hover { box-shadow: 0px 0px 12px rgba(0,0,0,0.3); }

#wpupg-grid-blog,
#wpupg-grid-article {
    width: 100% !important;
    padding: 30px 0;
}

	#wpupg-grid-blog a,
    #wpupg-grid-article a{
    	display: inline-block;
    	width: calc( 25% - 20px ) !important;
    	vertical-align: top;
    }

    #wpupg-grid-blog .wpupg-container,
    #wpupg-grid-article .wpupg-container{
        margin: 0 !important;
        /*width: calc( 33.3% - 20px ) !important;*/
        box-sizing: border-box;
        text-align: center;
        margin: 10px !important;
        border-radius: 5px;
        overflow: hidden;
        font-size: 1em !important;
        background: #eee;
	}
	
	@media( max-width: 768px ) {
		#wpupg-grid-blog .wpupg-container, #wpupg-grid-article .wpupg-container,
		.single #wpupg-grid-blog .wpupg-container, .single #wpupg-grid-article .wpupg-container{ width: 95% !important; }
	}

    #wpupg-grid-blog .wpupg-image,
    #wpupg-grid-article .wpupg-image{
    	height: 250px;
    	overflow: hidden;
	}
	
	@media ( max-width: 768px ) {
		#wpupg-grid-blog .wpupg-image,
		#wpupg-grid-article .wpupg-image{
			height: auto;
		}
	}

	#wpupg-grid-blog .wpupg-image img,
	#wpupg-grid-article .wpupg-image img{
    	-webkit-transition-duration: 2s;
			transition-duration: 2s;
		-webkit-transform: scale(1);
			transform: scale(1);
		-webkit-transform-origin: 25% 100%;
			transform-origin: 25% 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#wpupg-grid-blog .wpupg-image.placeholder-image img,
	#wpupg-grid-article .wpupg-image.placeholder-image img {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		object-fit: contain;
	}

	#wpupg-grid-blog > a:hover .wpupg-image img,
	#wpupg-grid-article > a:hover .wpupg-image img{
		-webkit-transform: scale(1.1) /* rotate(3deg) */;
			transform: scale(1.1) /* rotate(3deg) */;
		-webkit-transform-origin: 25% 25%; 
			transform-origin: 25% 25%; 
	}

	#wpupg-grid-blog > a:hover .wpupg-image.placeholder-image img,
	#wpupg-grid-article > a:hover .wpupg-image.placeholder-image img {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		object-fit: contain;
	}
	
	#wpupg-grid-blog .wpupg-post-info,
	#wpupg-grid-article .wpupg-post-info{
		box-sizing: border-box;
		padding: 20px;
		min-height: 160px;
	}

	#wpupg-grid-blog .wpupg-post-date,
	#wpupg-grid-article .wpupg-post-date{
		font-size: .95em;
	    font-weight: 400;
	    line-height: 140%;
	    color: #666;
	    transition: all ease-in-out .5s;
	}

	#wpupg-grid-blog .wpupg-post-category,
	#wpupg-grid-article .wpupg-post-category{
		font-size: 1.09em;
		color: #666;
		font-weight: 300;
	}

	#wpupg-grid-blog .wpupg-post-category .wpupg-post-category-item:after,
	#wpupg-grid-article .wpupg-post-category .wpupg-post-category-item:after{
		content: ' • ';
		padding-right: 5px;
	}

	#wpupg-grid-blog .wpupg-post-category .wpupg-post-category-item:last-child:after,
	#wpupg-grid-article .wpupg-post-category .wpupg-post-category-item:last-child:after{ display: none; }

	#wpupg-grid-blog .wpupg-post-title,
	#wpupg-grid-article .wpupg-post-title{
		color: #666;
	    font-size: 1.2em;
	    font-weight: 300;
	    letter-spacing: .3px;
	    padding-top: 10px;
	    transition: all ease-in-out .5s;
	}

	#wpupg-grid-blog > a:hover .wpupg-container,
	#wpupg-grid-article > a:hover .wpupg-container{ box-shadow: 0px 0px 12px rgba(0,0,0,0.3); }

	#wpupg-grid-blog > a:hover .wpupg-post-date,
	#wpupg-grid-article > a:hover .wpupg-post-date,
	#wpupg-grid-blog > a:hover .wpupg-post-category,
	#wpupg-grid-article > a:hover .wpupg-post-category{ color: #6FAD43; }

	#wpupg-grid-blog > a:hover .wpupg-post-title,
	#wpupg-grid-article > a:hover .wpupg-post-title{ color: #0645AD; }

	.related-blog-grid #wpupg-grid-blog .wpupg-post-info,
	.related-blog-grid #wpupg-grid-article .wpupg-post-info{ min-height: 145px; }

	.related-blog-grid h3{ margin-bottom: 10px; }

	.related-blog-grid #wpupg-grid-blog,
	.related-blog-grid #wpupg-grid-article{ padding: 0; }

	/*@media( min-width: 768px ) {
		.related-blog-grid #wpupg-grid-blog .wpupg-container,
		.related-blog-grid #wpupg-grid-article .wpupg-container{ max-width: calc( 25% - 20px ) !important; }
	}*/


	.related-blog-grid #wpupg-grid-blog .wpupg-image,
	.related-blog-grid #wpupg-grid-article .wpupg-image{ height: 180px; }

	.related-blog-grid #wpupg-grid-blog .wpupg-post-title,
	.related-blog-grid #wpupg-grid-article .wpupg-post-title{ font-size: 0.98em; }

	.related-blog-grid #wpupg-grid-blog .wpupg-post-date,
	.related-blog-grid #wpupg-grid-article .wpupg-post-date{ font-size: .8em; }

	@media( max-width: 1050px ) {
		#wpupg-grid-blog a, 
		#wpupg-grid-article a {
		    width: 50% !important;
		}
	}

	@media( max-width: 500px ) {
		#wpupg-grid-blog a, 
		#wpupg-grid-article a {
		    width: 100% !important;
		}
	}


#post-isotope-filter { 
	margin-left: -5px;
	margin-right: -5px;
}

#post-isotope-filter .post-filter {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/*--------------------------------------------------------------
# Blog Single Page
--------------------------------------------------------------*/

.entry-footer span{ display: block; }

.site-main .post-navigation { margin: 50px 0 30px; }


/*--------------------------------------------------------------
# Article Single Page
--------------------------------------------------------------*/

.article-wrap{
	display: flex;
	flex-direction: column; 
}

@media ( min-width: 768px ) {
	.article-wrap{ flex-direction: row }
}

#article-header {
	text-align: center;
}


@media ( min-width: 768px ) {
	#article-header{
		flex: 0 0 300px;
		padding-left: 1em;
		padding-right: 1em;
	}

	#article-header img {
		width: 100%;
	}
}




/*--------------------------------------------------------------
# Review Page
--------------------------------------------------------------*/

div.wpcr3_review_item div.wpcr3_item_name,
div.wpcr3_aggregateRating,
div.wpcr3_review div.wpcr3_review_ratingValue,
div.wpcr3_review div.wpcr3_review_datePublished,
div.wpcr3_review div.wpcr3_review_author,
div.wpcr3_dotline, 
div.wpcr3_review div.wpcr3_dotline { display: none !important; }

div.wpcr3_review blockquote.wpcr3_content{ 
	font-size: 1em; 
	padding: 0;
	border: none;
	margin: 0;
}

div.wpcr3_review blockquote.wpcr3_content p{ line-height: 180% !important; }

div.wpcr3_review blockquote.wpcr3_content h6{
	font-size: 1.2em;
    font-weight: 400;
    line-height: 120%;
    color: #0645AD;
    margin-top: 20px;
    margin-bottom: 0;
}

div.wpcr3_review{ 
	margin: 20px 0;
    border: 1px solid #eee;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}


.wpsisac-slick-carousal .slick-dots li button{
	min-width: 100%;
}


/*--------------------------------------------------------------
# Single Blog
--------------------------------------------------------------*/
.single .entry-header { margin-bottom: 1em; }

/*--------------------------------------------------------------
#  Industry Pages
--------------------------------------------------------------*/
.knowledge-base-articles,
.blog-posts {
	margin-top: 2em;
}

.post__container {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
	padding-top: 1em;
	padding-bottom: 1em;
}

.post__container:first-child { border-top: 0;}
.post__container:last-child { border-bottom: 0; }

.post__container img {
	width: 100%;
}

.post__container h3 { font-size: 1.5em !important; }

/*--------------------------------------------------------------
#  Slick Slider Main Template
--------------------------------------------------------------*/
.slick-slider { z-index: 9999 }
.slick-slider .slick-prev, 
.slick-slider .slick-next { 
	position: absolute !important; 
}

.slick-slider .slick-prev:before, 
.slick-slider .slick-next:before { 
	font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  display: inline-block;
  color: #0645AD;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.slick-slider .slick-next:before { content: '\f054'; }
.slick-slider .slick-prev:before { content: '\f053'; }

.slick-prev { left: -15px; }
.slick-next { right: -15px; }
@media( min-width: 798px ) {
	.slick-prev { left: -25px; }
	.slick-next { right: -25px; }
}


/*--------------------------------------------------------------
#  404 Page
--------------------------------------------------------------*/
.error-404 .page-header{ margin-top: 0; }

.error-404 h1{ font-size: 3em; }

.error-404 .btn{
	font-size: 16px;
	margin: 10px 0 0 0;
    padding: 5px 10px;
    width: 180px;
}

/*--------------------------------------------------------------
#  Search Page
--------------------------------------------------------------*/
.search #banner .page-title{ display: none; }

.search .secondary .btn{
	font-size: 16px;
	margin: 10px 0 0 0;
    padding: 5px 10px;
    width: 180px;
}

.search .content-area h1{ font-size: 3em; }

.search .content-area h2{ font-size: 2em; }

/* Revisions */
@media screen and (max-width:1220px){
	.footer-navigation ul li a{
		font-size: .9em;
	}
}
@media screen and (max-width:1100px){
	.contact-item{
		font-size: 1em; 
	}
	.footer-navigation ul li{
		padding:20px 5px;
	}
}
@media screen and (max-width:980px){
	.contact-item{
		margin:20px 10px; 
	}
	#panel-w5bfe07a6e960c-1-2-0 .contact-item a,
	.footer-navigation ul li a{
		font-size: .8em;
	}
}
@media screen and (max-width:880px){
	.footer-navigation ul li a{
		font-size: .68em;
	}
}
@media screen and (max-width:780px){
	.contact-item{
		margin:20px auto;
	}
	#panel-w5bfe07a6e960c-1-2-0 .contact-item a,
	.contact-item {
    	font-size: 1.125em;
	}
}
@media screen and (max-width:767px){
	.footer-navigation ul li a{
		font-size: 1.125em;
	}
	.inner .copyright{
		text-align: center;
	}
}
@media screen and (max-width:400px){
	#panel-w5bfe07a6e960c-1-2-0 .contact-item a{
		font-size: .9em;
	}
}