h1, h2, h3, h4, h5, h6, ul, p, a {
    font-family: "proxima-nova", sans-serif;
}

h4 {
    font-size: 18px;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 25px;
    line-height: 25px;
}

ul {
    margin-bottom: 25px;
    line-height: 25px;
}

.wrap {
    padding: 30px 0;
    max-width: 1600px;
}

.header {
    display: flex;
    align-items: center;
    color: #FFF;
}

.header h1,
.header h2 {
    font-size: 50px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
}

.header .col-5 {
    padding: 60px 30px;
}

.image-container {
    height: 188px;
    margin-top: -22px;
}

.flag {
    width: 20px;
    height: 15px;
}

.image-container .image-border {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.image-container img {
    position: absolute;
    right: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

h3 {
    font-weight: 500;
}

h3::after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: black;
    display: block;
    margin: 20px 0;
}

.nav-container {
    margin-bottom: 30px;
}

.nav-container a:not(:last-child) {
    padding-right: 20px;
}

.primary .bg-color {
    background-color: #002B73;
}

.primary .btn {
    background-color: #002B73;
    color: #FFF;
    border: 1px solid #002B73;
}

.primary .btn:hover {
    background-color: transparent;
    color: #002B73;
}

.primary h3,
.primary h4,
.primary ul li::marker {
    color: #002B73;
}

.primary .blue a {
    color: #0257b8;
}

.secondary .bg-color {
    background-color: #F46E3A;
}

.secondary .btn {
    background-color: #F46E3A;
    color: #FFF;
    border: 1px solid #F46E3A;
}

.secondary .btn:hover {
    background-color: transparent;
    color: #F46E3A;
}

.secondary h3,
.secondary h4,
.secondary ul li::marker {
    color: #F46E3A;
}

.secondary a {
    color: #f46e3a;
}

@media screen and (min-width: 1199px) {
    .ps-custom {
        padding-left: 20%;
    }

    .pe-custom {
        padding-right: 20%;
    }
}


/* Supersecret Breakout Class */
@media (min-width: 576px) {

    .breakout-start {
        margin-left: calc(-50vw + 50%);
        padding-left: calc(50vw - 50%);
    }

    .breakout-end {
        margin-right: calc(-50vw + 50%);
        padding-right: calc(50vw - 50%);
    }

}
@media (max-width: 576px) {

    .breakout-start,
    .breakout-end {
        margin: 0 -0.75rem;
        padding: 0 0.75rem;
    }

}