@import url(//fonts.googleapis.com/css?family=Roboto&subset=cyrillic,cyrillic-ext,latin-ext);
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900&subset=cyrillic,cyrillic-ext,latin-ext');

html, body {
    overflow-x: hidden;
}

body {
    background-color: #f8f8f8;
    font-family: 'Roboto', sans-serif;
}

body.admin-menu {
    padding-top: 20px;
    margin-top: 0 !important;
}

body.admin-menu header {
    padding-top: 20px !important;
}

.centered {
    text-align: center;
}

.xs-centered {
    text-align: center;
}

.inner-wide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.btn {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.btn-primary {
    border: none;
    border-radius: 0;
    background-color: #00aeef;
}

.btn-pop-close {
    display: table;
    margin-top: 15px;
}

.relative {
    position: relative;
}

.bold {
    font-weight: bold;
}

small, .small {
    font-size: 75%;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #444444;
}

.no-mp {
    margin: 0;
    padding: 0;
}

blockquote {
    color: #14467c;
    background-color: #ebebeb;
    border: none;
    padding: 20px;
    font-style: italic;
}

.clearfix {
    clear: both;
}

.no-pad-left {
    padding-left: 0;
}

.no-pad-right {
    padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-color: #00aeef;
    width: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: #00aeef;
}

.hubspot-form-container {
    margin: 0 auto;
    max-width: 100%;
    margin-left: 15px;
    overflow: hidden;
}

.hs-form .hs-richtext {
    margin-bottom: 0;
}

.hs-form .actions {
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
}

.hs-form .hs-button {
    padding: 10px 30px;
    font-size: 1.2em;
    border: none !important;
    border-radius: 0;
    background-color: #4c7da5;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-shadow: none !important;
    background-image: none !important;
    box-shadow: none !important;
}

.hs-form .hs-button:hover {
    border: none !important;
    box-shadow: none !important;
    background-color: #69a2d1;
}

.hs-form label {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.hs-error-msgs {
    position: relative;
}

.hs-form.stacked .hs-error-msgs label {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0 0 2px;
    padding: 2px 6px !important;
    height: auto;
    background-color: #fdd2d0;
    font-size: 11px;
    border: 1px solid #fcb3af;
    padding: 4px 16px 4px 10px;
    color: #000000;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #fdd2d0));
    background-image: -webkit-linear-gradient(#fefefe, #fdd2d0);
    background-image: -moz-linear-gradient(#fefefe, #fdd2d0);
    background-image: -o-linear-gradient(#fefefe, #fdd2d0);
    background-image: linear-gradient(#fefefe, #fdd2d0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px #dddddd;
    -moz-box-shadow: 0 0 6px #dddddd;
    box-shadow: 0 0 6px #dddddd;
    /*z-index: 99999;*/
    width: auto
}

.hs-error-msgs label {
    white-space: nowrap !important;
}

.hs-loading {
    display: block;
    text-align: center;
}

.hs-loading i {
    font-size: 36px;
    margin: 100px;
    color: #13457c;
    -webkit-animation-name: rotateThis;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateThis;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotateThis;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.hubspot-form-container .submitted-message,
.hubspot-form-container .submitted-message h3 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

ul.action-links {
    margin: 7px 5px 0 0;
    float: right;
}

.view .pagination .progress-disabled {
    float: left;
}

.pager-load-more li > a {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    border-radius: 0;
    border-color: #13457c;
    color: #13457c;
    font-size: 1.5em;
    padding: 10px 50px;
}

.header-image-responsive {
    width: 100%;
    position: relative;
    height: auto;
}

.header-image-responsive:after {
    padding-top: 26%;
    display: block;
    content: '';
}

.header-image-responsive img {
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.field-name-body img {
    max-width: 100%;
}

.social-share ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.social-share ul li {
    display: inline-block;
    margin: 0 5px;
}

.social-share ul li a {
    font-size: 1.6em;
    border: 1px solid #13457c;
    color: #13457c;
    border-radius: 45px;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
}

.social-share ul li a i {
    line-height: 2;
}

.social-share ul li a span {
    display: none;
}

.social-share ul li a:hover {
    background-color: #13457c;
    color: #ffffff;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    opacity: 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.common-header {
    position: relative;
    color: #000000;
    padding: 0 20px;
}

.common-header .inner-wide {
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.common-header h1 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 2.5em;
    padding-top: 5px;
    display: inline-block;
    margin-bottom: 5px;
    color: #13457c;
}

.common-header h2 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1em;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.common-header h3 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    padding-bottom: 0;
    margin-top: 15px;
    padding-top: 0;
    line-height: 1.5;
}

.common-header .line {
    position: relative;
    margin-top: 5px;
}

.common-header .line-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 400%;
    border-bottom: 1px solid #13457c;
}

#term-header,
#term-header h1,
#term-header h2,
#term-header h3 {
    color: #ffffff;
}

#term-header .line-inner {
    border-color: #ffffff;
}

#category-overs {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none;
}

#category-overs li {
    display: inline-block;
    width: auto;
    margin: 0 2px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    text-align: center;
    vertical-align: bottom;
}

#category-overs a {
    display: block;
    width: 100%;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding-top: 5px;
    font-size: 0.9em;
    text-transform: uppercase;
}

#category-overs a:hover {
    text-decoration: none;
}

#category-overs a .relative {
    z-index: 1;
}

#category-overs a .overlay {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
}

#category-overs li a.active .overlay {
    top: 0% !important;
}

header {
    width: 100%;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    z-index: 98;
}

header .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 55px;
    height: 100%;
}

header .navbar-brand a {
    display: block;
    text-indent: -9999px;
    background: transparent url(../img/SpofaDental_2012_WHITE-01.svg) left center no-repeat;
    background-size: contain;
    text-align: left;
}

.row {
    height: 100%;
}

#header-top {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7093be+0,a4c4eb+100 */
    /*background: #4c7da5; !* Old browsers *!*/
    background: url("../img/header_image.png") no-repeat right center #4c7da5;

    /*background: -moz-linear-gradient(left, #7093be 0%, #a4c4eb 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(left, #7093be 0%,#a4c4eb 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to right, #7093be 0%,#a4c4eb 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7093be', endColorstr='#a4c4eb', GradientType=1); !* IE6-9 *!*/
    height: 55px;
    position: relative;
}

.container {
    height: 100%;
}

.row {
    height: 100%;
}

#header-cart-container {
    background-color: #10365f;
    line-height: 54px;
    position: relative;
    padding: 0;
    float: right;
    line-height: 54px;
}

#header-cart-container-mobile {
    background-color: #10365f;
    line-height: 54px;
    position: static;
    padding: 0;
}

.header-cart {
    cursor: pointer;
    text-align: center;
}

.header-cart i {
    font-size: 1.8em;
    margin-right: 10px;
    color: #ffffff;
    vertical-align: sub;
    position: relative;
}

.header-cart i span {
    position: absolute;
    right: -12px;
    top: -6px;
    background-color: #00aeef;
    font-size: 10px;
    padding: 4px 3px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.header-cart a.cart-toggle {
    color: #ffffff;
    font-size: 0.8em;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.header-cart a:hover {
    text-decoration: none;
}

#header-cart-container:hover a.cart-toggle, .header-cart a.cart-toggle.active {
    border-bottom: 3px solid #05abed
}

#header-cart-container-mobile:hover a.cart-toggle, .header-cart a.cart-toggle.active {
    border-bottom: 3px solid #05abed
}

.header-cart-contents {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-top: none;
    z-index: 10;
    width: 150%;
}

.header-cart-contents .views-row {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    color: #14467c;
    font-size: 12px;
    line-height: 14px;
}

.header-cart-contents .views-field-field-sku-image {
    width: 35%;
    display: inline-block;
    padding-right: 5px;
    vertical-align: top;
}

.header-cart-contents .views-field-field-sku-image img {
    max-width: 100%;
    height: auto;
}

.header-cart-contents .views-field-line-item-title {
    width: 61%;
    display: inline-block;
    vertical-align: top;
}

.header-cart-contents .views-field-line-item-title .field-content span {
    display: block;
    color: #00aeef;
    margin-top: 5px;
}

.header-cart-contents .btn {
    display: block;
    margin: 10px;
    padding: 10px;
    font-size: 1em;
}

#header-cart-container-mobile .header-cart-contents {
    width: 100%;
}

#header-cart-container-mobile .header-cart-contents .views-field-field-sku-image {
    width: 25%;
}

#header-cart-container-mobile .header-cart-contents .views-field-line-item-title {
    width: 71%;
}

#header-bottom {
    background-color: #eeeeee;
    padding: 0 5px;
    color: #13457c;
    height: 100%;
    white-space: nowrap;
}

#header-bottom .container {
    text-align: right;
    height: 100%;
    padding: 0px;
    white-space: nowrap;
    display: flex;
    flex-direction: row-reverse;
}

#header-bottom .h3 {
    float: right;
    margin: 0px 5px 0px 0px;
    font-size: 12px;
    color: #444444;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    line-height: 35px;
}

#header-help, #header-international, #header-search {
    float: right;
    vertical-align: middle;
    height: 35px;
    white-space: nowrap;
    text-align: center;
    padding: 0px 7px 0px 8px;
}

#header-international, #header-search {
    flex-grow: 1;
}

#header-help {
    cursor: pointer;
    color: #a7a7a7;
    font-size: 12px;
    padding: 0px 7px 0px 0px;
}

#header-help .help-container {
    text-align: right;
    float: right;
    overflow: hidden;
    position: relative;
    right: 0px;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 35px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#header-help .help-container.open {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    min-width: 100px;
}

#header-help .help-text {
    white-space: nowrap;
    height: 100%;
    position: absolute;
    text-align: right;
    top: 0px;
    right: 0px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#header-help .help-text {
    width: 100%;
    float: right;
    text-align: right;
}

#header-help .help-phone {
    white-space: nowrap;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#header-help .help-text.out {
    right: -150px;
}

#header-help .help-phone.out {
    right: -150px;
}

#header-help i {
    color: #4c7da5;
    font-size: 22px;
}

#header-help .h3 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#header-help i.fa-mobile {
    float: right;
    line-height: 35px;
    margin: 0 5px 0 0;
}

#header-help .fa-question-circle {
    line-height: 35px;
    margin: 0 0px 0 0;
    float: right;
}

#header-help .shake {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: shake;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: shake;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#header-international .fa-globe {
    float: none;
    line-height: 35px;
    margin: 0;
}

#header-help:hover i {
    color: #555555;
}

#header-international {
    color: #13457c;
    font-size: 22px;
    position: relative;
    text-align: center;
}

#header-international .h3 {
    margin: 0 5px 0 0;
    cursor: pointer;
    float: left;
}

#header-international span {
    color: #a7a7a7;
    font-size: 12px;
    vertical-align: middle;
}

#header-international i {
    cursor: pointer;
    color: #4c7da5;
}

#header-international i:hover {
    color: #555555;
}

#header-search {
    color: #13457c;
    font-size: 22px;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
}

#header-search.searching {
    border-left: none;
    border-right: none;
}

#header-search .form-group {
    margin: 0;
    text-align: center;
    width: auto;
}

#header-search .form-group .input-group {
    margin: 0px auto;
    text-align: center;
    width: auto;
}

#header-search .input-group-btn {
    width: auto;
    line-height: 35px;
}

#header-search .form-text {
    display: none;
    width: 250px;
    margin-right: 5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 16px;
    padding: 3px 12px;
    height: auto;
    box-shadow: none;
}

#header-search button {
    background: transparent;
    border: none;
    color: #4c7da5;
    font-size: 1em;
    padding: 0;
    outline: 0;
    line-height: 35px;
}

#header-search button:hover {
    color: #555555;
}

#header-search button.form-submit {
    display: none;
}

.main-container {
    position: relative;
    background: #ffffff;
}

.main-container:before {
    display: block;
    -webkit-box-shadow: -20px 0 24px -24px inset;
    -moz-box-shadow: -20px 0 24px -24px inset;
    box-shadow: -20px 0 24px -24px inset;
    content: " ";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 15px;
    z-index: 50;
}

.main-container:after {
    display: block;
    -webkit-box-shadow: 20px 0 24px -24px inset;
    -moz-box-shadow: 20px 0 24px -24px inset;
    box-shadow: 20px 0 24px -24px inset;
    content: " ";
    height: 100%;
    position: absolute;
    right: -13px;
    top: 0;
    width: 15px;
    z-index: 50;
}

.main-container.firefox-container:before {
    box-shadow: -20px 0 17px -24px inset;
}

.main-container.firefox-container:after {
    box-shadow: 20px 0 17px -24px inset;
}

section.block-system-main {
    margin-top: 50px;
}

.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.footer {
    margin: 0 -15px;
    padding: 0px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

footer .inner-wide {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7093be+0,a4c4eb+100 */
    background: #4c7da5; /* Old browsers */
    /*background: -moz-linear-gradient(left, #7093be 0%, #a4c4eb 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(left, #7093be 0%, #a4c4eb 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to right, #7093be 0%, #a4c4eb 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7093be', endColorstr='#a4c4eb', GradientType=1); !* IE6-9 *!*/
}

footer a,
footer a:active,
footer a:visited {
    color: #ffffff;
    text-decoration: none !important;
}

footer a:hover {
    text-decoration: underline !important;
}

footer .left {
    margin-top: 20px;
}

footer .left ul, footer .mid ul {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

footer .left ul li, footer .mid ul li {
    list-style-type: none;
    margin: 10px 0;
    font-size: 0.9em;
}

footer .right {
    padding-top: 25px;
}

footer .right .get-connected {
    display: block;
    text-align: center;
    color: #ffffff;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

footer .right .line {
    border-bottom: 1px solid #113a66;
    width: 50%;
    margin: 10px auto 0 auto;
    height: 1px;
}

footer .right .get-connected i {
    border: 1px solid #ffffff;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    line-height: 1.2;
}

footer .right ul {
    list-style-type: none;
    margin: 0;
    padding: 15px 0 0 0;
    text-align: center;
}

footer .right ul li {
    display: inline-block;
    margin: 0 5px;
}

footer .right ul li a {
    font-size: 1.6em;
    border: 1px solid #ffffff;
    border-radius: 45px;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
}

footer .right ul li a i {
    line-height: 2;
}

footer .right ul li a span {
    display: block;
    text-indent: -9999px;
    position: absolute;
}

footer .right ul li a:hover {
    border-color: #42c0f6;
}

footer .right .copyright {
    font-size: 0.7em;
    color: #ffffff;
    text-align: center;
    margin: 19px auto 0 auto;
}

header nav.col-md-9 {
    padding: 0;
}

#header-top nav {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
}

#kerrdental-nav {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 20;
    position: relative;
    clear: both;
    overflow: scroll;
}

#kerrdental-nav ul {
    background-color: #dad9d9;
}

#kerrdental-nav li {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    background-color: #dad9d9;
    width: 100%;
}

#kerrdental-nav li li.last {
    padding-bottom: 0;
}

#kerrdental-nav li.link-depth-1 {
    cursor: pointer;
}

#kerrdental-nav li ul li {
    height: auto;
}

#kerrdental-nav li a {
    display: block;
    color: #13457c;
    padding: 4px 10px;
    width: 100%;
    white-space: nowrap;
    text-align: left;
    font-size: 1em;
}

#kerrdental-nav li.active a, #kerrdental-nav li.active-trail a {
    text-decoration: none;
    outline: none;
    color: #13457c;
}

#kerrdental-nav li a:hover, #kerrdental-nav li a:focus, #kerrdental-nav li a:active {
    text-decoration: none;
}

#kerrdental-nav li.active li a, #kerrdental-nav li.active-trail li a {
    border: 0;
}

#kerrdental-nav ul li.active a, #kerrdental-nav ul li a {
    padding: 10px 40px 10px 25px;
    margin-top: 0;
    font-size: 1em;
    text-align: left;
}

#kerrdental-nav li a.menutype-drop:after {
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: 50%;
    padding-left: 5px;
    vertical-align: middle;
}

#kerrdental-nav li ul li a.menutype-drop {
    position: relative;
}

#kerrdental-nav li ul li a.menutype-drop:after {
    position: absolute;
    top: 5px;
    right: 10px;
    content: "\f078";
    font-size: 1.5em;
}

#kerrdental-nav li ul li a:hover {
    text-decoration: none;
    background-color: #69a2d1;
}

#kerrdental-nav li ul {
    margin: 0;
    padding: 0;
    position: static;
    top: 53px;
    left: -100%;
    display: none;
    z-index: 21;
    background-color: #4c7da5;

}

#kerrdental-nav li.menu-our-company ul {
    left: -70%;
}

#kerrdental-nav li ul.depth-1 {
    margin-left: 30px;
}

#kerrdental-nav li ul.depth-2 {
    margin-left: 60px;
}

#kerrdental-nav li ul li {
    width: 100%;
    padding: 0;
    margin: 0;
    position: static;
}

#kerrdental-nav li ul ul {
    display: none;
    top: 0;
    background: transparent;
    position: static;
    left: 0;
}

#kerrdental-nav li ul ul a {
    color: #000000;
}

#kerrdental-nav li.category-matrix {
    width: 100%;
}

#kerrdental-nav #matrix-container {
    width: 100%;
    background-color: #f8f8f8;
    padding-top: 1px;
}

#kerrdental-nav #matrix-container .top-tabs a {
    float: none;
    width: 100%;
    text-align: left;
    display: block;
    cursor: pointer;
    padding: 10px 10px 10px 35px;
    border: none;
    color: #ffffff;
    white-space: normal;
}

#kerrdental-nav #matrix-container .top-tabs a:first-child {
    margin-left: 1px;
    margin-right: -1px;
}

#kerrdental-nav #matrix-container .content-container {
    clear: both;
    display: none;
    margin-top: 2px;
    padding-left: 1px;
    min-height: 400px;
}

#kerrdental-nav #matrix-container .content-container.active {
    display: table;
    height: 100%;
}

#kerrdental-nav #matrix-container .left-tabs {
    width: 180px;
    height: 100%;
    display: table-cell;
    opacity: 1;
    visibility: visible;
    vertical-align: top;
    text-align: left;
    color: #13457c;
    font-size: 0.9em;
    background: #e5e5e5;
    padding-top: 5px;
}

#kerrdental-nav #matrix-container .left-tabs a {
    cursor: pointer;
    padding: 5px 15px 5px 15px;
    position: relative;
    border: none;
    color: #1d447c;
    white-space: normal;
}

#kerrdental-nav #matrix-container .left-tabs a span {
    margin-right: 10px;
}

#kerrdental-nav #matrix-container .left-tabs a:hover {
    background-color: transparent;
}

#kerrdental-nav #matrix-container .left-tabs a:hover span, #kerrdental-nav #matrix-container .left-tabs a.active span {
    border-bottom: 1px solid #13457c;
    padding-bottom: 1px;
    font-weight: bolder;
}

#kerrdental-nav #matrix-container .right-contents {
    display: table-cell;
    height: 100%;
    vertical-align: top;
}

#kerrdental-nav #matrix-container .right-contents .content-holder {
    display: none;
    text-align: left;
    padding-bottom: 125px;
}

#kerrdental-nav #matrix-container .right-contents .content-holder.active {
    display: block;
}

#kerrdental-nav #matrix-container .right-contents .content-holder .product {
    display: inline-block;
    text-align: center;
    margin: 10px 5px 25px 20px;
    width: 100px;
    padding: 0;
    white-space: normal;
    border: none;
    color: #13457c;
    font-size: 0.9em;
    vertical-align: top;
}

#kerrdental-nav #matrix-container .right-contents .content-holder .product span.img {
    height: 108px;
    margin-bottom: 5px;
    display: block;
    border: 1px solid #c2c2c2;
    padding: 3px;
    background-color: #ffffff;
}

#kerrdental-nav #matrix-container .right-contents .content-holder .product img {
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#kerrdental-nav #matrix-container .right-contents .content-holder .product:hover {
    background: transparent;
}

#kerrdental-nav #matrix-container .right-contents .content-holder .product:hover img {
    opacity: 0.8;
    visibility: visible;
}

#kerrdental-nav #matrix-container .right-contents .content-holder .info {
    width: 75%;
    color: #13457c;
    vertical-align: top;
    padding: 15px;
    position: absolute;
    left: 25%;
    bottom: 0;
}

#kerrdental-nav #matrix-container .right-contents .content-holder .info .header {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #13457c;
    font-size: 1.1em;
}

#kerrdental-nav #matrix-container .right-contents .content-holder .info .header a:hover {
    color: #13457c;
    background-color: transparent;
}

#kerrdental-nav #matrix-container .right-contents .content-holder .see-all {
    text-align: center;
}

#kerrdental-nav #matrix-container .right-contents .content-holder .see-all a {
    color: #000000;
    border: 0;
    display: inline-block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding: 0;
    text-align: center;
    margin-top: 10px;
}

#kerrdental-nav #matrix-container .right-contents .content-holder .see-all a i {
    border: 1px solid #000000;
    border-color: inherit;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    line-height: 1.2;
    padding-left: 2px;
}

#kerrdental-nav #matrix-container .right-contents .content-holder .see-all a:hover {
    color: #898989;
    background-color: transparent;
}

#kerrdental-nav li.submenu-columns ul {
    width: 725px;
    text-align: left;
    top: 0;
    background-color: transparent;
}

#kerrdental-nav li.submenu-columns ul li {
    width: 100%;
    margin-right: -5px;
    vertical-align: top;
}

#kerrdental-nav #specialty-dentist, #kerrdental-nav #specialty-endo, #kerrdental-nav #specialty-hygen, #kerrdental-nav #specialty-lab {
    margin: 0;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
    padding: 0;
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 0;
    border: none;
    background-color: transparent;
    white-space: normal;
}

@media (max-width: 991px) {
    /* #kerrdental-nav #ul-398{
    margin-left: 30px;
    position:relative;
    z-index:10;
    top:0px;
    left:0px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
  }
  #kerrdental-nav #ul-740 {
    margin-left: 30px;
    position:relative;
    z-index:9;
    top:0px;
    left:0px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
  }*/
    #header-top nav {
        z-index: 60;
    }

    #kerrdental-nav li ul.depth-1 {
        margin-left: 0;
    }

    #kerrdental-nav li ul.depth-2 {
        margin-left: 0px;
    }

    #kerrdental-nav li ul.depth-2 li.leaf {
        padding-left: 35px;
        height: 50px;
    }

    #kerrdental-nav li ul.depth-2 li.leaf a {
        line-height: 30px;
    }

    #kerrdental-nav #specialty-dentist, #kerrdental-nav #specialty-endo, #kerrdental-nav #specialty-hygen, #kerrdental-nav #specialty-lab {
        line-height: 40px;
    }

    #kerrdental-nav li {
        background-color: #428bca;;
        min-height: 40px;
        border-bottom: 1px solid #ffffff;
    }

    #kerrdental-nav li ul li {
        background-color: #428bca;
    }

    #kerrdental-nav li :hover {
        background-color: #05abed;
    }

    /*#kerrdental-nav li.active-d1, #kerrdental-nav li .active-d2 {
    background-color: #10365F;
  }*/
    #kerrdental-nav li a {
        display: block;
        color: #ffffff;
        padding: 4px 10px;
        width: 100%;
        white-space: nowrap;
        text-align: left;
        font-size: 16px;
        height: 100%;
        line-height: 30px;
    }

    #kerrdental-nav li.active a, #kerrdental-nav li.active-trail a {
        text-decoration: none;
        outline: none;
        color: #ffffff;
        background-color: #428bca;
    }

    #kerrdental-nav li.active-d2 a, #kerrdental-nav li.active-trail a, #kerrdental-nav li ul li a:hover {
        text-decoration: none;
        outline: none;
        color: #ffffff !important;
        background-color: #428bca;
    }

    #kerrdental-nav li.first {
        border-top: 1px solid #ffffff;
    }
}

#mobile-menu-button {
    display: block;
    height: 100%;
    line-height: 55px;
    cursor: pointer;
    float: left;
    color: #ffffff;
    font-size: 32px;
    z-index: 1;
}

#mobile-menu-button .fa-bars {
    padding-right: 20px;
    padding-top: 10px;
    height: 55px;
    vertical-align: top;
    border-right: 1px solid #ffffff;
}

#mobile-menu-button .fa-times {
    padding-right: 22px;
    padding-top: 10px;
    height: 55px;
    vertical-align: top;
    border-right: 1px solid #ffffff;
}

#home-carousel-container {
    display: none;
    position: relative;
    max-width: 2000px;
    width: 100%;
    margin: 0 auto 0 auto;
}

#home-carousel-container .container {
    position: absolute;
    background-color: transparent;
    left: 0;
    right: 0;
}

#home-carousel-container .slides a {
    height: 400px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
}

#home-carousel-container .flex-control-paging {
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 5;
}

#home-carousel-container .flex-direction-nav .flex-prev, #home-carousel-container .flex-direction-nav .flex-next {
    position: absolute;
    top: 40%;
    left: 20px;
    color: #14467c;
    display: block;
    text-align: center;
    font-size: 50px;
    border: 1px solid #14467c;
    border-radius: 55px;
    width: 55px;
    height: 55px;
    line-height: 1;
    padding-right: 5px;
    z-index: 5;
    text-decoration: none;
}

#home-carousel-container .flex-direction-nav .flex-next {
    left: auto;
    right: 20px;
    padding-right: 0;
    padding-left: 5px;
}

#home-carousel-container .flex-direction-nav .flex-prev:hover, #home-carousel-container .flex-direction-nav .flex-next:hover {
    color: #113a66;
    border-color: #113a66;
}

#home-carousel-container .flex-direction-nav a:before {
    font-family: 'FontAwesome';
    content: "\f104";
    color: #14467c;
    font-size: 50px;
}

#home-carousel-container .flex-direction-nav a.flex-next:before {
    content: "\f105";
}

#home-carousel {
    background: transparent;
    border: none;
    margin: 0;
}

body.front .main-container {
    padding-top: 0;
}

#home-specialties {
    margin: 20px 0 0 0;
}

#home-specialties ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: -6px;
    margin-right: -4px;
}

#home-specialties ul li {
    padding: 0px 5px;
}

#home-specialties ul li a {
    display: block;
    width: 100%;
    height: 225px;
    position: relative;
    text-align: center;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    overflow: hidden;
    padding: 0 8px;
    max-width: 285px;
    margin: 0 auto;
}

#home-specialties ul li a:hover {
    text-decoration: none;
}

#home-specialties ul li a .main-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 225px;
    top: 0;
    left: 0;
    background-color: rgba(5, 36, 70, 0.9);
    display: block;
}

#home-specialties ul li a .overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 225px;
    top: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    font-weight: bold;
}

#home-specialties ul li a h2.main-title {
    padding: 0 10px;
    margin: 0;
    font-family: Montserrat;
    color: #ffffff;
    font-size: 1.8em;
    line-height: normal;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#home-specialties ul li a .name {
    font-size: 1.8em;
    display: block;
    padding: 10% 10px 0 10px;
}

#home-specialties ul li a .descript {
    display: block;
    font-size: 1em;
    margin-top: 10px;
    padding: 0 20px;
    line-height: 1.8;
}

@media (max-width: 550px) {
    #home-specialties {
        margin: 0;
    }

    #home-specialties ul {
        margin: 0px;
    }

    #home-specialties ul li {
        padding: 2px;
    }

    #home-specialties ul li a {
        height: 125px;
    }

    #home-specialties ul li a .main-overlay {
        height: 125px;
    }

    #home-specialties ul li a .overlay {
        height: 125px;
    }

    #home-specialties ul li a h2.main-title {
        font-size: 21px;
    }

    #home-specialties ul li a .name {
        font-size: 18px;
        line-height: normal;
    }

    #home-specialties ul li a .descript {
        line-height: 16px;
        font-size: 16px;
    }
}

#home-specialties ul li a#home-specialty-7 .name {
    padding-top: 4%;
}

#home-specialties ul li a .more {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 30px;
    background: #14467c;
    color: #ffffff;
    margin-top: 10px;
}

#home-specialties ul li a#home-specialty-5:before, #home-specialties ul li a#home-specialty-6:before, #home-specialties ul li a#home-specialty-7:before, #home-specialties ul li a#home-specialty-8:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent url(../img/home-specialty-bg.jpg) 0 0 no-repeat;
}

#home-specialties ul li > a#home-specialty-6:before {
    background-position: -287px 0;
}

#home-specialties ul li a#home-specialty-7:before {
    background-position: -571px 0;
}

#home-specialties ul li a#home-specialty-8:before {
    background-position: -855px 0;
}

@media (min-width: 551px) and (max-width: 991px) {
    #home-specialties ul li a#home-specialty-5,
    #home-specialties ul li a#home-specialty-7 {
        margin-right: 10px;
    }

    #home-specialties ul li a#home-specialty-6,
    #home-specialties ul li a#home-specialty-8 {
        margin-left: 10px;
    }

    #home-specialties ul li a#home-specialty-7,
    #home-specialties ul li a#home-specialty-8 {
        margin-top: 20px;
    }
}

@media (max-width: 400px) {
    #home-specialties ul li a#home-specialty-5:before {
        background-position: -21px 0;
    }

    #home-specialties ul li a#home-specialty-6:before {
        background-position: -332px -19px;
    }

    #home-specialties ul li a#home-specialty-7:before {
        background-position: -614px 0;
    }

    #home-specialties ul li a#home-specialty-8:before {
        background-position: -890px 0;
    }
}

#home-about {
    text-align: center;
    color: #666666;
    position: relative;
    padding: 15px;
}

#home-about .homepage_block-heading {
    font-size: 1.786em;
    font-weight: normal;
    color: #7b7b7b;
}

#home-about .inner-wide {
    background-color: #e5e5e5;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200%;
    margin-left: -50%;
    margin-right: 50%;
}

#home-about h5 {
    font-size: 1.2em;
    margin-top: 0;
}

#home-about p {
    max-width: 600px;
    margin: 0 auto 10px auto;
    text-align: left;
}

#home-about a.more, #home-about a.less {
    color: #666666;
    font-size: 0.9em;
}

#home-about a.more:hover, #home-about a.less:hover {
    text-decoration: none;
    color: #14467c;
}

#home-about .more-text {
    display: none;
}

#home-mid {
    margin-right: 2px;
}

#home-mid .left {
    padding-left: 0;
}

#home-mid .home-mid-procedure {
    position: relative;
    padding-top: 1px;
    margin-top: 15px;
}

#home-mid .home-mid-procedure .procedure-image img {
    width: 100%;
}

#home-mid .home-mid-procedure .inner {
    position: relative;
}

#home-mid .home-mid-procedure .inner .inner-bg {
    background-color: #4c7da5;
    position: absolute;
    width: 200%;
    height: 100%;
    margin-left: -100%;
    top: 0;
    right: 0;
}

#home-mid .home-mid-procedure .inner .row {
    color: #ffffff;
    padding: 5px 0;
}

#home-mid .home-mid-promotion .promo-links {
    position: relative;
    margin-top: 20px;
    margin-left: 30px;
}

#home-mid .home-mid-procedure .inner a, #home-mid .home-mid-promotion .promo-links div {
    display: inline-block;
}

#home-mid .home-mid-procedure .inner a, #home-mid .home-mid-promotion .promo-links a {
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 10px 35px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #ffffff;
}

#home-mid .home-mid-procedure .inner a.btn-light:hover {
    background: #69a2d1;
    /*color: #fff;*/
}

#home-mid .home-mid-procedure .inner a {
    margin-left: -15px;
    padding: 10px 25px;
    white-space: nowrap;
}

#home-mid .home-mid-procedure .inner a:hover, #home-mid .home-mid-promotion .promo-links a:hover {
    text-decoration: none;
    background-color: #00aeef;
}

#home-mid .home-mid-promotion .promo-links a {
    margin-left: 20px;
}

#home-mid .home-mid-procedure .inner .title {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.8em;
    padding-top: 10px;
    margin: 0;
}

#home-mid .home-mid-procedure .inner .title .col-md-11 {
    padding-left: 0;
}

#home-mid .home-mid-procedure .line-container, #home-mid .home-mid-promotion .line-container {
    position: relative;
}

#home-mid .home-mid-procedure .line, #home-mid .home-mid-promotion .line {
    height: 1px;
    border-bottom: 1px solid #ffffff;
    position: absolute;
    top: 0;
    right: 40%;
    width: 200%;
    margin-left: -100%;
}

#home-mid .home-mid-promotion .line {
    right: 0;
}

#home-mid .home-mid-procedure .inner .bottom {
    padding: 15px 0;
}

#home-mid .home-mid-promotion {
    position: relative;
    margin-top: 15px;
    color: #ffffff;
    padding-bottom: 25px;
}

#home-mid .home-mid-promotion .promotion-bg {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 200%;
    height: 100%;
    margin-left: -100%;
    top: 0;
    right: 0;
}

#home-mid .home-mid-promotion .title {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.3em;
    margin-top: 20px;
    letter-spacing: 8px;
}

#home-mid .home-mid-promotion .promo-title {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.8em;
}

#home-mid .home-mid-promotion p {
    margin-top: 15px;
}

#home-mid .home-mid-promotion .promo-image {
    margin-top: 20px;
    text-align: left;
}

#home-mid .home-mid-promotion .promo-image div {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 768px) {
    #home-mid {
        margin: 0px;
    }

    #home-mid .home-mid-procedure .inner {
        margin-top: 0px;
    }

    #home-mid .home-mid-procedure {
        margin-top: 0px;
    }

    #home-mid .home-mid-promotion .promo-links {
        margin: 0px auto;
        padding: 0;
        text-align: center;
    }

    #home-mid .home-mid-promotion .promo-links div {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    #home-mid .home-mid-promotion .promo-links a {
        width: 70%;
        margin: 0px auto;
        background-color: #65b403;
        z-index: 10;
    }

    .home-mid-procedure {
        margin: 0px;
        margin-right: -15px;
    }

    #home-mid .home-mid-procedure .inner a, #home-mid .home-mid-promotion .promo-links a {
        margin-top: 20px;
        padding: 10px 10px;
        position: relative;
        width: 100%;
        max-width: 200px;
        margin-left: 0;
    }

    #home-mid .home-mid-procedure .inner .bottom {
        padding: 15px 0px 20px 0px;
        margin-right: 0;
    }

    #home-mid .home-mid-promotion {
        margin-top: 0px;
        margin-right: -15px;
        color: #ffffff;
        padding-bottom: 15px;
    }

    #home-mid .home-mid-promotion .row {
        margin: 0;
    }

    #home-mid .home-mid-promotion .promotion-bg {
        width: 100%;
    }

    #home-mid .home-mid-promotion p {
        margin-right: 15px;
    }

    #home-mid .home-mid-promotion .promo-image div {
        margin: 0px auto;
        padding: 0;
        position: relative;
    }

    #home-mid .home-mid-procedure .inner .inner-bg {
        max-width: 100%;
    }

    #home-mid .home-mid-procedure .inner .title .col-md-11 {
        padding-left: 15px;
    }

    #home-about {
        text-align: left;
    }
}

@media (max-width: 1199px) {
    #home-mid .home-mid-promotion .promo-image div {
        width: 175px;
        height: 175px;
    }
}

#home-mid .right {
    text-align: center;
}

#home-mid .home-mid-buy, #home-mid .home-mid-demo, #home-mid .home-mid-sample {
    padding: 40px 0;
}

#home-mid .home-mid-line {
    height: 1px;
    width: 100%;
    position: relative;
}

#home-mid .home-mid-line .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #14467c;
}

#home-mid .right h4 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 2.5em;
    color: #14467c;
    padding: 0 55px;
    display: inline-block;
    vertical-align: top;
}

#home-mid .right h4 span {
    display: inline-block;
    height: 29px;
    width: 35px;
    background: transparent url(../img/home-icons.png) 0 0 no-repeat;
    background-size: 32px auto;
    margin: 0 5px -3px 0;
}

#home-mid .home-mid-demo h4 span {
    background-position: 0 -39px;
}

#home-mid .home-mid-sample h4 span {
    background-position: 0 -79px;
}

#home-mid #home-mid-demo-select, #home-mid #home-mid-sample-select {
    width: 50%;
}

#home-mid .right p {
    color: #14467c;
    max-width: 400px;
    margin: 0 auto 20px auto;
}

#home-mid .right a {
    display: inline-block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding: 10px 60px;
    font-size: 1.5em;
    background-color: #4c7da5;
    color: #ffffff;
}

#home-mid .right a:hover {
    text-decoration: none;
    background-color: #69a2d1;
    color: #ffffff;
}

a.product-listing {
    padding: 20px 20px;
    border: 1px solid #dddddd;
    display: inline-block;
    margin: 10px 30px;
    color: #4c7da5;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    vertical-align: top;
    height: 100%;
    width: 195px;
    text-align: center;
    position: relative;
}

a .hover-bg {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dddddd;
    z-index: 1;
}

a.product-listing img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

a.product-listing span.img {
    display: block;
    height: 155px;
    margin-bottom: 5px;
}

a.product-listing span.title {
    display: block;
}

a.product-listing span.subtitle {
    display: block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.8em;
    padding-top: 10px;
    margin-top: 5px;
    color: #4c7da5;
    border-top: 1px solid #14467c;
    margin-bottom: 15px;
}

a.product-listing:hover {
    text-decoration: none;
}

a:hover .hover-bg {
    opacity: 0.1;
    visibility: visible;
}

#category-expand-boxes {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
}

#category-expand-boxes li {
    display: inline-block;
}

#category-expand-boxes a {
    display: block;
    text-indent: -9999px;
    width: 25px;
    color: #ffffff;
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
    white-space: nowrap;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    text-transform: uppercase;
}

#category-expand-boxes a.active {
    text-indent: 0;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

#category-expand-boxes a:hover {
    text-decoration: none;
}

.node-product #category-expand-boxes {
    text-align: right;
    margin: 15px 2px 25px 0;
}

.node-product h1 {
    display: none;
}

.node-product .line {
    position: relative;
    margin: 0 0 15px 0;
}

.node-product .line-inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #4c7da5;
}

.node-product .top-row {
    margin: 15px 0 0 0;
}

.node-product #product-top-left {
    padding: 0 20px 0 60px;
}

.node-product .flexslider {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0 50px;
    margin-left: -50px;
    margin-right: -10px;
}

.node-product .flexslider .flex-control-thumbs {
    width: 80%;
    border-top: 1px solid #b2b2b2;
    margin: 20px auto 0 auto;
    padding-top: 10px;
}

.node-product .flex-control-thumbs li {
    padding: 0 10px;
    height: 100px;
    float: none;
    overflow: hidden;
}

.node-product .flex-control-thumbs img {
    max-height: 100px;
    width: auto;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.node-product .flex-direction-nav a {
    height: 50px;
    top: 35%;
}

.node-product .flex-direction-nav a:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 45px;
}

.node-product .flex-direction-nav a.flex-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
}

.node-product .flexslider .slides img {
    width: auto;
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}

.node-product #product-top-right {
    padding: 0 15px;
}

.node-product #product-top-right h1 {
    display: inline;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #4c7da5;
    font-size: 1.786em;
    font-weight: normal;
}

.node-product #product-top-right .title-category {
    display: inline-block;
    margin-left: 30px;
}

.node-product #product-top-right .title-category a {
    color: #69a3d2;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

.node-product #product-top-right .title-category a:hover {
    text-decoration: none;
    color: #14467c;
}

.node-product #product-top-right h2 {
    color: #323232;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.357em;
    margin: 0 0 5px 0;
    font-weight: normal;
}

.node-product #product-top-right .title-promo {
    display: inline-block;
    vertical-align: super;
    background-color: #d4d4d4;
    padding: 2px 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 20px;
}

.node-product #product-top-right .field-name-body {
    line-height: 1.7;
}

.node-product #product-top-right .product-buttons {
    margin-top: 20px;
    text-align: center;
}

.node-product #product-top-right .product-buttons a {
    padding: 10px 30px;
    font-size: 1.2em;
}

.node-product #product-top-right .product-buttons .field-item {
    display: inline-block;
    margin: 7px;
}

.node-product #product-featured {
    background-color: #006a95;
    margin: 50px 0 0 0;
    position: relative;
    font-size: 14px;
}

.node-product #product-featured .inner-wide-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006a95;
}

.node-product #product-featured .left {
    padding: 15px 0 15px 0;
    line-height: 0;
}

.node-product #product-featured .left iframe {
    width: 500px;
    height: 300px;
}

.node-product #product-featured .left img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    margin: -15px;
}

.node-product #product-featured .field-name-field-featured-video {
    text-align: center;
}

.node-product #product-featured .right {
    padding: 20px 20px 20px 20px;
    left: 0px;
    color: #ffffff;
    line-height: 1.5;
    position: relative;
}

.node-product #product-featured .right a:not(.btn) {
    color: #ffffff;
    text-decoration: underline;
}

.node-product #product-featured .right a:not(.btn):hover {
    text-decoration: none;
}

.node-product #product-featured h3 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
    margin-top: 0;
}

.node-product #product-featured .line-inner {
    border-color: #ffffff;
}

.node-product #product-featured .line {
    margin-bottom: 23px;
}

.node-product #product-featured .center {
    color: #ffffff;
    padding: 50px 20px;
}

.node-product #product-featured .center h3 {
    margin-left: -20px;
}

.node-product #product-featured .center .line {
    margin-left: -20px;
}

.node-product #product-related {
    width: 100%;
    text-align: center;
    position: relative;
}

.node-product #product-related .inner-wide {
    background-color: #eeeeee;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.node-product #product-related h3 {
    color: #14467c;
    font-size: 2.5em;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.node-product #product-related ul {
    display: table;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.node-product #product-related li {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.node-product #product-related li a {
    background-color: #ffffff;
}

.node-product #product-info {
    margin: 30px 0 60px 0;
}

.node-product #product-info-left {
    padding: 0;
}

.node-product #product-info-list {
    display: none;
    list-style-type: none;
    padding: 13px 0 0 0;
    background-color: #13457c;
}

.node-product #product-info-list li.list,
.node-product #product-info-list li#more-info-drop {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin: 0 40px 10px 40px;
}

.node-product #product-info-list li.list span {
    cursor: pointer;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: normal;
    border-bottom: 3px solid transparent;
}

.node-product #product-info-list li.list span:hover {
    border-color: #c8c8c8;
}

.node-product #product-info-list li.list.active span {
    border-bottom: 3px solid #05abed;
}

.node-product #product-info-list li#more-info-drop {
    position: relative;
    text-align: right;
    cursor: pointer;
}

.node-product #product-info-list li#more-info-drop .more-title:after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding-left: 10px;
}

.node-product #product-info-list #more-info-options {
    position: absolute;
    right: -10px;
    top: 100%;
    width: 200%;
    max-width: 250px;
    display: none;
    padding-top: 17px;
    z-index: 2;
}

.node-product #product-info-list li#more-info-drop.active #more-info-options {
    display: block;
}

.node-product #product-info-list #more-info-options span {
    display: block;
    background-color: #00aeef;
    color: #ffffff;
    padding: 10px 20px;
    text-align: left;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.node-product #product-info-list #more-info-options span:last-child {
    border-bottom: 2px solid #ffffff;
}

.node-product #product-info-list #more-info-options span:hover {
    color: #13457c;
}

.node-product #product-info-mobile-list {
    margin: 0px auto 0px auto;
    text-align: center;
    background-color: #eeeeee;
    padding: 20px 0;
}

.node-product #product-info-mobile-list .select2 {
    text-align: left;
    min-width: 275px;
    width: 85% !important;
    font-size: 1.2em;
    margin: 0 5%;
}

.node-product #product-info-sections img {
    max-width: 100%;
}

.node-product #product-info-sections div.info-section {
    display: none;
}

.node-product #product-info-sections .info-section-content {
    margin: 0 30px;
}

.node-product #product-info-sections .info-section-content h3 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #14467c;
    display: none;
    border-bottom: 1px solid #14467c;
    padding-bottom: 3px;
}

/*********** Start Compare page css***********/

#info-compare .table > tbody > tr > th, #info-compare .table > tbody > tr > td {
    border: 0;
}

#info-compare .table tbody tr.blue {
    background: #13457c;
    color: #ffffff;
}

#info-compare .table tbody tr.gray {
    background: #eeeeee;
}

#info-compare .table tbody tr.white {
    background: #ffffff;
}

.node-product #product-info-sections .info-section-content tr.blue th h3 {
    color: #ffffff;
    font-size: 20px;
}

@media (min-width: 450px) {
    .compare-mobile {
        display: none;
    }

    .compare-desktp {
        display: block;
    }
}

@media (max-width: 451px) {
    .compare-mobile {
        display: block;
    }

    .compare-desktp {
        display: none;
    }

    #info-compare .table tbody tr.gray ul, #info-compare .table tbody tr.white ul {
        padding-left: 16px;
    }
}

@media (max-width: 991px) {
    .node-product #product-info-sections .info-section-content tr.blue th h3 {
        display: inline-block;
    }
}

/*********** End Compare page css ***********/

.node-product #product-info-sections div.info-section.active {
    display: block;
}

.node-product #product-info-sections div.info-section .field-name-field-product-section-image {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
}

.node-product #product-info-sections div.info-section .field-name-field-product-section-image img {
    width: 100%;
    height: auto;
}

.node-product #info-videos .vid-container {
    margin-bottom: 30px;
}

.node-product #info-videos .field-name-field-product-video-title {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #14467c;
    margin-top: 10px;
    line-height: 1.2;
}

.node-product #info-videos .field-name-field-product-video-description {
    border-top: 1px solid #14467c;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 0.9em;
}

.node-product #info-faqs .field-name-field-product-faq-question {
    cursor: pointer;
    margin-bottom: 5px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #14467c;
}

.node-product #info-faqs .field-name-field-product-faq-question:before {
    float: right;
    content: "\f196";
    font-family: 'FontAwesome';
    font-weight: normal;
}

.node-product #info-faqs .field-name-field-product-faq-question.open:before {
    content: "\f147";
}

.node-product #info-faqs .field-collection-container {
    border: none;
}

.node-product #info-faqs .field-collection-view {
    padding-top: 5px;
    border-bottom: 1px solid #d3d7d9;
}

.node-product #info-faqs .field-collection-view-links,
.node-product #info-faqs .action-links,
.node-product #info-faqs .field-name-field-product-faq-answer {
    display: none;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding-bottom: 10px;
}

.node-product #info-videos .row {
    margin: 15px 0;
}

.node-product #info-skus table {
    border-collapse: collapse;
    width: 100%;
}

.node-product #info-skus table, .node-product #info-skus table th, .node-product #info-skus table td {
    border: 1px solid #666666;
}

.node-product #info-skus table th {
    background-color: #d4d4d4;
    padding: 5px 10px;
}

.node-product #info-skus table td {
    padding: 5px 10px;
}

.node-product #info-skus table td {
    padding: 5px 10px;
}

.view-commerce-cart-form .views-field-line-item-title span, .view-id-commerce_cart_summary .views-field-line-item-title span, .node-product #info-buy {
    color: #14467c;
}

.view-commerce-cart-form .views-field-commerce-total,
.view-commerce-cart-form .views-field-field-sku-image {
    display: none;
}

.node-product .buynow-notice {
    margin: 30px 20% 0 20%;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 0.9em;
}

.node-product #info-buy .row {
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #dddddd;
}

.node-product #info-buy .col-header {
    padding: 0;
    margin: 30px 0 0 0;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.8em;
    color: #dddddd;
}

.node-product #info-buy h4 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 2.5em;
    margin: 0;
    padding: 0 0 10px 0;
    color: #14467c;
}

.node-product #info-buy .col-label {
    display: none;
    margin-top: 25px;
    color: #999999;
}

.node-product #info-buy .col-image {
    min-height: 0;
    text-align: center;
    padding-left: 0;
}

.node-product #info-buy .col-info {
    padding-left: 0;
}

.view-commerce-cart-form .views-field-line-item-title span, .view-id-commerce_cart_summary .views-field-line-item-title span, .node-product #info-buy .col-info span {
    display: block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.node-product #info-buy .col-price {
    font-size: 1.1em;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    margin-top: 20px;
    padding-left: 0;
}

.node-product #info-buy .col-quantity {
    margin-top: 15px;
    padding: 0 5px;
}

.view-commerce-cart-form span.sku-sku, .view-id-commerce_cart_summary span.sku-sku, .node-product #info-buy .sku-sku {
    font-size: 0.9em;
}

.view-commerce-cart-form span.sku-title, .view-id-commerce_cart_summary span.sku-title, .node-product #info-buy .sku-title {
    font-size: 1.3em;
}

.view-commerce-cart-form span.sku-description, .node-product #info-buy .sku-description {
    color: #999999;
    font-size: 0.9em;
}

.node-product #info-buy .col-add-cart {
    text-align: center;
    padding: 0;
}

.node-product #info-buy .btn {
    padding: 10px;
    width: 90%;
    max-width: 200px;
    min-width: 100%;
    /*  margin: 10px auto 20px auto;   */
    margin: 10px auto 5px auto;
    display: block;
}

.node-product #info-buy .btn.added {
    background-color: #dddddd !important;
    color: #333333;
    margin-bottom: 0;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    cursor: default;
}

.node-product #product-info aside {
    padding: 0;
    margin-top: 0px;
}

.node-product #product-info aside div.field-name-field-product-sidebar-content {
    padding: 15px;
    margin-bottom: 30px;
    border-left: 2px solid #00aeef;
}

.node-product #product-info aside #product-promotion {
    padding: 20px;
    position: relative;
    color: #14467c;
}

.node-product #product-info aside .promo-bg {
    position: absolute;
    background: transparent url(../img/product-promo-bg.jpg) center center no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.node-product #product-info aside .promo-container {
    position: relative;
}

.node-product #product-info aside #product-promotion .sect-heading {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.3em;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.node-product #product-info aside #product-promotion h4 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 2em;
    margin-bottom: 5px;
    margin-top: 15px;
}

.node-product #product-info aside #product-promotion .line {
    margin-bottom: 0;
}

.node-product #product-info aside #product-promotion a {
    margin-top: 20px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    padding: 5px 50px;
    display: inline-block;
    color: #14467c;
    border: 2px solid #14467c;
}

.node-product #product-info aside #product-promotion a:hover {
    background-color: #14467c;
    color: #ffffff;
    text-decoration: none;
}

.node-product #product-info aside .product-buttons {
    margin-top: 20px;
    padding: 14px;
    font-size: 1.2em;
}

.node-product #product-info aside .product-buttons .field-item {
    margin-bottom: 20px;
}

.node-product #product-info aside .product-buttons .field-item a {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 15px 0;
}

.node-product .less-descript-link, .node-product .full-description {
    display: none;
}

.node-product .less-descript-link, .node-product .more-descript-link {
    text-decoration: none;
}

.node-product .less-descript-link i, .node-product .more-descript-link i {
    margin-left: 4px;
}

.node-product #sku-filters {
    text-align: center;
    border: 0 !important;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    margin-left: -15px !important;
    margin-right: -15px !important;

}

@media (max-width: 768px) {
    .node-product #sku-filters {
        padding-top: 0px !important;
    }
}

.node-product #sku-filters span {
    padding-right: 20px;
}

.node-product #sku-filters span i {
    display: none;
    margin-left: 5px;
}

.node-product #sku-filters span.processing {
    padding-right: 0;
}

.node-product #sku-filters span.processing i {
    display: inline-block;
}

.node-product #sku-filters select {
    width: 90%;
    font-size: 1.2em;
}

.node-product #info-buy .grid-layout {
    margin-left: -15px;
    margin-right: -15px;
}

.node-product .grid-layout .sku-message {
    font-size: 1.2em;
    text-align: center;
    margin: 20px 0;
}

.node-product .grid-sku .inner {
    border: 1px solid #aeaeae;
    margin: 15px 0;
}

.node-product #info-buy .grid-sku .row {
    padding: 2px 0;
    margin: 0 10px;
    border-color: #b8b8b8;
}

.node-product #info-buy .grid-sku .row.last {
    border: none;
    padding-bottom: 5px;
}

.node-product .grid-sku .sku-attr div {
    padding-left: 0;
    padding-right: 0;
}

.node-product .grid-sku .sku-image {
    text-align: center;
    height: 220px;
}

.node-product .grid-sku .sku-image img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    max-width: 100%;
}

.node-product #info-buy .grid-sku .sku-title {
    text-align: center;
    padding: 5px 0 10px 0;
    font-size: 1.4em;
}

.node-product #info-buy .grid-sku .sku-price {
    text-align: center;
    padding: 5px 0;
    color: #000000;
}

.node-product .grid-sku .sku-attr-container {
    background-color: #ededed;
    font-size: 0.88em;
}

.node-product .grid-sku .sku-attr {
    font-size: 0.9em;
    color: #000000;
}

.node-product .grid-sku .sku-attr .strong {
    font-weight: bold;
}

.node-product #sku-grid-list {
    display: table;
    width: 100%;
}

.node-product #info-buy .grid-sku .btn-primary {
    width: 100%;
    margin: 0;
    max-width: none;
}

.node-product #info-buy .grid-sku .btn.added {
    background-color: #999999 !important;
    padding-bottom: 8px !important;
}

.node-product .grid-sku a {
    background-color: #999999;
    display: block;
    text-align: center;
    color: #ffffff;
    padding-bottom: 10px;
}

.node-product .field-name-field-product-testimonials-intro {
    margin-bottom: 20px;
}

.node-product .testimonial-row {
    margin-top: 20px;
}

.node-product .testimonial-image,
.node-product .testimonial-info {
    display: table-cell;
    vertical-align: top;
}

.node-product .testimonial-image {
    width: 100px;
}

.node-product .testimonial-info {
    margin-top: 10px;
    padding-left: 40px;
}

@media (max-width: 768px) {
    .node-product #sku-filters select {
        width: 90%;
        font-size: 1.2em;
        margin: 0 5%;
    }

    .node-product #product-info-sections .info-section-content {
        margin: 0 15px;
    }

    .node-product .testimonial-row {
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px solid #cccccc;
    }

    .node-product .testimonial-image,
    .node-product .testimonial-info {
        display: block;
        vertical-align: top;
    }

    .node-product .testimonial-image {
        width: 115px;
        margin: 0px auto;
    }

    .node-product .testimonial-info {
        clear: both;
        padding-left: 0px;
        width: 100%;
    }
}

.node-product .testimonial-image div {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border: 3px solid #8ca9c9;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.node-product .field-name-field-product-testimonial-name {
    color: #14467c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    margin-top: 5px;
}

.node-product .field-name-field-product-testimonial-quote .field-item:before,
.node-product .field-name-field-product-testimonial-quote .field-item:after {
    content: '"';
}

.node-product .field-name-field-product-testimonial-name .field-item:before {
    content: "-";
}

.node-page .field-name-body {
    width: 90%;
    margin: 30px auto;
}

.node-page .field-name-body h1,
.node-page .field-name-body h2,
.node-page .field-name-body h3 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

#collection-header,
#collection-header h1,
#collection-header h2,
#collection-header h3 {
    color: #ffffff;
}

#collection-header .line-inner {
    border-color: #ffffff;
}

/* Canada - hide price */
body.domain-2 .sku-attr-container .sku-attr.last {
    border: none !important;
}

body.domain-2 .node-product .buynow-notice,
body.domain-2.page-cart .views-field-commerce-unit-price,
body.domain-2.page-cart .views-field-commerce-total,
body.domain-2.page-cart .line-item-summary,
body.domain-2.page-cart .cart-footer-text,
body.domain-2.page-checkout .views-field-commerce-total,
body.domain-2.page-checkout .view-footer,
body.domain-2.page-checkout .checkout-notice {
    display: none;
}

.view-commerce-cart-form {
    width: 90%;
    margin: 0 auto;
}

body.page-checkout h1, .view-commerce-cart-form h1 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #14467c;
}

body.page-checkout h1 {
    margin-bottom: 20px;
}

.view-commerce-cart-form thead {
    background-color: #eeeeee;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #999999;
    font-size: 0.9em;
}

.view-commerce-cart-form .table > thead > tr > th {
    border: none;
}

.view-commerce-cart-form .table > tbody > tr > td {
    border-top: none;
    border-bottom: 1px solid #dddddd;
}

.view-commerce-cart-form span.sku-title a {
    color: #14467c;
}

.view-commerce-cart-form span.sku-title a:hover {
    color: #428bca;
    text-decoration: none;
}

.view-commerce-cart-form .views-field-edit-delete .btn {
    color: #999999;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 0.8em;
    text-transform: lowercase;
}

.view-commerce-cart-form input, .view-commerce-cart-form button {
    border-radius: 0;
}

body.page-checkout #commerce-checkout-form-checkout fieldset .no-pad-left,
body.page-checkout #commerce-checkout-form-checkout fieldset .no-pad-right {
    padding: 0;
}

body.page-checkout #commerce-checkout-form-checkout button, .view-commerce-cart-form button {
    padding-left: 25px;
    padding-right: 25px;
}

.view-commerce-cart-form #edit-submit {
    border: none;
    text-transform: capitalize;
}

.view-commerce-cart-form #edit-continue {
    margin: 5px auto 0 auto;
    display: block;
}

.view-commerce-cart-form .cart-footer-text {
    width: 80%;
    min-width: 250px;
    font-size: 0.8em;
    margin: 20px auto;
    color: #14467c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.view-commerce-cart-form .form-actions {
    clear: none;
    width: 80%;
    min-width: 260px;
    text-align: center;
    margin: 0 auto 30px auto;
}

body.page-checkout #commerce-checkout-form-checkout {
    margin: 50px 5%;
}

#commerce-checkout-form-checkout h2,
#commerce-checkout-form-checkout h3,
#commerce-checkout-form-checkout h4 {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
}

#commerce-checkout-form-checkout h3 {
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
}

#commerce-checkout-form-checkout h4 {
    margin: 0 0 20px 0;
    color: #14467c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    line-height: 1.3;
}

body.page-checkout #commerce-checkout-form-checkout fieldset {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

body.page-checkout #edit-cart-contents {
    float: right;
    width: 40%;
    min-width: 300px;
    background-color: #eeeeee;
    display: none;
}

body.page-checkout #edit-cart-contents .panel-heading {
    background-color: #c3c3c3;
    border-radius: 0;
}

body.page-checkout #edit-cart-contents .panel-body {
    padding: 0;
}

body.page-checkout #edit-cart-contents .view {
    padding: 15px;
}

body.page-checkout #edit-cart-contents table {
    margin: 0;
}

body.page-checkout #edit-cart-contents table tr:first-child td {
    border-top: none;
}

body.page-checkout #edit-cart-contents .views-field-quantity {
    text-transform: uppercase;
}

body.page-checkout #edit-cart-contents .checkout-notice {
    background-color: #ffffff;
    padding-top: 30px;
}

body.page-checkout #edit-cart-contents .table-striped > tbody > tr:nth-child(odd) > td, body.page-checkout #edit-cart-contents .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #eeeeee;
}

body.page-checkout #edit-customer-profile-billing, body.page-checkout #edit-buttons {
    width: 100%;
    min-height: 300px;
    margin-bottom: 0;
}

body.page-checkout #edit-buttons {
    text-align: center;
}

body.page-checkout #edit-customer-profile-billing .panel-heading {
    background-color: transparent;
    border: none;
    color: #14467c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding: 0 0 5px 5px;
    text-transform: uppercase;
}

body.page-checkout #edit-customer-profile-billing .panel-body {
    padding: 5px;
}

body.page-checkout #edit-customer-profile-billing .panel-body p {
    padding: 5px;
}

body.page-checkout #edit-customer-profile-billing label {
    display: none;
}

body.page-checkout #edit-customer-profile-billing .field-name-field-customer-dealer-confirm label {
    display: inline;
}

body.page-checkout #edit-customer-profile-billing .form-group .form-group {
    margin-bottom: 0;
}

body.page-checkout #edit-customer-profile-billing input, body.page-checkout #edit-customer-profile-billing select {
    border-radius: 0;
}

body.page-checkout #edit-buttons {
    float: left;
}

body.page-checkout .field-name-commerce-order-total table {
    width: 100%;
}

body.page-checkout .checkout-completion-message {
    margin: 50px 20%;
}

body.page-checkout .checkout-completion-message .btn {
    padding: 15px 40px;
    margin: 20px 0;
}

.cart-empty-page {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    width: 80%;
    margin: 50px auto;
}

#product-category-buttons {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
}

#product-category-buttons a {
    font-size: 1em;
    text-align: center;
    padding: 6px 10px;
    color: #ffffff;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    display: inline-block;
    min-width: 170px;
    margin: 10px 5px;
    border-width: 2px;
    border-style: solid;
    white-space: nowrap;
}

#product-category-buttons a:hover {
    text-decoration: none;
}

#product-category-buttons li {
    padding: 0;
    display: inline-block;
}

#product-category-buttons a:hover {
    background-color: transparent;
}

.page-taxonomy-term ol.breadcrumb {
    display: none;
}

#term-header #category-overs {
    float: right;
    margin-right: 15px;
}

.view-id-product_category_listing.view-display-id-product_line .view-filters {
    display: none;
}

#category-specialties {
    bottom: 5px !important;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    left: 35px !important;
    z-index: 5;
    padding: 0;
    margin: 0;
}

@media (max-width: 1199px) {
    /*Chrome CSS here*/
    #category-specialties {
        font-family: 'Montserrat', Helvetica, Arial, sans-serif;
        font-weight: 300;
        color: #000000;
        left: 0px !important;
        z-index: 5;
        padding: 0;
        margin: 0;
        position: relative !important;
        bottom: 0px !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /*Chrome CSS here*/
    #category-specialties {
        bottom: 5px !important;
        font-family: 'Montserrat', Helvetica, Arial, sans-serif;
        font-weight: 300;
        color: #000000;
        left: 35px !important;
        z-index: 5;
        padding: 0;
        margin: 5px 0 0 0;
    }
}

@media (max-width: 768px) {
    #category-specialties {
        left: 0px !important;
    }
}

#category-specialties span.label {
    font-size: 0.9em;
    text-transform: uppercase;
}

#category-specialties .specialty-filter {
    display: inline-block;
    background-color: #ffffff;
    position: relative;
    width: 240px;
    cursor: pointer;
    border: 1px solid #00aeef;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0px;
    height: 0px;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
}

.specialty-filter .select2-selection__arrow {
    background-color: #00aeef;
    width: 25px;
}

.specialty-filter .select2-selection__arrow {
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
}

.specialty-filter .select2-selection--single {
    cursor: pointer;
}

#category-specialties .specialty-filter #specialty-active {
    display: block;
    padding: 0px 10px;
}

#category-specialties .specialty-filter #specialty-active i.fa-chevron-down {
    float: right;
    margin-top: 3px;
}

#category-specialties .specialty-filter #specialty-active i.fa-sort-down {
    float: right;
    position: relative;
    top: 0px;
    left: 3px;
    z-index: 2;
    color: #ffffff;
}

#category-specialties .specialty-filter #specialty-active i.fa-sort-up {
    float: right;
    position: relative;
    top: 5px;
    left: 3px;
    z-index: 2;
    color: #ffffff;
}

#category-specialties .specialty-filter:hover i.fa-chevron-down {
    color: #428bca;
}

#category-specialties .specialty-filter ul {
    position: absolute;
    top: 100%;
    left: -1px;
    list-style-type: none;
    color: #13457c;
    border-left: 1px solid #00aeef;
    border-right: 1px solid #00aeef;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    width: 240px;
    display: none;
}

#category-specialties .specialty-filter ul li {
    white-space: nowrap;
    padding: 7px 40px 7px 10px;
    border-bottom: 1px solid #00aeef;
}

#category-specialties .specialty-filter ul li:hover {
    background-color: #eeeeee;
}

#page-products, #term-products, #term-subcategory-links {
    margin: 30px auto 20px auto;
    width: 90%;
}

#term-products h4, #term-subcategory-links h4 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.8em;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    height: 54px;
    line-height: 54px;
    background-color: #4c7da5;
}

#section-category-buttons {
    margin: 30px 0 0 0;
    position: relative;
    padding: 20px 0 10px 0;
}

@media (max-width: 768px) {
    #term-products h4, #term-subcategory-links h4 {
        font-size: 24px;
    }

    #section-category-buttons {
        margin: 1px 0 0 0;
    }
}

#section-category-buttons .inner-wide {
    background-color: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

#page-top-text,
#term-top-text {
    margin: 50px auto 35px auto;
}

#page-footer-text,
#term-footer-text {
    margin-top: 50px;
}

@media (max-width: 768px) {
    #term-footer-text {
        margin: 20px 15px;
    }
}

.product-listing-view .views-row {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

#subcategory-links, .product-listing-view .view-filters ul {
    list-style-type: none;
    background-color: #eeeeee;
    padding: 20px 0 0 50px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    -webkit-backface-visibility: hidden;
}

#subcategory-links li, .product-listing-view .view-filters ul li {
    display: inline-block;
    width: 33%;
    min-width: 200px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 16px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #14467c;
    vertical-align: top;
}

@media (min-width: 768px) {
    #events-header {
        min-height: 230px;
    }

    #events-header .inner-wide {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 200%;
        background: #ffffff url(../img/Events.jpg) no-repeat scroll center bottom;
        background-size: cover;
    }

    #events-header,
    #events-header h1,
    #events-header h2,
    #events-header h3 {
        color: #13457c;
    }

    #events-header #term-header .line-inner {
        border-color: #13457c;
    }

    #news-header {
        min-height: 230px;
    }

    #news-header .inner-wide {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 200%;
        background: url(../img/news.jpg) no-repeat scroll center center;
        background-color: #ffffff !important;
    }

    #news-header,
    #news-header h1,
    #news-header h2,
    #news-header h3 {
        color: #13457c;
    }

    #news-header #term-header .line-inner {
        border-color: #13457c;
    }

    #specialty-header {
        min-height: 230px;
    }

    .taxonomy-term.vocabulary-specialty #specialty-header .inner-wide {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 200%;
        background-color: #ffffff !important;
        background-size: auto auto;
    }

    .taxonomy-term.vocabulary-specialty, .taxonomy-term.vocabulary-specialty h1,
    .taxonomy-term.vocabulary-specialty h2,
    .taxonomy-term.vocabulary-specialty h3 {
        color: #13457c;
    }

    .taxonomy-term.vocabulary-specialty #term-header .line-inner {
        border-color: #13457c;
    }

    #taxonomy-term-11 #term-header .inner-wide {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 200%;
        background: url(../img/Yellow_Header.jpg) no-repeat scroll center center;
        background-size: cover;
    }

    #taxonomy-term-12 #term-header .inner-wide {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 200%;
        background: url(../img/Green_Header.jpg) no-repeat scroll center center;
        background-size: cover;
    }

    #taxonomy-term-13 #term-header .inner-wide {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 200%;
        background: url(../img/Purple_Header.jpg) no-repeat scroll center center;
        background-size: cover;
    }

    #taxonomy-term-1741 #term-header .inner-wide {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 200%;
        background: url(../img/DarkGreen_Header.jpg) no-repeat scroll center center;
        background-size: cover;
    }

    #taxonomy-term-10 #term-header .inner-wide {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 200%;
        background: url(../img/Blue_Header.jpg) no-repeat scroll center center;
        background-size: cover;
    }
}

#subcategory-links li span, .product-listing-view .view-filters ul li span {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 3px solid transparent;
}

#subcategory-links li:hover span, .product-listing-view .view-filters ul li:hover span {
    border-color: #c8c8c8;
}

.product-listing-view .view-filters ul li.active span {
    border-color: #4c7da5;
}

#subcategory-links i, .product-listing-view .view-filters i {
    display: none;
    font-size: 12px;
    position: absolute;
    top: 4px;
    right: -20px;
}

.product-listing-view .view-filters i.icon-refresh-animate {
    display: inline-block;
    -webkit-animation-name: rotateThis;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateThis;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotateThis;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.product-listing-view .view-content {
    text-align: center;
}

.product-listing-view .view-empty {
    text-align: center;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1.5em;
}

#category-listing-drop,
#subcategory-links-drop {
    margin: 20px auto;
    position: relative;
    width: 80%;
    text-align: center;
}

#category-listing-drop .select2,
#subcategory-links-drop .select2 {
    width: 100% !important;
    text-align: left;
}

#specialty-procedures {
    margin: 20px;
    text-align: center;
}

#specialty-procedures .col-centered {
    float: none;
    text-align: left;
    margin-right: -4px;
}

#specialty-procedures .procedure-container {
    margin: 25px auto;
    height: 300px;
    max-width: 400px;
    position: relative;
}

#specialty-procedures .procedure-container img {
    max-width: 100%;
}

#specialty-procedures .procedure-info {
    width: 100%;
    background-color: #14467c;
    color: #ffffff;
    padding: 0 0 5px 0;
}

#specialty-procedures .more {
    float: right;
    margin: 13px 15px 0 10px;
}

#specialty-procedures .more i {
    background-color: #185392;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 1;
    font-size: 2.8em;
    color: #ffffff;
    text-align: center;
    padding-left: 5px;
}

#specialty-procedures .more:hover i {
    color: #175291;
    background-color: #eeeeee;
}

#specialty-procedures h4 {
    padding: 0 5px 5px 20px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
    min-height: 57px;
    margin-right: 65px;
    margin-top: 0;
    position: relative;
}

#specialty-procedures h4 a {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5px 5px 20px;
    line-height: 1.3;
}

#specialty-procedures h4 a:hover {
    text-decoration: none;
    color: #eeeeee;
}

#specialty-procedures .procedure-subtitle {
    padding: 0 20px 15px 20px;
    min-height: 45px;
}

#specialty-product-lines .row {
    position: relative;
    margin: 0;
    padding-left: 35px;
    padding-right: 35px;
}

#specialty-product-lines .odd .inner-wide {
    background-color: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

#specialty-product-lines .line-image {
    text-align: center;
    margin: 30px 0;
}

#specialty-product-lines .line-image img {
    max-width: 100%;
}

#specialty-product-lines .line-info {
    padding-right: 5%;
    margin: 50px 0 30px 0;
}

#specialty-product-lines .odd .line-info {
    padding-right: 0;
    padding-left: 5%;
}

#specialty-product-lines .line-content {
    margin-top: 10px;
}

#specialty-product-lines .line-content a {
    display: inline-block;
    background-color: #14467c;
    color: #ffffff;
    padding: 10px 20px;
    margin-top: 15px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    width: 100%;
    max-width: 300px;
}

#specialty-product-lines .line-content a:hover {
    background-color: #42c0f6;
    text-decoration: none;
}

#specialty-product-lines h5 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 2em;
    display: inline-block;
}

#specialty-product-lines .line {
    position: relative;
    display: none;
    margin-top: 10px;
}

#specialty-product-lines .line-inner {
    position: absolute;
    top: 0;
    left: -400%;
    width: 500%;
    border-bottom: 1px solid #888888;
}

#specialty-product-lines .even .line-inner {
    left: 0;
}

#specialty-product-lines .prod-line {
    margin: 35px 0;
}

#specialty-product-lines .prod-line-image {
    text-align: center;
    height: 200px;
}

#specialty-product-lines .prod-line-image img {
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#specialty-product-lines .prod-line h5 {
    font-size: 1.5em;
    padding-bottom: 10px;
    border-bottom: 1px solid #888888;
    margin-top: 15px;
    width: 100%;
}

.node-procedure {
    width: 90%;
    margin: 0 auto 50px auto;
}

.node-procedure .procedure-social-mobile {
    margin-top: 40px;
}

.node-procedure blockquote {
    background-color: transparent;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.node-procedure #procedure-select {
    padding: 20px 0;
    margin: 25px auto;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #13457c;
    text-align: center;
    background-color: #eeeeee;
}

.node-procedure #procedure-select span.heading {
    font-size: 2em;
}

.node-procedure #procedure-select .select2-container {
    width: 300px !important;
    font-size: 1.2em;
    text-align: left;
    margin-left: 20px;
    vertical-align: text-bottom;
}

.node-procedure #procedure-content h4 {
    display: block;
    width: 100%;
    color: #ffffff;
    background-color: #13457c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 2.2em;
    padding: 10px;
    margin: 0;
    text-align: center;
}

.node-procedure #procedure-content .procedure-image {
    width: 100%;
    height: 225px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.node-procedure #procedure-content .procedure-body {
    margin: 15px 15px;
}

.node-procedure #procedure-content .procedure-social {
    float: right;
    margin: 10px 0 30px 50px;
}

.node-procedure #procedure-content .social-label {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    padding-bottom: 10px;
}

.node-procedure #procedure-content .procedure-social li {
    display: block;
    clear: both;
}

.node-procedure #procedure-content .procedure-featured {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin: 0 auto 20px auto;
    padding: 20px 10px;
    color: #13457c;
    font-size: 1.2em;
    font-style: italic;
    max-width: 350px;
}

.node-procedure #procedure-content .featured-link {
    float: right;
    width: 45px;
    height: 45px;
    position: relative;
}

.node-procedure #procedure-content .featured-link a {
    background-color: #13457c;
    color: #ffffff;
    font-size: 1.8em;
    border: 1px solid #13457c;
    border-radius: 45px;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    text-indent: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -22%;
}

.node-procedure #procedure-content .featured-link a:hover {
    background-color: #ffffff;
    color: #13457c;
}

.node-procedure #procedure-products {
    margin-top: 50px;
    clear: both;
}

.node-procedure #procedure-products .view-filters ul {
    text-align: center;
}

.node-procedure #procedure-products .view-filters ul li {
    width: 19%;
    min-width: 100px;
}

@media (max-width: 768px) {
    .node-procedure #procedure-content .procedure-body {
        margin: 15px 15px;
        position: relative;
        padding-bottom: 40px;
    }

    .node-procedure #procedure-content .procedure-body ul li {
        margin-bottom: 5px;
    }

    .node-procedure #procedure-products .view-filters ul li {
        width: 50%;
        min-width: 100px;
    }

    .node-procedure #procedure-content .procedure-image {
        height: 100%;
    }

    .node-procedure #procedure-select {
        padding: 30px 0;
        margin: 0px auto;
    }

    .node-procedure {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .node-procedure #procedure-content .procedure-social {
        display: none !important;
    }

    .node-procedure .procedure-social-mobile {
        display: block !important;
    }

    .node-procedure #procedure-content .procedure-body {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

.node-procedure #procedure-tiles {
    text-align: center;
    margin-top: 50px;
    clear: both;
}

.node-procedure #procedure-tiles ul {
    list-style-type: none;
    padding: 20px 0 0 0;
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-top: 15px;
    text-align: center;
}

.node-procedure #procedure-tiles ul li {
    display: inline-block;
    margin: 0 50px 15px 50px;
    font-size: 1.2em;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #14467c;
    vertical-align: top;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.node-procedure #procedure-tiles ul li:hover {
    border-color: #c8c8c8;
}

.node-procedure #procedure-tiles ul li.active,
.node-procedure #procedure-tiles ul li.active:hover {
    border-color: #00aeef;
}

.node-procedure #procedure-tiles .group-intro {
    text-align: left;
    margin: 25px 0 20px 0;
}

.node-procedure #procedure-tiles .group-items {
    display: none;
}

.node-procedure #procedure-tiles .group-items.active {
    display: block;
}

.node-procedure #procedure-tiles .group-item {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 20px 28px 20px 28px;
    border: 1px solid #dddddd;
    position: relative;
}

.node-procedure #procedure-tiles .group-item:hover,
.node-procedure #procedure-tiles .group-item:focus {
    text-decoration: none;
}

.node-procedure #procedure-tiles .group-item strong {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.node-procedure #procedure-tiles .group-item .item-title {
    background-color: #14467c;
    color: #ffffff;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding: 5px;
    font-size: 1.1em;
}

.node-procedure #procedure-tiles .group-item .item-image {
    height: 155px;
}

.node-procedure #procedure-tiles .group-item .item-image img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.node-procedure #procedure-tiles .group-item .item-info {
    background-color: #dddddd;
    color: #14467c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.3em;
}

.node-procedure #procedure-tiles .group-item .item-subtitle {
    padding: 6px 5px 10px 5px;
}

.node-procedure #procedure-tiles .group-item .item-line {
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #14467c;
}

.node-procedure #procedure-tiles .group-item .item-text {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    padding: 10px 5px;
}

.node-procedure #procedure-tiles .select2 {
    width: 90% !important;
    max-width: 300px;
}

.node-news h1 {
    font-size: 2.5em;
    color: #14467c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}

.node-news .top-row {
    margin: 0;
}

.node-news .top-row .col-md-8 {
    padding: 0;
}

.node-news .meta-date {
    font-size: 1.1em;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #333333;
}

.node-news .meta-date span {
    color: #faa61a;
}

.node-news .news-social {
    float: right;
    margin: 0 0 30px 60px;
}

.node-news .news-social li {
    display: block;
    clear: both;
}

.node-news .news-social li a {
    float: right;
    margin-bottom: 10px;
}

.node-news h2 {
    font-size: 2em;
    color: #14467c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}

.node-news .field-name-field-news-image {
    margin-top: 20px;
    text-align: center;
}

.node-news .field-name-field-news-image img {
    max-width: 100%;
    height: auto;
}

.node-news .news-byline {
    margin-top: 25px;
    padding: 20px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.node-news .field-name-field-news-author-title, .node-news .field-name-field-news-author-bio {
    font-size: 0.9em;
}

.node-news blockquote {
    background-color: transparent;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.node-news .news-references h3 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 25px;
    text-transform: uppercase;
}

.node-news .news-references .field-item {
    margin-bottom: 8px;
    font-size: 0.9em;
}

.node-news .news-references .field-item p {
    margin: 0;
    padding: 0;
}

.node-news #news-latest {
    position: relative;
    margin: 30px 0 0 0;
    padding-bottom: 15px;
}

.node-news #news-latest .row {
    margin: 0;
}

.node-news #news-latest .row .col-md-10 {
    padding: 0;
}

.node-news #news-latest .inner-wide {
    background-color: #e5e5e5;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.node-news #news-latest h4 {
    text-align: center;
    margin: 15px 0;
}

.node-news #news-latest h4 a {
    color: #000000;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 0.8em;
    text-transform: uppercase;
}

.node-news #news-latest h4 a i {
    border: 1px solid #000000;
    border-radius: 17px;
    width: 17px;
    height: 17px;
    vertical-align: bottom;
    line-height: 1;
}

.node-news #news-latest h4 a:hover {
    color: #14467c;
    text-decoration: none;
}

.node-news #news-latest h4 a:hover i {
    border-color: #14467c;
}

.node-news #news-latest .views-row a {
    position: relative;
    overflow: hidden;
    height: 100px;
    padding: 10px;
    display: block;
    background-color: #14467c;
    margin-bottom: 5px;
}

.node-news #news-latest img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    height: auto;
    min-height: 100px;
}

.node-news #news-latest .created {
    position: relative;
    display: block;
    margin-top: 10px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #faa61a;
    padding: 0 20px;
    font-size: 0.9em;
}

.node-news #news-latest .title {
    position: relative;
    display: block;
    color: #ffffff;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding: 0 20px;
    max-height: 42px;
    overflow: hidden;
}

.node-news #news-latest .views-row a:hover {
    text-decoration: none;
}

.node-news #news-latest .views-row a:hover img {
    opacity: 0.6;
}

/*#news-header .inner-wide {
  background-image: url(../img/news-header-bg.jpg);
}*/
#news-listing {
    margin-bottom: 40px;
}

#news-listing .news-item {
    width: 100%;
}

#news-listing .node-teaser {
    margin: 40px 10px 0 10px;
    border: 1px solid #eeeeee;
}

#news-listing h4 {
    margin: 20px 15px 0 15px;
    padding: 0;
}

#news-listing h4 a {
    display: block;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #14467c;
    color: #14467c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.2em;
}

#news-listing h4 a:hover {
    text-decoration: none;
    color: #333333;
}

#news-listing .meta-date {
    margin: 3px 15px 0 15px;
    font-size: 0.9em;
}

#news-listing .field-name-field-news-image {
    margin-top: 0;
}

#news-listing .teaser-body {
    margin: 10px 15px 15px 15px;
}

#news-listing a.read-more {
    text-decoration: underline;
    color: #2a6496;
}

#news-listing a.read-more:hover {
    color: #428bca;
}

#news-listing .pager a {
    padding: 10px 50px;
    border: 1px solid #14467c;
    color: #14467c;
    font-size: 1.3em;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    border-radius: 0;
}

#page--message-only {
    margin-top: 25px;
    text-align: center;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

/*#events-header .inner-wide {
  background-image: url(../img/events-header-bg.jpg);
  background-size: cover;
}*/
#events-listing-filters {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #13457c;
}

#events-listing-filters h4 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #13457c;
    font-size: 1.6em;
    margin-top: 20px;
}

#events-listing-filters .filter {
    display: inline-block;
    margin: 10px;
    white-space: nowrap;
}

#events-listing-filters .filter span.filter-label {
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 1.2em;
}

#events-listing-filters .filter .form-control {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 200px;
}

#events-listing-filters .filter .select2 {
    text-align: left;
    width: 300px !important;
}

#events-listing-filters .filter .refresh-container {
    width: 14px;
    display: inline-block;
}

#events-listing-filters .filter i.icon-refresh-animate {
    display: inline-block;
    -webkit-animation-name: rotateThis;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateThis;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotateThis;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#events-listing .view-filters {
    display: none;
}

#events-listing .view-empty {
    width: 80%;
    margin: 40px auto;
    font-size: 1.4em;
    text-align: center;
}

#events-listing .view-content .views-row {
    width: 90%;
    border: 10px solid #dddddd;
    margin: 10px auto;
}

.node-event {
    overflow: hidden;
}

.node-event h1 {
    font-size: 2em;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #13457c;
    margin: 15px 0 5px 0;
}

.node-event .event-right {
    padding: 0 30px;
}

.node-event h4 {
    margin: 15px 0 5px 0;
}

.node-event h4 a {
    color: #13457c;
    font-size: 1.5em;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.node-event h4 a:hover {
    text-decoration: none;
    color: #2a6496;
}

.node-event .event-photo {
    background-color: #ffffff;
    position: relative;
}

.node-event .event-photo img {
    width: auto;
    position: relative;
    max-height: 200px;
}

.node-event .event-speaker-bg {
    background-color: #13457c;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: 100%;
}

.node-event .event-speaker-single {
    width: 100%;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.node-event .event-speaker-single .event-speaker-meta {
    position: relative;
    width: 100%;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1em;
    padding: 5px 0;
    color: #ffffff;
}

.node-event .event-speaker-single .event-speaker-meta .title {
    padding-bottom: 3px;
}

.node-event .event-speaker-single .event-speaker-meta .position {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}

.node-event .event-speaker-single .event-speaker-meta .meta-line {
    display: none;
    border-bottom: 1px solid #ffffff;
    width: 85%;
    margin-bottom: 5px;
}

.node-event .event-speaker-single .event-speaker-image {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    padding-bottom: 10px;
}

.node-event .event-speaker-single .event-speaker-image div {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border: 7px solid #8ca9c9;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 10px auto 0 auto;
}

.node-event .event-speaker-multiple {
    clear: both;
    color: #ffffff;
    width: 100%;
    padding-right: 10px;
    margin: 10px 0 10px 10px;
}

.node-event .event-speaker-multiple:last-child {
    margin-bottom: 0;
}

.node-event .event-speaker-multiple .event-speaker-image div {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: 3px solid #8ca9c9;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    margin-top: -5px;
}

.node-event .event-speaker-multiple .event-speaker-meta {
    width: 100%;
    margin-top: 5px;
}

.node-event .event-speaker-multiple .event-speaker-meta .meta-line {
    width: 85%;
    margin-bottom: 5px;
}

.node-event .event-speaker-multiple .event-speaker-meta .meta-inner {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    background-color: #13457c;
    padding: 5px 0 5px 0;
    height: 50px;
    margin-left: 40px;
    text-indent: 10px;
}

.node-event .event-speaker-multiple .event-speaker-meta .position {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    max-height: 16px;
    overflow: hidden;
}

.node-event .event-meta {
    color: #333333;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    color: #faa61a;
}

.node-event .event-credits {
    color: #faa61a;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 900;
}

.node-event .event-description {
    margin-top: 10px;
}

.node-event .field-name-body {
    margin-top: 25px;
}

.node-event .event-links {
    margin: 15px 0;
    text-align: center;
}

.node-event .event-links a {
    padding: 10px 10px;
    margin: 10px 15px;
    min-width: 150px;
}

.node-event .event-links a i {
    margin-right: 6px;
}

#event-header {
    min-height: 200px;
}

#event-header .inner-wide {
    background-image: url(../img/event-detail-header-bg.jpg);
}

#event-container {
    width: 90%;
    margin: 25px auto 0 auto;
}

#event-container .event-dates {
    color: #14467c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 2em;
    margin-top: 20px;
}

#event-container .event-time {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}

#event-container .event-address {
    margin-top: 20px;
}

#event-container .event-address .name-block {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: italic;
    color: #14467c;
    font-size: 1.2em;
    margin-bottom: 2px;
}

#event-container .event-address .country {
    display: none;
}

#event-container .event-address .event-map {
    margin-top: 15px;
    display: block;
    color: #14467c;
    text-decoration: underline;
}

#event-container .event-address .event-map:hover {
    color: #00aeef;
}

#event-container .event-reg a {
    margin-top: 30px;
    width: 80%;
    padding: 10px 30px;
}

#event-container .event-reg a i {
    margin-right: 6px;
}

#event-container .event-links {
    margin-top: 50px;
    border-bottom: none;
}

#event-container .event-links a {
    margin-top: 25px;
}

#event-container .field-name-field-event-image img {
    width: 100%;
    margin-bottom: 20px;
}

#event-speakers {
    width: 100%;
    background-color: #e6e6e6;
    color: #13457c;
    padding-bottom: 10px;
}

#event-speakers h3 {
    padding-left: 50px;
    display: inline-block;
    border-bottom: 1px solid #13457c;
    margin: 10px 0 15px 0;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

#event-speakers .event-speaker-multiple {
    background-color: transparent;
    color: #13457c;
    margin: 10px;
    padding: 0;
    width: auto;
    cursor: pointer;
}

#event-speakers .event-speaker-multiple:hover .event-speaker-name {
    border-bottom: 1px solid #13457c;
}

#event-speakers .event-speaker-multiple .event-speaker-name {
    border-bottom: 1px solid transparent;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    margin-left: 70px;
}

#event-speakers .event-speaker-multiple .event-speaker-position {
    margin-left: 70px;
    font-size: 0.9em;
}

.event-speaker-teaser {
    margin: 0;
}

.event-speaker-teaser .left {
    text-align: center;
    z-index: 1;
    min-width: 220px;
}

.event-speaker-teaser .left img {
    width: 100%;
    margin-bottom: 10px;
}

.event-speaker-teaser .event-speaker-name-position {
    border-bottom: 1px solid #13457c;
    color: #13457c;
    display: inline-block;
    margin-left: -70px;
    padding-left: 70px;
    margin-bottom: 10px;
}

.event-speaker-teaser .event-speaker-name-position .title {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.6em;
}

.event-speaker-teaser .event-speaker-name-position .position {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1em;
    margin-left: 15px;
}

.event-speaker-teaser .btn {
    padding: 10px 30px;
    margin-top: 10px;
}

.event-speaker-teaser .event-teaser-image div {
    width: 260px;
    height: 260px;
    margin: 0 auto;
    border-radius: 130px;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    border: 7px solid #8ca9c9;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#promotions-header .row {
    margin: 0;
}

#promotions-header .header-left {
    padding: 30px 50px;
}

#promotions-header .header-left h1 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #13457c;
    font-size: 2em;
}

#promotions-header .header-left .line-inner {
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    border-bottom: 1px solid #000000;
}

#promotions-header .header-left h2 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.3em;
    padding-top: 5px;
}

#promotions-header .header-left h3 {
    font-size: 1em;
}

#promotions-header .header-left .inner-left {
    position: absolute;
    width: 200%;
    left: -100%;
    top: 0;
    height: 100%;
    background-color: #e6e6e6;
}

#promotions-header .header-left-inner {
    position: relative;
    width: 100%;
}

#promotions-header .header-right .inner-right {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: #52c552 url(../img/green-geo.jpg) center center no-repeat;
    background-size: cover;
}

#promotions-header #promotions-slider {
    overflow: hidden;
    color: #ffffff;
    width: 100%;
    position: relative;
}

#promotions-header #promotions-slider ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#promotions-header #promotions-slider li {
    float: left;
    position: relative;
    padding: 20px;
    overflow: hidden;
}

#promotions-header #promotions-slider .views-field-field-image {
    text-align: center;
}

#promotions-header #promotions-slider .views-field-field-image .field-content {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    border: 5px solid #008900;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
}

#promotions-header #promotions-slider .views-field-field-image .field-content img {
    opacity: 0;
}

#promotions-header #promotions-slider .views-field-field-promotion-display-title {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 2em;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
    padding-bottom: 5px;
    width: 100%;
}

#promotions-header #promotions-slider .views-field-field-promotion-link {
    text-align: center;
}

#promotions-header #promotions-slider .views-field-field-promotion-link a {
    display: inline-block;
    margin-top: 20px;
    color: #ffffff;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    padding: 5px 10px;
    border: 1px solid #ffffff;
}

#promotions-header #promotions-slider .views-field-field-promotion-link a:hover {
    text-decoration: none;
}

.promotions-section {
    border: 15px solid #e6e6e6;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.promotions-section h4 {
    width: 100%;
    padding: 10px;
    margin: 0;
    color: #ffffff;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.8em;
    text-align: center;
}

.promotions-section .content-left {
    cursor: pointer;
}

.promotions-section .category-left {
    padding: 0;
    display: none;
}

.promotions-section .category-right {
    padding: 0;
    background-color: #e6e6e6;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.promotions-section .category-left div {
    display: none;
    text-align: center;
}

.promotions-section .category-left div.active {
    display: block;
}

.promotions-section .category-left img {
    max-width: 100%;
}

.promotions-section .promo-content-container {
    border-top: 1px solid #bbbbbb;
    background-color: #ffffff;
    font-size: 0.9em;
    padding: 8px 10px 5px 10px;
}

.promotions-section .promo-content-container.active {
    background-color: #ffffff;
    border-color: #ffffff;
    border-top-color: #bbbbbb;
}

.promotions-section .promo-content-container.first {
    border-top: none;
}

.promotions-section .promo-content-container .row {
    padding: 0;
}

.promotions-section .promo-content-container p {
    margin: 0;
}

.promotions-section h5 {
    color: #006a95;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 1.2em;
}

.promotions-section .content-link {
    color: #ffffff;
    display: block;
    padding: 10px 20px;
    border: 1px solid #42c0f6;
    background-color: #42c0f6;
    text-align: center;
    font-size: 1.1em;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.promotions-section .active .content-link {
    color: #ffffff;
    background-color: #42c0f6;
}

.promotions-section .content-link:hover {
    text-decoration: none;
}

.promotions-section .promo-disclaimer {
    margin: 15px;
    font-size: 0.8em;
    display: none;
}

.promotions-section .promotions-disclaimer {
    display: none;
}

.promotions-section .view-mobile-disclaimer {
    text-decoration: none;
    display: block;
    margin: 5px 0 10px 0;
    text-align: right;
}

#contact-header .inner-wide {
    background: transparent url(../img/contact-header-bg.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

#contact-header h1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
    max-width: 230px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #13457c;
    font-size: 0.9em;
}

#contact-content .col {
    padding: 20px 0 30px 60px;
}

#contact-content strong {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

@media (max-width: 768px) {
    #contact-content {
        padding: 20px 20px 30px 40px;
    }

    #contact-content .col {
        padding: 0;
    }
}

#contact-content {
    color: #333333;
}

#contact-content h3 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #13457c;
    font-size: 1.3em;
    text-transform: uppercase;
    padding: 0;
    margin: 20px 0 0 0;
}

#contact-content h4#heading {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0px 0;
}

#contact-content h4 span.subs {
    display: block;
    font-size: 0.9em;
}

#contact-content h4 {
    font-family: "Roboto", sans-serif;
    font-size: 0.9em;
    line-height: 20px;
    margin: 3px 0 0 0;
    padding: 0;
}

#contact-content h3 {
    margin-bottom: 10px;
}

#contact-content ul {
    margin: 0;
}

#contact-content li {
    margin: 0px 0;
}

#contact-content p {
    margin: 0;
    padding: 0;
}

#contact-content .phone {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    display: block;
}

#contact-offices {
    margin: 10px 15px 30px 15px;
}

#contact-offices .select2 {
    min-width: 200px;
}

#contact-offices .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-color: #b0b0b0;
}

#contact-offices .select2-container--default .select2-selection--single {
    border-color: #b0b0b0;
}

#contact-offices .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #13457c transparent transparent;
}

#aboutus-header h1 {
    display: none;
}

#aboutus-header .header-image-responsive {
    background: transparent url(../img/aboutus-header-bg.jpg) center center no-repeat;
    background-size: cover;
}

#aboutus-header .header-image-responsive img {
    display: none;
}

#aboutus-body {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

#aboutus-vid {
    margin: 0 2px 0 0;
}

#aboutus-mid-container {
    margin: 0 2px 0 0;
    padding: 0;
}

#aboutus-mid-image {
    width: 100%;
    padding: 15px;
    height: 250px;
    background: transparent url(../img/aboutus-mid.jpg) center center no-repeat;
    margin: 0 auto;
}

#aboutus-video-left {
    padding: 0 30px 20px 30px;
}

#aboutus-video-left h2 {
    color: #13457c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.8em;
}

#aboutus-video-left .inner-left {
    position: absolute;
    width: 200%;
    left: -100%;
    top: 0;
    height: 100%;
}

#aboutus-video-left .line {
    position: relative;
}
#aboutus-video-left h1.line-header {
  display: inline-block;
}
#aboutus-video-left .line-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 400%;
    border-bottom: 1px solid #888888;
}

#aboutus-video-left .left-content {
    padding: 40px 20px 10px 20px;
    width: 100%;
    position: relative;
}

#aboutus-video-left .left-content-body {
    margin: 40px 0 0 0;
    height: auto;
    min-height: 285px;
}

@media (max-width: 768px) {
    #aboutus-video-left .left-content {
        padding: 0px 0px 10px 0px;
    }

    #aboutus-video-left .left-content-body {
        margin: 25px 0 0 0;
    }

    #aboutus-video-left {
        padding: 0 30px 0px 30px;
    }
}

#aboutus-video-left .left-content p {
    margin: 20px 0 0 0;
}

#aboutus-video-left .aboutus-bulb {
    display: inline-block;
    width: 40px;
    height: 45px;
    vertical-align: bottom;
    background: transparent url(../img/aboutus-bulb.png) center center no-repeat;
}

#aboutus-video-right {
    text-align: right;
    line-height: 0;
    min-height: 329px;
    position: relative;
    top: 82px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
}

#aboutus-video-right iframe,
#aboutus-video-right object,
#aboutus-video-right embed {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
}

.aboutus-bottom {
    padding: 50px;
}

#rewards-header {
    position: relative;
}

body[class*="kerr-page-kerrpreferred"] #rewards-header {
    height: 440px;
    margin-bottom: 100px;
}

body[class*="kerr-page-kerrpreferred"] #rewards-header .field-type-text-with-summary {
    margin: 1.3em 0;
}

body[class*="kerr-page-kerrpreferred"] {
    background: #ffffff;
}

body[class*="kerr-page-rewards"] #rewards-header h1 {
    background: transparent url(../img/loyalty-logo.png) center center no-repeat;
    height: 35px;
    width: 90%;
    max-width: 495px;
    margin: 0 auto;
    text-indent: -9999px;
    background-size: contain;
    color: #13457c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 3.3em;
}

body[class*="kerr-page-kerrpreferred"] #rewards-header h1 {
    background: transparent url(../img/kerrpreferred-logo.png) center center no-repeat;
    height: 168px;
    width: 90%;
    max-width: 495px;
    text-indent: -9999px;
    background-size: contain;
    color: #13457c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 3.3em;
}

body[class*="kerr-page-kerrpreferred"] #rewards-form-hubspot {
    margin: 0 auto;
    float: none;
}

body[class*="kerr-page-rewards"] #rewards-form h4 {
    background: transparent url(../img/loyalty-logo.png) center center no-repeat;
    height: 35px;
    width: 90%;
    text-indent: -9999px;
    background-size: contain;
}

body[class*="kerr-page-kerrpreferred"] #rewards-form .row > .col-md-6 {
    float: none;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 1em;
}

body[class*="kerr-page-kerrpreferred"] #rewards-form .row > .col-md-6 > h4:first-of-type {
    display: none;
    visibility: hidden;
}

#rewards-form .hbspt-form {
    margin-top: 30px;
}

#rewards-footer {
    text-align: center;
    margin: 25px auto;
}

body[class*="kerr-page-kerrpreferred"] #rewards-header .inner-wide,
body[class*="kerr-page-rewards"] #rewards-header .inner-wide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

body[class*="kerr-page-kerrpreferred"] #rewards-header .inner-wide {
    background: transparent url(../img/kerrpreferredrewardsmembers-bg.jpg) center center no-repeat;
    min-height: 534px;
}

body[class*="kerr-page-rewards"] #rewards-header .inner-wide {
    background: #ececec url(../img/rewards-bg.jpg) center center no-repeat;
}

body[class*="kerr-page-rewards"] #rewards-header .row {
    padding: 80px 0;
    margin: 0;
}

body[class*="kerr-page-kerrpreferred"] #rewards-header .row > .col-md-2:first-of-type {
    width: 0;
}

body[class*="kerr-page-rewards"] #rewards-header .row-inner {
    text-align: center;
    padding: 0;
}

body[class*="kerr-page-rewards"] #rewards-header .line {
    position: relative;
    margin-bottom: 30px;
    margin-top: -5px;
}

body[class*="kerr-page-rewards"] #rewards-header .line-inner {
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    border-bottom: 1px solid #000000;
}

body[class*="kerr-page-rewards"] #rewards-header p {
    font-size: 1.1em;
    padding: 0 10px;
}

body[class*="kerr-page-rewards"] #rewards-header #reward-signup-link {
    margin-top: 20px;
    background-color: #13457c;
    padding: 10px 45px;
}

body[class*="kerr-page-rewards"] #rewards-header #reward-signup-link:hover {
    background-color: #42c0f6;
}

body[class*="kerr-page-rewards"] #rewards-mid {
    position: relative;
    color: #ffffff;
}

body[class*="kerr-page-rewards"] #rewards-mid .inner-wide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #13457c;
}

body[class*="kerr-page-rewards"] #rewards-mid .content-inner {
    width: 90%;
    max-width: 800px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 40px 0;
}

body[class*="kerr-page-rewards"] #rewards-mid h2 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 2.5em;
    padding-bottom: 40px;
}

body[class*="kerr-page-rewards"] #rewards-mid ul {
    margin-top: 50px;
}

body[class*="kerr-page-rewards"] #rewards-mid li {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    text-align: left;
}

body[class*="kerr-page-rewards"] #rewards-mid .rewards-hand {
    margin: 0 auto;
    display: block;
    width: 234px;
    height: 234px;
    background: transparent url(../img/rewards-hand.png) center center no-repeat;
}

body[class*="kerr-page-rewards"] #rewards-mid p {
    margin-top: 40px;
    font-size: 1.1em;
}

body[class*="kerr-page-kerrpreferred"] #rewards-mid > .content-inner > .row > .col-sm-6 {
    width: 100%;
}

body[class*="kerr-page-kerrpreferred"] #rewards-mid > .content-inner > .row > .col-sm-6 img {
    display: block;
    width: 100%;
}

body[class*="kerr-page-rewards"] #rewards-form {
    width: 80%;
    margin: 0 auto;
    padding-top: 75px;
}

body[class*="kerr-page-kerrpreferred"] #rewards-form {
    position: relative;
    margin-top: 120px;
}

body[class*="kerr-page-kerrpreferred"] #rewards-form .inner-wide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

body[class*="kerr-page-kerrpreferred"] #rewards-form .inner-wide {
    background: transparent url(../img/blue-bg.png) top center repeat;
}

body[class*="kerr-page-kerrpreferred"] #rewards-form .content-inner {
    padding-top: 3em;
    padding-bottom: 2em;
}

body[class*="kerr-page-rewards"] #rewards-form h4 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 2em;
    color: #13457c;
}

body[class*="kerr-page-rewards"] #rewards-form img {
    max-width: 100%;
}

body[class*="kerr-page-kerrpreferred"] #rewards-form label {
    color: #ffffff;
}

body[class*="kerr-page-kerrpreferred"] #rewards-header #reward-signup-link {
    border: 1px solid #0086ef;
    background: none;
    color: #0086ef;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    font-size: 16px;
    padding-top: 1em;
    padding-bottom: 1em;
}

body[class*="kerr-page-kerrpreferred"] #rewards-header #reward-signup-link:hover {
    background-color: #0086ef;
    color: #ffffff;
}

body[class*="kerr-page-rewards"] #rewards-header-top {
    position: relative;
    /*   min-height: 490px; */
}

body[class*="kerr-page-rewards"] #rewards-header-top h1 {
    background: transparent url(../img/loyalty-preferred-logo.png) center center no-repeat;
    height: 68px;
    width: 90%;
    max-width: 495px;
    margin: 0 auto;
    text-indent: -9999px;
    background-size: contain;
    color: #13457c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 3.3em;
    margin-bottom: 32px;
}

body[class*="kerr-page-kerrpreferred"] #rewards-header-top .inner-wide,
body[class*="kerr-page-rewards"] #rewards-header-top .inner-wide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

body[class*="kerr-page-rewards"] #rewards-header-top .inner-wide {
    background: #ececec url(../img/kerrpreferredrewards-bg.jpg) center center no-repeat;
}

.row {
    /*   padding: 80px 0; */
    margin: 0;
}

body[class*="kerr-page-rewards"] #rewards-header-top .row-inner {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

body[class*="kerr-page-rewards"] #rewards-header-top p {
    font-size: 1.1em;
    padding: 0;
    color: #ffffff;
}

body[class*="kerr-page-rewards"] #rewards-header-top #reward-signup-link {
    margin-top: 10px;
    background-color: #00aeef;
    padding: 10px 45px;
    font-family: "Montserrat";
    font-size: 20px;
}

body[class*="kerr-page-rewards"] #rewards-header-top #reward-signup-link:hover {
    background-color: #3276b1;
}

body[class*="kerr-page-rewards"] #rewards-header-top p.bottom-text {
    margin-top: 30px;
}

@media (max-width: 768px) {
    body[class*="kerr-page-rewards"] #rewards-header-top .inner-wide,
    body[class*="kerr-page-rewards"] #rewards-header .inner-wide {
        height: 80px;
        background-size: cover;
    }

    body[class*="kerr-page-rewards"] #rewards-header h1 {
        margin-top: 10px;
    }

    body[class*="kerr-page-rewards"] #rewards-header-top h1 {
        height: auto;
        margin-top: -18px;
    }

    body[class*="kerr-page-rewards"] #rewards-header-top p {
        color: #333333;
    }

    #aboutus-video-right {
        min-height: 315px;
        top: -20px;
    }

    body[class*="kerr-page-kerrpreferred"] #rewards-header h1 {
        background: transparent url(../img/kerrpreferred-logo-sm.png) 50% 50% no-repeat;
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 450px;
        background-size: contain;
        height: 120px;
    }
}

#howtobuy-header {
    position: relative;
    padding-bottom: 50px;
}

#howtobuy-header .row {
    margin: 0 auto;
}

#howtobuy-header .inner-wide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000000;
    opacity: 0.2;
}

#howtobuy-header .header-line {
    text-align: left;
}

#howtobuy-header h1 {
    margin: 0;
    padding: 60px 0 5px 20px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 3.5em;
    color: #14467c;
}

#howtobuy-header .line {
    position: relative;
    width: 100%;
}

#howtobuy-header .line-inner {
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    border-bottom: 1px solid #14467c;
}

.howtobuy-container {
    width: 80%;
    margin: 0 auto;
}

.howtobuy-step {
    text-align: center;
    margin-top: 50px;
}

.howtobuy-step .step-icon {
    width: 165px;
    height: 165px;
    background: transparent url(../img/howtobuy-icons.png) -1px 0 no-repeat;
    margin: 0 auto;
}

.howtobuy-step .step2-icon {
    background-position: -170px 0;
}

.howtobuy-step .step3-icon {
    background-position: -339px 0;
}

.howtobuy-step p {
    margin: 0 40px;
}

#howtobuy-header h2 {
    margin-top: 30px;
    display: inline-block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1em;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
    position: relative;
}

#howtobuy-header h2 span {
    position: absolute;
    display: block;
    left: -33px;
    top: -6px;
    color: #ffffff;
    background-color: #00aeef;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    text-align: center;
    font-size: 17px;
    padding-top: 4px;
    -webkit-box-shadow: 3px 3px 3px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 3px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 3px -2px rgba(0, 0, 0, 0.75);
}

#howtobuy-contact {
    width: 80%;
    margin: 65px auto 40px auto;
}

#howtobuy-contact .btn {
    padding: 20px 50px;
    font-size: 2em;
    margin-bottom: 25px;
}

#howtobuy-contact p {
    font-size: 1.1em;
    line-height: 1.5;
    padding-top: 5px;
    margin-bottom: 25px;
}

#resource-center-header h2 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1em;
}

#resource-center-general-search {
    margin: 0 30px 20px 30px;
    background: #aaabab url(../img/home-slider-bg-transparent.png) center center no-repeat;
    padding: 18px 15px;
}

#resource-center-general-search h3 {
    color: #ffffff;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    margin: 0;
    text-align: right;
    line-height: 35px;
}

#resource-center-general-search .form-text {
    display: inline-block;
    border-radius: 0;
    width: 85%;
    margin: 0 auto;
    vertical-align: top;
}

#resource-center-general-search .form-text:focus {
    box-shadow: none;
}

#resource-center-general-search form div {
    width: 100%;
    margin: 0 auto;
}

#resource-center-general-search form button {
    background-color: #00aeef;
    border: none;
    height: 34px;
    padding: 2px 10px;
    vertical-align: top;
}

#resource-center-general-search button:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    font-size: 1.4em;
    color: #ffffff;
}

#block-views-resource-center-block, #block-views-sds-emea-block {
    width: 95%;
    margin: 0 auto;
    clear: none;
}

.block-facetapi {
    display: none;
    float: left;
    width: 23%;
    clear: none;
    padding: 0 20px;
    background-color: #dddddd;
    margin-left: 30px;
}

.block-facetapi h2 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    color: #14467c;
}

.block-facetapi .select2-container {
    width: 100% !important;
    text-align: left;
}

.block-facetapi .form-group {
    margin-bottom: 0;
}

.block-facetapi ul {
    padding-left: 5px;
}

.block-facetapi ul ul {
    padding-left: 20px;
}

.block-facetapi li {
    margin: 5px 0 3px 0;
}

.block-facetapi li li {
    margin: 0 0 3px 0;
}

body.node-type-page .block-facetapi:last-child {
    padding-bottom: 20px;
}

.view-id-resource_center .view-empty {
    width: 80%;
    margin: 40px auto;
    font-size: 1.2em;
}

.view-id-resource_center .node-image {
    text-align: left;
    margin-top: 2px;
}

.node-resource-asset.node-teaser .node-links {
    margin-top: 15px;
}

.node-resource-asset.node-teaser .node-links a {
    display: block;
    color: #14467c;
    margin: 10px 0;
    font-size: 1em;
}

.node-resource-asset.node-teaser .node-links a:hover {
    color: #428bca;
    text-decoration: none;
}

.node-resource-asset.node-teaser .node-links a.secondary {
    color: #919191;
}

.node-resource-asset.node-teaser .node-links a.secondary:hover {
    color: #adadad;
}

.view-id-resource_center .node-title-link {
    font-size: 1.2em;
    color: #14467c;
}

.view-id-resource_center .view-header {
    margin: 10px 40px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.view-id-resource_center .node-teaser, .view-id-sds_emea .node-teaser {
    margin: 0 20px;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0;
}

.node-resource-asset.node-teaser .node-info-details {
    margin-top: 8px;
}

#ra-container .node-taxonomy, .node-resource-asset.node-teaser .node-taxonomy {
    margin-bottom: 3px;
}

#ra-container .node-taxonomy span, .node-resource-asset.node-teaser .node-taxonomy span {
    font-weight: bold;
}

.node-resource-asset.node-teaser .node-taxonomy .see-more-link {
    display: inline-block;
    margin-left: 5px;
    font-size: 1em;
}

.node-resource-asset.node-teaser .node-taxonomy .see-more {
    display: none;
    font-weight: normal;
}

.bottom-back {
    position: relative;
    text-align: center;
    padding: 15px 0;
    margin-top: 20px;
}

.bottom-back .inner-wide {
    background-color: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.bottom-back a {
    position: relative;
    color: #000000;
    font-size: 1.2em;
}

.bottom-back i {
    border: 1px solid #000000;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
}

.bottom-back a:hover {
    text-decoration: none;
    color: #00aeef;
}

.bottom-back a:hover i {
    border-color: #00aeef;
}

#resource-center-quick-search {
    margin: 0 25px;
}

#resource-center-quick-search .search-container {
    margin: 15px 5px;
    padding: 10px 15px;
}

#resource-center-quick-search h3 {
    color: #ffffff;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.3em;
    margin: 0 0 5px 0;
    white-space: nowrap;
    vertical-align: top;
}

#resource-center-quick-search h3 span {
    display: block;
    font-size: 0.7em;
    margin-top: 2px;
}

#resource-center-quick-search form {
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
}

#resource-center-quick-search .select2-container {
    width: 80% !important;
    text-align: left;
    vertical-align: text-top;
}

#resource-center-quick-search .sds-container .search-container {
    background-color: #005780;
}

#resource-center-quick-search .ifu-container .search-container {
    background-color: #0e3767;
}

#resource-asset-products {
    margin-top: 50px;
    text-align: center;
}

#resource-asset-products h4 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 2em;
    color: #14467c;
    text-align: center;
    margin-bottom: 20px;
}

div.view-id-search_all, div.view-id-sku_search {
    width: 80%;
    margin: 30px auto;
}

div.view-id-search_all h1, div.view-id-sku_search h1 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #13457c;
    margin-bottom: 0;
}

div.view-id-search_all h2, div.view-id-sku_search h2 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #c31616;
    font-size: 1.6em;
    margin-top: 10px;
}

div.view-id-search_all .view-empty p, div.view-id-sku_search .view-empty p {
    margin-top: 40px;
}

div.view-id-search_all .view-empty form, div.view-id-sku_search .view-empty form {
    max-width: 500px
}

div.view-id-search_all .view-content, div.view-id-sku_search .view-content {
    margin-top: 25px;
    border-top: 1px solid #bebebe;
}

div.view-id-search_all .view-content .views-row, div.view-id-sku_search .view-content .views-row {
    padding: 20px;
    border-bottom: 1px solid #dddddd;
}

div.view-id-search_all .views-row a, div.view-id-sku_search .views-row a {
    font-size: 1.5em;
    color: #13457c;
    display: block;
}

div.view-id-search_all .views-row a img, div.view-id-sku_search .views-row a img {
    font-size: 1.5em;
    color: #13457c;
    display: block;
    margin: 0px auto;
}

div.view-search-all-product-lines .view-header {
    margin-top: 20px;
    border-top: 1px solid #bebebe;
    padding-top: 15px;
    font-size: 1.2em;
}

div.view-search-all-product-lines .view-content {
    border: none;
    margin-top: 10px;
}

div.view-search-all-product-lines .view-content .views-row {
    border: none;
    padding: 0 20px;
    display: inline-block;
    border-right: 1px solid #bebebe;
}

div.view-search-all-product-lines .views-row a {
    font-size: 1.2em;
}

div.view-search-all-product-lines .view-content .views-row-last {
    border: none;
}

#ra-container {
    width: 95%;
    margin: 30px auto;
}

#ra-container h1 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #13457c;
    margin-top: 0;
}

#ra-container .field-type-image {
    text-align: center;
    margin-bottom: 30px;
}

#ra-container img {
    margin-top: 10px;
}

#ra-container .ra-info-details a.btn {
    padding: 10px 40px;
    font-size: 1.2em;
    margin-top: 30px;
}

#sitemap-container {
    width: 80%;
    margin: 0 auto;
}

#sitemap-container h1 {
    font-size: 2.5em;
    color: #14467c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    margin-top: 50px;
}

#sitemap-container ul.sitemap-links ul li {
    list-style-type: none;
}

#sitemap-container ul.sitemap-links a {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}

#contact-people {
    margin: 0 30px 0 30px;
}

#contact-distrib {
    background-color: #dadada;
    color: #14467c;
    padding: 0;
    margin-bottom: 30px;
}

#contact-distrib h5 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 2em;
    border-bottom: 1px solid #b0b0b0;
    margin: 0;
    padding: 15px;
}

#contact-distrib h5.noborder {
    border: none;
}

.distrib-list {
    border-bottom: 1px solid #b0b0b0;
    padding: 20px;
}

.distrib-list h6 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.distrib-list h6 i {
    position: absolute;
    font-size: 1.7em;
    top: -5px;
    right: 0px;
}

.distrib-list .distribs {
    margin-top: 15px;
}

.distrib-list .distribs .field-item {
    margin: 5px 0;
    float: left;
    width: 50%;
    min-width: 200px;
    padding-right: 20px;
}

.distrib-list .distribs .field-item a {
    color: #14467c;
}

.distrib-list.open h6 i:before {
    content: "\f107";
}

#contact-distrib .select2 {
    min-width: 165px;
    margin: 5px 0 20px 20px;
    max-width: 220px !important
}

#international-offices .row {
    margin: 10px 20px 0 15px;
    padding-bottom: 20px;
    display: none;
    font-size: 1.1em;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    word-wrap: break-word;
}

#international-offices .row a {
    color: #14467c;
    text-decoration: underline;
}

#international-offices .row strong {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

#contact-sales {
    padding-right: 0;
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center;
}

#contact-sales-inner {
    padding: 0 20px 20px;
    color: #14467c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}

#contact-sales-inner h5 {
    margin: 0;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 2em;
}

#contact-sales-inner .field-name-field-page-federal-contract-info {
    font-size: 1em;
    margin-top: 10px;
}

#contact-sales-inner .field-name-field-page-federal-contract-info p {
    margin: 0;
}

#contact-sales-inner h5 > span {
    display: inline-block;
    height: 29px;
    width: 35px;
    background: transparent url(../img/home-icons.png) 0 0 no-repeat;
    background-size: 32px auto;
    margin: 0 5px -3px 0;
}

#contact-sales-inner .field-name-field-page-federal-contract-info p a {
    display: inline-block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-top: 10px;
    padding: 10px 60px;
    font-size: 1.3em;
    background-color: #4c7da5;
    color: #ffffff;
}

#contact-sales-inner .field-name-field-page-federal-contract-info p a:hover {
    background: #69a2d1;
    text-decoration: none;
}

#contact-sales-inner strong {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

#contact-sales-inner .select2 {
    margin-top: 20px;
    min-width: 230px;
}

#contact-sales-inner .manager {
    display: none;
    margin-top: 15px;
}

#contact-sales-inner .manager a {
    color: #ffffff;
    text-decoration: underline;
}

#contact-salesrep {
    border: 1px solid #13457c;
}

#contact-salesrep .contact-salesrep-top {
    background-color: #13457c;
    padding: 20px
}

#contact-salesrep h5 {
    margin: 0 0 25px 0;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 2em;
    color: #ffffff;
}

#contact-salesrep .margin-sides {
    margin: 20px;
}

#contact-salesrep .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 33px;
}

#contact-salesrep .select2-container {
    width: 100% !important;
    margin-bottom: 20px;
}

.contact-salesrep-input {
    position: relative;
    height: 28px;
}

#contact-salesrep-postal {
    width: 100% !important;
    padding: 2px 2px 2px 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 40px;
    height: 28px;
    border: 1px solid #00aeef;
}

#contact-salesrep-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 10px;
    height: 28px;
}

#contact-salesrep-results .row {
    padding: 20px 0;
    border-top: 1px solid #13457c;
}

#contact-salesrep-results .name {
    color: #13457c;
    font-size: 16px;
    margin-bottom: 7px;
}

#contact-salesrep-results a {
    text-decoration: underline;
    color: #13457c;
    word-break: break-all;
}

#contact-salesrep-results i {
    color: #13457c;
    margin-right: 2px;
}

#contact-salesrep-results .contact-salesrep-image {
    width: 100%;
    background-color: #ffffff;
    position: relative;
}

#contact-salesrep-results .contact-salesrep-image div {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border: 4px solid #8ca9c9;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
}

.error-container {
    width: 80%;
    margin: 30px auto;
}

.error-container h1 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #14467c;
    font-size: 3em;
}

.error-container h2,
.error-container h3 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #14467c;
    font-size: 1.6em;
    margin-top: 45px;
}

.error-container .form-text {
    display: inline-block;
    border-radius: 0;
    width: 85%;
    margin: 0 auto;
    vertical-align: top;
}

.error-container .form-text:focus {
    box-shadow: none;
}

.error-container form button {
    background-color: #00aeef;
    border: none;
    height: 34px;
    padding: 2px 10px;
    vertical-align: top;
}

.error-container button:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    font-size: 1.4em;
    color: #ffffff;
}

.error-container #sitemap-container {
    width: 100%;
}

@media (max-width: 768px) {
    .error-container {
        width: 100%;
        margin: 30px auto;
    }

    .error-container h1 {
        margin: 0;
        padding: 0;
        font-size: 32px;
    }

    .error-container h2,
    .error-container h3 {
        font-size: 18px;
        margin-top: 20px;
    }

    .view-id-product_category_listing .view-filters {
        background-color: #eeeeee;
        padding: 5px 0;
    }
}

#super-container.blur {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    transition: all 0.5s ease;
}

.main-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#country-menu {
    display: none;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

#country-menu .map-bg {
    margin-right: -13px;
    background: #ffffff url(../img/country-menu-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 25px;
}

#country-menu .country-menu-content {
    margin: 0 10% 20px 10%;
}

#country-menu .country-menu-title {
    background-color: #f8f8f8;
    color: #13457c;
    padding: 10px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

#country-menu .country-menu-region {
    font-size: 16px;
    color: #13457c;
    display: inline-block;
    margin-top: 20px;
    line-height: 18px;
    border-bottom: 1px solid #13457c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

#country-menu ul {
    margin: 10px 20px 0 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

#country-menu ul li {
    margin: 0 0 10px 0;
}

#country-menu ul li a {
    color: #13457c;
}

#country-menu .menu-2-col ul {
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
}

@media (max-width: 992px) {
    #country-menu .country-menu-region {
        cursor: pointer;
    }

    #country-menu ul {
        display: none;
    }

    #country-menu .menu-2-col ul {
        -moz-column-count: auto;
        -moz-column-gap: 0;
        -webkit-column-count: auto;
        -webkit-column-gap: 0;
        column-count: auto;
        column-gap: 0;
    }
}

@media (min-width: 993px) {
    #country-menu ul {
        display: block !important;
    }
}

.view-id-product_line_order {
    margin: 30px;
}

.view-id-product_line_order .view-header {
    font-size: 1.5em;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    margin-bottom: 30px;
}

.view-id-product_line_order .messages {
    background-color: #d4d3d3;
    padding: 15px;
    margin: 15px;
}

.view-id-product_line_order .tabledrag-toggle-weight-wrapper {
    display: none;
}

.view-id-product_line_order .table > tbody > tr > td {
    line-height: 1;
}

.view-id-product_line_order .table > tbody > tr > td a {
    vertical-align: sub;
}

.view-id-product_line_order a.tabledrag-handle .handle {
    padding-right: 10px;
    margin-right: 20px;
}

@-webkit-keyframes rotateThis {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotateThis {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotateThis {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0);
    }
    10% {
        transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0);
    }
}

@-moz-keyframes shake {
    0% {
        transform: rotateZ(0);
    }
    10% {
        transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0);
    }
}

@keyframes shake {
    0% {
        transform: rotateZ(0);
    }
    10% {
        transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0);
    }
}

@media (max-width: 992px) {
    #kerrdental-nav #matrix-container .content-container {
        display: none !important;
    }

    #header-top .container {
        width: 100%;
    }
}

@media (max-width: 450px) {
    body[class*="kerr-page-rewards"] #rewards-form h4 {
        font-size: 1.5em;
    }

    .event-speaker-teaser .left,
    .event-speaker-teaser .right {
        padding: 0;
    }

    header .navbar-brand a {
        margin-left: 20px;
    }

    .home-mid-demo .select2 {
        width: 90% !important;
    }
}

/* Smallest devices (tablets, 500px and up) */
@media (min-width: 500px) {
    .view-commerce-cart-form .views-field-commerce-total {
        display: table-cell;
    }

    .view-commerce-cart-form .views-field-edit-delete .btn:after {
        content: ' X';
        text-transform: uppercase;
    }

    #contact-header h1 {
        font-size: 1.2em;
        max-width: 400px;
    }
}

@media (max-width: 550px) {
    .node-product #product-featured .left iframe {
        width: 100%;
        height: 250px;
    }

    #skip-link {
        display: none !important;
    }
}

@media (min-width: 650px) {
    .node-product .flexslider .slides img {
        max-height: 400px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .xs-centered {
        text-align: left;
    }

    .common-header {
        padding: 0 40px;
    }

    .inner-wide {
        width: 200%;
        margin-left: -50%;
        margin-right: 50%;
    }

    #procedure-header {
        padding: 0;
    }

    #header-bottom .container {
        display: block;
    }

    #header-help, #header-international, #header-search {
        text-align: right;
        padding: 0px 14px 0px 16px;
    }

    #header-international, #header-search {
        flex-grow: 1;
    }

    #header-help .help-container {
        width: 135px;
    }

    #header-international .fa-globe {
        float: right;
    }

    .header-cart {
        padding: 0 40px;
        float: right;
        background-color: #10365f;
    }

    .footer {
        margin: 0;
        padding: 0;
    }

    .footer .mid {
        margin-top: 20px;
    }

    footer .left ul, footer .mid ul {
        margin: 0 15%;
        text-align: left;
        padding: 0 15px;
    }

    footer .mid ul {
        margin: 0;
        text-align: center;
    }

    #category-expand-boxes {
        display: block;
    }

    .node-product .top-row {
        margin: 0;
    }

    .node-product .line-inner {
        right: -100%;
        width: 200%;
    }

    .node-product h1 {
        display: block;
    }

    .node-product #product-featured .right {
        padding: 20px 0px 20px 40px;
    }

    #home-carousel-container {
        display: block;
    }

    .header-image-responsive,
    .header-image-responsive img {
        height: 205px;
    }

    .header-image-responsive:after {
        padding-top: 0;
    }

    .header-image-responsive img {
        max-height: none;
    }

    #home-carousel-container .slides a {
        height: 255px;
    }

    #news-listing .news-item {
        width: 50%;
    }

    .view-commerce-cart-form .views-field-field-sku-image {
        display: table-cell;
    }

    .view-commerce-cart-form .form-actions {
        width: 30%;
        float: right;
    }

    .view-commerce-cart-form .cart-footer-text {
        float: left;
        width: 55%;
        margin: 0;
    }

    body.page-checkout #commerce-checkout-form-checkout fieldset .no-pad-left {
        padding-right: 10px;
    }

    body.page-checkout #commerce-checkout-form-checkout fieldset .no-pad-right {
        padding-left: 10px;
    }

    #howtobuy-header .header-line {
        text-align: right;
    }

    #howtobuy-header h1 {
        padding-left: 0;
    }

    #resource-center-general-search {
        padding: 18px 30px;
    }

    #block-views-resource-center-block, #block-views-sds-emea-block {
        float: right;
        width: 73%;
    }

    .block-facetapi {
        display: block;
    }

    #home-mid .left {
        padding-right: 0;
    }

    #rewards-mid .inner-wide {
        background: transparent url(../img/big-blue.jpg) center center no-repeat;
    }

    #rewards-mid .rewards-hand {
        float: right;
        margin-right: 50px;
    }

    .node-procedure #procedure-content .procedure-body {
        margin: 30px 0 0 0;
    }

    .node-product #product-info-left {
        padding: 0 50px;
    }

    .promotions-section {
        width: 95%;
        margin: 30px auto;
    }

    #promotions-header #promotions-slider .views-field-field-promotion-display-title {
        width: 80%;
    }

    #promotions-header #promotions-slider .views-field-field-image {
        float: right;
        text-align: left;
        margin-left: 20px;
    }

    #promotions-header #promotions-slider .views-field-title {
        width: 65%;
    }

    #promotions-header #promotions-slider .views-field-field-promotion-link {
        text-align: left;
    }

    #promotions-header #promotions-slider li {
        padding: 50px 20px;
    }

    .node-product .flex-direction-nav a {
        height: 100px;
    }

    .node-product .flex-direction-nav a:before {
        font-size: 90px;
    }

    .node-product #product-info aside .promo-bg {
        width: 200%;
        margin-right: -100%;
    }

    #events-listing-filters .filter .select2 {
        width: 200px !important;
    }

    #contact-header h1 {
        position: relative;
        max-height: none;
        max-width: 400px;
        font-size: 1.5em;
    }

    #contact-distrib .select2 {
        margin: 5px 0 20px 30px;
        max-width: none;
    }

    .product-listing-view .view-content {
        margin-left: -10px;
        margin-right: -10px;
    }

    .node-product #product-featured .inner-wide-right {
        width: 200%;
        margin-right: -100%;
    }

    #aboutus-header .header-image-responsive img {
        display: block;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #mobile-menu-button {
        display: none;
    }

    header {
        position: fixed;
        top: 0;
    }

    #fixed-header-spacer {
        height: 90px;
    }

    .header-cart {
        float: none;
        padding: 0;
    }

    header nav.col-md-9 {
        padding-right: 5px;
        padding-left: 5px;
    }

    #header-top nav {
        top: initial;
        left: initial;
        width: 75%;
        position: static;
    }

    #kerrdental-nav {
        display: block !important;
        margin-top: 3px;
        float: left;
        overflow: visible;
        margin-left: 15px;
    }

    #kerrdental-nav ul {
        background-color: transparent;
    }

    #kerrdental-nav li {
        display: inline-block;
        background-color: transparent;
        width: auto;
        margin-left: 7px;
        margin-right: 6px;
        height: 50px;
    }

    #kerrdental-nav li.link-cart {
        display: none;
    }

    #kerrdental-nav li li.last {
        display: inline-block;
    }

    #kerrdental-nav li a {
        margin-top: 12px;
        padding: 4px 0;
        text-align: center;
        color: #ffffff;
    }

    #kerrdental-nav li.active a, #kerrdental-nav li.active-trail a {
        color: #ffffff;
        border-bottom: 3px solid #ffffff;
    }

    #kerrdental-nav li:hover a, #kerrdental-nav li li li a {
        border-bottom: 3px solid #ffffff;
    }

    #kerrdental-nav li:hover li a {
        border: 0;
    }

    #kerrdental-nav li ul li a.menutype-drop:after {
        content: "\f105";
    }

    #kerrdental-nav li ul {
        position: absolute;
    }

    #kerrdental-nav li ul.depth-1 {
        margin-left: 67px;
    }

    #kerrdental-nav li ul#ul-398 {
        margin-left: 0;
    }

    #kerrdental-nav li ul.depth-2 {
        margin-left: -140px;
        top: -1px;
    }

    #kerrdental-nav ul li.active a, #kerrdental-nav ul li a {
        border: none;
    }

    #kerrdental-nav li.submenu-columns ul li {
        width: auto;
    }

    #kerrdental-nav li.submenu-columns ul li a {
        padding: 0;
        position: relative;
        height: 70px;
    }

    #kerrdental-nav li ul ul {
        position: absolute;
        left: 100%;
    }

    #kerrdental-nav #specialty-dentist, #kerrdental-nav #specialty-endo, #kerrdental-nav #specialty-hygen, #kerrdental-nav #specialty-lab {
        width: 173px;
        height: 160px;
        padding: 68px 0 0 0;
        border: 1px solid #ffffff;
        border-right: 0;
        background-color: #052446;
        color: #ffffff;
        text-align: center;
    }

    #kerrdental-nav #specialty-hygen {
        padding-top: 59px;
    }

    #kerrdental-nav #specialty-lab {
        border-right: 1px solid #ffffff;
    }

    #kerrdental-nav #specialty-dentist:before, #kerrdental-nav #specialty-endo:before, #kerrdental-nav #specialty-hygen:before, #kerrdental-nav #specialty-lab:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.2;
        background: transparent url(../img/nav-specialty-bg.jpg) 0 0 no-repeat;
    }

    #kerrdental-nav #specialty-dentist:hover:before, #kerrdental-nav #specialty-endo:hover:before, #kerrdental-nav #specialty-hygen:hover:before, #kerrdental-nav #specialty-lab:hover:before {
        opacity: 0.3;
    }

    #kerrdental-nav #specialty-endo:before {
        background-position: -176px 0;
    }

    #kerrdental-nav #specialty-hygen:before {
        background-position: -352px 0;
    }

    #kerrdental-nav #specialty-lab:before {
        background-position: -530px 0;
    }

    #kerrdental-nav li.category-matrix {
        width: 670px;
    }

    #kerrdental-nav #matrix-container .top-tabs {
        display: table;
        width: 100%;
    }

    #kerrdental-nav #matrix-container .top-tabs a {
        float: none;
        display: table-cell;
        vertical-align: middle;
        width: 16%;
        text-align: center;
        padding: 10px;
        /*white-space: nowrap;*/
    }

    #kerrdental-nav #matrix-container .top-tabs a:first-child {
        /*display: block;*/
        /*width: 180px;*/
    }

    #kerrdental-nav #matrix-container .top-tabs a:hover, #kerrdental-nav #matrix-container .top-tabs a.active {
        background: #f8f8f8;
    }

    .header-image-responsive,
    .header-image-responsive img {
        height: 266px;
    }

    #home-carousel-container .slides a {
        height: 330px;
    }

    #home-mid .home-mid-line .line {
        left: 10px;
        width: 300%;
    }

    .node-product #product-info-list {
        display: block;
    }

    .node-product #product-info-sections .info-section-content h3 {
        display: inline-block;
    }

    #news-listing .news-item {
        width: 33%;
    }

    #specialty-product-lines .odd .line-image {
        float: right;
    }

    #specialty-product-lines .line {
        display: block;
    }

    .node-product #info-buy .col-label {
        display: block;
    }

    #commerce-checkout-form-checkout h2,
    #commerce-checkout-form-checkout h3,
    #commerce-checkout-form-checkout h4 {
        width: 50%;
    }

    #promotions-header .row,
    #promotions-header .row > div[class*='col-'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: 1 0 auto;
    }

    #aboutus-video-left {
        padding: 0 0 0 30px;
    }

    #aboutus-vid,
    #aboutus-vid > div[class*='col-'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: 1 0 auto;
        margin: 0;
        padding: 0 1px 30px 0;
        overflow: visible;

        /*		padding-bottom: 56.25%;  16:9 */
    }

    #category-overs {
        display: block;
    }

    .node-event .event-speaker-bg {
        height: 1000px;
    }

    .node-product #info-buy .col-add-cart .btn {
        font-size: 0.9em;
    }

    .node-product #info-buy .col-add-cart .view-cart {
        text-transform: lowercase;
        display: block;
    }

    body.page-checkout #edit-cart-contents {
        display: block;
    }

    body.page-checkout #edit-customer-profile-billing, body.page-checkout #edit-buttons {
        float: left;
        width: 55%;
    }

    #resource-center-quick-search .sds-container {
        padding-right: 3px;
    }

    #resource-center-quick-search .ifu-container {
        padding-left: 2px;
    }

    #resource-center-general-search form div {
        width: 60%;
    }

    #ra-container {
        width: 80%;
    }

    #ra-container .field-type-image {
        margin-bottom: 0;
    }

    .view-id-resource_center .node-image {
        text-align: center;
    }

    #events-listing-filters .filter span.filter-label {
        padding-right: 14px;
    }

    #events-listing-filters .filter {
        margin: 20px 12px;
    }

    .node-event .event-speaker-single .event-speaker-meta .meta-line {
        display: block;
    }

    .node-event .event-speaker-multiple .event-speaker-meta .meta-line {
        border-bottom: 1px solid #ffffff;
    }

    .node-event h4 {
        border-bottom: 1px solid #13457c;
    }

    .node-event .event-links {
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
    }

    .node-event .event-photo img {
        width: 100%;
        max-height: none;
    }

    .node-event .event-right {
        padding: 0 15px;
    }

    .view-id-product_category_listing .view-filters {
        background-color: #eeeeee;
    }

    .node-product #product-related {
        margin-top: 50px;
    }

    .node-product #info-buy .col-info {
        padding-left: 15px;
        padding-right: 15px;
    }

    .node-product #product-top-right {
        padding-right: 60px;
    }

    .node-product #info-buy .col-image {
        min-height: 1px;
    }

    .promotions-section .promo-content-container {
        border-top: 1px solid #bbbbbb;
        border-left: 1px solid #bbbbbb;
    }

    .promotions-section .promo-content-container {
        background-color: #e6e6e6;
    }

    .promotions-section .category-left {
        display: block;
    }

    .promotions-section .content-link {
        color: #42c0f6;
        background-color: transparent;
    }

    .promotions-section .promotions-disclaimer {
        display: block;
    }

    #promotions-header .header-right {
        margin-left: 0;
    }

    #promotions-header .header-right .inner-right {
        width: 200%;
    }

    .promotions-section .promo-disclaimer {
        display: none !important;
    }

    #specialty-procedures .col-centered {
        display: inline-block;
        vertical-align: top;
    }

    .node-product .flexslider {
        margin-right: -20px;
    }

    #header-search,
    #header-search.searching {
        border-left: 1px solid #bbbbbb;
        border-right: 1px solid #bbbbbb;
    }

    #header-search .form-text {
        display: inline-block !important;
        width: 250px !important;
    }

    .node-product #product-featured .left {
        padding: 15px;
    }

    .node-product #product-featured .field-name-field-featured-video {
        text-align: left;
        padding: 0;
        margin: -15px;
    }

    #events-listing-filters .filter .select2 {
        width: 160px !important;
    }

    #contact-header h1 {
        max-width: 600px;
        font-size: 2em;
    }

    #howtobuy-header .inner-wide {
        background-image: url(../img/home-slider-bg-transparent.png);
    }

    #contact-sales {
        padding-left: 15px;
    }

    #contact-sales-inner,
    #contact-salesrep {
        margin-left: 10px;
    }

    #product-category-buttons a {
        min-width: 150px;
    }

    .node-product #info-faqs .field-name-field-product-faq-question {
        cursor: default;
    }

    .node-product #info-faqs .field-name-field-product-faq-question:before {
        display: none;
    }

    .node-product #info-faqs .field-name-field-product-faq-answer {
        display: block !important;
    }

    footer .mid {
        border-left: 1px solid #113a66;
        border-right: 1px solid #113a66;
    }

    .node-product #product-featured .right {
        left: 5px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #kerrdental-nav li {
        margin-left: 18px;
        margin-right: 17px;
    }

    #kerrdental-nav li.category-matrix {
        width: 760px;
    }

    #kerrdental-nav li ul.depth-2 {
        margin-left: -90px;
    }

    .header-image-responsive,
    .header-image-responsive img {
        height: 321px;
    }

    #home-carousel-container .slides a {
        height: 400px;
    }

    .node-product #info-buy .col-add-cart .btn {
        font-size: 1em;
    }

    .node-product #product-featured .right {
        padding-left: 0;
        padding-right: 30px;
    }

    .node-event .event-links a {
        padding: 10px 20px;
        margin: 10px 30px;
        min-width: 160px;
    }

    #aboutus-video-left .left-content {
        padding: 30px 30px 10px 30px;
    }

    #contact-header h1 {
        max-width: 800px;
    }

    #product-category-buttons a {
        min-width: 170px;
    }

    .node-product #product-featured .right {
        left: -20px;
    }
}

@media (min-width: 1400px) {
    #kerrdental-nav li ul.depth-2 {
        margin-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .domain-23 #kerrdental-nav li ul.depth-2 {
        margin-left: -160px;
    }
}

/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    header .navbar-brand a {
        /*background-image: url(../img/kerr-logo@2x.png);*/
        /*background-size: 75px 26px;*/
    }
}

/** Added Class for Event Address feild **/
.event-meta .address {
    float: right;
}

@media (min-width: 320px) and (max-width: 767px) {
    .event-meta .address {
        display: block;
        float: none;
    }
}

/** Added Class for overrite color property on promotion page**/
#promotions-header #promotions-slider .promotions-slider-carousel ul li p.small {
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    header .navbar-brand {
        width: 80%;
    }

    header .navbar-brand a {
        background-size: 180px;
    }

    .node-product .flexslider .flex-control-thumbs {
        display: none;
    }

    .node-product .flexslider .slides img {
        padding-bottom: 30px;
    }
}

.view-sku-details {
    margin: 30px auto;
    /*height: 100%;
	width:95%;*/
}

.view-sku-details .item-list ul {
    margin: 0;
    padding: 0;
}

.view-sku-details ul li {
    list-style-type: none;
}

.view-sku-details h1 {
    color: #14467c;
    font-family: "Montserrat";
    font-weight: 300;
    margin-top: 0;
}

.view-sku-details img {
    margin-top: 10px;
    vertical-align: middle;
    border: 0 none;
    max-width: 100%;
    height: 100%;

}

.view-sku-details .field-type-image {
    text-align: center;
}

.view-sku-details .field-content {
    float: left;
    width: 70%;
    word-wrap: break-word;
}

.view-sku-details .views-field {
    border-bottom: 1px solid #dddddd;
    float: left;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    word-wrap: break-word;
}

.view-sku-details .views-label {
    float: left;
    font-weight: bold;
    width: 30%;
}

.view-sku-details .views-field-title {
    display: block;
    font-family: "Montserrat";
    font-size: 1.3em;
    color: #14467c;
    margin-bottom: 4px;
}

.view-sku-details .views-field-field-sku-full-description {
    padding-bottom: 10px;
}

.view-sku-details .views-field-field-sku-full-description img {
    max-width: 100%;
}

.view-sku-details .col-add-cart .btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
    color: #ffffff;
    font-size: 17px !important;
    padding: 14px 27px;
}

@media (max-width: 992px) {
    .view-sku-details .col-add-cart .btn-primary {
        min-width: 100%;
    }

    .col-add-cart {
        text-align: center;
    }
}

.view-sku-details .col-add-cart .btn.added {
    background-color: #dddddd !important;
    color: #333333;
    cursor: default;
    font-family: "Montserrat";
    margin-bottom: 0;
    margin-right: 5px;
}

.view-sku-details .views-field-field-sku-description {
    border-bottom: medium none;
    color: #999999;
    font-size: 0.9em;
    padding-top: 0;
}

.col-add-cart .fa-cart-plus::before {
    font-family: FontAwesome;
}

.mar-top-15 {
    margin-top: 5px;
    float: left;
    min-width: 100%;
}

.view-sku-details .mar-top-15 a {
    text-align: center;
}

.col-add-cart {
    margin-top: 15px;
}

.col-add-cart a.secondary {
    color: #919191;
    text-decoration: none;
    margin-left: 3px;
}

.col-add-cart a.secondary:hover {
    color: #adadad;
    text-decoration: none;
}

.btn-half {
    width: 50% !important;
    min-width: 50% !important;
    float: left;

}

.node-product #info-buy .grid-sku .btn-primary {
    width: 50%;
    float: left;
}

.node-product #info-buy .grid-sku .btn {
    min-width: auto;
}

.node-product #info-buy .grid-sku .secondary {
    border-top: 1px solid #aeaeae;
}

.node-product #info-buy .grid-sku .sku-add-cart a {
    padding: 8px 10px 10px;

}

@media (min-width: 991px) and (max-width: 1208px) {
    .node-product #info-buy .grid-sku .btn {
        font-size: 12px;
    }

    .node-product #info-buy .grid-sku .sku-add-cart a {
        font-size: 12px;
    }
}

/***
* SKU Search
*
***/

div.view-id-sku_search span.sku-sku {
    font-size: 0.9em;
    color: #14467c;
}

div.view-id-sku_search span.sku-description {
    color: #999999;
    font-size: 0.9em;
}

div.view-id-sku_search a.secondary {
    color: #919191;
    text-decoration: none;
    font-size: 14px;
}

.page-search section#block-quicktabs-search + section#block-system-main {
    display: none;
}

#quicktabs-search ul.quicktabs-tabs.quicktabs-style-garland {
    background: #13457c none repeat scroll 0 0;
    height: auto;
    padding: 12px;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0px solid transparent;
}

#quicktabs-search ul.quicktabs-tabs.quicktabs-style-garland li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    float: none;
    list-style-type: none;
    /*     overriding garland css so need to use !important */
    padding-bottom: 0 !important;
}

#quicktabs-search ul.quicktabs-tabs.quicktabs-style-garland li.active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#quicktabs-search ul.quicktabs-tabs.quicktabs-style-garland li a {
    display: block;
    margin: 0;
    padding: 12px;
    border-bottom: 3px solid transparent;
}

#quicktabs-search ul.quicktabs-tabs.quicktabs-style-garland li a:hover {
    text-decoration: none;
    border-bottom: 3px solid #05abed;
}

#quicktabs-search ul.quicktabs-tabs.quicktabs-style-garland li a:link,
#quicktabs-search ul.quicktabs-tabs.quicktabs-style-garland li a:visited {
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 8px 0;
    padding: 8px 12px 4px 11px;
}

#quicktabs-search ul.quicktabs-tabs.quicktabs-style-garland li.active a {
    background: #ffffff;
    color: #13457c;
    text-decoration: none;
    padding: 8px 12px 12px 11px;
    margin: 0 0 0 0;
}

#quicktabs-search ul.quicktabs-tabs.quicktabs-style-garland li.active a:hover {
    border-bottom: 3px solid transparent;
}

.moreinfo-mrg {
    margin-top: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .teaser-view {
        display: none;
        float: none;
    }
}

@media (min-width: 768px) {
    .rwd-break {
        display: none;
        float: none;
    }
}

/* User Login */
.not-logged-in.page-user .tabs--primary {
    display: none;
}

.not-logged-in.page-user .region-content {
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.not-logged-in.page-user .region-content .header-line {
    margin-bottom: 50px;
}

.not-logged-in.page-user .region-content h1.title {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 3.5em;
    line-height: normal;
    color: #14467c;
}

.not-logged-in.page-user .sso-login h3 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    line-height: normal;
    color: #14467c;

    margin-top: 0;
}

.not-logged-in.page-user .sso-login {
    font-size: 1.2em;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #14467c;
    line-height: normal;

    margin-top: 40px;
    padding-top: 40px;
    border-top: 10px solid #14467c;
}

.not-logged-in.page-user .region-content .form-item {
    max-width: 350px;
}

.not-logged-in.page-user .region-content .form-item label {
    color: #14467c;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    line-height: normal;
    font-size: 16px;
}

.not-logged-in.page-user .region-content .line {
    position: relative;
    width: 100%;
}

.not-logged-in.page-user .region-content .line-inner {
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    border-bottom: 1px solid #14467c;
}

.not-logged-in.page-user .btn-primary {
    border: none;
    border-radius: 0;
    background-color: #00aeef;
    padding: 8px 50px;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 20px;
}

.not-logged-in.page-user .btn-primary:hover {
    background-color: #3276b1;
}

@media (min-width: 992px) {
    .not-logged-in.page-user .sso-login {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }

    #block-quicktabs-search {
        margin-top: 20px;
    }
}

body.page-search #quicktabs-search ul.quicktabs-tabs.quicktabs-style-garland {
    background: #4c7da5;
}

.homepage_block-heading {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 10px;
}

#sliding-popup .popup-content {
    background-color: #4c7da5;
}

/* OneTrust pop-up style. */
.optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle button {
  outline: none !important;
}

#onetrust-consent-sdk #onetrust-button-group #onetrust-pc-btn-handler.cookie-setting-link:hover,
#onetrust-consent-sdk #onetrust-button-group #onetrust-pc-btn-handler.cookie-setting-link:active,
#onetrust-consent-sdk #onetrust-button-group #onetrust-pc-btn-handler.cookie-setting-link:focus,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link,
#onetrust-consent-sdk #onetrust-pc-btn-handler {
  color: #23527C !important;
  border-color: #fff !important;
  opacity: 1;
  outline: none;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link:hover,
#onetrust-consent-sdk #onetrust-pc-btn-handler:hover {
  opacity: 0.7;
}

.cookie-setting-link:hover,
.cookie-setting-link:active,
.cookie-setting-link:focus {
  outline: none;
  border: none;
}

/* OneTrust cookie policy. */
button#ot-sdk-btn.ot-sdk-show-settings,
button#ot-sdk-btn.optanon-show-settings {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 1.3em;
  background-color: #4c7da5;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  border: none;
}
button#ot-sdk-btn.ot-sdk-show-settings:hover,
button#ot-sdk-btn.optanon-show-settings:hover {
  text-decoration: none;
  background-color: #69a2d1;
  color: #ffffff;
}
#ot-sdk-cookie-policy {
  color: #333333;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy div#cookie-policy-description,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3#cookie-policy-title,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p.ot-sdk-cookie-policy-group-desc {
  color: #333333 !important;
  line-height: 1.42857143;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
  font-size: 14px !important;
}
