@charset "UTF-8";
/* CSS Document */

/*
font-family: 'Bangers', cursive; 400
font-family: 'Share', cursive; 400,700 | Italic

Teal - #1DCAD3 / 29,202,211
Blue - #003DA6 / 0,61,166

Text - #222425 / 34,36,37
Drk Gray - #686868 / 104,104,104
Lt Gray - #D8D8D8 / 216,216,216
*/

@media screen and (max-width: 64.063em) {

}
@media screen and (max-width: 40.063em) {

}

body {
	color: #A5A5A5;
	background: #222425;
	font-family: 'Share', cursive;
	font-weight: 400;
	position: relative;
	margin: 0;
	padding: 0;		
}

.top_gradient {
	position: absolute;
	width: 100%;
	height: 265px;
	left: 0;
	top: 0;
	right: 0;
	z-index: 5;
	
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

@media screen and (max-width: 64.063em) {

.top_gradient {
    display: none;
}	
	
}


#deco {
    width: 150vh;
    height: 150vh;
	top: -25vh;
	right: -25vh;
    position: absolute;
    overflow: hidden;
	z-index: 3;
}
#a, #b {
    position: absolute;
    width: 100vh;
    height: 100vh;	
	z-index: 3;
}
#a {
	top: 0;
	left: 0;
}
#b {
    bottom: 0;
    right: 0;
}
#a svg, #b svg {
	width: 100%;
	height: 100%;
	opacity: 0.65;
}

.secondary_header #deco {
    width: 100vh;
    height: 100vh;
	top: -27vh;
	right: -25vh;
}
.secondary_header #a, .secondary_header #b {
    width: 66.6vh;
    height: 66.6vh;	
}

@media screen and (max-width: 40.063em) {

#deco {
    display: none;
}	
	
}



/**************NEWS ALERT**************/

.news_alert {
	position: relative;
	font-family: 'Bangers', cursive;
	font-weight: 400;
	width: 100%;
	left: 0px;
	right: 0px;
	margin: 0;
	background: #1DCAD3;
	background: rgba(29,202,211,0.65);
	color: #D8D8D8;	
	text-align: center;
	z-index: 100;
}
.news_alert p {
	line-height: 1.35;
	font-size: 1.15rem;
	padding: 0.5rem 1.65rem;
}
.news_alert p span {
	color: #1DCAD3;
	margin: 0rem 0.35rem;
}
.news_alert p a,.news_alert p a:visited {
	color: #FFFFFF;
}
.news_alert p a:hover,.news_alert p a:focused {
	color: #D8D8D8 !important;
}

header.smaller .news_alert {
	display: none;
}

/**************END NEWS ALERT**************/


/******** COMING SOON ********/

.coming_soon {
	position: relative;
	width: 100vw;	
	height: 100vh;
	overflow: hidden;
	z-index: 1;
	
	background: url(../img/bg/full/open-road.jpg);
	background-attachment: scroll;	
	background-repeat: no-repeat;
	background-position: center;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.coming_soon h1, .coming_soon h2, .coming_soon h3, .coming_soon h4, .coming_soon h5, .coming_soon h6 {
	font-family: 'Bangers', cursive;
	font-weight: 400;
	padding: 0rem;
	display: inline-block;
	margin: 0;
	line-height: 1.35;
	/*font-size: 3.65rem;*/
	color: #FFFFFF;
}
.coming_soon h2 {
	font-size: 6.65rem;
}
.coming_soon p {
	color: #FFFFFF;
}

@media screen and (max-width: 64.063em) {

.coming_soon {	
	min-height: 100vh;
	overflow: auto;
	
	background: #1DCAD3;
}	
	
}


/******** HOMEPAGE ********/

.homepage {
	position: relative;
	width: 100vw;	
	overflow: hidden;
	z-index: 1;	
}

@media screen and (max-width: 40.063em) {
.homepage {
	height: auto;
	/*padding: 15.85rem 0rem 1.85rem 0rem;*/	
	padding: 50px 0rem 1.85rem 0rem;	

	background-attachment: scroll;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;	
}
}

/***** VISNAV TOP *****/

.visnav {
	position: relative;
	z-index: 2;
}
.visnav img {
	/*width: 65%;*/
	margin-bottom: 1.65rem;
}
.visnav h1, .visnav h2, .visnav h3, .visnav h4, .visnav h5, .visnav h6 {
	font-family: 'Bangers', cursive;
	font-weight: 400;
	padding: 0rem;
	display: inline-block;
	margin: 0;
	line-height: 1.35;
	font-size: 2.65rem;
	color: #FFFFFF;
}
.visnav h2 {
	font-size: 6.65rem;
}

.visnav .padding {
	padding: 1.65rem;	
}


.visnav p {
	color: #8E8E8E;
	font-size: 1rem;
	margin-bottom: 1.65rem;
	padding: 0rem;
}


.visnav .visnav_box {
	text-align: center;
}
.visnav .visnav_list {
	color: #FFFFFF;
}

@media screen and (max-width: 40.063em) {

.homepage .visnav {
	background-image: none !important;
	margin: 1.65rem auto 4.65rem auto;	
}
.mobile_home_img {
	margin-bottom: 1.65rem;
}	
.visnav {
	margin: 1.65rem auto 4.65rem auto;	
}
	
}





/***** / VISNAV TOP *****/

/***** MAP HEAD *****/

.map_head {
	padding: 2.65rem 0rem;
	text-align: center;
}

.map_head h1, .map_head h2, .map_head h3, .map_head h4, .map_head h5, .map_head h6 {
	padding: 0rem 1.65rem;
	margin: 0rem;
	line-height: 1.65;
	color: #FFFFFF;
	font-family: 'Bangers', cursive;
	font-weight: 400;
	font-size: 4.65rem;
}
.map_head h1 span, .map_head h2 span, .map_head h3 span, .map_head h4 span, .map_head h5 span, .map_head h6 span {
	font-weight: 100;
	font-style: italic;
}

@media screen and (max-width: 40.063em) {

.map_head {
	margin-bottom: 0rem;
}
	
}


/***** / MAP HEAD *****/

/******** /HOMEPAGE ********/
/******** KICKERS ********/

.kicker {
	position: relative;
	display: block;
	width: 100%;
	padding: 6.65rem 0rem 8.65rem 0rem;
}
.kicker h1, .kicker h2, .kicker h3, .kicker h4, .kicker h5, .kicker h6 {
	/*color: #A0A0A0;*/
	color: #FFFFFF;
}

@media screen and (max-width: 64.063em) {

.kicker h2 {	
	font-size: 2.35rem;	
}

}
@media screen and (max-width: 40.063em) {

.kicker {
	padding: 3.35rem 0rem;
}

}

.kicker .row {
	position: relative;
	z-index: 3;	
}


.kicker.blue_gradient {	
	background: #003DA6; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #003DA6 0%, #1DCAD3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #003DA6 0%,#1DCAD3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #003DA6 0%,#1DCAD3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003DA6', endColorstr='#1DCAD3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}
.kicker.blue_gradient h1, .kicker.blue_gradient h2, .kicker.blue_gradient h3, .kicker.blue_gradient h4, .kicker.blue_gradient h5, .kicker.blue_gradient h6 {
	color: #FFFFFF; 
	border: 2px solid #D8D8D8;
	border: 2px solid rgba(216,216,216,0.65);
}
.kicker.blue_gradient hr {	
    border-bottom: 1px solid #D8D8D8;
    border-bottom: 1px solid rgba(216,216,216,0.35);
}
.kicker.blue_gradient p {	
    color: #FFFFFF;
	line-height: 1.35;
}
.kicker.blue_gradient .fieldset legend, .kicker.blue_gradient label {
    color: #FFFFFF;
}


.kicker.white {	
	background: #FFFFFF;	
}
.kicker.white h1, .kicker.white h2, .kicker.white h3, .kicker.white h4, .kicker.white h5, .kicker.white h6 {
    color: #003DA6;
}
.kicker.trans {	
	background: #D8D8D8;
	background: rgba(216,216,216,0.0);	
}
.kicker.trans h2 {	
	color: #FFFFFF;	
}

.kicker.white.network {	
	padding: 8.65rem 0rem;	
	/*background: url(../img/bg/image/network.png) top center no-repeat #FFFFFF;*/
	background: #FFFFFF;
}

.kicker.white.network .features {
	margin: 0rem auto 6.65rem auto;
}

.kicker.white.network .box p {
    display: none;
}

/**** SPECIFIC KICKERS ****/

.kicker.visnav {
	padding: 0rem !important;
	margin: 0;
}
.kicker.visnav .visnav {
	margin: 2.65rem 0rem 0rem 0rem !important;
	width: 100vw;
}


.kicker.amazon {
	padding: 2.65rem 0rem 1.65rem 0rem;
}


.kicker.stats h1, .kicker.stats h2, .kicker.stats h3, .kicker.stats h4, .kicker.stats h5, .kicker.stats h6 {
	margin: 0;
}
.kicker.stats h2 {
	font-weight: 900;
	font-size: 4.65rem;
	color: #FFFFFF;
}
.kicker.stats h3 {
	font-size: 6.65rem;
	color: #1DCAD3;
}
.kicker.stats h4 {
	font-size: 2.65rem;
	color: #686868;
}
.kicker.stats h2 .counter-value, .kicker.stats h2 .symbol {
	display: inline;
}
.kicker.stats h2 .symbol {
	color: #5D5D5D;
	font-size: 65%;
}








.kicker.bottom_nav {
	margin: 0 !important;
	padding: 0 !important;
}
.kicker.bottom_nav .content .content_inside {
    padding: 6.65rem 2.65rem;
	background: #000000;
	color: #EEEEEE;
}
.kicker.bottom_nav .bg_pic {
	padding: 2.65rem 1.65rem;
	/*display: flex;
	flex-direction: column;
	justify-content: center;*/
	
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media screen and (max-width: 40.063em) {
	
.kicker.bottom_nav .bg_pic {
	padding: 6.65rem 1.65rem;
}	
	
}

.kicker.bottom_nav.homepage_audio .bg_pic {
	background-image: url(../img/bg/full/homepage-audio.jpg);
}
.kicker.bottom_nav.homepage_tinting .bg_pic {
	background-image: url(../img/bg/full/homepage-tinting.jpg);
}

.kicker.bottom_nav .bg_pic h2, .kicker.bottom_nav .bg_pic h2 {
	font-size: 4.65rem;
	font-family: 'Bangers', cursive;
	font-weight: 400;
	position: absolute;
	bottom: 1.15rem;
	color: #FFFFFF;
	z-index: 3;
	
	background-attachment: scroll;
	background-repeat: no-repeat;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
.kicker.bottom_nav .bg_pic h2 span, .kicker.bottom_nav .bg_pic h2 span {
	font-family: 'Share', cursive;
	font-weight: 400;	
}
.kicker.bottom_nav.homepage_audio .bg_pic h2 {
	padding: 0rem 6.65rem 0rem 1.65rem;
	background-image: url(../img/deco/arrow-heading-right.svg);
	background-position: center right;	
	left: 0;
}
.kicker.bottom_nav.homepage_tinting .bg_pic h2 {
	padding: 0rem 1.65rem 0rem 6.65rem;
	background-image: url(../img/deco/arrow-heading-left.svg);
	background-position: center left;	
	right: 0;
}

@media screen and (max-width: 40.063em) {

.kicker.bottom_nav.homepage_audio .bg_pic h2, .kicker.bottom_nav.homepage_tinting .bg_pic h2 {
	font-size: 1.35rem;
	padding: 0.65rem 1.15rem 0.65rem 78px;
}	
.kicker.bottom_nav.homepage_audio .bg_pic h2::before, .kicker.bottom_nav.homepage_tinting .bg_pic h2::before {
	max-width: 65px;
}	
	
}









.kicker.request_a_quote {
	padding: 2.65rem 0rem;
}
.kicker.request_a_quote .content h1, .kicker.request_a_quote .content h2, .kicker.request_a_quote .content h3, .kicker.request_a_quote .content h4, .kicker.request_a_quote .content h5, .kicker.request_a_quote .content h6 {
	border: none;
	margin: 0rem;
}



/******** / KICKERS ********/
/******** PAGES ********/

/******** TICKER ********/

.ticker {
    margin: 0rem;
	color: #FFFFFF;
	font-size: 1rem;
	line-height: 1.85rem;
	font-weight: 300;
	padding: 0.85rem 1.35rem 0rem 1.35rem;
	min-height: 15.5rem;	
}
.ticker span:before {
	content: 'â€” ';
}
.ticker span {
	color: #969696;
	font-size: 1.35rem;
	font-weight: 300;
	margin-top: 0.85rem;
	display: block;
	clear: both;
}

/******** HOW IT WORKS ********/

.how_it_works {
	padding-bottom: 3.65rem;
	margin-bottom: 3.65rem;
    border-bottom: 1px solid #D8D8D8;
}
.how_it_works:last-child {
	padding-bottom: 0rem;
	margin-bottom: 0rem;
    border-bottom: none;
}
.how_it_works_icon {
	float: left;
	margin: 1.65rem;
	width: 100%;
	max-width: 85px;
	height: auto;
}

/******** PRODUCTS ********/

.product {
	padding-top: 3.65rem;
	margin-top: 3.65rem;
    border-top: 1px solid #D8D8D8;
}
/*.product:last-child {
	padding-top: 0rem;
	margin-top: 0rem;
    border-top: none;
}*/
.product .product_image {
	text-align: center;
}
.product .product_image h6 {
	margin-top: 0.65rem;
	color: #003DA6;
}
.product .product_header h4 {
	padding: 0.65rem 1.65rem;
	display: inline-block;
	background: #003DA6;
	color: #FFFFFF;
}
.product .product_content ul li {
	font-size: 1.35rem;
}
.product .product_content ul li a {
	color: #1DCAD3;
}
	
/******** / PAGES ********/
/******** SECONDARY ********/

.secondary_header {
	position: relative;
	width: 100%;
	padding: 18.85rem 0rem 1.85rem 0rem;
	text-align: center;
	
	overflow: hidden;
	
	z-index: 3;
	
	background-image: url(../img/slider/slides/slide-general.jpg);
	
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		
}
.secondary_header.audio {
	background-image: url(../img/slider/slides/slide-audio.jpg);
}
.secondary_header.tinting {
	background-image: url(../img/slider/slides/slide-tinting.jpg);
}
.secondary_header.contact {
	background-image: url(../img/slider/slides/slide-contact.jpg);
}


.secondary_header h1 {
	position: relative;
	z-index: 5;
	font-family: 'Bangers', cursive;
	font-weight: 400;
	color: #FFFFFF !important;	
	font-size: 3.65rem;
}
.secondary_header h1 span {
	font-family: 'Bangers', cursive;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.35rem;
}
.secondary_header h1 span:before {
	content: ' | ';	
	margin: 0rem 1.35rem;
	color: #FFFFFF;
	color: rgba(255,255,255,0.35);	
}

.secondary_header.blog h1 {
	font-size: 1.65rem;
}

.secondary_header hr {
    border-bottom: 1px solid #D8D8D8;
    border-bottom: 1px solid rgba(216,216,216,0.18);		
}

@media screen and (max-width: 64.063em) {
	
.secondary_header {
	background-attachment: scroll;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;	
}
.secondary_header h1 {
	font-size: 2.65rem;
}
.secondary_header h1 span {
	font-size: 1.65rem;		
	letter-spacing: 0.25rem;
}
.secondary_header h1 span:before {
	margin: 0rem 0.85rem;	
}	

}
@media screen and (max-width: 40.063em) {
	
.secondary_header {
	padding: 8.35rem 0rem 0.65rem 0rem;	
}
.secondary_header h1 {
	font-size: 1.15rem;
	line-height: 1.15;
}
.secondary_header h1 span {
	font-size: 1rem;		
	letter-spacing: 0.15rem;
}
.secondary_header h1 span:before {
	margin: 0rem 0.65rem;	
}	
	
}


.solution_info {	
	padding-bottom: 2.65rem;
	margin-bottom: 2.65rem;
    border-bottom: 1px solid #D8D8D8;
    border-bottom: 1px solid rgba(216,216,216,0.35);
	color: #FFFFFF;
	text-align: left;
}
.solution_info h1, .solution_info h2, .solution_info h3, .solution_info h4, .solution_info h5, .solution_info h6 {
	font-family: 'Bangers', cursive;
	font-weight: 400;
	color: #FFFFFF;
}
.solution_info p {
	font-family: 'Bangers', cursive;
	font-weight: 400;
	color: #FFFFFF;
}


.page_kicker {	
	background: #003DA6; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #003DA6 0%, #1DCAD3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #003DA6 0%,#1DCAD3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #003DA6 0%,#1DCAD3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003DA6', endColorstr='#1DCAD3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}	
.page_kicker p, .page_kicker h1, .page_kicker h2, .page_kicker h3, .page_kicker h4, .page_kicker h5, .page_kicker h6 {	
	padding: 1.35rem 1.65rem;
	margin: 0;
	font-family: 'Bangers', cursive;
	font-weight: 400;
	font-size: 1.35rem;
	text-align: center;
	color: #FFFFFF;
}	
	
.main_content {
	width: 100%;
	padding: 2.65rem 0rem;
}


.page_heading {
	padding-bottom: 1.65rem;
	margin-bottom: 2.65rem;
    border-bottom: 1px solid #D8D8D8;
    border-bottom: 1px solid rgba(216,216,216,0.65);
}
.page_heading p {
	font-family: 'Bangers', cursive;
	font-weight: 400;
	font-size: 2.65rem !important;
	color: #1DCAD3;
}

@media screen and (max-width: 40.063em) {
	
.page_heading {
	font-size: 1.15rem;
	line-height: 1.35;
}

}


.sidebar_menu {
	margin-bottom: 2.65rem;
}
.sidebar_menu h4 {
	font-family: 'Bangers', cursive;
	font-weight: 400;
	color: #1DCAD3;
	font-size: 1.35rem;
	line-height: 1.35;
	padding: 0rem 0rem 0.35rem 0rem;
	margin: 0rem 0rem 1.65rem 0rem;
    border-bottom: 1px solid #D8D8D8;
}
 @media screen and (max-width: 64.063em) {
.sidebar_menu h4 {
	font-size: 2.65rem;
}
 }

 
.sidebar_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidebar_menu ul li  {
	display: block;
	width: 100%;
	padding: 0;
}
.sidebar_menu li a {
	font-family: 'Bangers', cursive;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	display: block;
	width: 100%;
	color: #222425;
	font-size: 1rem;
	line-height: 1.35;
	padding: 0.65rem 1.65rem;	


	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.sidebar_menu li a:hover, .sidebar_menu li a:focus {
	color: #1DCAD3;
}
.sidebar_menu a.nav-selected.nav-path-selected, .sidebar_menu a.nav-path-selected {
	font-weight: 400;
	color: #289B10;
}
 @media screen and (max-width: 40.063em) {
.sidebar_menu {
	text-align: center !important;
	margin-top: 1.65rem;
	padding-top: 1.65rem;
    border-top: 1px solid #D8D8D8;
    border-top: 1px solid rgba(216,216,216,0.65);
}
 }


.contact_content p {
	margin: 1.65rem 0rem;
	font-size: 1.35rem;
}
.contact_content p:first-child {
	margin: 0rem 0rem 1.65rem 0rem;
}
.contact_content p span {
	font-family: 'Bangers', cursive;
	font-weight: 400;
	font-size: 2.35rem;
	color: #888888;
} 
.contact_right {
	padding-left: 2.65rem;
	margin-left: 2.65rem;
	border-left: 1px solid #949494;
	border-left: 1px solid rgba(148,148,148,0.35);
}

 @media screen and (max-width: 64.063em) {

.contact_right {
	padding-left: 0.5rem;
	margin-left: 0rem;
	border-left: none;
}

 }
 
.contact_map, .footer_map {
	display: block;
	padding: 0rem;
	margin: 0rem;
	background: #FFFFFF;
	height: 0px;
	overflow: hidden;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}
.contact_map.open, .footer_map.open {
	height: 400px;
}


/**** SUPPORT ****/

#white_link {
	margin: 0px;
}

a.social_button_apple {
    padding: 21px 60px 21px 18px;
	margin: 0rem 0.85rem;
	text-decoration: none;
	display: block;
	background: url(../img/os_icons/apple.png) right center no-repeat #353535;
    color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}
a.social_button_apple:hover, a.social_button_apple:hover:visited {
	color: rgba(255, 255, 255, 0.5);
	background: url(../img/os_icons/apple.png) right center no-repeat #333333;
    text-decoration: none;
}
a.social_button_apple:active {
	color: rgba(255, 255, 255, 0.5);
	background: url(../img/os_icons/apple.png) right center no-repeat #000000;
}
a.social_button_windows {
    padding: 21px 60px 21px 18px;
	margin: 0rem 0.85rem;
	text-decoration: none;
	display: block;
	background: url(../img/os_icons/windows.png) right center no-repeat #353535;
    color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}
a.social_button_windows:hover, a.social_button_windows:hover:visited {
	color: rgba(255, 255, 255, 0.5);
	background: url(../img/os_icons/windows.png) right center no-repeat #333333;
    text-decoration: none;
}
a.social_button_windows:active {
	color: rgba(255, 255, 255, 0.5);
	background: url(../img/os_icons/windows.png) right center no-repeat #000000;
}


/**** END SUPPORT ****/ 
/**** REPRESENTATIVES PAGE ****/

.representatives { 
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	vertical-align: middle;
}
.representatives svg { 
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.representatives path {
	fill: #003DA6;
}
.representatives path:hover {
	fill: #1DCAD3;
}

#information {
	overflow: hidden;
}
#information div.rep_info {
	display: none;
}
#information div#info {
	display: block;
}
.rep_info {
	display: visible;
}

/**** END REPRESENTATIVES PAGE ****/
/***** BOXES *****/
 
.box {
	position: relative; 
	overflow: hidden;
}

.box_gradient {
	position: absolute;
	width: 100%;
	height: 56%;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;		
}
.box:hover .box_gradient, .box:focus .box_gradient {
	opacity: 0;		
}

.box_inside {
	position: relative;
	z-index: 1;	
}
.box_inside h2 {
	font-size: 1.65rem;
	position: absolute;
	bottom: 0rem;
	left: 1.15rem;
	padding: 0.85rem 1.15rem;
	/*background: #A0A0A0;*/
	color: #FFFFFF;
	z-index: 3;
	opacity: 1;	
	border: 2px solid #A0A0A0;
	border: 2px solid rgba(160,160,160,0.35);
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;	
}
.box:hover .box_inside h2, .box:focus .box_inside h2 {
	opacity: 0;	
	bottom: -6.65rem;
}
.box .box_caption {
	position: absolute; 
	top: 0.65rem;
	right: 0.65rem;
	bottom: 0.65rem;
	left: 0.65rem;
	background: #222425;
	background: rgba(34,36,37,0.92);	
	opacity: 0;
	z-index: 3;
	pointer-events: none;	
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;	
}

.box:hover .box_caption, .box:focus .box_caption {
	opacity: 1;	
}

.box .box_caption_inside {
	padding: 0.85rem 6%;
	
	position: relative;
	top: 50%;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);	
}
.box .box_image img {
	width: 100%;
	height: auto;
	
    -webkit-transition: all 0.65s;
    -moz-transition: all 0.65s;
    -o-transition: all 0.65s;
    transition: all 0.65s;	
}
.box:hover .box_image img, .box:focus .box_image img {
	-ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
}

.box h3 {
	color: #FFFFFF !important;
	border: 2px solid #A0A0A0 !important;
	border: 2px solid rgba(160,160,160,0.35) !important;
	font-family: 'Bangers', cursive;
	font-weight: 400; 
	font-size: 1.65rem;
	margin: 0.65rem 0rem 1.65rem 0rem;
}
.box p {
	font-family: 'Bangers', cursive;
	font-weight: 400;
	font-size: 0.85rem;
	line-height: 1.35;
	color: #FFFFFF !important;
	margin-bottom: 1.65rem;
}

.main_content .box p {
	font-size: 1rem;
	line-height: 1.65;
	color: #222425;
	margin-bottom: 1.65rem;
}

.box .button {
    background-color: #1DCAD3 !important;
	pointer-events: all;
}
.box .button:hover, .box .button:focus {
    background-color: #289B10 !important;
}

 @media screen and (max-width: 64.063em) {

.box:hover .box_caption, .box:focus .box_caption {
	position: absolute;
	top: 0rem;
	right: 0rem;
	bottom: 0rem;
	left: 0rem;	
	opacity: 0;	
}
.box .box_caption_inside {
	position: absolute;
	top: 0rem;
	right: 0rem;
	bottom: 0rem;
	left: 0rem;
	
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);		
}
/*.box a {
	position: absolute;
	top: 0rem;
	right: 0rem;
	bottom: 0rem;
	left: 0rem;
    opacity: 0;
}*/

 }
@media screen and (max-width: 40.063em) {

.box_inside h2 {
	font-size: 1rem;
	top: 0.35rem;
	left: 0.35rem;
	padding: 0.5rem 0.65rem;	
}	
	
.box .box_caption {
	position: relative; 
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	opacity: 1;	
}
.box .box_caption_inside {
	position: relative; 
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;		
}
.box:hover .box_caption, .box:focus .box_caption {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;	
	opacity: 1;	
}	
.box:hover .box_image img, .box:focus .box_image img {
	-ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}	
.box h3 {
	font-size: 0.85rem;
	line-height: 1.35;
}
.box p {
	font-size: 1rem;
	margin-bottom: 0.65rem;
}	
.box a {
	margin-top: 0.65rem;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;	
	opacity: 1;
}	

}


.content_boxes img {
	width: 65%;
	height: auto;
	margin: 2.65rem auto 1.65rem auto;
}



.blog_page_list {
	padding-bottom: 2.65rem;
	margin-bottom: 2.65rem;
    border-bottom: 1px solid #D8D8D8;
    border-bottom: 1px solid rgba(216,216,216,0.65);	
}
.blog_page_list:last-child {
	padding-bottom: 0rem;
	margin-bottom: 0rem;
    border-bottom: none;
}

@media screen and (max-width: 40.063em) {
	
.blog_page_list img {
	width: 65%;
	margin: 0 auto 1.65rem auto;
}	
	
}



.previous_next {
	background: #003DA6;
	background: rgba(0,61,166,0.65);
	padding: 0rem;
	text-align: center;
}
.previous_next h5 {
	color: #FFFFFF !important;
	font-size: 1.15rem;
	margin: 0rem;
	padding: 0rem;
}
.previous_next h5 a {
	padding: 1.65rem;
	display: block;
	width: 100%;
	color: #FFFFFF !important;
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;	
}
.previous_next h5 a:hover, .previous_next h5 a:focus {
	background: #003DA6;
	/*color: #1DCAD3 !important;*/
}
.previous_next .previous h5 a i {
	margin-right: 0.65rem;
}
.previous_next .next h5 a i {
	margin-left: 0.65rem;
}

@media screen and (max-width: 40.063em) {
	
.previous_next h5 a span {
	display: none;	
}
.previous_next .previous h5 a i {
	margin-right: 0.65rem;
}
.previous_next h5 {
	font-size: 2.65rem;
}
.previous_next h5 a {
	padding: 0.65rem;	
}	
	
}

 
.testimonial h3:before {
	content: '— ';	
} 
.main_content .testimonial {
	padding-bottom: 2.65rem;
	margin-bottom: 2.65rem;
    border-bottom: 1px solid #D8D8D8;
    border-bottom: 1px solid rgba(216,216,216,0.65);	
}
.main_content .testimonial:last-child {
	padding-bottom: 0rem;
	margin-bottom: 0rem;
    border-bottom: none;
}


.bio {	
	margin-bottom: 2.35rem;
	padding-bottom: 2.35rem;
    border-bottom: 1px solid #D8D8D8;
    border-bottom: 1px solid rgba(216,216,216,0.65);	
}
.bio h3 {
}
.bio p {
}

.job_listing {
    margin: 2.65rem 0rem;
}

/******** /SECONDARY ********/
/******** FOOTER ********/


.site-footer {
	position: relative;
	z-index: 1;
	padding: 0rem;
	overflow: auto;
	color: #686868;
	text-align: left;
	/*background: url(../img/bg/pattern/dark-bg.jpg) center center repeat #003DA6;*/
	/*background: #003DA6;*/
	background: #D8D8D8;
	-webkit-backface-visibility: hidden;
}
@media screen and (max-width: 40.063em) {
.site-footer {
	text-align: center !important;
}
}

.footer_bg_top {
	padding: 1.35rem 0rem;
	background: #222425;
}
.footer_bg_top p, .footer_bg_top h1, .footer_bg_top h2, .footer_bg_top h3, .footer_bg_top h4, .footer_bg_top h5, .footer_bg_top h6 {
	font-size: 1.65rem;
	margin: 0;
}

.footer_bg_top .button {
	margin: 0;
}

.site-footer hr {
    border-bottom: 1px solid #000000;
    border-bottom: 1px solid rgba(0,0,0,0.35);
}
 
/*.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,.site-footer h5,.site-footer h6 {
	font-family: 'Bangers', cursive;
	font-weight: 400;
}*/

.site-footer p {
	color: #FFFFFF;
	margin: 0;
}
.site-footer p small {
	color: #D8D8D8;
}
.site-footer a {
	color: #1DCAD3;
	text-decoration: none;
}
.site-footer h4 {
	padding: 0.85rem 1.65rem;
	margin: 0rem;
	font-size: 1.35rem;
	color: #D8D8D8;
	background: #222425;
	border-left: 4px solid #1DCAD3;
}
.site-footer h6 {
	margin: 0rem 0rem 0.65rem 0rem;
	font-size: 1rem;
	color: #D8D8D8;
}
.site-footer a h4 {
	padding: 0.5rem 1.65rem;
	margin: 0rem;
	font-size: 1.35rem;
	border-left: 4px solid #1DCAD3;
	color: #003DA6;
	background: #D8D8D8;
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;	
}
.site-footer a h4:hover, .site-footer a h4:focus {
	border-left: 4px solid #003DA6;
	color: #1DCAD3;	
}
.site-footer h4 small {
	color: #686868;
}

.site-footer .inner {
	padding: 1.15rem;
	margin: 0rem;
}
.site-footer .inner.bg {
	background: #222425;
	background: rgba(34,36,37,0.18);
}

.site-footer .footer-bottom {
	font-family: 'Bangers', cursive;
	font-weight: 400;	
	padding: 2.65rem 0rem;
	/*margin-top: 3.65rem;*/
	font-size: 1rem;
	text-align: center;
    /*border-top: 1px solid #686868;*/
	background: #000000;
}


/** SPECIFIC FOOTER **/

.footer_news .event .event_inside {
	padding: 1.65rem;
	border: 1px solid #222425;
	
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;	
}
.footer_news .event_list .event .event_inside h3 {
	color: #FFFFFF;
	
	background: #003DA6; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #003DA6 0%, #1DCAD3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #003DA6 0%,#1DCAD3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #003DA6 0%,#1DCAD3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003DA6', endColorstr='#1DCAD3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;	
}
.footer_news .event .event_inside .event_thumbnail {
	padding: 0.65rem;
	background: #FFFFFF;
	
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;	
}
.footer_news .event_list .event .event_inside h5 {
	color: #1DCAD3;	
}
.footer_news .event_list .event .event_inside p {
	font-size: 0.85rem;	
}

/** / SPECIFIC FOOTER **/

/******** / FOOTER ********/
/******** MODAL ********/



/******** / MODAL ********/

.eapps-instagram-feed-title {
	display: none !important;
}

