
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


.marketing-page.core-academy .row {
    display: flex;
    flex-wrap: wrap;
}

.marketing-page.core-academy section {
    padding: 65px 45px 45px 45px;
    margin: 30px 0;
}


.marketing-page.core-academy .row [class*='col-'] {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.marketing-page.core-academy .download-box {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.marketing-page.core-academy .download-box a {
    margin-top: auto !important;
    text-align: center;
}

@media (max-width: 992px) {
    .marketing-page.core-academy section {
        padding: 45px 0 0 0;
    }
}


/* Training pages */
.flex-full-bg {
    display: flex;
    margin: 0 auto;
}

.col-full-bg {
    display: flex;
    flex: 1 1 50%;
    justify-content: center;
    align-items: center;
}

.col-full-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .flex-full-bg {
        flex-direction: column;
    }
}

/* Event Page */
.OR-divider {
    position: relative;
    height: 100px;
}

.OR-divider div {
    display: flex;
    content: "";
    height: 100%;
    width: 2px;
    background-color: black;
    justify-content: center;
    align-items: center;
}

.OR-divider div span {
    background: white;
}

body {
    font-family: 'Montserrat', sans-serif;
}

h1, h2 {
    font-size: 24px;
}

h1 {
    color: #1b376b;
}

h3.travel-heading {
    color: #c00049;
}

.content {
    font-size: 16px !important;
}

button,
button:visited {
    background: #C7C7C7;
}

button:hover,
button:focus {
    background: #3179AF;
    color: white;
}

/*------------------
# Service Cards
-------------------*/

.row.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.row.equal-height > [class*="col-"] {
    display: flex;
    flex-direction: column;
}


.service-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.service-card {
    padding: 40px;
    border: 3px solid #c11346;
    border-radius: 6px;
    background: rgb(27,55,107);
    background: linear-gradient(90deg, rgba(27,55,107,1) 0%, rgba(34,48,91,1) 100%);
    -webkit-box-shadow: 0 35px 50px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 35px 50px 0 rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    transition: transform .2s;
    color: white;
}

.service-card .body {
    padding-bottom: 30px;
}

.service-card img {
    max-width: 100%;
    height: auto;
}

.service-card:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.service-card h3 {
    margin: 0 0 30px 0px;
    font-weight: 700;
}

.service-card .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.service-card .service-icon {
    max-width: 70px;
    margin-right: 30px;
    margin-bottom: 30px;
    min-height: 70px;
    min-width: 70px;
}

.service-card a:link {
    margin-top: 30px;
    opacity: 1;
    transition: 0.3s ease all;
}

.service-card a:hover {
    opacity: 0.7;
}

@media ( max-width: 1300px ) {


    .service-card .media {
        display: block !important;
    }
}


@media(max-width: 992px) {
    .row.equal-height > [class*="col-"] {
        width: 100%;
    }


    .service-card  {
        align-items: center;
    }

    .service-card .body {
        padding-top: 30px;
        text-align: center;
    }

    .service-card .service-icon {
        margin: 0 auto !important;
    }

    .service-card h3 {
        text-align: center;
    }
}


@media ( max-width: 769px ) {
  

    .service-card {
        height: auto !important;
    }
}



a {
    color: #c11346;
}

    a,
    a:focus,
    a:hover {
        text-decoration: none;
    }

        a:focus,
        a:hover {
            color: #7b0c2d;
        }

#layout-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -75px;
}

#toolbar {
    z-index: 9999;
    background-color: #000;
}

    #toolbar ul.usernav li.dropdown a.dropdown-toggle,
    #toolbar ul.usernav li.toplevel a {
        padding: 10px 8px;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
    }

.vimeo-circle {
    color: #5bb3f7;
}

#page-head {
    background-color: #0C3C60;
}

.navbar-header {
    float: none;
}

.navbar-collapse {
    background-color: #0C3C60;
}

.navbar-custom .nav > li > a {
    line-height: normal;
}

.navbar-custom .nav li a,
.navbar-custom .nav li a:visited {
    color: #eee;
    text-transform: uppercase;
}

    .navbar-custom .nav li a.dropdown-toggle:focus,
    .navbar-custom .nav li a:focus,
    .navbar-custom .nav li a:hover {
        color: #fff;
        background-color: #0C3C60;
    }

.navbar-custom .nav li.dropdown ul.dropdown-menu a,
.navbar-custom .nav li.dropdown ul.dropdown-menu a:visited {
    color: #999;
    text-transform: none;
}

    .navbar-custom .nav li.dropdown ul.dropdown-menu a:focus,
    .navbar-custom .nav li.dropdown ul.dropdown-menu a:hover {
        color: #333;
        background-color: #eee;
    }

.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover {
    background-color: #0C3C60;
}

.navbar-custom .nav li.active > a,
.navbar-custom .nav li.dropdown ul.dropdown-menu li.active a {
    color: #fff;
    text-decoration: none;
    background-color: #c11346;
    outline: 0;
}

.navbar-custom .navbar-toggle {
    margin: 33px 30px 0 0;
    background-color: #c11346;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 9999;
}

    .navbar-custom .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
    }

.content img {
    display: block;
    max-width: 100%;
    height: auto;
}

#footer,
#push {
    height: auto;
    min-height: 75px;
    text-align: center;
}

#footer {
    background-color: #0C3C60;
    color: #fff;
    padding: 30px 0;
}


#toTop {
    opacity: 0.7;
    color: #c11346;
}

.login-box {
    background-color: #0e396c;
    color: #fff;
    padding: 30px;
}

    .login-box a,
    .login-box a:visited {
        color: #eee;
    }

        .login-box a:focus,
        .login-box a:hover {
            color: #fff;
        }

.widget-leaders-bulletin-widget #tabs .thead-dark {
    background-color: #0e396c;
    color: #fff;
}

.widget-resources {
    border: 1px solid #692531;
    padding: 0;
    margin: 0;
    background-color: #f2efec;
    color: #333;
    clear: both;
    margin-bottom: 20px;
}

    .widget-resources .panel-heading,
    .widget-resources h1 {
        background-color: #aa1d40;
        color: #fff;
    }

    .widget-resources h1 {
        font-size: 16px;
        margin: 0;
        padding: 10px;
        border: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .widget-resources ul {
        list-style: disc;
        margin: 0 0 0 30px;
        padding: 0;
        border: none;
    }

    .widget-resources li {
        margin: 0;
    }

        .widget-resources li a {
            display: block;
            padding: 5px 0;
            color: #036;
            text-decoration: none;
            width: 100%;
        }

        html > body .widget-resources li a {
            width: auto;
        }

            .widget-resources li a:hover {
                background-color: #f3f3f3;
                color: #494949;
            }

.quicklinks-widget .panel-heading {
    background-color: #0e396c;
    color: #fff;
}

.web-resources-widget .panel-heading {
    background-color: #c11346;
    color: #fff;
}

.alert-danger {
    border: 3px solid #a94442;
}

    .alert-danger h1 {
        font-size: 20px;
        font-weight: 700;
        color: #a94442;
        text-transform: uppercase;
    }

a.danger-link:focus,
a.danger-link:hover {
    text-decoration: none;
    color: #c9302c;
}

a.danger-link {
    color: #d9534f;
    text-decoration: underline;
    text-transform: uppercase;
}

.alert-danger .img-responsive {
    text-align: center;
    margin: 0 auto;
}

#highchart17022 .highcharts-series-1 rect.highcharts-color-0,
#highchart17022 .highcharts-series-1 rect.highcharts-point {
    fill: #95ceff;
}

#highchart17022 .highcharts-series-1 rect.highcharts-color-1,
#highchart17022 .highcharts-series-1 rect.highcharts-point {
    fill: #90ed7d;
}

#highchart17027 .highcharts-series-0 rect.highcharts-color-0,
#highchart17027 .highcharts-series-0 rect.highcharts-point {
    fill: #95ceff;
}

#highchart17027 .highcharts-series-1 rect.highcharts-color-0,
#highchart17027 .highcharts-series-1 rect.highcharts-point {
    fill: #90ed7d;
}

.jump-box {
    background-color: #0e396c;
    color: #fff;
    text-align: center;
    min-height: 100px;
}

@media (min-width: 992px) {
    .navbar-custom .container-fluid > .navbar-collapse {
        padding: 0;
        margin-right: -15px;
        margin-left: -15px;
    }

    .navbar-custom .nav > li:first-child {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    #toolbar {
        position: absolute;
        top: 30px;
        right: 90px;
        background-color: transparent;
    }

    .navbar-custom .navbar-nav > li > a {
        line-height: normal;
    }
}

@media (max-width: 767px) {
    #toolbar {
        top: 20px;
    }

        #toolbar .dropdown-menu {
            position: fixed;
            top: 80px;
            width: 100%;
        }

    .navbar-custom .navbar-toggle {
        margin: 24px 30px 0 0;
    }
}
