@font-face {
    font-family: "CorporateARegular";
    src: url('../fonts/corporateacon-reg-webfont.eot');
    src: url('../fonts/corporateacon-reg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/corporateacon-reg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "CorporateSRegular";
    src: url('../fonts/corpsr-webfont.eot');
    src: url('../fonts/corpsr-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/corpsr-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.welcome-text1 {
    font-family: CorporateARegular;
    color: #000000;
    font-size: 100px;
    line-height: 120px;
}
.welcome-text2 {
    font-family: CorporateARegular;
    color: #000000;
    font-size: 80px;
    line-height: 100px;
}
.welcome-text3 {
    font-family: CorporateARegular;
    color: #FFFFFF;
    font-size: 80px;
    line-height: 120px;
}
.welcome-text4 {
    font-family: CorporateSRegular;
    color: #F2F2F2;
    font-size: 24px;
    line-height: 32px;
}
.agenda-text3 {
    font-size:16px;
}
.welcome-text5 {
    font-family: CorporateSRegular;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 36px;
    font-weight:bold;
    padding-bottom: 15px;
}
.welcome-text6 {
    font-family: CorporateSRegular;
    color: #F2F2F2;
    font-size: 16px;
    line-height: 20px;
}
.welcome-bold {
    font-weight:bold;
    color:#FFFFFF;
}
.welcome-red {
    color: #bd0f0f !important;
}
.welcome-bold span {
    font-weight: normal;
}
.welcome-black {
    
    color: #000000 !important;
}
#welcome-packet {
    background: #FFFFFF;
    width: 100%;
    max-width:1920px;
    margin:0 auto;
}

#hero-sec {
    position: relative;
    height: 50vw;
    max-height: 960px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#welcome-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#agenda-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#track-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:75px 0;
}
#exercise-sec1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#exercise-sec2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#exercise-sec3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#exercise-sec4 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#footer-sec {
    background:#000;
}
.hero-text {
    position:absolute;
    top:5.5%;
    left:11%;
}
.section-break {
    background:#FFF;
    height:25px;
}
/*.welcome-text {
    position: absolute;
    margin:0 auto;
    max-width:1024px;
    left:0;right:0;
    padding:15px;
}*/
.welcome-button-block {
    text-align:center;

}
.welcome-button {
    background:#bd0f0f;
    color:#FFFFFF;
    font-size:20px;
    line-height:24px;
    display:inline-block;
    padding:20px;margin-top:40px;
    margin-bottom:15px;
}
    .welcome-button:hover {
        color: #FFFFFF;
    }
.agenda-section {
padding:25px 40px;
}
               .agenda-text {
                   background:rgba(0,0,0,0.8);
                   padding:25px 40px;
               }
               .agenda-detail {
                   padding:10px 0;
               }
               .agenda-note {
                   padding-top:15px;
               }
               .turn-text{
                   padding-top:25px;
               }
.exercise-module-text-pad {
    padding-left: 60px;
}
.exercise-module-number {
    position:absolute;
    top:25%;
}

.footer-div {
    /*text-align:right;*/
    border-right: 1px solid #FFFFFF;
}
               .footer-spacer {
                   height:160px;
               }
               .footer-pad-left {
                   padding-left:60px;
               }
.footer-pad-right {
    padding-right: 60px;
}
    @media (max-width: 1400px) {
        .welcome-text1 {
        font-size: 80px;
        line-height: 100px;
    }

    .welcome-text2 {
        font-size: 60px;
        line-height: 80px;
    }

    .welcome-text3 {
        font-family: CorporateARegular;
        color: #FFFFFF;
        font-size: 60px;
        line-height: 100px;
        letter-spacing:2px;
    }
    .welcome-text4 {
        font-family: CorporateSRegular;
        color: #FFFFFF;
        font-size: 20px;
        line-height: 24px;
    }
        .welcome-text5 {
            font-family: CorporateSRegular;
            color: #FFFFFF;
            font-size: 24px;
            line-height: 30px;
            padding-bottom:15px;
        }
        .welcome-copy {
            min-height: 700px;
            background: rgba(0,0,0,0.8);
        }
        .agenda-copy {
            min-height:780px;
        }
        .agenda-text3 {
            font-size:12px;
            line-height:16px;
        }
}
    @media (max-width: 1023px) {
        .welcome-text1 {
            font-size: 50px;
            line-height: 70px;
        }

        .welcome-text2 {
            font-size: 30px;
            line-height: 50px;
        }
        .welcome-text {
            padding:15px;
        }

        .welcome-text3 {
            font-size: 44px;
            line-height: 72px;
        }

        .welcome-text4 {
            font-size: 20px;
            line-height: 24px;
        }

        .welcome-copy {
            min-height: 750px;
            height: 750px;
            background: rgba(0,0,0,0.8);
        }
        .agenda-text3 {
            font-size: 12px;
            line-height: 16px;
        }
    }
@media (max-width: 991px) {
    .footer-pad-left {
        padding-left: 15px;
    }
    .footer-pad-right {
        padding-right: 0;
        margin-top: 50px;
    }
    .exercise-module-4 {
        padding-top:0 !important;
    }
}
    @media (max-width: 767px) {
        .welcome-text1 {
            font-size: 28px;
            line-height: 32px;
        }

        .welcome-text2 {
            font-size: 18px;
            line-height: 24px;
        }

        .welcome-text3 {
            font-size: 32px;
            line-height: 60px;
        }

        .welcome-text4 {
            font-size: 16px;
            line-height: 20px;
        }

        .welcome-copy {
            min-height: 860px;
            height: 860px;
            background: rgba(0,0,0,0.8);
        }



        .footer-div {
            /*text-align:right;*/
            border-right: 15px;
        }

        .footer-spacer {
            height: 25px;
        }

        .welcome-text6 {
            font-size: 12px;
            line-height: 16px;
        }

        #track-sec {
            padding: 50px 0;
        }

        .track-spacer {
            height: 40px;
        }

        .agenda-text {
            padding: 15px;
        }

        .exercise-module:first-child {
            padding-top: 0;
        }

        .exercise-module {
            padding-top: 40px;
        }

        .container-mobile {
            padding: 0 15px;
        }
    }