/*** --- Global --- ***/

a.home-icon img{ transition: all .2s ease-in-out; }
a.home-icon:hover img { transform: scale(1.1); }

.banner {
	background: #f8f8f8 }
img.border {
	border: 8px solid #f7f7f7; }
header {
	background: #fff;
	border-bottom: 1px solid #ddd;
	position: fixed;
	width: 100%;
	z-index: 103; }
header +main {
	margin-top: 149px; }
@media screen and (max-width: 605px) {
	header +main {
        margin: 175px 0 0; } }
.no-bullets {
	list-style: none;
	margin-left: 0;
	padding: 0; }
.no-bullets li {
	margin: 0 0 10px; }
/*** --- Utility Navigation --- ***/
.utility {
	float: right;
	list-style: none;
	margin: 0; }
.utility li {
	display: inline;
	float: left;
	line-height: 1.8; }
.utility li:first-child a:link,
.utility li:first-child a:visited {
	color: #19719F;
	font-size: 1rem; }
.utility a:link,
.utility a:visited {
	color: #fff;
	display: block;
	font-size: 1.25rem !important;
	font-size: 1.125rem;
	height: 37px;
	padding: 0 13px;
	text-align: center;
	vertical-align: middle;
	min-width: 35px; }
.utility .facebook a {
	background: #537bbd; }
.utility .facebook a i {
	color: #fff; }
.utility .facebook a:hover {
	background: #244c8f; }
.utility .twitter a {
	background: #78cdf0; }
.utility .twitter a:hover {
	background: #3c93b7; }
.utility .linkedin a {
	background: #0077b5; }
.utility .linkedin a:hover {
	background: #015d8d; }
.utility .google-plus a {
	background: #dd4b39; }
.utility .google-plus a:hover {
	background: #b93323; }
.utility .youtube a {
	background: #FF0000; }
.utility .youtube a:hover {
	background: #FF0000; }
.utility .sCart {
	margin-left: 33px; }
.utility .sCart span {
	font-size: .8125rem;
	letter-spacing: 1px; }
.utility .sCart a {
	background: #edc433; }
.utility .sCart a:hover {
	background: #d7ab12; }
.utility.alt a:link,
.utility.alt a:visited {
	color: #19719F;
	font-size: 1rem !important;
	height: auto;
	padding: 5px 13px 0; }
.js-search-box {
  left: 0;
  margin-left: 10px;
  position: absolute;
  width: 100%;
  z-index: 3242; }
.utility .js-search a {
	background: #edc433; }
.utility .js-search a:hover {
	background: #d7ab12; }
.js-search-box input[type="text"] {
  border-bottom: 2px solid #ddd;
  float: left;
  height: 37px;
  width: calc(100% - 138px); }
.js-search-box .btn-submit {
	float: left;
  padding-bottom: 10px;
  padding-top: 11px; }
.js-search-box .btn-close {
  background: #edc433;
  color: #fff;
  display: block;
	float: left;
  font-size: 1.25rem;
  height: 37px;
  margin-right: 25px;
  padding: 2px 13px 0;
  text-align: center;
  vertical-align: middle;
  width: 35px; }
/* Dev CSS */

@media screen and (max-width: 605px) {
	.utility:not(.alt) {
		clear: both;
		float: none;
		width: 100%; }
	.utility:not(.alt) li {
		width: 20%; }
	.utility.alt {
		float: none;
		text-align: center;
		width: 100%; }
	.utility.alt li {
		display: inline-block;
		float: none;
		line-height: 1; }
	.utility.alt li a {
		height: auto; }
}
/*** --- Logo --- ***/
#logo {
	float: left; }
#logo img {
	-webkit-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out; }
#logo .logo-icon {
	margin: 0 10px 0 0;
	-webkit-transform: scale(1);
	transform: scale(1); }
#logo a:hover .logo-icon {
	-webkit-transform: scale(-1);
  transform: scale(-1); }
#logo a:hover .logo {
	opacity: .7; }
@media screen and (max-width: 57.0625em) {
	#logo {
		margin: 0 0 20px 10px; } }
@media screen and (max-width: 25.625em) {
	.utility .sCart {
		margin-left: 0; }
	.utility li:first-child a:link,
	.utility li:first-child a:visited {
		padding: 2px 0 0; }
	.utility a:link, .utility a:visited {
		font-size: .875rem;
		padding: 6px 5px 0;
	  min-width: 28px; } }
@media screen and (max-width: 22.0625em) {
	#logo {
		float: none; }	
	img.logo {
		width: 62%; } }
/*** --- Navigation --- ***/
nav {
	background: #fff;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 60em;
	padding-left: 0.625em;
	padding-right: 0.625em;
	position: relative;
	width: 100%;
	z-index: 4; 
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; }
/*** --- first level --- ***/
nav >ul {
	float: right;
	list-style: none;
	margin: 0; }
nav >ul >li {
	float: left;
	position: relative; }
nav >ul >li >a:link,
nav >ul >li >a:visited {
	background: #fff;
	display: block;
	font-size: 1.125rem;
	padding: 20px;
	position: relative;
	text-transform: uppercase;
	z-index: 2; }
nav.moved >ul >li >a {
	padding: 20px; }
nav >ul >li >a:hover,
nav >ul >li >a:active,
nav >ul >li:hover a,
nav >ul >li.selected a {
	color: #fff; }
nav >ul >li >a:before,
nav >ul >li.selected a:before {
	background: rgba(28, 114, 160,.8);
	bottom: 0;
	content: '';
	height: 0%;
	left: 0;
	position: absolute;
	width: 100%;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: -1; }
nav >ul >li:hover >a:before,
nav >ul >li.selected a:before {
	height: 100%; }
/*** --- second level --- ***/
nav ul ul {
  background: rgba(28, 114, 160,.8);
  list-style: none;
  margin: 0;
	min-width: 15em;
	opacity: 0;
  padding: 0;
	position: absolute;
	top: 0;
  -webkit-transition: all 300ms ease-in-out;
  -mox-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
	visibility: hidden;
	z-index: 1; }
nav >ul >li:hover >ul {
	opacity: 1;
	top: 68px;
	visibility: visible; }
nav.moved >ul >li:hover >ul {
	top: 68px; }
nav ul ul li {
	border-bottom: 1px solid rgba(0,0,0,.2);
	text-align: left; }
nav ul ul li:last-child {
	border: none; }
nav ul ul a:link,
nav ul ul a:visited {
  background: none;
	border-top: 1px solid rgba(255,255,255,.2);
	color: #fff;
	display: block;
	font-size: 0.8125rem;
	padding: 7px 23px;
	text-transform: none; }
nav ul ul a:hover, 
nav ul ul a:active,
nav ul ul >li.selected >a,
nav ul ul ul >li.selected a {
	background: #145A7F; }
nav ul ul li:first-child a {
	border: none; }
nav ul ul li.has-dropdown >a:after {
	color: rgba(255,255,255,.5);
	content: '\f0da';
	font-family: 'FontAwesome';
	position: absolute;
	right: 10px; }
/*** --- Third level --- ***/
nav ul ul ul {
	border-left: 1px solid rgba(255,255,255,.2);
	left: 0;
	opacity: 0;
	right: 0;
	visibility: hidden;
	z-index: -1 !important; }
nav ul ul li {
	position: relative;
	z-index: 4; }
nav >ul >li >ul >li:hover >ul {
	left: 15em;
	opacity: 1;
	top: 0;
	visibility: visible; }
nav >ul >li >ul >li.edge >ul {
	left: auto;
	right: 0; }
nav >ul >li >ul >li.edge:hover >ul {
	border-right: 1px solid rgba(255,255,255,.2);
	left: auto;
	right: 15em; }
@media screen and (max-width: 57.0625em) {
	nav >ul >li >a:link,
	nav >ul >li >a:visited {
		padding: 10px 8px 40px; }
	nav.moved >ul >li >a {
		padding: 20px 8px; } }
@media screen and (max-width: 41.6875em) {
	nav >ul >li >a:link,
	nav >ul >li >a:visited {
		padding: 10px 15px 40px; } }
@media screen and (max-width: 50.3125em) {
	nav >ul {
		display: none;
		visibility: hidden; }
	.moved #logo {
		margin: 0 0 5px 10px; } }
/*** --- Photo Menu --- ***/
nav +.alpha {
    margin: 0;
    padding: 8px 0;
}
nav .img-menu {
    position: static;
}
nav .img-menu ul {
    background: rgba(28, 114, 160,.8);
    left: 50%;
    min-width: inherit;
    text-align: center;
    transform: translate(-50%,0);
    width: 100%;
}
nav .img-menu ul:after,
nav .img-menu ul:before {
    background: rgba(28, 114, 160,.8);
    content: '';
    height: 100%;
    left: -1000px;
    position: absolute;
    width: 1000px;
}
nav .img-menu ul:after {
    left: auto;
    right: -1000px;
}
nav .img-menu ul li {
    border-bottom: none;
    display: inline-block;
    line-height: 5;
    text-align: center;
    vertical-align: top;
}
nav .img-menu ul li a:link,
nav .img-menu ul li a:visited {
    background: none;
    border-top: none;
}
nav .img-menu a span {
    display: block;
    line-height: 1.8;
}
nav .img-menu a img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .7;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
nav .img-menu a:hover img {
    -webkit-filter: grayscale(0) drop-shadow(-2px 2px 5px rgba(0,0,0,0.3));
    filter: grayscale(0) drop-shadow(-2px 2px 5px rgba(0,0,0,0.3));
    opacity: 1; 
}
@media screen and (max-width: 58.75em) {
    nav .img-menu ul li a {
        padding: 20px 10px 0;
    }
}

/*** --- Mobile Icon --- ***/
.right-off-canvas-toggle {
		border: 1px solid #ddd;
		border-radius: 5px;
		float: right;
		margin: 10px 10px 0 0; 
		padding: 5px 10px; }
.right-off-canvas-toggle:after {
	content: '\f0c9';
	font-family: 'FontAwesome'; 
	font-size: 1.3125rem;
	vertical-align: middle; }
.move-left .right-off-canvas-toggle:after {
	content: '\f00d'; }
@media screen and (min-width: 50.3125em) {
	.right-off-canvas-toggle {
		display: none; } }
/*** --- Mobile Navigation --- ***/
.right-off-canvas-menu label {
	background: #444;
	color: #ddd;
	font-size: 1rem;
	padding: 10px 15px; }
.right-off-canvas-menu label a {
	color: #ddd; }
.right-off-canvas-menu ul {
	list-style: none;
	margin: 0;
	padding: 0; }
.right-off-canvas-menu ul li {
	border-bottom: 1px solid #262626; }
.right-off-canvas-menu ul a:link,
.right-off-canvas-menu ul a:visited {
	color: #fff;
	border-top: 1px solid #434343;
	display: block;
	font-size: 1.125rem;
	padding: 10px 15px; }
.right-off-canvas-menu ul a:active,
.right-off-canvas-menu ul a:hover,
.right-off-canvas-menu ul li.selected >a {
	background: #19719F; }
.right-off-canvas-menu ul li:last-child,
.right-off-canvas-menu ul li:first-child a {
	border: none; }
.right-off-canvas-menu ul ul a:link,
.right-off-canvas-menu ul ul a:visited {
	color: #fbfbfb;
	border-top: 1px solid #434343;
	font-size: .875rem;
	font-weight: 400;
	padding-left: 30px;
	position: relative; }
.right-off-canvas-menu ul ul a:before {
	color: #666;
	content: '\f105';
	font-family: 'FontAwesome';
	padding: 0 5px 0 0; }
.right-off-canvas-menu .selected >a:before {
	color: #fff; }
.right-off-canvas-menu ul ul ul {
	display: none; }
.right-off-canvas-menu ul ul ul a:link,
.right-off-canvas-menu ul ul ul a:visited {
	padding-left: 60px; }
.right-off-canvas-menu ul ul ul a:before {
	content: '\f111';
	display: inline-block;
	font-size: .4375rem;
	margin-top: -4px;
	vertical-align: middle; }
.right-off-canvas-menu .has-dropdown span {
	background: #444;
	color: #DDD;
	display: inline-block;
	font-size: 29px;
	height: 100%;
	padding: 0px 0 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 45px; }
.right-off-canvas-menu .has-dropdown span:before {
	content: '\f107';
	font-family: 'FontAwesome'; }
.right-off-canvas-menu .has-dropdown .active span:before {
	content: '\f106';
	font-family: 'FontAwesome';
	display: block;
	margin-top: -1px; }
/*** --- Hero --- ***/
.hero {
	margin: 106px 0 0;
	position: relative;
	z-index: 2; }
.hero.p27 {
	margin: 148px 0 30px; }
.hero.p27 .inner-hero {
	display: none; }
.hero.alt {
	margin-top: 156px; }
.hero-caption {
	margin-top: 120px;
	text-align: right; }
.hero-caption h2 {
	color: #1f74a1;
	font-size: 2.25rem;
	font-weight: 700; }
.hero-caption h2 span {
	font-weight: 400; }
.hero-caption p {
	color: #111;
	font-size: 1rem;
	margin: 0 0 20px; }
.rslides {
  list-style: none;
	margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }
.rslides li {
	background-position: center center;
	background-size: cover;
  display: none;
	height: 385px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-backface-visibility: hidden; }
.rslides li:first-child {
  display: block;
  float: left;
  position: relative; }
.rslides img {
  border: 0;
  display: block;
  float: left;
  height: auto;
  width: 100%; }
.rslides_tabs {
	bottom: 5px;
  left: 50%;
	margin: 0;
	position: absolute;
  transform: translate(-50%, 0);
	z-index: 33; }
.rslides_tabs li {
	display: inline-block; }
.rslides_tabs li a:link,
.rslides_tabs li a:visited {
	font-size: 0; }
.rslides_tabs li a:before {
	color: #fff;
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 1rem;
	padding: 0 5px;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; }
.rslides_tabs li.rslides_here a:before,
.rslides_tabs li.rslides_here:hover a:before {
	color: #1f74a1; }
.rslides_tabs li:hover a:before {
	color: #f0f0f0; }
/*@media screen and (max-width: 28.75em) {
	.hero br {
		display: none; } } */
@media screen and (max-width: 605px) {
	.hero {
    margin: 175px 0 0; }
}
/*** --- Product Category --- ***/
.alpha {
	background: #f8f8f8;
	border-bottom: 2px solid #e1e1e1;
	border-top: 2px solid #e1e1e1;
	margin-bottom: 60px;
	overflow: hidden;
	padding: 30px 0 15px; }
.alpha.alt { 
	margin-top: 60px; }
.alpha.omega {
	overflow: visible; 
	padding: 0; }
.alpha ul {
	margin: auto;
	list-style: none;
	text-align: center; }
.alpha ul li {
	display: inline-block;
	position: relative; }
.alpha ul.cat-list li:nth-child(1) {
	margin-left: 6%;
}
.alpha ul.cat-list li:after {
	background: #d7d7d7;
	content: '';
	height: 45px;
	position: absolute;
	right: -3px;
	top: 3px;
	width: 1px; }
.alpha ul.cat-list li:last-child:after {
	display: none; }
.alpha .cat-list li span {
	display: block;
	margin: 7px 0 0; }
.alpha .cat-list li a:link,
.alpha .cat-list li a:visited {
	color: #5d5d5d;
	display: block;
	font-size: .75rem;
	font-weight: 700;
	margin-bottom: 15px;
	padding: 0 15px;
	text-transform: uppercase; }
.alpha .cat-list li a:active,
.alpha .cat-list li a:hover {
	color: #8aae69; }
.alpha li img {
	-webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .7;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
.alpha li a:hover img {
	-webkit-filter: grayscale(0) drop-shadow(-2px 2px 5px rgba(0,0,0,0.3));
  filter: grayscale(0) drop-shadow(-2px 2px 5px rgba(0,0,0,0.3));
  opacity: 1; }
@media screen and (min-width: 60em) {
	.alpha ul {
		max-width: 960px; }
	.alpha ul.cat-list li {
		float: left;
		width: calc(100% / 7); }
	.alpha ul.cat-list li:after {
		right: 3px; }
	.alpha .cat-list li a:link,
	.alpha .cat-list li a:visited {
		margin-bottom: 0; } }
@media screen and (max-width: 26.875em) {
	.alpha ul.cat-list li {
		float: left;
		width: calc(100% / 2); }
	.alpha ul.cat-list li:nth-child(odd) {
		clear: left; }
    .alpha ul.cat-list li:nth-child(1) {
        margin-left: 0; }
}
/*** --- Inner Hero --- ***/
.inner-hero {
	background-position: center center;
	background-size: cover;
	height: 410px;
	overflow: hidden;
	position: relative; }
.hero.alt-r .inner-hero {
	height: 205px; }
.inner-hero .page-title {
	height: 100%;
	margin: 0 auto;
	width: 100%;
	position: relative;
background-color: rgba(0,0,0,0.5);}
.page-title p {
	bottom: 8px;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	position: absolute;
	right: 15px;
	text-align: right; }
@media screen and (max-width: 40em) {
	.inner-hero {
		height: 220px; } }
@media screen and (max-width: 29.0625em) {
	.page-title p {
		font-size: 2.375rem;
		padding: 0 15px;
		position: static;
		text-align: left; } }
/*** --- Home Contact Popup --- ***/
.boxen-c {
	background: #f8f8f8;
	border: 5px solid #a6c18e;
	padding: 15px;
	text-align: center; }
.boxen-c p {
	color: #1f74a1;
	font-size: 1.5rem;
	font-weight: 700; }
#js-form h2 {
	color: #1c72a0;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 0 0 10px;
	text-align: center; }
.__left-m {
	margin-left: 20px; }
/*** --- Home Client Carousel --- ***/
.client-title {
	color: #1C72A0;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center; }
.js-clients {
	position: relative;
	text-align: center;
	width: 100%; }
.js-clients button {
	background: none;
	color: #333;
	font-size: 1.75rem;
	position: absolute;
	top: -12px; }
.js-clients .slick-track .slick-slide {
	padding: 0 15px; }
.js-clients .btn-next {
	right: -54px; }
.js-clients .btn-prev {
	left: -52px; }
.js-clients button:active,
.js-clients button:hover,
.js-clients button:focus {
	outline: none; }
/*** --- Breadcurmbs --- ***/
.breadcrumbs {
	color: #ddd;
	position: absolute;
	right: 0;
	top: -60px; }
.breadcrumbs a:link,
.breadcrumbs a:visited {
	color: #999;
	font-size: .875rem; }
/*** --- Home Sections --- ***/
section {
	background: #fff;
	border: 1px solid #ddd;
	margin: 40px 0;
	max-width: none;
	padding: 10px 20px;
	position: relative;
	width: 100%; }
section img,
.panel img {
	display: block;
	margin: auto; }
section h3,
.panel h3 {
	color: #1f74a1;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase; }
section p {
	margin-bottom: 40px; }
section .button,
.panel .button {
	bottom: 0;
  left: 50%;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	position: absolute;
  -webkit-transform: translate(-50%, 45%);
  transform: translate(-50%, 45%);
	width: 50%; }
.section {
	margin-left: auto;
	margin-right: auto; }
.section-a {
	float: right; }
@media screen and (min-width: 40em) {
	section {
		margin: 20px 0 50px;
		max-width: 260px;
		width: 100%; } }
/*** --- Inner Sections --- ***/
.panel {
	background: #f8f8f8;
	border: 1px solid #eeeded;
	margin: 40px 0;
	padding: 10px 20px;
	position: relative; }
.panel h3 {
	color: #5d5d5d;
	font-size: 1.5rem;
	text-transform: none; }
.panel p {
	color: #5d5d5d;
	margin-bottom: 40px; }
/*** --- Filter navigation --- ***/
.alpha.omega.moved,
.alpha.omega.short {
	position: fixed;
  width: 100%;
  top: 112px;
  z-index: 3423; }
.filter-hero.moved {
	 margin-bottom: 0px;  }
.filter-hero.short {
	margin-bottom: 268px; }
.filter >ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	z-index: 100; }
.filter >ul >li {
	border-left: 1px solid #d6d6d6; }
.filter >ul >li:last-child {
	border-right: 1px solid #d6d6d6; }
.filter ul ul {
	border-bottom: 1px solid #d6d6d6;
	border-top: 2px solid #e1e1e1;
	display: none;
	left: -1px;
	position: absolute;
	width: 13em; }
.filter .has-drop >a:after {
	content: '\f0d7';
	float: right;
	font-family: 'FontAwesome';
	padding: 2px 0 0 8px; }
.filter >ul >li a:link,
.filter >ul >li a:visited {
	background: #fff;
	color: #8aae69;
	display: block;
	font-size: 1.125rem;
	padding: 15px 40px; }
.filter >ul >li >a:active,
.filter >ul >li >a:hover,
.filter >ul >li.selected >a {
	background: #eaeaea;
	color: #222; }
.filter ul ul li {
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	display: block; }
.filter ul ul a:link,
.filter ul ul a:visited {
	border-bottom: 1px solid rgba(0,0,0,.1);
	color: #8aae69;
	display: block;
	font-size: .875rem;
	padding: 10px; }
.filter ul ul a:active,
.filter ul ul a:hover,
.filter ul ul .selected >a {
	background: #eaeaea;
	color: #222; }
@media screen and (min-width: 640px) {
	.filter ul li:hover >ul {
		display: block; }
}
@media screen and (max-width: 640px) {
	.filter >ul >li {
		display: block;
		text-align: left; }
	.filter >ul >li {
		border: none;
		border-bottom: 1px solid #d6d6d6; }
	.filter >ul >li:last-child {
		border-right: none; }
	.filter .has-drop >a:after {
		display: none; }
}
/*** --- aside filter nav --- ***/
aside h2 {
	color: #1f74a1;
	font-size: 1.875rem;
	font-weight: 700; }
aside .side-nav >ul {
	list-style: none;
	margin: 0; }
aside .side-nav >ul >li >a:link,
aside .side-nav >ul >li >a:visited {
	background: #f8f8f8;
	display: block;
	font-size: 1rem;
	margin: 5px 0;
	padding: 10px 20px;
	position: relative; }
aside .side-nav ul li >a:active,
aside .side-nav ul li >a:hover,
aside .side-nav >ul >li.selected:not(:first-child) >a {
	background: #1f74a1;
	color: #fff; }
aside .side-nav >ul >li:first-child a:link,
aside .side-nav >ul >li:first-child a:visited {
	background: none;
	border-bottom: 2px solid #f8f8f8;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase; }
aside .side-nav >ul >li:first-child a:active,
aside .side-nav >ul >li:first-child a:hover {
	background: none;
	color: #1F74A1; }
aside .side-nav >ul >li.has-drop >a:before,
aside .side-nav >ul >li.has-drop >a:after {
	font-family: 'FontAwesome';
	font-weight: 400;
	position: absolute; }
aside .side-nav >ul >li.has-drop:not(:first-child) >a:before {
	content: '\f1db';
	right: 20px;
	top: 10px; }
aside .side-nav >ul >li.has-drop:not(:first-child) >a:after {
	content: '\f067';
	font-size: 10px;
	right: 24px;
	top: 17px; }
aside .side-nav ul ul {
	display: none;
	margin: 0; }
aside .side-nav ul li.selected ul {
	display: block; }
aside .side-nav ul ul li a:link,
aside .side-nav ul ul li a:visited {
	background: none;
	display: block;
	font-size: .875rem;
	padding: 3px 20px; }
aside .side-nav ul ul li a:active,
aside .side-nav ul ul li a:hover,
aside .side-nav ul ul li.selected a {
	background: none;
	color: #555; }
/*** --- Spacer --- ***/
.spacer {
	margin: 20px 0 15px;
	position: relative; }
.spacer:before {
	background: #ddd;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	top: 47%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 200px; }
.spacer span {
	background: #f8f8f8;
	display: block;
	margin: auto;
	position: relative;
	width: 35px;
	z-index: 3; }
.spacer span.light {
	background: #fff; }

.side-nav-products {
    list-style-type: none;
    font-size: 1rem;
	padding: 5px 0px;
    margin-left: -10px;
}

/*** --- Catalog List --- ***/
.catalogueList,
.productList {
	list-style: none;
	margin: 0;
	padding: 0; }
figure.cat-list {
	background: #fff;
	cursor: pointer;
	margin: 0 auto 20px;
	max-width: 280px;
	height: 550px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%; }
figure.cat-list img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
  border: 1px solid #efefef; } 
figure.cat-list:hover img {
	opacity: 0.5; }
figure.cat-list figcaption::before {
	background: #19719F;
	bottom: 0;
	content: '';
	height: 8px;
	left: 0;
	position: absolute;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	width: 100%; }
figure.cat-list h3 {
	top: 10px;
	color: #222;
	left: 0;
	padding: 1em 10px;
	position: relative;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
	text-align: left;
	width: 100%; }
figure.cat-list h3 small {
	display: block;
	margin: 8px 0 0; }
figure.cat-list h3 a:link,
figure.cat-list h3 a:visited {
	color: #222; }
figure.cat-list figcaption::before,
figure.cat-list h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s; }
figure.cat-list:hover figcaption::before,
figure.cat-list:hover h3 {
	opacity: 1;
	-webkit-transform: translate3d(0,-1px,0);
	transform: translate3d(0,-1px,0); }
/*** --- Large Product --- ***/
.img-lrg {
	border: 1px solid #e3e3e3;
	text-align: center; }
.action-buttons .productSubmitInput,
.catProdAttributeTitle,
.action-buttons.r.q .productSubmitInput,
.action-buttons.purchase .quote,
.action-buttons.purchase .bc-qty,
.action-buttons .item-qty {
	display:none; }
.action-buttons.purchase .productSubmitInput,
.action-buttons.purchase .item-qty,
.action-buttons.purchase.r.q .quote {
	display:block; }
.productQty label {
	display: inline;
	text-transform: uppercase; }
.price {
	color: #1f74a1;
	font-size: 1.5rem;
	font-weight: 700; }
.price:empty {
	display: none; }
.page-27 >.page-desc,
.page-27 .catalogueList {
	display: none; }
.product-detail-cta {
    clear: both;
	margin: 30px 0 0; }
@media screen and (max-width: 44.5625em) {
	.productQty {
		padding-right: 1% !important; } }
@media screen and (min-width: 40em) {
	.productQty .productTextInput {
		display: inline;
		width: 55px; }
	.productAttr {
		margin-top: 30px !important; }
	.productQty {
		padding-right: 5%;
		text-align: right; } }
/*----- Tabs -----*/
.tabs {
	display: inline-block;
	margin: 30px 0;
	width: 100%; }
.tabs .spec-item div {
	float: none!important;
	width: 100%!important; }
.tab-links {
	margin: 0; }
.tab-links:after {
	clear: both;
	content: '';
	display: block; }
.tab-links li {
	float: left;
	list-style:none;
	margin: 0 2px; }
.tab-links li:first-child {
	margin-left: 0; }
.tab-links a {
	background: #e3e3e3;
	color: #5d5d5d;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all linear 0.15s; }
.tab-links a:hover {
	background: #f8f8f8;
	text-decoration: none; }
li.active a,
li.active a:hover {
	background: #f8f8f8;
	color: #4c4c4c; }
.tab-content {
	background: #f8f8f8;
	padding: 15px 20px; }
.tab {
	display: none; }
.tab.active {
	display: block; }
.productItem ul:not(.tab-links) {
	margin-bottom: 10px; }
@media screen and (min-width: 40em) and (max-width: 48.125em) {
	.tab-links a {
		font-size: 1.85vw; } }
@media screen and (max-width: 30.9375em) {
	.tab-links li {
		display: block;
		float: none;
		margin: 2px 0;
		width: 100%; }
	.tab-links a {
		display: block; } }
/* --- Shopping Cart --- */
.cartrow {
	border: medium none;
	font-size: 13px;
	margin-left: 0 !important;
	text-transform: uppercase; }
.cartlabel {
	float: left;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px; }
.cart-item {
	color: #333333;
	float: left;
	font-size: 13px;
	width: 10%; }
.productitemcell {
	border-bottom: 1px solid #eeeeee;
	line-height: 20px;
	height: 75px;
	overflow: hidden;
	padding: 15px 0 0; }
.cldetails,
.product-title {
	width: 46%; }
.clprice, .cltax, .clcost, .clremove {
	width: 10%; }
#catCartDetails .product-image {
	width: 13%; }
.clqty, .product-qty {
	width: 14%; }
.product-remove {
	width: 3%; }
.product-total {
	width: 17%; }
.cartlabel.clremove {
	text-align: right; }
.product-qty input.cartInputText {
	width: 60%; }
#cart-footer {
	clear: both;
	margin: 30px 0 0;
	overflow: hidden; }	
#cart-footer h4 {
	border-bottom: 3px solid #555;
	color: #555;
	margin: 0 0 20px;
	padding: 5px 0;
	position: relative; }
#cart-footer h4:after {
	border: solid transparent;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #555;
	border-width: 8px;
	content: " ";
	height: 0;
	left: 10%;
	margin-left: -15px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0; }
.cart-boxen {
	border: 1px solid #EEEDED;
	margin: 0 0 20px;
	padding: 15px; }
.cart-boxen p {
	clear: both;
	font-size: 1rem;
	margin: 0; }
.cart-boxen p strong:last-child {
	margin-left: 10px; }
.cart-boxen h6 {
	clear: both;
	color: #5D5D5D;
	font-size: 1rem;
	margin: 0; }
.cart-boxen input.discountcodeInput {
	float: left;
	margin-right: 10px;
	width: 54%; }
.cart-boxen-alt {
	margin: 0 0 20px;
	padding: 10px;
	text-align: right; }
.cart-boxen-alt h3,
fieldset h3 {
	border-bottom: 3px solid #555;
	color: #555;
	margin: 0;
	position: relative; }
.cart-opt select {
	width: 100%; }
.opt-discount input[type="text"] {
	float: left;
	width: 60% } 
.opt-discount input[type="button"] {
	float: right;
	width: 38% } 
.opt-total-data {
	display: block;
	font-size: .875rem;
	margin-bottom: 5px;
	text-align: right; }
#opt-total-container {
	padding: 20px 0 0; }
.cart-opt.opt-btns {
	text-align: right; }
a#catshopclear {
	display: block;
	font-size: 14px;
	margin: 10px 0 0; }
.product-remove {
	text-align: center; }
.product-remove a {
	font-size: 0; }
.product-remove a:before {
	color: #1f74a1;
	content: "\f057";
  font-family: "FontAwesome";
	font-size: 1.25rem;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; }
.product-remove a:hover:before {
	opacity: .7; }
.columns {
	overflow: hidden;
	position: relative; }
.cart-opt p {
	margin-bottom: 10px; }
.row p.spaceing {
	display: block; }
.opt-discount {
	margin: 0 0 20px;
	overflow: hidden; }
.expiry select {
	float: left;
	width: 49%; }
.expiry select +select {
	float: right; }
.total_amt {
	background: #f9f9f9;
	color: #333;
	height: 40px;
	margin: 15px 0 25px;
	text-transform: uppercase; }
.checkout_total_text {
	float:left; 
	font-size:24px; 
	line-height:40px; 
	padding:0px 20px;
	margin:0px;
	color:#333; }
.checkout_total {
	float:right; 
	text-align:right; 
	line-height:40px; 
	padding:0px 20px; 
	margin:0px; 
	font-size:24px; 
	color:#333;  }
.secure-top p {
	font-size: .75rem;
	padding: 0 12px 0 0;
	text-align: left; }
@media screen and (max-width: 49.375em) {
	.cart-boxen input.discountcodeInput {
		width: 100%; } }
@media only screen and (max-width: 40.3125em) {
	.cart-item, .clprice, .cltax, .clcost, .clremov {
		width: 13%; }
	.cldetails,
	.product-title {
		padding-right: 5px;
		width: 34%; }
	.product-qty input.cartInputText {
		width: 100%; }
	.cart-item.product-qty {
		width: 9%;
		padding: 0 5px; }
	.cart-item.product-price {
		width: 18%; }
	.cart-item.product-remove {
		width: 9%; }
	.cart-item.product-total {
		width: 17%; } }
@media only screen and (max-width: 40em) {
	.text-right {
		text-align: left !important; }
	#cart-footer .button,
	#cart-footer #catshopbuy {
		display: block;
		width: 100%; } }
/*** --- checkout --- ***/
.expiry select {
	float: left;
	width: 49%; }
.expiry select +select {
	float: right; }
/*** --- Forms Global --- ***/
fieldset {
	border: none;
	margin: 0;
	padding: 0;
	position: relative; }
fieldset legend {
	position: absolute;
	top: -9999em; }
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	background: #f8f8f8;
	border: none;
	box-shadow: none;
	color: #555;	}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	background: #e8e8e8;
	box-shadow: none;	}
::-webkit-input-placeholder {
   color: #999; }
::-moz-placeholder {
   color: #999; }
:-ms-input-placeholder {  
   color: #999; }
fieldset h3 {
	font-size: 1.125rem;
	margin: 10px 0 20px;
	padding: 5px 0; }
#map {
	height: 450px;
	width: 100%; }
/*** --- News and Events --- ***/
article {
	border-bottom: 2px solid #1F74A1;
	margin: 0 0 30px;
	padding: 0 0 25px;
	position: relative;
	z-index: 0; }
article header {
	border: none;
	margin: 0 0 10px;
	position: relative; }
article header img {
	border: 1px solid #ddd;
	padding: 1px; }
article h1 {
	margin: 10px 0 5px; }
article h2 {
	font-size: 1.5625rem;
	margin: 10px 0 5px; }
article .post-details {
	font-size: .875rem;
	font-style: italic;
	margin: 0 0 10px; }
article .post-social {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 10px 0;
	padding: 8px 0 2px; }
aside .bullets {
	list-style: circle;
	margin: 1.1rem; }
.d-link[href=""] {
	display: none; } 
/*** --- Sitemap Accordian --- ***/
#accordion-container {
	padding: 5px 10px 10px 0; }
h3.accordion-header, h2.sitemap-list {
	margin: 4px 0 !important; }
.accordion-header {
	margin: 5px 0 0 0;
	padding: 5px 20px;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out; }
.active-header,
.inactive-header:hover {
	background: #145A7F; }
.inactive-header {
	background: #1C72A0; }
.active-header:after,
.inactive-header:after {
	content: '\f105';
  font-family: "FontAwesome";
	float: right;
	padding: 0 5px 0 0; }
.active-header:after {
	content: '\f107'; }
.accordion-content {
	display: none;
	padding: 0 20px; }
.accordion-content.open-content {
	margin-bottom: 20px; }
.inactive-header ~ h2 {
	margin-top: 20px; }
/*** --- Box-a --- ***/
.box-a h3 {
  color: #5D5D5D;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none; }
.box-a .panel,
.panel.alt {
	margin-top: 0; }
.box-a .panel p {
	margin: 0; }
.box-a .blog-list-a {
	border-bottom: 1px solid #d4d4d4;
  margin: 0 0 15px;
	padding: 0 0 15px; }
.box-a .blog-list-a .b-info h2 {
	font-size: 1.125rem;
	margin-top: 10px;
	text-transform: none; }
.box-a .blog-list-a .b-info ul li {
	color: #363636; }
.box-a .blog-list-a .b-date {
  background: #8AAE69; }
/*** --- panel.alt --- ***/
.panel.alt {
	background: none;
	border: none;
	margin: 0; }
.panel.alt .spacer span {
	background: #fff; }
.panel.alt h3 {
	font-size: 1.5rem; }
.panel.alt >ul li {
	list-style: none;
	margin: 0 0 10px;
  padding-left: 18px;
  text-indent: -19px; }
.panel.alt >ul li:before {
	content: '\f10c';
	font-family: 'FontAwesome';
	font-size: .75rem;
	margin: 0 6px 0 0; }
.panel.alt article h2 {
	font-size: 1.125rem; }
.panel.alt article {
  border-bottom: 1px solid #d4d4d4; }
.panel.alt .pagination.webapp {
	display: none; }
/*** --- Brochures List --- ***/
.list-b a {
	display: block;
	font-size: .875rem;
	line-height: 1;
	margin: 0 0 7px;
	padding-left: 48px;
  text-indent: -49px; }
.list-b a img {
	display: inline; }
/*** --- Brochures Carousel --- ***/
.carousel-b {
	position: relative; }
.carousel-b.slick-slider {
    width: 100%; }
.alt-b h2 { 
    color: #1a729b;
    font-size: 36px;
	margin-bottom: 30px;}
.carousel-b .slick-slide {
	padding: 0 40px; }
.carousel-b .slick-arrow {
    background: none;
  	color: #000!important;
	font-size: 28px;
  	padding: 10px;
	position: absolute;
	top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	z-index: 33; }
.carousel-b .slick-next {
	right: 0; }
.carousel-b .slick-prev {
	left: 0; }
.carousel-b .slick-arrow:focus,
.carousel-b .slick-arrow:hover {
	outline: none; }
.item-b h3 {
	color: #1a729b; }
.item-b .button +.button {
	margin-left: 20px; }
/*** --- Contact --- ***/
#map {
    height: 400px;
    width: 100%; }
/*** --- Footer --- ***/
footer {
	background: #f8f8f8;
	border-top: 1px solid #e6e6e6;
	margin: 70px 0 0;
	padding: 50px 0; }
footer .ps-contact {
	border: none;
	margin: 0;
	padding: 0; }
footer .ps-contact .logo-alt {
	margin: 0 0 20px; }
footer p {
	color: #3f3f3f;
	font-size: .75rem;
	line-height: 2;
	margin: 0 0 3px; }
footer .ps-contact .adr span:first-child {
	display: block;
	margin: 0 0 8px; }
footer .ps-contact a:link,
footer .ps-contact a:visited,
footer .ps-contact a:active,
footer .ps-contact a:hover {
	color: #3f3f3f;
	cursor: default; }
footer ul {
	list-style: none;
	margin: 0;
	padding: 0; }
footer ul li {
	padding: 7px 0; }
footer ul li a:link,
footer ul li a:visited {
	color: #3f3f3f;
	display: block;
	font-size: .875rem; }
footer ul li a:active,
footer ul li a:hover {
	color: #1F74A1; }
footer h6 {
	color: #3f3f3f;
	font-size: .875rem;
	font-weight: 700;
	margin: 0 0 3px; }
footer form {
	margin: 5px 0;}
footer form input[type="text"],
footer form input[type="email"],
footer form input[type="tel"] {
	background: #ddd;
	font-size: .875rem;
	height: 30px;
	margin: 0; }
footer form input[type="text"] {
	margin-bottom: 10px; }
footer input[type="submit"] {
	background: #edc433;
	font-size: .9375rem;
	height: 30px;
	margin: 0;
	padding: 6px 0; }
footer input[type="submit"]:hover {
	background: #d6aa0d; }
footer .utility {
	float: left; }
footer .utility li {
	margin: 0 6px 0 0; }
.footer {
	border-top: 2px solid #ddd;
	margin-top: 30px;
	padding: 40px 10px; }
.footer p,
.footer ul li a:link,
.footer ul li a:visited {
	color: #5d5d5d;
	font-size: .75rem;
	margin: 0; }
.footer ul {
	float: right;
	margin: 0; }
.footer ul li {
	display: inline;
	float: left;
	line-height: 1;
	padding-bottom: 0;
	padding-top: 0; }
.footer ul li:first-child {
	border-right: 1px solid #999;
	margin-right: 5px;
	padding-right: 5px; }
@media screen and (max-width: 40em) {
	footer .columns {
		margin-bottom: 10px;
		margin-top: 10px; } }
/*** --- Blog Styles --- ***/
.blog-module {
	margin: 0 0 40px; }
.blog-module h5 {
	border-bottom: 1px solid #bbb;
	font-size: 1rem;
	padding: 0 0 7px;
	text-transform: uppercase; }
.blog-module ul {
	list-style: none;
	margin: 0; }
.blog-module ul li {
	margin: 0 0 7px; }
.blog-module ul li:before {
	content: "\f10c";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: .375rem;
	margin: 0 5px 0 0;
	vertical-align: middle; }
.BlogTagCloud a {
	border: 1px solid #252525;
	color: #252525;
	display: inline-block;
	font-size: 0.875rem;
	margin: 0 5px 5px 0;
	padding: 6px 12px;
	-webkit-transition: color 300ms ease-out, border-color 300ms ease-out;
	-moz-transition: color 300ms ease-out, border-color 300ms ease-out;
	transition: color 300ms ease-out, border-color 300ms ease-out; }
.BlogTagCloud a:hover {
	border: 1px solid #c69c6d;
	color: #c69c6d; }
.blog-search {
	position: relative; }
.blog-search button {
	background: none;
	border: none;
	width: 42px;
	height: 100%;
	line-height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: color 300ms ease-out;
	-moz-transition: color 300ms ease-out;
	transition: color 300ms ease-out; }
.blog-search button:hover {
	color: #252525; }
/* Blog List Layout */
.blog-list-a {
	margin: 0 0 65px;
	position: relative; }
.blog-list-a .blog-list-header {
	margin: 0 0 20px;
	min-height: 67px;
	overflow: hidden; }
.blog-list-a .postlist-image {
	margin: 0 0 18px; }
.blog-list-a .b-date {
	background: #19719F;
	left: 5px;
	padding: 10px;
	position: absolute;
	top: 5px;
	width: 60px; }
.blog-list-a .b-date .day {
	color: #fff;
	display: block;
	font-size: 1.500rem;
	line-height: 1;
	text-align: center; }
.blog-list-a .b-date .month {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
	text-transform: uppercase;
	line-height: 1; }
.blog-list-a .b-info {
	width: 100%;
	padding: 0 0 0 85px; }
.blog-list-a .b-info h2,
.blog-a .blog-list-a .b-info h1 {
	font-size: 1.5rem;
	color: #0b486c;
	margin: 0 0 5px;
	text-transform: uppercase; }
.blog-list-a .b-info h2 a {
	color: #252525; }
.blog-list-a .b-info h3 a:hover {
	color: #78bf9b; }
.blog-list-a .b-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden; }
.blog-list-a .b-info ul li {
	display: inline-block;
	color: #19719F;
	font-style: italic; }
.blog-list-a .b-info ul li:not(:last-child):after {
	content: "|";
	margin: 0 7px }
.blog-list-a .more-link {
	font-size: 17px;
	font-weight: bold; }
.blog-list-a .more-link em {
	font-size: 17px;
	margin-left: 3px; }
/* Blog Social Media and Comments */
.links-a {
	background: #f9f9f9;
	border: 1px solid #e7e7e7;
	padding: 10px 10px 4px;
	position: relative; }
.links-a .social_toolbox {
	float: left;
	padding: 0 90px 0 0; }
.links-a .social_toolbox span {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; }
.links-a .social_toolbox > span {
	margin: 0 0 7px;
	display: inline-block }
/* Blog Pagination */
p.page-nav {
	text-align: center; }
p.page-nav a {
	float: right;
	margin: 0; }
.pagination {
	margin: 0 0 30px;
	overflow: hidden;
	text-align: center; }
.pagination > a,
.pagination span.pagination a, 
#previouspage,
#nextpage {
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	color: #19719F;
	text-decoration: none;
	background: #fff;
	border: 1px solid #19719F;
	transition: background .15s ease;
	margin: 0 5px 0 0; }
#previouspage {
	float: left;
	margin: 0; }
.pagination > a:hover,
.pagination span.pagination a:hover,
#previouspage:hover,
#nextpage:hover {
	background: #19719F;
	color: #fff; }
.pagination strong {
	display: inline-block;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	color: #252525;
	text-decoration: none;
	background: #fff;
	border: 1px solid #252525;
	transition: background .15s ease; }

.white-popup-block{background:#FFF;padding:20px 30px;text-align:left;max-width:650px;margin:40px auto;position:relative}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:4000;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:4000;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:inline-block;}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

.slider { margin: 60px auto; width: 500px; }

.slick-prev:before, .slick-next:before{ color:red !important; }

.slick-prev, .slick-next { color:red !important; }
    
ul.slider li { display:inline; }
    
.slick-slide { display:inline; float: left; }
    
/* BEGIN SITE OVERRIDES */
aside .side-nav >ul >li.has-drop:not(:first-child) >a:after {
    content: '\f067';
    font-size: 10px;
    right: 23px;
    top: 16px;
}
a.brochure img { padding:5px; }
.brochure_box { padding:0 25px; width:25%; float:left; height: 320px; }
.brochure_box p { font-weight: 700; }
a:hover.brochure img { opacity:0.8; }
@media only screen and (max-width: 500px) {
    .brochure_box {
         width: 100%;
    }
}
/* END SITE OVERRIDES */