﻿@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;500;600;700;800;900&display=swap');

html {
    position: relative;
    min-height: 100%;
    /* font-size: 1.0rem;*/
    font-size: .80rem;
}

body {
    background-color: #ffffff;
    font-family: 'League Spartan', sans-serif;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}



#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



.moGrayBtn {
    color: #fff;
    background-color: #b2b3b6;
    border-color: #000;
    box-shadow: none !important;
}

    .moGrayBtn:hover {
        color: #000;
        background-color: #B9726E;
        border-color: #000;
        box-shadow: none !important;
    }

    .moGrayBtn:active {
        color: #000;
        background-color: #B9726E;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
    }

    .moGrayBtn:focus {
        color: #000;
        background-color: #B9726E;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
    }


.moGrayBtn2 {
    color: #000;
    /*font-weight:600;*/
    background-color: #b2b3b6;
    border-color: #000;
    box-shadow: none !important;
}

    .moGrayBtn2:hover {
        color: #fff;
        background-color: #B9726E;
        border-color: #000;
        box-shadow: none !important;
    }

    .moGrayBtn2:active {
        color: #fff;
        background-color: #B9726E;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
    }

    .moGrayBtn2:focus {
        color: #fff;
        background-color: #B9726E;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
    }


.moRedBtn {
    color: #fff;
    background-color: #974f4b;
    border-color: #000;
    box-shadow: 0;
}

    .moRedBtn:hover {
        color: #000;
        /*background-color: #76aa2a;*/
        background-color: #b2b3b6;
        border-color: #000;
        box-shadow: none !important;
    }

    .moRedBtn:active {
        color: #000;
        /*background-color: #76aa2a;*/
        background-color: #b2b3b6;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
    }

    .moRedBtn:focus {
        color: #000;
        /*background-color: #76aa2a;*/
        background-color: #b2b3b6;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
    }

.moRedBtn2 {
    color: #fff;
    border-color: #520D15;
    border-width: 2px;
    border-radius: 0px;
    background-color: #520D15;
    font-weight: 500;
    font-size: 20px
}

    .moRedBtn2:hover {
        color: #000;
        border-color: #fff;
        border-width: 2px;
        border-radius: 0px;
        background-color: #fff;
        font-weight: 500;
        font-size: 20px
    }

.moRedBtnH {
    color: #fff;
    border-color: #520D15;
    border-width: 2px;
    border-radius: 25px;
    background-color: #520D15;
    font-weight: 500;
    font-size: 20px
}

    .moRedBtnH:hover {
        color: #000;
        border-color: #fff;
        border-width: 2px;
        border-radius: 25px;
        background-color: #fff;
        font-weight: 500;
        font-size: 20px
    }

.moRedBtnxs {
    color: #fff;
    background-color: #520D15;
    border-color: #000;
    border-width: 2px;
    border-radius: 25px;
    box-shadow: 0;
    padding: 5px !important;
    font-size: 14px;
    /*   display:inline-block;*/
}

    .moRedBtnxs:hover {
        color: #000;
        /*background-color: #76aa2a;*/
        background-color: #fff;
        border-color: #fff;
        border-width: 2px;
        border-radius: 25px;
        box-shadow: none !important;
        padding: 5px !important;
        font-size: 14px;
    }

.moWhiteBtn {
    color: #fff;
    border-color: #fff;
    border-width: 2px;
    border-radius: 0px;
    background-color: transparent;
    font-weight: 500;
    font-size: 20px
}

    .moWhiteBtn:hover {
        color: #000;
        border-color: #fff;
        border-width: 2px;
        border-radius: 0px;
        background-color: #fff;
        font-weight: 500;
        font-size: 20px
    }

.moWhiteBtnSm {
    color: #fff;
    border-color: #fff;
    border-width: 2px;
    border-radius: 0px;
    background-color: transparent;
    font-weight: 500;
    font-size: 16px
}

    .moWhiteBtnSm:hover {
        color: #000;
        border-color: #fff;
        border-width: 2px;
        border-radius: 0px;
        background-color: #fff;
        font-weight: 500;
        font-size: 16px
    }

.moWhiteBtn2 {
    color: #520D15;
    border-color: #fff;
    border-width: 2px;
    border-radius: 0px;
    background-color: #fff;
    font-weight: 500;
    font-size: 20px
}

    .moWhiteBtn2:hover {
        color: #fff;
        border-color: #000;
        border-width: 2px;
        border-radius: 0px;
        background-color: #000;
        font-weight: 500;
        font-size: 20px
    }

.moWhiteRBBtn {
    color: #520D15;
    border-color: #520D15;
    border-width: 2px;
    border-radius: 0px;
    background-color: transparent;
    font-weight: 500;
    font-size: 20px
}

    .moWhiteRBBtn:hover {
        color: #fff;
        border-color: #520D15;
        border-width: 2px;
        border-radius: 0px;
        background-color: #520D15;
        font-weight: 500;
        font-size: 20px
    }

.moRed {
    color: #974f4b;
}

.moGray {
    color: #6F7380
}

.moGray2 {
    color: #b2b3b6
}

.moRed2 {
    color: #520D15;
}

.moWhite {
    color: #fff;
}

.moRedHeader2 {
    color: #fff;
    background-color: #520D15;
    font-size: 1.15rem;
}

.moRedHeader {
    color: #fff;
    background-color: #974f4b;
    font-size: 1.15rem;
}

.moGrayHeader {
    color: #000;
    background-color: #b2b3b6;
    font-size: 1.15rem;
}

.moGrayHeadersm {
    color: #000;
    background-color: #b2b3b6;
    font-size: 10px;
}




.scrollable {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
}

.scrollable125 {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 125px;
}

.scrollableLg {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 550px;
}

.scrolling-wrapper {
    overflow-x: auto;
}


/*GOOGLE map RESPONSIVE*/
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}

    .iframe-container > * {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    /* border: 1px solid black;*/
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }


.map-responsive2 {
    overflow: hidden;
    /* padding-bottom: 56.25%;*/
    padding-bottom: 100%;
    position: relative;
    height: 0;
    /* border: 1px solid black;*/
}

    .map-responsive2 iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }


.training-video {
    max-width: 1198px;
    /*border: 2px solid black*/
    /* max-height:600px;*/
}

.project-video {
    max-height: 600px;
}

.main-videos {
    max-width: 1198px;
}

.video-container {
    /* width is set as 100% here. any width can be specified as per requirement */
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}

.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media(max-width: 575.98px) {

    .headerBg {
        background: url('../images/gcsite/bgHeader.png') no-repeat center/cover;
        height: 400px;
        margin-left: -15px;
        margin-right: -15px
    }

    .headerTxt {
        /* line-height: 1.5;*/
        font-size: 24px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxt2 {       
        font-size: 18px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxtR {
        font-size: 35px;
        color: #520D15;
        margin-top: 0px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxtR2 {
        font-size: 34px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerRow {
        padding-top: 50px;
    }

    .pSize {
        font-size: 18px;
    }

    .underVideoText {
        font-size: 14px;
        color: #fff;
    }

    .boxText {
        font-size: 28px;
        color: #ffffff;
        margin-top: 60px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxText2 {
        font-size: 16px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextR {
        font-size: 50px;
        color: #520D15;
        margin-top: 100px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextR2 {
        font-size: 16px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .bottomBg {
        background: url('../images/gcsite/Toolbelt.jpg') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .bottomTxt {
        /* line-height: 1.5;*/
        font-size: 24px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG {
        font-size: 24px;
        color: #ffffff;
        margin-top: 0px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG2 {
        font-size: 24px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG3 {
        font-size: 18px;
        color: #ffffff;
        margin-top: 0px;
        margin-bottom:20px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG4 {
        font-size: 22px;
        color: #ffffff;
        margin-top: 10px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG5 {
        font-size: 16px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG6 {
        font-size: 18px;
        color: #ffffff;
        margin-top: 0px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGB {
        font-size: 30px;
        color: #000;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGB2 {
        font-size: 24px;
        color: #000;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR {
        font-size: 30px;
        color: #520D15;
        margin-top: 10px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR2 {
        font-size: 24px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR3 {
        font-size: 20px;
        color: #520D15;
        margin-top: 10px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBR2 {
        font-size: 18px;
        color: #000;
        margin-top: 0px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBR3 {
        font-size: 18px;
        color: #000;
        margin-top: 30px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .secondaryHeaderTxtR {
        font-size: 30px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGRob {
        font-size: 18px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBRob2 {
        font-size: 18px;
        color: #000;
        margin-top: 30px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .feebottomBg {
        background: url('../images/gcsite/feeBtm.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .feebottomTxt {
        font-size: 25px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .contactTopBg {
        background: url('../images/gcsite/contactTop.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .contactBtmBg {
        background: url('../images/gcsite/contactBtm.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .coverageTopBg {
        background: url('../images/gcsite/flagBg2.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .coverageBtmBg {
        background: url('../images/gcsite/coverageBg.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .pressReleaseT {
        font-size: 16px;
        line-height: 1;
        color: #000;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .pressRelease {
        font-size: 16px;
        line-height: 1.5;
        color: #000;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .trainingTopBg {
        background: url('../images/gcsite/trainingBg.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .bankingBtmBg {
        background: url('../images/gcsite/bankerBg.png') no-repeat center/cover;
        height: 250px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .hrRed {
        background-color: #E2A8A5;
        height: 3px;
    }

}

@media (min-width: 576px) and (max-width:767.98px) {
    .headerBg {
        background: url('../images/gcsite/bgHeader.png') no-repeat center/cover;
        height: 400px;
        margin-left: -15px;
        margin-right: -15px
    }

    .headerTxt {
        /* line-height: 1.5;*/
        font-size: 28px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxt2 {
        font-size: 16px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxtR {
        font-size: 35px;
        color: #520D15;
        margin-top: 20px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxtR2 {
        font-size: 34px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerRow {
        padding-top: 50px;
    }

    .pSize {
        font-size: 18px;
    }

    .underVideoText {
        font-size: 16px;
        color: #fff;
    }

    .boxText {
        font-size: 25px;
        color: #ffffff;
        margin-top: 100px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxText2 {
        font-size: 16px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextR {
        font-size: 50px;
        color: #520D15;
        margin-top: 100px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextR2 {
        font-size: 16px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .bottomBg {
        background: url('../images/gcsite/Toolbelt.jpg') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .bottomTxt {
        /* line-height: 1.5;*/
        font-size: 25px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG {
        font-size: 30px;
        color: #ffffff;
        margin-top: 0px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG2 {
        font-size: 24px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG3 {
        font-size: 18px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG4 {
        font-size: 30px;
        color: #ffffff;
        margin-top: 10px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG5 {
        font-size: 24px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG6 {
        font-size: 28px;
        color: #ffffff;
        margin-top: 0px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGB {
        font-size: 50px;
        color: #000;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGB2 {
        font-size: 24px;
        color: #000;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR {
        font-size: 36px;
        color: #520D15;
        margin-top: 10px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR2 {
        font-size: 24px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR3 {
        font-size: 30px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBR2 {
        font-size: 18px;
        color: #000;
        margin-top: 10px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBR3 {
        font-size: 18px;
        color: #000;
        margin-top: 30px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .secondaryHeaderTxtR {
        font-size: 50px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGRob {
        font-size: 28px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBRob2 {
        font-size: 18px;
        color: #000;
        margin-top: 30px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .feebottomBg {
        background: url('../images/gcsite/feeBtm.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .feebottomTxt {
        font-size: 35px;
        color: #ffffff;
        margin-top: 60px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .contactTopBg {
        background: url('../images/gcsite/contactTop.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .contactBtmBg {
        background: url('../images/gcsite/contactBtm.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .coverageTopBg {
        background: url('../images/gcsite/flagBg2.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .coverageBtmBg {
        background: url('../images/gcsite/coverageBg.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .pressReleaseT {
        font-size: 16px;
        line-height: 1;
        color: #000;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .pressRelease {
        font-size: 16px;
        line-height: 1.5;
        color: #000;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .trainingTopBg {
        background: url('../images/gcsite/trainingBg.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .bankingBtmBg {
        background: url('../images/gcsite/bankerBg.png') no-repeat center/cover;
        height: 250px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .hrRed {
        background-color: #E2A8A5;
        height: 3px;
    }

}

@media (min-width: 768px) and (max-width:991.98px) {
    .headerBg {
        background: url('../images/gcsite/bgHeader.png') no-repeat center/cover;
        height: 800px;
        margin-left: -15px;
        margin-right: -15px
    }

    .headerTxt {
        /* line-height: 1.5;*/
        font-size: 40px;
        color: #ffffff;
        margin-top: 100px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxt2 {
        font-size: 24px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxtR {
        font-size: 65px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxtR2 {
        font-size: 34px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerRow {
        padding-top: 50px;
    }

    .pSize {
        font-size: 18px;
    }

    .underVideoText {
        font-size: 22px;
        color: #fff;
    }

    .boxText {
        font-size: 30px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxText2 {
        font-size: 20px;
        color: #ffffff;
        margin-top: 15px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextR {
        font-size: 30px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextR2 {
        font-size: 16px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .bottomBg {
        background: url('../images/gcsite/Toolbelt.jpg') no-repeat center/cover;
        height: 250px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .bottomTxt {
        /* line-height: 1.5;*/
        font-size: 30px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG {
        font-size: 36px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG2 {
        font-size: 24px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG3 {
        font-size: 18px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG4 {
        font-size: 34px;
        color: #ffffff;
        margin-top: 10px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG5 {
        font-size: 24px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG6 {
        font-size: 30px;
        color: #ffffff;
        margin-top: 10px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGB {
        font-size: 50px;
        color: #000;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGB2 {
        font-size: 24px;
        color: #000;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR {
        font-size: 44px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR2 {
        font-size: 24px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR3 {
        font-size: 30px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBR2 {
        font-size: 18px;
        color: #000;
        margin-top: 30px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBR3 {
        font-size: 18px;
        color: #000;
        margin-top: 30px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .secondaryHeaderTxtR {
        font-size: 50px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGRob {
        font-size: 28px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBRob2 {
        font-size: 18px;
        color: #000;
        margin-top: 30px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .feebottomBg {
        background: url('../images/gcsite/feeBtm.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .feebottomTxt {
        font-size: 35px;
        color: #ffffff;
        margin-top: 60px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .contactTopBg {
        background: url('../images/gcsite/contactTop.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .contactBtmBg {
        background: url('../images/gcsite/contactBtm.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .coverageTopBg {
        background: url('../images/gcsite/flagBg2.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .coverageBtmBg {
        background: url('../images/gcsite/coverageBg.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .pressReleaseT {
        font-size: 16px;
        line-height: 1;
        color: #000;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .pressRelease {
        font-size: 16px;
        line-height: 1.5;
        color: #000;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .trainingTopBg {
        background: url('../images/gcsite/trainingBg.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .bankingBtmBg {
        background: url('../images/gcsite/bankerBg.png') no-repeat center/cover;
        height: 250px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .hrRed {
        background-color: #E2A8A5;
        height: 3px;
    }
}

@media (min-width: 992px) and (max-width:1198.98px) {
    .headerBg {
        background: url('../images/gcsite/bgHeader.png') no-repeat center/cover;
        height: 800px;
        margin-left: -15px;
        margin-right: -15px
    }

    .headerTxt {
        line-height: 1.5;
        font-size: 50px;
        color: #ffffff;
        margin-top: 150px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxt2 {
        font-size: 24px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxtR {
        font-size: 65px;
        color: #520D15;
        margin-top: 0px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxtR2 {
        font-size: 34px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerRow {
        padding-top: 50px;
    }

    .pSize {
        font-size: 18px;
    }

    .underVideoText {
        font-size: 22px;
        color: #fff;
    }

    .boxText {
        font-size: 30px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxText2 {
        font-size: 16px;
        color: #ffffff;
        margin-top: 15px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextR {
        font-size: 30px;
        color: #520D15;
        margin-top: 20px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextR2 {
        font-size: 16px;
        color: #520D15;
        margin-top: 15px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .bottomBg {
        background: url('../images/gcsite/Toolbelt.jpg') no-repeat center/cover;
        height: 300px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .bottomTxt {
        /* line-height: 1.5;*/
        font-size: 40px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG {
        font-size: 36px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG2 {
        font-size: 24px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG3 {
        font-size: 18px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG4 {
        font-size: 40px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG5 {
        font-size: 24px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG6 {
        font-size: 40px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGB {
        font-size: 50px;
        color: #000;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGB2 {
        font-size: 24px;
        color: #000;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR {
        font-size: 44px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR2 {
        font-size: 24px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR3 {
        font-size: 30px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBR2 {
        font-size: 18px;
        color: #000;
        margin-top: 30px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBR3 {
        font-size: 18px;
        color: #000;
        margin-top: 30px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .secondaryHeaderTxtR {
        font-size: 50px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGRob {
        font-size: 28px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBRob2 {
        font-size: 18px;
        color: #000;
        margin-top: 30px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .feebottomBg {
        background: url('../images/gcsite/feeBtm.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .feebottomTxt {
        font-size: 40px;
        color: #ffffff;
        margin-top: 60px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .contactTopBg {
        background: url('../images/gcsite/contactTop.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .contactBtmBg {
        background: url('../images/gcsite/contactBtm.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .coverageTopBg {
        background: url('../images/gcsite/flagBg2.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .coverageBtmBg {
        background: url('../images/gcsite/coverageBg.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .pressReleaseT {
        font-size: 16px;
        line-height: 1;
        color: #000;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .pressRelease {
        font-size: 16px;
        line-height: 1.5;
        color: #000;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .trainingTopBg {
        background: url('../images/gcsite/trainingBg.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .bankingBtmBg {
        background: url('../images/gcsite/bankerBg.png') no-repeat center/cover;
        height: 250px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .hrRed {
        background-color: #E2A8A5;
        height: 3px;
    }
    
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

    .headerBg {
        background: url('../images/gcsite/bgHeader.png') no-repeat center/cover;
        height: 800px;
        margin-left: -15px;
        margin-right: -15px
    }

    .headerTxt {
        /*  line-height: 1.5;*/
        font-size: 50px;
        color: #ffffff;
        margin-top: 150px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxt2 {
        font-size: 14px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxtR {
        font-size: 65px;
        color: #520D15;
        margin-top: 30px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxtR2 {
        font-size: 34px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerRow {
        padding-top: 50px;
    }

    .pSize {
        font-size: 18px;
    }

    .underVideoText {
        font-size: 22px;
        color: #fff;
    }

    .boxText {
        font-size: 50px;
        color: #ffffff;
        margin-top: 100px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxText2 {
        font-size: 16px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextR {
        font-size: 50px;
        color: #520D15;
        margin-top: 100px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextR2 {
        font-size: 16px;
        color: #520D15;
        margin-top: 30px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .bottomBg {
        background: url('../images/gcsite/Toolbelt.jpg') no-repeat center/cover;
        height: 300px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .bottomTxt {
        /* line-height: 1.5;*/
        font-size: 55px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG {
        font-size: 44px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG2 {
        font-size: 24px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG3 {
        font-size: 18px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG4 {
        font-size: 40px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG5 {
        font-size: 24px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG6 {
        font-size: 40px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGB {
        font-size: 50px;
        color: #000;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGB2 {
        font-size: 24px;
        color: #000;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR {
        font-size: 44px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR2 {
        font-size: 24px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR3 {
        font-size: 30px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBR2 {
        font-size: 18px;
        color: #000;
        margin-top: 30px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBR3 {
        font-size: 18px;
        color: #000;
        margin-top: 30px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .secondaryHeaderTxtR {
        font-size: 50px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGRob {
        font-size: 28px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBRob2 {
        font-size: 18px;
        color: #000;
        margin-top: 30px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .feebottomBg {
        background: url('../images/gcsite/feeBtm.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .feebottomTxt {
        font-size: 55px;
        color: #ffffff;
        margin-top: 60px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .contactTopBg {
        background: url('../images/gcsite/contactTop.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .contactBtmBg {
        background: url('../images/gcsite/contactBtm.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .coverageTopBg {
        background: url('../images/gcsite/flagBg2.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .coverageBtmBg {
        background: url('../images/gcsite/coverageBg.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .pressReleaseT {
        font-size: 16px;
        line-height: 1;
        color: #000;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .pressRelease {
        font-size: 16px;
        line-height: 1.5;
        color: #000;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .trainingTopBg {
        background: url('../images/gcsite/trainingBg.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .bankingBtmBg {
        background: url('../images/gcsite/bankerBg.png') no-repeat center/cover;
        height: 250px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .hrRed {
        background-color: #E2A8A5;
        height: 3px;
    }
    
}

@media (min-width: 1400px) {

    .headerBg {
        background: url('../images/gcsite/bgHeader.png') no-repeat center/cover;
        height: 800px;
        margin-left: -15px;
        margin-right: -15px;      

    }

    .headerTxt {
       /* line-height: 1.5;*/
        font-size: 65px;
        color: #ffffff;
        margin-top: 150px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxt2 {
        font-size: 34px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxtR {      
        font-size: 65px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .headerTxtR2 {
        font-size: 34px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .headerRow {
        padding-top: 50px;
    }

    .pSize {
        font-size: 18px;
    }

    .underVideoText {
        font-size: 22px;
        color: #fff;
    }

    .boxText {
        font-size: 50px;
        color: #ffffff;
        margin-top: 100px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxText2 {
        font-size: 26px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextR {
        font-size: 50px;
        color: #520D15;
        margin-top: 100px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextR2 {
        font-size: 16px;
        color: #520D15;
        margin-top: 30px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .bottomBg {
        background: url('../images/gcsite/Toolbelt.jpg') no-repeat center/cover;
        height: 300px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .bottomTxt {
        /* line-height: 1.5;*/
        font-size: 55px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG {
        font-size: 50px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG2 {
        font-size: 24px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG3 {
        font-size: 18px;
        color: #ffffff;
        margin-top: 50px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG4 {
        font-size: 40px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG5 {
        font-size: 24px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextG6 {
        font-size: 40px;
        color: #ffffff;
        margin-top: 20px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGB {
        font-size: 50px;
        color: #000;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGB2 {
        font-size: 24px;
        color: #000;
        margin-top: 50px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR {
        font-size: 44px;
        color: #520D15;        
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR2 {
        font-size: 24px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGR3 {
        font-size: 30px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBR2 {
        font-size: 18px;
        color: #000;
        margin-top: 30px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBR3 {
        font-size: 18px;
        color: #000;
        margin-top: 30px;
        font-weight: 600;
        font-family: 'League Spartan', sans-serif;
    }

    .secondaryHeaderTxtR {
        font-size: 50px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGRob {
        font-size: 28px;
        color: #520D15;
        margin-top: 50px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .boxTextGBRob2 {
        font-size: 18px;
        color: #000;
        margin-top: 30px;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .feebottomBg {
        background: url('../images/gcsite/feeBtm.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .feebottomTxt {      
        font-size: 55px;
        color: #ffffff;
        margin-top: 60px;
        font-weight: 800;
        font-family: 'League Spartan', sans-serif;
    }

    .contactTopBg {
        background: url('../images/gcsite/contactTop.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .contactBtmBg {
        background: url('../images/gcsite/contactBtm.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .coverageTopBg {
        background: url('../images/gcsite/flagBg2.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .coverageBtmBg {
        background: url('../images/gcsite/coverageBg.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .pressReleaseT {
        font-size: 16px;
        line-height: 1;
        color: #000;
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .pressRelease {
        font-size: 16px;
        line-height: 1.5;
        color: #000;       
        font-weight: 300;
        font-family: 'League Spartan', sans-serif;
    }

    .trainingTopBg {
        background: url('../images/gcsite/trainingBg.png') no-repeat center/cover;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .bankingBtmBg {
        background: url('../images/gcsite/bankerBg.png') no-repeat center/cover;
        height: 250px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .hrRed {
        background-color: #E2A8A5;
        height: 3px;
    }
}