* {
  margin:0 auto;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	@font-face {
		font-family: 'robotoregular';
		src: url('../font/roboto-regular-webfont.eot');
		src: url('../font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../font/roboto-regular-webfont.woff') format('woff'),
			 url('../font/roboto-regular-webfont.ttf') format('truetype'),
			 url('../font/roboto-regular-webfont.svg#robotoregular') format('svg');
		font-weight: normal;
		font-style: normal;

	}

	
/* Account Login CSS */
.account-login {
	float:right;
	margin: 36px 25px 0 0;
	font-size:1.10em;
}

.account-login a {
	color:#00F !important;
	vertical-align:middle;
	text-align: center;
}


.account-login img {
margin-left:20px;
}

#slider {
 overflow: hidden;   
}

#slider {
    //See the "style-pack" for image
    background:url(images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
    display:none;
}

.color-4 {
	background: #0e83cd;
    text-align:center;
}
.blue-nav {
  background-color: #0E83CD;
  display:block;
  text-align:center;
}

.blue-nav ul {margin-left:-35px;}

.blue-nav li {
  list-style:none; 
  display:inline-block;
  padding:10px;
}

.blue-nav a {
  background-color: #28A2EE;
  color:#fff;
  display:block;
  font-size:1.28em;
  text-decoration:none;
  padding:.85em .95em;
  line-height:1em;
  width:200px;
  height:54px;
}

.blue-nav a:hover {background-color: #03629e;}


nav a {
	position: relative;
	display: inline-block;
	margin: 15px 10px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}

nav a:hover,
nav a:focus {
	outline: none;
}

.cl-effect-2 a {
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	   font-size:12px;
}

.cl-effect-2 a {
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.cl-effect-2 a span {
	position: relative;
	display: inline-block;
	padding: 0 8px;
	background: #2195de;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	font-size:1.6em;
}

.csstransforms3d .cl-effect-2 a span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0965a0;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before {
	background: #28a2ee;
}

 a:link, a:visited {
   color:#333;

 }
 a:hover {
   color:#000;
 }

 a.two:link, a.two:visited {
   color:#fff;
  
 }
 a.two:hover {
   color:#000;
 }
.content-1 a:link, .content-1 a:visited {
   color:#000000;
 }
 .content-1 div a:hover {
   color:#000000;
 }
 
 
 .lowersection a:link, .lowersection a:visited {
   color:#000000;
 }
 .lowersection div a:hover {
   color:#000000;
 }

 
 .color-4  a:link, .color-4  a:visited {
   color:#ffffff;
 }
 .color-4  a:hover {
   color:#ffffff;
 }
 

html, body {
  font-family: 'Oswald', sans-serif;
 background:#26afa3 url(/wp-content/themes/flhealthsource-underscores/images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img {
  border:0;

}
hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}



p {line-height:22px;padding:10px; font-size:0.8em; font-family: arial, sans-serif; text-align: left;}

h1 {
 font-family: 'Oswald', sans-serif;
 color:#f15d0a;
 font-size:2em;
 text-transform:uppercase;
 margin:10px;
}
h2 {
 font-family: 'Oswald', sans-serif;
 color:#f15d0a;
 font-size:1.5em;
 text-transform:uppercase;
}
h3 {
 font-family: arial,'Oswald', sans-serif;
 color:#f15d0a;
 font-size:1.1em;
 line-height:0.9em;
 text-transform:uppercase;
 margin:8px;
}
h4 {

 font-family: arial,'Oswald', sans-serif;
 color:#f15d0a;
 font-size:0.8em;
 line-height:0.3em;
 text-transform:uppercase;
 margin:8px;
}
h5 {
 font-family: arial,'Oswald', sans-serif;
 color:#fff;
 font-size:1.0em;
 line-height:0.9em;
 text-transform:uppercase;
 margin:8px;
}
.readmore a:link, .readmore a:visited {
  color:#f15d0a;
}
.readmore a:hover {
  color:#ebb825;
}

.celist {
width:350px;
margin:5px;
padding:0;
display:table;
float:left;

}

.stage {
  width:980px;
background:#fff;
  display:table;
  margin:0 auto;'
  padding:0;'
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.5);
box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.5);

}
.siteheader {
  width:980px;
  height:20px;
  padding:0;
  display:table;
  background:#ebb825;
  border-bottom:1px solid #f4db0e;
}
.subheader {
  width:980px;
  height:135px;
  margin:0;
  padding:0;
  display:table;
  background:linear-gradient(-98deg, #268798, #fff);
  border-top:4px solid #97bc13;
  position:relative;
    left:0;
  top:139px;
  z-index:9;
}
.logo {
  width:80px;
  height:100px;
  margin:20px 0 0 20px;
  padding:0;
  background:url(/wp-content/themes/flhealthsource-underscores/images/DOH_logo-2025.svg);
  display:table;
  float:left;
	background-position:center;
	background-repeat: no-repeat;
}

.logologin {
  width:184px;
  height:98px;
  margin:10px auto;
  padding:0;
  background:url(../images/logo.png);
  display:block;
}


.dohlogo {
width:62px;
height:70px;
margin:10px;
  padding:0;
  background:url(../images/dohlogo.jpg);
  display:table;
  float:right;

}

.vessel {padding:2%;}


/* WP Forms Container */

.wpforms-page-container {
	margin-left: 30px;
	margin-right: 30px;
	font-family: Arial, sans-serif;
}


/* 404 styling */

.AYRR-wrap {width:100%; padding:5px;}

.introduction {width:90%; padding:20px; background:#ebebeb; border:1px solid #999; margin:15px 50px 15px 50px;}
.introduction h2{font-size:1.30em;}

.AYRR {display:inline-block; width:100%; vertical-align:middle; margin-left:160px; padding-bottom:30px;}

#AYRR-logo {float:left; padding-right:20px; width:50%; max-width:300px;}
#AYRR-logo img {width:100%; max-width:293px;}
#AYRR-blurb {float:left; margin-top:50px; width:50%; max-width:365px;}
#AYRR-blurb h2 {color:#FF8C00; font-size:2.0em; font-weight:400;}

.readmore {
  float:right;
  margin-right:10px;
}
.horistack {
  width:265px;
  display:table;
  margin:0;
  padding:0;
}


.headerinset {
	padding: 5px;
	margin:0 auto;
	display:table;
    background:url(/wp-content/themes/flhealthsource-underscores/images/pez.png);
  	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top:5px;
	border-top:1px solid #3a9b88;
	margin-top:30px;
}

.base {
  width:980px;
  margin:0;
  padding:0;
  display:table;
  background:#f78d1d;
}
.dohbase {
  width:100%;
  margin:5px auto;
  padding:0;
  display:table;
  text-align:center;
}
.dohbase p {
  color:#ffffff;
  text-align:center;
  font-size:0.8em;
  margin-top:-20px;
}
.headfill {
width:980px;
height:135px;
margin:0;
padding:0;
display:block;
}

.middleground {
  width:980px;

  margin:0 auto;
  padding:0;
  display:table;

  position:relative;
  left:0;
  top:-139px;
  z-index:1;
  margin-bottom:-139px;
  border-bottom:4px solid #008598;
}

.lowersection {
  width:980px;
  background:#ffffff;
  margin:0 auto;
  padding:0;
  display:table;
  border-bottom:4px solid #008598;
}
.midicon {
 width:850px;
  margin:20px auto;
  padding:0;
  display:table;
  text-align:center;
}

.messagecenter {
  width:850px;
  margin:20px auto;
  padding:0;
  display:table;
  background:#e1e2e2;
  border:1px solid #cfcfcf;
}
.messagecenter p {
  text-transform:uppercase;
  font-weight:2em;
  padding:10px;
  font-family: 'Oswald', sans-serif;
}
.allfourone {
  width:900px;
  margin:0 auto;
  padding:0;
  display:table;
}

.stacks {
  width:270px;
  margin:10px;
  padding:0;
  display:table;
  float:left;

}




#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
.listacker li {
	width:75px;
    height:115px;
    margin:0;
    padding:0;
    display:inline;
    float:left;
    list-style-type: none;
    text-align:center;
    font-size:0.3em;
	margin-right:0.9em;
	margin-bottom:0.3em;
	line-height:0.8em;
}
#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; font-family:'BebasNeue', san-serif; text-shadow: 0px 3px 5px rgba(0, 0, 0, 1); font-size:1.6em; text-transform:uppercase; font-weight:normal; }

#navlist a:link, #navlist a:visited
{
color: #fff;

text-decoration: none;
}

#navlist a:hover
{
color: #fddd38;

text-decoration: none;
}

.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.container {
	/* background: #007085; */
	min-height: 100%;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 90%;
	min-width: 100%;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.md-modalwide {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 980px;
	min-width: 100%;
	height: auto;
    display:table;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(14,131,205,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #333;
	background: #dddddd;
	background: -webkit-linear-gradient(#dddddd, #bababa); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#dddddd, #bababa); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#dddddd, #bababa); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#dddddd, #bababa); /* Standard syntax */	
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-content a:link, .md-content a:visited {
color:#333;
font-size:0.9em;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.6);
	border-radius: 3px 3px 0 0;
	color:#ffffff;
}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
    display:table;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
    font-size:0.9em;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}





/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
	background: rgba(204,183,95,0.5);
}

.md-show.md-effect-16 ~ .container {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px);
}

.md-effect-16 .md-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.vessel {padding:2% 2% 20% 2%;}
.vessel h3 {font-size:23px;}
.vessel p {font-size:17px;}
.vessel a, .visited a:visited {color:#0383b8 !important;}
.visited a:hover {color:#005e85 !important;}


@media screen and (max-width: 32em) {
	body { font-size: 75%; }
}
.main,
.container > header {
	margin: 0 auto;
	padding: 2em;
}

.container > header {
	text-align: center;
	background: #d94839;
	padding: 3em;
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	opacity: 0.7;
	padding: 0 0 0.6em 0.1em;
}

/* Main Content */


.column {
	float: left;
	width: 50%;
	padding: 0 2em;
	min-height: 300px;
	position: relative;
}

.column:nth-child(2) {
	box-shadow: -1px 0 0 rgba(external,0.1);
}

.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}

/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	display: inline-block;
}

.codrops-top a:hover {
	color: #005565;
	background: rgba(255,255,255,0.6);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

button {
	border: none;
	padding: 0.6em;
	background: #005565;
	color: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
}

button:hover {
	background: #01aaca;
}

w-400 button {
 margin:8px;
}

@media screen and (max-width: 46.0625em) {
	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 1em;
	}

	.column p {
		text-align: left;
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		box-shadow: 0 -1px 0 rgba(external,0.1);
	}
}

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

	.codrops-icon span {
		display: none;
	}

}






@media only screen and (max-width: 768px) {

.stage {
 width:100%;
}
.siteheader {
 width:100%;
}
.subheader {
 width:100%;
}

.headerinset {
 width:100%;
 margin-right:0;
}

.middleground {
 width:100%;
}
.headfill {
width:100%;

}

.lowersection {
 width:100%;
}

.base {
 width:100%;
}

.allfourone {
  width:100%;
  margin:0 auto;
}

.midicon, .messagecenter {
  width:100%;
  margin:0 auto;
}

.stacks {
  width:90%;
  margin:0 auto;
  margin-left:10px;
}
.horistack {
  width:100%;
}
.logo {
  display:block;
  margin:10px;

}

}

/** fonts used for the icons **/ 
@font-face {
    font-family: 'FontomasCustomRegular';
    src: url('fonts/fontomas-webfont.eot');
    src: url('fonts/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontomas-webfont.woff') format('woff'),
         url('fonts/fontomas-webfont.ttf') format('truetype'),
         url('fonts/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FranchiseRegular';
    src: url('fonts/franchise-bold-webfont.eot');
    src: url('fonts/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/franchise-bold-webfont.woff') format('woff'),
         url('fonts/franchise-bold-webfont.ttf') format('truetype'),
         url('fonts/franchise-bold-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a.hiddenanchor{
	display: none;
}
/** The wrapper that will contain our two forms **/
#wrapper{
	width: 60%;
	right: 0px;
	min-height: 560px;	
	margin: 0px auto;	
	width: 500px;
	position: relative;	
}
/**** Styling the form elements **/

/**** general text styling ****/
#wrapper a{
	color: rgb(95, 155, 198);
	text-decoration: underline;
}

#wrapper h1{
	font-size: 48px;
	color: rgb(6, 106, 117);
	padding: 2px 0 10px 0;
	font-family: 'FranchiseRegular','Arial Narrow',Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
/** For the moment only webkit supports the background-clip:text; */
#wrapper h1{
    background: -webkit-repeating-linear-gradient(-45deg, 
	rgb(18, 83, 93) , 
	rgb(18, 83, 93) 20px, 
	rgb(64, 111, 118) 20px, 
	rgb(64, 111, 118) 40px, 
	rgb(18, 83, 93) 40px);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
#wrapper h1:after{
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0))); 
	background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
}

#wrapper p{
	margin-bottom:15px;
}
#wrapper p:first-child{
	margin: 0px;
}
#wrapper label{
	color: rgb(64, 92, 96);
	position: relative;
}

/**** advanced input styling ****/
/* placeholder */
::-webkit-input-placeholder  { 
	color: rgb(190, 188, 188); 
	font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
	color: rgb(190, 188, 188);
	font-style: italic;
} 
input {
  outline: none;
}


/* all the input except submit and checkbox */
#wrapper input:not([type="checkbox"]){
	width: 92%;
	margin-top: 4px;
	padding: 10px 5px 10px 32px;	
	border: 1px solid rgb(178, 178, 178);
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}
#wrapper input:not([type="checkbox"]):active,
#wrapper input:not([type="checkbox"]):focus{
	border: 1px solid rgba(91, 90, 90, 0.7);
	background: rgba(238, 236, 240, 0.2);	
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
} 

/** the magic icon trick ! **/
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color: rgb(106, 159, 171);
    position: absolute;
    left: 10px;
    top: 35px;
	width: 30px;
}

/*styling both submit buttons */
#wrapper p.button input{
	width: 30%;
	cursor: pointer;	
	background: rgb(14, 131, 205);
	padding: 8px 5px;
	font-family: 'Arial Narrow',Arial,sans-serif;
	color: #fff;
	font-size: 24px;	
	border: 1px solid rgb(33, 149, 222);	
	margin-bottom: 10px;	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	   -moz-box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	        box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}
#wrapper p.button input:hover{
	background: rgb(74, 179, 198);
}
#wrapper p.button input:active,
#wrapper p.button input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
p.login.button,
p.signin.button{
	text-align: right;
	margin: 5px 0;
}


/* styling the checkbox "keep me logged in"*/
.keeplogin{
	margin-top: -5px;
}
.keeplogin input,
.keeplogin label{
	display: inline-block;
	font-size: 12px;	
	font-style: italic;
}
.keeplogin input#loginkeeping{
	margin-right: 5px;
}
.keeplogin label{
	width: 80%;
}


/*styling the links to change from one form to another */

p.change_link{
	position: absolute;
	color: rgb(127, 124, 124);
	left: 0px;
	height: 20px;
	width: 440px;
	padding: 17px 30px 20px 30px;
	font-size: 16px	;
	text-align: right;
	border-top: 1px solid rgb(219, 229, 232);
	-webkit-border-radius: 0 0  5px 5px;
	   -moz-border-radius: 0 0  5px 5px;
	        border-radius: 0 0  5px 5px;
	background: rgb(225, 234, 235);
	background: -moz-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: -webkit-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: -o-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
}
#wrapper p.change_link a {
	display: inline-block;
	font-weight: bold;
	background: rgb(247, 248, 241);
	padding: 2px 6px;
	color: rgb(29, 162, 193);
	margin-left: 10px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgb(203, 213, 214);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s  linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s  linear;
	transition: all 0.4s  linear;
}
#wrapper p.change_link a:hover {
	color: rgb(57, 191, 215);
	background: rgb(247, 247, 247);
	border: 1px solid rgb(74, 179, 198);
}
#wrapper p.change_link a:active{
	position: relative;
	top: 1px;
}
/** Styling both forms **/
#register, 
#login{
	position: absolute;
	top: 0px;
	width: 88%;	
	padding: 18px 6% 60px 6%;
	margin: 0 0 35px 0;
	background: rgb(247, 247, 247);
	border: 1px solid rgba(147, 184, 189,0.8);
	-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	   -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	        box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	-webkit-box-shadow: 5px;
	-moz-border-radius: 5px;
		 border-radius: 5px;
}
#register{	
	z-index: 21;
	opacity: 0;
}
#login{
	z-index: 22;
}
#toregister:target ~ #wrapper #register,
#tologin:target ~ #wrapper #login{
	z-index: 22;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	-ms-animation-delay: .1s;
	animation-delay: .1s;
}
#toregister:target ~ #wrapper #login,
#tologin:target ~ #wrapper #register{
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-ms-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

/** the actual animation, credit where due : http://daneden.me/animate/ ***/
.animate{
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	
	-moz-animation-duration: 0.5s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	
	-o-animation-duration: 0.5s;
	-o-animation-timing-function: ease;
	-o-animation-fill-mode: both;
	
	-ms-animation-duration: 0.5s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

/** yerk some ugly IE fixes 'cause I know someone will ask "why does it look ugly in IE?", no matter how many warnings I will put in the article */

.lt8 #wrapper input{
	padding: 10px 5px 10px 32px;
    width: 92%;
}
.lt8 #wrapper input[type=checkbox]{
	width: 10px;
	padding: 0;
}
.lt8 #wrapper h1{
	color: #066A75;
}
.lt8 #register{	
	display: none;
}
.lt8 p.change_link,
.ie9 p.change_link{
	position: absolute;
	height: 90px;
	background: transparent;
}


ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #333;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px;
	height: 31px;
	line-height: 31px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #666;
	color: #ccc;
	overflow: hidden;
	position: relative;
}

.tab_last { border-right: 1px solid #333; }

ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}

ul.tabs li.active {
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #fff;
	display: block;
}

.tab_container {
    display:table;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_container a:link, .tab_container a:visited {
   color:#000000;
 }
 .tab_container div a:hover {
   color:#000000;
 }

.tab_drawer_heading { display: none; }



.clear-shadow {
	clear: both;
}

.content {
    background: #fff;
	position: relative;
    width: 100%;
	height: 470px;
	z-index: 5;
	overflow: hidden;
    box-shadow: 0 -2px 3px -2px rgba(external,0.6), 0 2px 2px rgba(external,0.6);
    border-radius: 0 3px 3px 3px;
}

.content div {
    position: absolute;
	top: 0;
	padding: 10px 40px;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.content-1, .content-3 {
	-webkit-transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}

.content-2, .content-4 {
    -webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-o-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
    -webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.1s;
    -moz-transition: all ease-out 0.2s 0.1s;
    -o-transition: all ease-out 0.2s 0.1s;
    -ms-transition: all ease-out 0.2s 0.1s;
    transition: all ease-out 0.2s 0.1s;
}

.content div h2,
.content div h3{
	color: #398080;
}
.content div p {
	font-size: 14px;
	line-height: 22px;

	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;

}


@keyframes "page" {
 0% {
    left: 0;
 }
 50% {
    left: 10px;
 }
 100% {
    left: 0;
 }

}

@-moz-keyframes page {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-webkit-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-ms-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-o-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}
.listblock {
width:350px;
margin:0;
padding:0;
display:block;

}
.ticker {
  width: 100%;
  margin:auto;
  background:#e9c02c;
}
 /* The HTML list gets replaced with a single div,
    which contains the active ticker item, so you
    can easily style that as well */
.ticker div {
  display: inline-block;
  word-wrap: break-word;
}
.fade {
    background: none repeat scroll 0 0 #e9c02c;
    color: #FFFFFF;
    font-size: 1.1em;
    padding: 10px;
    height:20px;
}
.fade > li {
    list-style: none inside none;
    color: #c04a08;
    font-family: arial, 'Oswald', sans-serif;

    font-size: 1.1em;
    font-weight:bold;
}
.bounce {
  width:100%;
  margin:0;
  padding:0;
  display:table;
}
.boxleft ul{
list-style-type: square;
}

.boxleft a:link, .boxleft a:visited {
   color:#000;
   font-family:arial;
   font-size:0.9em;
 }
.boxleft a:hover {
   color:#000;
 }

.extra ul {
list-style-type: square;
}
.extra {
 width:48%;
  margin:0;
  padding:0;
  display:table;
  float:left;
}

.extra a:link, .extra a:visited {
   color:#000;
   font-family:arial;
   font-size:0.8em;
 }
 .extra a:hover {
   color:#000;
 }

.frontcal ul {
list-style-type: square;
}
.frontcal {
 width:48%;
  margin:10px;
  padding:0;
  display:table;
  float:right;
  background:#f3f2f2;
  border:1px solid #d3d2d2;
  
}
.frontcal a:link, .frontcal a:visited {
  font-family:arial, sans-serif;
  font-size:0.9em;
 color:#000000;
}
.frontcal a:hover {
 color:#f15d0a;
}
.frontcal span {
 font-family:arial, sans-serif;
  font-size:0.8em;
  font-weight:bold;
}


.BreakingNewsController{width:100%; overflow:hidden; background:#5aa628; height:auto; position:relative;}
.BreakingNewsController .bn-title{display:inline-block; float:left; padding:10px 20px; background:#5aa628; color:#FFF;}
.BreakingNewsController ul{padding:0; margin:0; display:block; list-style:none; position:absolute; left:180px; right:50px;}
.BreakingNewsController ul li{list-style:none; padding:10px 20px; display:none;font-family:arial, sans-serif; font-size:0.8em;}
.BreakingNewsController ul li a{text-decoration:none; color:#333; display:inline-block; overflow:hidden; padding:0;}
.BreakingNewsController .bn-arrows{display:inline-block; float:right; width:50px; position:absolute; right:0; top:0; bottom:0;}
.BreakingNewsController .bn-arrows span{display:block; width:20px; position:absolute; top:0; bottom:0; cursor:pointer; opacity:0.2;}
.BreakingNewsController .bn-arrows span:hover{opacity:1;}
.BreakingNewsController .bn-arrows-left{ left:0; background:url(../images/bn-arrows.png) left center no-repeat;}
.BreakingNewsController .bn-arrows-right{right:10px; background:url(../images/bn-arrows.png) right center no-repeat;}

.easing a, .easing span{transition:.25s linear; -moz-transition:.25s linear; -webkit-transition:.25s linear;}
.highlight{width:50%; height:auto; margin:0 auto; margin-top:100px; min-width:700px;}
	.highlight h1{font-size:60px; font-weight:100; color:#FFF;}
	.highlight h2{font-size:48px; font-weight:100; color:#FFF;}
	.highlight h3{font-size:30px; font-weight:100; color:#DDD;}
	.container{width:50%; height:auto; margin:0 auto; margin-top:100px; min-width:700px;}
	.wrapper{width:50%; height:auto; margin:0 auto; margin-top:100px; background:rgba(external,0.1); padding:30px; color:#FFF; min-width:700px;}
	.wrapper h2{font-weight:300; padding:0; margin:0; margin-bottom:20px;}
	.content{display:block; height:auto;}
	.valuesform{display:block; height:auto; overflow:hidden; padding-top:30px;}
	.valuesform label{display:block; margin-bottom:20px; float:left; margin-right:20px; font-size:14px;}
	.valuesform input{border:solid 1px #CCC; padding:10px; background:none; width:180px; color:#099;}
	.valuesform select{width:200px; padding:10px; background:none; border:solid 1px #CCC; color:#099;}
	.valuesform button{display:block; width:100%; margin:0 auto; padding:10px; background:#099; color:#FFF; font-weight:400; font-size:20px; border:none; cursor:pointer;}
	.valuesform button:hover{color:#099; background:#FFF;}
	.valuesform input:focus, .valuesform select:focus{background:#FFF;}

    .time {
      margin:0;
      padding:10px;
    }
    .details {
     margin:0;
      padding:10px;
    }

    .details a:link, .details a:visited {
   color:#000000;
 }
 .details a:hover {
   color:#000000;
 }
 .centerlot {
 width:100%;
 margin:0 auto;
 padding:0;
 display:table;
 }
 
 .baseblockleft {
 width:525px;
 height:50px;
 margin:5px;
 padding:0;
 display:table;
 float:left;
 }
 .baseblockright {
 width:50px;
 height:50px;
 margin:5px;
 padding:0;
 display:table;
 float:right;
 }

#wrap{
    width:100%;
    margin:0 auto;
}
/*.box{
    float:left;
    width:25%;
    margin:0 auto;
}*/
.box{
    float:left;
    width:48%;
    margin:2px auto;
}
.boxleft{
    float:left;
    width:48%;
    margin:0;
	background:#f3f2f2;
	border:1px solid #d3d2d2;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:5px;
}

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
	    width:100%;
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: table;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #666;
		color: #fff;
	}
	.frontcal {
 width:100%;
  margin:0px;
  padding:0;
  display:table;
  float:left;
  background:#f3f2f2;
  border:1px solid #d3d2d2;

}
.extra {
 width:100%;
  margin:0;
  padding:0;
  display:table;
  float:left;
}
.baseblockleft {
 width:210px;
 height:50px;
 margin:5px;
 padding:0;
 display:table;
 float:left;
 }
}


@media only screen and (max-width: 768px){
	.logo{
		margin: 10px;
	}
	#slider img{
		height: auto !important;
	}
}

@media only screen and (max-width: 480px){
	.blue-nav a{
		line-height: 2em;
	}
	h4{
		font-size: 1.4em;
		line-height: 1.2em;
	}
	div.action-icons div p{
		font-size: 15px;
	}
	.blue-nav a{
		width: 180px;
		height: 50px;
	}

}

@media only screen and (max-width: 425px){
	#blurb p{
		font-size: 1.3em !important;
	}
	#blurb h3{
		margin: 25px 15px 0 15px;
	}
	.blue-nav li{
		padding: 8px;
	}
}


@media only screen and (max-width: 410px){
	.logo{
		width: 50px;
		height: 70px;
		background-size: cover;
	}
	.account-login{
		margin: 20px 25px 0 0;
	}
	.blue-nav a{
		width: 136px;
		height: 45px;
		line-height: 1.5em;
	}
	.baseblockleft{
		max-width: 320px;
		margin: 0;
		width: 280px;
	}
}