
/*
Theme Name: 7thVision Theme 2016
Theme URI: http://7thvision.com.au
Description: A 7thVision Theme 2016
*/

/*________ GLOBAL ELEMENTS ________*/




* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}

.ie * {

}
img {
	display: block;
	border: 0;
	/*chrome fix for animations */
	-webkit-backface-visibility: hidden;
	position: relative;
}
a {
	outline: none;
	text-decoration: none;
	color: #fcaf1b;
}
a:hover {
	color: #253993;
	text-decoration: none;
}
a[href*='tel:'] {
	cursor: default;
}
html {
	font-size: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #878787;
	line-height: 1;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	-ms-text-size-adjust: 100%;
	background: #fff -webkit-linear-gradient(top, #FFF, #FFF) repeat-x; /* windows chrome fixed scrolling replication issue */
  	background-attachment: fixed; /* windows chrome fixed scrolling replication issue */
}

.outerWrapper {
	clear: both;
	width: 100%;
	max-width: 1440px;
	max-width: 90rem;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	max-width: 1170px;
	max-width: 73.125rem;
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 1.25rem;
}
.wrapper.large {
	max-width: 1240px;
	max-width: 77.5rem;
}
.ie .wrapper {
	width: 1160px;
}

/*________ HEADER & NAV ________*/

.header {
	position: relative;
}
.header .logo {
	display: inline-block;
	float: left;
}
.header .logo img {
	width: 150px;
	height: 150px;
	width: 9.375rem;
	height: 9.375rem;
}
.navContainer {
	width: 100%;
	position: absolute;
	clear: both;
	z-index: 1500;
	height: 57px;
	height: 3.5625rem;
 	top: 30px;
	top: 1.875rem;
}
.navContainer.stuck {
	position: fixed;
	top: 0;
	left: 0;
}
.admin-bar .navContainer.stuck {
	top: 32px;
}

.mainNavToggle {
	display: none;
	border: none;
	float: left;
	background-color: transparent;
	margin: 0;
	color: #fff;
	text-align: center;
}
.mainNavToggle .icon {
	height: 32px;
	height: 2rem;
	width: 32px;
	width: 2rem;
	position: relative;
	margin: 0 auto 4px;
	margin: 0 auto 0.25rem;
	display: block;
	overflow: hidden;
}
.mainNavToggle .icon .icono {
	color: #fff;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.mainNavToggle .icon .icono-hamburger {

}
.mainNavToggle .icon .icono-cross {
	-webkit-transform: rotate(45deg) scale(1.3);
	transform: rotate(45deg) scale(1.3);
}
.mainNavToggle .text {
	display: block;
	line-height: 1.25;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
}
.mainNav li.navCall {
	position: relative;
}
.mainNav li.navCall a {
	border-left: none;
}
.mainNav li.navCall a h3 {
	color: #fcaf1b;
	margin: 0;
	padding: 0;
}
.mainNav li.navCall:hover a h3 {
	color: #fff;
}
.mainNav li.navCall:before {
	position: absolute;
	z-index: -1;
	content: '';
	width: 80px;
	width: 5rem;
	left: -80px;
	left: -5rem;
	top: 0;
	bottom: 0;
	background: #fff;
	transition: 0.1s ease-in-out all;
}
.mainNav li.navCall:hover:before {
	background: #fcaf1b;
	transition: 0.1s ease-in-out all;
}
.mainNav li.navCall a {
	padding-left: 67px;
	padding-left: 4.1875rem;
}
.mainNav .icons {
	position: absolute;
	display: block;
    top: 50%;
    margin-top: -15px;
    left: 20px;
}
.mainNav .icons.icon-call {
	background: url(images/icon-call.png);
	background-size: 100% 100%;
	width: 30px;
	height: 27px;
	width: 1.875rem;
	height: 1.6875rem;
}
.mainNav li.navCall:hover .icons.icon-call {
	background: url(images/icon-call-hover.png);
	background-size: 100% 100%;
}
.headerSlider img {
	width: 100%;
}
/* Solid MultiLevel Css Nav */
.mainNav {
	margin: 0;
	padding-top: 47px;
	padding-top: 2.9375rem;
 	line-height: 100%;
}
.mainNav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
.mainNav a {
	border-left: 1px solid #dddddd;
	font-weight: 500;
	text-transform: uppercase;
	background: #fff;
	color: #777777;
	text-decoration: none;
	display: block;
	padding: 0 23px;
	padding: 0 1.4375rem;
 	margin: 0;
	line-height: 57px;
	line-height: 3.5625rem;
 	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.mainNav .menu-item-has-children > a:after {
	content: '';
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-top-color: #fcaf1b;
	top: 27px;
	top: 1.6875rem;
 	position: absolute;
	margin: 0 0 0 4px;
	margin: 0 0 0 0.25rem;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.mainNav .menu-item-has-children:hover > a:after {
	border-top-color: #fcaf1b;
}
.mainNav > li:first-child a:hover,
.mainNav > li:first-child:hover a {
	background: #fcaf1b;
}
.mainNav > li:last-child a {
	background: #fcaf1b;
	color: #fff;
}
.mainNav > li:last-child a:hover {
	background: #253993;
	color: #fff;
}
.mainNav li.current-menu-parent > a,
.mainNav li.current-menu-item > a {
	color: #231f20;
}
.mainNav ul li.current-menu-item > a {
	color: #fcaf1b;
}
.page-id-43 .mainNav li.current-menu-item > a {
	color: #fff;
}
/* main level link hover */
.mainNav > li:hover > a {
	color: #231f20;
}

/* level 2 list */
.mainNav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 340px;
	width: 21.25rem;
	position: absolute;
	text-align: center;
	top: 57px;
	top: 3.5625rem;
 	left: 50%;
	margin-left: -170px;
	margin-left: -10.625rem;
}
.mainNav > li > ul > li:first-child {
	padding-top: 20px;
	padding-top: 1.25rem;
}
.mainNav > li > ul > li:first-child a {
	position: relative;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.mainNav > li > ul > li:last-child a {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mainNav > li > ul > li:first-child a:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -10px;
	top: -0.625rem;
	margin-left: -10px;
	margin-left: -0.625rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
}
.mainNav > li > ul > li:first-child a:after {
	content: '';
	position: absolute;
	left: 50%;
	top: -11px;
	top: -0.6875rem;
	margin-left: -11px;
	margin-left: -0.6875rem;
	width: 0;
	height: 0;
	border-style: solid;
	z-index: -1;
	border-width: 0 11px 11px 11px;
	border-color: transparent transparent rgba(0,0,0,0.1) transparent;
}
.mainNav > li > ul > li {
}
.mainNav ul li a {
	line-height: 24px;
	line-height: 1.5rem;
	padding: 10px 5px;
	padding: 0.625rem 0.3125rem;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
}
.mainNav ul .menu-item-has-children > a:after {
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-top-color: transparent;
	border-left-color: #fff;
	top: 16px;
	top: 1rem;
	right: 8px;
	right: 0.5rem;
}
.mainNav li:hover > ul {
	display: block;
}
.mainNav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
.mainNav ul a {

}
.mainNav ul a:hover {
	color: #231f20;
}
/* level 3+ list */
.mainNav ul ul {
	left: 360xp;
	left: 22.5rem;
	top: 0;
}
.mainNav ul .menu-item-has-children > a:after {
	border-top-color: transparent;
	border-left-color: #fff;
	top: 18px;
	right: 8px;
	right: 0.5rem;
}
.mainNav ul .menu-item-has-children:hover > a:after {
	border-top-color: transparent;
	border-left-color: #fff;
}
.navContainer .mobileInfo {
	display: none;
}

.headerSliderContainer {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	overflow: hidden;
	height: 440px;
	height: 27.5rem;
}
.headerSliderContainer .headerSlider {
	position: relative;
	height: 100%;
}
.headerSliderContainer .headerSlider .slick-slide,
.headerSliderContainer .headerSlider .slick-track,
.headerSliderContainer .headerSlider .slick-list,
.headerSliderContainer .headerSlider .slide {
	height: 100%;
}
.headerSliderContainer .headerSlider .slide .image {
	display: block;
	width: 100%;
	height: 100%;
}



/*________ CONTENT ________*/

.contentSection {
	clear: both;
	width: 100%;
}

.contentContainer {
	width: 100%;
	clear: both;
}
.content {
}
.contentContainer .content {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
}
.mainContent .content {
	width: 71.5%;
	float: left;
}
.halfContent .content {
	width: 50%;
	float: left;
}
.fullContent .content {
	width: 100%;
	float: none;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: 1.25;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	color: #585858;
}
.content h1 {
	color: #000;
	font-size: 24px;
	font-size: 1.5rem;
}

.content h2 {
	color: #000;
	font-weight: 200;
	font-size: 22px;
	font-size: 1.375rem;
}
.content h3 {
	color: #585858;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.125rem;
}
.content h4,
.content h5,
.content h6 {
	color: #878787;

}
.content p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.5;
}
.content ul,
.content ol {
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.content ul ul,
.content ol ol {
	margin-bottom: 0;
}
.content ul li,
.content ol li {
	line-height: 1.5;
}
.content blockquote {
	font-style: italic;
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.content iframe {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content table {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: 100%;
	text-align: left;
	line-height: 1.5;
}
.content table tr {
}
.content table tr th {
    padding: 4px;
    padding: 0.25rem;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}
.content table tr td {
	border-top: 1px dotted #ccc;
	padding: 4px;
    padding: 0.25rem;
    font-size: 12px;
    font-size: 0.75rem;
}
.content hr {
	border: none;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	display: block;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.content .entryContent {
	overflow: hidden;/*for gallery +20px*/
	width: 100%;
}



.content .articleContainer {

}
.content .articleContainer .article {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.content .articleContainer .article:last-child {
	border-bottom: none;
}
.content .articleContainer .article .thumbContainer {
	display: block;
	width: 100%;
	max-width: 320px;
	max-width: 20rem;
	float: left;
	margin: 0 30px 40px 0;
	margin: 0 1.875rem 2.5rem 0;
}
.content .articleContainer .article .thumbContainer img {
	width: 100%;
	height: auto;
}
.content .articleContainer .article .thumbContainer:hover img {
	opacity: 0.8;
}
.content .articleContainer .article .articleInfo {
	overflow: hidden;
}
.content .articleContainer .article h3 {
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e1e1e1;
}
.content .articleContainer .article h3 a {
	text-decoration: none;
}
.content .articleMeta {
	text-align: left;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e1e1e1;
	font-size: 12px;
	font-size: 0.75rem;
}
.content .articleMeta p {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 12px 0 0;
	padding: 0 0.75rem 0 0;
	margin: 0 12px 12px 0;
	margin: 0 0.75rem 0.75rem 0;
	border-right: 1px solid #808080;
	line-height: 1;
}
.content .articleMeta p:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.content .articleContainer .article .articleInfo p.excerpt {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.content .navBelow {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	overflow: hidden;
}
.content .navBelow .pageNav a {
	float: left;
	border: 1px solid #222;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	text-decoration: none;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.content .navBelow .pageNav a:hover {
	background-color: #fff;
}
.content .navBelow .navNext a {
	float: right;
}
.content .featureImage {
	padding: 20px 0;
	padding: 1.25rem 0;
}


.content a[href$='.pdf'], /*pdf*/
.content a[href$='.xls'], /*excel*/
.content a[href$='.csv'], /*excel*/
.content a[href$='.xlw'], /*excel*/
.content a[href$='.xlt'], /*excel*/
.content a[href$='.doc'], /*word*/
.content a[href$='.rtf'], /*word*/
.content a[href$='.wps'], /*word*/
.content a[href$='.txt'], /*word*/
.content a[href$='.zip'], /*compressed files*/
.content a[href$='.rar'], /*compressed files*/
.content a[href^="mailto:"] /*email*/ {
	display: inline-block;
	padding-left: 20px;
	padding-left: 1.25rem;
	background: url(images/icon-document.png) top left no-repeat;
	background-size: 16px 16px;
	background-size: 1rem 1rem;
}
.content a[href$='.xls'],
.content a[href$='.csv'],
.content a[href$='.xlw'],
.content a[href$='.xlt'] {

}
.content a[href$='.doc'],
.content a[href$='.rtf'],
.content a[href$='.wps'],
.content a[href$='.txt'] {

}
.content a[href^="mailto:"] {

}


/*________ FRONT PAGE ________*/

.homeSliderContainer {
	clear: both;
	width: 100%;
	height: 680px;
	height: 42.5rem;
	background-color: transparent;
}
.homeSliderContainer .homeSlider {
	position: relative;
	height: 100%;
}
.homeSliderContainer .homeSlider .slick-slide,
.homeSliderContainer .homeSlider .slick-track,
.homeSliderContainer .homeSlider .slick-list {
	height: 100%;
}
.homeSliderContainer .homeSlider .slide .image {
	display: block;
	width: 100%;
	height: 100%;
}
.homeSliderContainer .homeSliderContent {
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
}
.homeSliderContainer .homeSlider {
	position: relative;
}
.homeSliderContainer .homeSlider .slide img {
	width: 100%;
	height: auto;
	display: none
}
.homeSliderContainer .homeSlider .slide.side-1 img,
.homeSliderContainer .homeSlider .slide.slick-slide img {
	display: block;
}
.homeSliderContainer .homeSlider button.slick-prev,
.homeSliderContainer .homeSlider button.slick-next {
	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	margin-top: -1.25rem;
	left: 0;
	background: url(images/icon-arrow-left.png) center center no-repeat;
	background-size: contain;
	text-indent: -9999px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.homeSliderContainer .homeSlider button.slick-next {
	left: auto;
	right: 0;
	background-image: url(images/icon-arrow-right.png);
}
.homeSliderContainer .homeSlider button.slick-prev:hover,
.homeSliderContainer .homeSlider button.slick-next:hover {
	opacity: 0.8;
}

.homeSliderContainer .homeSlider .slick-dots {
	position: absolute;
	bottom: 100px;
	bottom: 6.25rem;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 200;
}
.homeSliderContainer .homeSlider .slick-dots li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 5px 10px;
	margin: 0 0.3125rem 0.625rem;
}
.homeSliderContainer .homeSlider .slick-dots li button {
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	text-indent: -9999px;
	border: 2px solid #fff;
	border: 0.125rem solid #fff;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.homeSliderContainer .homeSlider .slick-dots li.slick-active button,
.homeSliderContainer .homeSlider .slick-dots li button:hover {
	background-color: #fff;
}
.homeSlider .homeSliderContent .content h2 {
	font-weight: 400;
	margin: 0;
	font-size: 60px;
	font-size: 3.75rem;
	color: #fff;
	background: #fcaf1b;
	display: inline-block;
	padding: 20px;
	padding: 1.25rem;
}
.homeSlider .homeSliderContent .content span {
	display: inline-block;
	padding: 20px;
	padding: 1.25rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	color: #fcaf1b;
	background: #fff;
	font-size: 42px;
	font-size: 2.625rem;
}
.homeSlider .featureLinks {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.homeSlider .featureLinks a.btn {
	position: relative;
	overflow: hidden;
	font-size: 24px;
	font-size: 1.5rem;
	padding: 25px 0 25px 60px;
	padding: 1.5625rem 0 1.5625rem 3.75rem;
	width: 80%;
	text-align: center;
	font-weight: 600;
}

.homeSlider .featureLinks a.btn span {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	background-color: #fcaf1b;
}
.homeSlider .featureLinks a.btn span:after {
	background: transparent;
}
.homeSlider .featureLinks a.btn .icon {
	display: block;
	position: absolute;
	left: 17px;
	left: 1.0625rem;
	top: 50%;
	transform: translate(0,-50%);
	bottom: 0;
}
.homeSlider .featureLinks a.btn .icon[class*='icon-'] {
	width: 25px;
	height: 30px;
	width: 1.5625rem;
	height: 1.875rem;
	z-index: 2;
}
.homeSlider .featureLinks a.btn .icon.icon-phone {
	background: url(images/icon-nav-phone.png) no-repeat;
	background-size: 100%;
}
.homeSlider .featureLinks a.btn .icon.icon-location {
	background: url(images/icon-nav-location.png) no-repeat;
	background-size: 100%;
}
.homeSlider .featureLinks a.btn .icon.icon-document {
	background: url(images/icon-nav-document.png) no-repeat;
	background-size: 100%;
}
.sponsors {
	background: #ebebeb;
}
.sponsors img {
	padding: 58px 10px;
	padding: 3.625rem 0.625rem;
 	margin-left: auto;
	margin-right: auto;
}
.front-page-feed {
	background: #fff;
	padding: 60px 0;
	padding: 3.75rem 0;
	position: relative;
}
.front-page-feed .third .content {
	background: #f0f0f0;
	position: relative;
	overflow: hidden;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
 	padding-bottom: 50px;
	padding-bottom: 3.125rem;
}

.front-page-feed .third .content img {
	width: 100%;
	height: auto;
}
.front-page-feed .third .content h4 {
	color: #585858;
	font-weight: 400;
	display: block;
	padding: 0 0 20px 0;
	padding: 0 0 1.25rem 0;
	margin: 30px 20px 20px 20px;
	margin: 1.875rem 1.25rem 1.25rem 1.25rem;
	border-bottom:1px dashed #ddd;
	font-size: 24px;
	font-size: 1.5rem;
}
.front-page-feed .third .content p {
	padding: 0 20px 0 20px;
	padding: 0 1.25rem 0 1.25rem;
}
.front-page-feed .third .content a {
	padding: 20px;
	padding: 1.25rem;
	display: inline-block;
	color: #253993;
	position: absolute;
	bottom: 0
}
.homeContact {
	background: #f0f0f0;
	padding: 60px 0;
	padding: 3.75rem 0;
}
.homeContact h4 {
	display: inline-block;
	color: #585858;
	font-weight: 400;
	padding: 0 46px 20px 0;
	padding: 0 2.875rem 1.25rem 0;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	border-bottom:1px dashed #ddd;
	font-size: 24px;
	font-size: 1.5rem;
}
.contactContainer .icon.icon-phone {
	position: absolute;
	left: 0;
	width: 50px;
	height: 50px;
	width: 3.125rem;
	height: 3.125rem;
	background: url(images/icon-phone-contact.png) no-repeat;
	background-size: 100%;
}
.contactContainer .phone {
	position: absolute;
	line-height: 50px;
	line-height: 3.125rem;
}
.contactContainer .phone span {
	position: relative;
	padding-left: 60px;
	padding-left: 3.75rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #fcaf1b;
	font-size: 20px;
	font-size: 1.25rem;
}
.contactContainer .phone span a {
	color: inherit;
}
.mapContainer {
	position: relative;
	min-height: 250px;
	min-height: 15.625rem;
}
.news-feed {
	background: url(images/feedbg.jpg) no-repeat 50% 0;
	background-size: 100% 100%;
	min-height: 530px;
	min-height: 33.125rem;
	overflow: hidden;
	position: relative;
	padding: 60px 0;
	padding: 3.75rem 0;
}

.news-feed img.man {
	position: absolute;
	right: 20%;
	bottom: 0;
	max-width: 345px;
	height: auto;
}
.news-feed .two-thirds > .feed:nth-child(1) {
	margin-bottom: 1.25rem;
}
.news-feed .feed {
	background: #fff;
	overflow: hidden;
	position: relative;
}
.news-feed .feed img {
	width: 100%;
	height: 100%;
}
.news-feed .feed .thumb-container {
	float: left;
	width: 40%;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.news-feed .feed .content {
	float: right;
	padding: 32px;
	padding: 2rem;
	width: 60%;
}
.news-feed .feed .content h5 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
}
.news-feed .feed .content {
	font-size: 14px;
	font-size: 0.875rem;
}
.home-cta {
	text-align: center;
	padding: 120px 0;
	padding: 7.5rem 0;
}
.home-cta h2 {
	line-height: 60px;
	line-height: 3.75rem;
	font-size: 50px;
	font-size: 3.125rem;
}
.home-cta h2 span.dark {
	color: #585858;
	font-weight: 700;
}
.home-cta h2 span.yellow {
	color: #fcaf1b;
	font-weight: 700;
}
/*________ PROMO ________*/

.promo {
	padding: 30px 0;
	padding: 1.875rem 0;
}
.promo .third .promo-content {
	display: block;
}
.promo-content {
	background: #fcaf1b;
	padding: 30px 0;
	padding: 1.875rem 0.9375rem;
	text-align: center;
	position: relative;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
}
.promo-content:hover {
	background: #ebebeb;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 0.0625rem 0.125rem rgba(0, 0, 0, 0.3), 0 0 0.625rem rgba(0, 0, 0, 0.1) inset;
}
.promo-content:hover:before {
	content:"";
    position:absolute;
    z-index:-1;
    box-shadow:0 0 10px rgba(0,0,0,0.4);
    box-shadow:0 0 0.625rem rgba(0,0,0,0.4);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    left:0.625rem;
    right:0.625rem;
    border-radius:100px / 10px;
    border-radius:6.25rem / 0.625rem;
}
.promo .promo-content h3 {
	font-weight: 400;
	color: #253993;
	margin: 14px 0 20px;
	margin: 0.875rem 0 1.25rem;
	padding: 0;
	font-size: 30px;
	font-size: 1.875rem;
}
.promo .promo-content:hover h3 {
	color: #fcaf1b;
}
.promo .promo-content p {
	color: #fff;
	min-height: 93px;
	min-height: 5.8125rem;
}
.promo .promo-content p a {
	color: inherit;
}
.promo .promo-content:hover p {
	color: #878787;
}
.promo .promo-content .icon {
	display: block;
	width: 100px;
	height: 100px;
	width: 6.25rem;
	height: 6.25rem;
	margin: 0 auto;
}
.promo .promo-content .icon.icon-quote {
	background: url(images/icon-promo-pad.png);
	background-size: 100%;
}
.promo .promo-content:hover .icon.icon-quote {
	background: url(images/icon-promo-pad-hover.png);
	background-size: 100%;
}
.promo .promo-content .icon.icon-assistance {
	background: url(images/icon-promo-world.png);
	background-size: 100%;
}
.promo .promo-content:hover .icon.icon-assistance {
	background: url(images/icon-promo-world-hover.png);
	background-size: 100%;
}
.promo .promo-content .icon.icon-location {
	background: url(images/icon-promo-location.png);
	background-size: 100%;
}
.promo .promo-content:hover .icon.icon-location {
	background: url(images/icon-promo-location-hover.png);
	background-size: 100%;
}
/*________ CONTACT PAGE ________*/
.contactContainer {
	overflow: hidden;
}
.page-template-pages-contact .contactContainer fieldset {
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.page-template-pages-contact .contactContainer fieldset .single {
	width: 50%;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;

	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	clear: none;
}
.page-template-pages-contact .contactContainer fieldset .single.textarea {
	width: 100%;
}

/*________ SIDEBAR ________*/

.sidebar {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
}
.mainContent .sidebar {
	width: 28.5%;
	padding-left: 40px;
	padding-left: 2.5rem;
	float: left;
}
.halfContent .sidebar {
	width: 50%;
	float: left;
	padding-left: 40px;
	padding-left: 2.5rem;
}
.fullContent .sidebar {
	width: 100%;
	float: none;
}
.sidebar .content {
	width: 100%;
	padding: 0;
}
.sidebar .section {
	padding: 0 0 20px 0;
	padding: 0 0 1.25rem 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	text-align: center;
}
.sidebar .section p {
	padding: 0 20px 40px;
	padding: 0 1.25rem 2.5rem;
}
.sidebar .section h5,
.sidebar .section h6 {
	position: relative;
	font-size: 18px;
	padding: 20px 20px 20px 55px;
	padding: 1.25rem 1.25rem 1.25rem 3.4375rem;
	text-align: center;
	background: #253993;
	color: #fcaf1b;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	font-weight: 400;
}
.sidebar .section.search h5 {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
.sidebar .section.details {
	position: relative;
	padding-bottom: 0;
}
.sidebar .section.details
 .btn-container {
	position: absolute;
	bottom: 20px;
	width: 80%;
	margin-left: 10%;
}
.sidebar .section h3 {
	font-size: 28px;
	font-size: 1.75rem;
	color: #fcaf1b;
	padding: 0 0 20px 0;
	padding: 0 0 1.25rem 0;
}
.sidebar .section h3 a {
	color: inherit;
}
.sidebar .section h5 span,
.sidebar .section h6 span {
	color: #fff;
	font-weight: 600;
}
.sidebar .section ul.basicList {
	list-style: none;
	border-top: 1px dotted #ccc;
	margin: 0 20px;
	margin: 0 1.25rem;
}
.sidebar .section ul.basicList li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
}
.sidebar .section ul.basicList li a {
	position: relative;
	line-height: 1.5;
	padding: 8px 20px;
	padding: 0.5rem 1.25rem;
	display: block;
	text-decoration: none;
	text-align: left;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	font-size: 14px;
	font-size: 0.875rem;
}
.sidebar .section ul.basicList li a:after {
	transition: 0.1s ease-in-out all;
	content: '\00BB';
	position: absolute;
	left: 0;
}
.sidebar .section ul.basicList li a:hover {
	padding-left: 24px;
	padding-left: 1.5rem;
}

.sidebar .section ul.basicList li a:hover:after {
	transition: 0.1s ease-in-out all;
	content: '\00BB';
	position: absolute;
	left: 4px;
}

.sidebar form.searchform {
	position: relative;
}
.sidebar form.searchform .fieldContainer {
	overflow: hidden;
	position: relative;
}
.sidebar form.searchform .fieldContainer label {
	display: none
}
.sidebar form.searchform .fieldContainer input[type="text"] {
	height: 32px;
	height: 2rem;
	padding: 0 8px;
	padding: 0 0.5rem;
	font-size: 12px;
	font-size: 0.75rem;
	width: 90%;
	margin: 0 auto;
	background: #f0f0f0;
	border: 1px solid #ddd;
}
.sidebar form.searchform button[type="submit"] {
	text-indent: -9999px;
	border: none;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	background: none;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	margin-top: -0.5rem;
	right: 16px;
	right: 1rem;
}
.sidebar form.searchform button[type="submit"] img {
	width: 100%;
	height: auto;
}
.sidebar .icon {
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	width: 2.1875rem;
	height: 2.1875rem;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	margin-top: -1.0625rem;
	left: 32px;
	left: 2rem;
}
.sidebar .icon.icon-global {
	background: url(images/icon-sidebar-global.png) no-repeat;
	background-size: 100%;
}
.sidebar .icon.icon-ipad {
	background: url(images/icon-sidebar-ipad.png) no-repeat;
	background-size: 100%;
}
.sidebar .icon.icon-ipad2 {
	background: url(images/icon-sidebar-ipad2.png) no-repeat;
	background-size: 100%;
}
.sidebar .icon.icon-location {
	background: url(images/icon-sidebar-location.png) no-repeat;
	background-size: 100%;
}

/*________ FOOTER ________*/

.footer {
	position: relative;
	width: 100%;
	clear: both;
	background: #cacaca;
	line-height: 90px;
	line-height: 5.625rem;
	color: #585858;
	font-size: 14px;
	font-size: 0.875rem;
}
.footer a {
	color: inherit;
}
.footer span.right {
	float: right;
}
.footer span strong {
	font-weight: 500;
}
.footer a.top-link {
	width: 70px;
	height: 70px;
	width: 4.375rem;
	height: 4.375rem;
	position: absolute;
	left: 50%;
	top: 0;
	margin: -35px 0 0 -35px;
	margin: -2.1875rem 0 0 -2.1875rem;
	background: url(images/icon-top-link.png) no-repeat;
	background-size: 100%;

}
.footer a.top-link:hover {
	margin: -45px 0 0 -35px;
	margin: -2.8125rem 0 0 -2.1875rem;
	transition: 0.2s ease-in-out all;
}
/*________ FORMS ________*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  body select,
  body textarea,
  body input {
		font-size: 16px !important;
 	}
}

body ul.qq-upload-list-selector.qq-upload-list {
	display: block;
	clear: both;
	padding: 0;
}
.content form *,
.content form.elab_form *,
.content .fc_container form.elab_form * {
	font-family: inherit;
	outline: none;
	border: none;
}
.content form button,
.content form.elab_form button,
.content .fc_container form.elab_form button {
	color: #fff;
	float: right;
}
form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #878787;
}
form :-moz-placeholder { /* Firefox 18- */
	color: #878787;
	opacity: 1;
}
form ::-moz-placeholder {  /* Firefox 19+ */
	color: #878787;
	opacity: 1;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #878787;
}
.fc_container form.elab_form .footnote {
	display: none;
}
.fc_container form.elab_form .footnote.error-field {
	display: block
}
body div#sent {
	background: #fcaf1b;
	margin: 0;
}
.content form.elab_form fieldset .inputwrap span.fdbck {
	top: 17px;
	top: 1.0625rem;
}
.content form.elab_form fieldset input,
.content form.elab_form fieldset select {
	height: 50px;
	height: 3.125rem;
	padding: 0 10px;
	padding: 0 0.625rem;
	border: 1px solid #dddddd;
}
.content form.elab_form fieldset textarea {
	padding: 10px;
	padding: 0.625rem ;
	border: 1px solid #dddddd;
	height: 300px;
	height: 18.75rem;

}
form#contact_form_d8fe2 label {
	display: none;
}
form#contact_form_d8fe2 div#cnt_1_name-d8fe2,
form#contact_form_d8fe2 div#cnt_1_email_address-d8fe2
{
	width: 49%;
	margin: 0 0.5%;
	display: inline-block;
}
.page-id-43 .content form.elab_form fieldset textarea,
.page-id-43 .content form.elab_form fieldset input {
	background: #f0f0f0;
}
.page-id-43 .content form.elab_form fieldset #cnt_1_phone_number-d8fe2 {
	width: 100%;
}
.page-id-39 .content form.elab_form fieldset textarea,
.page-id-39 .content form.elab_form fieldset input,
.page-id-39 .content form.elab_form fieldset select,
.page-id-408 .content form.elab_form fieldset textarea,
.page-id-408 .content form.elab_form fieldset input,
.page-id-408 .content form.elab_form fieldset select {
	border: 1px solid #ddd;
}
.page-id-39 .content form.elab_form fieldset .thumb {
    width: 200px;
    width: 12.5rem;
    float: left;
    padding: 0 32px 16px 0;
    padding: 0 2rem 1rem 0;
}
.page-id-39 .content form.elab_form label {
	font-weight: 600;
}
.page-id-39 .content form.elab_form .submitContact,
.page-id-408 .content form.elab_form .submitContact{
	float: none;
}
.page-id-39 .content form.elab_form #cnt_2_vin_plate_photo-7a674 .desc em {
	font-size: 12px;
}
body .elab_form .qq-upload-button-selector.qq-upload-button > div {
	background: rgb(181, 181, 181);
	color: #fff;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
	border-radius: 0!important;
}
body .elab_form .qq-upload-button-selector.qq-upload-button {
    width: auto;
    display: inline-block;
    padding: 0;
    width: auto;
    margin: 10px 0 0 0;
		margin: 0.625rem 0 0 0;
		color: #fff;
		border-radius: 0;
}
.page-id-408 form.elab_form h3 {
  font-weight: bold;
    font-size: 120% !important;
  }
.page-id-408 form.elab_form fieldset textarea {
	height: 144px;
	height: 9rem;
}
    .page-id-408 form.elab_form fieldset {
      padding-top: 1rem;
        padding-top: 16px;
      }
body.page-id-408 form.elab_form fieldset ul {
     margin-left: 32px;
    margin-left: 2rem;
      }
body.page-id-408 form.elab_form fieldset ul li {
  font-size: 90% !important;
}

form p.formDisclaimer {
  font-size: 80%;
  padding-top: 16px;  
  padding-top: 1rem;
  }

.page-id-408 .quoteContainer {
     padding-bottom: 48px; 
      padding-bottom: 3rem; 
    }

.page .content .quoteContainer h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 0;
    padding: 0.375rem 0;
    clear: both;
}

/*________ GRID ________*/

.grid > div {
	float: left;
	padding: 0 20px;
	padding: 0 1.25rem;
	min-height: 1px;
}

.grid {
	width: 100%;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}
.grid .halve {
	width: 50%;
}
.grid .third {
	width: 33.33%;
}
.grid .two-thirds {
	width: 66.66%;
}
.grid .one-sixth {
	width:16.66%;
}


/*________ FAQ PAGE ________*/

.faqContainer {
	padding: 20px 0 0;
	padding: 1.25rem 0 0;
}
.faqContainer .faq {
	margin: 0 0 16px;
	margin: 0 0 1rem;
	border-bottom: 1px dotted #e5e5e5;
}
.faqContainer .faq h4 {
	padding: 0 0 16px;
	padding: 0 0 1rem;
}
.faqContainer .faq h4 a,
span.animate.text {
	color: #253993;
}
.faqContainer .faq h4 a {
	text-decoration: none;
	display: block;
	color: inherit;
}
.faqContainer .faq h4 a .icono {
	color: inherit;
	width: 12px;
	width: 0.75rem;
	height: 12px;
	height: 0.75rem;
	overflow: hidden;
	margin: -2px 8px 0 0;
	margin: -0.125rem 0.5rem 0 0;
}
.faqContainer [class*=icono-]:after,
.faqContainer [class*=icono-]:before {

	color: #fcaf1b;
}
.faqContainer .faq .faqContent {
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.faqContainer .faq.show .faqContent {
	height: auto;
	opacity: 1;
}

/*________ MISC ________*/

.btn,
form.elab_form button[type=submit].submitContact {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 17px 25px 17px 75px;
	padding: 1.0625rem 1.5625rem 1.0625rem 4.6875rem;
	text-align: center;
	background: #253993;
	color: #fff;
	border-radius: 0 5px 0 0;
	border-radius: 0 0.3125rem 0 0;
	overflow: hidden;
}
.btn span:after,
button.submitContact span:after {
	background: url(images/icon-btn-after.png) 50% 50% no-repeat;
	background-size: 20px 20px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 55px;
	height: 50px;
	width: 3.4375rem;
	height: 3.125rem;

}
.promo .btn span:after {
	background: url(images/icon-btn-after-blue.png) 50% 50% no-repeat;
	background-size: 20px 20px;
}
button.submitContact span:after {
	height: auto;
}
.btn:hover span:after,
form.elab_form button[type=submit].submitContact:hover span:after {
	transition: 0.2s ease-in-out all;
	transition-delay: 0.1s;
	background: url(images/icon-btn-after-blue.png) 50% 50% no-repeat #fff;
	background-size: 20px 20px;
	left: 60px;
}
.promo .btn:hover span:after {
	background: url(images/icon-btn-after.png) 50% 50% no-repeat #fcaf1b;
	background-size: 20px 20px;
}
.btn:hover,
form.elab_form button[type=submit].submitContact:hover {
	color: #fff;
	background: #253993;
}
.btn.icon-btn {
	padding: 20px 25px 20px 70px;
	padding: 1.25rem 1.5625rem 1.25rem 4.375rem;
}
.btn:before,
button.submitContact:before {
	border-radius: 0 5px 0 0;
	border-radius: 0 0.3125rem 0 0;
}
.btn span,
button.submitContact span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 55px;
	width: 3.4375rem;
	background: #fcaf1b;
}
.promo .btn span {
	background: #fff;
}
a.readMore {
	position: relative;
	padding-right: 16px;
	padding-right: 1rem;
	color: #253993;
}
a.readMore:after {
	content: '\00BB';
	position: absolute;
	right: 8px;
	right: 0.5rem;
}
a.readMore:hover:after {
	right: 0;
	transition: 0.1s ease-in-out all;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.mapContainer {
	position: relative;
	width: 100%;
}
.mapContainer .locationCanvas {
	width: 100%;
	height: 100%;
	position: absolute;
}
.mapContainer img {
	max-width: none;
}
.thumb-container {
	overflow: hidden;
}
ul#faqTerms {
	list-style: none;
}
.hyphenate { /*allow really big words to wrap*/
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.scrollFix {
    line-height: 29px;
		line-height: 29px;
 		overflow: hidden;
    white-space: nowrap;
}
.inlineBlocks {
	text-align: center;
	overflow: hidden;
	width: 100%;
}
.inlineBlocks .inlineBlock {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.hide {
	display: none;
}
.clearFix::after {
	clear: both;
	display: block;
	content: ' ';
	visibility: hidden;
	line-height: 0;
	height: 0;
}

button {
	cursor: pointer;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
    border:0;
    padding:0;
}

.navigation .wp-pagenavi span,
.navigation .wp-pagenavi a {
	border: none;
}

.flexibleContainer { /* Flexible iFrame */
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoContainer {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.animate,
.animate:hover,
.animate:focus,
.animate:active {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.animateZoom,
.animateZoomParent img,
.gallery .gallery-item img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.animateZoomParent:hover img,
.animateZoomParent:focus img,
.animateZoomParent:active img,
.animateZoom:hover,
.animateZoom:focus,
.animateZoom:active,
.gallery .gallery-item img:hover,
.gallery .gallery-item img:focus,
.gallery .gallery-item img:active {
	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/* Bounce To Right */
.hvr-bounce-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fcaf1b;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	/*-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;*/
}
.hvr-bounce-to-right:after {
	content: "";
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 60px;
	width: 3.75rem;
	bottom: 0;
	background: #253993;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:hover:after, .hvr-bounce-to-right:focus:after, .hvr-bounce-to-right:active:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*.homeSlider .featureLinks a.btn:hover span, */
.btn:hover span,
button.submitContact:hover span {
	transition: 0.5s ease-in-out all;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	left: -60px;
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.centerVertical {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.feedback {
	width: 100%;
	clear: both;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 16px 20px 0;
	padding: 1rem 1.25rem 0;
	color: #fff;
	margin: 0 auto 20px;
	margin: 0 auto 1.25rem;
}
.feedback.positive {
	background-color: #26ba3b;
}
.feedback.warning {
	background-color: #ffa800;
}
.feedback.negative {
	background-color: #ee3333;
}
.feedback p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.feedback.positive p {
	text-align: center;
}
.feedback ul {
	padding: 0 0 24px 40px;
	padding: 0 0 1.5rem 2.5rem;
}




ul.socialNav {
	text-align: left;
	width: auto;
}
ul.socialNav li {
	list-style: none;
	padding: 0 0 10px;
	padding: 0 0 0.625rem;
}
ul.socialNav li:not(:last-child) {
	padding-right: 10px;
	padding-right: 0.625rem;
}
ul.socialNav li a {
	display: block;
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	position: relative;
	border-radius: 2px;
	border-radius: 0.125rem;
	overflow: hidden;
}
ul.socialNav li a span {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
ul.socialNav li.facebook a span {
	background-color: #3b5998;
}
ul.socialNav li.twitter a span {
	background-color: #238ccc;
}
ul.socialNav li.instagram a span {
	background-color: #3f729b;
}
ul.socialNav li.youtube a span {
	background-color: #cd201f;
}
ul.socialNav li.googlePlus a span {
	background-color: #c13727;
}
ul.socialNav li.tripAdvisor a span {
	background-color: #26a146;
}
ul.socialNav li a span img,
ul.socialNav li a span svg {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
  	height: auto;
}
ul.socialNav li a:hover span,
ul.socialNav li a:focus span,
ul.socialNav li a:active span {
	background-color: #333 !important;
	-webkit-transform: scale(0.9);
  	transform: scale(0.9);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
ul.socialNav li a span * {
	fill: #fff;
}
ul.socialNav li.facebook a span svg,
ul.socialNav li.facebook a span img {
	max-width: 25%;
}
ul.socialNav li.twitter a span svg,
ul.socialNav li.twitter a span img {
	max-width: 50%;
}
ul.socialNav li.instagram a span svg,
ul.socialNav li.instagram a span img {
	max-width: 50%;
}
ul.socialNav li.youtube a span svg,
ul.socialNav li.youtube a span img {
	max-width: 50%;
}
ul.socialNav li.googlePlus a span svg,
ul.socialNav li.googlePlus a span img {
	max-width: 50%;
}
ul.socialNav li.pinterest a span svg,
ul.socialNav li.pinterest a span img {
	max-width: 40%;
}
ul.socialNav li.tripAdvisor a span svg,
ul.socialNav li.tripAdvisor a span img {
	max-width: 50%;
}
ul.socialNav li.linkedIn a span svg,
ul.socialNav li.linkedIn a span img {
	max-width: 50%;
}


/*________ WP IMAGES ________*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-left: 1.5rem;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.wp-caption {
	background: #f1f1f1;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 100%;
	padding: 4px;
	padding: 0.25rem;
	text-align: center;
}
.wp-caption img {
	padding: 4px 4px 0;
	padding: 0.25rem 0.25rem 0;
	max-width: 100%;
	height: auto;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 4px;
	padding: 0.25rem;
}
.wp-smiley {
	margin: 0;
}

.gallery {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	clear: both;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.firstImage {
	margin-top: -50px;
	margin-top: -3.125rem;
}
.gallery .gallery-item {
	width: 25%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 120px;
	min-width: 7.5rem;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2%;
}
.gallery-columns-8 .gallery-item {
	width: 12%;
}
.gallery .gallery-item a {
	display: block;
	background-color: #222;
	overflow: hidden;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
}
.gallery .gallery-item a img:hover {
	opacity: 0.8;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	text-align: center;
	line-height: 1.5;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}



/*________ WP PRINT ________*/

@media print {

}



/*________ RESPONSIVE ________*/

/* 1440px */
@media (max-width: 90em) {
	.news-feed {
		background: url(images/feedbg.jpg) no-repeat 50% 0;
		background-size: 150% 100%;
	}
	.news-feed img.man {
		right: 0;
	}

}

/* 1340px */
@media (max-width: 83.75em) {
	.homeSliderContainer .homeSlider .slide.slick-slide img {
		width: 130%;
		margin-left:-15%;
	}
}

/* 1240px */
@media (max-width: 77.5em) {
	html {
		font-size: 90%;
	}
}

/* 1140px */
@media (max-width: 71.25em) {
	html {
		font-size: 80%;
	}
}

/* 1040px */
@media (max-width: 65em) {

}

/* 940px */
@media (max-width: 58.75em) {
	.firstImage {
		margin-top: 0;
	}
	.homeSlider .featureLinks a.btn span {
		width: 48px;
	}
	.navContainer.stuck,
	.admin-bar .navContainer.stuck {
		position: relative;
		top: auto;
		left: auto;
	}
	.news-feed .grid,
	.news-feed .two-thirds {
		margin: 0;
		padding: 0;
	}
	.news-feed .third {
		display: none;
	}
	.news-feed .two-thirds {
		width: 100%;
	}
	.news-feed .feed {
		width: 49%;
		float: left;
	}
	.news-feed .feed .thumb-container,
	.news-feed .feed .content {
		width: 100%;
	}
	.news-feed .two-thirds > .feed:nth-child(1) {
		margin: 0 2% 0 0;
	}
	.mainNav a {
		padding: 0 20px;
		padding: 0 1.15rem;
	}

	.news-feed .feed .thumb-container {
		position: relative;
	}


	.homeSliderContainer .homeSlider .slick-dots {
		display: none! important;
	}
}

/* 840px */
@media (max-width: 52.5em) {
	.content .articleContainer .article .thumbContainer {
		max-width: 200px;
		max-width: 12.5rem;
		margin-right: 20px;
		margin-right: 1.25rem;
	}
	.news-feed {
		background: url(images/feedbg.jpg) no-repeat 50% 0;
		background-size: 180% 100%;
	}
	.mainNavToggle {
		display: block;
		float: right;
		margin: 40px;
		margin: 2.5rem;
		padding: 10px 17px;
		padding: 0.625rem 1.0625rem;
		background: rgba(0,0,0,0.8);
	}
	.mainNav {
		opacity: 0;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: 112px;
		top: 7rem;
		left: 0;
		width: 100%;
		padding: 0 20px;
		padding: 0 1.25rem;
	}
	.mainNav.show {
		opacity: 1;
		height: auto;
		overflow: visible;
	}
	.mainNav a {
		color: #fff;
		border: none !important;
		background: #fcaf1b;
		line-height: 50px;
		line-height: 3.125rem;
	}
	.mainNav li.navCall a {
		background: #fff;
		cursor: pointer;
	}
	.mainNav li {
		width: 100%;
		float: none;
		border: none !important;
		border-bottom: 1px solid #000 !important;
	}

	.mainNav > li {
		background-color: #222;
		background-color: rgba(0, 0, 0, 0.85);
	}
	.mainNav > li:first-child {
		border-radius: 6px 6px 0 0;
		border-radius: 0.375rem 0.375rem 0 0;
		overflow: hidden;
	}
	.mainNav > li:last-child {
		border-radius: 0 0 6px 6px;
		border-radius: 0 0 0.375rem 0.375rem;
		overflow: hidden;
	}
	.mainNav li:hover > ul {
		display: none;
	}
	.mainNav li.hover > ul {
		display: block;
	}
	.mainNav ul {
		width: 100%;
		position: relative;
		top: auto;
		left: auto !important;
		right: auto !important;
		text-align: left !important;
		border: none !important;
		margin-left: 0;
	}
	.mainNav > li > ul > li:first-child {
		padding: 0;
	}
	.mainNav > li > ul > li:first-child a:before {
		content: '';
		border: none;
	}
	.mainNav > li > ul li a:hover {
		color: #fcaf1b;
	}
	.mainNav .menu-item-has-children > a:after {
		border-color: transparent !important;
		border-top-color: #fff !important;
		left: auto !important;
		right: auto !important;
		top: 20px;
	}
	.mainNav .menu-item-has-children:hover > a:after {
		border-top-color: #fff !important;
	}
	.mainNav ul li {
		border: none !important;
		border-top: 1px solid #000 !important;
	}
	.mainNav ul a {
		padding-left: 32px;
		padding-left: 2rem;
		background-color: transparent;
	}
	.mainNav ul ul a {
		padding-left: 48px;
		padding-left: 3rem;
	}
	.contentContainer .content {
		float: none;
		width: 100%;
	}
	.contentContainer .sidebar {
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.homeSliderContainer .homeSlider .slide.slick-slide img {
		width: 250%;
		margin-left: -100%;
	}
	.featureLinks .third {
		/*width: 100%;
		margin-top: 5px;*/
		padding: 0;
	}
	.homeSlider .featureLinks a.btn {
		width: 98%;
	}
}

/* 740px */
@media (max-width: 46.25em) {
	.contactContainer .phone span {
		font-size: 14px;
		font-size: 0.875rem;
		padding-left: 0;
	}
	.contactContainer .icon.icon-phone {
		display: none;
	}
	body form.elab_form div.double {
		width: 100%;
		margin-right: 0;
	}
	body .qq-upload-list {
		padding: 0;
	}
	.page-id-39 .content form.elab_form label {
		padding: 16px 0;
		padding: 1rem 0;
		display: block;
		clear: both;
 	}
	.page-id-39 .content form.elab_form fieldset .thumb {
		width: 100%;
		display: block;
		padding: 0;

	}
	.footer p {
		text-align: center;
	}
	.homeContact .halve:first-child {
		margin-bottom: 20px;
		margin-bottom: 1.25rem;
 	}
	.homeSlider .homeSliderContent .content span {
		font-size: 24px;
		font-size: 1.5rem;
  	}
	.headerSlider img {
		width: 200%;
		margin-left: -50%;
	}
	.homeSlider .featureLinks a.btn {
		padding: 16px 0 16px 60px;
		padding: 1rem 0 1rem 3.75rem;
		width: 100%;
  	}
	.homeSlider .featureLinks h3 {
		padding-left: 10px;
		padding-left: 0.625rem;
		text-align: left;
 	}
	.promo .third {
		margin-bottom: 20px;
		margin-bottom: 1.25rem;
  	}
	.promo .third:last-child {
		margin-bottom: 0;
	}
	
	 .homeSliderContainer .homeSliderContent {
		 top: 67%;
		 left: 20px;
		 left: 1.25rem;
	 }
	.headerSliderContainer {
		height: 300px;
		height: 18.75rem;
	}
}

/* 640px */
@media (max-width: 40em) {
	.footer {
		line-height: 28px;
		padding-top: 32px;
		padding-top: 2rem;
	}
	.footer .wrapper {
		overflow: hidden;
	}
	.footer span.right {
		float: none;
		display: block;
	}
	.navContainer .mobileInfo {
		display: block;
	}
	.page-template-pages-contact .contactContainer {
		float: none;
		width: 100%;
	}
	.page-template-pages-contact .type-page {
		float: none;
		width: 100%;
		padding: 0 0 20px;
		padding: 0 0 1.25rem;
	}
	.grid {
		margin: 0;
	}
	.grid .third,
	.grid .halve {
		width: 100%;
	}
	.news-feed {
		background: url(images/feedbg.jpg) no-repeat 50% 0;
		background-size: 200% 100%;
	}
	.homeSlider .homeSliderContent .content h2 {
		font-size: 45px;
		font-size: 2.8125rem;
	}
	.homeSliderContainer .homeSlider .slide.slick-slide img {
		width: 180%;
		margin-left: -62%;
	}
	.header .logo {
		padding-left: 20px;
		padding-left: 1.25rem;
	 }
	 .homeSliderContainer {
	 	height: 464px;
	 	height: 29rem;
	 }
	 .homeSlider .featureLinks {
		position: relative;
		padding-top: 20px;
		padding-top: 1.25rem;
	}
	.promo {
		padding: 224px 0 30px;
		padding: 14rem 0 1.875rem;
	}

}

/* 540px */
@media (max-width: 33.75em) {
	.news-feed .two-thirds > .feed {
		width: 100%;
	}
	.news-feed .two-thirds > .feed:nth-child(1) {
		margin: 0 0 20px 0;
		margin: 0 0 1.25rem 0;
	}
	.sponsors .wrapper .content .logoSlide img {
		max-width: 150px;
		max-width: 9.375rem;
		max-height: 80px;
		max-height: 5rem;
  }
 .sponsors img {
	 padding: 20px 10px;
	 padding: 1.25rem 0.625rem;
  }
}

/* 440px */
@media (max-width: 27.5em) {
	.content .articleContainer .article .thumbContainer {
		max-width: 100%;
		margin-right: 0;
		float: none;
	}
	.alignleft,
	img.alignleft,
	.alignright,
	img.alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.gallery .gallery-item {
		width: 50% !important;
	}
	.homeSliderContainer .homeSlider .slide.slick-slide img {
		width: 300%;
		margin-left: -120%;
	}
	.homeSlider .homeSliderContent .content h2 {
		font-size: 32px;
		font-size: 2rem;
  	}
}

/* 340px */
@media (max-width: 21.25em) {
.header .logo {
	width: 100px;
	width: 6.25rem;
 }
}


/* HEIGHT */

/* 640px */
@media (max-height: 40em) {
	.navContainer.stuck,
	.admin-bar .navContainer.stuck {
		position: relative;
		top: auto;
		left: auto;
	}
}
