/*
Theme Name: MultiHog
Description: Theme for Multihog
Author: SO Marketing
Version: 1
*/

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato/regular/lato-regular-webfont.eot');
    src: url('fonts/lato/regular/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato/regular/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato/regular/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato/regular/lato-regular-webfont.ttf') format('truetype'),
         url('fonts/lato/regular/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('fonts/lato/bold/lato-bold-webfont.eot');
    src: url('fonts/lato/bold/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato/bold/lato-bold-webfont.woff2') format('woff2'),
         url('fonts/lato/bold/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato/bold/lato-bold-webfont.ttf') format('truetype'),
         url('fonts/lato/bold/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoblack';
    src: url('fonts/lato/black/lato-black-webfont.eot');
    src: url('fonts/lato/black/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato/black/lato-black-webfont.woff2') format('woff2'),
         url('fonts/lato/black/lato-black-webfont.woff') format('woff'),
         url('fonts/lato/black/lato-black-webfont.ttf') format('truetype'),
         url('fonts/lato/black/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src: url('fonts/lato/light/lato-light-webfont.eot');
    src: url('fonts/lato/light/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato/light/lato-light-webfont.woff2') format('woff2'),
         url('fonts/lato/light/lato-light-webfont.woff') format('woff'),
         url('fonts/lato/light/lato-light-webfont.ttf') format('truetype'),
         url('fonts/lato/light/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
	

}
body {
	height: 100%;
	min-width: 315px;
	color: #3a3a3a;
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: latoregular, Arial, Helvetica, Sans-serif;

}
#holder {
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
#container {
}
header {
	height: 110px;
	background-color: #fff;
}
.clearFooter {
	clear:both;
}
footer {
	
	
	background-color: #fff;
}

/* Header */
.logo {
	width: 275px;
	float: left;
	display: block;
	margin: 35px 40px 0px 44px;
}
.logo img {
	display: block;
	width: 100%;
}

.leftHead {
	float: left;
}

.headOptions {
	display: inline-block;
	float: left;
	width: 170px;
	height: 30px;
	margin: 38px 0px; 
}
.headOptions:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.headOptions .account {
	padding-right: 10px;
	float: left;
}
.headOptions .account.border {
	border-right: 1px solid #c0c6c9;
}
.headOptions .account a {
	display: block;
	margin: 5px;
	width: 20px;
	height: 20px; 
}
.headOptions .account a svg {
	fill: #7a868c;
	-webkit-transition: fill .2s;
	   -moz-transition: fill .2s;
	    -ms-transition: fill .2s;
	     -o-transition: fill .2s;
	        transition: fill .2s;
}
.headOptions .account a:hover svg {
	fill: #D0043C;
}
.headOptions .languageSelect {
	margin-left: 10px;
	margin-top: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background: url(images/menuarrow.png) no-repeat center right transparent;
	padding: 2px 25px 2px 0px;
	border: 0px;
	outline: none;
	font-size: 8pt;
	text-transform: uppercase;
	color: #3a3a3a;
	font-family: latoregular, Arial, Helvetica, Sans-serif;
}

.rightHead {
	float: right;
}

/* Navigation */
.navToggle {
	display: none;
	float: left;
	margin: 40px 20px 0px 0px;
}
.navToggle svg {
	width: 30px;
	height: 30px;
	display: block;
	fill: #3a3a3a;
}
nav {
	float: left;
	margin-top: 50px;
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: bold;
}
nav .sub {
	display: none;
	float: right;
	width: 30px;
	height: 30px;
	padding: 9px;
	text-align: center;
	color: #fff;
	background-color: #D0043C;
}
nav ul.menu {
	list-style: none;
}
nav ul.menu > li {
	display: inline-block;
	position: relative;
	margin: 0px 40px;
}
nav ul.menu > li:last-child {
	border-right: none;
}

nav ul.menu > li.current-menu-item > a {
	text-decoration: underline;
}
nav ul.menu > li > a {
	color: #3a3a3a;
	text-decoration: none;
	padding: 3px 7px;
	font-weight: 200;
}
nav ul.menu > li:hover > a {
	text-decoration: underline;
}

nav ul.menu > li.menu-item-has-children:after {
	content: "";
	background: url(images/menuarrow.png) no-repeat center center;
	padding: 5px;
	display: inline-block;
	margin-left: 5px; 
}

/* sublinks */
nav ul.menu > li > ul {
	display: none;
	padding: 50px 20px 20px;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	z-index: 9999;
	min-width: 250px;
}
nav ul.menu > li:hover > ul {
	display: block;
}
nav ul.menu > li > ul > li {
	display: block;
	padding: 15px 10px;
}
nav ul.menu > li > ul > li:before {
	content: "";
	background: url(images/navarrow.png) no-repeat center center;
	padding: 5px;
	margin-right: 5px;
	-webkit-background-size: contain !important;
	   -moz-background-size: contain;
	    -ms-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain !important;

}
nav ul.menu > li > ul > li > a {
	color: #3a3a3a;
	text-decoration: none;
}
nav ul.menu > li > ul > li:hover > a {
	text-decoration: underline;
}




/* SEARCH */
.mobileSearch {
	display: none;
}
.searchToggle {
	width: 88px;
	border-left: 1px solid #c0c6c9;
	float: right;
	height: 30px;
	margin: 40px 0px;
}
.searchToggle svg {
	width: 15px;
	margin: 7px auto;
	height: 15px;
	display: block;
	cursor: pointer;
	fill: #3a3a3a;
	-webkit-transition: fill .2s;
	   -moz-transition: fill .2s;
	    -ms-transition: fill .2s;
	     -o-transition: fill .2s;
	        transition: fill .2s;
}
.searchToggle:hover svg {
	fill: #D0043C;
}

.search {
	display: none;
}
.search input {
	width: 100%;
	padding: 20px;
	text-align: center;
	border: none;
	outline: none;
	background-color: #D0043C;
	color: #fff;
	font-size: 12pt;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	    -ms-border-radius: 0px;
	     -o-border-radius: 0px;
	        border-radius: 0px;
}


.search input::-webkit-input-placeholder {
   color: #fff;
}
.search input:-moz-placeholder {
   color: #fff;  
}
.search input::-moz-placeholder { 
   color: #fff;  
}
.search input:-ms-input-placeholder {  
   color: #fff;  
}


/* FIXED RIGHT ICONS */ 
.fixedIcons {
	position: fixed;
	right: 0;
	/*top: 40%;*/
	bottom: 0;
	z-index: 9999;
	/*-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);*/
}
.fixedIcons li {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #c0c6c9;
}
.fixedIcons li:last-child {
	border-bottom: 0px;
}
.fixedIcons li .icon {
	z-index: 102;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	background-color: #F3F3F3;
	border-left: 1px solid transparent;
}
.fixedIcons li:hover .icon {
	border-left: 1px solid #c0c6c9;
}
.fixedIcons li .label {
	position: absolute;
	width: auto;
	display: block;
	right: -500px;
	top: 0px;
	bottom: 0px;
	z-index: 100;
	
	background-color: #fff;
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}

.fixedIcons li p {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 18px 20px;
	color: #fff;
	font-size: 10pt;
}
.fixedIcons li:hover .label {
	right: 50px;
}
.fixedIcons li svg {
	width: 18px;
	height: 18px;
	fill: #7a868c;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}
.fixedIcons li:hover svg {
	fill: #3a3a3a;
}
.fixedIcons li:hover .icon, .fixedIcons li:hover .label {
	background-color: #838b90;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}
.fixedIcons li.hog svg {
	margin: 13px 17px;
}
.fixedIcons li.searchToggle {
	margin: 0px;
	border-left: 0px;
	float: none;
}
.fixedIcons li.searchToggle svg {
	margin: 16px 18px;
}
.fixedIcons li.video svg {
	margin: 16px 18px;
}
.fixedIcons li.download svg {
	margin: 16px 18px;
}
.fixedIcons li.share svg {
	margin: 15px 16px;
}


.fixedIcons li ol {
	overflow: hidden;
	padding-left: 10px;
	white-space: nowrap;
}
.fixedIcons li ol li {
	display: inline-block;
	border-bottom: 0px;
	background-color: transparent;
}
.fixedIcons li.share ol li svg {
	width: 27px;
	height: 27px;
	fill: #fff;
	margin: 11px 10px;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}
.fixedIcons  li.share ol li:hover svg {
	fill: #000;
}





/* SLIDER */
.slider {
	height: 100%; 
	min-height: 550px;
	position: relative;
}
.slider .container {
	height: 95vh;
}
.slider ul.slideList li {
	position: relative;
}
.slider .desktopImage, .slider .mobileImage {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	    -ms-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
}
.slider .mobileImage {
	display: none;
}
.slider .scrollToContent {
	width: 335px;
	cursor: pointer;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5);
}
.slider .scrollToContent a {
	display: block;
	text-align: center;
	font-size: 10pt;
	text-transform: uppercase;
	color: #fff;
	padding: 22px 0px;
}
.slider .scrollToContent a:before, .slider .scrollToContent a:after {
	content: "";
	background: url(images/scrollarrow.png) no-repeat center center;
	padding: 8px;
	margin-top: 1px;
}
.slider .scrollToContent a:before {
	margin-left: 20px;
	float: left;
}
.slider .scrollToContent a:after {
	margin-right: 20px;
	float: right;
}
.slider ul.slick-slider {
	height: 100%;
}
.slider ul.slick-slider .slick-list {
	overflow: hidden;
}
.slider ul.slick-slider .slick-list, .slider ul.slick-slider .slick-list .slick-track {
	height: 100%;
}
.slider ul.slick-slider .slick-list li {
	height: 100%;
	outline: none;
	display: inline-block;
	position: relative;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	    -ms-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
}
.slider ul li .slideContent {
	position: absolute;
	top: 50%;
	left: 15%;
	width: 30%;
	padding: 30px 35px;
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.slider ul li .slideContent h2 {
	font-size: 35pt;
	font-family: latobold, arial, Sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 50px;
}
.slider ul li .slideText {
	line-height: 25px;
}
.slider ul li a {
	display: inline-block;
	top: 105%;
	text-transform: uppercase;
	left: 0;
	padding: 20px 30px;
	position: absolute;
	background-color: #fff;
	color: #000;
	outline: none;
	text-decoration: none;
	font-size: 10pt;
}
.slider ul li a:hover {
	text-decoration: underline;
}
.slider ul li a.shuvVidLink {
	cursor: pointer;
}
.slider ul.slick-slider .slick-list li a:after {
	content: "";
	padding: 5px;
	background: url(images/morearrow.png) no-repeat center center;
	margin-left: 10px;
}

.slider ul.slick-dots, .singleNews ul.slick-dots, .singleEvents ul.slick-dots, .testimonialSlider ul.slick-dots {
	position: absolute;
	top: 50%;
	left: 80px;
	z-index: 99999;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.singleNews ul.slick-dots, .testimonialSlider ul.slick-dots {
	left: 30px;
}
.slider ul.slick-dots li, .singleNews ul.slick-dots li, .singleEvents ul.slick-dots li, .testimonialSlider ul.slick-dots li  {
	display: block;
	width: 5px;
	height: 55px;
	margin-bottom: 15px;
	background-color: #fff;
}
.slider ul.slick-dots li p, .singleNews ul.slick-dots li p, .singleEvents ul.slick-dots li p, .testimonialSlider ul.slick-dots p {
	font-size: 0pt;
}
.slider ul.slick-dots li.slick-active, .singleNews ul.slick-dots li.slick-active, .singleEvents ul.slick-dots li.slick-active, .testimonialSlider ul.slick-dots li.slick-active {
	background-color: #d9272e;
}


.singleNews ul.slick-dots li, .singleEvents ul.slick-dots li, .testimonialSlider ul.slick-dots li {
	height: 35px;
}

/* PAGE LAYOUT */
.content {
	width: 90%;
	margin: 0 auto;
}


/* TITLES */
h3.pageTitle {
	font-size: 25pt;
	text-align: center;
	margin: 95px 0px 10px; ;
	text-transform: uppercase;
	color: #3a3a3a;
	font-family: latobold, arial, Sans-serif;
}
h4.subtitle {
	font-family: latoregular, arial, Sans-serif;
	text-transform: uppercase;
	letter-spacing: 15px;
	padding: 0px 15px;
	color: #3a3a3a;
	text-align: center;
	font-size: 12pt;
	margin-bottom: 85px;
	line-height: 40px;
}


/* VEHICLE LIST */
.vehicleList {
	width: 90%;
	margin: 0 auto 180px;
}
.vehicleList ul li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	outline: none;
}
.vehicleList .prev, .vehicleList .next, .applicationImageSlider ul.images .prev, .applicationImageSlider ul.images .next, .vehicleImageSlider ul.images .prev, .vehicleImageSlider ul.images .next, .featuredTestimonials .prev, .featuredTestimonials .next, .careerSlider .next, .careerSlider .prev {
	position: absolute;
	z-index: 999;
	top: 50%;
	padding: 23px 8px;
	cursor: pointer;
	-webkit-background-size: contain !important;
	   -moz-background-size: contain !important;
	    -ms-background-size: contain !important;
	     -o-background-size: contain !important;
	        background-size: contain !important;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.vehicleList .next, .applicationImageSlider ul.images .next, .vehicleImageSlider ul.images .next, .featuredTestimonials .next, .careerSlider .next {
	right: -30px;
	background: url(images/slidernext.png) no-repeat center center;
}
.vehicleList .prev, .applicationImageSlider ul.images .prev, .vehicleImageSlider ul.images .prev, .featuredTestimonials .prev, .careerSlider .prev {
	left: -30px;
	background: url(images/sliderprev.png) no-repeat center center;
}
.featuredTestimonials .prev, .featuredTestimonials .next {
	top: 110%;
}
.featuredTestimonials .prev {
	left: auto;
	right: 52%;
}
.featuredTestimonials .next {
	left: 52%;
	right: auto;
}
.vehicleList .hogImg {
	padding-bottom: 80%;
	display: block;
	margin-bottom: 20px;
	/*-webkit-box-reflect: below -15px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));
*/
	-webkit-background-size: contain !important;
	   -moz-background-size: contain !important;
	    -ms-background-size: contain !important;
	     -o-background-size: contain !important;
	        background-size: contain !important;
}
.vehicleList .hogImg img {
	width: 100%;
	display: block;
}
.vehicleList a {
	text-decoration: none;
	outline: none;
}
.vehicleList h3 {
	text-align: center;
	font-family: latoblack, arial, Sans-serif;
	text-transform: uppercase;
	color: #3a3a3a;
	margin-bottom: 15px;
}
.vehicleList .exploreButton {
	text-align: center;
	display: block;
}
.vehicleList .exploreButton p {
	display: inline-block;
	padding: 15px 25px;
	text-transform: uppercase;
	color: #fff;
	font-size: 10pt;
	background-color: #3a3a3a;
}


/* VEHICLES */
.vehicleSelector {
	margin-top: 80px;
}
.vehicles {
	margin: 80px auto 0px;
	width: 70%;
}
.vehicleDetail .vehicleContent .loading {
	background: url(images/loading.gif) no-repeat center center;
	height: 200px;
}

.vehicleDetail .modelSelector {
	border-bottom: 0px;
}
.vehicleDetail .modelSelector.vehicle {
	margin: 80px auto 0px;
	width: 70%;
}
.vehicleDetail .modelSelector p {
	padding: 5px 10px 5px 0px;
	color: #4f4f4f;
	font-family: latolight, arial, Sans-serif;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
}
.vehicleDetail .modelSelector ul {
	width: 100%;
	float: none;
	margin-bottom: 25px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}
.vehicleDetail .modelSelector ul li {
	margin-bottom: 20px;
	text-align: center;
	width: 16%;
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: latoblack, arial, Sans-serif;
}
.vehicleDetail .modelSelector ul li a {
	display: inline-block;
	color: #3a3a3a;
	text-decoration: none;
}
.vehicleDetail .modelSelector ul li b {
	bottom: -4px;
	width: 100px;
    height: 5px;
    left: 0;
    right: 0;
    position: absolute;
    display: inline-block;
    opacity: 0;
    background-color: #d0043c;
    margin: auto;
    -webkit-transition: all .6s;
	   -moz-transition: all .6s;
	    -ms-transition: all .6s;
	     -o-transition: all .6s;
	        transition: all .6s;
}
.vehicleDetail .modelSelector ul li.active b, .vehicleDetail .modelSelector ul li:hover b {
	opacity: 1;
}

/* SEARCH */
.searchTerm {
	width: 70%;
    margin: 0 auto;
    padding: 55px 0px;
}
.searchTerm p {
	display: inline-block;
    text-transform: uppercase;
    font-size: 9pt;
    line-height: 20px;
}
.searchTerm p span {
	font-family: latoblack, arial, Sans-serif;
    color: #d0043c;
}
.searchResults {
	width: 70%;
    margin: 0 auto;
}
.searchResults h2 {
	font-size: 22pt;
	margin-bottom: 20px;
    text-transform: uppercase;
    font-family: latobold, arial, Sans-serif;
}
.searchResults ul {
	list-style: none;
	-webkit-column-count: 3; 
       -moz-column-count: 3; 
      	-ms-column-count: 3;
      	 -o-column-count: 3;
            column-count: 3;
}
.searchResults ul li {
	margin-bottom: 10px;
} 
.searchResults ul li a {
	color: #3a3a3a;
	text-decoration: none;
}
.searchResults ul li:hover a {
	text-decoration: underline;
}
.searchResults p {
	font-family: latobold, arial, Sans-serif;
}

/* HOME ROWS */
.homeRows li {
	display: block;
	position: relative;
}
.homeRows li .desktopImage, .homeRows li .mobileImage {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	    -ms-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
}
.homeRows li .mobileImage {
	display: none;
}

.homeRows li .rowContent {
	width: 25%;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.7);
}
.homeRows li:nth-child(odd) .rowContent {
	left: 0;
}
.homeRows li:nth-child(even) .rowContent {
	right: 0;
}
.homeRows li .rowInner {
	padding: 15%;
}
.homeRows li h3 {
	font-size: 31pt;
	width: 60%;
	color: #3a3a3a;
	line-height: 55px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	font-family: latoblack, arial, Sans-serif;
	text-transform: uppercase;
	border-bottom: 3px solid #3a3a3a;
}
.homeRows li .rowText {
	margin-bottom: 25px;
}
.homeRows li .rowText p {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 11pt;
	line-height: 20px;
	color: #3a3a3a;
}
.homeRows li .rowText p:last-child {
	margin-bottom: 0px;
}
.homeRows li .rowLink {
	display: inline-block;
	border: 2px solid #3a3a3a;
	padding: 15px 40px;
	text-transform: uppercase;
	font-size: 11pt;
	color: #3a3a3a;
	text-decoration: none;
	font-family: latoblack, arial, Sans-serif;
}
.homeRows li .rowLink:after {
	content: "";
	padding: 5px;
	background: url(images/morearrow.png) no-repeat center center;
    margin-left: 10px;
}

/* LOGIN PAGE */
.loginpage {
	width: 400px;
	margin: 80px auto 0px;
	background-color: #dedede;
}
.loginInfo {
	width: 60%;
	margin: 70px auto;
	text-align: center;
}
.loginInfo p {
	line-height: 30px;
}
.loginpage h3 {
	background-color: #D0043C;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	font-family: latoblack, arial, Sans-serif;
}
.loginpage .loginPanel {
	padding: 25px 20px;
}
.loginpage .loginForm {
	overflow: hidden;
}
.loginpage .loginForm label {
	display: block;
	margin-bottom: 5px;
	font-family: latoblack, arial, Sans-serif;
}
.loginpage .loginForm p.login-username, .loginpage .loginForm p.login-password {
	margin-bottom: 20px;
}
.loginpage .loginForm p.login-username label, .loginpage .loginForm p.login-password label {
	text-transform: uppercase;
	font-size: 11pt;
}
.loginpage .loginForm p.login-username input, .loginpage .loginForm p.login-password input {
	width: 100%;
	padding: 10px;
	outline: none;
	border: 2px solid #fff;
	font-size: 12pt;
	font-family: latoregular, Arial, Helvetica, Sans-serif;
}
.loginpage .loginForm p.login-remember {
	float: left;
	padding-top: 10px;
}
.loginpage .loginForm p.login-submit {
	float: right;
}
.loginpage .loginForm p.login-submit input {
	border: none;
	padding: 10px;
	outline: none;
	cursor: pointer;
	background-color: #5A5A5A;
	font-family: latoblack, arial, Sans-serif;
	font-size: 11pt;
	text-transform: uppercase;
	color: #fff;
}



/* DOCUMENT PORTAL */
.documentPortal {
	width: 1200px;
	overflow: hidden;
	margin: 60px auto 0px;
}
.documentPortal h2 {
	background-color: #D0043C;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12pt;
	font-family: latoblack, arial, Sans-serif;
}
.documentPortal .categories {
	width: 320px;
	float: left;
}
.documentPortal .documents {
	float: right;
	width: 850px;
}
.documentPortal .documents ul, .documentPortal .categories ul {
	list-style: none;
}
.documentPortal .documents ul li, .documentPortal .categories ul li {
	border-bottom: 1px solid #D0043C;
	padding: 5px 0px;
	line-height: 20px;
}
.documentPortal .categories ul li {
	cursor: pointer;
	overflow: hidden;
}
.documentPortal .categories ul li.active {
	text-decoration: underline;
}
.documentPortal .categories ul li ul {
	display: none;
}
.documentPortal .categories ul.first li a {
	display: block;
	float: left;
	padding: 10px 0px;
	margin-right: 50px;
}
.documentPortal .categories ul li .docSub {
	width: 40px;
	height: 40px;
	padding: 10px;
	text-align: center;
	float: right;
	cursor: pointer;
	
}
.documentPortal .categories ul.first li .docSub {
	background-color: #7A868C;
	color: #fff;
}
.documentPortal .categories ul.second {
	background-color: #7A868C;
	clear: both;
	padding: 0px 7px;
}
.documentPortal .categories ul.second li {
	color: #fff;
	border-color: #fff;
}
.documentPortal .categories ul.second li:last-child {
	border-bottom: 0px;
}
.documentPortal .categories ul.third {
	background-color: #7A868C;
	clear: both;
	padding: 0px 7px;
}
.documentPortal .categories ul.second li:last-child {
	border-bottom: 0px;
}


.documentPortal .categories ul.second li .docSub {
	background-color: #F3F3F3;
	color: #7A868C;
}
.documentPortal .categories ul.third {
	background-color: #F3F3F3;
	clear: both;
	padding: 0px 7px;
}
.documentPortal .categories ul.third li {
	color: #7A868C;
	border-color: #7A868C;
}



.documentPortal .documents ul li {
	cursor: pointer;
	position: relative; 
	padding: 12px 130px 12px 0px;
}
.documentPortal .documents ul li .docMeta {
	overflow: hidden;
}
.documentPortal .documents ul li .docMeta p {
	float: left;
}
.documentPortal .documents ul li .docMeta .options {
	float: right;
	text-transform: uppercase;
	font-size: 9pt;
	padding-top: 3px;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.documentPortal .documents ul li .docMeta .options a {
	padding: 0px 5px;
	border-right: 1px solid #D0043C;
	margin: 12px 0px;
    display: inline-block;
}
.documentPortal .documents ul li .docMeta .options a:hover {
	text-decoration: underline;
}
.documentPortal .documents ul li .docMeta .options a:last-child {
	border-right: 0px;
}
.documentPortal .documents ul li .docDescription {
	display: none;
	padding: 15px 10px 10px;
}

.documentsList .documentPagination {
	margin-top: 20px;
	list-style: none;
}
.documentsList .documentPagination li {
	display: inline-block;
	padding: 10px 13px;
	margin: 0px 10px;
	background-color: #D0043C;
	color: #fff;
	cursor: pointer;
	margin-bottom: 10px;
}
.documentsList .documentPagination li.next, .documentsList .documentPagination li.prev {
	padding: 10px 13px 9px;
}
.documentsList .documentPagination li {
	margin-left: 0px;
}


.orderBrochure {
	overflow: hidden;
	clear: both;
	padding-top: 30px;	
}
.orderBrochure .reload {
	display: block;
	margin-top: 30px;
}
.orderBrochure .reload a {
	display: inline-block;
	padding: 15px 30px;
	background-color: #D0043C;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.orderBrochure form {
	margin-top: 30px;
}
.orderBrochure fieldset {
	border: none;
	margin-bottom: 20px;
}
.orderBrochure fieldset label {
	display: block;
	font-family: latoblack, arial, Sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.orderBrochure fieldset input, .orderBrochure fieldset textarea, .orderBrochure fieldset select {
	width: 100%;
	padding: 10px;
	outline: none;
	font-size: 12pt;
	border: 1px solid #dedede;
	font-family: latoregular, arial, Sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.orderBrochure fieldset textarea {
	height: 140px;
}
.orderBrochure fieldset select {
	background: url(images/menuarrow.png) no-repeat center right 15px transparent;
	font-size: 12pt;
	font-family: latoregular, arial, Sans-serif;
}
.orderBrochure .submit {
	overflow: hidden;
}
.orderBrochure .submit input {
	border: none;
    outline: none;
    float: right;
    background-color: #5a5a5a;
    padding: 15px 25px;
    font-size: 11pt;
    color: #fff;
    font-family: latobold, arial, Sans-serif;
    text-transform: uppercase;
}

.documentPortal .success, .documentPortal .errors {
	margin-bottom: 30px;
}
.documentPortal .success h3, .documentPortal .errors h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #D0043C;
}
.documentPortal .success p, .documentPortal .errors p {
	margin-bottom: 15px;
}
.ui-datepicker {
	background-color: #D0043C;
	color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td span {
	color: #dedede;
	opacity: 0.5;
}
.ui-datepicker .ui-datepicker-calendar a {
	color: #fff;
}
.ui-datepicker .ui-datepicker-next {
	background: url(images/news-next.png) no-repeat center center;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
	background: url(images/news-prev.png) no-repeat center center;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
	top: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
	top: 2px;
}

/* PAGE BANNER */
.pageBanner {
	height: 300px;
	position: relative;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	    -ms-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
}
.contactBanner {
	height: 595px;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	    -ms-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
}
.pageBanner h1 {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	font-size: 24pt;
	text-transform: uppercase;
	font-family: latolight, arial, Sans-serif;
	color: #3a3a3a;
	-webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	     -ms-transform: translateY(-50%);
	      -o-transform: translateY(-50%);
	         transform: translateY(-50%);
}
.pageBanner h1 span {
	background-color: rgba(255, 255, 255, 0.6);
	letter-spacing: 5px; 
	display: inline-block;
	padding: 25px 35px;
}

/* APPLICATIONS */
.applicationOverview {
	padding: 80px 0px 100px;
}
.applicationOverview .pageTitle {
	text-align: center;
    font-size: 28pt;
    color: #000;
    margin: 0px 50px 30px;
    text-transform: uppercase;
    font-family: latoblack, arial, Sans-serif;	
}
.applicationOverview .pageTitle span {
	display: inline-block;
    padding-bottom: 7px;
    border-bottom: 5px solid #000;
}
.overviewContent {
	width: 50%;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
}
.overviewContent p {
    font-size: 11pt;
    line-height: 30px;
    margin-bottom: 30px;
    color: #3a3a3a;
}
.overviewContent p:last-child {
	margin-bottom: 0px;
}

.applicationsList ul {
	width: 100%;	
	list-style: none;
	overflow: hidden;
}
.applicationsList ul li {
	width: 20%;
	padding-bottom: 19%;
	float: left;
	position: relative;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	    -ms-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
}
.applicationsList ul li a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #3b3b3b;
}
.applicationsList ul li .overlay {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}
.applicationsList ul li .title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	display: block;
	padding: 0px 25px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.applicationsList ul li .titleInner {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 5px solid #3b3b3b;
}
.applicationsList ul li h2 {
	text-transform: uppercase;
	font-family: latoblack, arial, Sans-serif;
	font-size: 20pt;
}
.applicationsList ul li:hover .overlay, .applicationsList ul li:hover .title {
	opacity: 1;
}
/* BREADCRUMBS */
.breadcrumbs {
	width: 70%;
	margin: 0 auto;
	padding: 55px 0px;
}
.breadcrumbs ul {
	list-style: none;
}
.breadcrumbs ul li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 9pt;
	line-height: 20px;
}
.breadcrumbs ul li:after {
	content: "//";
	margin: 0px 5px;
}
.breadcrumbs ul li:last-child:after {
	content: "";
	display: none;
}
.breadcrumbs ul li a {
	color: #3a3a3a;
	text-decoration: none;
}
.applicationBreadcrumbs ul li a:hover {
	text-decoration: underline;
}
.breadcrumbs ul li.categories a {
	display: inline-block;
	padding-right: 4px;
}
.breadcrumbs ul li.categories:last-child a {
	padding-right: 0px;
}
.breadcrumbs ul li.categories a:after {
	content: ",";
}
.breadcrumbs ul li.categories a:last-child:after {
	content: "";
}
.breadcrumbs ul li span {
	font-family: latoblack, arial, Sans-serif;
	color: #d0043c;
}



/* SINGLE APPLICATION / SINGLE VEHICLE */
.singleApplication {
	width: 70%;
	margin: 0 auto;
}
.singleApplication:after, .singleVideo:after {
	content: "";
	display: block;
	clear: both;
}

/* left side */
.singleApplication .infoColumn, .singleVehicle .infoColumn {
	width: 300px;
	float: left;	
}
.singleVehicle .mobileFeat {
	display: none;
}

.singleApplication .applicationContent, .singleVehicle .specs {
	padding-left: 20px;
	border-left: 2px solid #d0043c;
	margin-bottom: 70px;
}
.singleApplication .applicationContent h3, .singleVehicle .specs h3 {
	font-family: latoblack, arial, Sans-serif;
	text-transform: uppercase;
	color: #3a3a3a;
	font-size: 18pt;
	margin-bottom: 15px;
}
.singleVehicle .specs ul {
	list-style: none;
}
.singleVehicle .specs ul li {
	display: block;
	margin-bottom: 20px;
	font-size: 10pt;
	position: relative;
	text-transform: uppercase;
}
.singleVehicle .specs ul li label {
	width: 70px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	font-family: latolight, arial, Sans-serif;
}
.singleVehicle .specs ul li span {
	font-family: latoblack, arial, Sans-serif;
	display: block;
	padding-left: 70px;
}
.singleApplication .applicationText {
	line-height: 30px;
}
.singleApplication .applicationVideo, .singleVehicle .vehicleVideo {
	padding-bottom: 75%;
	position: relative;
	margin-bottom: 20px;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	    -ms-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
}
.singleApplication .playContent, .singleVehicle .playContent {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.singleApplication .applicationVideo.desktopVideoPlay, .singleApplication .vehicleVideo.desktopVideoPlay {
	display: none;
}
.singleApplication .applicationVideo .overlay, .singleVehicle .vehicleVideo .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
.singleApplication .applicationVideo svg, .singleVehicle .vehicleVideo svg {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto 15px;
	fill: #fff;
}
.singleApplication .applicationVideo p, .singleVehicle .vehicleVideo p {
	color: #fff;
	text-transform: uppercase;
	font-family: latoblack, arial, Sans-serif;
	text-align: center;
}

.singleApplication .infoColumn .mobileVideoContainer, .singleVehicle .infoColumn .mobileVideoContainer {
	display: none;
}
.singleApplication .infoColumn .mobileVideoContainer.mobileVideo, .singleVehicle .infoColumn .mobileVideoContainer.mobileVideo {
	display: block;
}
.singleApplication .infoColumn .mobileVideoContainer iframe, .singleVehicle .infoColumn .mobileVideoContainer iframe {
	height: 200px;
}
.singleApplication .infoColumn .morebox, .singleVehicle .infoColumn .morebox {
	display: block;
	padding: 15px;
	text-transform: uppercase;
	font-family: latoblack, arial, Sans-serif;
	font-size: 10pt;
	margin-bottom: 20px;
	text-align: center;
	color: #3a3a3a;
	text-decoration: none;
	border: 2px solid #3a3a3a;
	cursor: pointer;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}
.singleApplication .infoColumn .morebox:hover, .singleVehicle .infoColumn .morebox:hover {
	color: #fff;
	background-color: #3a3a3a;
}

/* right side */
.singleApplication .applicationDetails, .singleVehicle .detailColumn {
	margin-left: 320px;
	position: relative;
}
.singleApplication .videoContainer, .singleVehicle .videoContainer {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-bottom: 45%;
	width: 80%;
	margin: auto;
}
.singleApplication .videoContainer iframe, .singleVehicle .videoContainer iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.singleApplication .videoContainer .closeIframe, .singleVehicle .videoContainer .closeIframe {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding: 8px 15px;
    color: #fff;
    cursor: pointer;
    font-family: latoblack, arial, Sans-serif;
	text-transform: uppercase;
}
.applicationImageSlider, .vehicleImageSlider {
	height: 650px;
}
.applicationImageSlider ul.images, .vehicleImageSlider ul.images {
	height: 100%;
	width: 80%;
	margin: 0 auto;
	list-style: none;
}
.applicationImageSlider ul.images .slick-list, .vehicleImageSlider ul.images .slick-list {
	height: 100%;
}
.applicationImageSlider ul.images .slick-track, .vehicleImageSlider ul.images .slick-track {
	height: 100%;
}
.applicationImageSlider ul.images li {
	height: 100%;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	    -ms-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
}
.vehicleImageSlider ul.images li {
	height: 100%;
	-webkit-background-size: contain !important;
	   -moz-background-size: contain !important;
	    -ms-background-size: contain !important;
	     -o-background-size: contain !important;
	        background-size: contain !important;
}
.applicationImageSlider ul.slick-dots, .vehicleImageSlider ul.slick-dots {
	text-align: center;
	list-style: none;
	margin-top: 20px;
}
.applicationImageSlider ul.slick-dots li, .vehicleImageSlider ul.slick-dots li  {
	display: inline-block;
	margin: 0px 10px;
	height: 5px;
	width: 70px;
	background-color: #dedede;
}
.applicationImageSlider ul.slick-dots li.slick-active, .vehicleImageSlider ul.slick-dots li.slick-active {
	background-color: #d0043c;
}
.applicationImageSlider ul.slick-dots li p, .vehicleImageSlider ul.slick-dots li p {
	font-size: 0px;
}

/* FILTERS */
.filter  {
	padding: 30px 0px;
}
.filter ul {
	list-style: none;
	text-align: center;
}
.filter ul li {
	display: inline-block;
	margin: 0 30px;
	vertical-align: middle;
	font-family: latolight, arial, Sans-serif;
	text-transform: uppercase;
	font-size: 11pt;
	cursor: pointer;
} 
.filter ul li a {
	display: block;
	padding: 0px 0px 7px;
	border-bottom: 1px solid transparent;
}
.filter ul li.active a, .filter ul li:hover a  {
	color: #d0043c;
	border-bottom: 1px solid #d0043c;
}
.filter ul li.title {
	font-family: latoblack, arial, Sans-serif;
	cursor: initial;
}
.filter .mobileTitle {
	display: none;
	text-transform: uppercase;
    font-size: 11pt;
    text-align: center;
	font-family: latoblack, arial, Sans-serif;
}

/* TESTIMONIALS */
.testimonialsList {
	overflow: hidden;
}
.testimonialsList ul.listContainer {
	width: 100%;
	display: flex;
	display: webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
    overflow: hidden;
}
.testimonialsList ul.listContainer > li {
	width: 25%;
    padding-bottom: 17%;
    position: relative;
    overflow: hidden;
}
.testimonialsList ul.listContainer .slick-slide {
	position: relative;
}
/*  list image */
.testimonialsList ul.listContainer li .testimonialImage {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
    -webkit-background-size: cover !important;
       -moz-background-size: cover !important;
        -ms-background-size: cover !important;
         -o-background-size: cover !important;
            background-size: cover !important;
}

.testimonialsList.featuredTestimonials ul.listContainer {
	display: block;
}

/* list preview content */
.testimonialsList ul.listContainer li .testimonialPreview {
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	display: block;
	background-color: #fff;
	padding: 30px;
	font-size: 10pt;
	text-align: center;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}
.testimonialsList ul.listContainer li:hover .testimonialPreview {
	bottom: 0;
}
.testimonialsList ul.listContainer li .previewContent {
	line-height: 25px;
	color: #3a3a3a;
	display: block;
}
.testimonialsList .testimonialMeta ul {
	list-style: none;
	margin-top: 15px;
}
.testimonialsList .testimonialMeta ul li {
	display: inline-block;
	padding: 0px 10px;
	color: #3a3a3a;
	border-right: 1px solid #3a3a3a;
}
.testimonialsList .testimonialMeta ul li:last-child {
	border-right: 0px;
}


/* list link / title / overlay */
.testimonialsList ul.listContainer li a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
}
.testimonialsList ul.listContainer li .title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 16pt;
	font-family: latoblack, arial, Sans-serif;
	color: #3a3a3a;
	opacity: 1;
	text-transform: uppercase;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}
.testimonialsList ul.listContainer li:hover .title {
	opacity: 0;
}

.testimonialsList ul.listContainer li .overlay {
	display: inline-block;
	padding: 20px;
	width: 60%;
	margin-top: 10px;
	background-color: rgba(255, 255, 255, 0.7);
}

/* BROCHURES */
.brochureContent {
	margin-bottom: 30px;
}
.brochureList {
	list-style: none;
}
.brochureList li.headers {
   font-family: latoblack, arial, Sans-serif;
   text-transform: uppercase;
   padding: 10px 0px;
   border-bottom: 3px solid #D0043C;
   margin-bottom: 15px;
}
.brochureList li {
	overflow: hidden;
	padding: 12px 0px;
	border-bottom: 1px solid #D0043C;
	display: flex;
	display: webkit-flex;
	justify-content: space-between;
}
.brochureList li a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.brochureList li:last-child {
	border-bottom: 0px;
}
.brochureList li div {
	display: inline-block;
}
.brochureList li div.download {
	
}
.brochureList li div.language {

}


/* SINGLE TESTIMONIAL */
.testimonialDetail {
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
}
.testimonialDetail .testimonialImage {
	width: 100%;
	padding-bottom: 85%;
	-webkit-background-size: cover !important;
       -moz-background-size: cover !important;
        -ms-background-size: cover !important;
         -o-background-size: cover !important;
            background-size: cover !important;
}
.testimonialDetail .postImage {
	width: 45%;
	float: left;
	

}
.testimonialDetail .postImage .postSlideContain {
	padding-bottom: 80%;
	position: relative;
}
.testimonialDetail .singleImage {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	    -ms-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
}
.testimonialDetail .singleSlider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-background-size: 80% auto !important;
	   -moz-background-size: 80% auto !important;
	    -ms-background-size: 80% auto !important;
	     -o-background-size: 80% auto !important;
	        background-size: 80% auto !important;
}
.testimonialDetail .singleSlider .slick-list {
	height: 100%;
}
.testimonialDetail .singleSlider .slick-track {
	height: 100%;
}

.testimonialDetail .singleSlider li {
	height: 100%;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	    -ms-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
}



.testimonialDetail .testimonialContent {
	width: 53%;
	float: right;
}	
.testimonialDetail .testimonialContent h2 {
    font-family: latoblack, arial, Sans-serif;
    text-transform: uppercase;
    color: #3a3a3a;
    display: inline-block;
    font-size: 18pt;
    margin-bottom: 20px;
}
.testimonialDetail .testimonialContent h2:after {
	content: "";
	display: block;
	margin-top: 5px;
	width: 60%;
	height: 3px;
	background-color: #3a3a3a;
}
.testimonialDetail .testimonialContent p {
	font-size: 11pt;
	margin-bottom: 20px;
	line-height: 25px;
}
.testimonialDetail .testimonialMeta  {
	margin-bottom: 30px;
}
.testimonialDetail .testimonialMeta ul {
	list-style: none;
}
.testimonialDetail .testimonialContent .testimonialMeta ul li {
	display: inline-block;
	padding: 0px 15px;
	color: #d0043c;
	border-right: 1px solid #3a3a3a;
}
.testimonialDetail .testimonialContent .testimonialMeta ul li:first-child {
	padding-left: 0px;
}
.testimonialDetail .testimonialContent .testimonialMeta ul li:last-child {
	border-right: 0px;
}
.testimonialDetail .testimonialContent .testimonialMeta ul li a {
	color: #d0043c;
	text-decoration: none;
}
.testimonialDetail .testimonialContent .testimonialMeta ul li a:hover {
	text-decoration: underline;
}
.testimonialApplications h3 {
	font-family: latoblack, arial, Sans-serif;
    text-transform: uppercase;
    color: #3a3a3a;
    display: inline-block;
    font-size: 12pt;
    margin-bottom: 10px;
}
.testimonialDetail .testimonialApplications {
	margin-bottom: 30px;
}
.testimonialDetail .testimonialApplications ul {
	list-style: none;
}
.testimonialDetail .testimonialApplications ul li {
	display: inline-block;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 6px 10px;
	background-color: #d0043c;
}
.testimonialDetail .testimonialApplications ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.featuredTestimonials {
	margin-top: 80px;
	height: 525px;
	padding-bottom: 75px;
	position: relative;
	overflow: visible;
}
.featuredTestimonials ul.listContainer {
	height: 100%;
	overflow: visible;
}	
.featuredTestimonials ul.listContainer .slick-list, .featuredTestimonials ul.listContainer .slick-track {
	height: 100%;
}
.featuredTestimonials ul.listContainer li, .featuredTestimonials ul.listContainer li a {
	outline: none;
}

/* NEWS / EVENTS */
.newsTimeline .slick-list, .eventsTimeline .slick-list {
	overflow: visible;
	position: relative;
}
.newsTimeline ul li, .eventsTimeline ul li {
	outline: none;
	width: 25%;
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-bottom: 30px;
}
.newsTimeline ul li .newsImage, .eventsTimeline ul li .newsImage {
	padding-bottom: 75%;
	margin-bottom: 30px;
	position: relative;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	    -ms-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
}
.newsTimeline ul li .newsImage .overlay, .eventsTimeline ul li .newsImage .overlay {
	background-color: rgba(255, 255, 255, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}
.newsTimeline ul li:hover .newsImage .overlay, .eventsTimeline ul li:hover .newsImage .overlay {
	opacity: 1;
}
.newsTimeline ul li .newsImage.noimg, .eventsTimeline ul li .newsImage.noimg {
	-webkit-background-size: 60% auto !important;
	   -moz-background-size: 60% auto !important;
	    -ms-background-size: 60% auto !important;
	     -o-background-size: 60% auto !important;
	        background-size: 60% auto !important;
}


.newsTimeline .next, .newsTimeline .prev, .eventsTimeline .next, .eventsTimeline .prev {
	width: 50px;
	height: 50px;
	top: 50%;
	position: absolute;
	z-index: 999;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}
.newsTimeline .next, .eventsTimeline .next {
	background: url(images/news-next.png) no-repeat center center rgba(87, 93, 92, 0.6);
	right: 0;
}
.newsTimeline .prev, .eventsTimeline .prev {
	background: url(images/news-prev.png) no-repeat center center rgba(87, 93, 92, 0.6);
	left: 0;
}
.newsTimeline .next:hover, .eventsTimeline .next:hover {
	background: url(images/news-next.png) no-repeat center center rgba(87, 93, 92, 1);
}
.newsTimeline .prev:hover, .eventsTimeline .prev:hover {
	background: url(images/news-prev.png) no-repeat center center rgba(87, 93, 92, 1);
}

.newsTimeline ul li h3, .eventsTimeline ul li h3 {
	text-align: center;
	font-size: 13pt;
	color: #898989;
	padding: 0px 50px;
	margin-bottom: 15px;
	font-family: latoblack, arial, Sans-serif;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}
.newsTimeline ul li:hover h3, .eventsTimeline ul li:hover h3 {
	color: #000;
}
.newsTimeline ul li h4, .eventsTimeline ul li h4 {
	color: #898989;
	text-align: center;
	margin-bottom: 40px;
	padding: 0px 50px;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}
.newsTimeline ul li:hover h4, .eventsTimeline ul li:hover h4 {
	color: #3a3a3a;
}
.newsTimeline ul li p.date, .eventsTimeline ul li p.date {
	text-align: center;
	margin-bottom: -13px;
	text-transform: uppercase;
	font-size: 9pt;
	color: #4e4e4e;
	font-family: latoblack, arial, Sans-serif;
}
.newsTimeline ul li:hover p.date, .eventsTimeline ul li:hover p.date {
	color: #000;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}
.newsTimeline ul li .spot, .eventsTimeline ul li .spot {
	width: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
	height: 20px;
	background-color: #000;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	    -ms-border-radius: 10px;
	     -o-border-radius: 10px;
	        border-radius: 10px;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}
.newsTimeline ul li:hover .spot, .eventsTimeline ul li:hover .spot {
	background-color: #d0043c;

}
.newsTimeline ul .line, .eventsTimeline ul .line {
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0px;
	z-index: -1;
	width: 100%;
}
.singleNews, .singleEvents {
	width: 80%;
	overflow: hidden;
	margin: 100px auto 0px;
	color: #3a3a3a;
}
.singleNews .postImage, .singleEvents .postImage {
	width: 45%;
	padding-bottom: 35%;
	float: left;
	position: relative;

}
.singleNews .singleImage, .singleEvents .singleImage {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	    -ms-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
}
.singleNews .singleSlider, .singleNews .singleNoImg, .singleEvents .singleSlider, .singleEvents .singleNoImg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-background-size: 80% auto !important;
	   -moz-background-size: 80% auto !important;
	    -ms-background-size: 80% auto !important;
	     -o-background-size: 80% auto !important;
	        background-size: 80% auto !important;
}
.singleNews .singleSlider .slick-list, .singleEvents .singleSlider .slick-list {
	height: 100%;
}
.singleNews .singleSlider .slick-track, .singleEvents .singleSlider .slick-track {
	height: 100%;
}

.singleNews .singleSlider li, .singleEvents .singleSlider li {
	height: 100%;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	    -ms-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
}




.singleNews .singlePostContent, .singleEvents .singlePostContent  {
	width: 52%;
	float: right;
}
.singlePostContent h2 {
	
	text-transform: uppercase;
	font-size: 23pt;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: latoblack, arial, Sans-serif;
}
.singlePostContent h4 {
	font-family: latoblack, arial, Sans-serif;
}
.singlePostContent .eventDate {
	margin-top: 10px;
}
.singlePostContent .spacer {
	width: 280px;
	height: 4px;
	margin-top: 20px;
	background-color: #3a3a3a;
}
.singlePostContent .singleText {
	margin: 30px 0px 10px;
}
.singlePostContent .singleText p {
	line-height: 25px;
	margin-bottom: 20px;
}
.singlePostContent .singleText p:last-child {
	margin-bottom: 0px;
}
.singleNews .singleLink, .singleEvents .singleLink {
	border: 4px solid #3a3a3a;
	padding: 15px;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
    font-size: 11pt;
    color: #3a3a3a;
    text-decoration: none;
    font-family: latoblack, arial, Sans-serif;
}
.singleNews .singleLink.second, .singleEvents .singleLink.second { 
	margin-left: 15px;
}
.singleNews .singleLink:after, .singleEvents .singleLink:after {
    content: "";
    padding: 5px;
    background: url(images/morearrow.png) no-repeat center center;
    margin-left: 10px;
}
.singleNews .shareLinks, .singleEvents .shareLinks {
	margin-top: 50px;
}
.singleNews .shareLinks h3, .singleEvents .shareLinks h3 {
	font-size: 13pt;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: latoblack, arial, Sans-serif;
}
.singleNews .shareLinks a, .singleEvents .shareLinks a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0px 5px;
}
.singleNews .shareLinks a svg, .singleEvents .shareLinks a svg {
	fill: #5a5a5a;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}
.singleNews .shareLinks a:hover svg, .singleEvents .shareLinks a:hover svg {
	fill: #000;
}



/* ABOUT */
.aboutTop {
	padding: 245px 0px;
	width: 50%;
	margin: 0 auto;
	position: relative;
}

.aboutTop h2 {
	text-align: center;
	font-size: 28pt;
	color: #000;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: latoblack, arial, Sans-serif;
}
.aboutTop h2 span {
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: 5px solid #000;
}
.aboutTopContent {
	line-height: 30px;
	text-align: center;
}
.aboutTopContent p {
	margin-bottom: 30px;
}
.aboutSection {
	min-height: 800px;
	position: relative;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	    -ms-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
}
.aboutSection.white {
	color: #fff;
}
.aboutSection .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
.aboutSection .aboutContent {
	padding: 0px 10%;
	width: 70%;
	top: 50%;
	bottom: 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	position: absolute;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.aboutSection.right .aboutContent {
	right: -5%;
}
.aboutSection.left .aboutContent {
	left: -5%;
}
.aboutSection.none .aboutContent {
	left: 0;
	right: 0;
}
.aboutSection .mobileImage {
	display: none;
	padding-bottom: 60%;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
	    -ms-background-size: cover !important;
	     -o-background-size: cover !important;
	        background-size: cover !important;
}
.aboutSection .aboutContent .aboutContentInner {
	padding-bottom: 30px;
}
.aboutSection .aboutContent .aboutTitle {
	display: inline-block;
	padding: 20px 50px;
	border-bottom: 5px solid #000;
}
.aboutSection.white .aboutContent .aboutTitle {
	border-color: #fff;
}
.aboutContent .aboutTitle h2 {
	font-size: 37pt;
	text-transform: uppercase;
	font-family: latoblack, arial, Sans-serif;
}
.aboutContent .aboutTitle h3 {
	font-size: 22pt;
	text-transform: uppercase;
	font-family: latobold, arial, Sans-serif;
}
.aboutContent .aboutText {
	margin: 60px auto 0px;
	width: 80%;
}
.aboutContent .aboutText p {
	line-height: 30px;
	margin-bottom: 20px;
}
.aboutContent .aboutText p:last-child {
	margin-bottom: 0px;
}
.aboutTop .downArrow, .aboutSection .downArrow, .aboutSection .upArrow {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	cursor: pointer;
}
.aboutSection .upArrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.aboutTop .downArrow svg, .aboutSection .downArrow svg, .aboutSection .upArrow svg {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
	fill: #000;
}
.aboutSection.white .downArrow svg, .aboutSection.white .upArrow svg {
	fill: #fff;
}





/* CAREERS */
.careers {
	width: 70%;
	margin: 80px auto 60px;
}
.careers .careerTitle {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-family: latolight, arial, Sans-serif;
}
.careers .careerTitle h2 {
	line-height: 45px;
	font-size: 32pt;
}
.careers .careerTitle h2 strong {
	font-family: latobold, arial, Sans-serif;
}
.careers .careerText {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.careers .careerText p {
	margin-bottom: 25px;
	line-height: 30px;
}
.careersList {
	width: 70%;
	margin: 0 auto;
}
.careerSlider ul {
	list-style: none;
	text-align: center;
}
.careerSlider ul li {
	display: inline-block;
	width: 25%;
	padding: 15px;
	outline: none;
	height: 100%;
	cursor: pointer;
}
.careerSlider ul li .careerPanel {
	border: 1px solid #000;
	display: block;
	outline: none;
	padding: 50px 0px 50px;
}
.careerSlider ul li img.svg {
	visibility: hidden;
}
.careerSlider ul li svg {
	width: 70px;
	height: 70px;
	display: block;
	fill: #3a3a3a;
	margin: 0 auto 35px;
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}
.careerSlider ul li:hover svg {
	fill: #5a5a5a;
}
.careerSlider ul li h3 {
	font-size: 16pt;
	color: #3a3a3a;
	margin-bottom: 20px;
	padding: 0px 15px;
	text-align: center;
	text-transform: uppercase;
	font-family: latoblack, arial, Sans-serif;
}
.careerSlider ul li:hover h3 {
	color:  #5a5a5a;
}
.careerSlider ul li .careerButton {
	text-align: center;
	
}
.careerSlider ul li .careerButton p {
	background-color: #5a5a5a;
	display: inline-block;
	padding: 15px 35px;
	text-transform: uppercase;
	font-family: latoblack, arial, Sans-serif;
	color: #fff;
	font-size: 10pt;
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}
.careerSlider ul li:hover .careerButton p {
	background-color: #d0043c;
}
.careerSlider ul li.active .careerPanel {
	background-color: #F7F7F7;
}

.careerContent {
	margin-top: 60px;
	display: none;
}
.careerContent h3 {
	text-align: center;
    color: #5a5a5a;
    font-size: 18pt;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: latoblack, arial, Sans-serif;
}
.careerContent.viewJob {
	display: block;
}
.careerInfo {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.careerInfo p {
	margin-bottom: 40px;
	line-height: 25px;
}
.careerInfo ul {
	width: 80%;
	list-style: none;
	margin: 0 auto;
	-webkit-column-count: 3; 
       -moz-column-count: 3; 
      	-ms-column-count: 3;
      	 -o-column-count: 3;
            column-count: 3;
}
.careerInfo ul li {
	margin-bottom: 8px;
}
.careerInfo ul li:before {
	content: "•";
	margin-right: 15px;
}


.careerForm {
	margin-top: 50px;
	display: none;
}
.loadingJob {
	text-align: center;
	display: none;
}
.loadingJob {
}
.careerForm h4 {
	text-align: center;
	color: #3a3a3a;
	margin-bottom: 40px;
}
.careerForm .formrow {
	overflow: hidden;
	margin-bottom: 10px;
}
.careerForm .formrow .formfield {
	width: 32.6%;
	float: left;
	margin-right: 1%;
	text-align: left;
}
.careerForm .formrow .formfield.last {
	margin-right: 0px;
}
.careerForm .formrow label {
	display: block;
	margin-bottom: 7px;
	font-size: 10pt;
	text-transform: uppercase;
	font-family: latobold, arial, Sans-serif;
}
.careerForm .formrow input, .careerForm .formrow textarea {
	width: 100%;
	font-size: 12pt;
	padding: 10px;
	outline: none;
	border: 1px solid #666666;
	font-family: latoregular, Arial, Helvetica, Sans-serif;
}
.careerForm .formrow input.wpcf7-file {
	padding: 8px 10px;
}
.careerForm p.submit {
	display: block;
	text-align: center;
	margin-top: 20px;
}
.careerForm p.submit input {
	border: none;
	outline: none;
	background-color: #5a5a5a;
	padding: 15px 25px;
	font-size: 11pt;
	color: #fff;
	font-family: latobold, arial, Sans-serif;
	text-transform: uppercase;
}
.careerForm .wpcf7-not-valid-tip {
	display: block;
	margin: 5px 0px 10px;
}

/* VIDEOS */
.videos {
	width: 70%;
	overflow: hidden;
	margin: 60px auto 0px;
}
.videos .videoInfo {
	margin-bottom: 50px;
	line-height: 30px;
	text-align: center;
}
.videos .videoContainer {
	width: 49%;
	float: left;
	margin-bottom: 30px;
}
.videos .videoContainer h2 {
	font-size: 14pt;
	margin-bottom: 7px;
    text-transform: uppercase;
    font-family: latolight, arial, Sans-serif;
    color: #3a3a3a;
}
.videos .videoContainer:nth-child(even) {
	float: right;
}
.videos .video {
	position: relative;
	padding-bottom: 57%;
}
.videos .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* CONTACT */
.contactStrip {
	padding: 20px 0px;
	font-size: 11pt;
	text-align: center;
	background-color: #dedede;
}
.contactStrip ul {
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
}
.contactStrip ul li {
	display: inline-block;
	padding: 0px 8px;
	border-right: 1px solid #3a3a3a;
}
.contactStrip ul li a {
	color: #3a3a3a;
	text-decoration: none;
}
.contactStrip ul li:hover a {
	text-decoration: underline;
}
.contactStrip span {
	color: #d0043c;
}
.contactStrip ul:last-child li:last-child {
	border-right: 0px;
}

.contactSection {
	width: 70%;
	text-align: center;
	margin: 30px auto 0px;
}

.contactSection h3.pageTitle {
	margin: 0px 0px 10px;
}
.contactText {
	margin: 10px 0px 50px;
}
.contactText p {
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 30px;
}

.contactForm {
	overflow: hidden;
}
.contactForm .formrow {
	overflow: hidden;
}
.contactForm .formfield {
	width: 32.6%;
	float: left;
	margin-right: 1%;
	text-align: left;
}
.contactForm .fullwidth {
	width: 100%;
	text-align: left;
	margin-top: 15px;
}

.contactForm .formfield > label, .contactForm .fullwidth > label {
	display: block;
	margin-bottom: 7px;
	font-size: 10pt;
	text-transform: uppercase;
	font-family: latobold, arial, Sans-serif;
}
.contactForm .formfield input, .contactForm textarea {
	width: 100%;
	font-size: 12pt;
	padding: 10px;
	outline: none;
	border: 1px solid #666666;
	font-family: latoregular, Arial, Helvetica, Sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.contactForm .formfield input.wpcf7-mailpoetsignup {
	width: auto;
}
.contactForm .formrow .formfield:last-child {
	margin-right: 0px;
}
.contactForm .formfield.mail .mc4wp-checkbox {
	display: block;
	padding: 10px;
	border: 1px solid #666666;
}
.contactForm .formfield .mc4wp-checkbox input {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-ms-appearance: checkbox;
	-o-appearance: checkbox;
	appearance: checkbox;
}
.contactForm .formfield .mc4wp-checkbox span {
	margin-left: 10px;
	font-size: 9pt;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
.contactForm p.submit {
	display: block;
	margin-top: 20px;
}
.contactForm p.submit input {
	border: none;
	outline: none;
	background-color: #5a5a5a;
	padding: 15px 25px;
	font-size: 11pt;
	color: #fff;
	font-family: latobold, arial, Sans-serif;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.contactForm .wpcf7-not-valid-tip {
	display: block;
	margin: 5px 0px 10px;
}
div.wpcf7-validation-errors {
	border: 2px solid #D0043C;
	padding: 5px;
}

/* PAGE */
.normalPageContent {
	width: 70%;
	margin: 60px auto;
}
.normalPageContent p { 
	margin-bottom: 30px;
	line-height: 30px;
}
.normalPageContent a {
	color: #3a3a3a;
}

/* LIGHTBOXES */
#fade_corporateVideo, #fadeApplication, #fadeVehicle, #fadeDocument, #fade_sliderVideo {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999999;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
#corporateVideo, .sliderVideoContain {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 810px;
    height: 460px;
    border: 5px solid #FFF;
    background: #fff;
    z-index: 9999999;
    overflow:visible;
    -webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
#lightApplication, #lightVehicle, #lightDocument, #lightVideo {
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 830px;
    height: 490px;
    border: 5px solid #FFF;
    background: #fff;
    z-index: 9999999;
    overflow:visible;
    -webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
#lightImage {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 830px;
    height: 490px;
	border: 5px solid #fff;
	z-index: 9999999;
	overflow:visible;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-ms-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

#lightApplication iframe, #lightVehicle iframe, #lightDocument iframe { 
	height: 100%;
    width: 100%;
    border: none;

}
#corporateVideo .closeCorporateVideo, #lightApplication .closeApplicationDocument, #lightVehicle .closeVehicleDocument, #lightDocument .closeDocument, #lightImage .closeDocument, .sliderVideoContain .closeSliderVideo, #lightVideo .closeDocument, #lightApplication .downloadApplicationDocument { 
	position: absolute;
	cursor: pointer;
	top: -22px;
	right: -22px;
	padding: 7px 9px;
	color: #fff;
	font-size: 9pt;
	background-color: #3a3a3a;
	border: 3px solid #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
#lightApplication .downloadApplicationDocument {
	top: 15px;
	padding: 6px;
}
#lightApplication .downloadApplicationDocument svg {
	fill: #fff;
	width: 13px;
	height: 10px;
}
#corporateVideo iframe, .sliderVideoContain iframe, #lightVideo iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}


/* FOOTER */
.topFooter {
	padding: 110px 0px;
}
.topFooter ul {
	display: table;
	width: 80%;
	margin: 0 auto;
}
.topFooter ul li {
	display: table-cell;
	width: 33.33%;
	text-align: center;
	color: #3a3a3a;
	padding: 20px 0px;
	font-size: 9pt;
	border-right: 1px solid #3a3a3a;
	font-family: latoblack, arial, Sans-serif;
	text-transform: uppercase;
}
.topFooter ul li:last-child {
	border-right: 0px;
}
.topFooter ul li a {
	color: #3a3a3a;
	text-decoration: none;
}
.topFooter ul li a span {
	content: "";
	display: inline-block;
	padding: 30px;
	vertical-align: middle;
	margin-right: 20px;
	-webkit-background-size: contain !important;
	   -moz-background-size: contain !important;
	    -ms-background-size: contain !important;
	     -o-background-size: contain !important;
	        background-size: contain !important;
}


.middleFooter {
	width: 80%;
	overflow: hidden;
	margin: 0 auto 90px;
}
.middleFooter.noTop {
	margin: 110px auto 90px;
}
.middleFooter .left {
	width: 55%;
	float: left;
}
.middleFooter .menu-footer-menu-container {
	margin-top: 50px;
}
.middleFooter .left ul li {
	display: inline-block;
	width: 30%;
	font-size: 9pt;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.middleFooter .left ul li a {
	color: #3a3a3a;
	text-decoration: none;
}
.middleFooter .left ul li:hover a {
	text-decoration: underline;
}
.middleFooter .right {
	width: 40%;
	float: right;
}
.middleFooter .right h3 {
	text-transform: uppercase;
	font-size: 11pt;
	margin-bottom: 40px;
}
.footerSocial {
	margin-bottom: 50px;
}

.footerSocial ul {
	list-style: none;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.footerSocial ul li {
	vertical-align: top;
	width: 20%;
}
.footerSocial ul li:last-child {
	margin-right: 0px;
}
.footerSocial ul li a {
	color: #939393;
	text-decoration: none;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
.footerSocial ul li:hover a {
	color: #000;
}
.footerSocial ul li svg {
	width: 30px;
	height: 30px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
	fill: #000;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
.footerSocial ul li:hover svg {
	fill: #5A5A5A;
}
.footerSocial ul li p {
	display: inline-block;
	vertical-align: middle;
	font-size: 10pt;
	text-transform: uppercase;
}

.middleFooter .newsletterSignup div.wpcf7-validation-errors {
	overflow: hidden;
	width: 90%;
	margin-top: 20px;
}

.middleFooter .newsletterSignup p {
	width: 49.5%;
	float: left;
	margin-bottom: 5px;
}
.middleFooter .newsletterSignup p.right  {
	float: right;
}
.middleFooter .newsletterSignup p.email {
	width: 100%;
	clear: both;
}
.middleFooter .newsletterSignup p input {
	width: 100%;
	padding: 12px 15px;
	font-size: 10pt;
	background-color: #5a5a5a;
	color: #fff;
	text-transform: uppercase;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.middleFooter .newsletterSignup .submit {
	display: inline-block;
	padding: 15px 25px 15px 55px;
	border: none;
	outline: none;
	background: url(images/mail.png) no-repeat left 22px center #e2e2e2;
	font-size: 10pt;
	text-transform: uppercase;
	width: 195px;
	color: #5a5a5a;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.bottomFooter {
	background-color: #dedede;
}
.bottomFooter .topRow {
	padding: 10px 10%;
	border-bottom: 1px solid #e2e2e2;
}
.bottomFooter .topRow ul {
	list-style: none;
}
.bottomFooter .topRow ul li {
	display: inline-block;
	margin: 0px 20px;
	font-size: 11pt;
	text-transform: uppercase;
}
.bottomFooter .topRow ul li:first-child {
	margin-left: 0px;
}
.bottomFooter .topRow ul li a {
	color: #858585;
	text-decoration: none;
}
.bottomFooter .topRow ul li:hover a {
	text-decoration: underline;
}
.bottomFooter .bottomRow {
	padding: 30px 10%;
}
.bottomFooter .bottomRow ul {
	list-style: none;
}
.bottomFooter .bottomRow ul li {
	display: inline-block;
	padding: 0px 10px;
	border-right: 1px solid #8e8e8e;
	color: #5a5a5a;
} 
.bottomFooter .bottomRow ul li:last-child {
	border-right: 0px;
}
.bottomFooter .bottomRow ul li:first-child {
	padding-left: 0px;
}
.bottomFooter .bottomRow ul li a {
	color: #5a5a5a;
	text-decoration: none;
}
.bottomFooter .bottomRow ul li:hover a {
	text-decoration: underline;
}

.error404 {
	text-align: center;
	padding: 14% 10%;
}
.error404 h2 {
	line-height: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.error404 a {
	display: inline-block;
	padding: 10px 15px;
	background-color: #d0043c;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.error404 a:hover {
	background-color: #ad0030;
}

