body {
    background-color: #f6f6f6;
    color: #4C3017;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: 'ProximaNova';
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
}

h2, h5, .h1 {
    font-weight: 900;
}
.h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.875rem;
}
h3 {
    font-size: 1.5rem;
    line-height: 2.188rem;
}
h5 {
    font-size: 0.875rem;
}
.default-text {
    line-height: 1.563rem;
}
.small {
    font-weight: 600;
    font-size: 0.813rem;
}

.sml-line {
    width: 30px;
    border-color: #ff5e00;
}

.text-orange, a {
    color: #ff5e00;
}
a:hover, a:active, a:focus {
    color: #ff5e00;
    text-decoration: none;
}

.text-white {
    color: #fff;
}

.bg-white {
    background-color: #fff;
}

.bg-orange {
    background-color: #ff5e00;
}

.bg-blue {
    background-color: #353b76;
}
.bg-green {
    background-color: #4e7026;
}
.page-section {
    padding: 80px 0;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.full-height {
    min-height: 100vh;
}

.top-section {
    background-image: url(../images/header-bg.jpg);
    background-position: top;
    align-items: flex-start;
}

.video-section {
    padding: 0;
    background-image: url(../images/video-bg.jpg);
}
.video-embed {
    opacity: 0;
}
.video-overlay {
    cursor: pointer;
    position: absolute;
}