/* Style specific to this project */
/* Blank base CSS */
/*
* Typography, font face variants, colors and positioning
*/
body {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #000;
}

a, a:hover,a:visited {
    color: #4086c1;
	font-weight:700;
    text-decoration: none;
	/*font-size: 18px;*/
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 3.5em;
    margin-bottom: 1.5em;
}

.btn-lg, .btn-group-lg>.btn {
  font-size: 30px;
  padding: 15px 30px;
  font-variant: 700;
}

.btn-primary {
  color: #fff;
  background-color: #4086c1;
}

.close,
.close:hover {
color: #fff;
opacity: 1.2;
}



.navbar-default {
   background-color: #fff;
   border: 0;
   padding-top:81px;
   padding-bottom:40px;
   border-radius: 0px;
}

header .img-responsive{
	margin: 0 auto;
}

.site-content{
	position: relative;
	/*min-height: 1024;*/
}

.site-content .wrap-container{
	position: absolute;
    top: 15%;
    width: 100%;
}

.site-content .entry-header h1,
.site-content .entry-header h2,
.site-content .entry-header h3{
	margin-top: 0px;
	margin-bottom: 0px;
}

.site-content .entry-header h1{
   	font-size: 72px;
   	text-transform: uppercase;
   	font-weight: 700;
}

.site-content .entry-header h2{
   	font-size: 48px;
   	text-transform: uppercase;
   	font-weight: 700;
   	margin-top: 0px;
}

.site-content .entry-header h3{
   	font-size: 38px;
   	text-transform: uppercase;
   	font-weight: 700;
   	margin-top: 0px;
}

.site-content .entry-header p{
	font-size: 26px;
	color:#616161;
	line-height: 36px;
	font-weight: 500;
}

.site-content .entry-header{
	margin-bottom: 70px;
}


.site-content .entry-content p{
	font-size: 18px;
	color:#276da8;
	font-weight: 700;
}

.site-content .entry-content ul{
	list-style-type:none;
	padding-left: 0;
}

.site-content .entry-content ul>li{
	padding: 35px 0;
	margin-left: 0;
	color:#4b4b4b;
	font-size: 16px;
	font-weight: 400;
}

.site-content .entry-content h3{
	color:#616161;
	font-size: 24px;
	font-weight: 400;
}

.site-content .entry-content h4{
	color:#4086c1;
	font-size: 19px;
	font-weight: 700;
}

.site-content .entry-content hr{
    background-color: #cccccc;
    border: 0;
    height: 13px;
    margin-top: 1.5em;
    margin-bottom: 1.0em;
}

.site-content .entry-content .text_bottom h1 {
   color:#4086c1;
   font-size: 32px;
   line-height: 40px;
   font-weight: 700;
}

.site-content .entry-content .text_bottom h2 {
   font-size: 30px;
   line-height: 36px;
   font-weight: 700;
}

.site-content .entry-content .text_bottom h3 {
   font-size: 24px;
   color:#616161;
}

.site-content .entry-content .text_bottom h4 {
   color:#333333;
   font-size: 17px;
   line-height: 26px;
   font-weight: 700;
}

.site-content .entry-content .text_bottom p {
  margin-top:50px;
  color:#333333;	
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.site-content .entry-content .text_bottom p>span {
  color:#4086c1;	
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;	
}

.site-content .entry-form-title{
	background-color:#333333;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}

.site-content .entry-form-title h1{
	text-align: center;
	color:#fff;
	font-size: 36px;
	line-height: 72px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.site-content .entry-form{
	background-color:#f9f9f9;
	padding: 25px;
}

.site-content .entry-form .form_text{
	background-color: #333333;
	color:#fff;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 25px;
}

.site-content .entry-form .form_text a, a:hover,a:visited{
	color:#fff;
	text-decoration: underline;
}

.site-content .entry-form .form-group-text{
	margin-bottom: 0;
}

.site-content .entry-form .form_text p{
	color:#fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 26px;
}

.site-content .entry-form .form_text_terms{
	height: 200px;
    width: 100%;
    overflow: auto;
    border: 4px solid #333333;
    background-color: #f9f9f9;
    padding: 15px;
}

.site-content .entry-form .form_text_terms p{
	font-size: 12px;
	font-weight: 700;
	line-height:24px;
	color:#000;
	text-transform: uppercase;
}

.site-content .entry-form .form_text_disclaimer{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
	line-height:24px;
	color:#000;
}


.site-content .entry-form .form_radio_group .form-group{
   margin-bottom: 0;	
   padding-top: 15px;
   padding-bottom: 15px;
}

.site-content .entry-form .form_radio_group .form-group:nth-child(odd) {
    background: #fff;
}

.site-content .entry-form .form_radio_group .form-group:nth-child(even) {
    background: #f9f9f9;
} 

.site-content .entry-form .form_radio_group .form-group{
   background-color:blue;
}


.site-content .entry-form .form_text .modal-header{
   background-color: #333333;
}

.site-content .entry-form .form_text .modal-header h4{
   color: #fff;
   font-size: 17px;
   font-weight: 700;
   line-height: 26px;
}

.site-content .entry-form .form_text .modal-body{
   background-color: #f9f9f9;
}

.site-content .entry-form .form_text .modal-body p {
  font-size: 18px;
  font-weight: 700;
  line-height:24px;
  color:#000;
}

.site-content .entry-form .form_text .modal-body a,
.site-content .entry-form .form_text .modal-body a:hover {
  color: #4086c1;
}


.site-footer{
   margin-top: 50px;
   margin-bottom: 100px;
}

.site-footer p{
   color:#4b4b4b;
   font-size: 12px;
   line-height: 18px;
   font-weight: 400;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
        .site-content .wrap-container{
	      position: relative;
          top: 15%;
          width: 100%;
         }
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

	    .site-content .wrap-container{
	      position: absolute;
          top: 15%;
          width: 100%;
         }
	

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }

