@font-face {
    font-family: "Proxima Nova Regular";
    src: url("/ProximaNovaA-Regular.eot");
    src: url("/ProximaNovaA-Regular.eot?#iefix") format("embedded-opentype"),
        url("/ProximaNovaA-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Proxima Nova Semi Bold";
    src: url("/ProximaNovaA-Semibold.eot");
    src: url("/ProximaNovaA-Semibold.eot?#iefix") format("embedded-opentype"),
        url("/ProximaNovaA-Semibold.woff2") format("woff2");
}
@font-face {
    font-family: "Proxima Nova Extra Bold";
    src: url("/ProximaNovaA-Extrabld.eot");
    src: url("/ProximaNovaA-Extrabld.eot?#iefix") format("embedded-opentype"),
        url("/ProximaNovaA-Extrabld.woff2") format("woff2");
}

/* Global */
html {
    font-family: sans-serif;
}

body {
    font-family: "Proxima Nova Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h2 {
    font-family: "Proxima Nova Extra Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* Buttons */
button,
.btn {
    border-radius: 20px;
    font-weight: 600;
    padding: 10px 20px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
button:hover,
.btn:hover {
    transform: scaleX(0.96) scaleY(0.96);
    cursor: pointer;
    box-shadow: none;
}

.btn-info,
.btn-primary {
    color: #000;
    background-color: #7eb843;
    border: none;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}
.btn-info:hover,
.btn-primary:hover {
    color: #000;
    background-color: #7eb843;
    border: none;
    box-shadow: none;
}

/* Last button in group */
/* Override bootstrap */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    padding-top:unset;
    padding-bottom: unset;
    min-height:35px;
}

/* Inputs */
.form-control:focus {
    box-shadow: none;
    border-color: #7eb843;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #7eb843;
}

/* Animations */
.animate-zoom-in {
    animation: zoom-in 1s ease-out 1;
}

@keyframes zoom-in {
    0% {
        transform: scale(0.5, 0.5);
    }
    100% {
        transform: scale(1, 1);
    }
}

/* Footer */
footer .footer-top {
    background-color: #7eb843;
}

footer .footer-bottom {
    font-size: 16px;
}
footer .footer-list h4 {
    font-family: "Proxima Nova Extra Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
}
footer .footer-list nav[aria-label="_"] h4 {
    visibility: hidden;
}
@media screen and (max-width: 767px) {
    /* below medium */
    footer .footer-list nav[aria-label="_"] {
        margin-top: -20px;
    }
    footer .footer-list nav[aria-label="_"] h4 {
        visibility: collapse;
        display: none;
    }
}
footer .footer-bottom ul li {
    margin: 0px 0px 6px 0px;
    padding: 10px 0px 4px 0px;
}
footer .footer-bottom ul li a {
    font-size: 16px !important;
    margin: 0px;
    text-underline-offset: 6px;
}
footer .footer-bottom ul li.level2 a {
    font-weight: 600;
    margin-left: 16px;
    text-decoration: underline;
}
footer .sitefooter-block {
    font-family: "Proxima Nova Semi Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 20px;
    margin-right: 20px;
}
footer .sitefooter-block h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}
footer .sitefooter-block strong {
    font-family: "Proxima Nova Extra Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
footer .sitefooter-social-links {
    float: right;
    margin: -16px 0px 20px 0px;
}
footer .sitefooter-social-links a img {
    width: 20px;
    height: 20px;
    margin-left: 16px;
}
footer .footer-bottom ul.menu {
    padding: 0px;
}
footer .footer-bottom ul.menu > li.menu-item {
    display: inline-block;
    padding-top: 4px;
}
footer .footer-bottom ul.menu > li.menu-item + li:before {
    content: "|";
    margin: 0px 12px;
}
footer .copyright {
    font-family: "Proxima Nova Semi Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* Get-Help */
section#gethelp {
    background-color: #7eb843;
    margin-top: 15px;
}
section#gethelp > .container {
    background-image: url(/banner-placeholder.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
section#gethelp > .container .row {
    padding-top: 40px;
    padding-bottom: 40px;
}
section#gethelp > .container h2 {
    font-family: "Proxima Nova Extra Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 26px;
    margin-bottom: 0px;
}
.btn-info-home {
    font-size: 14px;
    color: black;
    background-color: white;
    border: none;
    min-width: 160px;
    padding: 10px 20px;
    margin: 30px 30px !important;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}
.btn-info-home:hover {
    background-color: #efefef;
}

/* Navbar */
.navbar.navbar-static-top {
    height: 100px;
    padding-bottom: 36px;
}
.navbar.navbar-static-top .navbar-brand {
    padding-top: 44px;
}
.navbar-static-top.navbar .navbar-toggle {
    /* Vertical navbar */
    margin-top: 52px;
    padding: 9px 8px;
}
.navbar-static-top.navbar .navbar-nav {
    margin-top: 0px;
    margin-right: 0px;
}

.navbar-static-top.navbar .navbar-right {
    width: 222px;
}
@media (max-width: 1199px) {
    .navbar-static-top.navbar .navbar-collapse {
        /* Vertical hamburger menu navbar */
        display: flex;
        flex-direction: column;
        align-items: end;
        float: right;
        background-color: white;
        padding: 0px;
        margin-right: 0px;
        margin-top: -8px;
        height: 0px !important;
    }
}
@media (min-width: 1200px) {
    /* Horizontal navbar */
    .navbar-static-top.navbar .navbar-right {
        margin-top: 1px;
        width: unset;
    }
}
.navbar-static-top.navbar .navbar-right.menu-bar ul {
    background-color: white;
}
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: "Proxima Nova Semi Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: unset;
}
.navbar-static-top.navbar .navbar-nav > li > a {
    padding-bottom: 10px !important;
}
.navbar-static-top.navbar .navbar-right {
    float: right !important;
    clear: right;
}

.navbar-static-top.navbar .menu-bar .fa-home {
    top: -1px;
    display: block;
    height: 21px;
}
.navbar-static-top.navbar .menu-bar .caret {
    font-family: "Glyphicons Halflings";
    border: none;
    vertical-align: baseline;
    font-size: 10px;
}
.navbar-static-top.navbar .menu-bar .caret::before {
    content: "\e259";
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    margin: 0px 4px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #7eb843;
}
@media (max-width: 1199px) {
    .navbar-static-top.navbar .navbar-nav > li > a:hover {
        border: none;
        background-color: #7eb843;
        margin-right: 3px;
    }
}
@media (min-width: 1200px) {
    .navbar-static-top.navbar .navbar-nav > li > a:hover {
        border-bottom-color: #7eb843;
        margin-bottom: -4px;
    }
}
/* Navbar search */
.navbar.navbar-static-top .navbar-search {
    position: relative;
    float: right;
    background: white;
    padding-right: 12px;
    padding-bottom: 6px;
    text-align: right;
    width: 237px;
    margin-top: 8px;
}
@media (min-width: 1200px) {
    .navbar.navbar-static-top .navbar-search {
        margin-top: 24px;
        margin-right: -10px;
    }
    .navbar.navbar-static-top .navbar-search .dropdown-menu {
        right: -22px;
    }
}
.navbar.navbar-static-top .navbar-search .dropdown-menu {
    top: -18px;
    right: -10px;
    left: unset;
}
.navbar.navbar-static-top .navbar-search .dropdown-menu #q {
    min-width: 400px;
}
.navbar.navbar-static-top .navbar-search .search-filter,
.navbar.navbar-static-top .navbar-search .dropdown-menu #q,
.navbar.navbar-static-top .navbar-search button {
    height: 36px;
}
/* Top search input */
a#search {
    color: #949494;
}
a#search:hover {
    color: #7eb843;
}
.navbar.navbar-static-top .navbar-search button {
    padding: 6px 12px;
}
.dropdown-menu.dropdown-search .btn#search-filter {
    border-radius: 20px 0px 0px 20px;
}
.dropdown-menu.dropdown-search .btn[type="submit"] {
    border-radius: 0px 20px 20px 0px;
}
/* Search page input */
.page_section form.form-search input[type="text"] {
    height: 44px;
}
.page_section form.form-search button {
    height: 44px;
    border-radius: 0px 20px 20px 0px;
}
.page_section form.form-search .btn#search-filter {
    height: 44px;
    border-radius: 20px 0px 0px 20px;
}
