/****************

FONTS & COLOURS

font-family:'VAG Rounded LT W01 Thin';
font-family:'VAG Rounded LT W01 Light';
font-family:'VAG Rounded LT W01 Bold';

font-family: 'gotham_lightregular';
font-family: 'gotham_bookregular';
font-family: 'gotham_boldregular';

color: #333; dark grey
color: #009ad5; blue
color: #f9a639; yellow


****************/

html {
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 62.5%;
}
@media (max-width : 767px) {
	html {
		font-size: 56%;
	}
}
body {
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	font-family: 'gotham_bookregular';
	font-size: 1.6rem;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.tag {
    display: inherit;
    padding: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #333;
    text-align: inherit;
    white-space: inherit;
    vertical-align: inherit;
    border-radius: inherit;
}
input {
	outline: none !important;
}
.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#header:after,  
#footer:after,  
#content:after,  
#nav:after,  
.section:after,  
.article:after,  
.block:after {
	content: '.';
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/******************
****  TEXT STYLES
****
******************/
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    font-family:'VAG Rounded LT W01 Bold';
}
.h5, .h6, h5, h6 {
    font-family:'VAG Rounded LT W01 Light';
}
h1, .h1 {
	font-size: 5.0517rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 2rem;
}
h2, .h2 {
	font-size: 3.7897rem;
	font-weight: 400;
	margin-bottom: 2rem;
}
h3, .h3 {
	font-size: 2.843rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
}
h4, .h4 {
	font-size: 2.843rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
}
h5, .h5 {
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
}
h6, .h6 {
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
}
p {
	font-size: 1.6rem;
	font-weight: 300;
	margin: 0 0 2rem;
	line-height: 1.5;
}
a {
	color: #009ad5;
	text-decoration: none;
	cursor: pointer;
}
a,
a:hover,
button,
button:hover,
a i,
button i,
.btn,
.btn:hover,
input[type=submit],
input[type=submit]:hover{
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
	color: #002157;
	text-decoration: none;
	cursor: pointer;
}
a:hover,
a:focus,
a:active,
button:focus,
button:active {
	outline: none;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto
}
strong, b {
	font-weight: 600;
}
hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 2rem;
}

.btn .lnr {
	font-size: 1.6rem;
}
.btn,
.button {
    padding: .9rem 2.5rem !important;
    font-family:'VAG Rounded LT W01 Bold';
	font-size: 1.6rem !important;
    text-transform: uppercase;
	border: none;
}
.btn-custom-blue {
	background-color: #008dd0;
	color: #fff !important;
}
.btn-custom-blue:hover,
.btn-custom-blue:active,
.btn-custom-blue:focus {
	background-color: #002157;
	color: #fff !important;
}
.btn-custom-yellow {
	background-color: #fcb833;
	color: #fff !important;
}
.btn-custom-yellow:hover,
.btn-custom-yellow:active,
.btn-custom-yellow:focus {
	background-color: #d97e07;
	color: #fff !important;
}
.btn-custom-jade {
	background-color: #00b5ac;
	color: #fff !important;
}
.btn-custom-jade:hover,
.btn-custom-jade:active,
.btn-custom-jade:focus {
	background-color: #01918a;
	color: #fff !important;
}
.btn-custom-pink {
	background-color: #d24c6f;
	color: #fff !important;
}
.btn-custom-pink:hover,
.btn-custom-pink:active,
.btn-custom-pink:focus {
	background-color: #b13b5a;
	color: #fff !important;
}
.btn-custom-green {
	background-color: #bcd85f;
	color: #fff !important;
}
.btn-custom-green:hover,
.btn-custom-green:active,
.btn-custom-green:focus {
	background-color: #a0bb48;
	color: #fff !important;
}
.btn-custom-orange {
	background-color: #f37053;
	color: #fff !important;
}
.btn-custom-orange:hover,
.btn-custom-orange:active,
.btn-custom-orange:focus {
	background-color: #d85d41;
	color: #fff !important;
}
.btn-custom-magenta {
	background-color: #6edbd5;
	color: #fff !important;
}
.btn-custom-magenta:hover,
.btn-custom-magenta:active,
.btn-custom-magenta:focus {
	background-color: #51bcb6;
	color: #fff !important;
}
.btn-custom-purple {
	background-color: #7f3f98;
	color: #fff !important;
}
.btn-custom-purple:hover,
.btn-custom-purple:active,
.btn-custom-purple:focus {
	background-color: #682e7e;
	color: #fff !important;
}
.btn-custom-white {
	background-color: #fff;
	color: #000 !important;
}
.btn-custom-white:hover,
.btn-custom-white:active,
.btn-custom-white:focus {
	background-color: #002157;
	color: #fff !important;
}


.sct-pink {
	background-color: rgba(210, 77, 112, 1);
}
.sct-green {
	background-color: rgba(188, 216, 95, 1);
}
.sct-orange {
	background-color: rgba(243, 112, 83, 1);
}
.sct-magenta {
	background-color: rgba(110, 219, 213, 1);
}
.sct-purple {
	background-color: rgba(127, 63, 152, 1);
}


.btn-custom-light {
	background-color: #fff;
	color: #252525 !important;
	box-shadow: 0px 2px 10px -13px #fff;
}
.btn-custom-light:hover {
	color: #252525 !important;
	box-shadow: 0px 2px 10px -3px #000;
}
.btn-custom-light-pin {
	background-color: transparent;
	border: 2px solid #fff;
	color: #252525 !important;
	box-shadow: none;
}
.btn-custom-light-pin:hover {
	color: #252525 !important;
	box-shadow: none;
	
}
.btn-custom-lg {
	font-size: 2.4rem!important;
}
.input-group-btn > .btn {
    position: relative;
    min-height: 38px;
}
.text-blue {
	color: #008dd0;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 1.5rem;
}
.table thead th,
.table thead th.th-blue {
    background: #008dd0;
    color: #fff;
}
.table thead th.th-yellow {
	background-color: #fcb833;
	color: #fff !important;
}
.table thead th.th-jade {
    background-color: rgba(0, 181, 173, 1);
    color: #fff;
}
.table thead th.th-pink {
	background-color: rgba(210, 77, 112, 1);
	color: #fff !important;
}
.table thead th.th-green {
    background-color: rgba(188, 216, 95, 1);
    color: #fff;
}
.table thead th.th-orange {
	background-color: rgba(243, 112, 83, 1);
	color: #fff !important;
}
.table thead th.th-magenta {
    background-color: rgba(110, 219, 213, 1);
    color: #333;
}
.table thead th.th-purple {
	background-color: rgba(127, 63, 152, 1);
	color: #fff !important;
}




.sct-jade {
	background-color: rgba(0, 181, 173, 1);
}
.sct-pink {
	background-color: rgba(210, 77, 112, 1);
}
.sct-green {
	background-color: rgba(188, 216, 95, 1);
}
.sct-orange {
	background-color: rgba(243, 112, 83, 1);
}
.sct-magenta {
	background-color: rgba(110, 219, 213, 1);
}
.sct-purple {
	background-color: rgba(127, 63, 152, 1);
}

/****************

HEADER 2017

****************/
body {
	background-color: #fff;
}
header {
	position: fixed;
	width: 100%;
	top: 20px;
	z-index: 999;
}
.header-container {
	box-shadow: 0px 2px 10px -3px #000;
    border-radius: 5px;
}
.header-upper {
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px;
}
.header-lower {
	background-color: #008dd0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px 40px;
	color: #fff;
	position: relative;
}
.header-logo {
	display: inline-block;
}
.header-logo a {
	display: block;
	outline: none;
}
.header-nav {
	float: right;
}
.menu-main-top-navigation-container,
.search-button {
	float: left;
}

/*** vision six search form **/
header .webform_step .footer-form-field {
	width:100%;
	display: block;
	float:none;
}
header .em_wfe_form {
	width:100%;
	overflow:hidden;
}
header .em_wfe_form .webform_step {
    width: 100% !important;
    background-color: transparent !important;
    padding: 0px 0px !important;
}
header .em_wfe_form .webform_step >div:first-child .wfe_component {
	margin:0px 0px !important;
}
header .em_wfe_form .webform_step .wfe_component {
    padding: 0px 0px !important;
    width: 100%;
    background-color:transparent !important;
    margin-bottom:10px;
}
header .em_wfe_form .webform_step .wfe_component td {
	display:block;
	width:100%;
	padding:0px 0px !important;
}
header .em_wfe_form .webform_step .wfe_component td label {
	color:#fff !important;
    font-family: 'VAG Rounded LT W01 Bold' !important;
    display:none;
}	
header .em_wfe_form .webform_step .wfe_component td input {
    width: 100% !important;
    min-height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: 1px solid #aaa;
    font-family: 'VAG Rounded LT W01 Bold';
    border-radius: 6px;
    color: #aaa;
}
header .em_wfe_form .webform_step .wfe_button {
	width: 100%;
    min-height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: 1px solid #aaa;
    font-family: 'VAG Rounded LT W01 Bold' !important;
    border-radius: 6px;
    color:#fff;
    background-color: #fdb933;
    text-align:left;
}


/* old form */
.search-btn {
	background: none;
	border: none;
	outline: none;
	padding: 31px 15px 35px 15px;
	font-size: 20px;
	overflow: hidden;
	position: relative;
}

.search-btn:before {
	content: '';
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #008dd0;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	-webkit-transition: bottom 0.2s;
	transition: bottom 0.2s;
}
.search-btn.active:before {
	bottom: 0;
	-webkit-transition: bottom 0.2s;
	transition: bottom 0.2s;
}

.search-box #searchfield {
	background-color: transparent;
	border: none;
	color: #fff;
	font-family:'VAG Rounded LT W01 Bold';
	font-size: 1.6rem;
}
.search-box #searchfield::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.search-box #searchfield::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.search-box #searchfield:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.search-box #searchfield:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
.search-box {
	margin: 30px;
}
.search-box .input-group-btn {
	display: none;
}

.header-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-nav ul li {
	margin: 0;
	float: left;
}
.header-nav ul li a {
	color: #555;
	font-family:'VAG Rounded LT W01 Bold';
	font-size: 14px;
	display: block;
	padding: 38px 14px;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
}
.header-nav ul li a:hover,
.header-nav ul li a:active, 
.header-nav ul li a:focus,
.header-nav ul li.current-menu-item a{
	color: #008dd0;
}
.header-nav ul li a:before {
	content: '';
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #008dd0;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	-webkit-transition: bottom 0.2s;
	transition: bottom 0.2s;
}
.header-nav ul li a:hover:before,
.header-nav ul li.current-menu-item a:before,
.header-nav ul li.active a:before {
	bottom: 0;
	-webkit-transition: bottom 0.2s;
	transition: bottom 0.2s;
}
.header-nav ul li[class|="mega-menu"] a:after {
	content: "\f107";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 8px;
}
.mega-menu-container {
	position: absolute;
	background-color: #008dd0;
	width: 100%;
	top: 0;
	left: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0px 2px 10px -3px #000;
	padding: 0px 30px;
	
}
.mega-menu-block {
	display: none;
}
.mega-menu-column {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.6rem;
}
.mega-menu-column h3{
	margin-bottom: 15px;
	font-size: 1.6rem;
}

.mega-menu-column .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mega-menu-column .menu a {
	display: block;
	padding: 4px 0px;
	font-family:'VAG Rounded LT W01 Light';
	color: #fff;
}
.mega-menu-column .menu a:hover,
.mega-menu-column .menu a:active,
.mega-menu-column .menu a:focus {
	color: #f9a639;
}

/****
MENU WIDGETS
*/
.mega-menu-column p {
    font-size: 1.4rem;
}
.mega-menu-column select, 
.mega-menu-column textarea, 
.mega-menu-column input[type="text"], 
.mega-menu-column input[type="number"], 
.mega-menu-column input[type="email"], 
.mega-menu-column input[type="tel"] {
    border: 1px solid #00ade3;
}
.mega-menu-column .gform_button {
    background-color: #f9a639;
}
.mega-menu-column .gform_button:hover {
	background-color: #d97e07;
	color: #fff;
}
.mega-menu-column .gfield {
    margin-bottom: 0.5rem;
}

.rpwe-block ul{
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.rpwe-block li{
	border-bottom: 1px solid #00ade3;
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}

.rpwe-block a{
	display: inline !important;
	text-decoration: none;
	color: #fff;
}
.rpwe-block h3{
	background: none !important;
	clear: none;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	font-size: 1.4rem !important;
	line-height: 1.5em;
	color: #fff;
}
.rpwe-thumb{
	box-shadow: none !important;
	margin: 2px 0px 2px 10px;
}
.rpwe-summary{
	font-size: 1.2rem;
}
.rpwe-time{
	color: #f9a639;
	font-size: 1.2rem;
}
.rpwe-comment{
	color: #bbb;
	font-size: 11px;
	padding-left: 5px;
}
.rpwe-alignleft{
	display: inline;
	float: left;
}
.rpwe-alignright{
	display: inline;
	float: right;
}
.rpwe-aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.rpwe-clearfix:before,
.rpwe-clearfix:after{
	content: "";
	display: table !important;
}
.rpwe-clearfix:after{
	clear: both;
}
.rpwe-clearfix{
	zoom: 1;
}


/****
FOR MOBILE
*/
.header-button {
	float: right;
}
.header-button button {
	background: none;
	border: none;
	outline: none;
	padding: 31px 10px 35px 15px;
	font-size: 22px;
	overflow: hidden;
	position: relative;
	color: #009ad5;
}
.header-button button:hover,
.header-button button:focus,
.header-button button:active {
	color: #333;
}

.mobile-search-container,
.mobile-menu-container{
	margin: 30px;
}


/****************

BREADCRUMBS

****************/
#breadcrumbs {
	font-size: 1.2rem;
    padding: 10px 0px;
    position: absolute;
    top: 130px;
    z-index: 998;
	color: #fff;
}
#breadcrumbs a {
	color: #f9a639;
}
@media (max-width : 767px) {
	#breadcrumbs {
		display: none;
	}
}
.page-template-page-home #breadcrumbs {
	display: none;
}

/****************

MAIN CONTENT

****************/
.content-header {
	background: url(../images/headers/gcam_header_01.jpg) 50% 50% no-repeat fixed;
	background-size: cover;
	position: relative;
	text-align: center;
	padding-bottom: 80px;
	margin-bottom: -60px;
	color: #fff;
}
.content-header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,33,87,0.8);
}
.content-header-no-margin {
	margin-bottom: 0px;
}
.content-header-home {
	padding-bottom: 120px;
	margin-bottom: 0px;
}
.content-header-home:before {
	background-color: rgba(0,33,87,0.6);
}
.content-header h2 {
	color: #f9a639;
}
.content-header .posted-on {
	color: #fff;
	font-family:'VAG Rounded LT W01 Light';
	font-size: 1.6rem;
}
.content-header-home img {
    width: 100%;
    height: auto;
}
#main-content > section:first-of-type {
	padding-top: 200px;
}

@media (max-width : 767px) {
	#main-content > section:first-of-type {
		padding-top: 170px;
	}
}

/****************

CUSTOMER POLL

****************/
.modal .gform_wrapper {
	width: 100%;/*padding: 0px 15px;*/
}
.modal h4 {
	background-color: transparent !important;
}
.fade.in {
	background-color: rgba(0,0,0,0.4);
}
.modal input[type='radio'] {
	margin-left: 3px;
}
.modal .gform_wrapper ul.gfield_radio li input+input {
	margin-left: 4px;
	width: 80%;
}
.modal .top_label .gfield_label {
	margin-bottom: 20px !important;
	margin-top: 0px !important;
}
.modal-video .modal-body {
    padding: 0;
}
.modal-video .modal-body .content-video {
    margin-bottom: 0px;
}
.modal-video .modal-body iframe {
    border: none;
}
.modal .modal-header h3 {
	margin-bottom: 0px;
	font-size: 2rem;
}

/****************

SECTIONS 

****************/
.section-centered {
	text-align: center;
	padding: 60px 0px;
}
.section-title {
	font-family:'VAG Rounded LT W01 Bold';
	font-size: 1.6rem;
	color: #009ad5;
	margin: 0px 0px 30px;
	text-align: center;
}
.section-title:after {
	content: '';
	width: 100px;
	display: block;
	margin: 15px auto;
	border-bottom: 1px solid #009ad5;
}
.partners-widget {
	margin: 30px 0px;
}
.sct-banded {
	padding: 60px 0px;
}
.sct-blue {
	background-color: #008dd0;
}
.sct-yellow {
	background-color: #fcb833;
}
.sct-jade {
	background-color: rgba(0, 181, 173, 1);
}
.sct-pink {
	background-color: rgba(210, 77, 112, 1);
}
.sct-green {
	background-color: rgba(188, 216, 95, 1);
}
.sct-orange {
	background-color: rgba(243, 112, 83, 1);
}
.sct-magenta {
	background-color: rgba(110, 219, 213, 1);
}
.sct-purple {
	background-color: rgba(127, 63, 152, 1);
}
.sct-top-padding {
	padding-top: 60px;
}
.sct-btm-padding {
	padding-bottom: 60px;
}
.sct-no-padding {
	padding-top: 0px;
	padding-bottom: 0px;
}
.sct-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}

.sct-blue,
.sct-jade, 
.sct-pink,
.sct-purple {
	color: #fff;
}
.sct-blue a,
.sct-pink a,
.sct-jade a,
.sct-purple a {
	color: #f9a639;
}
.sct-blue a:hover,
.sct-blue a:focus,
.sct-blue a:active,
.sct-pink a:hover,
.sct-pink a:focus,
.sct-pink a:active,
.sct-jade a:hover,
.sct-jade a:focus,
.sct-jade a:active,
.sct-purple a:hover,
.sct-purple a:focus,
.sct-purple a:active { 
	color: #d97e07;
}

/****************

ALERTS

****************/

.alert-custom {
	background-color: #e6def2;
	border-color: #e0d4f2;
	color: #ab80ec;
}
.alert-custom .alert-link {
	color: #7e36e9;
}


/****************

Full Width Video Content 

****************/

.content-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	margin-bottom: 30px;
	height: 0;
}
.content-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/****************

PAGES : HOME

****************/
.countdown-container {
	margin: 0px 0px 30px;
	text-align: center;
}
.countdown-title {
	font-family:'VAG Rounded LT W01 Thin';
	font-size: 1.4rem;
	color: #f9a639;
	margin: 0px 0px 0px;
	letter-spacing: 3px;
}
.countdown {
	font-family:'VAG Rounded LT W01 Bold';
	font-size: 6rem;
	color: #fff;
	margin: 0px 0px 20px;
	letter-spacing: 2px;
}
.countdown .time {
	font-family:'VAG Rounded LT W01 Bold';
	font-size: 6rem;
	line-height: 1;
	color: #fff;
	margin: 0px 15px 20px;
	letter-spacing: 2px;
	display: inline-block;
}
.countdown span.time > span {
	font-family:'VAG Rounded LT W01 Bold';
	font-size: 1.2rem;
	color: #fff;
	margin: 0px auto 10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-color: rgba(0, 141, 208, 1);
	border-radius: 12px;
	display: block;
	text-align: center;

}
.countdown-cta {
	margin: 0px 0px 20px;
}
#live-webcast-btn {
    margin-left: 20px;
}
#live-webcast-btn:hover {
    opacity: 0.7;
}
#live-webcast-btn img {
    width: 170px;
    height: auto;
}
@media (max-width: 767px) { 
    #live-webcast-btn {
        margin: 0;
        display: block;
    }
    #live-webcast-btn img {
        margin: 20px auto 0;
    }
}
#live-results-btn {
    font-family: 'VAG Rounded LT W01 Bold';
    font-size: 28px;
    margin-right: 10px;
	min-width: 120px;
}
.live-results-btn2 {
    font-family: 'VAG Rounded LT W01 Bold';
    font-size: 16px;
    color:#FFF !important;
	border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    margin-bottom:10px;
    padding-bottom: 40px;
}
.live-results-btn2:hover {
    background-color: #fff;
    color: #252525 !important;
}
@media (max-width: 767px) { 
    #live-results-btn {
        display: block;
        margin: 0 0 10px 0;
    }
    .live-results-btn2 {
        display: block;
    }
}
.header-social {
	margin: 3rem 0 0;
	text-align: center;
}
.header-social a {
	color: #fff;
	display: inline-block;
	margin: auto 10px;
	font-size: 2.6rem;
}
.header-social a:hover,
.header-social a:focus, 
.header-social a:active {
	color: #00b5ac;
}
@media (max-width : 991px) {
	.countdown .time {
		font-size: 5rem;
		margin: 0px 10px 20px;
	}
}

.home-races-container {
	display: flex;
	flex-wrap: nowrap;
}
.race-box {
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 99;
	flex: 1;
}
.race-box-btm {
	margin-bottom: -60px;
	padding: 140px 0px;
}
.race-box-top {
	margin-top: -60px;
	padding: 140px 0px;
}
.race-box-inner {
	position: relative;
}
.race-blue {
	background-color: rgba(0, 141, 208, 0.9);
}
.race-blue .race-box-inner  {
	background-color: rgba(0, 141, 208, 1);
}
.race-box .btn  {
	font-size: 1.2rem !important;
	min-width: 120px;
}
.race-blue .btn  {
	color: #008dd0;
}
.race-box img {
	width: 100px;
	height: 100px;
	margin: -50px auto 15px;
	display: inline-block;
}
.race-yellow {
	background-color: rgba(253, 185, 51, 0.9);
}
.race-yellow .race-box-inner  {
	background-color: rgba(253, 185, 51, 1);
}
.race-yellow .btn  {
	color: #fdb933;
}
.race-jade {
	background-color: rgba(0, 181, 173, 0.9);
}
.race-jade .race-box-inner  {
	background-color: rgba(0, 181, 173, 1);
}
.race-jade .btn  {
	color: #00b5ac;
}
.race-pink {
	background-color: rgba(210, 77, 112, 0.9);
}
.race-pink .race-box-inner  {
	background-color: rgba(210, 77, 112, 1);
}
.race-pink .btn  {
	color: #d24c6f;
}
.race-green {
	background-color: rgba(188, 216, 95, 0.9);
}
.race-green .race-box-inner  {
	background-color: rgba(188, 216, 95, 1);
}
.race-green .btn  {
	color: #bcd85f;
}
.race-box p  {
	position: relative;
    top: 15px;
}
@media (max-width : 767px) {
	.home-races-container {
		display: block;
	}
	.race-box-btm {
		margin-bottom: 0px;
		padding: 80px 0px;
	}
	.race-box-top {
		margin-top: 0px;
		padding: 80px 0px;
	}
}

.sct-marathon-video {
	background: url(../images/home_bg_01.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 200px 0px;
}
.fw-image-text-layout {
	text-align: center;
	padding: 4rem 6rem 3rem;
    background-color: rgba(0, 33, 87, 0.9);
}
.fw-image-text-layout h2 {
	font-family:'VAG Rounded LT W01 Bold';
	font-size: 2.4rem;
	color: #f9a639;
	margin: 0px 0px 30px;
	letter-spacing: 1px;
}
.fw-image-text-layout h3 {
	font-family:'VAG Rounded LT W01 Light';
	font-size: 1.4rem;
	color: #fff;
	margin: 0px 0px 10px;
	letter-spacing: 1px;
}
.fw-image-text-layout p {
	font-size: 1.4rem;
	color: #fff;
	margin: 0px 0px 25px;
}


.sct-home-3-col {
	background: url(../images/home_bg_02.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 500px 0px 0px;
}
.three-col-inner {
	text-align: center;
	padding: 50px 30px;
	color: #fff;
}
.three-col-inner h2 {
	font-family:'VAG Rounded LT W01 Bold';
	font-size: 2.4rem;
	margin: 0px 0px 30px;
	letter-spacing: 1px;
}
.three-col-inner h3 {
	font-family:'VAG Rounded LT W01 Light';
	font-size: 1.4rem;
	color: #fff;
	margin: 0px 0px 10px;
	letter-spacing: 1px;
}
.col-yellow .three-col-inner h2 {
	color: #009ad5;
}
.col-navy .three-col-inner h2 {
	color: #f9a639;
}
.col-yellow .three-col-inner,
.col-yellow .three-col-inner h3{
	color: #252525;
}

.post-date {
	font-family:'VAG Rounded LT W01 Light';
	font-size: 1.4rem;
	color: #009ad5;
	margin-bottom: 10px;
}



.col-navy {
	background-color: rgba(0, 33, 87, 0.9);
}
.col-yellow {
	background-color: rgba(253, 185, 51, 0.9);
}

.testimonial-image img {
	border-radius: 50%;
    max-width: 200px;
    float: right;
}
.testimonial-text {
	padding-top: 20px;
}
.testimonial-text h5 {
	color: #252525;
	font-family:'VAG Rounded LT W01 Bold';
	font-size: 2rem;
	margin-bottom: 10px;
}
@media (max-width : 991px) {
	.testimonial-image,
	.testimonial-text {
		text-align: center;
	}
	.testimonial-image img {
		max-width: 150px;
		float: none;
	}
}

/**********
***  BOXED CONTENT
**/
.boxed-content {
	overflow: hidden;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 3px 15px -3px #000;
	color: #252525;
	margin-bottom: 10px;
}
.boxed-image {
	display: block;
	border-bottom: 3px solid #fff;
	position: relative;
}
.boxed-image:after {
	content: '';
    border-bottom: 3px solid #009ad5;
    height: 0;
    position: absolute;
    width: 0%;
    bottom: -1px;
}
.boxed-image:hover:after {
    width: 100%;
	-webkit-transition: width 0.7s ease-out;
	transition: width 0.7s ease-out;
}
.boxed-text {
	padding: 17px 20px 5px 20px;
}
.boxed-text h4 {
	font-size: 2rem;
	color: #252525;
}
.boxed-text p {
	font-size: 1.4rem;
	color: #252525;
}

/** Social Hub **/
.social-hub-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.social-hub-header {
	background: url('../images/GCmarathon.jpeg')no-repeat left;
	background-size: cover;
	height: 300px;
	width: 100%;
	position: relative;
	z-index: -1;
	margin-top: -42px;
	display: none;
}
.social-hub-header .social-hub-wrapper {
	position: relative;
	height: 100%;
}
.social-hub-heading {
	position: absolute;
	bottom: 30px;
	right: 20px;
}
.social-hub-heading h1, .social-hub-heading h5 {
	text-align: right;
}
.social-hub-heading h1 {
	font-family: 'shineregular';
	font-size: 40px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.4);
	margin-top: 0px;
}
.social-hub-heading h5 {
	font-family: 'aliveregular';
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
}
.blue-text {
	color: #1266af;
}
.yellow-text {
	color: #fdab2b;
}
.zoomphSocialHub .scrollToTop {
	padding: 24px 24px 18px 24px !important;
}
/** social hub content **/
.zoomphSocialHub .fx-squarebottom-inside {
	background-color: rgba(0,0,0,0.3);
}
/* reply tweet */
.zoomphSocialHub .fx-reply, .zitemModalForground .fx-reply {
	background: url("../images/socialhub-sprite.png") no-repeat scroll -120px -821px transparent !important;
	display: inline-block;
	height: 27px;
	margin: 0 5px;
	width: 20px;
}
/* retweet */
.zoomphSocialHub .fx-retweet, .zitemModalForground .fx-retweet {
	background: url("../images/socialhub-sprite.png") no-repeat scroll -119px -868px transparent !important;
	display: inline-block;
	height: 27px;
	margin: 0 5px;
	width: 25px;
}
/* favourite */
.zoomphSocialHub .fx-favorite, .zitemModalForground .fx-favorite {
	background: url("../images/socialhub-sprite.png") no-repeat scroll -120px -917px transparent !important;
	display: inline-block;
	height: 27px;
	margin: 0 5px;
	width: 19px
}
/* igicon */
.zoomphSocialHub .squareImg .igIcon {
	background: url("../images/socialhub-sprite.png") no-repeat -67px -426px !important;
	height: 20px;
	margin-left: 10px;
	width: 20px;
}
/* ig heart */
.zoomphSocialHub .squareImg .fx-igLink {
	background: url("../images/socialhub-sprite.png") no-repeat scroll -167px -1169px transparent !important;
}
/* twitter icon large */
.zoomphSocialHub .squareImg .twitterIcon {
	background: url("../images/socialhub-sprite.png") no-repeat scroll -20px -524px transparent !important;
	height: 20px;
	margin-left: 10px;
	width: 20px;
}
/** icon square **/
.zoomphSocialHub .squareOne .fx-wrap {
	margin: 5px;
	position: relative;
	height: 190px;
	background: #fff;
	padding: 0;
	border: #e1e1e1 solid 1px;
	overflow: hidden;
	box-shadow: 0px !important;
}
/** social hub header */
.zoomphSocialHub .fx-filterContBg {
	margin: 0 0 10px 0;
	padding: 0 0;
	width: 100%;
	background-color: #fff;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-bottom: 3px solid #ccc;
}
/** social hub filter **/
.fx-filter[data-name="zpoints"], .fx-filter[data-name="facebook"], .fx-filter[data-name="images"] {
	display: none !important;
}
/** share icons **/
.modalTWShare, .zoomphSocialHub .hubTWShare, .modalFBShare, .zoomphSocialHub .hubFBShare, .modalEmailShare, .zoomphSocialHub .hubEmailShare {
	background-color: #428bca !important;
	box-shadow: none !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.modalTWShare, .zoomphSocialHub .hubTWShare:hover, .modalFBShare, .zoomphSocialHub .hubFBShare:hover, .modalEmailShare, .zoomphSocialHub .hubEmailShare:hover {
	background-color: #fdab2b !important;
}
/** modal window **/
.zitemModalBGGrey {
	z-index: 100 !important;
}
.zitemModalForground {
	border-top-color: #428bca !important;
	top: 98px !important;
	z-index: 100 !important;
}

@media(max-width:1200px) {
.social-hub-wrapper {
	max-width: 800px !important;
}
}

@media(max-width:860px) {
.social-hub-wrapper {
	max-width: 600px !important;
}
}

@media(max-width:782px) {
.social-hub-wrapper {
	max-width: 400px !important;
}
}
/****************

PAGES : SEARCH

****************/
.searchform input[type=text] {
	width: auto;
}

/****************

POSTS 

****************/
.main-article {
	padding-bottom: 60px;
}
.post-item {
	padding: 24px 0px;
    border-bottom: 1px solid #ddd;
	position: relative;
}
.post-item:after {
	content: '';
    border-bottom: 1px solid #009ad5;
    height: 0;
    position: absolute;
    width: 0%;
    bottom: -1px;
}
.post-item:hover:after {
    width: 100%;
	-webkit-transition: width 0.7s ease-out;
	transition: width 0.7s ease-out;
}
.posted-in {
	padding: 8px 15px;
    background: #f1f1f1;
    font-size: 12px;
    border-radius: 5px;
}
.posted-on {
	font-size: 12px;
	margin-bottom: 15px;
}
.post-item-tag,
.post-item-category {
	display: inline-block;
	margin-right: 5px;
}
.post-item-thumb {
	margin-bottom: 10px;
}
.post-item-thumb a {
	display: block;
	border-bottom: 8px solid #008dd0;
    border-radius: 5px;
}
.post-item-title {
	margin-bottom: 4px;
}
article#content-main {
	margin-bottom: 30px;
}
.navigation {
	margin: 30px 0px;
	text-align: center;
}
.wp-paginate {
	padding: 0;
	margin: 0;
}
.wp-paginate li {
	display: inline-block;
	list-style: none;
	width: 30px;
	line-height: 30px;
	margin: 5px;
}
.wp-paginate a {
	background: #ddd;
	color: #555;
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 30px;
	border-radius: 5px;
}
.wp-paginate a:hover, .wp-paginate a:active {
	background: #ccc;
	color: #333;
}
.wp-paginate .title {
	color: #333;
}
.wp-paginate .gap {
	color: #333;
}
.wp-paginate .current {
	color: #fff;
	background: #009ad5;
	display: block;
	line-height: 30px;
	border-radius: 5px;
}
/****************

SIDEBAR 

****************/

.test-xxx {
	height: 100px;
	background: #1266af;
}
#sidebar {
	position: relative;
	z-index: 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar .xoxo > li {
	margin-bottom: 40px;
	padding: 0px 20px 20px;
	background: #f6f6f6;
	position: relative;/*overflow: hidden;*/
}
#sidebar .xoxo > li:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 200%;
	height: 100%;
	top: 100%;
	left: 0px;
	z-index: 0;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
/*#sidebar .xoxo > li.widget_wpb_widget {
	padding: 0px;
	background: #fff;
}*/
#sidebar .xoxo > li h3.widget-title {
	width: 100%;
	padding: 20px 32px;
	margin: 0px -30px -20px;
	background-size: contain !important;
	background: url('../images/sidebar-heading-green-lg.png') 0% 50% no-repeat;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: -30px;
	position: relative;
	color: white;
	font-size: 22px;
}
#sidebar .xoxo > li:nth-child(3) h3.widget-title, #sidebar .xoxo > li.widget_tc_instagram_widget h3.widget-title {
	background: url('../images/sidebar-heading-orange-lg.png') 0% 50% no-repeat !important;
}
#edh-wrapper {
	max-width: 170px;
	margin: 0px auto;
	display: block;
}
#sidebar .xoxo > li li a {
	display: block;
	padding: 4px 0px;
	color: #282828;
	border-bottom: 1px solid #ddd;
}
#sidebar .xoxo > li li a:hover {
	color: #1266af;
	text-decoration: none;
	background: #fafafa;
}
#sidebar .xoxo > li li.current-menu-item a, #sidebar .xoxo > li li.current-cat a {
	color: #1266af;
	text-decoration: none;
	background: #fafafa;
}
#sidebar .xoxo > li li.current-menu-item a:before, #sidebar .xoxo > li li.current-cat a:before {
	content: '»';
	float: right;
}
#sidebar .tcr-insta-list {
	margin: 0px !important;
}
#sidebar .tcr-insta-list li {
	width: 46% !important;
	margin: 0px !important;
}
#sidebar .tcr-insta-list .photo.last {
	float: right !important;
}
#sidebar .tcr-insta-list li img {
	border: none !important;
	padding: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/****************

EVERYDAY HERO WIDGET

****************/
.edh-leaderboard {
	box-sizing: border-box;
	width: 100%;
	max-width: 285px;
	line-height: 1;
	position: relative;
}
.edh-leaderboard__head {
	background: transparent url('http://d2h3g7rbnequ8a.cloudfront.net/goldcoast-airport-marathon-2015/blue-header.png') no-repeat 0 50% !important;
	color: #fff;
	/*font-family: 'shineregular', 'gotham_bookregular', 'Helvetica Neue', sans-serif;
	height: 61px;
	width: 100%;
	text-align: middle;
	position: absolute;
	top: -30px;
	left: 0;
	font-size: 22px;*/
}
.edh-leaderboard__title,  .edh-leaderboard__raised {
	display: inline-block;
	/*width: 40%;
	position: relative;
	top: 20px;
	left: 22px;*/
}
.edh-leaderboard__title {
	text-align: left;
}
.edh-leaderboard__raised {
	text-align: right;
}
.edh-leaderboard__items {
	background: #F6F6F6;
	/*width: 90%;*/
	max-width: 263px;
	margin: 0 auto;
	padding: 0px 0 10px;
}
/*.edh-leaderboard__items:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 200%;
	height: 100%;
	top: 100%;
	left: 0px;
	z-index: 0;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}*/
.edh-leaderboard__items > a,  .edh-leaderboard__items > a:hover {
	box-sizing: border-box;
	display: inline-block;
	width: 50%;
	padding: 4px 5px;
	line-height: 1;
	text-decoration: none;
}
.edh-leaderboard__items > a > img {
	width: 100%;
}
@media (max-width: 992px) {
	.edh-leaderboard__title {
	  display: none !important;
	}
}
/****************

NEWS 

****************/
.related-articles-title small {
	color: #fff;
	font-family:'VAG Rounded LT W01 Bold';
	font-size: 1.6rem;
	display: block;
}
.related-articles-title {
	color: #fff;
	font-family:'VAG Rounded LT W01 Thin';
	font-size: 3rem;
	display: block;
	line-height: 1;
	margin-bottom: 3rem;
}
.related-article {
	overflow: hidden;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 3px 15px -3px #000;
}
.related-article-image {
	display: block;
	border-bottom: 3px solid #fff;
	position: relative;
}
.related-article-image:after {
	content: '';
    border-bottom: 3px solid #009ad5;
    height: 0;
    position: absolute;
    width: 0%;
    bottom: -1px;
}
.related-article-image:hover:after {
    width: 100%;
	-webkit-transition: width 0.7s ease-out;
	transition: width 0.7s ease-out;
}
.related-article-text {
	padding: 17px 20px 5px 20px;
}
.related-article-text h4 {
	font-size: 2rem;
	color: #252525;
}
.related-article-text p {
	font-size: 1.4rem;
	color: #252525;
}

@media (max-width : 992px) {
	.related-articles > div {
		margin-bottom: 15px;
	}
	.related-articles > div:last-child {
		display: none;
	}
}


/* OLD STUFF */

#latest-news {
	min-height: 100px;
	padding: 30px 0px;
	background: url('../images/bg-poly-whiter.png') 50% 20px no-repeat #d0dd2b;
	color: #282828;
	margin-top: 60px;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: inset 0 -38px 56px -38px #9aa90e;
	;
	-moz-box-shadow: inset 0 -38px 56px -38px #9aa90e;
	;
	box-shadow: inset 0 -38px 56px -38px #9aa90e;
	;
}
#latest-news > .container {
	position: relative;
}
#latest-news h3 {
	position: absolute;
	top: -77px;
	left: 0px;
	width: 243px;
	color: #fff;
	background: url('../images/latest-news-heading.png') 0 0 no-repeat;
	float: left;
	line-height: 67px;
	padding: 0px 30px;
}
#latest-news h2 a {
	text-decoration: none !important;
	color: #1266af;
}
#latest-news h2 a:hover {
	color: #428bca;
}

/****************

SOCIAL CONTENT

****************/
#social {
	background: url(../images/GCAM17_42km_After_Start.jpg) 50% 50% no-repeat fixed;
	background-size: cover;
	position: relative;
	text-align: center;
	padding: 60px 0;
}
.social-container {
	position: relative;
}
#social:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,33,87,0.8);
}
.social-tag:after {
	content: '';
	width: 100px;
	height: 4px;
	margin: 20px auto;
	display: block;
	background-color: #008dd0;
	border-radius: 2px;
}
.social-tag i.fa {
	color: #fff;
	font-size: 3rem;
	display: block;
	margin-bottom: 10px;
}
.social-tag-small {
	color: #fff;
	font-family:'VAG Rounded LT W01 Thin';
	font-size: 2.4rem;
	display: block;
}
.social-tag-large {
	color: #f9a639;
	font-family:'VAG Rounded LT W01 Bold';
	font-size: 6rem;
	display: block;
}
.social-tag-large:hover {
	color: #d97e07;
}
.tcr-insta-list {
	margin: 0px !important;
	text-align: center;
}
.tcr-insta-list li {
	max-width: 167px;
	width: 9%;
	height: auto;
	display: inline-block;
	float: none !important;
    list-style: none !important;
    margin-right: 1% !important;
    margin-bottom: 1% !important;
    margin-left: 1% !important;
    margin-top: 1% !important;
}

.tcr-insta-list li img {
	border: none !important;
	padding: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
@media (max-width : 767px) {
	.tcr-insta-list li {
		display: none;
	}
	.tcr-insta-list li:first-of-type,
	.tcr-insta-list li:last-of-type {
		display: inline-block;
		width: 40%;
	}
}





/****************

SPONSORS 

****************/
#sponsors {
	position: relative;
	z-index: 3;
}
#sponsors ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#sponsors li {
	display: inline-block;
}
/****************

FOOTER 

****************/
footer {
	position: relative;
	overflow: hidden;
	padding: 60px 0px 160px;
	background: #008dd0;
	color: #fff;
	font-size: 1.6rem;
	font-family:'VAG Rounded LT W01 Light';
}
.fundraising {
	font-family:'VAG Rounded LT W01 Thin';
	font-size: 1.4rem;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.fundraising #raise-total {
	font-family:'VAG Rounded LT W01 Bold';
	font-size: 4.4rem;
	letter-spacing: 2px;
	color: #f9a639;
	line-height:  1.3;
}
.copyright {
	text-align: center;
	font-size: 1.4rem;
	margin: 60px 0px 0px;
}

footer h3 {
	font-family:'VAG Rounded LT W01 Bold';
	font-size: 1.6rem;
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover,
footer a:active,
footer a:focus {
	color: #f9a639;
}
footer ul {
	margin: 0px 0px 15px;
	padding: 0px;
}
footer ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
footer ul.menu li a {
	display: block;
	padding: 4px 0px;
	font-family:'VAG Rounded LT W01 Light';
	line-height: 1.2;
}
footer .sub-menu {
	display: none !important;
}
footer a i.fa {
	font-size: 3rem;
}

.footer-form-field {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.footer-form-field > div {
	padding-right: 10px;
}
.footer-form-field input {
	width: 100%;
	padding: 8px 12px;
	font-family:'VAG Rounded LT W01 Bold';
	color: #555;
	border-radius: 5px;
	text-align: left;
	min-height: 40px !important;
}
.footer-form-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #555;
	font-family:'VAG Rounded LT W01 Bold';
}
.footer-form-field input::-moz-placeholder { /* Firefox 19+ */
	color: #555;
	font-family:'VAG Rounded LT W01 Bold';
}
.footer-form-field input:-ms-input-placeholder { /* IE 10+ */
	color: #555;
	font-family:'VAG Rounded LT W01 Bold';
}
.footer-form-field input:-moz-placeholder { /* Firefox 18- */
	color: #555;
	font-family:'VAG Rounded LT W01 Bold';
}
.footer-form-field input.wfe_button {
	background-color: #fdb933;
	color: #fff;
	border: none;
}
/* vision 6 form */

footer .webform_step .footer-form-field {
	width:100%;
	display: block;
	float:none;
}
footer .em_wfe_form {
	width:100%;
	overflow:hidden;
}
footer .em_wfe_form .webform_step {
    width: 100% !important;
    background-color: transparent !important;
    padding: 0px 0px !important;
}
footer .em_wfe_form .webform_step > div:first-child .wfe_component {
	width:100%;
    margin: 0px 0px !important;
}
footer .em_wfe_form .webform_step .wfe_component {
    padding: 0px 0px !important;
    width: 48%;
    margin-right:2%;
    float:left;
    background-color:transparent !important;
    margin-bottom:10px !important;
}
footer .em_wfe_form .webform_step .wfe_component td {
	display:block;
	width:100%;
	padding:0px 0px !important;
}
footer .em_wfe_form .webform_step .wfe_component td label {
	color:#fff !important;
    font-family: 'VAG Rounded LT W01 Bold' !important;
    display:none;
}	
footer .em_wfe_form .webform_step .wfe_component td input {
    width: 100% !important;
    min-height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: 1px solid #aaa;
    font-family: 'VAG Rounded LT W01 Bold';
    border-radius: 6px;
    color: #aaa;
}
footer .em_wfe_form .webform_step .wfe_button {
	width: 100%;
    min-height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border: 1px solid #aaa;
    font-family: 'VAG Rounded LT W01 Bold' !important;
    border-radius: 6px;
    color:#fff;
    background-color: #fdb933;
    text-align:left;
}

.footer-social {
	margin: 3rem 0 0;
	text-align: center;
}
.footer-social a {
	color: #fff;
	display: inline-block;
	margin: auto 10px;
}

@media (max-width : 767px) {
	footer {
		text-align: center;
	}
}

#mc_signup_form label {
	font-family: 'gotham_bookregular';
	color: #fff;
	text-shadow: 1px 1px 3px #1059a5;
}
.mc_required {
	color: #ed1c24;
}
#mc-indicates-required {
	font-size: 11px;
	color: #fdab2b;
}
.mc_signup_submit {
	text-align: left !important;
}
.mc_success_msg {
	color: #fdab2b !important;
}


/****************

FORMS 

****************/

.gform_body ul {
	padding: 0 !important;
}
.gform_wrapper {
	margin: 0 0 20px;
}
.gform_wrapper ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
.gform_wrapper form {
	margin-bottom: 0;
}
.gsection_title {
	font-size: 2rem;
	margin: 4rem 0 0;
}
.gfield_radio input,  .gfield_checkbox input {
	vertical-align: 0;
}
.gfield_radio label,  .gfield_checkbox label {
	display: inline-block;
	margin-left: 8px;
}
.gform_description {
	margin-bottom: 15px;
	display: block;
}
.gfield_label {
	font-family: 'gotham_boldregular';
	font-size: 1.2rem;
}
.gform_wrapper .gfield_required {
	color: #FF0000;
	padding-left: 1px;
}
.ginput_container_date .ginput_container_date {
	display: inline-block;
	width: 100px;
	margin-right: 1.5rem;
}
.ginput_container_date .ginput_container_date label {
	font-size: 1rem;
}
.gform_wrapper .validation_message {
	display: none;
}
.validation_error,  #gforms_confirmation_message {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.validation_error,  .gform_wrapper .gfield_error input[type=text],  .gform_wrapper .gfield_error input[type=tel],  .gform_wrapper .gfield_error input[type=email],  .gform_wrapper .gfield_error textarea,  .gform_wrapper .gfield_error select {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.gform_wrapper .gfield_error label {
	color: #b94a48;
}
.ginput_left {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.ginput_right {
	width: 50%;
	float: left;
}
.ginput_left label,  .ginput_right label {
	font-size: 1em;
}
select,  textarea,  input[type="text"],  input[type="password"],  input[type="datetime"],  input[type="datetime-local"],  input[type="date"],  input[type="month"],  input[type="time"],  input[type="week"], input[type="number"],  input[type="email"],  input[type="url"],  input[type="search"],  input[type="tel"],  input[type="color"],  .uneditable-input {
	width: 100%;
	min-height: 38px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	font-size: 1.4rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	border: 1px solid #aaa;
	font-family: 'gotham_bookregular';
}
textarea {
    padding: 1.5rem;
}
.gfield {
	margin-bottom: 1.5rem;
}
.ginput_complex span {
    display: block;
    font-size: 1.2rem;
}
.gform_button {
	background-color: #008dd0;
	color: #fff;
	border-radius: 5px;
}
.gform_button:hover {
	background-color: #002157;
	color: #fff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #555;
	font-family:'VAG Rounded LT W01 Bold';
}
::-moz-placeholder { /* Firefox 19+ */
	color: #555;
	font-family:'VAG Rounded LT W01 Bold';
}
:-ms-input-placeholder { /* IE 10+ */
	color: #555;
	font-family:'VAG Rounded LT W01 Bold';
}
:-moz-placeholder { /* Firefox 18- */
	color: #555;
	font-family:'VAG Rounded LT W01 Bold';
}


/****************

ROYALSLIDER 

****************/
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background-color: transparent !important;
}
.rsUni .rsBullet span {
    background: #fff !important;
}
.rsUni .rsBullet.rsNavSelected span {
    background-color: #008dd0 !important;
}
.rsUni .rsBullet {
	width: 8px !important;
	height: 8px !important;
}


