﻿.horizontal-tabs {
	position: relative;
	width: 100%;
	height:310px;
	background: #fff;
	margin:20px auto;
	text-align:center;
}

.tabs {
	display: block;
	/*justify-content: space-between;
	width: 100%;
	background: #efefef;*/
	overflow: hidden;border-bottom: 0px #CCCCCC solid
}

.horizontal-tabs input {
	display: none;
}

.horizontal-tabs label {
	display: inline-block;
	width: 18%;
	height: 170px;
    background: #fff;
	color: #021e27;
	padding:10px 0px;
	font-weight: 500;
	cursor: pointer;
	font-size:16px;
	box-sizing: border-box;
	text-align: center;
}


.horizontal-tabs label .headline-links {
	height:50px;
	line-height: 50px;
}

.horizontal-tabs label img{
	height: 100px;
	margin:auto auto 10px auto ;
}

.tab-content {
	position: absolute;
	width: 100%;
	height: calc(100% - 170px);
	bottom: 0;
	left: 0;
	background: #0083ca;
	box-sizing: border-box;
	overflow-y: hidden;
	padding: 1.5rem;
	z-index: -1;
	opacity: 0;
}

.tab-content h1 {
	font-size: 20pt;
	text-transform: uppercase;
	border-bottom: 5px solid #46907f;
	margin: 1rem 0;
	padding: 0 0 0.5rem 0;
}

.tabs input:checked + label {
	background:#fff;
	color: #ffffff;
}

.tabs input:checked + label .headline-links {
	background:#0083ca;
	color: #ffffff;
	height:50px;
	line-height: 50px;
}


.horizontal-tabs input:checked + label {
	transition: all ease 0.2s;
}

.tabs input:checked + label + .tab-content {
	z-index: 2;
	opacity: 1;
	transition: all ease 0.7s;
}




.page_container-1 {
    position: absolute;
    width: 60%;
    left:5%;
    padding: 15px;
    font-size:14px;
    color:#FFFFFF;
}



.page_container-2 {
    position: absolute;
    width: 63%;
    left:15%;
    padding: 15px;
    font-size:14px;
    color:#FFFFFF;
}


.page_container-3 {
    position: absolute;
    width: 60%;
    left:25%;
    padding: 15px;
    font-size:14px;
    color:#FFFFFF;
}

.page_container-4 {
    position: absolute;
    width: 60%;
    left:auto;
    right:15%;
    padding: 15px;
    font-size:14px;
    color:#FFFFFF;
}

.page_container-5 {
    position: absolute;
    width: 60%;
    left:auto;
    right:5%;
    padding: 15px;
    font-size:14px;
    color:#FFFFFF;
}


/* ================================================= */
/* GENERAL FORM STYLES
/* ================================================= */


div.page_container {
    padding: 70px 0;
}


section#section_marquee {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #1c2b3d;
	overflow: hidden;
}

section#section_marquee article {
	display: block;
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: auto;
	top: 0px;
	left: 0px;
}

section#section_marquee article.article_marquee_1 {
	position: relative;
}

section#section_marquee article.article_marquee_2 { opacity: 0;}
section#section_marquee article.article_marquee_3 { opacity: 0;}
section#section_marquee article.article_marquee_4 { opacity: 0;}

section#section_marquee article img {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	height: auto;
}

section#section_matrix {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 300px;
	background-color: #ffffff;
	overflow: hidden;
	padding-bottom: 0px;
}

section#section_matrix > div.page_container {
	width: 100%;
	width: calc(100% - 60px);
	max-width: 1100px;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
	position: relative;
}

section#section_matrix h3 {
	font-size: 40px;
	font-family:'Droid Serif W01 Bold';
	font-family: 'PT Serif', serif; font-weight: 700 !important;
	color: #02a5e2;
}

section#section_matrix ul.ul_values {
	display: block;
	list-style: none;
	padding-top: 40px;
	padding-bottom: 0px;
	overflow: hidden;
}

section#section_matrix ul.ul_values li {
	display: block;
	list-style: none;
	float: left;
	width: 20%;
	height: auto;
	overflow: hidden;
	position: relative;
}

section#section_matrix ul.ul_values li a {
	display: block;
	position: relative;
	height: auto;
	overflow: hidden;
	font-size: 20px;
	padding-bottom: 15px;
	font-family: "Futura LT W04 Medium Co1475874"; font-weight: normal;
	font-style: normal;
	text-align: center;
}

@media only screen and (max-width: 990px) {
	section#section_matrix ul.ul_values li a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 750px) {
	section#section_matrix ul.ul_values li a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 350px) {
	section#section_matrix ul.ul_values li a {
		font-size: 10px;
	}
}




section#section_matrix ul.ul_values li a.selected {
	background-color: #02a5e2;
}

section#section_matrix ul.ul_values li a img {
	display: block;
	position: relative;
	height: auto;
	width: 50%;
	padding: 25%;
	padding-bottom: 5%;
	padding-top: 0px;
	height: auto;
	background-color: #ffffff;
	margin-bottom: 15px;
}

section#section_matrix section.section_values {
	background-color: #02a5e2;
	padding: 50px;
	padding-top: 0px;
	display: none;
}

section#section_matrix section.section_values div.page_container {
	padding-top: 50px;
	width: 100%;
	max-width: 1100px;
}

section#section_matrix section.section_values h4 {
	color: #ffffff;
	font-size: 18px;
	width: calc(100% - 60px);
	padding: 30px;
	position: relative;
}

section#section_matrix section.section_values#section_1 div.page_container {
	width: 50%;
	padding-right: 50%;
}

section#section_matrix section.section_values#section_2 div.page_container {
	width: 50%;
	padding-right: 40%;
	padding-left: 10%;
}

section#section_matrix section.section_values#section_3 div.page_container {
	width: 50%;
	padding-right: 25%;
	padding-left: 25%;
}

section#section_matrix section.section_values#section_4 div.page_container {
	width: 50%;
	padding-right: 10%;
	padding-left: 40%;
}

section#section_matrix section.section_values#section_5 div.page_container {
	width: 50%;
	padding-right: 0%;
	padding-left: 50%;
}

@media only screen and (max-width: 900px) {
	section#section_matrix section.section_values div.page_container {
		width: 100% !important;
		padding-right: 0% !important;
		padding-left: 0% !important;
	}
}

section#section_matrix table {
	width: 100%;
	border-collapse: collapse;
}

section#section_matrix table td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #02a5e2;
	border-left: 0px;
	border-top: 0px;
	align-content: center;
	color: #ffffff;
	font-size: 40px;
	cursor: pointer;
	position:relative;
}

section#section_matrix table td button {
	text-align: center;
    vertical-align: middle;
    border: 0px solid #02a5e2;
    border-left: 0px;
    border-top: 0px;
    align-content: center;
    color: #ffffff;
    font-size: 40px;
    cursor: pointer;
    position: relative;
    background-color: #ffffff00;
}


section#section_matrix table td:hover {
	background-color: #1c2b3d;
}

section#section_matrix table td.selected {
	background-color: #02a5e2;
}

section#section_matrix table td img {
	width: 70%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline;
}

@media only screen and (max-width: 615px) {
	section#section_matrix table td img {
		width: 98%;
	}
}

section#section_matrix div.div_matrix_popup {
	display: none!important;
	width: 33%;
	max-width: 300px;
	height: auto;
	background-color: #02a5e2;
	position: absolute;
	top: 0px;
	left: 0px;
}


section#section_matrix div.div_matrix_popup h2 {
	color: #ffffff;
	font-size: 18px;
    font-family: 'Droid Serif W01 Bold';
	font-family: 'PT Serif', serif; font-weight: 700 !important;
	padding: 15px;
}

section#section_matrix div.div_matrix_popup p {
	color: #ffffff;
	font-size: 16px;
    font-family: "Futura LT W04 Medium Co1475874"; font-weight: normal;
	font-style: normal;
	padding: 15px;
	padding-top: 0px;
}

section#section_locations {
	display: block;
	position: relative;
	width: 100%;
	height: 485px;
	background-color: #ffffff;
	overflow: hidden;
	margin-bottom: -12px;
}

section#section_locations iframe {
	margin-top: -50px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}

section#section_locations div.page_container {
	display: block;
	padding-top: 50px;
	margin: auto;
	position: relative;
	z-index: 2;
	width: calc(100% - 60px);
    max-width: 1100px;
    padding-left: 30px;
    padding-right: 30px;
}

section#section_locations h3 {
	font-size: 40px;
	font-family:'Droid Serif W01 Bold';
	font-family: 'PT Serif', serif; font-weight: 700 !important;
	color: #ffffff;
}

section#section_quote {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	overflow: hidden;
}

section#section_quote div.page_container {
	display: block;
	padding-top: 50px;
	margin: auto;
	position: relative;
	width: calc(100% - 60px);
    max-width: 1100px;
    padding-left: 30px;
    padding-right: 30px;
	padding-bottom: 50px;
}

@media only screen and (max-width: 950px) {
	section#section_quote div.page_container {
		padding-bottom: 0px;	
	}
}

section#section_quote blockquote {
	font-size: 20px;
	font-family:'Droid Serif W01 Bold';
	font-family: 'PT Serif', serif; font-weight: 700 !important;
	color: #02a5e2;
	width: 100%;
	width: calc(100% -120px);
	padding: 30px;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
	overflow: hidden;
	font-style: normal;
	z-index: 2;
}

section#section_quote blockquote span {
	display: block;
	margin-bottom: 10px;
}

@media only screen and (max-width: 950px) {
	section#section_quote blockquote {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
}

section#section_quote p {
	display: block;
    position: relative;
    height: auto;
    overflow: hidden;
    font-size: 20px;
	text-transform: uppercase;
	font-family:"Futura LT W04 Light Con1475862";
	color: #2c4460;
}

section#section_quote p strong {
	font-family: "Futura LT W04 Medium Co1475874"; font-weight: normal;
	font-style: normal;
}

section#section_quote img {
	display: block;
	position: absolute;
}

section#section_quote img.quote_topleft {
	top: 0px;
	left: 0px;
}

section#section_quote img.quote_bottomright {
	right: 0px;
	bottom: 0px;
}

section#section_quote img.img_contact_quote {
	display: block;
    position: absolute;
	width: 30%;
	height: auto;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}

@media only screen and (max-width: 950px) {
	section#section_quote img.img_contact_quote {
		width: 80%;
		position: relative;
	}
}

section#section_newtwitter {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #02a5e2;
	overflow: hidden;
}

section#section_newtwitter div.page_container {
	display: block;
	padding-top: 50px;
	margin: auto;
	position: relative;
	width: calc(100% - 60px);
    max-width: 1100px;
    padding-left: 30px;
    padding-right: 30px;
	padding-bottom: 50px;
	background-image: url(../images/twitter_bg.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 500px 1200px;
}


section#section_newtwitter_inner {
	display: block;
	position: relative;
	font-size: 28px;
	color: #ffffff;
	font-family:"Futura LT W04 Light Con1475862";
	text-transform: uppercase;
	width: 50%;
	width: calc(50% - 60px);
	padding: 30px;
	margin-left: 50%;
}

@media only screen and (max-width: 950px) {
	section#section_newtwitter div.page_container {
		background-image: none;
	}
	
	section#section_newtwitter_inner {
		width: calc(100% - 70px);
		margin-left: 5px;
		margin-right: 5px;
	}
}

section#section_newtwitter_inner img {
	position: absolute;
}

section#section_newtwitter_inner span {
	color: #ffffff;
	display: block;
}

section#section_newtwitter_inner span a {
	color: #ffffff;
}

section#section_newtwitter_inner > div > span > a {
	color: #2c4460;
}

section#section_productsearch {
	display: none;
	position: relative;
	background-image: url(../images/productsearch.png);
	background-size: 2000px 445px;
	background-position: center -93px;
}

section#section_productsearch div.page_container {
	display: block;
	padding-top: 0px;
	margin: auto;
	position: relative;
	width: calc(100% - 60px);
    max-width: 1100px;
	min-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
	padding-bottom: 30px;
}

section#section_productsearch article {
	padding-top: 0px;
	width: auto;
	height: auto;
}

section#section_productsearch div.page_container h4 {
	color: #2C445C;
	font-size: 18px;
	width: calc(100% - 60px);
	padding: 30px;
	padding-bottom: 15px;
	position: relative;
	font-size: 40px;
    font-family: 'Droid Serif W01 Bold';
	font-family: 'PT Serif', serif; font-weight: 700 !important;
	display: none;
}

@media only screen and (max-width: 950px) {
	section#section_productsearch div.page_container h4 {
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		font-size: 30px;
		padding-bottom: 25px;
	}
}

section#section_productsearch article#article_home form#form_search_home input#con_Search {
	color: #2c4460;
	background-image: none !important;
	font-family:"Futura LT W04 Light Con1475862";
	width: 100%;
}

section#section_productsearch article#article_home form#form_search_home {
	margin: 0px;
	height: 79px;
}

@media only screen and (max-width: 950px) {
	section#section_productsearch article#article_home form#form_search_home {
		margin-left: -50px;
		width: 100%;
	}
}

section#section_productsearch article#article_home ul.ul_predict {
	margin-left: 80px;
	height: 200px;
}

/*

font-family:'Droid Serif W01 Regular';
font-family:'Droid Serif W01 Italic';
font-family:'Droid Serif W01 Bold';
font-family:'DroidSerifW01-BoldItali';

*/









