/*!
Theme Name: crane
Theme URI: http://nacrane.com/
Author: North American Crane Company
Author URI: http://nacrane.com/
Description: Custom built theme for North American Crane Company
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: crane
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

html {
    scroll-behavior: smooth;
}

#overlay {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
}

.background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 75% 25%;
    height: 100vh;
    transition: background 200ms ease-in;
}

nav {
    height: 85px;
    z-index: 3;
    background-color: #ffffff;
    width: 100%;
}

#sb_instagram {
    padding: 0 !important;
}

#sb_instagram .sbi_link .sbi_caption {
    padding: 5px !important;
    line-height: 1.25 !important;
}

.nav-mobile-logo-container,
.nav-mobile-hamburger-container {
    width: 25vw;
    height: auto;
}

.nav-mobile-logo {
    width: 50px;
    height: 50px;
}

#nav-mobile-hamburger {
    height: 40px;
    width: 40px;
}

.nav-mobile-logo {
    background: url("./dist/assets/icon-mobile-logo.svg");
}

#nav-mobile-hamburger {
    background: url("./dist/assets/icon-mobile-menu.svg");
    background-size: cover;
}

.nav-mobile-hamburger-overview {
    filter: invert(0);
}

.nav-menu-container {
    display: none;
    height: 100vh;
    min-width: 225px;
    width: 75vw;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.nav-menu-logo-container {
    max-height: 200px;
    width: 100%;
    padding: 0 25px 0 25px;
    flex: 1 1;
    border-right: #cccccc solid 1px;
}

.nav-menu-logo {
    width: 100%;
}

.nav-item-container {
    position: relative;
    flex: 1 1;
}

.nav-menu-items {
    list-style: none;
    height: 100%;
    border-right: #cccccc solid 1px;
}

.nav-menu-items a {
    text-decoration: none;
}

.nav-menu-items li {
    border-top: #cccccc solid 1px;
    font-size: 1.35rem;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 35px;
    padding-right: 15px;
    color: #959595;
    position: relative;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.nav-menu-items a {
    color: #959595;
}

.nav-menu-items li>img {
    width: 20px;
    transform: rotate(270deg);
}

#nav-main {
    transition: all 150ms ease-in;
    left: 0%;
}

.nav-item-selected {
    border-bottom: #18448b solid 2px;
}

.nav-item-selected+li {
    border-top: none;
}

.nav-sub {
    top: 0;
    background: #eeeeee;
    left: -100%;
    transition: all 150ms ease-in;
}

.nav-sub>li {
    justify-content: flex-start;
}

.nav-sub>li>img {
    transform: rotate(90deg);
}

.nav-sub-items {
    background: #eeeeee;
}

.nav-menu-contact {
    max-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #18448b;
    color: #ffffff;
    flex: 1 1;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.nav-contact-number {
    font-size: 22px;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.main-content-overview {
    height: 250px;
    background: #ffffff;
}

.title {
    font-size: 38px;
    width: 225px;
    line-height: 40px;
    color: #ffffff;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.title-overview {
    color: #18448b;
}

.request-btn {
    border: #ffffff solid 2px;
    background: none;
    border-radius: 50px;
    width: 240px;
    padding: 10px;
    height: 60px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.request-btn-overview {
    border: #18448b solid 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.request-btn-overview:hover {
    text-decoration: none;
}

.request-btn-services {
    width: 200px;
    height: 50px;
}

.request-btn-about-us {
    width: 230px;
    height: 55px;
}

.request-btn>p {
    font-size: 11px;
    color: white;
}

.request-btn-overview>p {
    color: #18448b;
}

.request-btn-products-manufacturers {
    margin-left: 35px;
}

.request-btn-subpage-contact {
    height: 45px;
    margin-left: -10px;
    width: 270px;
}

.request-btn-subpage-contact>p {
    font-size: 12px;
}

.down-arrow-container {
    bottom: 0;
    height: 85px;
    z-index: 1;
}

.down-arrow-btn {
    height: 55px;
    width: 55px;
    border: #ffffff solid 1px;
    border-radius: 100%;
    background: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.down-arrow-btn:hover {
    background-color: #18448b;
}

.down-arrow-btn>img {
    height: auto;
    width: 30px;
}

.nav-dropdown {
    display: none;
    position: absolute;
    top: -2px;
    right: -240px;
    width: 240px;
    list-style: none;
    background: #ffffff;
    z-index: 1;
    border: #cccccc solid 1px;
}

.products-equipment-image,
.services-image,
.our-team-image,
.about-us-subpage-image {
    min-height: 480px;
    height: 60vh;
    background-size: 1000px 1100px;
    background-position: 38% 50%;
}

.subpage-title {
    font-size: 30px;
    word-wrap: break-word;
    line-height: 30px;
    width: 175px;
    color: #18448b;
    margin-left: 45px;
    margin-top: 56px;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.subpage-title-products-equipment {
    width: 250px;
}

.manufacturer-title>p {
    width: 300px;
    font-size: 28px;
}

.item-list {
    list-style-type: none;
    background: #eeeeee;
    color: #959595;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 0px;
    overflow: hidden;
    height: 650px;
    transition: 300ms all ease-in;
}

.item-list>li {
    margin: 10px 0px;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.products-equipment-manufacturers {
    margin: 20px 0px;
    border: #cccccc solid 1px;
    background: #ffffff;
    min-height: 100px;
    max-height: 100px;
    height: 100px;
    width: 265px;
}

.products-equipment-manufacturers>img {
    height: 60px;
}

#manufacturer-list {
    height: 500px;
    padding: 0px;
}


/*Sets sizing for images in manufacturers list*/

#manufacturer-list img {
    position: relative;
    width: 100px;
    max-height: 95px;
}

.bigger-manufacturer-img>img {
    height: 90px;
}

.smaller-manufacturer-img>img {
    height: 40px;
}

.expand-products-container {
    padding-top: 30px;
    background: #eeeeee;
    height: 100px;
}

#expand-products>p {
    color: #18448b;
    word-spacing: -1px;
}

#expand-products>img {
    height: auto;
    width: 15px;
}

.subpage-contact-container {
    border-top: #cccccc solid 1px;
    background: #eeeeee;
    padding-left: 25px;
}

.subpage-social-networks-container {
    position: relative;
    z-index: 2;
}

.subpage-contact-title,
.subpage-social-networks-container>p {
    font-size: 24px;
    width: 220px;
    line-height: 25px;
    color: #959595;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.subpage-contact-title {
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 280px;
}

.subpage-contact-location-container>p {
    width: 203px;
    color: #B9B9B9;
    line-height: 20px;
    font-size: 14px;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.subpage-social-network {
    height: auto;
    width: 35px;
    filter: invert(61%) sepia(10%) saturate(0%) hue-rotate(144deg) brightness(96%) contrast(89%);
    cursor: pointer;
}

.subpage-social-network:hover {
    filter: invert(19%) sepia(93%) saturate(1161%) hue-rotate(197deg) brightness(96%) contrast(97%);
}

.subpage-footer-navigation {
    width: 220px;
    position: relative;
    z-index: 2;
}

.subpage-footer-navigation>a {
    color: #959595;
    font-size: 12px;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.services-image {
    background-position: 25% 75px;
    background-size: cover;
}

.services-item-list,
.team-item-list,
.about-us-subpage-item-list {
    background: #ffffff;
    min-height: 700px;
    height: auto;
    overflow: visible;
}

.services-item-title,
.team-item-title,
.about-us-subpage-item-title {
    font-size: 17px;
    margin-bottom: 2px;
    margin-top: 25px;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.services-item-text,
.team-item-text,
.about-us-subpage-item-text {
    font-size: 12px;
    margin: 0px;
    line-height: 20px;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.our-team-image {
    background-position: center;
    background-size: cover;
}

.team-item-text {
    font-size: 13px;
}

.team-item-number {
    font-size: 15px;
    color: #18448b;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.about-us-subpage-image {
    background-size: cover;
}

.about-us-subpage-title {
    width: 150px;
}

.about-us-subpage-item-title {
    margin-top: 40px;
}

.google-maps {
    overflow: hidden;
    margin-top: 85px;
    height: 300px;
}

#google-maps iframe {
    width: 100%;
    height: 95vh;
}

.contact-us-title {
    width: 175px;
    margin-left: 35px;
}

.contact-us-text {
    margin-left: 35px;
    width: 80%;
    color: #959595;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.contact-us-form {
    margin-left: 35px;
}

.contact-us-form>ul {
    list-style: none;
}

.contact-us-form li {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.contact-us-form label,
.contact-us-form .contact-input-text {
    color: #959595;
}

.contact-us-form .contact-input-text {
    width: 50%;
    margin-left: 15px;
    border: none;
    border-bottom: #cccccc solid 1px;
    font-weight: bold;
    height: 20px;
}

.contact-us-form .contact-service-type {
    width: 100% !important;
    margin-left: unset !important;
    border: none;
    border-bottom: #cccccc solid 1px;
    font-weight: bold;
    height: 20px;
}

.contact-us-form textarea:focus,
.contact-us-form .contact-input-text:focus,
.contact-us-form select:focus {
    outline: none;
}

.contact-us-form select {
    padding-bottom: 5px;
    border: none;
    border-bottom: #cccccc solid 2px;
    color: #959595;
    font-weight: bold;
}

.contact-us-form textarea {
    padding: 10px;
    padding-left: 15px;
    color: #959595;
    border: #B9B9B9 solid 1px;
}

.contact-us-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #B9B9B9;
}

.contact-us-form textarea:-moz-placeholder {
    /* Firefox 19+ */
    color: #B9B9B9;
}

.contact-us-form textarea::-moz-placeholder {
    /* Firefox 18- */
    color: #B9B9B9;
}

.contact-us-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #B9B9B9;
}

.contact-us-form textarea::placeholder {
    color: #B9B9B9;
}

.contact-submit {
    border: #18448b solid 2px;
    background: none;
    border-radius: 50px;
    width: 240px;
    padding: 10px;
    height: 60px;
    white-space: nowrap;
    color: #18448b;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.contact-info {
    list-style: none;
    margin-left: 35px;
}

#contact-section #sbi_load {
    display: none !important;
}

.contact-info p {
    color: #959595;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.contact-info span {
    color: #18448b;
}

.our-work-title {
    margin: 0px 35px;
    margin-top: 150px;
    margin-bottom: 50px;
}

.our-work-text {
    margin-left: 35px;
    margin-right: 10px;
    font-size: 20px;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #959595;
}

.our-work-socials {
    margin-left: 35px;
}

#sbi_load {
    margin-bottom: 15px !important;
}

/*.social-media-post-container {*/
/*    width: 100%;*/
/*    border-left: #cccccc solid 2px;*/
/*    height: 100vh;*/
/*    font-size: 18px;*/
/*    overflow-x: hidden;*/
/*    overflow-y: scroll;*/
/*}*/

.contact-map-tab-container {
    height: 45px;
}

@media screen and (max-width: 767px) {
    .contact-map-tab-container {
        height: unset;
        margin-top: 85px;
    }
}

.contact-map-tab {
    height: 100%;
    border: #cccccc solid 1px;
    color: #18448b;
    background: #ffffff;
    width: 100%;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

.contact-map-tab-active {
    background: #18448b;
    color: #ffffff;
    border: #18448b solid 1px;
}

@media screen and (min-width: 768px) {
    .contact-map-tab-container {
        top: 0;
        z-index: 3;
    }
    .contact-map-tab {
        width: 130px;
    }
    .contact-map-open-google {
        height: 100%;
        background: #ffffff;
        text-align: center;
        width: 100%;
        float: right;
    }
    .contact-map-open-google>a {
        color: #18448b;
        font-family: titling-gothic-fb, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        text-decoration: none;
    }
    .background-products {
        background-position: 0% 0%;
    }
    .background-services {
        background-position: center;
        background-size: cover;
    }
    nav {
        background: none;
        width: auto;
    }
    /* .nav-menu-logo-anchor {
        width: 75%;
    } */
    .nav-menu-logo {
        width: 100%;
    }
    .nav-menu-container {
        max-width: 250px;
        overflow: visible;
    }
    .nav-menu-items li {
        height: 60px;
        font-size: 18px;
        padding-left: 50px;
        padding-right: 25px;
        cursor: pointer;
    }
    .nav-dropdown li {
        padding-left: 25px;
        padding-right: 75px;
    }
    .nav-menu-items>li>img {
        display: none;
    }
    .nav-last-item {
        border-bottom: #cccccc solid 1px;
    }
    .nav-menu-items li:hover {
        border-bottom: #18448b solid 1px;
    }
    .nav-menu-items li:hover>a {
        color: #595959;
    }
    .nav-menu-items li:hover>.nav-dropdown,
    .nav-menu-items li:active>.nav-dropdown,
    .nav-menu-items li:hover>img,
    .nav-menu-items li:active>img {
        display: block;
    }
    .main-content {
        padding: 5%;
    }
    .main-content-overview {
        background: none;
    }
    .title {
        font-size: 56px;
        line-height: 55px;
        width: 330px;
    }
    .request-btn {
        margin-right: 110px;
        margin-top: 5px;
        width: 215px;
        height: 40px;
    }
    .request-btn-overview {
        width: 150px;
        margin-right: 180px;
    }
    .request-btn-services {
        width: 135px;
        margin-right: 160px;
    }
    .request-btn-about-us {
        width: 200px;
        margin-right: 120px;
    }
    .request-btn-products-manufacturers {
        width: 225px;
    }
    .request-btn-subpage-contact {
        width: 225px;
    }
    #request-btn-team {
        border-color: #18448b;
    }
    #request-btn-team>p {
        color: #18448b;
    }
    .request-btn>p {
        font-size: 10px;
    }
    .down-arrow-container {
        padding-left: 215px;
    }
    .list-and-image {
        padding-left: 250px;
    }
    .list-and-image .request-btn {
        position: absolute;
        right: -160px;
        top: 55px;
        border: #ffffff solid 1px;
        width: 240px;
    }
    .list-and-image .request-btn:hover {
        border-width: 2px;
    }
    .list-and-image .request-btn>p {
        font-size: 11px;
        color: #ffffff;
    }
    .subpage-image {
        min-height: 100vh;
    }
    .subpage-title-container {
        background: white;
        top: 0;
        left: 250px;
        width: 240px;
    }
    .subpage-title {
        width: 250px;
        font-size: 21px;
        margin-left: 25px;
    }
    .services-title {
        width: 150px;
    }
    .products-equipment-image,
    .services-image,
    .our-team-image,
    .about-us-subpage-image {
        width: 100%;
        height: inherit;
        background-size: cover;
    }
    .item-list-container {
        max-width: 250px;
        min-width: 250px;
        max-height: 100vh;
        overflow-y: scroll;
        position: relative;
        background: #ffffff;
    }
    .item-list-overlay {
        position: fixed;
        height: 175px;
        width: 500px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 80%);
        bottom: 0px;
        left: 0;
        z-index: 1;
    }
    .item-list-arrow {
        position: fixed;
        border: #18448b solid 1px !important;
        background: none !important;
        width: 32px;
        height: 32px;
        left: 350px;
        bottom: 10px;
        z-index: 3;
    }
    .item-list-arrow:hover {
        border: #18448b solid 2px !important;
    }
    .item-list-arrow>img {
        width: 15px;
        height: auto;
        filter: invert(19%) sepia(70%) saturate(1553%) hue-rotate(198deg) brightness(98%) contrast(96%);
    }
    .item-list {
        padding-top: 0px;
        padding-left: 25px;
        margin-bottom: 0px;
        padding-bottom: 150px;
        font-size: 12px;
        background: #ffffff;
    }
    .manufacturer-title {
        padding-left: 275px;
        padding-right: 25px;
        margin-top: 25px;
        height: 175px;
    }
    .manufacturer-title>p {
        font-size: 25px;
        width: 260px;
    }
    .manufacturer-title>button {
        width: 230px;
    }
    .manufacturer-title>button>p {
        font-size: 12px;
    }
    #manufacturer-list {
        height: auto;
        background: #eeeeee;
        padding-left: 250px;
        padding-bottom: 125px;
    }
    #manufacturer-list>li {
        margin: 5px;
    }
    .services-image {
        background-position: 25% 0%;
    }
    .about-us-subpage-title {
        width: 150px;
        font-size: 24px;
    }
    .contact-us-form,
    .contact-us-text,
    .contact-info {
        margin-left: 25px;
    }
    .contact-us-title {
        width: 220px;
        font-size: 24px;
    }
    .contact-us-text {
        font-size: 12px;
    }
    .contact-us-form label {
        font-size: 12px;
    }
    .contact-us-form .contact-input-text {
        width: 60%;
        margin-left: 5px;
        border: none;
        border-bottom: #cccccc solid 2px;
        font-weight: bold;
        font-size: 12px;
        height: 20px;
        padding-left: 10px;
    }
    .contact-us-form textarea {
        font-size: 11px;
        height: 100px;
    }
    .contact-submit {
        width: 165px;
        padding: 10px;
        height: 45px;
        font-size: 14px;
    }
    .contact-info p {
        font-size: 0.9rem;
    }
    .subpage-contact-container {
        padding-left: 300px;
        padding-right: 25px;
    }
    .subpage-contact-title {
        font-size: 26px;
        width: 350px;
        line-height: 36px;
    }
    .subpage-footer-navigation {
        width: 200px;
    }
    .subpage-social-networks-container>p {
        width: auto;
        font-size: 16px;
    }
    .subpage-social-network {
        width: 25px;
    }
    .subpage-footer-navigation a {
        font-size: 11px;
    }
    .subpage-contact-location-container>p {
        font-size: 11px;
        width: 152px;
    }
    .contact-info-container {
        width: 270px;
    }
    .ig-post-container {
        list-style: none;
        width: 750px;
    }
    .ig-post-container li {
        float: right;
        margin-left: 15px;
    }
    .ig-post {
        width: 180px;
        height: auto;
    }
    #ig-post-2,
    #ig-post-3 {
        display: none;
    }
    .our-work-title {
        margin: 0px 35px;
        margin-top: 75px;
        margin-bottom: 50px;
    }
    .our-work-text {
        font-size: 14px;
        width: 175px;
    }
}

@media screen and (min-width: 900px) {
    .subpage-footer-navigation {
        width: 350px;
    }
    .contact-info-container {
        width: 350px;
    }
}

@media screen and (min-width: 1100px) {
    #ig-post-2 {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .contact-map-tab {
        max-width: 220px;
    }
    .background-services {
        background-position: 250px 0%;
    }
    .nav-menu-container {
        max-width: 300px;
    }
    .title {
        font-size: 76px;
        line-height: 70px;
        width: 450px;
    }
    .request-btn {
        margin-right: 185px;
        margin-top: 20px;
        width: 260px;
        height: 45px;
    }
    .request-btn-overview {
        width: 170px;
        margin-right: 280px;
    }
    .request-btn-services {
        width: 155px;
        margin-right: 240px;
    }
    .request-btn-about-us {
        width: 220px;
        margin-right: 200px;
    }
    .request-btn-products-manufacturers {
        width: 300px;
    }
    .request-btn-subpage-contact {
        width: 250px;
    }
    .request-btn>p {
        font-size: 12px;
    }
    .list-and-image {
        padding-left: 300px;
    }
    .list-and-image .request-btn {
        position: absolute;
        top: 45px;
        right: -225px;
    }
    .subpage-title-container {
        left: 300px;
        width: 380px;
    }
    .subpage-title {
        font-size: 32px;
        margin-left: 50px;
    }
    .item-list-container {
        max-width: 400px;
        min-width: 400px;
    }
    .item-list-overlay {
        width: 700px;
    }
    .item-list {
        font-size: 16px;
        padding-left: 50px;
    }
    .item-list-arrow {
        left: 475px;
    }
    .manufacturer-title {
        padding-left: 350px;
        padding-right: 50px;
    }
    #manufacturer-list {
        padding-left: 300px;
    }
    .about-us-subpage-title {
        width: 250px;
    }
    .contact-us-form,
    .contact-us-text,
    .contact-info {
        margin-left: 50px;
    }
    .subpage-contact-container {
        padding-left: 350px;
        padding-right: 50px;
    }
    .subpage-contact-title {
        font-size: 36px;
        width: 380px;
        line-height: 36px;
    }
    .contact-us-title {
        width: 250px;
    }
    .services-title {
        width: 185px;
    }
    .our-work-title {
        margin: 0px 35px;
        margin-top: 80px;
        margin-bottom: 75px;
    }
    .our-work-text {
        font-size: 16px;
        width: 285px;
    }
    .our-work-socials img {
        width: 30px;
    }
}

@media screen and (min-width: 1400px) {
    #ig-post-3 {
        display: block;
    }
    .social-networks {
        width: 1000px;
        margin: auto;
    }
}


/*bugfix - footer background layer*/

nav.position-fixed {
    z-index: 10
}

.subpage-contact-container {
    position: relative;
    z-index: 5;
}

#product-page-copy {
    display: block;
    width: 100%;
    max-width: 350px;
    padding: 25px 35px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #product-page-copy {
        max-width: unset;
    }
}

#sb_instagram .sbi_link .sbi_caption {
    padding: 5px !important;
    height: 122px !important;
    overflow: hidden;
    margin: 20% auto;
}

.frm_error_style {
    font-size: 12px;
    color: red;
    font-family: titling-gothic-fb, sans-serif;
    font-style: normal;
}

#contact-tabs .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

#contact-tabs a {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

#contact-tabs .tab-content .tab-pane {
    height: inherit;
}

#map-controls button {
    height: 45px;
}

@media screen and (min-width: 992px) {
    .contact-map-open-google {
        width: 240px;
    }
}

button:focus,
button:active {
    outline: none !important;
    box-shadow: none;
}

#sbi_load {
    padding-bottom: 10px !important;
}