@import url('https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap');
body
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;

    color: #6f8ba4;

    -webkit-font-smoothing: antialiased;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6
{
    font-family: 'Exo', sans-serif;
    font-weight: 700;

    color: #222;
}

/*
 * General styles
 */
a
{
    text-decoration: none;
}

/*
 * Main menu
 */
.main-menu li.nav-item a:hover
{
    color: #1d84c3;
}
.main-menu li.nav-item a.active,
.main-menu li.nav-item a.is-active
{
    font-weight: bold;

    color: #1d84c3 !important;
}
.main-menu li.dropdown a::after
{
    display: none;
}
.main-menu li.dropdown span
{
    cursor: pointer;
}
.main-menu li.dropdown span::after
{
    display: none;
}
.main-menu ul.dropdown-menu
{
    border: 0;
    border-top: 4px solid #e12454;
    border-radius: 0 !important;
    background-color: white;
}
.main-menu ul.dropdown-menu li.dropdown-item:hover
{
    background-color: #e12454;
}
.main-menu ul.dropdown-menu li.dropdown-item:hover a
{
    font-weight: bold !important;

    color: white !important;
}
.main-menu ul.dropdown-menu li.dropdown-item.active
{
    background-color: transparent;
}
.main-menu ul.dropdown-menu li.dropdown-item.active a
{
    font-weight: bold !important;

    color: #e12454 !important;
}

/*
 * Utilities
 */
.bg-image
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-blue-light
{
    background-color: #1d84c3;
}

.bg-blue-dark
{
    background-color: #055a8e;
}

.border-blue-dark
{
    border: 3px solid #055a8e;
}

.text-blue-light
{
    color: #1d84c3;
}

.divider
{
    width: 40px;
    height: 5px;

    background: #e12454;
}

@media screen and (min-width: 768px)
{
    .py-100
    {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.btn-main-2
{
    color: #fff;
    border-color: #e12454;
    background: #e12454;
}
.btn-main-2:hover
{
    color: #fff;
    border-color: #223a66;
    background: #223a66;
}

.btn-round-full
{
    border-radius: 50px;
}

.full-width-container
{
    width: calc(100vw - 8px);
    margin: 0 calc(50% - 50vw);
}

/*
 * Home Banner
 */
.banner
{
    min-height: 550px;

    background-position: center;
    background-size: cover;
}

@media (min-width: 992px)
{
    .banner .block
    {
        padding: 160px 0 160px;
    }
}
.banner .block h1
{
    font-size: 60px;
    line-height: 1.2;

    letter-spacing: -1.2px;

    color: #223a66;
}

@media (max-width: 480px)
{
    .banner .block h1
    {
        font-size: 38px;
        line-height: 50px;
    }

    .banner
    {
        min-height: 450px;

        background: #fff !important;
    }
}
@media (max-width: 400px)
{
    .banner .block h1
    {
        font-size: 28px;
        line-height: 40px;
    }

    .banner
    {
        min-height: 450px;

        background: #fff !important;
    }
}
@media (max-width: 768px)
{
    .banner .block h1
    {
        font-size: 56px;
        line-height: 70px;
    }

    .banner
    {
        background: #fff !important;
    }
}
@media (max-width: 992px)
{
    .banner
    {
        background: #fff !important;
    }
}
/*
  * Tables
  */
th
{
    text-transform: uppercase;

    color: black !important;
}

/*
 * Staff Profile Styles
 */
.staff-box__picture
{
    border-right: 4px solid black;
}
.staff-box__picture img
{
    border-radius: 50%;
}

.node__content.clearfix
{
    margin-top: 0 !important;
}
