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

* {
	/*font-family:"Open Sans",sans-serif;*/
	font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;;
	margin:0;
	padding:0;
	font-size: 14px;
}
@media (max-width: 900px) {
  * { font-size: 14px; }
}
@media (max-width: 400px) {
  * { font-size: 13px; }
}

.f_small , .f_small a{
	font-size: 12px;
}
@media (max-width: 900px) {
  .f_small , .f_small a { font-size: 12px; }
}
@media (max-width: 400px) {
  .f_small , .f_small a { font-size: 11px; }
}

.f_large {
	font-size: 16px;
}
@media (max-width: 900px) {
  .f_large { font-size: 16px; }
}
@media (max-width: 400px) {
  .f_large { font-size: 14px; }
}

.f_Xlarge {
	font-size: 24px;
}
.f_Xlarge strong {
	font-size: 24px;
	font-weight:600;
}
@media (max-width: 900px) {
  .f_Xlarge { font-size: 20px; }
  .f_Xlarge strong {
	font-size: 20px;
	font-weight:600;
}
}
@media (max-width: 400px) {
  .f_Xlarge { font-size: 15px; }
  .f_Xlarge strong {
	font-size: 15px;
	font-weight:600;
}
}

/* ------------------------------- */ 
body {
	margin: 0;
	padding: 0;
}

#container_body {
	border-left:1px solid #000;border-right:1px solid #000;
	}
@media (max-width: 700px) {
#container_body {
	border-left:none;border-right:none;
	}
}
/* ------------------------------- */ 

/* ----------------header---------------- */
.header {
	 background-color:#800000;
	 font-weight:600;
	 color: #fff;
	 width:100%;
	 padding-top:8px;
	 padding-bottom:8px;
	 padding-left:8px;
	 padding-right:8px;
	 border-bottom:1px solid #670000;
	 border-top:1px solid #9a0000;
}

#header_img img {
	width:70%;
	height:auto;
	}
	
#header_img_m img {
	width:100%;
	height:auto;
	padding-top:12px;
	padding-bottom:12px;
	}
/* ------------------------------- */ 
/* ------------------------------------- */

.footer {
	background-color:#800000;
	color: #fff;
	text-align: center;
	font-weight:600;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom:0;
	display:block;
	width:100%;
	border-bottom:1px solid #670000;
	border-top:1px solid #9a0000;

}
/* -------------end footer---------------- */
	
/* ----------------topmenu---------------- */
.topmenu {
	margin-top:0;
	top:0;
	color:#FFFFFF;
	background:#333;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	}
  .topmenu h1 {
	  padding:0;
	  margin:0;
	font-size: 22px;
	font-weight:600;
		}

@media (max-width: 900px) {
  .topmenu h1 { font-size: 18px; }
}
@media (max-width: 400px) {
  .topmenu  h1 { font-size: 15px; }
}


/* --------------------------------------- */

/* ------------- Section -------------------- */
section {
background:#fff;
  display: inline-block;
  margin: 0 auto;
  padding:0;
  vertical-align: top;
  width: 100%;
}
/* ---------------end Section---------------------- */

/* -------------article---------------- */
article {
	min-height: 70vh;
	text-align:justify;
	padding:10px;
/*	background:url(../images/logo_bg.jpg) no-repeat fixed bottom;*/
/*	background-color:#fff;*/
}

a {
	text-decoration:none;
	color:#004080;
	}
	
.underline:hover { text-decoration:underline;}

.box-shadow {
	/*box-shadow: 0 2px 3px #333, 0 2px 2px #333;*/
	box-shadow: 4px 4px 2px #888888;
	}

.img-circle {
        border-radius: 50%;
    }

.b1{
	background-color:#004080;
	color:#fff;
	font-weight:600;
	padding:3px;
	margin:2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: solid 1px #0000ff;
	font-weight:600;
	}
	
	.b1:hover {
		text-decoration: none;
		background: #800000;
		color:#fff;
		border: solid 1px #800000;
	}
	

	

.heading h1 {
	font-size:30px; 
	font-weight:700; 
	color: #800000;
	display: inline-block;
	padding: 0 15px;
	position: relative;
}

.heading {
  overflow: hidden;
  text-align: center;
}
.heading h1:before,
.heading h1:after {
  background: #800000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 400%;
}
.heading h1:before {
  right: 100%;
}
.heading h1:after {
  left: 100%;
}

.heading1 {
	font-size:30px; 
	font-weight:700; 
	color:#800000;
	text-align:center;
	}
.heading2 {
	color:#004080;
	font-size:25px; 
	font-weight:600; 
	}
.heading_invert {
	color:#fff;
	background-color:#333333;
	font-size:20px; 
	font-weight:600;
	padding-top:5px;
	padding-bottom:5px;
	}
@media (max-width: 900px) {
	.heading h1  { font-size: 25px; }
    .heading1  { font-size: 25px; }
    .heading2 { font-size:20px; }
	.heading_invert { font-size:16px; }
}
@media (max-width: 400px) {
	.heading h1  { font-size: 20px; }
    .heading1  { font-size: 20px; }
    .heading2 { font-size:15px; }
	.heading_invert { font-size:12px; }
}

.end_hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #800000;
    margin: 1em 0;
    padding: 0; 
}
.hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #333;
    padding: 0;
	width:100%
}

/* ----------------------- Form  -------------------- */
.form-style-row {
	background-color:#c1c1c1;

	color:#333333; padding:5px;
	font-weight:600;
	text-transform:uppercase;
	}
.form-style-1 {
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
	text-align:left;
	color:#000;
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}

.form-style-1 select{ color:#000;}


.form-style-1 input[type=text],
.form-style-1 input[type=password],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.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=email],
.form-style-1 textarea,
.form-style-1 select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #000;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
}
.form-style-1 input[type=text]:focus,
.form-style-1 input[type=password]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #000;
    -webkit-box-shadow: 0 0 8px #000;
    box-shadow: 0 0 8px #000;
    border: 1px solid #000;
}
.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}
.form-style-1 input[type=submit]{
    background: #0A4F75;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #ffffff;
	width:100%;
	border-radius: 10px;
}
.form-style-1 input[type=button]{
    background: #0A7566;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
	width:100%;
	border-radius: 10px;
}
.form-style-1 input[type=submit]:hover{
    background: #083f5d;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
	border-radius: 10px;
}
.form-style-1 input[type=button]:hover{
    background: #085d51;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
	border-radius: 10px;
}
.form-style-1 .required{
    color:red;
}

/* ----------------------- end Form  -------------------- */

.progress1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
}
.progress1 > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 0.8em;
}
.progress1 > li:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #DFE3E4;
  width: 3em;
  height: 3em;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 3em;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
}
.progress1 > li:after {
  content: '';
  position: absolute;
  display: block;
  background: #DFE3E4;
  width: 100%;
  height: 0.5em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em\9;
  z-index: 0;
}
.progress1 > li:last-child:after {
  display: none;
}
.progress1 > li.is-complete {
  color: #2ECC71;
}
.progress1 > li.is-complete:before, .progress1 > li.is-complete:after {
  color: #FFF;
  background: #2ECC71;
}
.progress1 > li.is-active {
  color: #3498DB;
}
.progress1 > li.is-active:before {
  color: #FFF;
  background: #3498DB;
}

/**
 * Needed for IE8
 */
.progress__last:after {
  display: none !important;
}

/**
 * Size Extensions
 */
.progress--medium {
  font-size: 1.5em;
}

.progress--large {
  font-size: 2em;
}


.progress1 {
  margin-bottom: 3em;
}

