

/* TEMPLATE CUSTOM FONTS */
  @font-face {
    font-family: 'open_sansregular';
    src: url('../webfonts/OpenSans-Regular-webfont.eot');
    src: url('../webfonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../webfonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../webfonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('../webfonts/OpenSans-Italic-webfont.eot');
    src: url('../webfonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('../webfonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../webfonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../webfonts/OpenSans-Bold-webfont.eot');
    src: url('../webfonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../webfonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../webfonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../webfonts/OpenSans-BoldItalic-webfont.eot');
    src: url('../webfonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('../webfonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('../webfonts/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}




/* BASE TYPOGRPHY */
body {
    font-family: 'open_sansregular';
	color:#000;
	font-size:16px;
	font-weight:normal;
}


/* HEADERS */

.typography h1 {
	font-family: 'open_sansbold';
	font-weight:normal;
	font-size:48px;
	line-height:52px;
	color:#fff;
	margin-bottom:5px;
	text-transform:uppercase;
}
.typography h2 {
	font-family: 'open_sansbold';
	font-weight:normal;
	font-size:36px;
	color:#7d7d7d;
	margin-bottom:5px;
	text-transform:uppercase;
	line-height:40px;
}
.typography h2 a {color:#000; text-decoration:none;}
.typography h2 a:hover {color:#7d7d7d;}

.typography h3 {
	font-family: 'open_sansbold';
	font-weight:normal;
	font-size:32px;
	color:#fff;
	margin-bottom:5px;
	text-transform:uppercase;
}
.typography h3 a {color:#fff;}
.typography h3 a:hover {color:#034da2;}

.typography h4 {
	font-family: 'open_sansbold';
	font-weight:normal;
	font-size:32px;
	color:#034da2;
	margin-bottom:14px;
	text-transform:uppercase;
	border-bottom:2px #034da2 solid;
}
.typography h5 {
	font-family: 'open_sansbold';
	font-weight:normal;
	font-size:24px;
	color:#034da2;
	margin-bottom:18px;
	text-transform:uppercase;
}
.typography h6 {
	color:#000;
	font-size:20px;
	margin-bottom:14px;
	font-family: 'open_sansbold';
	font-weight:normal;
}



/* PARAGRAGHS */

.typography p {margin-bottom:16px;}
.typography .no-margin {margin-bottom:0px !important;}
.typography .btm-margin {margin-bottom:15px;}

.typography strong {font-family: 'open_sansbold'; font-weight:normal;}
.typography em {font-style:normal; font-family: 'open_sansitalic';}
.typography .bold-italic {font-family: 'open_sansbold_italic';}

.typography .blue {color:#034da2;}
.typography .green {color:#00a651;}
.typography .black {color:#000;}
.typography .white {color:#fff;}

.typography .text-left {text-align:left;}
.typography .text-center {text-align:center;}
.typography .text-right {text-align:right;}

.typography .size-16 {font-size:16px;}

.typography .lg-blue-heading {
	font-family: 'open_sansbold';
	font-weight:normal;
	font-size:52px;
	line-height:56px;
	color:#034da2;
	margin-bottom:16px;
	text-transform:uppercase;
}

.typography .lg-banner-text {
	font-family: 'open_sansbold';
	font-weight:normal;
	font-size:24px;
	line-height:28px;
	color:#000;
	margin-bottom:0px;
}






/* LINKS */

.typography a {color:#034da2; text-decoration:none;}
.typography a:hover {color:#00a651;}





/* LIST STYLES
-------------------------------------------- */

.typography ul.top-nav {}
.typography ul.top-nav li {float:right; position:relative; display:inline;}
.typography ul.top-nav a:link, .typography ul.top-nav a:active, .typography ul.top-nav a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:18px;
	padding-left:10px;
	font-family: 'open_sansbold';
}
.typography ul.top-nav a:hover {color:#00a651;}

.typography ul.second-nav {width:100%;}
.typography ul.second-nav li {position:relative; display:inline-block; zoom:1; *display:inline;}
.typography ul.second-nav a:link, .typography ul.second-nav a:active, .typography ul.second-nav a:visited {
	display:block; text-decoration:none; color:#000; font-size:14px; line-height:20px; padding-left:20px;
}
.typography ul.second-nav a:hover {color:#034da2;}
.typography ul.second-nav ul {display:none; background:#f6f6f6; width:175px; z-index:99999; position:absolute; top:20px; left:0;}
.typography ul.second-nav li:hover > ul {display:block;}
.typography ul.second-nav li ul li {float:none; display:block;}
.typography ul.second-nav li ul > a {font-size:12px !important; display:block !important; line-height:14px !important; padding:6px 0 6px 16px !important; border-bottom: 1px solid #d7d7d7 !important; color:#000 !important;}
.typography ul.second-nav li ul > a:hover {color:#034da2 !important;}

.typography ul.list {list-style:disc; margin:0 0 16px 16px;}
.typography ul.list li {list-style:disc; margin-left:16px;}

.typography ul.specials {list-style:disc; margin:0 0 16px 16px;}
.typography ul.specials li {
	list-style:disc;
	margin-left:16px;
	font-size:18px;
	font-weight:normal;
	font-family: 'open_sansbold';
	padding-bottom:5px;
}



/* IMAGES 
-------------------------------------------- */



/* MISC
-------------------------------------------- */

.typography .clear {clear:both; margin:0 !important; height:0;}

.typography .goright {float:right;}
.typography .goleft {float:left;}




/* RESPONSIVE
-------------------------------------------- */

@media screen and (max-width:1180px) {
	.typography ul.specials li {font-size:16px;}
	.typography .lg-banner-text {
		font-size:20px;
		line-height:24px;
	}
	
	.typography ul.second-nav a:link, .typography ul.second-nav a:active, .typography ul.second-nav a:visited {
		font-size:12px; line-height:18px; padding-left:15px;
	}
}


@media screen and (max-width:1024px) {
	
	.plain-slide .typography h4, .slide-caption.typography h4 {font-size:26px;}
	.slide-caption.typography .size-16 {font-size:14px;}
	
	.typography ul.specials li {font-size:14px;}
	
	.typography .lg-blue-heading {
		font-size:42px;
		line-height:46px;
	}
	
	.typography .lg-banner-text {
		font-size:18px;
		line-height:22px;
	}
	
}

@media screen and (max-width:900px) {
	.slide-content.typography h4, .slide-caption.typography h4 {font-size:24px;}
}

@media screen and (max-width:768px) {
	.slide-content.typography h4, .slide-caption.typography h4 {font-size:18px;}
	.slide-content.typography .size-16 {font-size:14px;}
}


@media screen and (max-width:640px) {
	body {font-size:14px;}
	.typography p {margin-bottom:14px;}
	
	.typography h1 {
		font-size:40px;
		line-height:44px;
	}
	
	.typography h2 {
		font-size:28px;
		line-height:32px;
	}
	
	.typography h3 {font-size:24px;}
	
	.typography h4 {
		font-size:24px;
		margin-bottom:10px;
	}
	
	.slide-content.typography h4, .slide-caption.typography h4 {font-size:14px;}
	.slide-content.typography p, .slide-caption.typography p {margin-bottom:6px;}
	.slide-content.typography .size-16, .slide-caption.typography .size-16 {font-size:10px;}
}


@media screen and (max-width:480px) {
	.typography ul.top-nav a:link, .typography ul.top-nav a:active, .typography ul.top-nav a:visited {font-size:15px;}
}


@media screen and (max-width:320px) {





