/* custom styles here */
.validation-summary-errors {
	color: #EC1C24;
	font-weight: bold;
}

body {
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
    line-height: 1.62857143;
}

.android {
	display: none;
	}
	
.windows {
	display: none;
		}
.ios {
		display: none;
			}

.standalone {
		display: none;
			}

.mobileAny {
		display: none;
			}

#iosOverlay {
	position: absolute;
	z-index: 1031;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(25,48,90,.85);
}

#iosOverlay p {
	color: #fff;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 500;
}

#mobileinfoBlock {
	margin-top: 7vh;
}

#skip a
{ 
position:absolute; 
left:-10000px; 
top:auto; 
width:1px; 
height:1px; 
overflow:hidden;
} 
 
#skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
} 

.float-label-control { position: relative; margin-bottom: 1.5em; }
    .float-label-control ::-webkit-input-placeholder { color: transparent; }
    .float-label-control :-moz-placeholder { color: transparent; }
    .float-label-control ::-moz-placeholder { color: transparent; }
    .float-label-control :-ms-input-placeholder { color: transparent; }
    .float-label-control input:-webkit-autofill,
    .float-label-control textarea:-webkit-autofill { background-color: transparent !important; -webkit-box-shadow: 0 0 0 1000px white inset !important; -moz-box-shadow: 0 0 0 1000px white inset !important; box-shadow: 0 0 0 1000px white inset !important; }
    .float-label-control input, .float-label-control textarea, .float-label-control label { font-size: 1.3em; box-shadow: none; -webkit-box-shadow: none; }
        .float-label-control input:focus,
        .float-label-control textarea:focus { box-shadow: none; -webkit-box-shadow: none; border-bottom-width: 2px; padding-bottom: 0px; }
        .float-label-control textarea:focus { padding-bottom: 4px; }
    .float-label-control input, .float-label-control textarea { display: block; width: 100%; padding: 0.1em 0em 1px 0em; border: none; border-radius: 0px; border-bottom: 1px solid #aaa; outline: none; margin: 0px; background: none; }
    .float-label-control textarea { padding: 0.1em 0em 5px 0em; }
    .float-label-control label { position: absolute; font-weight: normal; top: -1.0em; left: 0.08em; color: #aaaaaa; z-index: -1; font-size: 0.85em; -moz-animation: float-labels 300ms none ease-out; -webkit-animation: float-labels 300ms none ease-out; -o-animation: float-labels 300ms none ease-out; -ms-animation: float-labels 300ms none ease-out; -khtml-animation: float-labels 300ms none ease-out; animation: float-labels 300ms none ease-out; /* There is a bug sometimes pausing the animation. This avoids that.*/ animation-play-state: running !important; -webkit-animation-play-state: running !important; }


.float-label-control input.empty + label,
    .float-label-control textarea.empty + label { top: 0.25em; font-size: 1.3em; animation: none; -webkit-animation: none; }
		
#searchFormNav .float-label-control input.empty + label { top: 0.9em; font-size: 1.0em; animation: none; -webkit-animation: none; }
		
    .float-label-control input:not(.empty) + label,
    .float-label-control textarea:not(.empty) + label { z-index: 1; }
    .float-label-control input:not(.empty):focus + label,
    .float-label-control textarea:not(.empty):focus + label { color: #aaaaaa; }
    .float-label-control.label-bottom label { -moz-animation: float-labels-bottom 300ms none ease-out; -webkit-animation: float-labels-bottom 300ms none ease-out; -o-animation: float-labels-bottom 300ms none ease-out; -ms-animation: float-labels-bottom 300ms none ease-out; -khtml-animation: float-labels-bottom 300ms none ease-out; animation: float-labels-bottom 300ms none ease-out; }
    .float-label-control.label-bottom input:not(.empty) + label,
    .float-label-control.label-bottom textarea:not(.empty) + label { top: 3em; }


@keyframes float-labels {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@-webkit-keyframes float-labels {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@keyframes float-labels-bottom {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}

@-webkit-keyframes float-labels-bottom {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}

html {
	position: relative;
	min-height: 100%;
}



#blueBar {
	height: 15px;
	background-color:#0071bb;
	width: 100%;
}

div.loginStatus {
	padding-right: 0;
}

div.loginStatus p {
	margin-bottom: 0px;
	line-height: 40px;
	text-align: center;
	background-color: #fced82;
}

button.logout {
	padding: 0px 2px;
	margin-top: -4px;
	font-size: 14px;
}

#searchFormNav .col-sm-9 {
	padding-right: 0;
}

.stylish-input-group .input-group-addon{
    background: #fff !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
	color: #3759c1;
}

.btn3d {
    position:relative;
    top: -6px;
    border:0;
     transition: all 40ms linear;
     margin-top:10px;
     margin-bottom:10px;
     margin-left:2px;
     margin-right:2px;
	text-transform: uppercase;
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	letter-spacing: 5px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

.btn3d.btn-default:hover {
	box-shadow: 0 8px 0 0 #cc9900;
    background-color:#fedd58;
}

.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
    -moz-outline-style:none;
         outline:medium none;
}
.btn3d:active, .btn3d.active {
    top:2px;
}

.btn3d.btn-default {
    box-shadow:0 8px 0 0 #cc9900;
    background-color:#ffcc00;
}
.btn3d.btn-default:active, .btn3d.btn-default.active {
    box-shadow: 0 0px 0px 0px rgba(0,0,0,0.0);
    background-color: #ffcc00;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

a {
	color: #1569c7;
	text-decoration: underline; /* Added for accessibility 022823 */
}

h1, h2, h3 {
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #ec1c24;
	letter-spacing: 3px;
	margin-bottom: 20px;
	margin-top: 0px;
}
h1 {
	
	font-size: 30px;
	
}

h2 {
	font-size: 26px;
}

.altColors p {
	padding: 10px;
	margin: 0;
}

.altColors p:nth-child(odd) {
	background-color: #C7E1EF;  
}
#leftSide .altColorsDiv>div>h2 {
	margin: 10px 0px;
}
.altColorsDiv div {
	padding: 10px;
	margin: 20px 0px;
}

.altColorsDiv div p:last-child {
	margin: 0;
}

.altColorsDiv div ul:last-child {
	margin-bottom: 0;
}

.altColorsDiv div:nth-child(odd) {
	background-color: #C7E1EF;  
}
/* nav customizations */
.navbar {
    border-radius: 0px;
}

.navbar-default {
    background-color: #fff;
	border: 0;
    border-color: transparent;
	color: #0071bb;
}
.navbar-header {
	background-color: #0071bb;
	border: 0;
    border-color: transparent;
	color: #ffffff;
}
.navbar-toggle {
    position: relative;
    float: none;
    width: 100%;
    padding: 2px 10px; /*9px 10px */
    margin-top: 16px; /* 8px */
    margin-right: 15px;
    margin-bottom: 16px;  /* 8px */
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    	background-color: transparent;
	}
	
	.navbar-default .navbar-toggle {
		border: 0;
    	border-color: transparent;
	}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
    width: 25px;
    height: 4px;
}

p.menuText {
    text-transform: uppercase;
    text-align: left;
    margin: 0;
	margin-top: -5px;
    font-size: 18px;
    padding-left: 10px;
    color: #fff;
}

.nav>li>a {
    position: relative;
    display: block;
    
}

/*.nav>li:last-child>a {
    padding-right: 0px;
} */

.navbar-default .navbar-nav>li>a {
    color: #FFF;
	text-transform: uppercase;
	text-align: center;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #FFF;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #0071BB;
    text-decoration: none;
    background-color: #ffe066;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
    background-color: #004990;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #FFF;
    background-color: #004990;
    border-bottom: 0px solid #EC1C24;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #FFF;
    background-color: #004990;
    border-bottom: 0px solid #EC1C24;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(255,255,255, 0.90);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid #ec1c24;
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu>li>a {
	font-size: 14px;
	font-weight: 600;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #0071BB;
    text-decoration: none;
    background-color: #ffe066;
    outline: 0px;
}

/* end nav customization */

/* basic structure home page */

#header {
	/* background: url(/media/1002/headerback.png) repeat-x #fff; */
}

#mainNav {
	width: 100%;
	background-color: #0071BB;
	/* height: 50px; */
	margin-bottom: 30px;
}

.navbar {
	margin-bottom: 0px;
}

#thePlans {
	/*background: url(/media/1004/plansback.png) #d0e1f4;*/
	padding-bottom: 20px;
}

#wantToRow {
	padding-top: 15px;
	padding-bottom: 15px;
}


#newsHome {
	background: url(/media/1058/cross-hatch-pattern2.png) repeat;
	margin-bottom: 20px;
}
#newsHome h1 {
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 20px;
	color: #FFFFFF;
}

#faqRow {
	padding-top: 15px;
	padding-bottom: 15px;
}

#faqList {
	height: auto;
	background-color: #004990;
	/* background-image: url("/media/1057/cross-hatch-pattern.png");
    background-repeat: repeat; */
	color: #FFFFFF;
}

#faqList h3 {
	margin-top: 20px;
	margin-bottom: 4px;
	color: #fff;
}

#preFooter {
	
}

.feedbackRow {
	padding-top: 15px;
	padding-bottom: 15px;
}

#loginFooter {
	
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #5F6060;
	color: #FFF;
	width: 100%;
}

#loginFooter a {
	color: #fff;
	text-decoration: underline;
}

#loginFooter a:hover {
	color: #fff;
	text-decoration: none;
}


#footer > .container {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #5F6060;
	color: #FFF;
}


.cookie-disclaimer .container {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cookie-disclaimer .cookie-close{
  float: right;
  padding: 10px;
  cursor: pointer;
}

/* end basic structure home page */

/* home page decoration styles */

.list-inline>li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
}

#eyebrow {
 	font-size:14px;
}

#eyebrow > li:after { /*  > a:after, #eyebrow > li > form */
	content: "|";
	padding-right: 5px;
	padding-left: 5px;
	color: #1569c7;
}

#eyebrow > li:last-child:after { /*  > a */
	content: "";
	padding-left: 0;
	padding-right: 0;
}

#eyebrow form {
	display: inline-block;
}

#heroSpace > .row > .col-sm-9 {
	padding-left: 0;
	padding-right: 0;
}

#heroContent {
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
}
#heroImage {
	
}

#heroMessage {
	position: absolute;
	top: 0;
	left: 0;
}

#heroMessage h1 {
	margin: 0;
}

#heroMessage p {
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	font-size: 20px;
	font-weight: 500;
}

#heroMessage.lightTheme h1 {
	color: #fff;	
}

#heroMessage.lightTheme p {
	color: #fff;
}

#thePlans > .row {
	margin-bottom: 30px;
}

#thePlans h1 {
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

#thePlans .plan {
	text-align: left;
	cursor: pointer;
}

.plan h2 {
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	font-size: 18px;
	text-decoration: underline;
	font-weight: 600;
	color: #3759c1;

}

.plan p {
	font-weight: 600;
	font-size: 17px;
}

#newsAndWantTo {
	margin-left: -30px;
	margin-right: -30px;
}

#newsAndWantTo h3 {
	margin-top: 10px;
	margin-bottom: 3px;
}

.wantToBox {
		background-color: #99c6e4;
		padding: 10px 15px;	
	}

.wantToBox li{
	margin-bottom: 8px;
}

.wantToBox li:last-child {
	margin-bottom: 0;
}

.wantToBox li a {
	font-size: 18px;
}

#newsAndWantTo .wantBox h3 {
	margin-top: 0;
}

#newsContent {
	color: #fff;
	padding: 10px 15px;
}

#newsContent h3 {
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	margin: 0px;
}


#newsContent > .homeNewsTeaser {
	font-size: 18px;
	line-height: 24px;
}

#newsContent > .homeNewsTeaser > p.moreLink {
	margin-top: 15px;
	margin-bottom: 0px;
	
}

p.moreLink > a {
	color: #1569c7;
	text-decoration: underline;
}

p.moreLink > a:hover {
	color: #1569c7;
	text-decoration: none;
}

p.moreLink > a > i {
	color: #1569c7;
	text-decoration: none;
}

.dateSquare {
	/*padding: 8px 15px;*/
	border: 1px solid #919195;
	text-align: center;
}

.month {
	background-color: #004990;
	color: #fff;
	/*font-weight: bold;
	font-size: 14px;*/
	text-transform: uppercase;
	width: 100%;
	padding: 3px 15px 2px 15px;
	
}

.day {
	padding: 3px 15px 5px 15px;
	font-weight: bold;
	font-size: 24px;
	line-height: 22px;
}

.media-body p {
	line-height:18px;
}

#faqRow h1 {
	text-align: center;	
}

.carousel-inner > .item {
	height: auto;
	
}
.carousel-inner > .item a {
	color: #f9dc06;
}

.carousel-inner > .item > .carousel-caption {
	color: #000;
}

.carousel-inner > .item  h3 {
	font-weight: 700;
	margin-bottom: 0;
}

.carousel-inner > .item p {
	font-size: 19px;
	line-height: 22px;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 36px;
    color: #1569c7;
    text-align: center;
    text-shadow: none;
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=100);
    opacity: 100;
}

.carousel-control:focus, .carousel-control:hover {
    color: #1569c7;
    text-decoration: none;
    filter: alpha(opacity=100);
    outline: 0;
    opacity: 1.0;
}

.carousel-control .fa-chevron-right, .carousel-control .icon-next {
    right: 20%;
    margin-right: -10px;
}

.carousel-control .fa-chevron-left, .carousel-control .icon-prev {
    left: 20%;
    margin-left: -10px;
}

.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.feedbackRow .media-body {
	font-size: 16px;
}

/*.feedbackRow .phone {
	font-weight: 700;
}*/
.feedbackRow .col-sm-5 h1 {
 letter-spacing: 3px;
	color: #2aaae2;
}
#footer small {
	line-height: 16px;
	display: block;
}

#footer a {
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footerNav {
	margin: 0;
	font-size:12px;
}

#footerNav > li > a:after {
	content: "|";
	padding-right: 5px;
	padding-left: 5px;	
	display: inline-block;
	text-decoration: none;
}

#footerNav > li:last-child > a:after {
	content: "";
	padding-left: 0;
	padding-right: 0;
}

#footerNav > li > a {
	line-height: 30px;
}

#toTop {
	font-size: 30px;
	cursor: pointer;
	line-height: 30px;
}

/* end home page styles */

/* interior page structure */

#pageBanner {
	/* background: url(/media/1129/insidebannerback.png) repeat-x #fff; */
	margin-bottom: 30px;
}

#leftSide {
	padding-left: 0px;
}
#leftSide ul li, #leftSide ol li {
	padding-bottom: 5px;
}

#rightSide {
	padding-right: 0px;
}
.sideNav {
	border-left: 1px solid #000;
	padding-left: 20px;
	line-height: 1.2;
}
.sideNav h2 {
	font-size: 22px;
	font-weight: 700;
}
.sideNav ul li {
	margin-top: 15px;
	margin-bottom: 15px;
}
.sideNav ul li.active {
border-bottom: 3px solid #EC1C24;
}
 .table>tbody>tr>th, .table>thead>tr>th {
    vertical-align: bottom;
	 text-align: left;
 }
/* end interior page structure */

/* interior decorative styles */


#leftSide h1 {
	margin-top: 0;
}

#leftSide h2 {
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	color: #003B5B;
	margin-top: 20px;
	margin-bottom: 10px;
}
#leftSide h3 {
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 10px;
}
p>span.footnote {
	font-size: 12px;
	line-height: 14px;
	display: block;
}
.well {
	background-color: #D9DADD;
}
.well.cBox {
	border-radius: 0;
	border: none;
}

.well.cBox p {
	line-height: 1.45;	
}

.well.cBox p:last-child {
	margin-bottom: 0;
}



.cBox .media-left i {
	font-size: 5.0em;
}

.cBox .well-title {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none; 
    box-shadow: none; 
}
	

.panel-default {
    border-color: #333;
	border: 0;
}

.panel-default>.panel-heading {
    color: #0071BB;
    background-color: #FFF;
    border-color: #333;
	border: 1px solid #333;
}

.panel-default>.panel-heading.no-border {
	border: 0;
	border-color: transparent;
}

.panel-title {
	font-weight: 700;	
}

.panel-collapse.in > .panel-body {
	border: 1px solid #333;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #333;
}

#relatedDocs {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	/* background-color: #99c6e4; Remove for low contrast 022823 */
	margin-top: 40px;
	margin-top: 40px;
}

#relatedDocs h3 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #1a3865;
	font-size: 15px;
	letter-spacing: 2px;
}

#relatedDocs li {
	margin-bottom: 10px;
	line-height: 1.25;
}

#relatedDocs li:last-child {
	margin-bottom: 0px;
}

#relatedDocs a.text-nowrap {
	white-space: normal;
}

#searchResults > li {
	margin-bottom: 15px;
}

#searchResults > li > a {
	font-weight: bold;
}

#searchResults span.highlight {
	background-color: #FFFBCC;
}

#eventListing {
	margin-bottom: 30px;
}

#eventListing > .row {
	margin-bottom: 15px;
}

.galleryRow {
	margin-bottom: 30px;
}

.galleryRow:last-child {
	margin-bottom: 0px;
}

/* end interior decorative styles */

@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
	#headerLogo {
 		margin: 10px auto 5px;
	}
	
	#eyebrow a {
		font-size: 12px;
	}
	
	#mainNav {
		height: auto;
	}
	
	.navbar {
		min-height: auto;
		height: auto;
	}
	
	
	p.wantToHeader {
		text-align: center;
	}
	
	#newsHome .col-sm-5 {
		padding-top: 15px;
	}
	
	#newsContent {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#pageBanner {
		background: url() repeat-x #fff;
		padding-top: 0px;
		margin-bottom: 30px;
	}
	
	#leftSide {
    	padding-left: 15px;
	}
	
	#rightSide {
    	padding-right: 15px;
	}
	
	
	
	.carousel-inner h3 {
		font-size: 18px;
	}
	
	.carousel-inner > .item p {
		font-size: 14px;
		line-height: 17px;
	}
	
	#loginFooter {
		position: relative;
	}
	
	body.loginBody {
		margin-bottom: 0;
	}
}

/* iphone horiz */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {
	
}

/* iphone vertical */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
	
	.cookie-disclaimer {
  		background: #0F213A;
  		color: #FFF;
  		opacity: 0.95;
  		width: 100%;
		top: 0;
  		bottom: 0;
  		left: 0;
		right: 0;
  		z-index: 101;
  		height: auto;
  		position: fixed;
		overflow-y: scroll;
	}
	
	.cookie-disclaimer p {
		font-size: 13px;
		line-height: 17px;
	}
	
	#headerLogo {
		width: 80%;	
	}
	
}

/* iPhone 6 */
/* portrait & landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	/* STYLES GO HERE */
}

/* iPhone 6 landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
	/* STYLES GO HERE */
}

/* iPhone 6 portrait */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
	/* STYLES GO HERE */ 
}

/* iPhone 6+ */
/* portrait & landscape */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { 
	/* STYLES GO HERE */
}

/* iPhone 6+ landscape */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
	/* STYLES GO HERE */
}

/* iPhone 6+ portrait */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 

}

/* samsung s7 portrait */
@media 
    (-webkit-min-device-pixel-ratio: 3)
    and (min-resolution: 192dpi)and max-width:640px){

	#loginFooter {
		position: relative;
	}
	
	body.loginBody {
		margin-bottom: 0;
	}
}

/* samsung s7 landscape*/
@media 
    (-webkit-min-device-pixel-ratio: 3) 
    and (min-resolution: 192dpi){

		#loginFooter {
		position: relative;
	}
	
	body.loginBody {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    	color: #000;
	}
	#heroSpace {
		background: url() repeat-x #99C6E4;
		padding-top: 0px;
		margin-bottom: 0px;
	}
	#mobileHeroText {
		width: 90%;
		margin: 0 auto;
	}
	#faqList {
		width: 90%;
		margin: 0 auto;
	}
	
	#faqList .carousel-inner {
		width: 75%;
		margin: 0 auto;
	}
	
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
   	 padding: 10px 15px 10px 45px;
	}
	#thePlans {
		margin: 0px 15px;
	}
	#leftSide {
		padding-left: 15px;
	}
}

@media (min-width: 768px){
	.carousel-control .fa-chevron-left, .carousel-control .icon-prev {
    	margin-left: -10px;
	}
	
	.carousel-control .fa-chevron-right, .carousel-control .icon-next {
    	margin-right: -10px;
	}
	
	.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 48px;
    height: 48px;
    margin-top: -10px;
    font-size: 48px;
}
	.navbar-default {
    color: #ffffff;
	border: 0;
    border-color: transparent;
	background-color: #0071bb;
}
	
	.navbar-default .navbar-nav>li>a {
    	font-size: 14px;
	}
	
	.nav>li>a {
	    padding: 16px 18px 8px 18px;
	}
	.carousel-inner > .item {
	height: 320px;
	
}
	#faqList {
	height: 320px;
	}
	
}

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	
	/*
	.nmt table, 
	.nmt thead, 
	.nmt tbody, 
	.nmt th, 
	.nmt td, 
	.nmt tr { 
		display: block; 
	}
	*/
 
	/* Hide table headers (but not display: none;, for accessibility) */
/*
	.nmt thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.nmt tr { border: 1px solid #ccc; }
 */
/*
	.nmt td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
*/
 
/*
	.nmt td:before { 	
		position: absolute;	
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
*/ 
/*
	.nmt td:before { content: attr(data-title); }
*/
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
    	font-size: 12px;
	}
	
	.nav>li>a {
	    padding: 16px 15px 8px 15px;
	}
	
	#heroContent {
		height: 284px;
	}
	
	#heroMessage p {
		font-size: 16px;
	}
	
	#eyebrow {
		margin-top: 10px;
	}
	
	#eyebrow a {
		font-size: 12px;
	}
}

@media(min-width: 992px){
	
	#heroContent {
		/*height: 365px;*/
	}
	
	#newsHome .col-sm-5 {
    	padding-left: 0px;
	}
	
	#newsContent {
    	padding: 20px 25px;
	}
	
}

/* ipad generic */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.navbar-default .navbar-nav>li>a {
    	font-size: 12px;
	}
	
	.nav>li>a {
	    padding: 16px 10px 8px 10px;
	}
	
	#heroContent {
		height: 280px;
	}
	
	.cookie-disclaimer {
  		background: #0F213A;
  		color: #FFF;
  		opacity: 0.95;
  		width: 100%;
		top: 0;
  		bottom: 0;
  		left: 0;
		right: 0;
  		z-index: 101;
  		height: auto;
  		position: fixed;
		overflow-y: scroll;
	}
	
	.cookie-disclaimer p {
		font-size: 18px;
		line-height: 26px;
	}
}

/* ipad landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	#headerLogo {
 		margin-top: 10px;
		margin-left: 0px;
	}
	
	#eyebrow {
    	margin-top: 35px;
	}
	
	#heroContent {
		height: 365px;	
	}
}

/* ipad portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	/* STYLES GO HERE */ 
	#headerLogo {
 		margin-top: 10px;
		margin-left: 0px;
	}
	
	#eyebrow {
    	margin-top: 10px;
	}
	
	#eyebrow > li > a {
		font-size: 14px;
	}
	
	#heroContent {
		height: 282px;
	}
	
	#heroMessage p {
		font-size: 16px;
	}
	
	.navbar-default .navbar-nav>li>a {
    	font-size: 14px;
	}
	
	.nav>li>a {
	    padding: 16px 17px 8px 17px;
	}
	
	#homeLink {
		display: none;
	}
	
	#newsHome .col-sm-5 {
    	padding-left: 0px;
	}
	
	#newsContent {
    	padding: 20px 15px;
	}
	
	p.wantToHeader {
    	text-align: right;
	}
	
	.homeNewsTeaser {
		font-size: 16px;
		line-height: 20px;
	}

}



/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {
	body.loginBody {
	margin-bottom: 63px;
	background: transparent;
	}
	
	#header {
		height: 160px;
	}
	
	#headerLogo {
		margin-left: -20px;
	}

	#loginLogo {
		margin-top: 80px;
		margin-bottom: 15px;
	}

	#loginBox {
		background-color: #99c6e4;
		padding: 40px 60px;
	}

	div.loginButton {
		text-align: center;
	}
	
	#heroSpace {
		margin-bottom: 30px;
	}
	
	#eyebrow {
 		margin-top: 35px;	
	}

	.navbar-collapse {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.nav>li>a {
   		padding: 15px 50px;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 18px;
	}
	
	#heroContent {
		/*height: 454px;*/
	}
	
	#thePlans {
		margin-bottom: 30px;
	}
	
	p.wantToHeader {
		text-align: right;
	}
	
	#newsHome {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 20px;
	}
	
	#newsHome .col-sm-5 {
		padding-left: 0px;
	}
	
	#newsContent {
		padding: 10px 55px 45px 55px;
	}
	
	.feedbackRow {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 20px;
	}
	
	.cookie-disclaimer {
  		background: #0F213A;
  		color: #FFF;
  		opacity: 0.95;
  		width: 100%;
  		bottom: 0;
  		left: 0;
  		z-index: 101;
  		height: 50%; /* 375px */
  		position: fixed;
	}
	
	#loginFooter {
	position: absolute;
	bottom: 0;
	}
}
/* end media queries */