*{
  padding: 0;
  margin: 0;
}
body{
  letter-spacing: 2px;
  font-size: 12px;
  font-family: Arial;
  color: #000;
  background-color:#ff9008;
}
.content{
  min-height: 250px;
  background-color: #fff;
}
a,
img,
a img,
button{
  border:none;
}
button{
  cursor: pointer;
}
button:focus {
  outline: none;
}
textarea{
  width: 100%;
}
a{
  color: #ff9008;
  text-decoration: none;
}
img{
  width: 100%;
}
.match_height {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
form *{
  box-sizing:border-box;
}
form,
fieldset{
  position: relative;
}
label,
input,
textarea,
select{
  padding: 2px 5px!important;
  margin: 0;
  font-size: 12px;
  border:none;
  border-radius: 2px;
  color: #222;
  background-color: #fff;
}
::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

:-ms-input-placeholder {  
   color: #999;  
}
input,
textarea,
select{
  box-shadow: 1px 1px 4px -2px #222;
}
label{
  overflow: visible!important;
  color: #ff9008;
}
label.no_background{
  background-color: transparent;
  text-align: right;
}
h1,
h2{
  margin: 10px 0;
  color: #ff9008;
  line-height: initial;
  text-align: left;
}
h1{
  margin-bottom: 20px;
}
h2{
  font-size: 12px;
  letter-spacing: 1px;
  color: #222;
  text-transform: uppercase;
}
h3{
  font-size: 10px;
  width: 100%;
  color: #222;
  text-align: center;
  margin-bottom: 10px;
}
h4{
  font-size: 10px;
  color: #222;
}
p,
ul{
 text-align: justify!important; 
}
p{
  line-height: 25px;
  text-indent: 15px;
}
ul{
  margin-left: 15px;
}
.rotate{
  transform:rotate(0deg);
  transition:2s;
}
.show .rotate{
  transform:rotate(3deg);
}
.middle{
  display: inline-block;
  vertical-align: middle;
}
.clear,
.spacing,
.bar,
.bar::before,
.bar::after{
  clear:both;
}
.bar::after{
  content: '';
  display: block;
  position: relative;
  top:15px;
  width: 100%;
  height: 1px;
  background-color: #ff9008;
}
.bar{
  width: 70%;
  margin: 0 15%;
  height: 30px;
}
.spacing{
  height: 100px;
}
.spacing::after{
  top:50px;
}
.secondary_bar::after{
  width: 80%;
  margin: 0 auto;
  background-color: #000;
}
.no_line::after{
  background-color: transparent;
}
.tip{
  position: relative;
  top: -2px;
  padding: 2px 2px 1px 4px;
  margin: 0 5px;
  font-size: 8px;
  border-radius: 10px;
  color:#222;
  background-color: #fff;
  box-shadow: 1px 1px 1px #222;
}
.tip:hover{
  color: #fff;
  background-color: #222;
  box-shadow: none;
}
.tip:hover::before{
  z-index: 1;
  position: absolute;
  content: '';
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  box-shadow: 2px 1px 5px -2px #222;
}
.youtube_tip:hover::before{
  left: 11px;
  top: -28px;
  width: 298px;
  height: 26px;
  background-image: url(../images/graphics/youtubeId.png); 
}
.cta {
  clear:both;
  font-size: 12px;
  padding: 8px 10px;
  margin:8px;
  color: #fff;
  text-align: center!important;
  text-decoration: none;
  text-transform: uppercase;
  line-height: initial;
  letter-spacing: initial;
  border-radius: 5px;
  box-shadow: 1px 1px 5px -2px #000;
  background: #f46b1a; /* Old browsers */
  background: -moz-linear-gradient(top, #f46b1a 0%, #ed4300 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f46b1a), color-stop(100%,#ed4300)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f46b1a 0%,#ed4300 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f46b1a 0%,#ed4300 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f46b1a 0%,#ed4300 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f46b1a 0%,#ed4300 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46b1a', endColorstr='#ed4300',GradientType=0 ); /* IE6-9 */
}
.cta:hover {
  background: #ed4300;
  box-shadow: none;
}
.cta.small{
  font-size: 10px;
  padding: 4px 5px;
}
.cta.red{
  background: #FF6961; /* Old browsers */
  background: -moz-linear-gradient(top, #FF6961 0%, #ad2308 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF6961), color-stop(100%,#ad2308)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FF6961 0%,#ad2308 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FF6961 0%,#ad2308 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FF6961 0%,#ad2308 100%); /* IE10+ */
  background: linear-gradient(to bottom, #FF6961 0%,#ad2308 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6961', endColorstr='#ad2308',GradientType=0 ); /* IE6-9 */ 
}
.cta.red:hover {
  background: #ad2308;
  box-shadow: none;
}
.cta.green{
  background: #77DD77; /* Old browsers */
  background: -moz-linear-gradient(top, #77DD77 0%, #478a00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77DD77), color-stop(100%,#478a00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #77DD77 0%,#478a00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #77DD77 0%,#478a00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #77DD77 0%,#478a00 100%); /* IE10+ */
  background: linear-gradient(to bottom, #77DD77 0%,#478a00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77DD77', endColorstr='#478a00',GradientType=0 ); /* IE6-9 */ 
}
.cta.green:hover {
  background: #478a00;
  box-shadow: none;
}
.cta.grey{
  background: #292E37; /* Old browsers */
  background: -moz-linear-gradient(top, #292E37 0%, #222 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292E37), color-stop(100%,#222)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #292E37 0%,#222 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #292E37 0%,#222 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #292E37 0%,#222 100%); /* IE10+ */
  background: linear-gradient(to bottom, #292E37 0%,#222 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292E37', endColorstr='#222',GradientType=0 ); /* IE6-9 */ 
}
.cta.grey:hover {
  background: #222;
  box-shadow: none;
}
.white{
  color:#fff;
}
.orange{
  color:#ff9008;
}
.section{
  opacity: 0;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 98%;
  height: 98%;
  padding: 1%;
  text-align: center;
  background-position: center center;
  background-size: cover;
  transition:opacity 2s;
}
.show .section{
  opacity: 1;
}
.background{
  border: 2px solid #ff9008;
  border-radius: 3px;
  background-color: #efefef;
  box-shadow: 2px 2px 6px -4px #000;
}
.wrap{
  border-radius: 2px;
  border: 1px solid #999;
}
.left{
  float: left;
}
.right{
  float: right;
}
.inline{
  display: inline-block;
}
.full,
.half,
.third,
.two_thirds,
.fourth,
.three_fourths{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 10px 1%;
  padding: 10px 1%;
  box-sizing:border-box;
}
.top{
  vertical-align: top;
}
.full{
  width: 96%;
}
.half{
  width: 46%;
}
.third{
  width: 29%;
}
.two_thirds{
  width: 62%;
}
.fourth{
  width: 21%;
}
.three_fourths{
  width: 71%;
}
.remove_left_spacing{
  margin-left: 0;
  padding-left: 0;
}
.remove_right_spacing{
  margin-right: 0;
  padding-right: 0;
}
.left_border,
.right_border,
.side_border{
  box-sizing:border-box;
}
.side_border{
  border: 1px solid #fbf9ef;
  border-top:none;
  border-bottom:none;
}
.side_border:first-of-type{
  border-left:none;
}
.side_border:last-of-type{
  border-right:none; 
}
.left_border{
  border-left: 1px solid #fbf9ef;
}
.right_border{
  border-right: 1px solid #fbf9ef;
}
.icon{
  width: 16px;
  display: inline-block;
  margin: 0 5px;
}
.logos{
  display: inline-block;
  width: 50px;
}
.small{
  font-size: 10px;
}
.quote{
  font-size: 11px;
  text-align: justify;
  font-style: italic;
}
.standOut{
  text-transform: uppercase;
  font-weight: bold;
}
.disclaimer{
  text-align: center;
  font-size: 10px;
}
.pdf{
  position: relative;
  letter-spacing: 1px;
}
.pdf::after{
  position: absolute;
  content:'';
  left: -23px;
  top: -3px;
  width: 20px;
  height: 20px;
  background: url(../images/icons/pdf.png) center center no-repeat transparent;
  background-size: contain;
}
.hide{
  display: none!important;
}
@media (max-width: 900px) {
  .half,
  .two_thirds,
  .three_fourths{
    width: 96%;
  }
  .rotate,
  .show .rotate{
    transform:rotate(0deg);
  }
  label.no_background{
    width: 96%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .third,
  .fourth{
    width: 96%;
  }
  .fourth{
    width: 46%;
  }
  .left_border,
  .right_border,
  .side_border{
    border: none;
  }
  .tip{
    display: none;
  }
}
@media (max-width: 480px) {
  h1{
    text-align: center;
  }
  .fourth{
    width: 96%;
  }
  .left_border,
  .side_border{
    border-top: 1px solid #fbf9ef;
  }
  .right_border,
  .side_border{
    border-bottom: 1px solid #fbf9ef;
  }
  .left_border:first-of-type{
    border-top: none;
  }
  .right_border:first-of-type{
    border-right: none;
  }
}