@import url(//fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300,700|Kaushan+Script);

body {
    font-family: "Open Sans Condensed",sans-serif;
    background-image: url("../images/ttac-lp-bg2.jpg");
    background-position: center 581px;
    background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans Condensed",sans-serif;
}

#headline {
    color: #cd0a0a;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15em;
    text-align: center;
}

h5 {
    color: #00253e;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    margin: 0 auto 25px;
    text-align: center;
    text-shadow: 0.5px 0.5px #f1f1f1;
    width: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrap-fb {
    text-align: center;
}


.cta-description {
    max-width: 690px;
    margin: 0 auto;
    font-size: 18px;
    color: #FFFFFF;
    font-family: "Open Sans",sans-serif;
}

.wrap-form {
    max-width: 730px;
    margin: 0 auto;

}


.fb-like-box {
    width: 200px;
}


.access .form-group {
    padding: 0 6px;
    text-align: center;
}

.access input.form-control {
    height: 55px;
    border-radius: 15px;
    border: 1px solid #f26522;
    font-family: 'open sans condensed';
    font-size: 15px;
    font-weight: 700;
    color: #7e7e7e;
    max-width: 300px;

}

#btn_send {
    background-image: url("../images/button-strip.jpg");
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 15px;
    cursor: pointer;
    float: left;
    font-family: open sans condensed;
    font-size: 24px;
    font-weight: 700;
    height: 99px;
    line-height: 1em;
    padding: 0 !important;
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.8), 1px -1px 0 rgba(255, 255, 255, 0.8), -1px 1px 0 rgba(255, 255, 255, 0.8), 1px 1px 0 rgba(255, 255, 255, 0.8);
    width: 260px;
    margin-top: 5px;
}

.access-btn {
    width: 270px;
}

.jdivider {
    background: url("../images/stripe.png") repeat scroll center center rgba(0, 0, 0, 0);
    height: 10px;
    margin: 10px auto;
}


.note {
    border: 1px solid #ccc;
    text-align: center;
    padding: 20px;
    font-style: italic;
    font-size: .9em;
    width: 60%;
    margin: 0 auto;
    color: #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.copyright {
    color: #ccc;
    font-family: "Open Sans";
    font-size: 14px;
    text-align: center;
}

#footer-info {
    padding: 0 20px;
}


.wrap-footer-section {
    background-image: url("../images/ttac-lp-bg2.jpg");
    background-position: center bottom;
    padding-bottom: 50px;
}

@media (min-width: 868px) {
    .container.vid {
        background: url("../images/ttac-logo-side.jpg") no-repeat left top;
        padding-left: 106px;
        position: relative;
        left: -53px;
        width: 840px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .wrap-form {
        position: relative;
        top: -30px;
    }
}

@media (max-width: 768px) {
    #headline br, h5 br {
        display: none;
    }
    .access input.form-control {
        margin: 0 auto;
    }
}

/*
@media (max-width: 500px) {
    .fb-like-box {
        overflow: hidden;
        padding-left: 100px;
        width: 328px;
    }
}
*/


@media (max-width: 800px) {
    .access-btn {
        margin: 0 auto;
    }

}


/* 
@media (max-width: 400px) {
    .fb-like-box {
        overflow: hidden;
        padding-left: 100px;
        width: 220px;
    }


}
*/

/* Medium devices (desktops, 992px and up) */
@media (min-width: 1170px) {
    .wrap-fb {
        float: right;
        position: relative;
        right: 10px;
        top: -629px;   /* originally 538 */
    }

    .wrap-form {
        position: relative;
        top: -30px;
    }
}

@media (max-width: 1169px) {
    .fb_iframe_widget span {
        /* display: none !important; */
        transition: .5s;
    }

}

    @media (max-width: 1199px) {
.wrap-fb {

right: -80px !important;

}
}


  @media (max-width: 565px) {
           
           body { 
            background-position: center 508px;
           }
          }





body, .wrap-footer-section {
    background-image: url(../images/ttac-lp-bg-none.png);
}

.cert-info {
  margin: -60px 0 0;
}


#hi_ligh {
  background: url(../images/hilite.png);
  padding-left: 18px;
  padding-right: 17px;
  padding-top: 8px;
  margin-right: -14px;
  background-repeat: no-repeat;
  background-position-y: 4px;
  background-position-x: 2px;
  background-size: 100% 112%;
}

#hi_ligh2 {
   background: url(../images/hilite2.png);
  padding-left: 5px;
  /* padding-right: 17px; */
  padding-top: 8px;
  /* margin-right: -14px; */
  background-repeat: no-repeat;
  background-position-y: 11px;
  background-position-x: 2px;
  background-size: 100% 112%;
  text-shadow: 1.5px -1.5px 1.5px #000;
}



@media (min-width:1170px) {

.container {
    position: relative;
}

.wrap-fb {
    position: absolute;
    top: 210px;
    right: 53px;
}
    
}



@media (max-width: 1169px) {

.wrap-fb {
margin-top: 13px !important;
}

}




@media (max-width: 767px) {

.cert-info {
  margin: 0 auto;
  width: 300px;
}

}




@media (max-width: 770px) {
    
.page-wrapper {
    background-image: url(../images/ttac-blue-grad-bg.png);
    padding-bottom: 25px;
    background-position: bottom left;
    background-repeat: repeat-x;
}

.wrap-footer-section > .jdivider:first-child {
    margin-top: 0 !important;
}

}
