html {
  position: relative;
  min-height: 100%;
}
body{
	height: 100%;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
p{
	font-size:18px;
}
.error{
	color:red !important;
}
.navbar-nav{
	margin:22.5px -15px;
}
.navbar-brand>img{
	max-width: 197px;
}
.container-fluid>.navbar-collapse{
	margin-right: 228px;
    margin-left: 365px;
}
.navbar-default{
	background-color: rgba(248, 248, 248, 0.6);
}
.navbar-default .navbar-nav>li>a{
	font-size: 1.3em;
	color: #012f50;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #9B7B4D;
}
.navbar-brand{
	height: 97px;
}
section.main-video-row{
	padding-bottom: 10px;
}
div.caption p{
	text-align: left;
	padding-top: 15px;
	font-size: 1.2em;
}
.btn-lg{
	margin-bottom: 93px;
}
.btn:focus,.btn:active {
   outline: none !important;
}
div.themain{
	margin-right: auto;
	margin-left: auto;
	float: none;
}
div.video{
	max-width: 620px;
	margin:auto;
}
div.video iframe{
	max-width: 620px !important;
	width: 100%;
}
/*section.main-video-row div iframe{
	max-width: 640px !important;
	width: 100%;
}*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /*height: 15%;*/
  background-color: #f5f5f5;
  text-align: center;
  overflow: hidden;
}
.footer-wrap{
	position: relative;
	top: 22px;
}
footer p{
	position: relative;
    top: 2.5px; 
    display: inline-block;
    text-align: center;
    font-size: 1em ;
}
footer ul.nav.navbar-nav.navbar-right{
	margin-top: -14.5px;
	float: none !important;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: inline-block;
}
/*Form styles start*/
.theMainForm-wrapper h1{
	line-height: 1.3;
	color: #0033CC !important;
	font-family:'Oswald', sans-serif !important;
	font-weight: 300 !important;
	font-size: 3em !important;
	letter-spacing: -0.03em !important;
}
/*.text-danger{
	color: red;
	background-color: yellow;
}*/
/*.theMainForm-wrapper h1 span:last-child{
	color: #BD0000;
}*/
h2.headerTwo {
    font-size: 1.444em;
    color: #CA0000;
    font-family:'Oswald', sans-serif !important;
    font-weight: 300 !important;
    margin-bottom: 10px;
}    
p.info{
	margin-bottom: 30px;
}	
p.below-video{
	margin:15px auto;
	color:#0033CC;
	/*width: 620px;*/
	font-weight: 600;
}
div.case-form{
	margin-top:20px;
	margin-bottom: 60px;
}
div.theForm{
	padding-left: 34px;
	background-color: transparent;
	border-radius: 8px;
	border:6px double rgba(158, 158, 158, 0.33);
}
input.lastName{
	margin-left: 27px;
}
button.submit-btn{
	margin-top:15px !important;
}
div.theForm .btn{
	margin:0 auto 8px;
	padding:10px 50px; 
  	text-align: center;
  	display: block;
  	font-size: 24px;
}
label.cvc{
	margin-left: 15px;
}
input.cvc-input, select.exp-month, select.exp-year{
	height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
div.theForm button> i{
	font-size:1em;
}
div.theForm .form-control{
	max-width:398px;
}
p.tcpa{
	font-size: 10pt;
}
/*↑↑ Form styles End ↑↑*/
.glyphicon-book{
	text-align: center;
	display: block;
	font-size: 3em;
	margin: 10px;
	color: rgba(0,0,0,.8);
}
.offer {
	margin: 2em auto;
	padding: 0.5em;
	background: #F6F6F6;
	border-radius: 10px;
	border: 1px dashed rgba(0, 0, 0, 0.5);
  	max-width: 60em;
  	width: 100%;
}
section.offer img{
	display: inline-block;
}
div.spacer{
	padding-bottom: 46px;
}
.offer-icon {
	width: 99%;
	font-size: 2em;
}
.offer-icon img{
	max-width: 143px;
}

.offer-icon .fa-stack-2x {
	color: #AAA;
}

.offer-icon .fa-stack-1x {
	color: #FFF;
}

.offer-text {
	width: 100%;
	padding: 1em;
}
a.freedom-btn{
	margin-bottom:0px;
}

/** Magnific Popup Styles **/
.mfp-title {
	color: #FFF;
	font-size: 12px;
	margin-top: 10px;
	padding-right: 0px;
	position: absolute;	
}
ul.footer-nav>li>a{
	background: none !important;
}
/*↓↓↓↓↓ #### Media Queries Start Here #### ↓↓↓↓↓*/

@media screen and (max-width: 1199px){
	input.lastName{
		margin-left: inherit; 
	}
	
}

@media (min-width: 870px) and (max-width: 1199px){
	.code{
		display: none;
	}
}

@media screen and (max-width: 878px){
	.btn-lg{
	    margin-bottom: 33px;
	}
	div.mobile{
		display: inline-block;
		float: right;
		position: relative;
		margin-top: -76px;
	}
	.footer {
		/*height: 24%;*/
		bottom: inherit;
	}
	footer p{
	    font-size: 0.89em ;
	}
	.container-fluid>.navbar-collapse{
		margin-right: 0px;
	    margin-left: 0px;
	}
	div.spacer{
		padding-bottom: 0px;
		margin-bottom: -47px;
	}
	
}
@media screen and (max-width: 1024px){
	section.inactive-cases img.img-responsive {
		-webkit-filter: grayscale(100%); 
		filter: grayscale(100%);  
	}
	section.inactive-cases div.img-wrapper{
		-webkit-filter: blur(1.8px); 
		filter: blur(1.8px);
	}
	div.title-box {
  		display: block;
	}

}
		
@media screen and (max-width: 1126px){
	.container-fluid>.navbar-collapse{
		margin-right: 0px;
	    margin-left: 0px;
	}
}

@media screen and (max-width: 870px){
	div.theForm{
		float: none !important;
		margin: 505px auto -11px;
		padding:4px !important;
		/*margin:44px auto -79px !important;*/
		max-width: 618px !important;
  		width: 100% !important;
	}
	div.form-img-wrapper{
		width: 100% !important;
		margin-left:0px !important;
	}
	div.form-img-wrapper img{
		margin:auto !important;
	}
	div.theForm .form-control {
    max-width: 589px !important;
	}
}
@media screen and (max-width: 767px){
	div.theForm{
		margin:44px auto -79px !important;
		/*max-width: 330px !important;*/
  		width: 100% !important;
	}
}
@media screen and (max-width: 991px){
	div.theForm h3{
		font-size:1.9em;
	}
	div.theMainForm-wrapper{
		max-width:870px;
		width: 100%;
	}
	div.theForm .form-control {
  		max-width: 589px !important;
  		
  	}
  	div.theMainForm-wrapper #inf_field_FirstName, #inf_field_LastName{
		width:100% !important;
	}
	div.themainForm #inf_field_Email, #inf_field_Phone1 {
		width:100% !important;
	}
    
}
/*@media (max-width: 991px){
	.navbar-toggle{
    	display:block !important;
    }
    .collapse {
    display: none !important;
	}
}*/

@media screen and (max-width: 1199px){

	div.theForm .form-control {
  		max-width: 336px;
  		width: 100%;
  	}	
	div.theMainForm-wrapper{
		margin-bottom: 130px;
	}
	div.theMainForm-wrapper h1{
		font-size:34px;
	}
	div.theMainForm-wrapper #inf_field_FirstName{
		margin-bottom: 12px;
	}
	.form-inline .form-group{
		width: 100%;
	}
}