@charset "UTF-8";

body {
	width:100%;
	/*background-color:#B8FFCD;
	background-image:url(../img/bkgd/5756-pageBkgd.png);
	background-repeat:repeat-y;
	background-size:100%;*/
}
iframe, object, embed  {
	max-width: 100%;
}


.center-text {
	text-align:center;
}

.bullet_indent {
	margin-left: 20px !important;
}

img a {
	border:none;
}

p, h1, h2, h3, h4, h5, h6 {
	padding-top:0px;
	padding-bottom:0px;
	margin:0px !important;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6, a {
	font-family: 'Montserrat', sans-serif;
}

p {
	font-size:1.0em;
    font-family: 'Montserrat', sans-serif;
}


/* DESKTOP + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
.header {
    border-bottom: rgba(181,197,228,1.00) solid 2px;
}

.footer {
    border-top: rgba(181,197,228,1.00) solid 2px;
}
.footer a, .footer a:visited {
    color: #2C388E;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip: ink;
    transition: .3s;
}
.footer a:hover {
    color: rgba(181,197,228,1.00);
}
.footer p {
    padding: 4px 0px;
}
.footer h3 {
    font-size: 1.5em;
    color: rgba(44,56,142,1.00);
}
.questions_panel h2 {
    padding: 10px;
}
.questions_panel {
    background-color: #2C388E;
    color: #FFF;
}
.thanks h1 {
    color: #2B3691;
    line-height: 1.4em;
}
.thanks p { font-size: 1.2em;
    line-height: 1.4em;
    padding-top: 10px;
}
.thanks a {
    text-decoration: none;
    color: #2C3790;
    transition: 1.0s;
}
.thanks a:hover {
    color: #000000;

}
.form_div, .privacy_policy {
    width: 80%;
    max-width: 1200px;
    background-color: #FFF;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
.form_div h1, .privacy_policy h1 {
    color: rgba(46,53,142,1.00);
    text-align: center;
    padding-bottom: 20px !important;
}
.form_div h4{
    text-align: center;
    font-size: 1.3em;
}

.form_popup h2, .form_static h2 {
    color: #2C388E;
    text-align: center;
    margin-bottom: 20px !important;
}
.form_popup a, .form_popup a:visited {
    display: block;
    text-decoration: none;
    margin-top: 10px !important;
    color: #FFF;
    background-color: rgba(44,56,142,1.00);
    padding: 30px 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.35em;
    border-radius: 10px;
    transition: .3s;
}
.form_popup a:hover {
    background-color: #000;
    border-radius: 0px;
}
.form_static {
    padding: 40px 0px;
}
.form_static a, .form_static a:visited {
    text-decoration: none;
    color: rgba(44,56,142,1.00);
    text-decoration-line: underline;
    text-decoration-color: rgba(44,56,142,1.00);
    text-decoration-skip: ink;
    text-decoration-style: dotted;
    transition: .3s;
}
.form_static a:hover{
     color: rgba(44,56,142,0.50);
    text-decoration-color: rgba(44,56,142,0.50);
    text-decoration-style: solid;
}


/* MOBILE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media only screen and (min-width: 0px) and (max-width: 600px) {

.form_div, .privacy_policy {
    width: 80%;
    max-width: 1200px;
    background-color: #FFF;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

}

/* TABLET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {


	
	
}