﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::selection {
    color: #fff;
    background: #24398d
}

::-moz-selection {
    color: #fff;
    background: #24398d
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    margin-top: 0
}

h1,
.h1 {
    font-size: 26px
}

h2,
.h2 {
    font-size: 22px
}

h3,
.h3 {
    font-size: 18px
}

.form-control {
    width: auto
}

    .form-control,
    .form-control:active,
    .form-control:focus {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-size: 12px;
        -webkit-box-shadow: none;
        box-shadow: none
    }

input[type='text'].form-control,
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 26px;
    width: 209px
}

input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type='checkbox']:not(:checked),
[type='checkbox']:checked {
    position: absolute;
    left: -9999px
}

    [type='checkbox']:not(:checked) + label,
    [type='checkbox']:checked + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer
    }

        [type='checkbox']:not(:checked) + label:before,
        [type='checkbox']:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 17px;
            height: 17px;
            background: #fff
        }

        [type='checkbox']:not(:checked) + label:after,
        [type='checkbox']:checked + label:after {
            content: '✔';
            position: absolute;
            top: 0;
            left: 4px;
            font-size: 14px;
            color: #24398d;
            transition: all .2s
        }

        [type='checkbox']:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0)
        }

        [type='checkbox']:checked + label:after {
            opacity: 1;
            transform: scale(1)
        }

[type='checkbox']:disabled:not(:checked) + label:before,
[type='checkbox']:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

[type='checkbox']:disabled:checked + label:after {
    color: #999
}

[type='checkbox']:disabled + label {
    color: #aaa
}

[type='checkbox']:checked:focus + label:before,
[type='checkbox']:not(:checked):focus + label:before {
    border: 1px dotted blue
}

input[type='text'].form-control {
    padding: 6px 12px
}

select.form-control {
    padding: 3px 38px 0 12px
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

    .btn,
    .btn:hover,
    .btn:focus,
    .btn:active {
        font-size: 12px;
        height: 25px;
        padding: 3px 46px 3px 20px
    }

.btn-standard {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

    .btn-standard,
    .btn-standard:hover,
    .btn-standard:focus,
    .btn-standard:active {
        border: none;
        font-size: 12px;
        height: 25px;
        padding: 3px 20px
    }

.btn,
.btn-standard {
    -webkit-box-shadow: 0 0 2px #24398d;
    box-shadow: 0 0 2px #24398d
}

    .btn:hover,
    .btn-standard:hover,
    .btn:focus,
    .btn-standard:focus,
    .btn:active,
    .btn-standard:active {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-default {
    position: relative
}

    .btn-default:after {
        content: "";
        display: inline-block;
        height: 23px;
        width: 26px;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        border-left-style: solid;
        border-left-width: 1px
    }

.navbar {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    min-height: inherit
}

.navbar-header {
    text-align: center
}

header .navbar-header {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 15px
}

.logo {
    height: 75px;
    width: auto;
}

.navbar-nav {
    display: inline
}

nav .navbar-nav > li {
    text-align: center;
    margin: 0 6px
}

    nav .navbar-nav > li > a {
        max-width: 114px;
        width: auto;
        min-height: 66px;
        padding-bottom: 10px
    }

.careers-at-barrus nav .navbar-nav > li > a {
    max-width: 134px
}

nav.mainnavbar .navbar-nav > li > a {
    max-width: 104px
}

nav .navbar-nav > li > a,
nav .navbar-nav > li > a:hover,
nav .navbar-nav > li > a:focus {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase
}

    nav .navbar-nav > li > a:hover {
        background: transparent url(../images/dropdownopen.png) bottom center no-repeat
    }

.navbar-collapse {
    border-top: none;
    margin: 0 auto;
    max-height: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0
}

    .navbar-collapse.collapse {
        display: table
    }

        .navbar-collapse.collapse.in {
            display: block
        }

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    position: relative;
    top: -8px
}

.navbar-strapline {
    display: block;
    margin: 0 auto;
    margin-top: 16px
}

.navbar-form {
    margin-top: 30px;
    width: auto
}

    .navbar-form .form-control {
        width: 209px
    }

    .navbar-form.navbar-right:last-child {
        margin-right: 54px
    }

.navbar-default .dropdown-menu {
    left: -100%;
    right: -100%;
    width: 165px;
    margin: 0 auto;
    text-align: center
}

nav.subnavbar .navbar-nav > li {
    margin: 0
}

.navbar-form {
    border: none;
    display: inline;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .navbar-form .form-control {
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-size: 12px;
        height: 26px
    }

.navbar-toggle {
    display: none
}

    .navbar-toggle,
    .navbar-toggle:hover,
    .navbar-toggle:focus {
        background: transparent !important;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

.nav-tabs.nav-tabs.nav-justified > li > a {
    background: #f1f3f8;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #a5aed1;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase
}

    .nav-tabs.nav-tabs.nav-justified > li > a:hover,
    .nav-tabs.nav-tabs.nav-justified > li > a:focus {
        background: #fff;
        color: #24398d
    }

.nav-tabs.nav-tabs.nav-justified > li.active > a,
.nav-tabs.nav-tabs.nav-justified > li.active > a:hover,
.nav-tabs.nav-tabs.nav-justified > li.active > a:focus {
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #24398d
}

.pagination {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 auto
}

    .pagination > li a {
        background: #d7dcea;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #fff;
        font-size: 14px;
        padding: 4px 10px
    }

        .pagination > li a:hover,
        .pagination > li a:focus,
        .pagination > li.active a:hover,
        .pagination > li.active a:focus {
            background: #203583;
            color: #fff
        }

    .pagination > li:first-child a,
    .pagination > li:last-child a {
        background: #fff;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #24398d;
        font-size: 12px;
        padding: 5px 18px
    }

    .pagination > li.active a {
        background: #203583
    }

header .navbar-toggle {
    margin-top: 28px
}

.caret {
    display: none
}

.subnavheading {
    position: relative;
    display: block;
    float: left;
    background: #fcfcfc;
    color: #24398d;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    text-align: -webkit-match-parent
}

    .subnavheading div {
        line-height: 16px;
        position: relative;
        display: block;
        padding: 10px 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: 75px
    }

.subnavbar .navbar-header {
    cursor: pointer;
}

.navbar-header .subnavheading {
    display: inline-block;
    float: left;
    font-size: 22px;
    margin-left: 15px;
    margin-top: 8px;
    text-align: left;
    width: auto;
    display: none
}

.navbar-collapse .subnavheading {
    display: block
}

.subnavbar .navbar-header,
.subnavbar .collapse {
    -webkit-transform: skew(-20deg, 0deg);
    -moz-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg)
}

.subnavbar span {
    -webkit-transform: skew(20deg, 0deg);
    -moz-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    -o-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    display: block
}

.subnavbar .navbar-nav {
    position: relative;
    bottom: 30px;
    margin-bottom: -30px
}

    .subnavbar .navbar-nav > li > a {
        min-height: 105px;
        padding-bottom: 20px;
        padding-top: 45px
    }

.dropdown.open {
    background: transparent url(../images/dropdownopen.png) bottom center no-repeat
}

.dropdown-menu {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

    .dropdown-menu > li > a,
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        padding: 10px 5px;
        font-size: 12px;
        cursor: pointer;
        border-bottom: #fff solid 2px
    }

    .dropdown-menu > li:last-child > a {
        border-bottom: none
    }

#searchbtn {
    display: none
}

footer {
    background: #d6d6d6;
    color: #24398d;
    font-size: 10px;
    padding: 18px 82px;
    padding-bottom: 36px
}

    footer .navbar-nav > li {
        margin-right: 10px
    }

        footer .navbar-nav > li > a,
        footer .navbar-nav > li > a:hover,
        footer .navbar-nav > li > a:focus {
            background: transparent;
            color: #24398d;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            line-height: inherit;
            padding: 0;
            text-transform: none
        }

.connect {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 92px
}

.connectcol {
    padding-left: 72px
}

.connect h2 {
    margin-top: 26px
}

img.banner-inline {
    width: 100%;
    width: auto !important;
    max-width: 100%;
}

.banner {
    min-height: 115px;
    background-size: cover;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .banner {
        min-height: 281px;
    }
}

.banner h1 {
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 1)
}

.social a {
    font-size: 24px;
    text-decoration: none
}

    .social a:hover {
        position: relative;
        bottom: 2px
    }

#social {
    display: inline;
    padding-left: 0
}

#socialfooter {
    margin-bottom: 10px
}

#social a {
    margin-left: 10px
}

#socialfooter a {
    margin-right: 10px
}

.homepod,
.linkpod,
.pod {
    background-size: cover
}

.t3content .thumbnail a {
    height: 94px;
    width: 94px
}

.t2content h1,
.t7content h1,
.t8content h3 {
    display: block
}

.sharepage {
    display: inline-block;
    float: right;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0;
    margin-top: 2px;
    margin-left: 15px;
    text-transform: none
}

    .sharepage img {
        margin-bottom: 12px;
        margin-left: 12px
    }

.media .btn-standard {
    display: inline-block;
    float: right;
    margin-left: 15px
}

.t9content .media .btn-standard {
    float: left;
    margin-left: 0
}

.container {
    background: #fff;
    width: 960px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto
}

.media-list {
    text-align: left
}

.media {
    border-bottom: #24398d solid 1px
}

.download-item {
    height: 200px
}

.t9content .media {
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 46px
}

.media:last-child {
    border-bottom: none
}

.media-heading {
    text-transform: none;
    font-family: inherit;
    font-weight: 700
}

.t8content {
    padding: 49px 66px 14px 30px
}

.t9content {
    padding: 15px 0
}

.t18content {
    padding: 15px 0
}

a.video {
    overflow: hidden !important;
    display: inline-block;
    position: relative
}

    a.video .cover {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4) url(../images/uivideoplay.png) center no-repeat;
        margin: auto;
        z-index: 1
    }

        a.video .cover:hover {
            background: transparent url(../images/uivideoplay.png) center no-repeat
        }

.showbrands {
    display: inline-block;
    float: right;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 15px;
    text-decoration: none !important;
    text-transform: none;
    text-transform: uppercase;
    cursor: pointer
}

.brandsblurb {
    clear: both;
    display: block
}

.thumbnails.collapse {
    display: none
}

    .thumbnails,
    .thumbnails.collapse.in {
        display: table;
        margin: 0;
        padding: 0;
        width: 100%
    }

.thumbnail {
    border: none;
    display: table-cell;
    float: left;
    vertical-align: middle;
    width: 25%
}

    .thumbnail a {
        border: #e5e9f3 solid 3px;
        display: block;
        height: inherit;
        width: 180px
    }

        .thumbnail a:hover {
            border: #24398d solid 3px
        }

.row {
    margin-left: 0;
    margin-right: 0
}

.left {
    float: left
}

.right {
    float: right
}

.pagecontent,
.pagebanner,
.homepods {
    display: block
}

.homepods {
    background: #d6d6d6
}

.homemain {
    display: inline-block;
    float: left;
    width: 66.66666666%;
    background: #efefef
}

.homelatest {
    display: inline-block;
    float: right;
    width: 33.33333333%
}

.maincontent {
    display: inline-block;
    width: 66.66666666%
}

    .maincontent img {
        max-width: 100%;
        height: auto !important
    }

.sidepods {
    display: inline-block;
    width: 33.33333333%
}

.bannercontent {
    display: inline-block;
    width: 33.33333333%
}

.bannerimage {
    display: inline-block;
    width: 66.66666666%
}

    .bannerimage img {
        width: 100%
    }

.productdesc {
    display: inline-block;
    width: 50%
}

.productimage {
    display: inline-block;
    width: 50%;
    background: #ffffff;
    border: 1px solid #717273
}

    .productimage img {
        width: auto;
        margin: 0 auto;
        padding: 20px 0
    }

.halfpagecontent,
.halfpageimage {
    display: inline-block;
    width: 50%
}

.breadcrumbs {
    font-size: 10px;
    text-transform: uppercase;
    padding-bottom: 0 !important
}

.homepod,
.linkpod,
.pod {
    padding-bottom: 0
}

    .linkpod a.pod {
        display: block;
        text-decoration: none;
        cursor: pointer
    }

.inner {
    padding: 20px 15px
}

.newsarticle .inner {
    padding: 20px 77px 20px 30px
}

.homepod img,
.linkpod img
.pod img {
    width: 100%;
    height: auto
}

.productcategorypods .productimgwrapper,
.productpods .productimgwrapper {
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px 0
}

.productpods .productimgwrapper {
    border: 1px solid #717273
}

.productcategorypods .linkpod img,
.productpods .linkpod img {
    width: 50%;
    height: auto;
    margin: 0 auto;
    max-height: 150px;
    width: auto;
    /*max-width: 50%;*/
}

.productcategorypods .linkpod .pod .inner {
    background-image: url("/images/uilinkarrowwhite.png");
    background-position: center right 15px;
    background-position-x: right 15px;
    background-position-y: center;
    background-repeat: no-repeat;
    padding-right: 37px;
}

.productpods table {
    margin-top: 20px;
}

.homemain .homepod,
.maincontent .linkpod {
    display: inline-block;
    float: left;
    width: 50%
}

.sidepods .pod {
    display: inline-block;
    float: left;
    width: 100%
}

.custompod {
    min-height: inherit;
    height: auto
}

    .custompod .inner {
        padding: 0
    }

.custompods {
    clear: left
}

.homepod,
.linkpod {
    min-height: 262px
}

.custompod {
    min-height: inherit
}

.pod {
    min-height: 173px
}

@media (min-width: 992px) {
    .t2content {
        padding-right: 77px;
        padding-left: 36px
    }

    .t4content {
        padding-right: 32px;
        padding-left: 41px
    }

    .t7content {
        padding-right: 45px;
        padding-left: 36px
    }

    .t9content {
        padding: 49px 0 14px 15px
    }
}

@media (max-width: 960px) {
    .container {
        width: 100%;
        max-width: 960px
    }

    footer {
        padding: 15px
    }

    .connectcol {
        padding-left: 20px
    }
}

@media (min-width: 881px) {
    .navbar-collapse.collapse {
        display: table;
        padding-bottom: 0;
        overflow: visible !important
    }
}

@media (max-width: 880px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        background: rgba(255, 255, 255, 1);
        color: #24398d
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background: rgba(255, 255, 255, 0.3);
            color: #fff
        }

    .navbar-header {
        float: none
    }

        .navbar-header .subnavheading {
            display: inline-block;
            margin-left: 0;
            margin-top: 0;
            background: transparent
        }

            .navbar-header .subnavheading div {
                display: inherit;
                min-height: inherit
            }

    .navbar .collapse,
    .subnavbar .collapse {
        display: none
    }

    .navbar-collapse .subnavheading {
        display: none
    }

    .navbar-toggle {
        display: inline-block
    }

    .navbar-nav {
        display: block;
        width: 100%;
        margin: 0
    }

    .subnavbar .navbar-nav {
        position: inherit;
        bottom: inherit;
        margin-bottom: inherit
    }

    .subnavbar .navbar-header,
    .subnavbar .collapse {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .subnavbar span {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        display: inline-block
    }

        .subnavbar span.icon-menu {
            position: relative;
            top: 1px;
            margin-left: 12px
        }

    nav .navbar-nav > li {
        display: block;
        width: 100%;
        text-align: left;
        margin: 0
    }

        nav .navbar-nav > li > a,
        .subnavbar .navbar-nav > li > a {
            max-width: inherit;
            min-height: inherit;
            padding-top: 10px;
            padding-bottom: 10px
        }

            nav .navbar-nav > li > a:hover {
                background: none
            }

    nav.mainnavbar .navbar-nav > li > a {
        max-width: none
    }

    .dropdown.open {
        background: none
    }

    .dropdown-menu > li > a {
        text-align: left
    }

        .dropdown-menu > li > a,
        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            border-bottom: none
        }
}

@media (max-width: 800px) {
    .homemain,
    .homelatest,
    .maincontent,
    .sidepods {
        display: block;
        clear: both;
        width: 100%
    }

        .maincontent .inner,
        .t8content {
            padding: 20px 15px
        }

        .sidepods .pod {
            display: inline-block;
            float: left;
            width: 50%
        }

        .sidepods .findadealer {
            display: inline-block;
            float: left
        }

    .bannercontent {
        width: 40%
    }

        .bannercontent .pod {
            min-height: inherit;
            height: auto
        }

    .bannerimage {
        width: 60%
    }

    .productdesc {
        width: 50%
    }

        .productdesc .pod {
            min-height: inherit;
            height: auto
        }
}

@media (min-width: 768px) {
    .homepod,
    .linkpod {
        min-height: 262px
    }

    .custompod {
        min-height: inherit
    }

    .pod {
        min-height: 173px
    }

    .sharepage {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    header .navbar-header {
        padding-left: 0
    }

    header .navbar-toggle {
        margin-top: 8px
    }

    .navbar-form {
        margin-top: 0;
        margin-left: 15px
    }

    #social {
        display: none
    }

    .thumbnail {
        width: 33.333333333333%
    }

    .connect {
        padding-bottom: 20px
    }

    .connectcol:first-child h2 {
        margin-top: 0
    }
}

@media (max-width: 640px) {
    .bannerimage,
    .bannercontent,
    .productimage,
    .productdesc {
        display: block;
        clear: both;
        width: 100%
    }

        .productdesc .inner {
            padding-top: 0;
            padding-left: 0;
            padding-right: 0
        }
}

@media (min-width: 600px) {
    .connectcol.col-sm-6 {
        width: 50%
    }
}

@media (min-width: 801px) {
    .connectcol.col-lg-4 {
        width: 33.33333333%
    }
}

@media (max-width: 600px) {
    .thumbnail {
        width: 50%
    }
}

@media (max-width: 540px) {
    .pagination > li:first-child a,
    .pagination > li:last-child a {
        font-size: 0
    }

        .pagination > li:first-child a:before {
            content: "<";
            font-size: 12px
        }

        .pagination > li:last-child a:after {
            content: ">";
            font-size: 12px
        }

    .productpods td {
        display: block;
    }

        .productpods td:first-child {
            font-weight: bold;
            border-bottom: none;
            padding-bottom: 0;
        }

        .productpods td:last-child {
            padding-top: 0;
        }
}

@media (max-width: 480px) {
    .navbar-strapline {
        display: block;
        margin: 0 auto;
        margin-top: 16px
    }

    .thumbnail {
        width: 50%
    }

    .homemain .homepod,
    .maincontent .linkpod,
    .sidepods .pod {
        display: block;
        clear: both;
        width: 100%
    }

    .connect h2 {
        margin-top: 20px
    }
}

@media (max-width: 400px) {
    .t8content .media {
        padding-bottom: 15px
    }

        .t8content .media:last-child {
            border-bottom: none
        }

    .t8content .media-body {
        position: relative;
        padding-bottom: 25px
    }

    .t8content .media .btn-standard {
        display: block;
        float: none;
        position: absolute;
        bottom: 0;
        margin-left: 0;
        width: 100%
    }
}

body {
    background: #d6d6d6;
    color: #24398d
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    color: #24398d
}

a,
a:hover,
a:focus {
    color: #24398d
}

hr {
    border-color: #24398d
}

.t4content hr:nth-of-type(4) {
    /*display: none*/
}

.form-control,
.form-control:active,
.form-control:focus {
    border: #fff;
    color: #24398d
}

input[placeholder].formcontrol {
    color: #24398d
}

select.form-control {
    background: #fff
}

label.custom-select {
    position: relative;
    display: inline-block
}

.custom-select select {
    display: inline-block;
    margin: 0;
    font: inherit;
    outline: none;
    line-height: 1.2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:after {
    content: "";
    display: inline-block;
    height: 26px;
    width: 26px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    background: #24398d url(../images/uiselectarrowwhite.png) center no-repeat;
    pointer-events: none
}

.no-pointer-events .custom-select:after {
    content: none
}

.btn,
.btn:hover,
.btn:focus,
.btn:active {
    background: rgba(255, 255, 255, 0.5);
    border-color: #24398d;
    color: #24398d
}

.btn-standard,
.btn-standard:hover,
.btn-standard:focus,
.btn-standard:active {
    background: #24398d;
    color: #fff
}

.btn-default:after {
    background: #24398d url(../images/uilinkarrowwhite.png) center no-repeat;
    border-left-color: #24398d
}

.dropdown-menu {
    background: #fff
}

    .dropdown-menu > li > a,
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background: #efefef;
        color: #24398d
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            background: #e4e7f1
        }

        .dropdown-menu > li > a,
        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #24398d;
            cursor: pointer
        }

            .dropdown-menu > li > a:hover,
            .dropdown-menu > li > a:focus {
                background: #e4e7f1
            }

.navbar {
    background: transparent
}

.mainnavbar {
    background: rgba(255, 255, 255, 0.1)
}

@media (max-width: 440px) {
    .thumbnail a {
        height: inherit;
        width: 120px
    }
}

@media (max-width: 880px), (max-device-width: 880px) {
    .mainnavbar {
        background: #3b60ee
    }
}

.navbar-form .form-control {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #24398d;
    font-size: 12px;
    height: 26px
}

    .navbar-form .form-control::-webkit-input-placeholder,
    .navbar-form .form-control::-moz-placeholder,
    .navbar-form .form-control:-ms-input-placeholder {
        color: #24398d
    }

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: transparent;
    color: #fff
}

.subnavbar {
    background: #efefef
}

    .subnavbar .navbar-nav > li > a,
    .subnavbar .navbar-nav > li > a:hover,
    .subnavbar .navbar-nav > li > a:focus {
        color: #263b8d
    }

        .subnavbar .navbar-nav > li > a:hover,
        .subnavbar .navbar-nav > li > a:focus,
        .subnavbar .navbar-nav > li.active > a,
        .subnavbar .navbar-nav > li.active > a:hover,
        .subnavbar .navbar-nav > li.active > a:focus {
            background: rgba(255, 255, 255, 0.9)
        }

    .subnavbar .navbar-nav > .open > a,
    .subnavbar .navbar-nav > .open > a:hover,
    .subnavbar .navbar-nav > .open > a:focus {
        background: #fcfcfc;
        color: #263b8d
    }

#social a {
    color: #fff
}

.connect {
    background: #efefef;
    color: #24398d
}

    .connect h2 {
        color: #24398d !important
    }

    .connect a,
    .connect a:hover,
    .connect a:focus {
        color: #24398d !important
    }

    .connect address {
        margin-bottom: 4px
    }

.wrapper {
    width: 100%;
    background: #3b60ee url(../images/header.png) top center repeat-x
}

.container {
    background: #fff
}

.wrapper .container {
    background: transparent url(../images/header.png) top center repeat-x
}

#mainbody {
    border: none
}

.darkbg,
.darkbg a,
.darkbg h1,
.darkbg h2,
.darkbg h3 {
    color: #fff !important
}

    .darkbg .btn-default a {
        text-decoration: none;
    }

    .darkbg .btn,
    .darkbg .btn:hover,
    .darkbg .btn:focus,
    .darkbg .btn:active {
        background: rgba(0, 0, 0, 0.5) !important;
        border-color: #fff !important;
        color: #fff !important
    }

    .darkbg .btn {
        -webkit-box-shadow: 0 0 2px #fff !important;
        box-shadow: 0 0 2px #fff !important
    }

        .darkbg .btn:hover,
        .darkbg .btn:focus,
        .darkbg .btn:active {
            -webkit-box-shadow: none !important;
            box-shadow: none !important
        }

    .darkbg .btn-default:after {
        border-left-color: #fff !important
    }

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

#getintouch .form-row {
    margin-bottom: 6px;
    padding-right: 100px;
    overflow: hidden
}

#getintouch label {
    width: 100px;
    float: left
}

    #getintouch label.full-width {
        width: auto;
    }

#getintouch .form-element {
    width: 100%;
    float: right;
    margin: 0 -100px 0 auto
}

    #getintouch .form-element.add-flex {
        display: flex;
        flex-direction: column;
    }

#getintouch input[type='text'] {
    width: 100%;
    float: left
}

.navbar-default .navbar-toggle .icon-bar {
    background: #24398d
}

header.navbar-default .navbar-toggle .icon-bar {
    background: #fff
}

.red {
    color: #000
}

    .red .subnavheading {
        color: #ec1c24
    }

    .red .subnavbar .navbar-nav > li > a,
    .red .subnavbar .navbar-nav > li > a:hover,
    .red .subnavbar .navbar-nav > li > a:focus {
        color: #ec1c24
    }

    .red .navbar-default .navbar-toggle .icon-bar {
        background: #ec1c24
    }

    .red h1,
    .red .h1,
    .red h2,
    .red .h2,
    .red h3,
    .red .h3 {
        color: #ec1c24
    }

    .red a,
    .red a:hover,
    .red a:focus {
        color: #000
    }

    .red hr {
        border-color: #ec1c24
    }

    .red .form-control,
    .red .form-control:active,
    .red .form-control:focus {
        border: #fff;
        color: #ec1c24
    }

    .red input[placeholder].formcontrol {
        color: #ec1c24
    }

    .red a.sharepage,
    .red a.sharepage:hover,
    .red a.sharepage:focus {
        color: #ec1c24
    }

    .red .custom-select:after {
        background: #ec1c24 url(../images/uiselectarrowwhite.png) center no-repeat
    }

    .red .btn,
    .red .btn:hover,
    .red .btn:focus,
    .red .btn:active {
        background: rgba(255, 255, 255, 0.5);
        border-color: #ec1c24;
        color: #ec1c24
    }

    .red .btn-standard,
    .red .btn-standard:hover {
        background: #ec1c24;
        color: #fff
    }

    .red .btn-default:after {
        background: #ec1c24 url(../images/uilinkarrowwhite.png) center no-repeat;
        border-left-color: #ec1c24
    }

    .red .btn,
    .red .btn-standard {
        -webkit-box-shadow: 0 0 2px #ec1c24;
        box-shadow: 0 0 2px #ec1c24
    }

        .red .btn:hover,
        .red .btn-standard:hover,
        .red .btn:focus,
        .red .btn-standard:focus,
        .red .btn:active,
        .red .btn-standard:active {
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .red .nav-tabs.nav-tabs.nav-justified > li > a {
        background: #efefef;
        color: #979797
    }

        .red .nav-tabs.nav-tabs.nav-justified > li > a:hover,
        .red .nav-tabs.nav-tabs.nav-justified > li > a:focus {
            background: #fff;
            color: #000
        }

    .red .nav-tabs.nav-tabs.nav-justified > li.active > a,
    .red .nav-tabs.nav-tabs.nav-justified > li.active > a:hover,
    .red .nav-tabs.nav-tabs.nav-justified > li.active > a:focus {
        background: #fff;
        color: #000
    }

    .red .media-heading {
        color: #000
    }

    .red .media {
        border-bottom: #ec1c24 solid 1px
    }

    .red .pagination > li a {
        background: #f9babd
    }

        .red .pagination > li a:hover,
        .red .pagination > li a:focus,
        .red .pagination > li.active a:hover,
        .red .pagination > li.active a:focus {
            background: #ec1c24
        }

    .red .pagination > li:first-child a,
    .red .pagination > li:last-child a {
        background: #fff;
        color: #000
    }

    .red .pagination > li.active a {
        background: #ec1c24
    }

    .red .t7content h3,
    .red .t7content .h3 {
        color: #000
    }

    .red .t9content .media {
        border-bottom: none
    }

.blue {
    color: #000
}

    .blue .productpage,
    .blue .subnavheading {
        color: #24398d
    }

    .blue .subheading {
        text-transform: capitalize;
        color: #000;
    }

    .blue .headingblock {
        background-color: #24398d;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        padding: 3px 6px
    }

    .blue .subnavbar .navbar-nav > li > a,
    .blue .subnavbar .navbar-nav > li > a:hover,
    .blue .subnavbar .navbar-nav > li > a:focus {
        color: #24398d
    }

    .blue .navbar-default .navbar-toggle .icon-bar {
        background: #24398d
    }

    .blue h1,
    .blue .h1,
    .blue h2,
    .blue .h2,
    .blue h3,
    .blue .h3 {
        color: #24398d
    }

    .blue a,
    .blue a:hover,
    .blue a:focus {
        color: #000
    }

    .blue hr {
        border-color: #24398d
    }

    .blue .form-control,
    .blue .form-control:active,
    .blue .form-control:focus {
        border: #fff;
        color: #24398d
    }

    .blue input[placeholder].formcontrol {
        color: #24398d
    }

    .blue a.sharepage,
    .blue a.sharepage:hover,
    .blue a.sharepage:focus {
        color: #24398d
    }

    .blue .custom-select:after {
        background: #24398d url(../images/uiselectarrowwhite.png) center no-repeat
    }

    .blue .btn,
    .blue .btn:hover,
    .blue .btn:focus,
    .blue .btn:active {
        background: rgba(255, 255, 255, 0.5);
        border-color: #24398d;
        color: #24398d
    }

    .blue .btn-standard,
    .blue .btn-standard:hover {
        background: #24398d;
        color: #fff
    }

    .blue .btn-default:after {
        background: #24398d url(../images/uilinkarrowwhite.png) center no-repeat;
        border-left-color: #24398d
    }

    .blue .btn,
    .blue .btn-standard {
        -webkit-box-shadow: 0 0 2px #24398d;
        box-shadow: 0 0 2px #24398d
    }

        .blue .btn:hover,
        .blue .btn-standard:hover,
        .blue .btn:focus,
        .blue .btn-standard:focus,
        .blue .btn:active,
        .blue .btn-standard:active {
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .blue select.form-control,
    .blue select.form-control:focus {
        border: #24398d solid 1px;
    }

    .blue .nav-tabs.nav-tabs.nav-justified > li > a {
        background: #efefef;
        color: #979797
    }

        .blue .nav-tabs.nav-tabs.nav-justified > li > a:hover,
        .blue .nav-tabs.nav-tabs.nav-justified > li > a:focus {
            background: #fff;
            color: #000
        }

    .blue .nav-tabs.nav-tabs.nav-justified > li.active > a,
    .blue .nav-tabs.nav-tabs.nav-justified > li.active > a:hover,
    .blue .nav-tabs.nav-tabs.nav-justified > li.active > a:focus {
        background: #fff;
        color: #000
    }

    .blue .media-heading {
        color: #000
    }

    .blue .media {
        border-bottom: #24398d solid 1px
    }

    .blue .pagination > li a {
        background: #f9babd
    }

        .blue .pagination > li a:hover,
        .blue .pagination > li a:focus,
        .blue .pagination > li.active a:hover,
        .blue .pagination > li.active a:focus {
            background: #24398d
        }

    .blue .pagination > li:first-child a,
    .blue .pagination > li:last-child a {
        background: #fff;
        color: #000
    }

    .blue .pagination > li.active a {
        background: #24398d
    }

    .blue .t7content h3,
    .blue .t7content .h3 {
        color: #000
    }

    .blue .t9content .media {
        border-bottom: none
    }

    .blue .linkpod a.pod {
        background: #24398d;
        color: #ffffff;
    }

    .blue .linkpod h2 {
        color: #ffffff;
        font-size: 18px;
        margin-bottom: 0;
    }

    .blue .linkpod .btn {
        margin-top: 10px;
    }

    .blue .productpods .linkpod a.pod {
        background: #717273;
        color: #ffffff;
        text-align: center
    }

    .blue .productpods th {
        background: #24398d;
        border-bottom: none
    }

        .blue .productpods th h3 {
            color: #ffffff;
            margin-bottom: 0
        }

.productcategorypods .productimgwrapper {
    border: #24398d solid 1px
}

.blue .breadcrumbs,
.blue .breadcrumbs a,
.blue .breadcrumbs a:hover,
.blue .breadcrumbs a:focus {
    color: #24398d
}
}

.green {
    color: #000
}

    .green .subnavheading {
        color: #85bc3f
    }

    .green .subnavbar .navbar-nav > li > a,
    .green .subnavbar .navbar-nav > li > a:hover,
    .green .subnavbar .navbar-nav > li > a:focus {
        color: #85bc3f
    }

    .green .navbar-default .navbar-toggle .icon-bar {
        background: #85bc3f
    }

    .green h1,
    .green .h1,
    .green h2,
    .green .h2,
    .green h3,
    .green .h3 {
        color: #85bc3f
    }

    .green a,
    .green a:hover,
    .green a:focus {
        color: #000
    }

    .green hr {
        border-color: #85bc3f
    }

    .green .form-control,
    .green .form-control:active,
    .green .form-control:focus {
        border: #fff;
        color: #85bc3f
    }

    .green input[placeholder].formcontrol {
        color: #85bc3f
    }

    .green a.sharepage,
    .green a.sharepage:hover,
    .green a.sharepage:focus {
        color: #85bc3f
    }

    .green .custom-select:after {
        background: #85bc3f url(../images/uiselectarrowwhite.png) center no-repeat
    }

    .green .btn,
    .green .btn:hover,
    .green .btn:focus,
    .green .btn:active {
        background: rgba(255, 255, 255, 0.5);
        border-color: #85bc3f;
        color: #85bc3f
    }

    .green .btn-standard,
    .green .btn-standard:hover {
        background: #85bc3f;
        color: #fff
    }

    .green .btn-default:after {
        background: #85bc3f url(../images/uilinkarrowwhite.png) center no-repeat;
        border-left-color: #85bc3f
    }

    .green .btn,
    .green .btn-standard {
        -webkit-box-shadow: 0 0 2px #85bc3f;
        box-shadow: 0 0 2px #85bc3f
    }

        .green .btn:hover,
        .green .btn-standard:hover,
        .green .btn:focus,
        .green .btn-standard:focus,
        .green .btn:active,
        .green .btn-standard:active {
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .green .nav-tabs.nav-tabs.nav-justified > li > a {
        background: #efefef;
        color: #979797
    }

        .green .nav-tabs.nav-tabs.nav-justified > li > a:hover,
        .green .nav-tabs.nav-tabs.nav-justified > li > a:focus {
            background: #fff;
            color: #000
        }

    .green .nav-tabs.nav-tabs.nav-justified > li.active > a,
    .green .nav-tabs.nav-tabs.nav-justified > li.active > a:hover,
    .green .nav-tabs.nav-tabs.nav-justified > li.active > a:focus {
        background: #fff;
        color: #000
    }

    .green .media-heading {
        color: #000
    }

    .green .media {
        border-bottom: #85bc3f solid 1px
    }

    .green .pagination > li a {
        background: #f9babd
    }

        .green .pagination > li a:hover,
        .green .pagination > li a:focus,
        .green .pagination > li.active a:hover,
        .green .pagination > li.active a:focus {
            background: #85bc3f
        }

    .green .pagination > li:first-child a,
    .green .pagination > li:last-child a {
        background: #fff;
        color: #000
    }

    .green .pagination > li.active a {
        background: #85bc3f
    }

    .green .t7content h3,
    .green .t7content .h3 {
        color: #000
    }

    .green .t9content .media {
        border-bottom: none
    }

.orange {
    color: #000
}

    .orange .subnavheading {
        color: #bc2e25
    }

    .orange .subnavbar .navbar-nav > li > a,
    .orange .subnavbar .navbar-nav > li > a:hover,
    .orange .subnavbar .navbar-nav > li > a:focus {
        color: #bc2e25
    }

    .orange .navbar-default .navbar-toggle .icon-bar {
        background: #bc2e25
    }

    .orange h1,
    .orange .h1,
    .orange h2,
    .orange .h2,
    .orange h3,
    .orange .h3 {
        color: #bc2e25
    }

    .orange a,
    .orange a:hover,
    .orange a:focus {
        color: #000
    }

    .orange hr {
        border-color: #bc2e25
    }

    .orange .form-control,
    .orange .form-control:active,
    .orange .form-control:focus {
        border: #fff;
        color: #bc2e25
    }

    .orange input[placeholder].formcontrol {
        color: #bc2e25
    }

    .orange a.sharepage,
    .orange a.sharepage:hover,
    .orange a.sharepage:focus {
        color: #bc2e25
    }

    .orange .custom-select:after {
        background: #bc2e25 url(../images/uiselectarrowwhite.png) center no-repeat
    }

    .orange .btn,
    .orange .btn:hover,
    .orange .btn:focus,
    .orange .btn:active {
        background: rgba(255, 255, 255, 0.5);
        border-color: #bc2e25;
        color: #bc2e25
    }

    .orange .btn-standard,
    .orange .btn-standard:hover {
        background: #bc2e25;
        color: #fff
    }

    .orange .btn-default:after {
        background: #bc2e25 url(../images/uilinkarrowwhite.png) center no-repeat;
        border-left-color: #bc2e25
    }

    .orange .btn,
    .orange .btn-standard {
        -webkit-box-shadow: 0 0 2px #bc2e25;
        box-shadow: 0 0 2px #bc2e25
    }

        .orange .btn:hover,
        .orange .btn-standard:hover,
        .orange .btn:focus,
        .orange .btn-standard:focus,
        .orange .btn:active,
        .orange .btn-standard:active {
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .orange .nav-tabs.nav-tabs.nav-justified > li > a {
        background: #efefef;
        color: #979797
    }

        .orange .nav-tabs.nav-tabs.nav-justified > li > a:hover,
        .orange .nav-tabs.nav-tabs.nav-justified > li > a:focus {
            background: #fff;
            color: #000
        }

    .orange .nav-tabs.nav-tabs.nav-justified > li.active > a,
    .orange .nav-tabs.nav-tabs.nav-justified > li.active > a:hover,
    .orange .nav-tabs.nav-tabs.nav-justified > li.active > a:focus {
        background: #fff;
        color: #000
    }

    .orange .media-heading {
        color: #000
    }

    .orange .media {
        border-bottom: #bc2e25 solid 1px
    }

    .orange .pagination > li a {
        background: #f9babd
    }

        .orange .pagination > li a:hover,
        .orange .pagination > li a:focus,
        .orange .pagination > li.active a:hover,
        .orange .pagination > li.active a:focus {
            background: #bc2e25
        }

    .orange .pagination > li:first-child a,
    .orange .pagination > li:last-child a {
        background: #fff;
        color: #000
    }

    .orange .pagination > li.active a {
        background: #bc2e25
    }

    .orange .t7content h3,
    .orange .t7content .h3 {
        color: #000
    }

    .orange .t9content .media {
        border-bottom: none
    }

#magic-line {
    position: absolute;
    bottom: 0;
    height: 9px;
    background: transparent url(../images/dropdownopen.png) bottom center no-repeat;
    margin: 0 6px
}

.maincontent table {
    border-collapse: collapse
}

    .maincontent td,
    .maincontent table th {
        border-bottom: 2px solid #eceaeb;
        padding: 5px
    }

#contact-map-container iframe {
    border: 0 !important;
    width: 100% !important;
    min-height: 355px !important;
    height: 100% !important
}

.st_sharethis {
    float: right
}

.productpage .st_sharethis {
    float: none;
}

#notification-modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    #notification-modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

#notification-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

    #notification-modal .modal-dialog .modal-content {
        background-color: black;
        border-color: black;
        color: white;
    }

        #notification-modal .modal-dialog .modal-content .modal-header {
            border-color: black;
        }

            #notification-modal .modal-dialog .modal-content .modal-header .close {
                color: white;
                opacity: .4;
            }

                #notification-modal .modal-dialog .modal-content .modal-header .close:hover {
                    opacity: .7;
                }
