/* free training v2 11-2019 */

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);


@font-face {
    font-family: 'gothamextra_light';
    src: url('../fonts/gotham-extralight-webfont.eot');
    src: url('../fonts/gotham-extralight-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham-extralight-webfont.woff') format('woff'),
        url('../fonts/gotham-extralight-webfont.ttf') format('truetype'),
        url('../fonts/gotham-extralight-webfont.svg#gothamextra_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

.gothamLight {
    font-family: 'Gotham ExtraLight Regular', 'gothamextra_light', 'Open Sans', Arial !important;
}

@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gotham-bold-webfont.eot');
    src: url('../fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham-bold-webfont.woff') format('woff'),
        url('../fonts/gotham-bold-webfont.ttf') format('truetype'),
        url('../fonts/gotham-bold-webfont.svg#gothambold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.gothamBold {
    font-family: 'Gotham Bold Regular', 'Open Sans', Arial !important;
}

.font18 {
    font-size: 18px !important;
}

.font19 {
    font-size: 19px !important;
}

.font20 {
    font-size: 20px !important;
}

.font21 {
    font-size: 21px !important;
}

.font22 {
    font-size: 22px !important;
}

.font23 {
    font-size: 23px !important;
}

.font24 {
    font-size: 24px !important;
}

.font25 {
    font-size: 25px !important;
}

.font26 {
    font-size: 26px !important;
}

.font27 {
    font-size: 27px !important;
}

.font28 {
    font-size: 28px !important;
}

.font29 {
    font-size: 29px !important;
}

.font30 {
    font-size: 30px !important;
}

.font31 {
    font-size: 31px !important;
}

.font32 {
    font-size: 32px !important;
}

.font33 {
    font-size: 33px !important;
}

.font34 {
    font-size: 34px !important;
}

.font35 {
    font-size: 35px !important;
}

.font36 {
    font-size: 36px !important;
}

.font37 {
    font-size: 37px !important;
}

.font38 {
    font-size: 38px !important;
}

.font39 {
    font-size: 39px !important;
}

.font40 {
    font-size: 40px !important;
}

.text-gold {
    color: #cdb67c !important;
}

#footer {
    background-color: #060606;
    color: #ffffff;
    font-family: "Trajan Pro", "TrajanPro", Arial, sans-serif;
}

#footer a {
    color: #cccccc;
    padding: 0.6em;
    text-decoration: none;
}

.form-horizontal .control-label.text-left {
    text-align: left !important;
}

#footer a:hover {
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
    padding-bottom: 1px;
    text-decoration: none;
}

.copyright {
    font-size: 12px;
    line-height: 26px;
    padding: 10px 0;
    text-align: center;
}

.footerSocial {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
    text-align: center;
}

.footerSocial #join {
    vertical-align: text-top;
}

#footer .footerSocial a {
    padding-bottom: 4px;
}

#footer .footerSocial a:hover {
    padding-bottom: 3px;
}

.disclaimer {
    color: #cccccc;
    font-size: 11px;
    line-height: 14px;
    padding: 10px 0;
    text-align: center;
}

.disclaimer sup {
    font-size: 7px;
}

#footer .nav-tabs>li,
.nav-pills>li {
    display: inline-block;
    float: none;
}

@media (max-width: 400px) {
    #footer .nav-pills>li {
        display: block;
        width: 100%;
    }

    #footer .nav-pills a {
        padding-bottom: 0.6em;
        padding-top: 0.6em;
    }
}


#footer {
    background-color: #111111;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 100;
    padding: 25px 0px;
}

#footer p {
    margin: 0 0 20px;
}

.greyLinks {
    color: #6c6b6b;
}

#footer .greyLinks a {
    padding: 0px;
    color: #6c6b6b;
    text-decoration: none;
}

#footer .greyLinks a:hover {
    padding: 0px;
    color: #FFFFFF;
    background-color: transparent;
}

#footer .goldLinks a {
    padding: 0px;
    color: #b59f73;
    text-decoration: none;
}

#footer .goldLinks a:hover {
    padding: 0px;
    color: #FFFFFF;
    background-color: transparent;
}

#footer .navSpacer {
    display: inline-block;
    width: 30px;
    height: 1px;
}

.copyright {
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.footerSocial {
    font-size: 12px;
    line-height: 16px;
    padding: 15px 0;
    text-align: center;
}

#footer .footerSocial a {
    display: inline-block;
    padding: 0px 10px;
    font-size: 20px;
    color: #FFFFFF;
}

#footer .footerSocial a:hover {
    padding: 0px 10px;
    color: #b59f73;
    background-color: transparent;
}

#footer .disclaimer {
    padding: 0px;
    font-size: 12px;
}

#footer .disclaimer p {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

#footer .disclaimer sup {
    font-size: 7px;
}

#trainingsContent .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .container.container-full {
        width: 970px;
    }

    #trainingsContent .container {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}

@media (min-width: 1170px) {

    #footer .container,
    #trainingsHero .container,
    #trainingsContent .container {
        width: 1170px;
    }

    #trainingsContent .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {

    #trainingsContent .container {
        width: 1200px;
    }
}

#trainingsHero {
    background: url('../images/free-trainings-hero-mobile.jpg') #c08147;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 0px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    #trainingsHero .col-xs-12 {
        max-width: 440px;
        float: none;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {

    #trainingsHero {
        background: url('../images/free-trainings-hero.jpg') #c08147;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
    }
}

.trainingsHeroSubtitle {
    margin: 0px 0 0;
}

.trainingsHeroSubtitle span {
    border-bottom: 2px #fff solid;
    padding-bottom: 4px;
}

@media (min-width: 480px) {
    .trainingsHeroSubtitle {
        margin: -20px 0 0;
    }
}

@media (min-width: 768px) {
    .trainingsHeroSubtitle span {
        padding-bottom: 10px;
    }
}

#trainingsHero p em {
    font-family: serif;
}

.letterspacing02 {
    letter-spacing: 0.2em;
}

#trainingsSubHeadline,
#trainingsContent {
    background: #24252f;
}

/*#trainingsSubHeadline .container {
    background-image: url('../images/Swoosh-white.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}*/

@media (max-width: 767px) {
    #trainingsContent .col-xs-12 {
        padding: 0;

    }
}

.free-training-container {
    background: #1b1b1b;
    color: #fff;
    padding: 42px 46px 27px;
    margin-bottom: 30px;
}

.free-training-container p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

@media (min-width: 768px) {
    #trainingsContent .container>.row {
        background: #1b1b1b;
        margin-bottom: 30px;

    }

    .free-training-container {
        padding: 27px 10px 18px;
        max-width: 432px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    .free-training-container p {
        font-size: 18px;
        line-height: 27px;
    }
}

@media (min-width: 1200px) {
    #trainingsContent .container>.row {
        background: none;
        margin-bottom: 0;

    }

    .free-training-container {
        padding: 50px 45px;
        margin-bottom: 30px;
        max-width: 100%;
    }
}

/* Begin Gold Button*/
.btn-gold-outline {
    color: #FFFFFF;
    font-weight: bold;
    color: #c5ab68;
    border: 2px #c5ab68 solid;
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 28px;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 288px;
}

@media (min-width: 768px) {
    .btn-gold-outline {
        padding: 10px 25px;
        font-size: 16px;
        width: auto;
        font-size: 26px;
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    .btn-gold-outline {
        margin-left: 0;
    }
}

.btn-gold-outline:hover,
.btn-gold-outline:active,
.btn-gold-outline:focus,
.btn-gold-outline.focus {
    color: #FFFFFF;
    background-color: #c5ab68;
}

/*End Gold Button*/