/***** TT NORM FONT *****/

@font-face {
    font-family: 'tt_norms';
    src: url('font/tt_norms_pro_extralight_italic-webfont.woff2') format('woff2'), url('font/tt_norms_pro_extralight_italic-webfont.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'tt_norms';
    src: url('font/tt_norms_pro_extralight-webfont.woff2') format('woff2'), url('font/tt_norms_pro_extralight-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'tt_norms';
    src: url('font/tt_norms_pro_light_italic-webfont.woff2') format('woff2'), url('font/tt_norms_pro_light_italic-webfont.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'tt_norms';
    src: url('font/tt_norms_pro_light-webfont.woff2') format('woff2'), url('font/tt_norms_pro_light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'tt_norms';
    src: url('font/tt_norms_pro_thin_italic-webfont.woff2') format('woff2'), url('font/tt_norms_pro_thin_italic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'tt_norms';
    src: url('font/tt_norms_pro_thin-webfont.woff2') format('woff2'), url('font/tt_norms_pro_thin-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'tt_norms';
    src: url('font/tt_norms_pro_regular-webfont.woff2') format('woff2'), url('font/tt_norms_pro_regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'tt_norms';
    src: url('font/tt_norms_pro_normal_italic-webfont.woff2') format('woff2'), url('font/tt_norms_pro_normal_italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'tt_norms';
    src: url('font/tt_norms_pro_medium_italic-webfont.woff2') format('woff2'), url('font/tt_norms_pro_medium_italic-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'tt_norms';
    src: url('font/tt_norms_pro_medium-webfont.woff2') format('woff2'), url('font/tt_norms_pro_medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'tt_norms_pro';
    src: url('font/tt_norms_pro_demibold_italic-webfont.woff2') format('woff2'), url('font/tt_norms_pro_demibold_italic-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'tt_norms';
    src: url('font/tt_norms_pro_demibold-webfont.woff2') format('woff2'), url('font/tt_norms_pro_demibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'tt_norms_pro_bold_italic';
    src: url('font/tt_norms_pro_bold_italic-webfont.woff2') format('woff2'), url('font/tt_norms_pro_bold_italic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'tt_norms';
    src: url('font/tt_norms_pro_bold-webfont.woff2') format('woff2'), url('font/tt_norms_pro_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'tt_norms';
    src: url('font/tt_norms_pro_extrabold_italic-webfont.woff2') format('woff2'), url('font/tt_norms_pro_extrabold_italic-webfont.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'tt_norms';
    src: url('font/tt_norms_pro_extrabold-webfont.woff2') format('woff2'), url('font/tt_norms_pro_extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'tt_norms';
    src: url('font/tt_norms_pro_extrablack_italic-webfont.woff2') format('woff2'), url('font/tt_norms_pro_extrablack_italic-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'tt_norms';
    src: url('font/tt_norms_pro_extrablack-webfont.woff2') format('woff2'), url('font/tt_norms_pro_extrablack-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


/**** FONT 5: TT ******/

.tt-font {
    font-family: 'tt_norms';
    font-size: 18px;
    color: #1B1C1D;
    text-decoration: none;
    line-height: 1.4;
}

body {
    background-color: #F4F4F4;
}

#outterbox {
    margin-top: 0 !important;
}

#main-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-banner .main-title {
    font-size: 46px;
    color: #FFF;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-transform: uppercase;
}

.full-container {
    width: 100%;
    text-align: left;
}

.box-container {
    max-width: 1262px;
    padding: 0 52px;
    margin: auto;
    text-align: left;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 32px;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
}

h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.blue {
    color: #2FAAFF !important;
}

.flex-2col {
    display: flex;
    justify-content: space-between;
}

.flex-2col>div:first-of-type {
    margin-right: 22px;
}

.bck-btn {
    text-align: right;
    margin-bottom: 60px;
}


/***** General Hyperlinks style ******/

a:link {
    color: #2FAAFF;
    text-decoration: none;
    outline: none;
}

a:visited {
    color: #2FAAFF;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #2FAAFF;
    text-decoration: underline;
}

a:active {
    color: #2FAAFF;
}

.readmore {
    color: #2FAAFF !important;
}

.readmore:hover {
    text-decoration: underline;
}

#m-nav-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.60);
    display: none;
}

@media screen and (max-width:840px) {
    #main-banner .main-title {
        font-size: 40px;
    }
    /**** FONT 5: TT ******/
    .tt-font {
        font-size: 16px;
        line-height: 1.2;
    }
    .box-container {
        max-width: 100%;
        padding: 0 20px;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 22px;
    }
}

@media screen and (max-width:570px) {
    .flex-2col {
        display: block;
    }
    .flex-2col>div:first-of-type {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .bck-btn {
        margin-bottom: 40px;
    }
}