/*
Theme Name: jcs
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jcs
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

jcs is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@font-face {
    font-family: 'NovecentowideBold';
    src: url('webfonts/Novecentowide-Bold-webfont.eot');
    src: url('webfonts/Novecentowide-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/Novecentowide-Bold-webfont.woff') format('woff'),
         url('webfonts/Novecentowide-Bold-webfont.ttf') format('truetype'),
         url('webfonts/Novecentowide-Bold-webfont.svg#NovecentowideBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'NovecentowideNormal';
    src: url('webfonts/Novecentowide-Normal-webfont.eot');
    src: url('webfonts/Novecentowide-Normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/Novecentowide-Normal-webfont.woff') format('woff'),
         url('webfonts/Novecentowide-Normal-webfont.ttf') format('truetype'),
         url('webfonts/Novecentowide-Normal-webfont.svg#NovecentowideNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'NovecentowideDemiBold';
    src: url('webfonts/Novecentowide-DemiBold-webfont.eot');
    src: url('webfonts/Novecentowide-DemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/Novecentowide-DemiBold-webfont.woff') format('woff'),
         url('webfonts/Novecentowide-DemiBold-webfont.ttf') format('truetype'),
         url('webfonts/Novecentowide-DemiBold-webfont.svg#NovecentowideDemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllerBold';
    src: url('webfonts/aller_bd-webfont.eot');
    src: url('webfonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/aller_bd-webfont.woff') format('woff'),
         url('webfonts/aller_bd-webfont.ttf') format('truetype'),
         url('webfonts/aller_bd-webfont.svg#AllerBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerRegular';
    src: url('webfonts/aller_rg-webfont.eot');
    src: url('webfonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/aller_rg-webfont.woff') format('woff'),
         url('webfonts/aller_rg-webfont.ttf') format('truetype'),
         url('webfonts/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerLightRegular';
    src: url('webfonts/aller_lt-webfont.eot');
    src: url('webfonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/aller_lt-webfont.woff') format('woff'),
         url('webfonts/aller_lt-webfont.ttf') format('truetype'),
         url('webfonts/aller_lt-webfont.svg#AllerLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

   @media screen and (min-width: 1600px) { 
   .site {width:80%;margin:0 auto;background:#ffffff;padding:0 1.5em;}
	footer.site-footer {width:80%;margin: 0 auto;color:#ffffff;display:block;}
   
   }
   @media screen and (max-width: 1599px) { 
   .site {width:90%;margin:0 auto;background:#ffffff;padding:0 1.5em;}
	footer.site-footer {width:90%;margin: 0 auto;color:#ffffff;display:block;}
   
   }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	/*font-family: sans-serif;*/
	font-family: 'AllerLightRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin:0;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #818181; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
/* content sidebar */
.content-area {
	float: left;
	margin: 0 -35% 0 0;
	width: 100%;
}
.site-main {
	margin: 0 35% 0 0;
	padding: 0 1.5em 0 0;
}
.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 35%;
	margin-top:1.5em;
}
.site-content .widget-area img {width:100%;}
.site-footer {
	clear: both;
	width: 100%;
}

.content-area.full-width {
	float: none;
	margin: 0 0 0 0;
	width: 100%;
}
.full-width .site-main {
	margin: 0 0 0 0;
}
.full-width .site-content .widget-area {
	float: none;
	overflow: hidden;
	width: 35%;
	display:none;
}

.mobile {display:none;}
.desktop {display:block;}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: #525151;
    padding: 4px 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	/*float: left;
	position: relative;*/
	display:inline-block;
}

.main-navigation a {
	display: inline-block;
	text-decoration: none;
	font-family: 'NovecentowideNormal', Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	margin-left:20px;
	padding:5px 27px 5px 27px;
	color:#fff; border-radius:4px;
	text-shadow:rgba(0,0,0,.4) 0 1px 0;
	text-decoration:none;
	background-repeat:no-repeat;
	background-image:-webkit-linear-gradient(top left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50%), -webkit-linear-gradient(#818181, #525151);
	background-image:-moz-linear-gradient(0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50%), -moz-linear-gradient( #818181, #525151);
	background-image:-o-linear-gradient(0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% ), -o-linear-gradient(#818181, #525151);
	background-image:linear-gradient(0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50%), linear-gradient(#818181, #525151);
	background-position:-100px -100px, 0 0;
	-moz-background-size:250% 250%, 100% 100%;
	background-size:250% 250%, 100% 100%;
	-webkit-transition:background-position 0s ease;
	-moz-transition:background-position 0s ease;
	-o-transition:background-position 0s ease;
	transition:background-position 0s ease;
}


.main-navigation a:hover,
.main-navigation a:focus { color:#fff; background-position:0 0, 0 0; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; transition-duration:0.5s;}


.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;

}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}




/*header*/

.header .left {float:left;width:65%;}
.header .right {
	float:right;
	width:35%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4c4c4+0,e9e9e9+100 */
	background: #c4c4c4; /* Old browsers */
	background: -moz-linear-gradient(top,  #c4c4c4 0%, #e9e9e9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c4c4c4 0%,#e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c4c4c4 0%,#e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	}

/******CALL TO ACTION******/
.cta { padding-top:1em; }
.cta-text { margin:0; padding:0; font-family: 'NovecentowideNormal', Arial, Helvetica, sans-serif; font-size:22px; letter-spacing:3px; color:#000; font-weight:normal; text-align:center; text-transform:uppercase;line-height:120%;}
.cta-number, .mobile .cta-number a { padding:0; margin:0; font-family: 'NovecentowideBold', Arial, Helvetica, sans-serif; font-size:28px; color:#d90103; font-weight:normal; text-align:center; text-transform:uppercase;line-height:120%;-ms-word-break: break-all;word-break: break-all;word-break: break-word;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens: auto;}
.cta p { padding:0 0 1em 0; margin:0; color:#000; text-align:center; font-family: 'NovecentowideNormal', Arial, Helvetica, sans-serif; font-size:16px; line-height:1.5em; font-weight:normal;}
.cta a { 
	color:#d10103; 
	text-decoration:none; 
	font-family: 'NovecentowideNormal', Arial, Helvetica, sans-serif; 
	font-size:13px;
	/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  
  display: inline-block
  }
.cta a:hover, .cta a:focus { text-decoration:none; color:#525151;}
.cta hr {
    border: 0;
    height: 1px;
    background: #D7D7D7;
    background-image: linear-gradient(to right, #D7D7D7, #fff, #D7D7D7);
    margin-bottom:1em;
}

/* typography */
h2.widget-title {font-size:18px; font-family: 'NovecentowideNormal', Arial, Helvetica, sans-serif; line-height:26px; font-weight:normal; color:#525151; text-decoration:none; text-transform:uppercase; text-align:left;margin:1em 0 0 0;}
h3 {  font-family: 'AllerBold', Arial, Helvetica, sans-serif; font-size:14px; text-transform:uppercase; color:#043C6F; font-weight:normal; text-align:left; }

h4 { font-family: 'AllerLightRegular', Arial, Helvetica, sans-serif; font-size:16px; line-height:1.2em; color:#ca0002; font-weight:normal; text-align:left; }
h5 { font-family: 'NovecentowideNormal', Arial, Helvetica, sans-serif; font-size:28px; line-height:1.2em; text-shadow:1px 1px 2px #000; letter-spacing:2px; color:#fff; text-align:center;}
h6, h2.entry-title a, h1.entry-title, .page .gform_wrapper h3.gform_title { font-family: 'AllerLightRegular', Arial, Helvetica, sans-serif; font-size:22px; line-height:1.2em; color:#ca0002; font-weight:normal; text-align:left;text-decoration:none; text-transform:none;font-weight:300;}
article.post {margin: 1.5em 0;}
.entry-meta {font-size:12px;}
#text-8 {margin:0;}
.page .gform_wrapper .top_label .gfield_label {
    clear: both;
    display: inline-block;
    font-weight: 300;
    line-height: 1.3;
    margin: 0.625em 0 0.5em;
}

/*footer */
.footer h5 {  font-family: 'AllerBold', Arial, Helvetica, sans-serif; font-size:14px; text-transform:uppercase; color:#043C6F; font-weight:normal; text-align:left; text-shadow:none; margin:0 0 .75em 0;}
.footer {width:24%;display:inline-block;margin:0;padding:0 1em 0 0;vertical-align:top;}
.footer ul {
    font-size: 13px;
    line-height: 1.6em;
    list-style: outside none none;
    margin: 0 0 2em 0;
    padding:0;
    }
.footer ul li {margin:0;padding:0;}
.footer ul li a {
    display: block;
    margin: 0;
    color:#333333;
    }
.footer ul li a:hover, .footer ul li a:focus {color:#ca0002;background:#f1f1f1} 
  
footer.site-footer p span.rf { float:right; }

footer.site-footer a {color:#f1f1f1;text-decoration:none;}
footer.site-footer p {font-size:14px;}


/* sidebar menu */

ul#menu-sidebar-menu, ul#menu-sidebar-menu-b, ul#menu-sidebar-menu-c, ul#menu-sidebar-menu-d {margin:0;padding:0;}
ul#menu-sidebar-menu li, ul#menu-sidebar-menu-b li, ul#menu-sidebar-menu-c li, ul#menu-sidebar-menu-d li {
	padding: 5px 0;
    border-bottom: 1px solid #d5d9df;
    list-style: outside none none;
    margin: 0;
    font-size:13px; 
    }
ul#menu-sidebar-menu li a, ul#menu-sidebar-menu-b li a, ul#menu-sidebar-menu-c li a, ul#menu-sidebar-menu-d li a {color:#666;text-decoration:none;}    
ul#menu-sidebar-menu li a:hover, ul#menu-sidebar-menu-b li a:hover, ul#menu-sidebar-menu-c li a:hover, ul#menu-sidebar-menu-d li a:hover, ul#menu-sidebar-menu li a:focus, ul#menu-sidebar-menu-b li a:focus, ul#menu-sidebar-menu-c li a:focus, ul#menu-sidebar-menu-d li a:focus {color:#ca0002;text-decoration:underline;}        

/* sidebar button */
.startflash {  
	display:block; 
	height:40px; 
	padding-top:5px; 
	font-family: 'NovecentowideDemiBold', Arial, Helvetica, sans-serif; 
	font-size:28px; line-height:1.2em; 
	text-shadow:1px 1px 2px #000; 
	letter-spacing:2px; 
	color:#fff; 
	text-align:center; text-decoration:none; 
	background-repeat:no-repeat;
	background:#DC3335;
	background-image:-webkit-linear-gradient(top left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50%), -webkit-linear-gradient(#f90406, #c50002); 
	background-image:-moz-linear-gradient(0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50%), -moz-linear-gradient(#f90406, #c50002); 
	background-image:-o-linear-gradient(0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% ), -o-linear-gradient(#f90406, #c50002); 
	background-image:linear-gradient(0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50%), linear-gradient(#f90406, #c50002); 
	background-position:-450px -100px, 0 0; 
	-moz-background-size:250% 250%, 100% 100%; 
	background-size:250% 250%, 100% 100%; 
	-webkit-transition:background-position 0s ease; 
	-moz-transition:background-position 0s ease; 
	-o-transition:background-position 0s ease; 
	transition:background-position 0s ease;
}
.startflash a{  padding:6px 0 0 0; text-decoration:none; letter-spacing:1.5px; color:#fff; text-align:center;}
.startflash:hover,
.startflash:focus { background-position:0 0, 0 0; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; transition-duration:0.5s;}
.startflash:active {top:1px;}

/* home page call to action box */
.start {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#063b6f+0,054fd2+100 */
	background: #063b6f; /* Old browsers */
	background: -moz-linear-gradient(top,  #063b6f 0%, #054fd2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #063b6f 0%,#054fd2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #063b6f 0%,#054fd2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063b6f', endColorstr='#054fd2',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	text-align:center;
	padding:1em;
	margin-bottom:.5em;
	font-size:14px;
}
.start-call {
    color: #fff;
    font-family: "AllerRegular",Arial,Helvetica,sans-serif;
    font-weight:normal;
    font-size: 22px;
    margin: 0;
    padding: 0 0 0 0;
    text-align: center;
}

/* tabbed box on home page - checkbox hack no js */
.tabbed-box {margin: 0 auto 2em auto; min-width: 320px; max-width: 100%;}
   .tabbed-box .content {
   	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#063b6f+0,054fd2+100 */
	background: #063b6f; /* Old browsers */
	background: -moz-linear-gradient(top,  #063b6f 0%, #054fd2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #063b6f 0%,#054fd2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #063b6f 0%,#054fd2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063b6f', endColorstr='#054fd2',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	min-height:280px;
	}
.tabbed-box .content a, .tabbed-box .content a:link, .tabbed-box .content a:hover, .tabbed-box .content a:visited, .tabbed-box .content a:focus {color:#F50406;}
.tabbed-box .content > div {display: none; padding: 20px 25px 5px;}
.tabbed-box .content img {float:left;padding-right:1em;}
.tabbed-box .content p.readmore {text-align:right;}
.tabbed-box .content p.readmore a {background:#F50406;padding:15px;color:#ffffff;text-transform:uppercase;text-decoration:none;border-radius:6px;}
.tabbed-box .content h2 {font-weight:normal;}
.tabbed-box input {display: none;}
.tabbed-box label {
   	display: inline-block; 
   	padding: 5px 15px; 
   	text-align: center;
   	color:#ffffff;
   	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f70406+0,cf0103+100 */
	background: #f70406; /* Old browsers */
	background: -moz-linear-gradient(top,  #f70406 0%, #cf0103 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f70406 0%,#cf0103 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f70406 0%,#cf0103 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70406', endColorstr='#cf0103',GradientType=0 ); /* IE6-9 */
	}
.tabbed-box label:hover, .tabbed-box label:focus {
   color: #fff; 
   cursor: pointer;
   		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f70406+0,cf0103+100 */
	background: #f70406; /* Old browsers */
	background: -moz-linear-gradient(top,  #f70406 0%, #cf0103 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f70406 0%,#cf0103 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f70406 0%,#cf0103 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70406', endColorstr='#cf0103',GradientType=0 ); /* IE6-9 */}
.tabbed-box input:checked + label {
	background:#043B6E;
 	color: #fff;
 	}
 
#tab1:checked ~ .content #content1,
#tab2:checked ~ .content #content2,
#tab3:checked ~ .content #content3,
#tab4:checked ~ .content #content4,
#tab5:checked ~ .content #content5,
#tab6:checked ~ .content #content6,
#tab7:checked ~ .content #content7 {
     display: block;
   }
       
 
 @media screen and (max-width: 1410px) {
 	.tabbed-box label {font-size:14px;}
 }
 @media screen and (max-width: 1280px) {
 	.tabbed-box label {font-size:13px;}
 }
 @media screen and (max-width: 1205px) {
 	.tabbed-box label {font-size:13px;padding: 5px 5px;}
 }
 @media screen and (max-width: 1140px) {
 	.tabbed-box label {font-size:12px; }
 }
 @media screen and (max-width: 980px) {
 	.tabbed-box label {font-size:11px; }
 }
 @media screen and (max-width: 915px) {
 	.tabbed-box label {font-size:14px;padding: 5px 15px; }
 }
 @media screen and (max-width: 830px) {
 	.footer {width:48%;display:inline-block;margin:0;padding:0 1em 0 0;vertical-align:top;}
 	.header .left {float:none;width:100%;}
.header .right {
	float:none;
	width:100%;
	}
 }

 @media screen and (max-width: 715px) {
.startflash { height:80px;}
}
 @media screen and (max-width: 599px) {
.main-navigation a {display:block;width:100%;margin-left:0;}
.main-navigation li {display: block;margin-top:10px;}
button.menu-toggle {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #054FD2;
    border:none;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 0;
    box-shadow: none;
    font-size: 0.75rem;
    line-height: 1;
    padding: 1em 2em;
    margin:1em 0 0 0;
    text-shadow: none;
    color:#ffffff;
	}
	.main-navigation {background:none;}
	.site-main {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	}
	.site-content .widget-area {
    float: right;
    overflow: hidden;
    width: 100%;
	}
	.startflash { height:40px;}
	.tabbed-box label {padding: 15px 10px;} 
   .tabbed-box .content img {float:none;padding-right:0;width:100%;} 
   .tabbed-box label { display: block; width:100%; }
   
   .mobile {display:block;}
.desktop {display:none;}
.site-branding .site-title a {display:none;}

}

@media screen and (max-width: 550px) { 
   
   .site {width:100%;margin:0 auto;background:#ffffff;padding:0 1.5em;}
   .footer {width:100%;display:inline-block;margin:0;padding:0 1em 0 0;vertical-align:top;}
   .footer ul li a {padding: 10px 3px;}
   
	.rf {display:block;}
	.rf img {padding: 10px; width:48px; }
	footer.site-footer p span.rf { float:none; text-align:left;}
	footer.site-footer {width:100%;margin: 0 auto;color:#ffffff;display:block;padding: 0 1em;}
	ul#menu-sidebar-menu li, ul#menu-sidebar-menu-b li, ul#menu-sidebar-menu-c li, ul#menu-sidebar-menu-d li {
    border-bottom: 1px solid #d5d9df;
    font-size: 13px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

	ul#menu-sidebar-menu li a, ul#menu-sidebar-menu-b li a, ul#menu-sidebar-menu-c li a, ul#menu-sidebar-menu-d li a {color:#666;text-decoration:none;display:block;padding: 10px 0;}    
ul#menu-sidebar-menu li a:hover, ul#menu-sidebar-menu-b li a:hover, ul#menu-sidebar-menu-c li a:hover, ul#menu-sidebar-menu-d li a:hover, ul#menu-sidebar-menu li a:focus, ul#menu-sidebar-menu-b li a:focus, ul#menu-sidebar-menu-c li a:focus, ul#menu-sidebar-menu-d li a:focus {color:#ca0002;text-decoration:underline;background:#f2f2f2;}
	
}












/* slider*/

.csslider1 {
  display: inline-block;
  position: relative;
  max-height: 360px;
  width: 100%;
  margin-bottom:1.5em;
}
.csslider1,
.csslider1 *,
.csslider1 *:after,
.csslider1 *:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.csslider1 > .cs_anchor {
  display: none;
}
.csslider1 > ul {
  position: relative;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  max-height: 360px;
  overflow: hidden;
  white-space: nowrap;
}
.csslider1 > ul > .cs_skeleton {
  width: 100%;
  visibility: visible;
  font-size: 0px;
  line-height: 0;
}

.csslider1 > ul > .slide.img img {
  width: 100%;
}



.csslider1 > ul > .slide.img a {
  font-size: 0pt;
  color: transparent;
}
.csslider1 > ul > .slide {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  white-space: normal;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.csslider1 .cs_engine{
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 0pt;
  opacity: 0;
  filter: alpha(opacity=0);
}

.csslider1 > ul > li.img,
.csslider1 > .cs_arrowprev,
.csslider1 > .cs_arrownext,
.csslider1 > .cs_bullets,
.csslider1 > .cs_play_pause {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* ------------- /General Styles ------------- */

/* ------------- General Arrows ------------- */
.csslider1 > .cs_arrowprev,
.csslider1 > .cs_arrownext {
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.csslider1 > .cs_arrowprev > label,
.csslider1 > .cs_arrownext > label {
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  z-index: -1;
}
.csslider1 > .cs_arrowprev {
  left: 0;
}
.csslider1 > .cs_arrownext {
  right: 0;
}

.csslider1 > .slide:checked ~ .cs_arrowprev > label,
.csslider1 > .slide:checked ~ .cs_arrownext > label {
  opacity: 0;
  z-index: -1;
}



.csslider1 > #cs_slide1_0:checked ~ .cs_arrowprev > label.num2,
.csslider1 > #cs_pause1_0:checked ~ .cs_arrowprev > label.num2,
.csslider1 > #cs_slide1_0:checked ~ .cs_arrownext > label.num1,
.csslider1 > #cs_pause1_0:checked ~ .cs_arrownext > label.num1,
.csslider1 > #cs_slide1_1:checked ~ .cs_arrowprev > label.num0,
.csslider1 > #cs_pause1_1:checked ~ .cs_arrowprev > label.num0,
.csslider1 > #cs_slide1_1:checked ~ .cs_arrownext > label.num2,
.csslider1 > #cs_pause1_1:checked ~ .cs_arrownext > label.num2,
.csslider1 > #cs_slide1_2:checked ~ .cs_arrowprev > label.num1,
.csslider1 > #cs_pause1_2:checked ~ .cs_arrowprev > label.num1,
.csslider1 > #cs_slide1_2:checked ~ .cs_arrownext > label.num0,
.csslider1 > #cs_pause1_2:checked ~ .cs_arrownext > label.num0 {
  opacity: 1;
  z-index: 5;
}


@-webkit-keyframes arrow1 {
  0%, 33.32333333333334% { opacity: 1; z-index: 5; }
  33.333333333333336%, 100%  { opacity: 0; z-index: -1; }
}
@keyframes arrow1 {
  0%, 33.32333333333334% { opacity: 1; z-index: 5; }
  33.333333333333336%, 100%  { opacity: 0; z-index: -1; }
}


.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num2,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num1 {
  -webkit-animation: arrow1 24000ms  -2000ms;
  animation: arrow1 24000ms  -2000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num0,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num2 {
  -webkit-animation: arrow1 24000ms  6000ms;
  animation: arrow1 24000ms  6000ms;
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num1,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num0 {
  -webkit-animation: arrow1 24000ms  14000ms;
  animation: arrow1 24000ms  14000ms;
}


.csslider1 > .slide:checked ~ .cs_arrowprev > label,
.csslider1 > .slide:checked ~ .cs_arrownext > label,
.csslider1 > .pause:checked ~ .cs_arrowprev > label,
.csslider1 > .pause:checked ~ .cs_arrownext > label {
  -webkit-animation: none;
  animation: none;
}


/* ------------- /General Arrows ------------- */

/* ------------- Effect ------------- */


.csslider1 > ul > .slide {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  opacity: 0;
  z-index: 1;

  -webkit-transition:
    opacity 2000ms ease,
    -webkit-transform 24000ms cubic-bezier(0.840, 0.970, 0.855, 1.000);
  transition:
    opacity 2000ms ease,
    -webkit-transform 24000ms cubic-bezier(0.840, 0.970, 0.855, 1.000),
    transform 24000ms cubic-bezier(0.840, 0.970, 0.855, 1.000);
}

.csslider1 > ul > .slide.num0 {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);

      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0;

}
.csslider1 > ul > .slide.num1 {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);

      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    
}
.csslider1 > ul > .slide.num2 {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);

      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
    
}



.csslider1 > #cs_slide1_0:checked ~ ul > .slide.num0,
.csslider1 > #cs_pause1_0:checked ~ ul > .slide.num0,.csslider1 > #cs_slide1_1:checked ~ ul > .slide.num1,
.csslider1 > #cs_pause1_1:checked ~ ul > .slide.num1,.csslider1 > #cs_slide1_2:checked ~ ul > .slide.num2,
.csslider1 > #cs_pause1_2:checked ~ ul > .slide.num2 {
  opacity: 1;
  z-index: 2;
  -webkit-transform: scale(1);
  transform: scale(1);
}



@-webkit-keyframes kenburns1 {
  0.001%, 33.33233333333334%  { z-index: 2; }
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  8.333333333333334%, 33.333333333333336% { opacity: 1 }
  41.66666666666667%, 66.66666666666666% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  33.33433333333333%, 100%  { z-index: 1; }
}
@keyframes kenburns1 {
  0.001%, 33.33233333333334%  { z-index: 2; }
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  8.333333333333334%, 33.333333333333336% { opacity: 1 }
  41.66666666666667%, 66.66666666666666% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  33.33433333333333%, 100%  { z-index: 1; }
}


.csslider1 > #cs_play1:checked ~ ul > .slide.num0 {
  -webkit-animation: kenburns1 24000ms  -2000ms linear;
  animation: kenburns1 24000ms  -2000ms linear;
}
.csslider1 > #cs_play1:checked ~ ul > .slide.num1 {
  -webkit-animation: kenburns1 24000ms  6000ms linear;
  animation: kenburns1 24000ms  6000ms linear;
}
.csslider1 > #cs_play1:checked ~ ul > .slide.num2 {
  -webkit-animation: kenburns1 24000ms  14000ms linear;
  animation: kenburns1 24000ms  14000ms linear;
}


.csslider1 > #cs_play1:checked ~ ul > .slide,
.csslider1 > .pause:checked ~ ul > .slide {

  -webkit-transition: none;
  transition: none;
}

/* ------------- /Effect ------------- */

/* ------------- Template Show on hover ------------- */
.csslider1 > .cs_play_pause {
  -webkit-transition: .4s all 0s ease;
  transition: .4s all 0s ease;
}
.csslider1 > .cs_arrowprev {
  -webkit-transition: .4s all .15s ease;
  transition: .4s all .15s ease;
}
.csslider1 > .cs_arrownext {
  -webkit-transition: .4s all .3s ease;
  transition: .4s all .3s ease;
}
.csslider1 > .cs_arrowprev,
.csslider1 > .cs_arrownext,
.csslider1 > .cs_play_pause {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.csslider1:hover > .cs_arrowprev,
.csslider1:hover > .cs_arrownext,
.csslider1:hover > .cs_play_pause,
.csslider1:focus > .cs_arrowprev,
.csslider1:focus > .cs_arrownext,
.csslider1:focus > .cs_play_pause {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* ------------- /Template Show on hover ------------- */

/* ------------- Template Arrows ------------- */
.csslider1 > .cs_arrowprev > label,
.csslider1 > .cs_arrownext > label {
  padding: 17px;
  height: 23px;
  width: 23px;
  margin-top: -28px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0;
}
.csslider1 > .cs_arrowprev > label{
  margin-left: -47px;
}
.csslider1 > .cs_arrownext > label {
  margin-left: -10px;
}
.csslider1 > .cs_arrowprev > label,
.csslider1 > .cs_arrownext > label,
.csslider1 > .cs_arrowprev > label span:after,
.csslider1 > .cs_arrownext > label span:after {
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.csslider1 > .cs_arrowprev {
  margin-left: 2px;
  left: 45px;
}
.csslider1 > .cs_arrownext {
  margin-right: 2px;
  right: 45px;
}
.csslider1 > .cs_arrowprev > label span,
.csslider1 > .cs_arrownext > label span {
  display: block;
  color: #3A4A5A;
}
.csslider1 > .cs_arrowprev > label span:after,
.csslider1 > .cs_arrownext > label span:after {
  display: block;
  font-size:12px;
  font-family: "AllerLightRegular",Arial,Helvetica,sans-serif;
  line-height: 23px;
  text-align: center;
  color:#ffffff;
}
/* IE10+ hack */
_:-ms-input-placeholder, :root .csslider1 > .cs_arrowprev > label span:after {
  line-height: 29px;
}
_:-ms-input-placeholder, :root .csslider1 > .cs_arrownext > label span:after {
  line-height: 29px;
}

.csslider1 > .cs_arrowprev > label span:after {
  content: 'PREV';
  
}
.csslider1 > .cs_arrownext > label span:after {
  content: 'NEXT';

}

.csslider1 > .cs_arrowprev:hover > label,
.csslider1 > .cs_arrownext:hover > label,
.csslider1 > .cs_arrowprev:focus > label,
.csslider1 > .cs_arrownext:focus > label {
  background: rgba(0, 0, 0, 0.9);
}




@keyframes nextArrow1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  75% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}
@-webkit-keyframes nextArrow1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  75% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}

@-webkit-keyframes prevArrow1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  75% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
}
@keyframes prevArrow1 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  75% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
}
/* ------------- /Template Arrows ------------- */
/* hide description & bullets on mobile devices */
@media
only screen and (max-width: 480px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 480px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 480px),
only screen and (                max-resolution: 192dpi) and (max-width: 480px),
only screen and (                max-resolution: 2dppx)  and (max-width: 480px) { 
  .csslider1 > .cs_description,
  .csslider1 > .cs_bullets {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .csslider1,
  .csslider1 > ul {
    height: auto;
  }
}

