html, body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
}

/* CONTENT AREA */
.main {
    padding-bottom: 30px;
}

.content-area {
    position: relative;
}

/* BLACK BARS */

.black-bar {
    background: #000;
    padding: 10px 0;
}

.black-bar .location-label,
.black-bar .location-data {
    display: inline-block;
}
.black-bar .location-label,
.black-bar .location-data,
.black-bar .location-data a {
    font-size: 11px;
    line-height: normal;
    color: #fff;

}

.black-bar .location-label {
    font-weight: bold;
    font-style: normal;
}

.black-bar .location-data {
    font-weight: 400;
    font-style: normal;
}


.black-bar .location-data a,
.black-bar .location-data a:link,
.black-bar .location-data a:active,
.black-bar .location-data a:focus,
.black-bar .location-data a:hover,
.black-bar .location-data a:visited {
    font-size: 11px;
    line-height: normal;
    color: #fff;
    font-weight: 400;
    font-style: normal;
}

.black-bar .location-data a,
.black-bar .location-data a:link,
.black-bar .location-data a:visited {
    text-decoration: none;
}

.black-bar .location-data a:active,
.black-bar .location-data a:focus,
.black-bar .location-data a:hover {
    text-decoration: underline;
}

.black-bar .location-data {
    margin-right: 15px;
}

.black-bar .location-data:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .black-bar .location-label,
    .black-bar .location-data {
        font-size: 9px;
    }
}

/* HEADER */

header {
    font-family: 'Source Sans Pro', sans-serif;
}

/* LOGO BAR */

.logo-bar {
    padding: 30px 0;
}

.top-logo-container {
    position: relative;
}

.top-logo-container img {
    display: block;
    width: 100%;
    height: auto;

}

.search-form .search-form-links,
.search-form .form-container {
    text-align: right;
}

.search-form .search-form-links {
    margin-bottom: 15px;
}

.search-form .search-form-links,
.search-form .search-form-links a {
    color: #0083c1;
    font-style: normal;
    font-size: 13px;
    line-height: normal;
}

.search-form .search-form-links a {
    font-weight: 800;
    text-decoration: underline;
}

.search-form .form-container input,
.search-form .form-container form button {
    font-size: 11px;
    line-height: normal;
}

.search-form .form-container input {
    padding-top: 20px;
    padding-bottom: 20px;
}

.search-form .form-container input::placeholder {
    color: #d2d2d3;
}

.search-form .form-container form button {
    color: #fff;
    border-color: #0083c1;
    background-color: #0083c1;
}

@media only screen and ( max-width: 767px ) {
    .search-form .search-form-links,
    .search-form .form-container {
        text-align: center;
    }
    .search-form .search-form-links {
        margin-top: 40px;
    }
    .search-form .spacer {
        height:0;
    }
}

/* NAV BAR */
.nav-container {
    background-image: url("../images/nav-bg.png");
    background-repeat: repeat-y;
    background-size: 100%;
}

.nav-container .nav-inner-container {
    height: 65px;
    background-image: url("../images/navbar-inner-bg.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 1110px 65px;
}

.nav-container .nav-inner-container .nav-item {
    font-size: 15px;
    text-transform: uppercase;
}

.nav-container .nav-inner-container .nav-item a {
    color: #fff;
    font-weight: 700;
    padding: 15px 20px;
    cursor: pointer;
}

.nav-container .nav-inner-container .dropdown-menu {
    margin-top: -1px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
}

.nav-container .nav-inner-container .dropdown-menu a.dropdown-item {
    color: #000;
    font-weight: 400;
    text-transform: none;
}

.nav-container .nav-inner-container .dropdown-menu a.dropdown-item.overview {
    display: none;
}

.nav-container .nav-inner-container .dropdown-menu .dropdown-item.active {
    color: #000;
    font-weight: 700;
    background-color: #f2f2f2;
}

.nav-container .nav-inner-container .navbar-toggler {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.8);
    margin-top: 7px;
}

.nav-container .nav-inner-container .navbar-toggler-icon {
    color: #fff;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media only screen and ( min-width: 768px ) {
    #header_nav .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .navbar-expand-md .navbar-nav .nav-item.supernav {
        position: static;
    }
    .navbar-expand-md .navbar-nav .nav-item.supernav .dropdown-menu.supernav-sub {
        width: 100%;
        margin-top: -8px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .dropdown-menu.supernav-sub .dropdown-item {
        display: inline-block;
        position: relative;
        font-weight: 700;
        margin-right: 20px;
        width: 150px;
        white-space: normal;
    }
    .dropdown-menu.supernav-sub .dropdown-item .supernav-img {
        display: block;
        width: 150px;
        max-width: 100%;
        height: auto;
        clear: both;
    }
}

@media only screen and ( max-width: 767px ) {
    .nav-container {
        background-image: url("../images/navbar-bg-mobile.png");
        background-repeat: no-repeat;
        background-position: right;
        background-size: auto 65px;
    }
    .nav-container .nav-inner-container {
        background-image: none;
        background-color: transparent;
    }
    .dropdown-menu.supernav-sub .dropdown-item .supernav-img {
        display: none;
    }
    #header_nav.navbar-collapse.collapse {
        margin-top: 5px;
        background-color: #fff;
        z-index: 1000;
    }
    .nav-container .nav-inner-container .nav-item a,
    .nav-container .nav-inner-container .nav-item a:hover,
    .nav-container .nav-inner-container .nav-item a:active,
    .nav-container .nav-inner-container .nav-item a:focus,
    .nav-container .nav-inner-container .nav-item a:visited {
        color: #000;
        font-weight: 400;
        text-decoration: none;
    }
    .nav-container .nav-inner-container .nav-item.active a,
    .nav-container .nav-inner-container .nav-item a.active {
        font-weight: 700;
    }
    .nav-container .nav-inner-container .dropdown-menu a.dropdown-item.overview {
        display: block;
    }
    .nav-container .nav-inner-container a.nav-link:hover {
        background-color: #f2f2f2;
    }
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show > .nav-link {
        color: #000;
    }
}

@media only screen and ( max-width: 575px ) {
    .nav-container .nav-inner-container .navbar-toggler {
        margin-top: 12px;
        font-size: 11px;
    }
}

@media only screen and ( max-width: 379px ) {
    .nav-container .nav-inner-container .navbar-toggler {
        margin-top: 13px;
        font-size: 10px;
    }
}

/* BANNER AREA */
.HomePage {
    overflow-x:hidden;
}

#banner-area {
    background-color: #f2f2f2;
}


#banner-container {
    position: relative;
    background-color: #f2f2f2;
}

#banner-container.small-banner.force-size {
    height: 275px;
    overflow: hidden;
}

#banner-container.small-banner.force-size img {
    position: absolute;
    left:0;
    bottom:0;
    right:0;
}

@media only screen and ( max-width: 1199.98px ) {
     #banner-container.small-banner.force-size {
         height: 230px;
     }
}

@media only screen and ( max-width: 991.98px ) {
     #banner-container.small-banner.force-size {
         height: 170px;
     }
}

@media only screen and ( max-width: 767.98px ) {
     #banner-container.small-banner.force-size {
         height: 126px;
     }
}

@media only screen and ( max-width: 575.98px ) {
     #banner-container.small-banner.force-size {
         height: 75px;
     }
}

#title-container {
    position: relative;
}

.HomePage #title-container {
    padding-top: 10px;
}

.header-description {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
}

a.header-link {
    background-color: #0083c1;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 45px;
    margin-bottom: 20px;
}

#title-container h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 38px;
    margin-bottom: 5px;
}

.carousel-control-prev,
.carousel-control-next {
    cursor: pointer;
    bottom: 230px;
}

@media only screen and ( max-width: 767.98px ) {
     #title-container {
         background-color: #F2F2F2;
     }
}

@media only screen and ( min-width: 768px ) {
    #title-container {
        height: 85px;
        background-image: url("../images/title-background.png");
        background-repeat: no-repeat;
        overflow: hidden;
        margin-top: -85px;
    }

    .HomePage #title-container {
        padding-top: 0;
        height: 206px;
        background-image: url("../images/title-background-home.png");
        margin-top: -206px;
    }

    #title-container .row {
        width: 100%;
    }

    #title-container .main-title {
        position: relative;
        height: 85px;
        padding-right: 20px;
    }

    .HomePage #title-container .main-title {
        padding-top: 15px;
        padding-right: 100px;
    }

    .HomePage .main-title {
        height: 206px;
    }

    #title-container h1 {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .HomePage #title-container h1 {
        position: relative;
        margin-bottom: 7px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        bottom: 200px;
    }
}

/* FOOTER GREY BAR */
footer .grey-bar {
    background-color: #54565a;
}

footer .grey-bar {
    background-color: #54565a;
    background-image: url("../images/footer-grey.png");
    background-repeat: no-repeat;
    background-position: center ;
    background-size: 1460px auto;
    padding: 75px 0 30px 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
}

@media only screen and ( min-width: 992px ) and ( max-width: 1199px ) {
    footer .grey-bar {
        background-size: 1220px auto;
    }
}

@media only screen and ( min-width: 768px ) and ( max-width: 991px ) {
    footer .grey-bar {
        background-size: 920px auto;
    }
}

@media only screen and ( min-width: 576px ) and ( max-width: 767px ) {
    footer .grey-bar {
        background-size:920px auto;
        background-position: -30px center ;
    }
}

@media only screen and ( max-width: 575px ) {
    footer .grey-bar {
        background-size:920px auto;
        background-position: -120px center ;
    }
}

footer .grey-bar .footer-logo {
    display: block;
    max-width: 258px;
    height: auto;
    margin-bottom: 30px;
}

footer .grey-bar a,
footer .grey-bar a:visited {
    color: #fff;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
}

footer .grey-bar a:hover,
footer .grey-bar a:focus {
    color: #fff;
    text-decoration: underline;
}

footer .grey-bar .footer-nav-container {
}

footer .grey-bar .footer-nav-section {
    font-size: 14px;
    line-height: normal;
}


footer .grey-bar .footer-nav-section ul,
footer .grey-bar .footer-nav-section li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

footer .grey-bar .footer-nav-section ul {
    padding-bottom: 20px;
}

footer .grey-bar .footer-nav-section h4,
footer .grey-bar .footer-nav-section h4 a {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}

footer .grey-bar .footer-nav-section h4 {
    margin-bottom: .5rem;
}

@media only screen and ( max-width: 767px ) {
    footer .grey-bar .logo-container {
        margin-bottom: 30px;
    }
    footer .grey-bar .spacer {
        display: none;
    }
}


/* BLUE BAR */

footer {
    font-family: 'Source Sans Pro', sans-serif;
}

footer .blue-bar {
    background-image: url("../images/footer-bar-bg.png");
    background-repeat: repeat-y;
    background-size: 100%;
}

footer .blue-bar .blue-bar-inner-container {
    height: 47px;
    background-image: url("../images/footer-bar.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 1110px 47px;
}

footer .blue-bar .blue-bar-inner-container .legal {
    color: #fff;
    font-size: 12px;
    line-height: normal;
    padding-top: 15px;
}

footer .blue-bar .blue-bar-inner-container .legal a {
    color: #fff;
    text-decoration: underline;
}

footer .blue-bar .blue-bar-inner-container .legal a:hover,
footer .blue-bar .blue-bar-inner-container .legal a:active,
footer .blue-bar .blue-bar-inner-container .legal a:focus {
    text-decoration: underline;
}

@media only screen and ( max-width: 767px ) {
    footer .blue-bar {
        background-image: url("../images/footer-bar-mobile.png");
        background-repeat: no-repeat;
        background-position: right;
        background-size: 767px 47px;
    }
    footer .blue-bar .blue-bar-inner-container {
        background-image: none;
        background-color: transparent;
    }
    footer .blue-bar .blue-bar-inner-container .legal {
        font-size: 10px;
    }
}

/* QUOTE */

#right-panel .quote {
    border: 1px solid #f2f2f2;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 14px 13px;
    margin-bottom: 20px;
}

#right-panel .quote img {
    margin-bottom: 15px;
}

#right-panel .quote p {
    line-height: 20px;
    padding-bottom: 0;
}

#right-panel .quote .quote-copy {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 35px;
}

#right-panel .quote .quote-credit,
#right-panel .quote .quote-credentials {
}

#right-panel .quote .quote-credit {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

#right-panel .quote .quote-credentials {
    font-size: 14px;
    margin-bottom: 5px;
}

/* BREADCRUMBS */

#breadcrumbs {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 30px 0 40px 0;
}

#breadcrumbs a,
#breadcrumbs a:visited {
    color: #54565a;
    font-weight: 700;
    text-decoration: none;
}

#breadcrumbs a:hover,
#breadcrumbs a:active,
#breadcrumbs a:focus {
    text-decoration: underline;
}

/* Silverstripe element cleanup */
#MemberLoginForm_LoginForm,
#LostPasswordForm_lostPasswordForm,
#ChangePasswordForm_ChangePasswordForm {
    margin: 40px 0;
}

#MemberLoginForm_LoginForm .btn-toolbar,
#LostPasswordForm_lostPasswordForm .btn-toolbar,
#ChangePasswordForm_ChangePasswordForm .btn-toolbar {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -ms-flex-pack: unset;
}

#MemberLoginForm_LoginForm .field,
#LostPasswordForm_lostPasswordForm .field,
#ChangePasswordForm_ChangePasswordForm .field,
#MemberLoginForm_LoginForm_action_doLogin,
#LostPasswordForm_lostPasswordForm_action_forgotPassword,
#ChangePasswordForm_ChangePasswordForm_action_doChangePassword {
    display: block;
    clear: both;
    margin: 20px 0;
}


#MemberLoginForm_LoginForm .field label,
#LostPasswordForm_lostPasswordForm .field label,
#ChangePasswordForm_ChangePasswordForm .field label {
    font-weight: 600;
}

#MemberLoginForm_LoginForm .field.checkbox label,
#LostPasswordForm_lostPasswordForm .field.checkbox label,
#ChangePasswordForm_ChangePasswordForm .field.checkbox label {
    font-weight: 400;
}

#MemberLoginForm_LoginForm .field input[type="text"],
#LostPasswordForm_lostPasswordForm .field input[type="text"],
#ChangePasswordForm_ChangePasswordForm .field input[type="text"],
#MemberLoginForm_LoginForm .field input[type="password"],
#ChangePasswordForm_ChangePasswordForm .field input[type="password"] {
    display: block;
    width: 50%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#MemberLoginForm_LoginForm_action_doLogin,
#LostPasswordForm_lostPasswordForm_action_forgotPassword,
#ChangePasswordForm_ChangePasswordForm_action_doChangePassword {
    cursor: pointer;
    color: #fff;
    background-color: #007bff;
    border: 1px solid #007bff;
    font-weight: 400;text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: button;
    text-transform: none;
}

#MemberLoginForm_LoginForm_action_doLogin:hover,
#LostPasswordForm_lostPasswordForm_action_forgotPassword:hover,
#ChangePasswordForm_ChangePasswordForm_action_doChangePassword:hover,
#MemberLoginForm_LoginForm_action_doLogin:active,
#LostPasswordForm_lostPasswordForm_action_forgotPassword:active,
#ChangePasswordForm_ChangePasswordForm_action_doChangePassword:active,
#MemberLoginForm_LoginForm_action_doLogin:focus,
#LostPasswordForm_lostPasswordForm_action_forgotPassword:focus,
#ChangePasswordForm_ChangePasswordForm_action_doChangePassword:focus {
    background-color: #0062cc;
    border-color: #005cbf;
}

@media only screen and ( max-width: 767px ) {
    #MemberLoginForm_LoginForm .field input[type="text"],
    #LostPasswordForm_lostPasswordForm .field input[type="text"],
    #ChangePasswordForm_ChangePasswordForm .field input[type="text"],
    #MemberLoginForm_LoginForm .field input[type="password"],
    #ChangePasswordForm_ChangePasswordForm .field input[type="password"] {
        width: 100%;
    }
}

/* Blue Bar Content Box */
.blue-bar-box {

}

.blue-bar-box .blue-bar-container {
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
}

.blue-bar-box  h3,
.blue-bar-box .blue-bar-content {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
}

.blue-bar-box  h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
}

.blue-bar-box .blue-bar-content {
    font-size: 18px;
    font-weight: 300;
}

.blue-bar-box .blue-bar-link {
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    color: #0083c1;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 45px;
}

.blue-bar-box.with-image {
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .blue-bar-box.with-image {
        background-size: auto 100%;
    }
}

/* Generic Content Block */

.generic-content-block {
    margin-top: 50px;
    margin-bottom: 50px;
}

.generic-content-block .generic-content-block-container {
    position: relative;
}

.generic-content-block .generic-content-block-img {
    display: block;
    float: right;
    max-width: 50%;
    height: auto;
    margin-left: 15px;
    margin-bottom: 50px;
}

.generic-content-block h3 {
    font-size: 38px;
    line-height: 42px;
    font-weight: 900;
    color: #000;
}

.generic-content-block generic-content-block-content {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #000;
}

.generic-content-block .generic-content-block-link {
    background-color: #0083c1;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 45px;
}

@media only screen and (max-width: 767px) {
    .generic-content-block {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .generic-content-block .generic-content-block-img {
        float: none;
        clear: both;
        max-width: 100%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
}

@media only screen and ( max-width: 577px ) {
    .product-call-out-block {
        padding: 15px 15px 0 15px;
    }

    .product-call-out-block .product-call-out .add-on {
        display: none;
    }
}

/* Locations */

.locations .location-img {
    position: relative;
    margin-bottom: 20px;
}

.locations .location {
    border-top: 1px solid #f2f2f2;
    margin: 20px auto;
    padding: 20px 0;
}

.locations .location-img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.locations .location .number {
    line-height: 28px;
}

.locations .location .number .label {
    display: inline-block;
    width: 60px;
    font-weight: bold;
}

/* Location Map Block */

.location-map-block {
    position: relative;
    padding-top: 40px;
    padding-bottom: 100px;
}

.location-map-block .location-map-block-map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.location-map-block .location-map-block-content-container {
    z-index: 100;
}

.location-map-block .location-map-block-content {
    background: #ffff;
    padding: 40px 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.location-map-block .location-map-block-content h3 {
    font-size: 34px;
    line-height: normal;
    font-weight: 900;
    color: #000;
    margin-bottom: 40px;
}

.location-map-block .location-map-block-content h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    margin:0;
    padding:0;
}

.location-map-block .location-map-block-content p {
    margin:0;
    padding:0;
}

.location-map-block .location-map-block-content .location-options ul,
.location-map-block .location-map-block-content .location-options ul li {
    list-style: none;
    list-image: none;
    margin-left:0;
    padding-left: 0;
}

.location-map-block .location-map-block-content .location-options ul {
    padding-bottom: 60px;
}

.location-map-block .location-map-block-content .location-options a,
.location-map-block .location-map-block-content .location-options a:link,
.location-map-block .location-map-block-content .location-options a:active,
.location-map-block .location-map-block-content .location-options a:focus,
.location-map-block .location-map-block-content .location-options a:hover,
.location-map-block .location-map-block-content .location-options a:visited {
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.location-map-block .location-map-block-content .location-options a.active {
    color: #0083c1;
}

@media only screen and ( max-width: 767px ) {
    .location-map-block {
        position: relative;
        padding-top: 0;
        padding-bottom: 30px;
    }

    .location-map-block .location-map-block-map {
        position: relative;
        float: none;
        clear:both;
        width: 100%;
        height: 200px;
    }

    .location-map-block .location-map-block-content-container {
        position: relative;
        float: none;
        clear: both;
        width: auto;
    }

    .location-map-block .location-map-block-content {
        padding: 40px 0;
    }

    .location-map-block .shadow {
        box-shadow: none !important;
    }

    .location-map-block .location-map-block-content .location-options ul {
        padding-bottom: 10px;
    }
}

/* Application Callout Box */

.applications-call-out-block h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
}

.applications-call-out-block .view-others-col {
    text-align: right;
}

.applications-call-out-block a.view-others,
.applications-call-out-block a.view-others:link,
.applications-call-out-block a.view-others:active,
.applications-call-out-block a.view-others:hover,
.applications-call-out-block a.view-others:focus,
.applications-call-out-block a.view-others.visited {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.applications-call-out-block .applications-row a,
.applications-call-out-block .applications-row a:link,
.applications-call-out-block .applications-row a:active,
.applications-call-out-block .applications-row a:hover,
.applications-call-out-block .applications-row a:focus,
.applications-call-out-block .applications-row a.visited {
    color: #000;
    text-decoration: none;
}

.applications-call-out-block {
    padding: 60px 0 90px 0;
}

.applications-call-out-block .application-call-out {
    position: relative;
}

.applications-call-out-block .application-call-out .application-call-out-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    z-index: 10;
    background: #f2f2f2;
}

.applications-call-out-block .application-call-out .application-call-out-inner {
    position: relative;
    z-index: 100;
}

.applications-call-out-block .application-call-out img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 25px auto;
}

.applications-call-out-block .application-call-out h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin: 25px 25px 30px 25px;
}

.applications-call-out-block .application-call-out p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin: 10px 25px 25px 25px;
}

@media only screen and ( max-width: 767px ) {
    .applications-call-out-block .view-others-col {
        margin-bottom: 20px;
        text-align: left;
    }

    .applications-call-out-block .application-call-out {
        margin-bottom: 50px;
    }
}

@media only screen and ( max-width: 577px ) {
    .applications-call-out-block {
        padding: 15px 15px 0 15px;
    }
}

/* Product Call Out Box */

.product-call-out-block {
    background: #0083c1;
    padding-top: 60px;
    padding-bottom: 60px;
}

.product-call-out-block h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    color: #fff;
}

.product-call-out-block .view-others-col {
    text-align: right;
}

.product-call-out-block a.view-others,
.product-call-out-block a.view-others:link,
.product-call-out-block a.view-others:active,
.product-call-out-block a.view-others:hover,
.product-call-out-block a.view-others:focus,
.product-call-out-block a.view-others.visited {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}


.product-call-out-block .product-row {
}

.product-call-out-block .product-call-out {
    position: relative;
}

.product-call-out-block .product-call-out .product-call-out-inner {
    background-color: #fff;
    padding: 15px;
}

.product-call-out-block .product-call-out .product-call-out-inner img {
    display: block;
    width: 100%;
    height: auto;
}

.product-call-out-block a
.product-call-out-block a:link,
.product-call-out-block a:visited,
.product-call-out-block a:hover,
.product-call-out-block a:active,
.product-call-out-block a:focus {
    color: #000;
    text-decoration: none;
}

.product-call-out-block a h4,
.product-call-out-block h4 {
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    font-size: 22px;
    margin-top: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

.product-call-out-block h4 .add-on {
    float: right;
    color: #000;
    font-weight: 600;
}

@media only screen and ( min-width: 768px ) and ( max-width: 991px ) {
    .product-call-out-block .product-call-out {
        margin-bottom: 30px;
    }
}

@media only screen and ( max-width: 767px ) {
    .product-call-out-block .view-others-col {
        margin-bottom: 20px;
        text-align: left;
    }

    .product-call-out-block .product-call-out {
        margin-bottom: 50px;
    }
}

@media only screen and ( max-width: 577px ) {
    .product-call-out-block {
        padding: 15px 15px 0 15px;
    }

    .product-call-out-block .product-call-out .add-on {
        display: none;
    }
}

/* Products */

.product-listing {
    border-top: 2px solid #f2f2f2;
    padding-top: 25px;
    margin-bottom: 20px;
}

.product-listing h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
}

.product-listing .product-image {
    position: relative;
    margin-bottom: 20px;
}

.product-listing .product-image img {
    display: block;
    width: 100%;
    height: auto;
}

.product-listing .product-description {
    background-color: #f2f2f2;
    padding: 20px;
    vertical-align: middle;
    color: #54565a;
    text-align: left;
    margin-bottom: 20px;
}

.product-listing .product-specs p {
    padding: 10px 0;
    margin: 0;
    vertical-align: middle;
    color: #54565A;
    text-align: left;
    border-bottom: 1px solid #CCC;
}

.product-listing .product-specs p:first-child {
    border-top: 1px solid #CCC;
}

.product-listing .product-specs p a,
.product-listing .product-specs p a:link {
    text-decoration: none;
}

.product-listing .product-specs p a:active,
.product-listing .product-specs p a:hover,
.product-listing .product-specs p a:focus {
    text-decoration: underline;
}

.product-listing .product-links {
    padding: 30px 0 0 0;
    margin-bottom: 30px;
}

.product-listing .product-links a.spec-sheet-link {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #54565a;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-weight: 600;
    color: #54565a;
    padding: 15px 20px 15px 28px;
    margin-right: 30px;
    margin-bottom: 20px;
    text-decoration: none;
    whitespace: no-wrap;
}

.product-listing .product-links .spec-sheet-link i {
    font-weight: normal;
    margin-right: 18px;
}

.product-listing .product-links .calculator-link {
    display: inline-block;
    whitespace: no-wrap;
    text-decoration: none;
}

.product-listing .more-copy {
    font-weight: 600;
    margin: 30px 0 0 0;
}

/* Contact and Product Page Contact Form */

.contact-page-contact-form,
.product-page-contact-form {
    background: #f2f2f2;
    padding: 20px 15px;
}

#UserForm_Form_32 .CompositeField.field.CompositeField.userformsgroup.form-group--no-label {
    border:0;
}

.userform .form-group.field.nocaptcha label,
.contact-page-contact-form label,
.product-page-contact-form label {
    display: none;
}

.contact-page-contact-form .header,
.product-page-contact-form .header {
    font-weight: 900;
}

.contact-page-contact-form .header p,
.product-page-contact-form .header p {
    text-align: center;
    text-transform: uppercase;
}

.contact-page-contact-form input[type="submit"],
.product-page-contact-form input[type="submit"] {
    width: 100%;
    background-color: #0083c1;
    font-size:15px;
    text-transform: uppercase;
}

@media only screen and ( max-width: 575px ) {
    .product-listing .product-image {
        margin-bottom: 30px;
    }
}

@media only screen and ( max-width: 991px ) {
    .contact-page-contact-form,
    .product-page-contact-form {
        margin-top: 30px;
    }
}

/* Form */

.form-inline input[type="submit"] {
    margin-left: 15px;
}

/* Search Results */

#SearchResults .search-result {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #f2f2f2;
}

#SearchResults .search-result h4 {
    margin-bottom: 10px;
}

/* Bar Grid Calculator */

.bar-grating-calculator-block table.calculator,
.bar-grating-calculator-block .disclaimers-etc {
    margin-top: 40px
}

.bar-grating-calculator-block .header {
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .bar-grating-calculator-block-container .form-row.align-items-center .col-auto {
        margin-bottom: 20px;
    }
}

/* Calculators */
.calculator-container {
    width: auto;
    border: 1px solid #ced4da;
    border-radius: 10px;
    margin: 30px auto;
    padding: 15px;
}

.calculator-header h3 {
    margin-top: 40px;
}

.calculator-header:first-child h3 {
    margin-top: 0;
}

.calculator-container h4,
.calculator-container p {
    text-align: center;
}

p.button {
    margin-bottom: 0;
    paddin-bottom: 0;
}

.ContactPage .row.location,
.ContactPage .row.contacts {
    margin-bottom: 40px;
}

.ContactPage .contact-info {
    margin-bottom: 30px;
}

.ContactPage .contact-info h4,
.ContactPage .contact-info .contact-title,
.ContactPage .contact-info .contact-email,
.ContactPage .contact-info .contact-phone {
    padding-bottom: 0;
    margin-bottom: 0;
}

.ContactPage .label {
    display: inline-block;
    width: 60px;
    font-weight: bold;
}

#homepage_carousel .carousel-control-prev,
#homepage_carousel .carousel-control-next {
    opacity: .75;
}

#homepage_carousel .carousel-control-prev:hover,
#homepage_carousel .carousel-control-next:hover {
    opacity: .95;
}

#homepage_carousel .carousel-control-prev-icon,
#homepage_carousel .carousel-control-next-icon {
    width: 40px;
    height: 40px;
}
