 .time_day
{
    font-family:Calibri;
    LETTER-SPACING: 0.5pt;
    COLOR: #003f7e;
    font-weight:1600;
    FONT-SIZE: 13pt;
    
}
.disclaimer
{
    LINE-HEIGHT: 14px;
    FONT-FAMILY: open-sans;
    COLOR: #666666;
    FONT-SIZE: 12px;
    TEXT-DECORATION: none
}
 
 #contact{
    padding:10px 0 10px;
  }

  .contact-text{
    margin:45px auto;
  }
.white-text {
	color: #FFFFFF;
	font-family: open-sans;
	font-style: normal;
	font-weight: 700;
	font-size: medium;
}
.smallwhitecopy {
	color: #FFFFFF;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	font-size: small;
}
.orange-text {
	color: #ee5b33;
	font-family: open-sans;
	font-style: normal;
	font-weight: 700;
	font-size: medium;
}
.orange-text-white {
	color: #ffffff;
	font-style: normal;
	font-weight: 1600;
	font-size: 13pt;
	font-family: Cablibri;;
}
  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

  .mail-message{
    width: 100%;    
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
	width: 225px;
	background: #f8f8f8;
	border: 1px solid rgba(155,155,155,0.08);
	color: #ee5b33 !important;
	font-size: 15px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 4px;
	
  }
  

  .form:hover{
	border: 1px solid #20376D;
  }

  .form:focus{
	color: white;
	outline: none;
	border: 1px solid #ee5b33;
  }

  .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    padding:8px 12px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#8BC3A3;
    color:white;
  }

/* Send Button Styles */

  .form-btn{
	width: 80px;
	display: block;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #fff;
	background: #20205a;
	border: none;
	border-radius: 3px;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
	float: right;
	top: 0px;
  }
/* Send Button Styles */

  .form-btn-home{
	width: 95px;
	height: auto;
	padding: 2px 2px 2px 2px;
	color: #fff;
	background: #20205a;
	border: none;
	border-radius: 12px;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
	box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
	
	font-family: Calibri;
	font-style: normal;
	font-weight: 800;
	font-size: 13pt;
  }

  .form-btn:hover{
	background: #ee5b33;
	color: white;
	border: none;
  }
.form-btn-home:hover{
	background: #ee5b33;
	color: white;
	border: none;
  }

  .form-btn:active{
    opacity: 0.9;
  }
.form-btn-home:active{
    opacity: 0.9;
  }
center{
  margin-top:330px;
}
input {
    position: relative;
   
}
.headlines {
	color: #20376D;
	font-family: open-sans;
	font-style: normal;
	font-weight: 800;
	/* [disabled]font-variant: normal; */
	font-size: large;
	border-bottom: thin solid #20376D;
	text-indent: 12px;
	height: 60px;
	background-color: #ededed;
	line-height: 30px;
}
.bodycopy {
	color: #20376D;
	font-family: open-sans;
	font-style: normal;
	font-weight: 600;
	font-size: small;
	text-align: right;
}
.bodycopyred {
	color: #ee5b33;
	font-family:Calibri;
	font-style: normal;
	font-weight: 1600;
	font-size: 11pt;
	letter-spacing: 1pt; 
	text-align: center;
}
.bodycopyblack {
	color: #000000;
	font-family: open-sans;
	font-style: normal;
	font-weight: 600;
	font-size: 8pt;
	text-align: left;
}
.bodycopyredlarge {
	color: #ee5b33;
	font-family: open-sans;
	font-style: normal;
	font-weight: 600;
	font-size: 20pt;
	text-align: center;
	text-transform: capitalize;
}
.bodycopyredlargewhite {
	color: #ffffff;
	font-style: normal;
	font-weight: 600;
	font-size: 19pt;
	font-family: Cablibri;
	text-align: center;
	
.bodycopyright {
	color: #20376D;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	font-size: small;
	text-align: left;
}
body{
  margin      : 0;
  padding     : 1.5em;
  font-family : Georgia,Utopia,Charter,serif;
}

.example{
  margin-bottom : 1.5em;
}

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  : 1.5em;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
	display          : inline-block;
	width            : 0.875em;
	height           : 0.875em;
	margin           : 0.25em 0.5em 0.25em 0.25em;
	border           : 0.0625em solid rgb(192,192,192);
	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       : #ee5b33;
	font-size   : 0.875em;
	line-height : 1em;
	text-align  : center;
	text-shadow : 0 0 0.0714em rgb(115,153,77);
	font-weight : bold;
}
.grayback {
	background-color: #EDEDED;
	/* [disabled]border-left-color: #20376D; */
	border-right-color: #20376D;
	border-bottom-color: #20376D;
	border-top-color: #20376D;
	/* [disabled]border-left-style: solid; */
	/* [disabled]border-right-style: solid; */
	border-bottom-style: solid;
	border-top-style: solid;
	/* [disabled]border-left-width: thin; */
	/* [disabled]border-right-width: thin; */
	border-bottom-width: thin;
	border-top-width: thin;
}
.blink_me {
	animation: blinker 1s linear infinite;
	font-family: open-sans;
	font-style: normal;
	font-weight: 700;
	font-size: medium;
	color: #8A8A8A;
}

@keyframes blinker {  
  50% { opacity: 0; }

