@media all and (max-width: 1400px) {
body {
    font-size: 16px;
}

}

@media all and (max-width: 1200px) {
.branding {
    max-width: 350px;
}
.header-contact a {
    font-size: 18px;
}
#page {
    padding-top: 155px;
}
.slide-item {
    height: 600px;
}
ul.slick-dots li button {
    border: 1px solid #ccc;
}
.footer-logo {
    margin: 0px 70px;
    display: flex;
    justify-content: center;
    width: 150px;
    min-width: 150px;
}
#footer-blocks .container > p {
    font-size: 20px;
}

}

@media all and (max-width: 960px) {
#page {
    padding-top: 145px;
}
.wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}
h1, h2 {
    font-size: 32px;
    margin-bottom: 30px;
}
#menu-wrapper .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-toggler {
    border: 0px;
    box-shadow: unset !important;
    outline: none !important;
}
.navbar-toggler-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") center center no-repeat;
}
#navbarNavOffcanvas {
    background: rgba(0, 50, 142, 1);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
.navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
}
.header-contact.phone {
    display: none;
}
.slide-item {
    height: 400px;
}
.show-more {
    margin-top: 30px;
}
.media-left {
    padding-bottom: 30px;
}
.video-carousel {
    padding-bottom: 60px;
}
.footer-left .form-action {
    justify-content: center;
    padding-bottom: 30px;
}
.footer-right {
    justify-content: center;
}
.footer-logo {
    margin-left: 0px;
}
.copy p {
    font-size: 14px;
}
#footer-blocks .container > p {
    margin-bottom: 20px;
}
.nhp-item h2 {
    font-size: 24px;
}
.contact-list {
    flex-wrap: wrap;
}
.contact-list > div {
    width: 50%;
    padding-right: 15px;
    margin-bottom: 20px;
}
.contact-item p:first-child {
    margin-bottom: 10px;
}

}

@media all and (max-width: 767px) {
h1, h2 {
    font-size: 28px;
}
.social svg {
    max-width: 30px;
    height: auto;
}
.social a {
    margin-left: 10px;
}
.header-contact a {
    font-size: 14px;
}
.header-contact > div:first-child {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0px;
}
.header-contact.email {
    display: none;
}
.branding {
    max-width: 240px;
}
.mob-phone a {
    font-size: 16px;
}
#page {
    padding-top: 115px;
}
.slide-item {
    height: 250px;
}
.media-title {
    font-size: 20px;
}
.link-item {
    padding: 10px;
    width: 50%;
}
.link-list {
    flex-wrap: wrap;
}
#footer-blocks h2 {
    margin-bottom: 20px;
}
#footer-blocks .container > p {
    font-size: 16px;
}
.footer-logo {
    margin-left: 0px;
    width: 100px;
    min-width: 100px;
    margin-right: 30px;
}
.footer-right {
    padding-top: 30px;
}
.copy {
    text-align: center;
    padding: 10px 15px 20px 15px;
}
.footer-social {
    align-items: center;
    padding-bottom: 20px;
}
.footer-social .social a {
    margin: 0px 10px;
}
.breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
}
h1 {
    margin-bottom: 20px;
}
.doc-list .col-lg-8 {
    order: 2;
}

}