body{
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  background: url('../images/bg.jpg') top center;
}

.btn{
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  padding: 0.5em 0;
}
.btn:hover{
  color: white;
}

.form-control{
  font-weight: 300;
}
/* override BS */
@media (min-width: 1054px){
  .container {
    width: 1024px;
  }
}
/*
@media (min-width: 1200px){
  .container {
    width: 1024px;
  }
}*/

h3{
  /*font-family: 'Oswald', sans-serif;*/
  text-transform: uppercase;
  color:#ed145b;
}
p{
  font-size: 0.9em;
}
img{
  max-width: 100%;
}
blockquote{
  font-family: serif;
  position: relative;
  border-left: none;
  quotes: "\201C""\201D""\2018""\2019";
  text-align: center;
}
blockquote::before, blockquote::after{
  font-family: serif;
  position: absolute;
  font-size: 4em;
  color: rgb(128,226,225);
}
blockquote::before{
  content: open-quote;
  top: -8px;
  left: 0;
}
blockquote::after{
  content: close-quote;
  top: -8px;
  right: 0;
}
.words-container{
  padding-left: 2em;
  padding-right: 2em;
}
.title-bg{
  position: relative;
  margin-bottom: 2em;
  height: 50px;
  background: #000;
}
.title-bg h2{
  margin-top: 0;
  display: inline;
  position: relative;
  width: 300px;
  color: white;
  background: rgb(240,6,88);
  padding: 4px 8px 5px 15px;
  line-height: 50px;
  text-transform: uppercase;
}
.title-bg h2::after{
  content: "";
  display: inline-block;
  background: orange;
  position: absolute;
  top: 0;
  right: -50px;
  border: 25px solid rgb(240,6,88);
  border-right-color: black;
  border-bottom-color: black;
}
.title-bg h3{
  display: inline;
  margin-left: 50px;
  color: #fff;
  font-weight: normal;
}

.mighty-attention{
  background:#ed145b;
  color:#fff;
  padding: 0.8em 0;
  font-weight: 300;
}

/*Mighty Header*/
.mighty-header{
  /*background: #fff;*/
}
/* use biggest image in background, others in <img> */
@media (min-width:993px) {
  .mighty-header{
    background: url('../images/hero-lg.png') no-repeat;
    background-position: top center;
  }
}
.show-only-550, .show-only-550-992, .show-only-993{
  display: none;
}
@media (max-width: 549px) {
  .show-only-550{
    display: block;
  }
}
@media (min-width: 550px) and (max-width: 992px) {
  .show-only-550-992{
    display: block;
  }
}
@media (min-width:993px) {
  .show-only-993{
    display:block;
  }
}

.mighty-header .col-md-8,
.mighty-header .col-md-4{
  padding-right:0;
  padding-left:0;
}

/*Mighty Form*/
.mighty-form label{
  font-weight: normal;
  font-size: 0.88em;
}
.mighty-form .panel-default{
  background: #e8e8f0;
  border: 3px solid #afb5c3;
  margin-top: 1.6em;
}

.mighty-form .panel-heading{
  font-family: 'Oswald', sans-serif;
  background: #595f6f;
  color: #fff;
}

.mighty-form .panel-heading h2{
  font-size: 1.6em;
}
.mighty-form .panel-body h3{
  text-transform: uppercase;
  color:#262d4a;
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 0;
}

.mighty-form .panel-body .row{
  padding-bottom: 0.5em;
}

.mighty-form .panel-footer{
  background: #e8e8f0;
  border-top: none;
}
.mighty-form 
.mighty-form-btn {
  font-size: 1.33em;
  width:100%;
  text-transform: uppercase;
  background: #00efc5;
  box-shadow: 4px 4px 0 0 #7b7b7b;
  padding: 0.6em 0;
}

.mighty-form-security{
  padding-top: 1em;
}

.mighty-form .padding-top{
  padding-top: 1.25em;
}

/*Mighty Featured*/
.mighty-featured {
  font-size: 1.0125em;
  line-height: 1.6;
  color: #4a4a4a;
  font-weight: 300;
}
.mighty-featured .container{
  background: #fff;
}
.mighty-featured h2{
  margin-top: 0;
}

.mighty-featured ul{
    padding: 0 0 0 1em;
}

.mighty-featured ul li{
  padding-bottom: 1em;
}

.callouts{
  margin: 40px 0;
}
.callouts .container{
  position: relative;
}
.callouts .crooked-banner{
  position: absolute;
  top: -50px;
  right: 20%;
}

/*Mighty Apply*/
.mighty-apply{
  padding: 3em 0;
}
@media (max-width:992px) {
  .mighty-apply .col-sm-8{
    margin-top: 2em;
    margin-bottom: 1em;
    border-bottom: 1px solid #eee;
  }
}
.mighty-apply label{
  display: block;
  margin: 20px 0 15px;
}
.mighty-apply p{
  margin-bottom: 30px;
}

.mighty-action-call {
  margin: 1em 0;
  text-transform: uppercase;
}
.mighty-action-call .container{
  padding: 1em 2em;
  color: white;
  background: rgb(240,6,88);
  background: rgb(89,95,113);
  /*border-radius: 16px;*/
  /*border: 3px solid #fff;*/
  /*box-shadow: 0px 0px 10px 5px rgb(240,6,88);*/
}
.mighty-action-call h3{
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 992px) {
  .mighty-action-call h3{
    font-size: 1.3em;
  }
}
.mighty-action-call h4{
  text-transform: none;
  font-size: 16px;
  font-weight: lighter;
  padding-top: 15px;
  text-align: center;
}
.mighty-action-call .highlight{
  color: #000;
  font-weight: bold;
}
.mighty-action-call button.btn{
  color: black;
  font-size: 1.3em;
  margin: 1em 0;
  width:100%;
  text-transform: uppercase;
  background: #00efc5;
  box-shadow: 4px 4px 0 0 #7b7b7b;
}
.mighty-action-call button.btn:hover{
  color: white;
}

.points{
  margin-bottom: 2em;
}
.points .container{
  background: #fff;
  padding-bottom: 3em;
}

.points ul{
  padding: 0 1em;
  margin: 0;
  font-weight: bold;
  list-style-image: url(../images/dot.jpg);
}
.points ul li{
  margin: 1em 0;
  padding-left: 1em;
  /*background: #eee;*/
  /*border-bottom: 2px solid rgb(0,206,205);*/
}
.points img{
}

.spotlight .title-bg, .spotlight h2{
  margin-bottom: 0;
}
.spotlight .image-container{
  text-align: center;
}
@media (min-width:992px) {
  .spotlight .image-container{
    margin-left: -15px;
  }
}
.spotlight .container{
  background: #fff;
}
.spotlight blockquote{
  width: 90%;
  margin: 1em auto;
  padding: 10px 35px;
}

.bottom .title-bg{
  margin-top: 1em;
  margin-bottom: 0;
}
.bottom h2{
  margin-bottom: 0;
}
.bottom .row{
  position: relative;
}
.bottom .button-container{
  position: absolute;
  right: 50px;
  bottom: 40px;
}
.bottom .btn{
  padding: 0.7em 1em;
  text-transform: uppercase;
  background: #00efc5;
  box-shadow: 4px 4px 0 0 #7b7b7b;
}
@media (max-width:992px) {
  .bottom .button-container{
    right: 5%;
    bottom: 5%;
  }
}
@media (max-width:550px) {
  .bottom .button-container{
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
    margin: 1em 0;
  }
}

.testies {
  text-align: center;
}
.testies .container{
  background: #fff;
}
.testies h2{
  color: #1685b0;
  font-size: 2.5em;
  font-weight: bold;
}
.testies h3{
  margin-top: 2em;
  margin-bottom: 0;
}
.testies h5{
  font-family: 'Kaushan Script', cursive;
  font-size: 1.8em;
}
.testies .side{
  position: absolute;
  right: 0;
  bottom: 180px;
}


footer{
  margin-top: 2em;
  text-align: center;
  font-size: 0.8em;
}
footer a{
  font-weight: lighter;
}
.video_box iframe, .video_box_md iframe {
	border: 5px solid rgb(240,6,88);
	border-radius: 5px;
}
.video_box_md, .video_box_md_text {
	display: none;
}
.video_box_md iframe {
	display: block;
	margin: 0 auto;
}
.video_box_md_text {
	background: rgb(240,6,88);
	font-size: 20px;
}
@media only screen and (max-width: 992px){
	.video_box { display: none; }
	.video_box_md, .video_box_md_text { display: block; }
	.video_box_md iframe { width: 100%; height: 428px; }
}
@media only screen and (max-width: 768px){
	.video_box_md iframe { width: 640px; height: 360px; }	
}
@media only screen and (max-width: 640px){
	.video_box_md iframe { width: 480px; height: 270px; }	
}
@media only screen and (max-width: 540px){
	.title-bg h2:after { display: none; }
	.title-bg { height: auto; }
	.title-bg h2 { width: 100%; display: block; text-align: center; }
	.submitButton { width: 90%; }
	.title-bg h3 { text-align: center; display: block; }
	.privacy .contact input, .privacy .contact select, .privacy .contact textarea {	margin-bottom: 15px; }
}
@media only screen and (max-width: 480px){
	.video_box_md iframe { width: 320px; height: 180px; }
	.product-checkout-selection h2 { font-size: 30px; }
	.product-checkout-info h2 { font-size: 20px; }
	.product-checkout-info h5 { font-size: 22px; }	
	.product-packages-caption { font-size: 1.1em; }
	.product-checkout-info img { width: 100%; }
	.hero-flash { padding-top: 5em !important; }
	.total_val { font-size: 20px; }
	.submitB { width: 100% !important; }	
}
@media only screen and (max-width: 479px){
	.testies h2 { font-size: 2em; }
	.testies .side { bottom: auto; top: 150px; }
	.testies .col-sm-6 h5 { margin-top: 40px; }
	.mighty-action-call button.btn { font-size: 1.1em; }
	.title-bg h3 { text-align: center; display: block; margin: 0; padding-bottom: 10px; }
	.button-container .btn { font-size: 1.2em; }
	.landing-form-heading-second { font-size: 20px; }
}
@media only screen and (max-width: 374px){
	.privacy .contact label { width: 100%; float: none; }
	.privacy .contact input, .privacy .contact select, .privacy .contact textarea, .privacy .contact p { width: 100%; float: none; }
	.submitButton { width: 100%; }

}