﻿/* MSI APP TEMPLATE GENERAL STYLES */

/* ===== Fonts ===== */
@font-face {
  
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

/* ===== Basics ===== */
html, body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height:160%;	
}

/* optional background styles */
body.background {
	background:url(../img/background.jpg) no-repeat;
	background-size:cover;
	min-height:900px;
}
@media (max-width:480px) {
body.background {
	background:none;
	min-height:1500px;
	background-color:#9FC3E0;
}	
}

body.color {
	/* optional, change to whatever it needs to be in the skin file */
}

.background-texture-1 {/* black dots */
background:url(../img/body-bg3.png) repeat;	
}

.background-texture-2 {/* white dots */
background:url(../img/body-bg4.png) repeat;	
}

.background-texture-3 {/* tranparent white */
background:url(../img/body-bg5.png) repeat;	
}

.background-texture-4 {/* tranparent gray */
background:url(../img/body-bg6.png) repeat;	
}

/* end background styles */
body 
{
    padding:20px;
}
a:link {
color:#00678C;	
}

h1 {
text-transform:uppercase;
font-size:2em;
color:#616161;
  
  font-style: normal;
  font-weight: 300;
  line-height:100%;		
}

h2 {
text-transform:uppercase;
font-size:1.65em;
color:#616161;
  
  font-style: normal;
  font-weight: 400;
  line-height:100%;		
}

h3 {
text-transform:uppercase;
font-size:1.25em;
color:#616161;
  
  font-style: normal;
  font-weight: 400;
  line-height:100%;		
}

/* ===== Global Horizontal Bar ===== */
#global {
background-color:#444444;
color:#fff;	
min-height:30px;
}

#global-logo, #global-chat {
padding:8px;	
}

#global-chat img {
margin-right:4px;	
}

#global-chat {
padding-right:12px;	
}

#global-chat a:link, #global-chat a:visited{
color:#fff !important;	
}

/* ===== Header ===== */

#appTitle {
text-transform:uppercase;
font-size:2.5em;
color:#fff;/* if background light, use #616161 */
  
  font-style: normal;
  font-weight: 300;
  padding-top:1.5em;
  line-height:100%;	
  text-align:right !important;
background-color:none;
}

#agency-logo {
padding-top:1.5em;
text-align:left !important;
}

@media (max-width:990px) {
	#appTitle {
font-size:2em;
padding-top:1em;	
}
}

@media (max-width:768px) {
	#appTitle{
text-align:center !important;
}

#agency-logo img {
margin:0 auto 0 auto;	
}
}

/* ===== App ===== */

#app {
background: rgb(246, 246, 246);	/* Fallback for older browsers */
background: rgba(246, 246, 246, 0.9);
margin-top:36px;
margin-bottom:16px;
padding:8px; 	
}

#app ul li {
list-style-image: url(../img/bullet.png);
margin-bottom:4px;
}

/* ===== Footer ===== */
footer {
background: rgb(246, 246, 246);/* Fallback for older browsers */
background: rgba(246, 246, 246, 0.9);
margin-top:36px;
margin-bottom:16px;
padding:8px; 	
}

#footer-logo {
text-align:right !important;	
}

@media (max-width:768px) {
	#footer-links, #footer-logo {
text-align:center !important;
}

#footer-logo img {
margin:0 auto 0 auto;	
}
}
/* ===== Utilities ===== */

.important {
	color:#8C0000;
}

.container-fluid {/* use for areas that are to span the full width of the screen */
margin-left: 0; margin-right: 0;	
}

.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #fff;
}

/* ===== Buttons ===== */

.btn {
  
  font-style: normal;
  font-weight: 300;	
margin-bottom:12px;
margin-right:10px;
}

.btn-xlg a:link, .btn-xlg a:visited {
color:#fff;	
  
  font-style: normal;
  font-weight: 300;
}

.btn-xlg a:hover, .btn-xlg a:active {
text-decoration:none;
}

.btn-xlg,
.btn-group-xlg > .btn {
  padding: 14px 20px;
  font-size: 24px;
  line-height: 150%;
  border-radius: 6px;
}

@media (max-width:480px) {
.btn-xlg,
.btn-group-xlg > .btn {
  padding: 10px 14px;
  font-size: 16px;
  line-height: 150%;
  border-radius: 6px;
}	
}

.btn-primary {
  color: #fff;
  background-color: #467C8C;
  border-color: #467C8C;

}



.btn-primary, .btn-default {
	  text-transform:uppercase;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #4AA0DE;
  border-color: #36616D;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #36616D;
  border-color: #36616D;
}

/* ===== Progress bar ===== */

.progress-bar {
  font-size: 14px;
  line-height: 150%;
  background-color: #5999AC;
}

/* ===== Forms ===== */

@media (max-width:768px) {
input.form-control{
height:50px;	
}

input[type="file"]	{
height:30px;	
}
}

form, label {
color:#444444;
  
  font-style: normal;
  font-weight: 400;	
}



/* ===== Nav bar ===== */

ul.dropdown-menu li {
list-style-type:none  !important;
list-style-image:none !important;	
}

a.navbar-brand {
display:none;
color:#fff;	
}

a.navbar-brand:link {
color:#fff;	
}



@media (max-width:768px) {
a.navbar-brand {
display:block;	
}	
}

.navbar-nav a:link {
color:#fff !important;	
}

.navbar-custom {
  background-color: #5999AC;
  border-color: #5999AC;
  
}

.navbar-custom ul.dropdown-menu{
background-color:#5999AC;
}

ul.dropdown-menu li a:hover {
background-color:#467C8C !important;	
}
.navbar-custom .navbar-brand {
  color: #fff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-custom .navbar-text {
  color: #fff;
}
.navbar-custom .navbar-nav > li > a {
  color: #fff;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #467C8C;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #467C8C;
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #fff;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #467C8C;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #5999AC;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #101010;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #467C8C;
}

span.icon-bar {
background-color:#fff !important;	
}

/* ===== Panel ===== */
.panel-custom {
  border-color: #467C8C;
}
.panel-custom > .panel-heading {
  color: #fff;
  background-color: #467C8C;
  border-color: #467C8C;
}
.panel-custom > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #467C8C;
}
.panel-custom > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #467C8C;
}

.panel-heading {
text-transform:uppercase;	
}

/* ===== Wizard styles ===== */

/* = custom CONTAINER
----------------------------*/
.wizard-custom {
	padding:0px;
	position: relative;
	clear:both;
	display: block;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 75px;
	margin-left: 10px;
}
.wizard-custom div {
    position:relative;
margin-bottom:16px !important;
}

.wizard-custom i {
font-style:normal;	
}

@media (max-width:480px) {
.wizard-custom i {
display:none;
}	
.wizard-custom div b {
text-align:center!important;
padding-left:8px;	
}
.wizard-custom span {
	display: block;
	float: left;
	font-size: 1.5em !important;
	
	width:auto;
border:none;
}
}
/* = STEP NUMBERS
----------------------------*/
.wizard-custom span {
	display: block;
	float: left;
	font-size: 75%;
	text-align:center;
	width:15px;
border:none;
}
/* = DEFAULT custom
----------------------------*/
.wizard-custom a {
    position:relative;
    display:block;
    width:auto;
    height:24px;
    margin-right: 18px;
    padding:0px 10px 0px 3px;
    float: left;
    font-size:11px;
    line-height:24px;
    color:#fff;
    background: #73A9B9;
    text-decoration:none;
	border:none !important;
}

.wizard-custom b {
    position:relative;
    display:block;
    width:auto;
    height:24px;
    margin-right: 18px;
    padding:0px 10px 0px 3px;
    float: left;
    font-size:11px;
    line-height:24px;
    color:#fff;
    background: #73A9B9;
    text-decoration:none;
	border:none !important;
}

 
/* = COMPLETED custom
----------------------------*/
 
.wizard-custom .completed-step a {
    color:#fff;
    background: #888888;
}

.wizard-custom .completed-step span {
	color: #fff;
	text-shadow:none;
}

.wizard-custom .completed-step b {
    color:#fff;
    background: #888888;
	text-shadow:none !important;
}

.wizard-custom .completed-step span {
	color: #fff;
}
/* = ACTIVE custom
----------------------------*/
.wizard-custom .active-step a {
	color:#FFFFFF !important;
	background: #467C8C;
}


.wizard-custom .active-step b {
	color:#FFFFFF !important;
	background: #467C8C;
}

.wizard-custom .active-step span {
	color: #fff;
	text-shadow:none;
}
/* = HOVER STATES
----------------------------*/
.wizard-custom .completed-step:hover a, .wizard-custom .active-step:hover a {
    color:#fff;
    background: #244048;	
}
.wizard-custom .completed-step:hover span, .wizard-custom .active-step:hover span {
    color:#fff;
}
.wizard-custom b:hover {
background: #244048;
}

/* ===== Nav Pills ===== */

.nav-pills > li.active > a
 {
  color: #fff;
  background-color: #3D93AF;
}

.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
  background-color: #467C8C;
}

.nav-pills  li {
	 background-color: #D1E1E5;

}
/* ==== global ===== */
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 14.5px 8px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0 5px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#uploadFile {
    padding: 0 20px;
    height:35px;
    width:75%;
}
/* ===== Header ===== */
.header, .footer 
{
    width:90%;
    max-width:1200px;
    margin:10px auto;
}
.logo img 
{
    width:100%;
}
.title h1 
{
    margin-right:15px;
    text-align:right;
    font-size:3em;
    color:#003A64;
    font-weight:300;
}
/* ===== Footer ===== */
.footer 
{
    clear:both;
    padding-top:35px;
    font-size:1.5em;
    font-weight:400;
}
.msgov 
{
    text-align:right;
}
.copyright 
{
    font-weight:300;
    padding-top:15px;
}
/* ===== Backgrounds ===== */

.bk1 { background-image: url("../images/bkground1.jpg"); background-repeat:repeat; }
.bk2 { background-image: url("../images/bkground2.jpg"); background-repeat:repeat; }
.bk3 { background-image: url("../images/bkground3.jpg"); background-repeat:repeat; }
.bk4 { background-image: url("../images/bkground4.jpg"); background-repeat:repeat; }
.bk5 { background-image: url("../images/bkground5.jpg"); background-repeat:repeat; }
.bk6 { background-image: url("../images/bkground6.jpg"); background-repeat:repeat; }
.bk7 { background-image: url("../images/bkground7.jpg"); background-repeat:repeat; }
.bk8 { background-image: url("../images/bkground8.jpg"); background-repeat:repeat; }
.bk9 { background-image: url("../images/bkground9.jpg"); background-repeat:repeat; }
.bk10 { background-image: url("../images/bkground11.jpg"); background-repeat:repeat; }
.bk11 { background-image: url("../images/bkground11.jpg"); background-repeat:repeat; }
.bk12 { background-image: url("../images/bkground12.jpg"); background-repeat:repeat; }
.bk13 { background-image: url("../images/bkground13.jpg"); background-repeat:repeat; }
.bk14 { background-image: url("../images/bkground14.jpg"); background-repeat:repeat; }
.bk15 { background-image: url("../images/bkground15.jpg"); background-repeat:repeat; }
.bk16 { background-image: url("../images/bkground16.jpg"); background-repeat:repeat; }
.bk17 { background-image: url("../images/bkground17.jpg"); background-repeat:repeat; }
.bk18 { background-image: url("../images/bkground18.jpg"); background-repeat:repeat; }
.bk19 { background-image: url("../images/bkground19.jpg"); background-repeat:repeat; }



/* ===== Style 1 ===== */
*::-webkit-input-placeholder {
    -webkit-text-security: none;
    color:#828282;
    pointer-events: none;
}
.form-style-1{
    
    width: 90%;
    max-width:1200px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 1);
    margin: 25px auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);

}
.form-style-1 h2{
    background: #549CD6;
    text-transform: uppercase;
    
    color: #fff;
    font-size: 2em;
    font-weight: 100;
    padding: 20px;
    margin: -30px -30px 30px -30px;
}
.form-style-1 label 
{
    margin-bottom: 12px;
    font-size:1.3em;
    font-weight:300;
}
.form-style-1 input[type="text"],
.form-style-1 input[type="date"],
.form-style-1 input[type="datetime"],
.form-style-1 input[type="email"],
.form-style-1 input[type="number"],
.form-style-1 input[type="search"],
.form-style-1 input[type="time"],
.form-style-1 input[type="url"],
.form-style-1 input[type="password"],
.form-style-1 textarea,
.form-style-1 select 
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    margin-bottom: 10px;
    font-size:1.3em;
    font-weight:300;
    height: 60px;
}
.form-style-1 textarea{
    resize:none;
    overflow: hidden;
}
.form-style-1 input[type="button"], 
.form-style-1 input[type="submit"]{
    -moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
    -webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
    box-shadow: inset 0px 1px 0px 0px #45D6D6;
    background-color: #549CD6;
    border: 1px solid #4580AD;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    
    font-size:1.3em;
    padding: 10px 22px;
    margin-top:30px;
    margin-bottom:20px;
    margin-right:20px;
    text-decoration: none;
    text-transform: uppercase;
}
.form-style-1 input[type="button"]:hover, 
.form-style-1 input[type="submit"]:hover {
    background:linear-gradient(to bottom, #3172B4 5%, #3172B4 100%);
    background-color:#3172B4;
}

/* ==== Progress ===*/

.stepwizard-step p {
    margin-top: 0px;    
    font-size:1.1em;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard 
{
    width:90%;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    display: table;     
    width: 100%;
    position: relative;
    margin-bottom:20px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #ccc !important;
    z-order: 0;
    
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  margin-bottom:4px;
  margin-left:10px;
}
.btn-primary 
{
    background-color: #E5E5E5;
    border-color: #808080;
    color: #333;
}
.btn-complete 
{
    background-color: #B8CDDB;
    border-color: #73B1DD;
    color:#003A64;
}
.btn-active 
{
    background-color: #73B1DD;
    border-color: #003A64;
    color:#003A64;
}



.stepwizard-step2 p {
    margin-top: 0px;    
    font-size:1em;
    float:left;
}

.stepwizard-row2 {
    display: table-row;
}

.stepwizard2 
{
    width:90%;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    display: table;     
    width: 100%;
    position: relative;
    margin-bottom:20px;
}

.stepwizard-step2 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row2:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    z-order: 0;
    
}

.stepwizard-step2 {    
    text-align: left;
    position: relative;
}

.btn-circle2 {
  width: auto;
  height: auto;
  text-align: center;
  padding: 0px 30px;
  padding-top:10px;
  font-size: 1.2em;
  line-height: 1.428571429;
  border-radius: 0px;
  margin-bottom:4px;
  margin-right:15px;
  text-transform:none;
  float:left;
}

/* ===== Checkbox and Radio buttons ===== */

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}
input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1em;
  font-size:1.3em;
  
}
input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 1.1em;
  height           : 1.1em;
  margin           : 0em 0.5em 0em 0.5em;
  border           : .11em solid #828282;
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}
input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}
input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : #428EC4;
  font-size   : 1.7em;
  line-height : .3em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
  margin-left:-3px;
}
input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 1em;
  height           : 1em;
  margin           : 0.5em;
  border           : 0.5em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(153,204,102);
  background-image :    -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :     -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :      -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :         linear-gradient(rgb(179,217,140),rgb(153,204,102));
}
input.gray[type=checkbox]:not(old):checked + label > span:before
{
    color: #333;
}
input.red[type=checkbox]:not(old):checked + label > span:before
{
    color: #FF0000;
}
input.blue[type=checkbox]:not(old):checked + label > span:before
{
    color: #428EC4;
}
input.green[type=checkbox]:not(old):checked + label > span:before
{
    color: #267F00;
}
input.yellow[type=checkbox]:not(old):checked + label > span:before
{
    color: #FFD800;
}

input[type=radio   ]:not(old) + label > span
{
    border-radius    : 1em;
}
input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : .8em !important;
  height           : .8em;
  margin           : 0px;
  border           : 0.5em solid #428EC4;
  border-radius    : 1em;
  background       : #428EC4;
}
input.gray[type=radio]:not(old):checked + label > span > span
{
    border           : 0.5em solid #333;
}
input.red[type=radio]:not(old):checked + label > span > span
{
    border           : 0.5em solid #FF0000;
}
input.blue[type=radio]:not(old):checked + label > span > span
{
    border           : 0.5em solid #428EC4;
}
input.green[type=radio]:not(old):checked + label > span > span
{
    border           : 0.5em solid #267F00;
}
input.yellow[type=radio]:not(old):checked + label > span > span
{
    border           : 0.5em solid #FFD800;
}

/* ===== Style 2 ===== */

.form-style-2{
    width: 90%;
    max-width:1200px;
    margin:20px auto;
    font-size: 16px;
    background-color: rgba(73, 92, 112, 0);
    padding: 40px 0px;
    padding-top:10px;
    border: 0px solid #003A64;
}
.form-style-2 h2 
{
    color:#003A64;
    padding-bottom:25px;
    border-bottom:1px solid #ccc;
    margin-bottom:40px !important;
    font-size:2em;
}
.form-style-2 input[type=submit],
.form-style-2 input[type=button],
.form-style-2 input[type=text],
.form-style-2 input[type=email],
.form-style-2 textarea,
.form-style-2 label, 
.form-style-2 select
{
    font-size: 1.4em;
    font-weight:400;
    color: #003A64;
    margin:5px 0;
    text-transform:uppercase;

}
.form-style-2 label {
    display:block;
    margin-bottom: 10px;
    line-height:1.1em;
}
.form-style-2 label > span{
    display: inline-block;
    float: left;
    width: 100%;
    line-height:1.1em;
}
.form-style-2 input[type=text],
.form-style-2 input[type=email],
.form-style-2 select  
{
    background: transparent;
    border: none;
    border-bottom: 1px dashed #606060;
    width: 100%;
    outline: none;
    padding: 8px 0px 0px 0px;
    font-size:1em;
    line-height:1.1em;
    font-weight:300;
    margin-top:-5px;
    margin-bottom: 10px;
    text-transform:none;
    color:#333;
    padding-top:10px;
   
}
.form-style-2 textarea{
    padding: 0px 0px 0px 0px;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px dashed #606060;
    width: 275px;
    overflow: hidden;
    resize:none;
    height:30px;
    font-size:1em;
    line-height:1.1em;
    font-weight:300;
    margin-bottom: 10px;
    text-transform:none;
}
.form-style-2 textarea.fullmsg 
{
    width:100%;
}
.form-style-2 textarea:focus, 
.form-style-2 input[type=text]:focus,
.form-style-2 input[type=email]:focus,
.form-style-2 input[type=email] :focus
{
    border-bottom: 1px solid #333;
}

.form-style-2 input[type=submit],
.form-style-2 input[type=button]
{
    background-color: rgba(74, 160, 222, .25);
    border: 2px solid #003A64;
    padding: 10px 20px;
    border-radius: 0px;
    color: #003A64;
    font-weight:400;
    text-transform:uppercase;
    margin-top:35px;
    margin-right:20px;
}
.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover{
background-color: rgba(74, 160, 222, .5);

}





/* ===== Style 3 ===== */

.form-style-3
{
    width:90%;
    max-width:1200px;
    margin:20px auto;
    background:#fff;
    border-radius:2px;
    padding: 0;
    border-bottom:1px solid #5C5C5C;
    padding-bottom:40px;
    
}
.form-style-3 h2{
    display: block;
    padding: 0;
    margin: 0px 0px 35px 0px;
    color: #5C5C5C;
    font-size:1.9em;
 
}
.form-style-3 ul{
    list-style:none;
    padding:0;
    margin:0;   
}
.form-style-3 li{
    display: block;
    padding: 9px;
    border:1px solid #AFAFAF;
    margin-bottom: 30px;
    border-radius: 3px;
}
.form-style-3 li:last-child{
    
}
.form-style-3 li > label{
    display: block;
    float: left;
    margin-top: -20px;
    background: #FFFFFF;
    height: 14px;
    padding: 2px 8px 2px 8px;
    color: #606060;
    font-size: 1.4em;

}
.form-style-3 input[type="text"],
.form-style-3 input[type="date"],
.form-style-3 input[type="datetime"],
.form-style-3 input[type="email"],
.form-style-3 input[type="number"],
.form-style-3 input[type="search"],
.form-style-3 input[type="time"],
.form-style-3 input[type="url"],
.form-style-3 input[type="password"],
.form-style-3 textarea,
.form-style-3 select 
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: block;
    outline: none;
    border: none;
    height: 40px;
    line-height: 25px;
    font-size: 1.3em;
    padding: 0 10px;
    
}
.form-style-3 .options, .form-style-3 .file 
{
    height: 40px;
}

.form-style-3 input[type="text"]:focus,
.form-style-3 input[type="date"]:focus,
.form-style-3 input[type="datetime"]:focus,
.form-style-3 input[type="email"]:focus,
.form-style-3 input[type="number"]:focus,
.form-style-3 input[type="search"]:focus,
.form-style-3 input[type="time"]:focus,
.form-style-3 input[type="url"]:focus,
.form-style-3 input[type="password"]:focus,
.form-style-3 textarea:focus,
.form-style-3 select:focus 
{
    
}
.form-style-3 li > span{
    background: #F7F7F7;
    display: block;
    padding: 5px;
    margin: 0 -9px -9px -9px;
    text-align: center;
    color: #C0C0C0;
    
    font-size: 1em;
}
.form-style-3 textarea{
    resize:none;
}
.form-style-3 input[type="submit"],
.form-style-3 input[type="button"]{
    background: #2471FF;
    border: none;
    padding: 15px 30px 15px 30px;
    border-radius: 3px;
    color: #D2E2FF;
    margin-right:20px;
    margin-top:20px;
    font-size: 1.5em;
}
.form-style-3 input[type="submit"]:hover,
.form-style-3 input[type="button"]:hover{
    background: #6B9FFF;
    color:#fff;
    
}


.form-style-3 input[type=checkbox]:not(old),
.form-style-3 input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}
.form-style-3 input[type=checkbox]:not(old) + label,
.form-style-3 input[type=radio   ]:not(old) + label{
  display      : inline-block;
  
  line-height  : 1em;
  font-size:1.3em;
  margin-right:20px;
}
.form-style-3 input[type=checkbox]:not(old) + label > span,
.form-style-3 input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 1.1em;
  height           : 1.1em;
  margin           : 0em 0.5em 0em 0.5em;
  border           : .11em solid #828282;
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
  margin-top:11px;
  
}
.form-style-3 input[type=checkbox]:not(old):checked + label > span,
.form-style-3 input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}
.form-style-3 input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : #428EC4;
  font-size   : 1.5em;
  line-height : .3em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
  margin-left:-3px;
}
.form-style-3 input.gray[type=checkbox]:not(old):checked + label > span:before
{
    color: #333;
}
.form-style-3 input.red[type=checkbox]:not(old):checked + label > span:before
{
    color: #FF0000;
}
.form-style-3 input.blue[type=checkbox]:not(old):checked + label > span:before
{
    color: #428EC4;
}
.form-style-3 input.green[type=checkbox]:not(old):checked + label > span:before
{
    color: #267F00;
}
.form-style-3 input.yellow[type=checkbox]:not(old):checked + label > span:before
{
    color: #FFD800;
}
.form-style-3 input[type=radio   ]:not(old) + label > span
{
    border-radius    : 1em;
}
.form-style-3 input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : .8em !important;
  height           : .8em;
  margin           : 0px;
  border           : 0.5em solid #428EC4;
  border-radius    : 1em;
  background       : #428EC4;
}
.form-style-3 input.gray[type=radio]:not(old):checked + label > span > span
{
    border           : 0.5em solid #333;
}
.form-style-3 input.red[type=radio]:not(old):checked + label > span > span
{
    border           : 0.5em solid #FF0000;
}
.form-style-3 input.blue[type=radio]:not(old):checked + label > span > span
{
    border           : 0.5em solid #428EC4;
}
.form-style-3 input.green[type=radio]:not(old):checked + label > span > span
{
    border           : 0.5em solid #267F00;
}
.form-style-3 input.yellow[type=radio]:not(old):checked + label > span > span
{
    border           : 0.5em solid #FFD800;
}






/* ===== Style 4 ===== */

.form-style-4
{
    width:90%;
    max-width:1200px;
    margin:20px auto;
    padding: 0;   
}

.form-style-4 h2 {
  color: #6D7781;
  font-size: 3em;
  margin-bottom: 20px;
}

.form-style-4 a {
  color: #435160;
  text-decoration: none;
}

.form-style-4 label {
  width: 100%;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -175px;
}

.form-style-4 input[type="text"], .form-style-4 input[type="email"], .form-style-4 textarea,  .form-style-4 select {
  width: 100%;
  padding: 20px 0px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #A5A5A5;
  outline: none;
  color: #333;
  font-size: 1.5em;
  font-weight:300;
}
.form-style-4 input[type=checkbox] {
  display: none;
}

.form-style-4 label {
  display: block;
  position: absolute;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  content: "";
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 3px solid #A5A5A5;
}


.form-style-4 ::-webkit-input-placeholder {
  color: #435160;
  font-size: 1em;
}
.form-style-4 input[type="button"], 
.form-style-4 input[type="submit"]
{
    background-color:transparent;
    -moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
    -webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
    box-shadow: inset 0px 1px 0px 0px #45D6D6;
    border: 1px solid #333;
    display: inline-block;
    cursor: pointer;
    color: #333;
    font-weight:300;    
    font-size:1.5em;
    padding: 15px 36px;
    margin-top:50px;
    margin-bottom:20px;
    margin-right:20px;
    text-decoration: none;
    text-transform: uppercase;
}
.form-style-4 input[type="button"]:hover, 
.form-style-4 input[type="submit"]:hover
{
    background-color:#ccc;
}



/* media queries */






@media (max-width:1281px) { /* hi-res laptops and desktops */ 
    .header
    {
        width:95%;
    }
    .form-style-1, .form-style-2, .form-style-3, .form-style-4
    {
        width:97%;
    }
    .title h1 
    {
        width:100%;
        font-size:2.5em;
        margin-top:2px;
        text-align:left;
    }
}

@media (max-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
    .title h1 
    {
        width:100%;
        font-size:2.2em;
        margin-top:2px;
        text-align:left;
    }
}

@media (max-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
   .form-style-1, .form-style-2, .form-style-3, .form-style-4
    {
        width:98%;
    }
   
    .msgov 
    {
        text-align:left;
    }
    .title h1 
    {
        width:100%;
        font-size:2em;
        margin-top:2px;
        text-align:left;
    }
}

@media (max-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
    .form-style-1, .form-style-2, .form-style-3, .form-style-4
    {
        width:100%;
    }
    .title h1 
    {
        width:100%;
        font-size:1.7em;
        margin-top:2px;
        text-align:left;
    }
    body 
    {
        padding:15px 0;
    }
    .stepwizard-step p 
    {
        display:none;
    }
}

@media (max-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */

}

@media (max-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */ 
                           
}
