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

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: white;
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	}

.downlittle {
    margin-top: 16px;
}

.pushdown {
    margin-top: 65px;
}

.bottomdown {
    margin-bottom: 20px;
}

.content {
    box-shadow: 0 0 3px 0 rgba(0,0,0,.25);
    border-radius: 8px;
    width: 300px;
    min-width: max(325px, 22%);
    max-width: min(650px, 50%);
    margin: .5em;
    border-width: 0;
    border-color: #fff;
    padding: 1em;
    background-color: #fff;
}

.contentRight {
    box-shadow: 0 0 3px 0 rgba(0,0,0,.25);
    border-radius: 8px;
    width: 300px;
    min-width: max(325px, 22%);
    max-width: min(650px, 50%);
    margin: .5em;
    margin-bottom: .95em;
    border-width: 0;
    border-color: #fff;
    padding: 1em;
    background-color: #fff;
}

.logo {
	margin-top: 20px;
	margin-bottom: 5px;
}

.logodiv {
    display: flex;
    justify-content: center;
    height: 232px;
}

.right {
    float: right;
}


a.bg-contain {
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

a.bg-contain img, img.contain {
    object-fit: scale-down;
    object-position: 50% 50%;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
}

.districtNames {
    font-size: 1.5em;
    line-height: 110%;
    margin: 0 0 .25em;
    color: rgba(0,94,135,1);
    font-weight: 700;
}

.LandingPages {
    background-color: #D1D1D1;
	padding-bottom: 72px;
	padding-top: 40px;
    padding-left: 15px;
    color: black;
}

.LandingAlternate {
    background-color: #fff;
	padding-bottom: 72px;
	padding-top: 40px;
    padding-left: 15px;
    color: black;
}

.more {
	background-color: #FFF;
    padding-top: 12px;
}

p {
    padding-right: 12px;
    padding-left: 15px;
}

.textmessage {
	padding-bottom: 48px;
	padding-top: 24px;
    font-size: 1.0em;
    line-height: 2.0em;
}

.pushsides {
	padding-left: 45px;
	padding-right: 45px;
}

.iconstyle {
    height: 25px;
    width: 25px;
    margin-right: 10px;
    margin-top: -6px;
}

.planstyle {
    line-height: 35px;
}

#BannerMess {
    position: absolute;
    display: inline-block;
    max-width: 500px;
    top: 0px;
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 50px;
    line-height: 70px;
    background-color: rgba(0,0,1,0.3);
    padding-left: 10px;
    padding-right: 10px;
}

#BannerDiv {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.keepinside {
    position: relative;
}

.featured {
	font-size: 20px;
	font-weight: 700;
    color: rgb(0, 89, 159);
    font-feature-settings: "liga";      /* MWD */
}

.featuredwhite {
	font-size: 50px;
	font-weight: 700;
    color: white;
}

.featuredblack {
	font-size: 20px;
	font-weight: 700;
    color: black;
}


.featuredfloat {
	float: left;
	margin-right: 18px;
	background-color: #f5f5f5;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
	padding-bottom: 8px;
}


.featureddiv {
    display: inline-block;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
	background-color: #f5f5f5;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
}

.featureddiv a:hover {
	color: darkgreen;
}

.featureddiv img {
    margin-bottom: 12px;
}

/* Headings */
h1 {
	font-size: 2.3em;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
}

h2 {
	font-size: 1.65em;
	margin-bottom: 0.5em;
	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
    padding-left: 15px;
	font-weight: bold;
	line-height: 1.8em;
	font-family: 'Open Sans', sans-serif;
}

.mybutton {
    margin-left: 15px;
}

.mybutton a {
    color: white;
}

.photocaption  {
	line-height: 30px;
	font-size: 1.2em;
	display: block;
}

#Agency {
	background-color: #fff;	
	padding-top: 64px;
	padding-bottom: 64px;
}

#Agency img {
	float: left;
	margin-left: 35px;
}

#Helpful {
	background-color: #FFF;
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
}

#Tips {
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
}

.leftsidetips {
	position: relative;
	width: 500px;
	min-height: 300px;
	padding-left: 10px;
	padding-top: 15px;
}

.leftside {
	position: relative;
	width: 500px;
	min-height: 430px;
	padding-left: 10px;
}

.leftside p, .rightside p {
	color: #848484;
}

.rightside {
	position: absolute;
	left: 550px;
	top: 0px;
}

.rightside img {
	margin-top: 50px;
}



hr {
	color: #000;
	background-color: #000;
}


/* Common Styles */
/* ------------- */
.smaller {
	font-size: 10px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.bolder {
	font-weight: 900;
}

.underline {
    text-decoration: underline;
}

.indent {
    margin-left: 25px;
}

.red {
	color: #F00;
}

.noborder {
	border: none;
}

.clear {
	clear: both;
}

