﻿/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


.lists-number {
    font-size: 16px;
    padding-left: 16px;
    list-style: none;
    margin: 0 0 25px;
    line-height: 1.5;
    font-weight: 400;
}

    .lists-number li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 5px;
        list-style-type: decimal;
    }

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner,
    button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring,
    button:-moz-focusring {
        outline: ButtonText dotted 1px;
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

[hidden],
template {
    display: none;
}

a {
    font-weight: 600;
    text-decoration: none;
}

    a:visited {
        color: #00a0e3;
    }

.container-fluid-custom {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

body,
html {
    font-family: Montserrat, sans-serif;
    margin: 0 auto;
    height: 100%;
    line-height: 100%;
}

button,
input,
optgroup,
select,
textarea {
    font-family: Montserrat, sans-serif;
}

h1 {
    color: #00a0e3;
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 0;
}

h2 {
    color: #666;
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 0;
}

h3 {
    color: #343232;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 0;
}

h4 {
    color: #00a0e3;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 0;
}

h5 {
    color: #848484;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 0;
    font-style: italic;
}

h6 {
    color: #343232;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 0;
    text-transform: uppercase;
}

a {
    color: #00a0e3;
}

    a.focus,
    a:focus,
    a:hover {
        color: #094873;
    }

.pre-header {
    color: #343232;
    font-size: 14px;
    line-height: 34px;
    text-transform: uppercase;
}

.intro-para {
    color: #4f4f4f;
    font-size: 22px;
    line-height: 35px;
    font-weight: 100;
    padding-bottom: 20px;
}

.para {
    color: #4f4f4f;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: 400;
}

b,
label,
strong {
    font-weight: 600;
}

.margin-no-b {
    margin-bottom: 0;
}

.para:last-child {
    margin-bottom: 0;
}

ul.lists {
    font-size: 16px;
    padding-left: 0;
    list-style: none;
    margin: 0 0 25px;
    line-height: 1.5;
    font-weight: 400;
}

ul.term-list {
    font-size: 16px;
    padding-left: 0;
    list-style: none;
    margin: 0 19px 25px;
    line-height: 1.5;
    font-weight: 400;
}

p.para.legal-notice.left-marg {
    margin-left: 28px;
}

ul.term-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

    ul.term-list li::before {
        content: "•";      
        color: #00a0e3;
        position: absolute;
        line-height: 0;
        left: 0;
        font-size: 35px;
        top: 9px;
    }

ul.lists li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    /*font-weight: 16px;*/
}

    ul.lists li:last-child {
        margin-bottom: 0;
    }

    ul.lists li::before {
        content: "•";
        color: #00a0e3;
        position: absolute;
        line-height: 0;
        left: 0;
        font-size: 35px;
        top: 9px;
    }

.footnot {
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
}

.sub-para {
    color: #4f4f4f;
    font-size: 22px;
    line-height: 22px;
}

blockquote {
    color: #3b8a91;
    font-size: 35px;
    line-height: 40px;
    font-weight: 100;
    padding-bottom: 20px;
    font-style: italic;
    border-left: 0 solid #eee;
}

.date {
    color: #343232;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 2px;
}

.white-box {
    background: #fff;
    border: 1px solid #d6d6d6;
    padding: 25px;
    float: left;
}

.table > tbody > tr > th {
    font-weight: 400;
}

.img-circle {
    border-radius: 50%;
}

.rounded-img img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.noborder {
    border: none !important;
}

.nomargin {
    margin: 0;
}

.nomargint {
    margin-top: 0;
}

.nomarginr {
    margin-right: 0;
}

.nomarginl {
    margin-left: 0;
}

.nomarginb {
    margin-bottom: 0;
}

.nopadd,
.nopaddmob {
    padding: 0;
}

.nopaddl {
    padding-left: 0 !important;
}

.nopaddr {
    padding-right: 0 !important;
}

.pull-right {
    float: right !important;
}

section {
    margin: 40px auto;
}

    section.banner {
        margin: 0;
    }

.grey-box-nopadd {
    background: 0 0;
    border: 1px solid #d6d6d6;
    padding: 0;
}

.img-tab-landscape,
.img-tab-portrait {
    display: none;
}

.img-desktop,
.img-tab-landscape,
.img-tab-portrait {
    width: 100%;
}

.grey-box {
    background: #e1e1e1;
    border: 1px solid #d6d6d6;
    padding: 40px 0;
}

.modal-box {
    max-width: 90%;
    padding: 0 10px;
    background-color: #fff;
    position: absolute;
    width: 800px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .modal-box .para {
        font-size: 12px;
    }

    .modal-box h3 {
        margin-bottom: 0;
    }

        .modal-box h3 .website {
            margin-right: 5px;
        }

    .modal-box .modal-footer {
        text-align: center;
    }

.modal-box-notransform {
    position: static;
    top: inherit;
    left: inherit;
    transform: none;
    margin: 20px auto;
}

.modal-box.leaving-modal {
    width: 500px;
}

    .modal-box.leaving-modal .modal-footer .btn-info {
        font-size: 14px;
        width: 125px;
    }

    .modal-box.leaving-modal .modal-footer a:visited {
        color: #fff;
        background: #00a0e3;
    }

    .modal-box.leaving-modal .modal-footer a:hover {
        color: #fff;
        background: #094873;
    }

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-font-smoothing: subpixel-antialiased;
    }
}

@media screen and (max-width: 1024px) {
    .img-tab-landscape {
        display: block;
    }

    .img-desktop {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .socia-icon a {
        margin-left: 0px !important;
        margin-right: 20px !important;
    }

    .socia-icon {
        margin-top: 20px;
        text-align: left !important;
    }

    h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    h6 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .para,
    ul.lists {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .term-list li {
        font-size: 14px;
    }

    .intro-para {
        font-size: 17px;
        line-height: 20px;
        margin-top: 1px;
    }

    blockquote {
        font-size: 20px;
        line-height: 20px;
        margin-top: 1px;
    }

    .img-desktop,
    .img-tab-landscape {
        display: none;
    }

    .img-tab-portrait {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    h6 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .img-tab-landscape,
    .img-tab-portrait {
        display: none;
    }

    .img-desktop {
        display: block;
    }

    .modal-box {
        top: 50%;
    }

        .modal-box.leaving-modal .modal-footer .btn-info {
            font-size: 14px;
            width: 100px;
            padding: 10px 8px;
        }
}

.top-bar {
    padding: 15px 0;
    height: 74px;
}

.top-bar-blue {
    background-color: #00a0e3;
    padding: 10px 0;
    height: 35px;
}

    .top-bar-blue p a, .top-bar-blue p a:visited {
        color: #fff;
    }

.top-bar-search {
    height: 34px;
}

.top-bar-search-small-screen {
    position: relative;
    background-color: #fff;
    z-index: 1;
    padding: 25px 0;
    top: -6px;
    border-bottom: 1px solid grey;
}

.logo img {
    max-width: 100%;
}

.site-logo {
    padding-left: 0;
    padding-top: 9px;
}

    .site-logo img {
        max-width: 100%;
    }

.top-bar-search b {
    font-size: 12px;
    text-transform: uppercase;
}

.navbar-val {
    float: right !important;
}

form {
    position: relative;
    padding: 0;
    margin-top: 0;
    min-height: 100%;
}

.serch-icon {
    padding: 10px !important;
    background: #00a0e3;
    margin-top: 4px;
    margin-left: 15px;
    cursor: pointer;
}

    .serch-icon .fa {
        color: #fff;
        font-size: 16px;
    }

.search-area {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    padding: 10px;
    background-color: #00a0e3;
    z-index: 100;
}

    .search-area input[type="search"] {
        width: 300px;
        padding: 10px;
        border: 1px solid #d6d2d3;
        background-repeat: no-repeat;
        border-radius: 0;
        text-align: left;
        outline: 0;
    }

        .search-area input[type="search"]:focus {
            padding: 10px;
            width: 300px;
        }

.nav-val-main.style ul .search-area .searchSkinObjectPreview {
    display: block;
    width: 100%;
    top: 35px;
}

    .nav-val-main.style ul .search-area .searchSkinObjectPreview li {
        padding: 10px;
        border: 0;
        border-bottom: 1px solid #575f6a;
    }

        .nav-val-main.style ul .search-area .searchSkinObjectPreview li:last-child {
            border: 0;
        }

        .nav-val-main.style ul .search-area .searchSkinObjectPreview li .searchSkinObjectPreview_more {
            background: #00a0e3;
            text-align: center;
            color: #fff;
        }

.dnnSearchBoxClearText {
    display: none !important;
}

.searchInputContainer a.dnnSearchBoxClearText.dnnShow {
    display: none;
}

.nav-val-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

    .nav-val-main ul:after {
        content: "";
        clear: both;
        display: block;
    }

    .nav-val-main ul li {
        float: left;
    }

        .nav-val-main ul li:hover > ul {
            display: block;
        }

        .nav-val-main ul li:hover a {
            color: #00a0e3;
        }

        .nav-val-main ul li a {
            color: #4f4f4f;
            display: block;
            text-decoration: none;
        }

    .nav-val-main ul ul {
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 9999;
    }

        .nav-val-main ul ul li {
            float: none;
            position: relative;
            font-size: 12px;
        }

header,
nav {
    max-width: 100% !important;
}

.nav-val-main ul ul li a {
    color: #fff;
}

.nav-val-main ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
}

.nav-val-main-toggled {
    width: 100%;
    margin: 0 auto;
    display: none;
}

.nav-val-main-closed ~ .nav-val-main-mobile {
    display: none !important;
}

.nav-val-main-toggled-controls {
    width: auto;
    float: right;
}

.nav-val-main-toggled-title {
    width: 60%;
    float: left;
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 8px 0 8px 35px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
}

.nav-val-main-toggled-button {
    display: block;
    width: 30px;
    padding: 0 !important;
    margin: 0;
    float: right;
}

    .nav-val-main-toggled-button span {
        float: left;
        display: block;
        margin: 3px 0;
        height: 4px;
        background: #00a0e3;
        width: 100%;
    }

.nav-val-main .nav-val-main-back {
    display: none;
    font-size: 12px;
}

    .nav-val-main .nav-val-main-back:after {
        display: none;
    }

.nav-val-main-mobile .nav-val-main-back {
    display: block;
}

.nav-val-main-mobile {
    width: 100%;
}

    .nav-val-main-mobile .nav-val-main-dropdown:hover + ul,
    .nav-val-main-mobile .nav-val-main-dropdown:hover > ul,
    .nav-val-main-mobile .nav-val-main-dropdown:hover ~ ul {
        display: none !important;
    }

    .nav-val-main-mobile ul {
        width: 100%;
        position: inherit !important;
    }

    .nav-val-main-mobile li {
        width: 100%;
    }

.nav-val-main-dropdown {
    display: block !important;
}

.nav-val-main-mobile .nav-val-main-subview {
    display: block !important;
    width: 100%;
}

.nav-val-main-mobile .nav-val-main-subover-hidden {
    display: none !important;
}

.nav-val-main-mobile .nav-val-main-subover-visible {
    display: block;
}

.nav-val-main-mobile .nav-val-main-subover-header {
    display: none !important;
    padding: 0;
    margin: 0;
}

.nav-val-main-mobile .nav-val-main-submenu {
    position: relative;
    left: 0;
}

.nav-val-main .nav-val-main-mobile li:hover > ul {
    display: none;
}

.nav-val-main.style {
    text-align: left;
}

    .nav-val-main.style ul {
        text-transform: uppercase;
        text-align: left;
        font-size: 12px;
    }

        .nav-val-main.style ul li {
            text-align: right;
            padding: 15px;
        }

            .nav-val-main.style ul li:last-child {
                padding-right: 0;
            }

        .nav-val-main.style ul ul {
            display: none;
            margin: 0;
            border-radius: 0;
            padding: 0;
            position: absolute;
            background: #fff;
            width: auto;
            min-width: 175px;
            top: 44px;
            z-index: 99;
        }

        .nav-val-main.style ul li a {
            color: #4f4f4f;
            font-weight: 600;
            display: block;
            padding: 0;
            transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
            position: relative;
        }

            .nav-val-main.style ul li a::before {
                content: "";
                display: block;
                position: absolute;
                bottom: -5px;
                left: 0;
                height: 3px;
                width: 100%;
                background-color: #00a0e3;
                transform-origin: right top;
                transform: scale(0, 1);
                transition: color 0.1s, transform 0.2s ease-out;
            }

            .nav-val-main.style ul li a:hover {
                color: #00a0e3;
            }

                .nav-val-main.style ul li a:hover::before {
                    transform-origin: left top;
                    transform: scale(1, 1);
                }

        .nav-val-main.style ul li.active a {
            color: #00a0e3;
        }

            .nav-val-main.style ul li.active a::before {
                transform-origin: left top;
                transform: scale(1, 1);
            }

        .nav-val-main.style ul li .active-menu {
            color: #00a0e3;
        }

            .nav-val-main.style ul li .active-menu::before {
                transform-origin: left top;
                transform: scale(1, 1);
            }

        .nav-val-main.style ul ul {
            margin-left: -26px;
        }

            .nav-val-main.style ul ul li {
                border-bottom: 1px solid #575f6a;
                text-align: left;
                padding: 0;
            }

                .nav-val-main.style ul ul li a {
                    color: #4f4f4f;
                    padding: 12px 30px;
                }

                .nav-val-main.style ul ul li:last-child {
                    padding: 0;
                    text-align: left;
                }

                .nav-val-main.style ul ul li a:hover {
                    background: #00a0e3;
                    color: #fff;
                }

                    .nav-val-main.style ul ul li a:hover::before {
                        display: none;
                    }

        .nav-val-main.style ul li.active ul li a {
            color: #4f4f4f;
            text-decoration: none;
            transition: none;
        }

            .nav-val-main.style ul li.active ul li a::before {
                display: none;
            }

            .nav-val-main.style ul li.active ul li a:hover {
                background: #00a0e3;
                color: #fff;
            }

        .nav-val-main.style ul ul ul li a {
            padding: 12px 20px;
        }

        .nav-val-main.style ul ul ul {
            margin-left: 0;
            top: 0;
        }

    .nav-val-main.style .nav-val-main-mobile li > a:not(:only-child):after {
        -webkit-transform: rotate(120deg) !important;
        transform: rotate(120deg) !important;
        top: 4px !important;
        font-size: 14px !important;
        float: left;
        margin-right: -20px;
    }

    .nav-val-main.style .nav-val-main-mobile li {
        background: #fff;
        border-top: 0 !important;
        padding: 0;
    }

        .nav-val-main.style .nav-val-main-mobile li a {
            background: #fff;
            border-top: 0 !important;
            padding: 15px 30px;
        }

        .nav-val-main.style .nav-val-main-mobile li span {
            padding: 15px 30px;
        }

.hidden-l {
    display: none !important;
}

* {
    margin: 0;
    padding: 0;
}

.nav-val-main-view .nav-val-main-toggled-button {
    display: none;
}

.nav-val-main-closed .nav-val-main-toggled-button {
    display: block;
}

.nav-val-main-view .nav-closed {
    display: block;
    width: 30px;
    margin-right: 30px;
    text-align: center;
}

    .nav-val-main-view .nav-closed .fa {
        font-size: 30px;
        color: #00a0e3;
    }

.nav-val-main-closed .nav-closed {
    display: none;
}

.close-menu {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

    .close-menu:hover::after,
    .close-menu:hover::before {
        background: #00a0e3;
    }

    .close-menu::after,
    .close-menu::before {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background: #00a0e3;
    }

    .close-menu::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .close-menu::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .close-menu.thick::after,
    .close-menu.thick::before {
        height: 4px;
        margin-top: -2px;
    }

@media (min-width: 1081px) and (max-width: 1199px) {
    .hidden-l {
        display: none !important;
    }

    .container {
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1080px) {
    .nav-val-main.style ul li {
        padding: 15px 10px;
    }

    .hidden-l {
        display: none !important;
    }

    .container {
        width: 100% !important;
    }

    .site-logo {
        padding-top: 11px;
    }

        .site-logo img {
            max-width: 230px;
        }
}

@media (min-width: 320px) and (max-width:330px) {
    .top-bar-blue {
        padding: 6px 0;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .top-bar-blue .pull-center {
        text-align: center;
    }

    .top-bar .col-md-12 {
        padding: 0;
    }

    .site-logo {
        max-width: 35%;
    }

        .site-logo img {
            max-width: 230px;
        }

    .serch-icon {
        display: none !important;
    }

    .nav-val-main.style ul .search-area .searchSkinObjectPreview {
        display: none;
    }

    .search-area {
        display: block !important;
        position: static;
        float: left;
        width: 100%;
        background: #fff;
        padding: 15px 30px;
        border-bottom: 1px solid #d6d6d6;
    }

    .container {
        width: 100% !important;
    }

    .top-bar .container {
        padding: 0;
    }

    ul li span.dropdown-toggle-arrow {
        padding: 10px 0;
        text-align: right;
    }

    .site-logo {
        padding-left: 30px;
        padding-top: 0;
    }

    .nav-val-main-toggled-button {
        margin-right: 30px;
    }

    .nav-val-main ul {
        top: 47px;
    }

    .container-fluid {
        padding: 0;
    }

    .footer {
        margin: 0;
    }

    .nav-val-main.style ul {
        position: absolute;
        left: 0;
        z-index: 100;
        top: 40px;
        width: 100%;
        padding-bottom: 0;
        background: #fff;
    }

        .nav-val-main.style ul ul {
            position: absolute !important;
            left: 0;
            top: 0;
            width: 100%;
        }

    li.nav-val-main-back {
        background: #00a0e3 !important;
    }

        li.nav-val-main-back a {
            color: #fff !important;
            font-size: 20px;
        }

    .nav-val-main.style ul li {
        padding: 13px 15px;
        color: #00a0e3;
        font-weight: 600;
        border-bottom: 1px solid #d6d6d6 !important;
    }

    .navbar-val {
        float: left !important;
    }

    .nav-val-main {
        margin-top: -26px;
    }

        .nav-val-main.style ul li {
            text-align: left;
        }

    .nopaddm {
        padding: 0 !important;
    }

    .nav-val-main-mobile {
        width: 100%;
    }

    .nav-val-main.style ul ul li {
        text-align: left;
    }

    .hidden-m-t {
        display: none !important;
    }

    .show-m {
        display: block !important;
    }

    .nav-val-main {
        float: none;
    }

        .nav-val-main.style {
            width: auto !important;
        }

    .nopaddr {
        padding: 0;
    }

    .nav-val-main ul ul li {
        float: left;
        position: relative;
    }

    .nav-val-main.style ul li.active ul li a:hover {
        background: 0 0;
        color: #00a0e3 !important;
    }
}

@media (max-width: 991px) and (min-width: 320px) {
    .top-bar {
        padding: 15px 0;
        height: 52px;
    }

    .nav-val-main.style ul ul {
        margin-left: 0;
    }

    .nav-val-main.style ul li a {
        padding: 0;
        color: #00a0e3 !important;
        font-weight: 600;
    }

    .nav-val-main.style ul li {
        background-size: 7px 13px;
        background-color: #fff !important;
    }

    .nav-val-main.style ul ul li a:hover {
        background: #00a0e3;
        color: #fff !important;
    }

    .nav-val-main.style ul li.nav-val-main-back a {
        background: #00a0e3;
        color: #fff !important;
        text-align: center;
    }

    .nav-val-main.style ul li.nav-val-main-back img {
        float: left;
    }

    .nav-val-main ul li:nth-last-child(1) {
        background-image: none !important;
        background-color: #fff !important;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        margin-left: -35px;
    }

    .input-srch {
        left: 3%;
        width: 100%;
    }

    .nav-val-main-toggled {
        width: 50px;
        margin: 0;
        display: none;
        float: right;
    }

    .add-on .input-group-btn > .btn {
        border-left-width: 0;
        left: -2px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

    .add-on .form-control:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
        border-color: #ccc;
    }

    .form-control-search-new {
        display: block;
        width: 100%;
        height: 50px;
        padding: 0 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    .btn-search {
        color: #000 !important;
        background: 0 0 !important;
        border: none !important;
        left: -18px !important;
        top: -2px !important;
        border-top: none !important;
    }

    .navbar-nav > li > a {
        border-right: 1px solid #ddd;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .navbar-nav:last-child {
        border-right: 0;
    }

    .board-of-directors {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .top-bar {
        padding: 15px 0;
        height: 50px;
    }

    .site-logo {
        padding: 0 15px;
        max-width: 230px;
    }

    .nav-val-main {
        margin-top: -24px;
    }

    .search-area input[type="search"] {
        width: 290px;
    }

    .search-area {
        padding: 15px;
    }

    .nav-val-main.style ul {
        top: 40px;
    }

    .nav-val-main.style .nav-val-main-mobile li {
        padding: 0;
        line-height: 1.2;
    }

    .nav-val-main.style ul li.nav-val-main-back img {
        margin-top: 3px;
    }

    .nav-val-main.style .nav-val-main-mobile li a {
        padding: 15px;
    }

    .nav-val-main.style .nav-val-main-mobile li span {
        padding: 15px 15px 15px 30px;
    }

    ul li span.dropdown-toggle-arrow {
        padding: 10px 15px 10px 0;
    }

    .nav-val-main-toggled-button {
        margin-right: 15px;
    }

    .nav-val-main ul {
        top: 43px;
    }

    .nav-val-main-view .nav-closed {
        margin-right: 15px;
    }
}

footer {
    background-color: #494c4f;
    float: left;
    width: 100%;
}

.footer {
    display: table;
    width: 100%;
    padding: 30px 15px;
}

    .footer .footer-logo {
        display: table-cell;
        vertical-align: middle;
        width: 25%;
    }

        .footer .footer-logo img {
            width: 270px;
        }

    .footer .footer-contents {
        display: table-cell;
        vertical-align: middle;
        width: 75%;
    }

        .footer .footer-contents ul {
            display: inline-block;
            float: right;
            margin: 0;
        }

            .footer .footer-contents ul li {
                float: left;
                list-style-type: none;
                margin: 15px 10px;
            }

                .footer .footer-contents ul li a {
                    color: #fff;
                    font-size: 12px;
                    text-decoration: none;
                    font-weight: 600;
                }

                    .footer .footer-contents ul li a:hover {
                        color: #eee;
                    }

                .footer .footer-contents ul li:last-child {
                    margin-right: 0;
                }

        .footer .footer-contents .copy {
            font-size: 12px;
            color: #fff;
            letter-spacing: 0.185em;
            margin-top: 10px;
            opacity: 0.8;
            text-align: right;
            margin-bottom: 0;
            line-height: 1.6;
            float: right;
        }

    .footer .footer-logo .address {
        font-size: 12px;
        color: #fff;
        margin-top: 10px;
        opacity: 0.8;
        margin-bottom: 0;
        line-height: 1.6;
    }

@media screen and (max-width: 991px) {
    .footer {
        padding: 25px 15px;
    }

        .footer .footer-logo {
            display: inline-block;
            width: 100%;
        }

            .footer .footer-logo img {
                width: 250px;
            }

        .footer .footer-contents {
            display: inline-block;
            width: 100%;
        }

            .footer .footer-contents ul {
                padding: 10px 0;
                float: none;
            }

                .footer .footer-contents ul li {
                    float: none;
                    display: inline-block;
                    width: 100%;
                    margin: 15px 0;
                }

                    .footer .footer-contents ul li a {
                        font-size: 15px;
                    }

            .footer .footer-contents .copy {
                margin: 0;
                text-align: center;
                float: none;
                max-width: 100%;
            }
}

.btn {
    font-family: Montserrat, sans-serif;
    color: #fff;
    display: inline-block;
    padding: 0.75em 1.1em;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
}

.primary-btn {
    background: #00a0e3;
}

    .primary-btn.focus,
    .primary-btn:focus,
    .primary-btn:hover {
        background: #094873;
        text-decoration: none;
        color: #fff;
    }

.btn-info {
    background: #00a0e3;
}

    .btn-info.focus,
    .btn-info:focus,
    .btn-info:hover {
        background: #094873;
        text-decoration: none;
        color: #fff;
    }

.secondary-btn {
    background: #00a0e3;
}

    .secondary-btn.focus,
    .secondary-btn:focus,
    .secondary-btn:hover {
        background: #fdaea7;
        text-decoration: none;
        color: #fff;
    }

.tertiary-btn {
    background: #00a0e3;
}

    .tertiary-btn.focus,
    .tertiary-btn:focus,
    .tertiary-btn:hover {
        background: #3b8a91;
        text-decoration: none;
        color: #fff;
    }

.cta-btn {
    color: #00a0e3;
    text-transform: uppercase;
    text-decoration: underline !important;
    letter-spacing: 2px;
}

    .cta-btn.focus,
    .cta-btn:focus,
    .cta-btn:hover {
        color: #094873;
    }

@media screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
    }
}

.banner-image-wrapper {
    display: grid;
    grid-template-columns: minmax(auto, 65.5%) 1fr;
    grid-gap: 2px;
    border: none;
    border-bottom: 2px solid #fff;
}

.slanted-edges-blue-home {
    border-bottom: 200px solid rgba(0, 160, 227, 0.8);
    border-right: 100px solid transparent;
    height: 150px;
    width: 77%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.homepage-carousel {
    padding: 0;
    border: 1px solid #d6d6d6;
}

.carousel-inner > .item {
    -moz-transition: transform 0.6s ease-in-out;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .carousel-inner > .item {
        -moz-transition: transform 0.3s ease-in-out;
        backface-visibility: visible;
        -webkit-backface-visibility: visible;
    }
}

.banner-image-home-sec .carousel-indicators li {
    margin: 1px 2px;
    width: 10px;
    height: 10px;
}

.banner-image-home-sec .carousel-indicators .active {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 1px 2px;
}

.read-more-link {
    position: relative;
}

    .read-more-link::after {
        font-family: FontAwesome;
        content: "\f101";
        position: absolute;
        height: 100%;
        right: -12px;
        top: 0;
        text-decoration: none;
        border: 0;
        outline: 0;
    }

.homepage-carousel-head {
    background: #00a0e3;
    position: absolute;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    z-index: 98;
    left: 20px;
    display: inline-block;
    max-width: 100%;
    top: -1px;
}

    .homepage-carousel-head:after {
        display: none;
        position: absolute;
        content: "";
        left: 0;
        top: 27px;
        width: 89px;
        height: 19px;
        z-index: -1;
        -webkit-transform: skewY(-5deg);
        -moz-transform: skewY(-5deg);
        transform: skewY(-5deg);
    }

.homepage-news-head {
    background: #00a0e3;
    position: relative;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    z-index: 98;
    display: inline-block;
    max-width: 100%;
}

    .homepage-news-head:after {
        display: none;
        position: absolute;
        content: "";
        left: 0;
        top: 34px;
        width: 205px;
        height: 19px;
        z-index: -1;
        -webkit-transform: skewY(-5deg);
        -moz-transform: skewY(-5deg);
        transform: skewY(-3deg);
    }

.carousel,
.carousel-inner,
.fill,
.item {
    height: 100%;
    width: 100%;
    background-position: top center;
}

.hero {
    position: absolute;
    left: 0;
    top: 60%;
    z-index: 3;
    color: #fff;
    text-align: left;
    transform: translateY(-50%);
    margin: 0 30px;
}

    .hero h1 {
        color: #fff;
        width: 100%;
        word-wrap: break-word;
        text-shadow: 0 2px 5.82px rgba(40, 38, 38, 0.73);
    }

    .hero p {
        color: #fff;
        width: 50%;
        text-shadow: 0 2px 5.82px rgba(40, 38, 38, 0.73);
    }

        .hero p:last-child {
            width: 100%;
        }

    .hero a {
        letter-spacing: 2px;
    }

.line-br {
    white-space: normal;
    display: inline-block;
}

.slide-container {
    padding: 0 30px;
    position: relative;
    height: 100%;
}

    .slide-container hgroup {
        position: relative;
        margin: 0 auto;
    }

.slide-1,
.slide-2,
.slide-3 {
    height: 500px;
    background-position: top center;
}

.datebg-with-line {
    background: url(../img/others-24x8-date-bg.png) repeat-x;
}

    .datebg-with-line span {
        background: #fff;
        padding: 2px 10px 2px 2px;
        position: relative;
        top: 3px;
        text-transform: uppercase;
    }

.homepage-carousel-content {
    padding: 15px;
}

    .homepage-carousel-content h3 {
        margin-top: 10px;
        margin-bottom: 6px;
    }

.home-box-left {
    display: table;
    width: 100%;
}

    .home-box-left .white-box-img-container {
        display: table-cell;
        vertical-align: middle;
        width: 40%;
        text-align: center;
        padding: 0 25px;
        padding-left: 0;
    }

    .home-box-left .white-box-text-container {
        display: table-cell;
        vertical-align: middle;
        width: 60%;
    }

.homepage-news-content {
    padding: 25px 0 0 25px;
}

    .homepage-news-content h3 {
        margin-top: 10px;
        margin-bottom: 6px;
    }

.white-box-img-container img {
    margin: 0 auto;
}

.white-box-text-container h3 {
    margin-bottom: 10px;
}

.white-box-text-container p {
    margin-bottom: 10px;
    font-weight: 100;
}

.stock-ticker h3 {
    margin-bottom: 5px;
    text-align: center;
}

.stock-ticker h2 {
    color: #00a0e3;
    text-align: center;
    padding: 0;
    margin: 0;
}

    .stock-ticker h2 img {
        margin-top: -15px;
    }

.stock-ticker-text:first-child {
    border: 0;
}

.stock-ticker-text {
    border-left: 3px solid #cecece;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px 0;
}

.questions_wrapper-home {
    padding: 40px 0 !important;
    border-top: 1px solid #d6d6d6;
}

    .questions_wrapper-home .grey-box-home {
        padding: 0;
    }

.btn-link {
    display: inline-block;
}

.v-line {
    display: none;
    border-left: 3px solid #cecece;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 0;
}

@media screen and (max-width: 1024px) {
    .banner-image-home-sec .carousel-indicators li {
        margin: 1px 4px;
        width: 14px;
        height: 14px;
    }

    .banner-image-home-sec .carousel-indicators .active {
        position: relative;
        width: 14px;
        height: 14px;
        margin: 1px 4px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .grey-box-home {
        padding: 30px 0;
    }

    .head-val-blue .head1 {
        font-size: 24px;
    }

    .pull-rightt {
        float: left !important;
        padding-left: 25px;
    }

    .grey-box-home .stock-ticker-text {
        padding-left: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slide-1,
    .slide-2,
    .slide-3 {
        height: 500px;
    }

    .stock-ticker h6 {
        font-size: 21px;
    }

    .white-box {
        padding: 15px;
        margin: 0;
    }

    .home-box-left .white-box-img-container {
        padding: 0 15px;
        padding-left: 0;
    }

    .head-val-blue .head1 {
        font-size: 24px;
        line-height: 35px;
        padding: 12px 57px 10px 55px;
    }

    .head-val-blue .subhead1 {
        font-size: 15px;
        line-height: 18px;
    }

    .head-val-blue .headlink1 {
        font-weight: 600;
        line-height: 43px;
    }

    .pull-rightt {
        float: left !important;
        padding-left: 25px;
    }

    .banner-image-home-sec .carousel-indicators .active,
    .carousel-indicators li {
        margin: 1px 4px;
    }

    .grey-box-home .stock-ticker-text {
        padding-left: 0 !important;
    }

    .questions_wrapper-home {
        padding: 30px 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0;
    }

    .slide-1,
    .slide-2,
    .slide-3 {
        height: 300px;
    }

    .slide-container {
        padding: 0 15px;
    }

    .hero {
        margin: 0 15px;
    }

        .hero h1,
        .hero p {
            width: 100%;
        }

    .white-box {
        margin: 0 0 20px;
        padding: 10px 0;
        width: 100%;
    }

    .stock-ticker-text {
        top: inherit;
        transform: none;
        padding: 25px 0;
    }

    .stock-ticker h1 {
        margin: 10px 0 0;
    }

    .stock-ticker h6 {
        font-size: 14px;
    }

    .v-line {
        border-left: 3px solid #cecece;
        height: 112px;
        position: absolute;
        left: 100%;
        margin-left: -7px;
        top: 0;
    }

    .homepage-news-section {
        padding: 0;
    }

    .homepage-news-content,
    .homepage-news-head {
        padding-left: 14px;
    }

    .homepage-news-content {
        padding: 15px 15px 0;
    }

    .news-load {
        text-align: center;
    }

        .news-load img {
            margin: 10px auto;
        }

    .homepage-news-content {
        text-align: left;
    }

    .blog-section-mobile {
        padding: 0;
    }

    .homepage-carousel {
        border: none;
    }

    .homepage-carousel-content {
        padding: 15px;
        padding: 15px 0;
    }

    .homepage-news-head {
        width: 100%;
    }

        .homepage-news-head:after {
            top: 37px;
            width: 100%;
            height: 19px;
            z-index: -1;
            -webkit-transform: skewY(-1deg);
            -moz-transform: skewY(-1deg);
            transform: skewY(-1deg);
        }

    .fade-carousel {
        position: relative;
        height: 350px;
    }

        .fade-carousel .carousel-inner .item {
            height: 350px;
        }

        .fade-carousel .slides .slide-1,
        .fade-carousel .slides .slide-2,
        .fade-carousel .slides .slide-3 {
            height: 350px;
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
        }

    .slanted-edges-blue-home {
        border-bottom: 0 solid rgba(0, 160, 227, 0.8);
        border-right: 0 solid transparent;
        height: 165px;
        width: 100%;
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 0;
        background: #00a0e3;
    }

    .hero p {
        margin-left: 0;
        padding-bottom: 0;
        margin-bottom: 6px;
    }

    .hero a {
        margin-left: 0;
        line-height: 24px;
    }

    .carousel-indicators {
        bottom: 0;
    }

    .grey-box {
        padding: 15px 0 !important;
    }

    .article-sections .equalheight-columns .equal {
        height: auto !important;
    }

    .white-box {
        margin-bottom: 15px;
    }

    .questions_wrapper-home .stock-ticker {
        margin-bottom: 0;
    }

    .home-box-left {
        padding: 15px;
    }

        .home-box-left .white-box-img-container {
            display: inline-block;
            width: 100%;
            padding: 0 0 15px;
        }

        .home-box-left .white-box-text-container {
            display: inline-block;
            width: 100%;
            padding: 0;
        }

    .questions_wrapper-home {
        padding: 15px 0 !important;
    }
}

@media (max-width: 767px) and (min-width: 320px) and (orientation: landscape) {
    .home-box-left .white-box-text-container {
        display: table-cell;
        width: auto;
    }

    .home-box-left .white-box-img-container {
        display: table-cell;
        width: auto;
        padding-right: 25px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 320px) {
    .homepage-carousel-head {
        left: 10px;
        padding: 15px;
    }
}

.hero-inn {
    position: absolute;
    width: 100%;
    top: 75%;
    padding: 0 30px;
    margin: 0;
    transform: translateY(-50%);
}

    .hero-inn h1 {
        margin-bottom: 0;
    }

.d-block {
    display: inline-block;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.hero-inn h4 {
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 0 2px 5.82px rgba(40, 38, 38, 0.73);
}

.read-more {
    font-weight: 600;
    margin-left: 5px;
}

.read-more-back {
    font-weight: 600;
    margin-right: 5px;
}

.banner-image {
    position: relative;
}

    .banner-image .slide-container {
        height: 350px;
        position: relative;
    }

.banner-image-head {
    position: absolute;
    bottom: 0;
}

.banner-image-home-sec {
    margin-top: 0;
}

.banner-image-home {
    position: relative;
    background-size: contain;
    background-position: center;
    background-color: grey;
}

.banner-image-head h1 {
    font-size: 50px;
    color: #fff;
    bottom: 0;
    left: 0;
    padding: 20px 65px 10px 45px;
    margin: 0;
}

.banner-image-head p {
    font-size: 16px;
    color: #fff;
    bottom: 0;
    left: 0;
    padding: 5px 65px 10px 45px;
    margin: 0;
}

.banner-image-head a {
    padding: 5px 65px 10px 45px;
    color: #fff !important;
}

.slanted-edges-blue {
    border-bottom: 100px solid rgba(0, 160, 227, 0.8);
    border-right: 50px solid transparent;
    height: 0;
    width: 45%;
    position: absolute;
    bottom: 0;
    left: -15px;
}

.who-are-we {
    margin: 0 auto;
}

.who-are-we_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 15px;
    border: none;
    box-sizing: border-box;
}

    .who-are-we_wrapper .boxes:nth-of-type(1) {
        order: 2;
    }

    .who-are-we_wrapper .boxes:nth-of-type(2) {
        order: 1;
    }

.who-we-are-col-section {
    padding: 0;
}

    .who-we-are-col-section .col-section-left {
        padding-left: 0;
    }

    .who-we-are-col-section .col-section-right {
        padding-right: 0;
    }

        .who-we-are-col-section .col-section-right img {
            margin-top: 5px;
        }

.container.bod {
    padding: 0;
}

.responsibility-section2 .container.bod {
    padding: 0 15px;
}

.responsibility-section2 .rounded-img {
    margin: 0;
}

.responsibility-section3 .container.bod {
    padding: 0 15px;
}

.responsibility-section3 .bod_wrapper {
    padding: 0;
}

.career-section3 {
    border-bottom: 0;
}

    .career-section3 .corp-gov_content {
        padding: 15px;
    }

        .career-section3 .corp-gov_content p {
            padding: 15px 0 0;
        }

@supports (-ms-ime-align: auto) {
    .who-are-we_wrapper {
        -ms-box-orient: horizontal;
        display: -ms-flexbox;
        display: flex !important;
    }

    .who-are-we_text {
        order: 2;
        float: left;
        width: 50%;
    }

    .who-are-we_image {
        width: 50%;
        order: 1;
    }
}

@supports (-ms-accelerator: true) {
    .who-are-we_text {
        -ms-grid-column: 2;
    }

    who-are-we_image {
        -ms-grid-column: 1;
    }
}

.who-are-we_text .boxes h3 {
    font-size: 24px;
    padding-bottom: 35px;
}

.who-are-we_text .boxes p {
    padding-bottom: 35px;
    font-size: 16px;
}

.who-are-we_text {
    padding: 0 15px;
    padding-right: 0;
    position: relative;
}

.text-position {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: inherit;
    padding-right: inherit;
    left: 0;
    right: 0;
}

.no-transform {
    position: static;
    top: auto;
    transform: none;
    padding-left: 0;
    padding-right: 0;
    left: 0;
    right: 0;
}

.who-are-we_image {
    padding-right: 15px;
}

.responsibility-section3 .who-are-we_image {
    padding-left: 15px;
    padding-right: 0;
}

.responsibility-section3 .who-are-we_text {
    padding: 0 15px;
    padding-left: 0;
}

.innovations-section2 .who-are-we_image {
    padding-left: 15px;
    padding-right: 0;
}

.innovations-section2 .who-are-we_text {
    padding: 0 15px;
    padding-left: 0;
}

.btn-link {
    color: #fff;
}

    .btn-link:active,
    .btn-link:hover,
    .btn-link:visited {
        color: #fff;
    }

.our-mission {
    margin: 0;
    background: #66cdd7;
    background: -moz-linear-gradient(left, #66cdd7 0, #66cdd7 50%, #42bac5 50%, #42bac5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #66cdd7), color-stop(50%, #66cdd7), color-stop(50%, #42bac5), color-stop(100%, #42bac5));
    background: -webkit-linear-gradient(left, #66cdd7 0, #66cdd7 50%, #42bac5 50%, #42bac5 100%);
    background: -o-linear-gradient(left, #66cdd7 0, #66cdd7 50%, #42bac5 50%, #42bac5 100%);
    background: -ms-linear-gradient(left, #66cdd7 0, #66cdd7 50%, #42bac5 50%, #42bac5 100%);
    background: linear-gradient(to right, #66cdd7 0, #66cdd7 50%, #42bac5 50%, #42bac5 100%);
}

.our-mission_head h4 {
    font-size: 30px;
    padding: 150px 25px;
    color: #fff;
}

.our-mission_text:before {
    position: absolute;
    content: "";
    left: -25px;
    top: 0;
    height: 374px;
    width: 90%;
    background: #42bac5;
    z-index: 0;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    transform: skew(20deg);
}

.our-mission_text p {
    position: absolute;
    z-index: 99;
}

.our-mission_text {
    background: #42bac5;
    position: relative;
}

    .our-mission_text p {
        padding: 85px 127px 87px 100px;
        color: #fff;
        font-size: 22px;
        line-height: 38px;
    }

        .our-mission_text p a {
            padding: 0;
            color: #fff;
            text-decoration: underline;
            font-size: 14px;
            letter-spacing: 2px;
        }

.bod_wrapper {
    display: table;
}

.blog-section-mobile {
    padding: 0;
}

.bod_content,
.lead_content {
    display: table-cell;
    padding: 15px;
    border: 1px solid #d6d6d6;
    background: #fff;
}

.boxes_grid {
    padding: 0 25px;
}

.no-margin-title {
    margin-top: 0;
}

.para-space-bottom {
    margin-bottom: 25px !important;
}

.responsibility-section2 .bod_content {
    padding: 25px;
    display: inline-block;
    width: 100%;
}

.rounded-img {
    display: block;
    margin: 0 auto;
    width: 216px;
    height: 216px;
    overflow: hidden;
    -webkit-border-radius: 216px;
    -moz-border-radius: 216px;
    -ms-border-radius: 216px;
    -o-border-radius: 216px;
    border-radius: 216px;
}

.table-grid {
    display: table;
    width: 100%;
}

    .table-grid .table-grid-col {
        display: table-cell;
        width: 50%;
        padding: 0;
        vertical-align: middle;
    }

        .table-grid .table-grid-col:first-child {
            padding-right: 15px;
        }

        .table-grid .table-grid-col h3 {
            margin: 0 0 15px;
        }

        .table-grid .table-grid-col p {
            margin-bottom: 0;
        }

.snapshots {
    background: #e1e1e1;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    margin: 0;
}

.head-snapshots {
    background: #00a0e3;
    position: relative;
    height: 43px;
    padding: 13px 25px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    z-index: 3;
}

.head-snapshots-bg {
    position: relative;
    height: 45px;
    width: 180px;
    background: #00a0e3;
    margin-left: 15px;
    color: #fff;
}

    .head-snapshots-bg:after {
        position: absolute;
        content: "";
        left: 0;
        top: 11px;
        width: 180px;
        height: 45px;
        background: #00a0e3;
        z-index: 2;
        -webkit-transform: skewY(-5deg);
        -moz-transform: skewY(-5deg);
        transform: skewY(-5deg);
    }

.head-snapshots img {
    margin-right: 3px;
}

.snapshots-content h4 {
    font-size: 30px;
    text-align: center;
}

.snapshots-content p {
    font-size: 16px;
    text-align: center;
    padding: 15px;
    font-weight: 100;
}

.snapshots-button {
    text-align: center;
    margin-bottom: 70px;
}

.corp-gov_content {
    border: 1px solid #d6d6d6;
    padding: 0;
}

    .corp-gov_content .corp-gov-textarea {
        padding: 25px;
    }

        .corp-gov_content .corp-gov-textarea h3 {
            margin-bottom: 15px;
        }

        .corp-gov_content .corp-gov-textarea p {
            font-size: 16px;
            padding: 0;
            font-weight: 100;
        }

.responsibility-section3 .corp-gov_content img {
    width: 100%;
}

.corp-gov-bottom-sec .corp-gov_content {
    border: 1px solid #d6d6d6;
    padding: 25px;
    background: #fff;
}

    .corp-gov-bottom-sec .corp-gov_content h3 {
        padding: 0;
        margin: 0;
    }

    .corp-gov-bottom-sec .corp-gov_content p {
        padding: 0;
        margin: 15px 0 0;
    }

    .corp-gov-bottom-sec .corp-gov_content .corp-gov-link {
        margin-top: 3px;
    }

.questions_wrapper {
    background: #e1e1e1;
    margin: 0;
    padding: 80px 0;
}

.product-row {
    margin: 0;
    padding: 80px 0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.DNNContainer_Default:last-child .product-row {
    border-bottom: 0;
}

.questions_wrapper .container-fluid {
    padding: 0;
}

.questions_container {
    text-align: center;
}

.sidebar-bg {
    background: #00a0e3;
    color: #fff;
    position: relative;
    top: 5px;
    right: 0;
    margin: 0 0 5px;
}

ul.sidebar-lists {
    list-style: none;
    padding: 10px 15px;
    margin: 0;
}

    ul.sidebar-lists li {
        font-size: 13px;
        padding: 8px 0 8px 15px;
        line-height: 1.5;
    }

        ul.sidebar-lists li a {
            font-weight: 100;
            color: #fff;
            position: relative;
        }

            ul.sidebar-lists li a::before {
                font-family: FontAwesome;
                content: "\f101";
                position: absolute;
                height: 100%;
                left: -15px;
                text-decoration: none;
                border: 0;
                outline: 0;
            }

        ul.sidebar-lists li.active a {
            font-weight: 600;
        }

        ul.sidebar-lists li.active .sidebar-lists a {
            font-weight: 100;
        }

.sidebar-bg h3 {
    font-size: 24px;
    color: #fff;
    padding: 5px 25px 5px 60px;
}

.sidebar-items a,
.sidebar-items p {
    padding: 10px 25px 10px 60px;
}

ul.sidebar-lists ul.sidebar-lists {
    padding: 10px 0 0;
}

    ul.sidebar-lists ul.sidebar-lists li {
        padding: 5px 0 5px 15px;
    }

.main-article {
    padding: 0 50px 0 15px;
}

.full-width-carousel {
    padding-left: 130px;
    padding-right: 50px;
}

.main-article_content_video {
    margin-bottom: 50px;
}

    .main-article_content_video span {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
    }

.main-article_content blockquote {
    padding: 25px 100px 25px 70px;
}

.main-article_content_video img {
    width: 100% !important;
}

.main-article_content_carousel {
    margin-bottom: 50px;
}

.carousel-caption {
    background: rgba(0, 160, 227, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}

    .carousel-caption h3 {
        font-size: 24px;
        color: #fff;
        padding: 15px 0 5px 30px;
        margin: 0;
        text-align: left;
    }

    .carousel-caption a {
        font-size: 18px;
        color: #fff;
        padding: 5px 0 13px 30px;
        margin: 0;
        text-align: left;
        float: left;
        letter-spacing: 2px;
    }

.carousel-control.left,
.carousel-control.right {
    display: none;
    background-image: none;
    filter: none !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    margin: 0 15px;
    height: 30px;
    color: #fff !important;
    opacity: 10 !important;
}

    .carousel-control.left .fa,
    .carousel-control.right .fa {
        font-size: 30px;
        color: #fff !important;
    }

.slider-control {
    position: relative;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.slide-img img {
    width: 100%;
}

.carousel-control.left img,
.carousel-control.right img {
    width: auto;
}

.main-article_content_accordian .list-group {
    margin: 0;
}

.main-article_content_accordian .list-group-item {
    border-radius: 0 !important;
    border: 0;
    border-top: 2px solid #e1e1e1;
    padding: 0;
}

    .main-article_content_accordian .list-group-item:last-child {
        border-bottom: 2px solid #e1e1e1;
    }

    .main-article_content_accordian .list-group-item .padding-arrow {
        padding: 27px 0;
    }

    .main-article_content_accordian .list-group-item h3 {
        padding-bottom: 0;
        font-size: 24px;
        margin: 20px 0;
    }

    .main-article_content_accordian .list-group-item .accordion-title {
        padding-left: 0;
    }

.main-article_content_accordian.patient-assistance {
    margin-bottom: 25px;
}

.blog-section_content {
    padding: 0 45px;
}

.article-sections_content {
    padding: 50px;
    border: 1px solid #d6d6d6;
}

.article-sections_img_container {
    min-height: 250px;
}

.panel-member {
    display: table;
    width: 100%;
    margin-bottom: 43px;
}

    .panel-member .panel-left {
        display: table-cell;
        vertical-align: top;
        width: 30%;
    }

    .panel-member .panel-right {
        display: table-cell;
        vertical-align: middle;
        width: 70%;
        padding: 0 30px 0 20px;
        position: relative;
    }

#ContentPane div.last-child .board-of-directors {
    margin-bottom: 20px;
}

.board-of-directors .panel {
    border-left: none !important;
    border-right: none !important;
    margin-bottom: 40px;
}

.board-of-directors_wrapper h6 {
    color: #000;
}

.board-of-directors h3.accordion {
    text-transform: none;
    color: #343232;
    margin-bottom: 10px;
    padding: 0;
}

.board-of-directors h5.accordion {
    font-style: normal;
    color: #343232;
    margin: 0;
}

.board-of-directors .para {
    margin-top: 25px;
    margin-bottom: 0;
}

.board-of-directors_wrapper .boxes {
    display: block;
    width: 100%;
    padding: 15px;
    border: none;
    box-sizing: border-box;
}

.panel-right .details .clearfix {
    position: relative;
}

.panel-member .padding-arrow {
    position: absolute;
    right: 0;
    top: 0;
    margin: 108px 0 0;
    padding: 0;
}

.padding-arrow .fa {
    cursor: pointer;
}

.fa-chevron-down,
.fa-chevron-right,
.fa-chevron-up {
    color: #00a0e3;
}

.no-l-padding {
    padding-left: 0;
}

.form-control {
    border-radius: 0;
    height: 50px;
    font-size: 18px;
    padding: 10px;
    color: #8d8d8d;
}

.form-group {
    margin: 20px;
}

.textarea {
    min-height: 260px;
}

.big-checkbox {
    width: 30px;
    height: 30px;
    margin: 32px 10px 32px 20px !important;
}

.blue-btn {
    background-color: #00a0e3;
    border: none;
    height: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 0 30px;
    margin: 30px;
}

.contactus {
    padding: 0;
}

    .contactus .para:last-child {
        margin-bottom: 25px;
    }

.DnnModule:last-child .contactus .para:last-child {
    margin-bottom: 0;
}

.contact-us {
    margin-bottom: 10px;
    padding: 0 15px;
}

.margin-top-25 {
    margin-top: 25px;
}

.c-form.form-horizontal .btn-info {
    float: right;
}

.c-form.form-horizontal .form-control {
    border-radius: 0;
    height: 50px;
    font-size: 16px;
    padding: 10px;
    color: #8d8d8d;
    margin-bottom: 5px;
}

.c-form.form-horizontal .ProductListDropDown {
    padding: 10px 0;
}

.us-productlist-grid .table.angrid-grid tbody tr td {
    cursor: default;
}

    .us-productlist-grid .table.angrid-grid tbody tr td span {
        cursor: text;
    }

.c-form.form-horizontal {
    padding: 0;
}

    .c-form.form-horizontal .row.fileupload-buttonbar {
        margin: 0;
        clear: both;
    }

.field-container.af-slide.col-sm-3 {
    margin-bottom: 0;
}

.c-form.form-horizontal .glyphicon {
    display: none;
}

.c-form.form-horizontal .table {
    margin: 0 auto 15px;
}

.c-form.form-horizontal .field-container.af-slide.col-sm-0 {
    margin-bottom: 5px;
}

.c-form.form-horizontal .btn.cancel {
    background: #f9f9f9;
    color: #00a0e3;
    padding: 5px;
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    outline: 0;
    border: 1px solid #00a0e3;
}

    .c-form.form-horizontal .btn.cancel span {
        display: block;
    }

.c-form.form-horizontal .table > tbody > tr > td {
    vertical-align: middle;
    padding: 8px;
}

.c-form.form-horizontal .fade,
.c-form.form-horizontal .table .progress {
    display: none;
}

.c-form.form-horizontal .upload-file-details {
    padding: 0 15px;
}

.c-form.form-horizontal .btn-success {
    background: #00a0e3;
}

    .c-form.form-horizontal .btn-success.focus,
    .c-form.form-horizontal .btn-success:focus,
    .c-form.form-horizontal .btn-success:hover {
        background: #094873;
        text-decoration: none;
        color: #fff;
    }

.locations h3 {
    width: 70%;
    margin-top: 0;
}

.locations_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.locations .locations_wrapper,
.locations-section .locations {
    padding-left: 15px;
    padding-right: 15px;
}

    .locations-section .locations h3 {
        width: 100%;
    }

.locations-by-country {
    background-color: #e1e1e1;
    padding: 40px 0;
    border-top: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
}

.list-inline > li {
    width: 20% !important;
}

.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.forMobile {
    display: none;
}

.locations-by-country ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

    .locations-by-country ul li {
        font-size: 16px;
        line-height: 1.5;
        list-style: none;
        margin-bottom: 20px;
    }

        .locations-by-country ul li:last-child {
            margin-bottom: 0;
        }

        .locations-by-country ul li a {
            text-decoration: none;
        }

.no-space-bottom-sec {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

h6.flexbox {
    text-align: left;
    display: block;
    position: relative;
    background-image: url(../img/others-3x9-gray-line.jpg);
    background-repeat: repeat-x;
    background-position: center center;
}

    h6.flexbox span {
        background: #fff;
        padding-right: 15px;
        display: inline-block;
    }

h6.flexbox-white {
    text-align: left;
    display: block;
    position: relative;
    background-image: url(../img/others-3x9-white-line.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    margin-top: 25px;
}

    h6.flexbox-white:first-child {
        margin-top: 0;
    }

    h6.flexbox-white span {
        background: #e1e1e1;
        padding-right: 15px;
        display: inline-block;
    }

.location-no-space {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.logo-row {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.logo-col {
    display: table-cell;
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 15px;
    text-align: center;
}

    .logo-col:first-child {
        border-right: 0;
    }

    .logo-col:nth-child(3) {
        border-left: 0;
    }

    .logo-col img {
        margin: 0 auto;
    }

.logo-col-full {
    border: 1px solid #ccc !important;
}

.solta-size {
    width: 230px;
    max-width: 100%;
}

.info-career {
    margin-top: 15px;
}

.career-section1 {
    border-bottom: 1px solid #d6d6d6;
}

.career-section3 img {
    width: 240px;
}

.career-section1 .container {
    position: relative;
}

.map-section {
    margin-bottom: 0;
}

    .map-section h3 {
        color: #00a0e3;
    }

.locations-section .locations h3 {
    min-height: 60px;
}

.locations-section .locations p:last-child {
    margin-bottom: 25px;
}

.sitemap-heading {
    margin-top: 30px;
}

.sitemap-links {
    margin: 10px 0 30px;
}

    .sitemap-links li {
        list-style: none;
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }

        .sitemap-links li::before {
            content: "•";
            color: #057ed3;
            width: 20px;
            left: 0;
            font-size: 35px;
            line-height: 16px;
            position: absolute;
            top: -2px;
        }

    .sitemap-links ul {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0;
    }

        .sitemap-links ul li {
            margin-bottom: 5px;
            font-size: 12px;
        }

.newsroom-page .view-all-news {
    padding-left: 0;
}

.blog-thumbnail {
    width: 230px;
    height: 175px;
    margin: 6px 10px 9px 0;
}

.blog-single {
    border-bottom: 3px solid #f0f0f0;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

    .blog-single:last-child {
        border-bottom: 0;
        margin: 0;
        padding: 0;
    }

    .blog-single .news-title {
        margin-bottom: 5px;
    }

    .blog-single .blog-img,
    .blog-single .date {
        margin-bottom: 25px;
    }

        .blog-single .blog-img img {
            max-width: 100%;
        }

    .blog-single .blog-bottom .tags a {
        font-size: 13px;
        border-right: solid 1px #00a0e3;
        padding: 0 7px;
    }

        .blog-single .blog-bottom .tags a:last-child {
            border: 0;
        }

.blog-list .datebg-with-line {
    background: 0 0;
}

.blog-details:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

.blog-details .blog-bottom {
    border-top: 3px solid #f0f0f0;
    padding-top: 25px;
}

.news-details h3 {
    margin-bottom: 10px;
}

.news-details .date {
    margin-bottom: 25px;
}

.news-details .newsdetails-table {
    overflow-x: auto;
    width: 100%;
}

.news-details p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5;
}

    .news-details p img {
        max-width: 250px;
    }

.news-details a {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.news-details ul {
    font-size: 16px;
    padding-left: 0;
    margin: 0 0 25px;
    line-height: 1.5;
    font-weight: 400;
    list-style: none !important;
}

    .news-details ul li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 30px;
        /*font-weight: 16px;*/
    }

        .news-details ul li:last-child {
            margin-bottom: 0;
        }

        .news-details ul li::before {
            content: "•";
            color: #00a0e3;
            position: absolute;
            line-height: 0;
            left: 0;
            font-size: 35px;
            top: 9px;
        }

    .news-details ul ul {
        margin-top: 15px;
    }

.news-details table {
    width: 100%;
    border: 0;
}

    .news-details table tr {
        border-top: 1px solid #ddd;
    }

        .news-details table tr td {
            border: 0;
            padding: 8px;
            line-height: 1.42857143;
            vertical-align: top;
        }

        .news-details table tr p {
            margin: 0;
        }

        .news-details table tr:nth-child(odd) td,
        .news-details table tr:nth-child(odd) th {
            background: #f9f9f9;
        }

.main-article_wrapper .article_pager {
    display: inline-block;
    margin: 0 auto 0 !important;
    float: none !important;
}

.main-article_wrapper .eds_news_Ozone.eds_subCollection_news .article_pager,
.main-article_wrapper .eds_news_Ozone.eds_subCollection_news .article_pagination table,
.main-article_wrapper .eds_news_Ozone.eds_subCollection_news .ednMoreArticlesTriggerWrapper .trigger {
    border: 1px solid #00a0e3;
}

    .main-article_wrapper .eds_news_Ozone.eds_subCollection_news .article_pager a.active,
    .main-article_wrapper .eds_news_Ozone.eds_subCollection_news .article_pagination > span {
        background-color: #00a0e3;
        color: #fff;
    }

    .main-article_wrapper .eds_news_Ozone.eds_subCollection_news .article_pager a {
        border-left: #00a0e3;
        color: #00a0e3;
    }

        .main-article_wrapper .eds_news_Ozone.eds_subCollection_news .article_pager a:hover,
        .main-article_wrapper .eds_news_Ozone.eds_subCollection_news .article_pagination a:hover {
            background: 0 0;
            color: #00a0e3;
        }

        .main-article_wrapper .eds_news_Ozone.eds_subCollection_news .article_pager a:hover {
            background-color: #fff;
            color: #00a0e3;
        }

        .main-article_wrapper .eds_news_Ozone.eds_subCollection_news .article_pager a.active:hover {
            background-color: #00a0e3;
            color: #fff;
        }

#safety-iframe #main {
    overflow-x: hidden;
}

#safety-iframe #wrap #main .content {
    width: auto !important;
    min-height: auto !important;
}

.legal-notice-section {
    margin: 40px auto;
}

.terms-section {
    margin: 40px auto 0;
}

.term-lst {
    margin-top: 25px;
}

    .legal-notice-section .container,
    .term-lst .container,
    .terms-section .container {
        padding: 0 30px;
    }

.legal-notice-section h3 {
    margin-top: 0;
}

.legal-notice-section .para:last-child {
    margin-bottom: 0;
}

.terms-section h2 {
    font-size: 19px;
    color: #5b5b5b;
    font-weight: 700;
}

.terms-section ul {
    text-align: center;
    list-style-type: none;
    margin: 0;
    text-transform: uppercase;
    background: #f0f0f0;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .terms-section ul li {
        padding: 5px 0;
    }

        .terms-section ul li a {
            padding: 5px 7px;
            color: #b0b0b0;
        }

            .terms-section ul li a:hover {
                background: #00aeef;
                color: #fff;
            }

.term-lst h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #5b5b5b;
    margin-bottom: 22px;
}

.term-lst ul {
    list-style-type: none;
    margin: 0;
}

    .term-lst ul li {
        margin-bottom: 10px;
    }

.term-lst .termList {
    margin-bottom: 30px;
}

.term-lst ul li a {
    font-weight: 400;
    background: url(../img/icon-28x23-pdfIcn.png) no-repeat right center;
    padding: 6px 24px 1px 0;
}

.terms-section .pagination {
    width: 100%;
    margin: 0;
}

#ContentPane div.first-child .board-of-directors {
    margin-top: 5px;
}

#ContentPane div.last-child .board-of-directors {
    margin-bottom: 0;
}

    #ContentPane div.last-child .board-of-directors .panel-member {
        margin-bottom: 0;
    }

.main-article_content_accordian p:last-child {
    margin-bottom: 25px;
}

.main-article_content_accordian .table h3 {
    margin: 10px 0;
}

.main-article_content_accordian .table-bordered > tbody > tr > td,
.main-article_content_accordian .table-bordered > tbody > tr > th,
.main-article_content_accordian .table-bordered > tfoot > tr > td,
.main-article_content_accordian .table-bordered > tfoot > tr > th,
.main-article_content_accordian .table-bordered > thead > tr > td,
.main-article_content_accordian .table-bordered > thead > tr > th {
    padding: 13px;
}

.error-page {
    padding: 60px 0;
    border-top: 1px solid #d6d6d6;
    margin: 0 auto;
    min-height: 410px;
}

    .error-page h2 {
        margin: 0;
    }

.news-room-section {
    margin-bottom: 0;
    border-bottom: 0;
}

.table > tbody > tr > th {
    vertical-align: middle;
    font-size: 18px;
}

.news-releases-table .table {
    margin-top: 5px;
    margin-bottom: 0;
}

    .news-releases-table .table > tbody > tr > td:last-child {
        min-width: 120px;
    }

@media (max-width: 767px) {
    .news-releases-table table,
    .news-releases-table tbody,
    .news-releases-table td,
    .news-releases-table th,
    .news-releases-table thead,
    .news-releases-table tr {
        display: block;
    }

        .news-releases-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .news-releases-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 25% !important;
        white-space: normal;
        text-align: left;
    }

        .news-releases-table td:before {
            position: absolute;
            top: 8px;
            left: 15px;
            width: 45%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: left;
            font-weight: 700;
            z-index: 1;
        }

        .news-releases-table td:first-child {
            padding-top: 17px;
        }

        .news-releases-table td:last-child {
            padding-bottom: 16px;
        }

        .news-releases-table td:first-child:before {
            top: 17px;
        }

        .news-releases-table td:before {
            content: attr(data-title);
        }

    .news-releases-table .table tbody tr {
        border-top: 1px solid #ddd;
    }

        .news-releases-table .table tbody tr td {
            border: none;
            position: relative;
        }

    .news-releases-table .table > tbody > tr > td:last-child a {
        position: relative;
        z-index: 5;
    }

    .terms-section {
        margin: 20px 0 20px !important;
    }

    .term-lst {
        margin: 0 !important;
    }

    .terms-section ul li a {
        padding: 5px 10px;
        display: block;
    }

    .terms-section .pagination {
        margin: 0;
    }

    .terms-section h2 {
        line-height: normal;
        font-size: 16px;
    }

    .term-lst h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .term-lst .container,
    .terms-section .container {
        padding: 0 15px;
    }

    .term-lst ul li span {
        display: block;
    }

    .term-lst ul li {
        line-height: 1.4;
    }
}

.us-productlist-grid a {
    color: #00a0e3 !important;
    text-decoration: none !important;
}

    .us-productlist-grid a.focus,
    .us-productlist-grid a:focus,
    .us-productlist-grid a:hover {
        text-decoration: none !important;
        color: #094873 !important;
    }

.us-productlist-grid .table > thead th:first-child {
    max-width: 210px;
}

.us-productlist-grid .table > thead th {
    max-width: 150px;
}

    .us-productlist-grid .table > thead th:nth-child(4) {
        max-width: 120px;
    }

.us-productlist-grid .table.angrid-grid tbody tr td {
    max-width: 100px;
}

    .us-productlist-grid .table.angrid-grid tbody tr td:first-child {
        max-width: 200px;
    }

    .us-productlist-grid .table.angrid-grid tbody tr td:nth-child(2) {
        max-width: 140px;
    }

    .us-productlist-grid .table.angrid-grid tbody tr td:nth-child(4) {
        max-width: 120px;
    }

.bstrap30 p {
    margin: 0;
}

.bstrap30 .btn-default {
    outline: 0;
}

.search-results {
    padding: 40px 30px;
}

    .search-results .selectize-control.single .selectize-input {
        min-height: 36px;
    }

    .search-results .dnnSearchResultPanel .dnnSearchResultSortOptions > li > a {
        height: 34px;
        padding: 9px 15px;
    }

    .search-results .dnnSearchBoxPanel .dnnSearchBox {
        height: 36px;
    }

    .search-results .dnnSearchBox > .dnnSearchBox_advanced > .dnnSearchBox_advanced_label {
        height: 27px;
        line-height: 20px;
    }

    .search-results .dnnSearchBox > a.dnnSearchButton {
        right: 2px;
    }

.dnnSearchResultContainer > .dnnSearchResultItem {
    margin-bottom: 25px;
}

    .dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Title {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1.3;
    }

.dnnSearchResultContainer .dnnSearchResultItem-Description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 400;
}

.dnnSearchResultContainer .dnnSearchResultItem-Link,
.dnnSearchResultContainer .dnnSearchResultItem-Others {
    color: #4f4f4f;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: 400;
}

.dnnSearchBoxPanel,
.dnnSearchResultPanel {
    max-width: 100%;
}

.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Title {
    color: #4f4f4f;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 400;
}

.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Description {
    color: #4f4f4f !important;
    font-size: 14px;
    line-height: 1.5;
}

.dnnSearchResultItem-Subset .dnnSearchResultItem-Others {
    font-size: 14px;
}

.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Description {
    color: #4f4f4f !important;
}

.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Title {
    font-weight: 400;
}

.search-results .dnnSearchResultPanel .dnnSearchResultSortOptions > li > a {
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .board-of-directors .para {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .blog-single .blog-img,
    .blog-single .date,
    .main-article_content_accordian.patient-assistance {
        margin-bottom: 15px;
    }

    .blog-single {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .blog-details .blog-bottom {
        padding-top: 15px;
    }

    .contactus .para:last-child {
        margin-bottom: 15px;
    }

    .contact-us {
        margin-bottom: 0;
    }

    .table > tbody > tr > th {
        font-size: 16px;
    }

    .locations h3 {
        width: 100%;
    }

    h6.flexbox-white {
        margin-top: 0;
    }

    .news-details .date {
        margin-bottom: 15px;
    }

    .news-details p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .news-details ul {
        margin-bottom: 15px;
    }

        .news-details ul li {
            font-size: 14px;
        }

    .dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Title {
        font-size: 18px;
    }

    .dnnSearchResultContainer .dnnSearchResultItem-Description,
    .dnnSearchResultContainer .dnnSearchResultItem-Link,
    .dnnSearchResultContainer .dnnSearchResultItem-Others {
        font-size: 14px;
    }

    .dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Title {
        font-size: 13px;
    }

    .margin-top-25 {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .locations-by-country h6,
    .locations_wrapper h6 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .locations_wrapper h6 {
        margin-right: 0 !important;
        margin-left: -15px !important;
    }

    ul.sidebar-lists {
        display: none;
    }

    .back-to-top,
    .innovations-section2 .who-are-we_text {
        padding: 0;
    }

    .innovations-section2 .who-are-we_image {
        padding-top: 0;
    }

    .responsibility-section2 .container.bod,
    .responsibility-section3 .container.bod {
        padding: 0;
    }

    .responsibility-section2 .rounded-img {
        margin: 0 auto;
    }

    .responsibility-section3 .who-are-we_text {
        padding: 0;
    }

    .career-section3 .corp-gov_content {
        padding: 15px !important;
    }

    h6.flexbox,
    h6.flexbox-white {
        background: 0 0;
    }

    .aboutus-section1 .who-are-we_text h3 {
        padding: 0;
        margin-bottom: 10px;
    }

    .who-are-we_image {
        padding: 0;
    }

    #ContentPane > div.first-child .board-of-directors {
        margin-top: 0;
    }

    .panel-member {
        margin-bottom: 15px;
    }

        .panel-member .panel-right .col-xs-12 {
            width: 95%;
        }

    .contact-us {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .panel-member .panel-left {
        width: 100%;
        display: inline-block;
    }

    .panel-member .panel-right {
        width: 100%;
        display: inline-block;
        padding: 0;
        text-align: center;
    }

        .panel-member .panel-right .toggle {
            position: relative;
            margin: 15px 0 40px;
        }

        .panel-member .panel-right .padding-arrow {
            position: absolute;
            top: inherit;
            right: inherit;
            left: 50%;
            bottom: -35px;
            transform: translateX(-50%);
        }

            .panel-member .panel-right .padding-arrow .fa {
                float: none !important;
                margin: 0 auto;
            }

    .board-of-directors .para {
        margin-top: 0;
        margin-bottom: 15px;
    }

        .board-of-directors .para:last-child {
            margin-bottom: 0;
        }

    .panel-member .panel-right .col-xs-12 {
        width: 100%;
    }

    .board-of-directors h3.accordion {
        margin-top: 0;
    }

    .news-details p img {
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1244px) {
    .our-mission_text p {
        padding: 80px 27px 53px 95px;
    }

    .our-mission_head h4 {
        text-align: center;
        padding: 150px 0;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .boxes_grid {
        padding: 0;
    }

    .rounded-img {
        display: block;
        margin: 20px auto;
        width: 186px;
        height: 186px;
        overflow: hidden;
        -webkit-border-radius: 186px;
        -moz-border-radius: 186px;
        -ms-border-radius: 186px;
        -o-border-radius: 186px;
        border-radius: 186px;
    }

    .responsibility-section2 .rounded-img {
        margin-left: 23px;
    }
}

@media (min-width: 992px) and (max-width: 1170px) {
    .who-are-we_wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

        .who-are-we_wrapper .boxes:nth-of-type(1) {
            order: 2;
            margin-top: 0;
        }

        .who-are-we_wrapper .boxes:nth-of-type(2) {
            order: 1;
        }

    .head-snapshots {
        -webkit-clip-path: polygon(0 0, 18% 0, 18% 43%, 0 59%) !important;
        clip-path: polygon(0 0, 18% 0, 18% 43%, 0 59%) !important;
    }

    .corp-gov_content .corp-gov-textarea h3,
    .max-width-90 {
        max-width: 90%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section {
        margin: 30px auto;
    }

    .locations-section .locations h3 {
        min-height: 50px;
    }

    h6.flexbox-white::after,
    h6.flexbox::after {
        top: 1em;
    }

    .locations-by-country ul li {
        font-size: 15px;
    }

    .who-are-we {
        margin: 0 auto;
    }

    .banner-image {
        background-size: cover;
    }

        .banner-image .slide-container {
            height: 220px;
        }

    .slanted-edges-blue {
        border-bottom: 70px solid rgba(5, 126, 211, 0.8);
        border-right: 50px solid transparent;
        height: 0;
        width: 48%;
        position: absolute;
        bottom: 0;
        left: -15px;
    }

    .aboutus1 {
        padding: 0 25px;
    }

        .aboutus1 h3 {
            margin-top: 0;
            padding-bottom: 0.4em;
        }

    .who-are-we_wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 15px;
    }

        .who-are-we_wrapper .boxes:nth-of-type(1) {
            order: 2;
            margin-top: 0;
        }

        .who-are-we_wrapper .boxes:nth-of-type(2) {
            order: 1;
        }

    .our-mission {
        margin: 0;
    }

    .our-mission_head h4 {
        font-size: 24px;
        padding: 90px 0;
        text-align: center;
    }

    .our-mission_text::before {
        left: -26px;
        height: 211px;
        width: 90%;
        overflow-y: hidden;
    }

    .our-mission_text p {
        padding: 35px 0 0 20px;
        font-size: 16px;
        line-height: 28px;
    }

    .rounded-img {
        display: block;
        margin: 0 auto;
        width: 140px;
        height: 140px;
        overflow: hidden;
        -webkit-border-radius: 121px;
        -moz-border-radius: 121px;
        -ms-border-radius: 121px;
        -o-border-radius: 121px;
        border-radius: 121px;
    }

    .boxes_grid {
        padding: 0;
    }

    .bod_content,
    .lead_content {
        padding: 15px 0;
    }

    .snapshots {
        margin: 0;
    }

    .snapshots-articles {
        padding: 5px;
    }

    .snapshots-content p {
        padding: 15px 5px;
    }

    .snapshots-content h4 {
        font-size: 30px;
    }

    .corp-gov_content p {
        font-size: 15px;
    }

    .full-width-carousel,
    .main-article {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-article_content_video {
        margin-bottom: 25px;
    }

    .main-article_content blockquote {
        padding: 10px 100px 10px 70px;
    }

    .carousel-caption h3 {
        font-size: 20px;
    }

    .carousel-caption a {
        font-size: 12px;
    }

    .carousel-control.left img,
    .carousel-control.right img {
        width: 20%;
    }

    .grey-box {
        padding: 30px 0;
    }

    .blog-section_content {
        padding: 20px 65px 20px 20px;
    }

        .blog-section_content h3 {
            font-size: 24px;
        }

    .article-sections_content {
        padding: 20px;
    }

    .article-sections_img_container {
        min-height: 230px;
    }

        .article-sections_img_container .rounded-img {
            display: block;
            margin: 0 auto;
            width: 186px;
            height: 186px;
            overflow: hidden;
            -webkit-border-radius: 186px;
            -moz-border-radius: 186px;
            -ms-border-radius: 186px;
            -o-border-radius: 186px;
            border-radius: 186px;
        }

    .sidebar-bg h3 {
        font-size: 20px;
        color: #fff;
        padding: 10px 25px 10px 60px;
    }

    .responsibility-section2 .bod_content {
        padding: 25px;
    }

    .product-row,
    .questions_wrapper {
        padding: 50px 0;
    }

    .legal-notice-section {
        margin: 30px auto;
    }

    .carousel-control.left,
    .carousel-control.right {
        margin: 0 10px;
        height: 25px;
    }

        .carousel-control.left .fa,
        .carousel-control.right .fa {
            font-size: 25px;
        }

    .map-section {
        margin-bottom: 0;
    }

    .btn-link {
        font-size: 14px;
    }

    .para-space-bottom {
        margin-bottom: 15px !important;
    }

    .nav-val-main.style ul li a::before {
        display: none;
    }

    .patient-assistance {
        margin-bottom: 20px;
    }

    .main-article_content_accordian .list-group-item h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 15px 0;
    }

    .main-article_content_accordian .list-group-item .padding-arrow {
        padding: 22px 0;
    }

    .table-grid {
        padding: 15px !important;
    }

    .no-margin-title {
        margin-top: 2px;
    }

    .panel-member {
        margin-bottom: 33px;
    }

    .locations-by-country {
        padding: 30px 0;
    }

    .us-productlist-grid {
        overflow-x: scroll;
    }

        .us-productlist-grid .angrid-grid-view,
        div.angrid .angrid-pager {
            width: 820px;
        }

    .search-results {
        padding: 30px;
    }

    .responsibility-section2 .rounded-img {
        margin-left: 25px;
    }
}

@media (min-width: 651px) and (max-width: 767px) {
    .banner-image {
        background-size: cover;
    }

        .banner-image .slide-container {
            height: 200px;
        }

    .who-are-we_wrapper .boxes:nth-of-type(1) {
        order: 1;
        padding: 0 0 15px;
    }

    .who-are-we_wrapper .boxes:nth-of-type(2) {
        order: 2;
        margin: 0;
    }

    .who-are-we_image img {
        width: 100%;
    }

    .our-mission {
        margin: 0;
        background: #42bac5;
        padding: 25px 0;
    }

    .our-mission_text:before {
        height: 0;
    }

    .our-mission_head h4 {
        font-size: 30px;
        padding: 0 0 15px;
        color: #fff;
        text-align: left;
    }

    .our-mission_text p {
        position: relative;
        padding: 0;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
    }

        .our-mission_text p a {
            padding: 10px 0;
            color: #fff;
            text-decoration: underline;
            font-size: 14px;
            letter-spacing: 2px;
            float: left;
        }

    .our-mission_text {
        background: #42bac5;
        position: relative;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
    }

    .boxes_grid {
        padding: 5px 0;
        text-align: center;
    }

    .bod_content,
    .lead_content {
        padding: 15px 0;
        margin-bottom: 0;
    }

    .snapshots {
        margin: 0;
    }

    .head-snapshots-bg {
        margin-left: 0;
        margin-bottom: 35px;
        height: 35px;
    }

    .snapshots-articles {
        padding: 5px;
    }

    .snapshots-content p {
        padding: 15px 5px;
    }

    .snapshots-content h4 {
        font-size: 30px;
    }

    .snapshots-articles img {
        margin: 0 auto;
    }

    .corp-gov {
        padding: 0;
    }

    .corp-gov_content p {
        font-size: 16px;
        padding: 0 15px;
    }

    .sidebar {
        padding: 0;
    }

    ul.sidebar-lists li {
        font-size: 15px;
        padding: 6px 7px 10px 40px;
    }

    .sidebar-bg h3 {
        font-size: 20px;
        color: #fff;
        padding: 5px 25px 5px 40px;
    }

    .sidebar-bg p {
        padding-left: 40px !important;
    }

    .main-article {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .main-article_content_video {
        margin-bottom: 30px;
    }

    .main-article_content blockquote {
        padding: 25px 30px;
    }

    .carousel-caption {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        width: 100%;
    }

        .carousel-caption h3 {
            font-size: 20px;
            line-height: 34px;
        }

        .carousel-caption a {
            font-size: 15px;
        }

    .carousel-control.left img,
    .carousel-control.right img {
        width: 20%;
    }

    .full-width-carousel {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-article_content_carousel {
        margin-bottom: 15px;
    }

    .article-sections_content,
    .grey-box {
        padding: 15px;
    }

    .article-sections_img_container {
        min-height: 175px;
    }
}

.questions_wrapper .equal {
    height: 238.188px !important;
}

@media only screen and (min-width:1036px) and (max-width:1133px) {
    .questions_wrapper .equal {
        height: 244.75px !important;
    }
}

@media only screen and (min-width:1001px) and (max-width:1035px) {
    .questions_wrapper .equal {
        height: 268.75px !important;
    }
}

@media only screen and (min-width:991px) and (max-width:1035px) {
    .questions_wrapper .equal {
        height: 299.938px !important;
    }
}

@media only screen and (min-width:894px) and (max-width:991px) {
    .questions_wrapper .equal {
        height: 208.375px !important;
    }
}

@media only screen and (min-width:891px) and (max-width:893px) {
    .questions_wrapper .equal {
        height: 236.969px !important;
    }
}

@media only screen and (min-width:891px) and (max-width:899px) {
    .questions_wrapper .equal {
        height: 257.969px !important;
    }
}

@media only screen and (min-width:891px) and (max-width:793px) {
    .questions_wrapper .equal {
        height: 278.969px !important;
    }
}


@media only screen and (min-width:794px) and (max-width:889px) {
    .questions_wrapper .equal {
        height: 257.969px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:793px) {
    .questions_wrapper .equal {
        height: 278.969px !important;
    }
}

@media (min-width: 320px) and (max-width: 650px) {
    .top-bar-blue {
        background-color: #00a0e3;
        padding: 10px 0;
        height: 48px;
        text-align: center;
    }

    .banner-image {
        background-size: cover;
        background-position: top right;
    }

        .banner-image .slide-container {
            height: 185px;
        }

    .slanted-edges-blue {
        border-bottom: 0 solid rgba(5, 126, 211, 0.8);
        border-right: 0 solid transparent;
        height: 51px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #00a0e3;
    }

    .who-are-we {
        margin: 0 auto;
    }

    .who-are-we_wrapper {
        padding: 0 15px;
        grid-template-columns: repeat(1, 1fr);
    }

        .who-are-we_wrapper .boxes:nth-of-type(1) {
            order: 1;
            padding: 0 0 10px;
        }

        .who-are-we_wrapper .boxes:nth-of-type(2) {
            order: 2;
            margin-top: 0 !important;
        }

    .our-mission {
        margin: 0;
        background: #42bac5;
        padding: 25px 0 0;
    }

    .our-mission_head {
        padding: 0;
    }

        .our-mission_head h4 {
            font-size: 30px;
            padding: 0 0 15px;
            color: #fff;
            text-align: left;
        }

    .our-mission_text {
        padding: 15px 0;
    }

        .our-mission_text p {
            position: relative;
            padding: 0;
            color: #fff;
            font-size: 16px;
            line-height: 24px;
        }

        .our-mission_text:before {
            height: 0;
        }

        .our-mission_text p a {
            padding: 10px 0;
            color: #fff;
            text-decoration: underline;
            font-size: 14px;
            letter-spacing: 2px;
            float: left;
        }

    .our-mission_text {
        background: #42bac5;
        position: relative;
    }

    .rounded-img {
        display: block;
        margin: 0 auto;
        width: 186px;
        height: 186px;
        overflow: hidden;
        -webkit-border-radius: 186px;
        -moz-border-radius: 186px;
        -ms-border-radius: 186px;
        -o-border-radius: 186px;
        border-radius: 186px;
    }

    .bod_wrapper {
        padding: 0;
    }

    .boxes_grid {
        text-align: center;
    }

    .snapshots {
        margin: 0;
    }

    .head-snapshots-bg {
        margin-left: 0;
        margin-bottom: 35px;
        height: 35px;
    }

    .snapshots-content h4 {
        font-size: 30px;
    }

    .snapshots-articles {
        padding: 0;
    }

        .snapshots-articles img {
            margin: 0 auto;
        }

    .corp-gov_content {
        padding: 0 !important;
        margin-bottom: 0;
    }

        .corp-gov_content p {
            font-size: 16px;
            padding: 0 15px;
        }

    .sidebar {
        padding: 0;
    }

    .sidebar-bg-mobile {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    ul.sidebar-lists li {
        font-size: 15px;
        padding: 6px 7px 10px 40px;
    }

    .sidebar-bg h3 {
        font-size: 20px;
        color: #fff;
        padding: 5px 25px 5px 40px;
    }

    .sidebar-bg p {
        padding-left: 40px !important;
    }

    .main-article {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .main-article_content_video {
        margin-bottom: 30px;
    }

    .main-article_content blockquote {
        padding: 25px;
    }

    .carousel-caption {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        width: 100%;
    }

        .carousel-caption h3 {
            font-size: 20px;
            line-height: 34px;
            padding: 5px 0 5px 10px;
        }

        .carousel-caption a {
            font-size: 15px;
            padding: 0 0 5px 10px;
        }

    .carousel-control.left img,
    .carousel-control.right img {
        width: 20%;
    }

    .carousel-caption {
        position: relative;
        height: 80px;
    }

    .main-article_content_carousel {
        margin-bottom: 30px;
    }

    .full-width-carousel {
        padding-left: 6px;
        padding-right: 6px;
        margin-top: 30px;
    }

    .blog-section_content {
        padding: 10px 14px;
    }

    .article-sections_content {
        padding: 20px;
        margin-bottom: 20px;
    }

    .article-sections_img_container {
        min-height: 145px;
    }

        .article-sections_img_container .rounded-img {
            margin-bottom: 18px;
        }

    .main-article_wrapper .main-article {
        order: 1;
    }

    .main-article_wrapper .sidebar {
        order: 3;
    }

    .main-article_wrapper .full-width-carousel {
        order: 2;
    }

    .go-btn {
        margin-left: 2px;
    }
}

@media (max-width: 650px) and (min-width: 320px) and (orientation: landscape) {
    .select-country {
        margin-right: 1px;
    }

    .board-of-directors h3.accordion,
    .board-of-directors h5.accordion {
        text-align: left;
    }

    .padding-arrow {
        padding: 0;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    .padding-arrow {
        padding: 80px 0 60px;
    }

    .panel-member .padding-arrow {
        margin-top: 95px;
    }

    .blue-btn {
        background-color: #00a0e3;
        border: none;
        height: 40px;
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 3px;
        padding: 0 30px;
        margin: 10px 0;
    }

    .mb {
        margin-bottom: 20px;
    }

    .locations h3 br {
        display: none;
    }
}

@media (max-width: 1024px) and (orientation: portrait) {
    .padding-arrow {
        padding: 80px 0 60px;
    }

    .panel-member .padding-arrow {
        margin-top: 63px;
    }
}

@media (max-width: 650px) and (min-width: 320px) and (orientation: portrait) {
    .board-of-directors_wrapper .profile {
        width: 100%;
    }

    .board-of-directors_wrapper .profile-pic {
        margin: 0 auto;
    }

    .board-of-directors h3.accordion {
        text-align: center;
        line-height: 100%;
    }

    .board-of-directors h5.accordion {
        text-align: center;
    }

    .panel-member .padding-arrow {
        margin: 10px 0;
        text-align: center;
    }

    .blue-btn {
        background-color: #00a0e3;
        border: none;
        height: 40px;
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 3px;
        padding: 0 30px;
        margin: 10px 0;
    }

    .mb {
        margin-bottom: 20px;
    }

    .locations h3 {
        color: #343232;
        font-size: 20px;
        line-height: 22px;
        font-weight: 400;
        width: 100%;
    }

        .locations h3 br {
            display: none;
        }

    .col-sm-15 {
        width: 100%;
        float: left;
    }

    .forMobile {
        display: block;
    }

    .select-country {
        height: 40px;
        padding: 6px 12px;
    }

    .go-btn {
        background-color: #00a0e3;
        border: none;
        height: 40px;
        width: 40px;
        color: #fff;
    }

    .not-for-mobile {
        display: none;
    }

    .nopaddl {
        padding-left: 0;
    }

    h6.flexbox {
        text-align: left;
    }
}

@media (max-width: 650px) and (min-width: 320px) and (orientation: landscape) {
    .contactus h6 {
        font-size: 20px !important;
        font-weight: 400 !important;
        margin-right: 20px;
        margin-bottom: 30px;
    }

    .contactus p {
        color: #343232;
        font-size: 16px;
        line-height: 22px;
        font-weight: 100;
        padding-bottom: 0.7em;
    }

    .blue-btn {
        background-color: #00a0e3;
        border: none;
        height: 40px;
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 3px;
        padding: 0 30px;
        margin: 10px 0;
    }

    .mb {
        margin-bottom: 20px;
    }

    .locations h3 {
        color: #343232;
        font-size: 20px;
        line-height: 22px;
        font-weight: 400;
        padding-bottom: 0.7em;
        width: 100%;
    }

        .locations h3 br {
            display: none;
        }

    .col-sm-15 {
        width: 100%;
        float: left;
    }

    .forMobile {
        display: block;
        margin-bottom: 20px;
    }

    .select-country {
        height: 40px;
        padding: 6px 12px;
    }

    .go-btn {
        background-color: #00a0e3;
        border: none;
        height: 40px;
        width: 40px;
        color: #fff;
    }

    .not-for-mobile {
        display: none;
    }

    .locations-by-country {
        padding: 20px 0;
    }

    .nopaddl {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .locations_wrapper .nopaddl {
        padding-left: 15px !important;
    }
}

@-moz-document url-prefix() {
    body {
        font-weight: lighter !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .footer-logo img,
    .site-logo img {
        width: 100%;
    }

    .who-are-we_wrapper {
        width: 100%;
        display: flex;
        grid-template-columns: auto;
    }

        .who-are-we_wrapper .boxes {
            width: 50% !important;
        }

    .no-transform {
        padding-left: 0;
        padding-right: 0;
        left: 0;
        right: 0;
    }

    .who-are-we_wrapper .who-are-we_text {
        width: 50%;
        vertical-align: middle;
        float: right;
    }

    .our-mission_text p {
        padding: 85px 127px 48px 100px;
    }

    footer {
        border-bottom: solid 2px #494c4f;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .select-country {
        margin-right: 5px;
    }

    .bod_wrapper {
        padding: 0;
    }

    .corp-gov {
        padding: 0 15px;
    }

    .panel-member .padding-arrow {
        margin-top: 100px;
    }
}

@media (max-width: 650px) and (orientation: landscape) {
    .panel-member .padding-arrow {
        margin-top: 85px;
    }
}

@media (max-width: 767px) and (min-width: 651px) {
    .who-are-we_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .hero-inn {
        padding: 0 15px;
    }

    .equal {
        height: auto !important;
    }

    .questions_wrapper .equal {
        height: auto !important;
    }

    section {
        margin: 15px auto;
    }

    .locations-section .locations h3 {
        min-height: auto;
    }

    .questions_container {
        padding: 15px;
        text-align: center;
    }

    .questions_wrapper-home .para-margin {
        margin-bottom: 10px !important;
    }

    .main-article_content_accordian .list-group-item h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .main-article_content_accordian .list-group-item .padding-arrow {
        padding: 24px 0;
    }

    .carousel-control.left,
    .carousel-control.right {
        margin: 0 10px;
        height: 25px;
    }

        .carousel-control.left .fa,
        .carousel-control.right .fa {
            font-size: 25px;
        }

    .who-are-we_image {
        padding-top: 5px;
    }

    .text-position {
        top: inherit;
        transform: none;
        position: static;
    }

    .product-row,
    .questions_wrapper {
        padding: 25px 0;
    }

    .legal-notice-section {
        margin: 15px auto;
    }

        .legal-notice-section .container {
            padding: 0 15px;
        }

        .legal-notice-section h3 {
            margin-top: 0;
        }

    .corp-gov:first-child {
        margin-bottom: 15px;
    }

    .no-margin-bottom {
        margin-bottom: 0;
    }

    .hero-inn h4 {
        font-size: 15px;
        padding-bottom: 0;
    }

    .margin-bottom-15-m {
        margin-bottom: 15px;
    }

    .locations-by-country {
        padding: 15px 0;
    }

        .locations-by-country .forMobile {
            margin-bottom: 6px;
        }

    .last-br br:last-child {
        display: none;
    }

    h6.flexbox,
    h6.flexbox-white {
        margin-top: 0;
    }

    .contactus h3 br {
        display: none;
    }

    .imagedown {
        margin-top: 15px;
    }

    .map-section {
        padding-bottom: 15px !important;
    }

    .table-grid .table-grid-col {
        display: inline-block;
        width: 100%;
        padding: 0 !important;
    }

        .table-grid .table-grid-col h3 {
            margin: 15px auto;
            padding: 0;
        }

        .table-grid .table-grid-col p {
            padding: 0;
        }

    .corp-gov-bottom-sec .corp-gov_content {
        padding: 15px !important;
    }

    .responsibility-section2 .boxes_grid {
        padding: 0;
        margin-top: 15px;
    }

    .responsibility-section2 .bod_content {
        padding: 15px;
    }

    .intro-para {
        padding-bottom: 15px;
    }

    .para-space-bottom {
        margin-bottom: 15px !important;
    }

    .nav-val-main.style ul li a::before {
        display: none;
    }

    .patient-assistance {
        margin-bottom: 20px;
    }

    .who-we-are-col-section .col-section-right {
        padding-left: 0;
    }

        .who-we-are-col-section .col-section-right img {
            padding: 0;
            margin-top: 15px;
        }

    .locations-section .locations p:last-child {
        margin-bottom: 15px;
    }

    .corp-gov_content .corp-gov-textarea {
        padding: 15px;
    }

        .corp-gov_content .corp-gov-textarea h3 {
            padding: 0;
        }

    .us-productlist-grid {
        overflow-x: scroll;
    }

        .us-productlist-grid .angrid-grid-view,
        div.angrid .angrid-pager {
            width: 820px;
        }

    .search-results {
        padding: 15px;
    }

        .search-results .dnnSearchResultContainer,
        .search-results .dnnSearchResultPanel {
            margin-top: 15px;
        }

    .news-releases-table {
        overflow-x: scroll;
    }

        .news-releases-table .table {
            margin-top: 0;
            width: 700px;
        }

    .locations .para-last {
        margin-bottom: 15px;
    }

    .newsroom-page .newsroom-col {
        padding: 0;
    }

        .newsroom-page .newsroom-col:first-child {
            margin-bottom: 15px;
        }

    .c-form.form-horizontal .btn-info {
        float: none;
    }

    .c-form.form-horizontal .row.fileupload-buttonbar .btn-success {
        font-size: 14px;
        width: 100%;
    }

    .field-container.af-slide.col-sm-3 {
        margin-bottom: 15px;
    }

    .field-container.btn-form.btnc {
        margin-bottom: 0;
    }

    .c-form.form-horizontal .table {
        margin-bottom: 10px;
    }

    .c-form.form-horizontal .upload-file-details {
        overflow-x: auto;
    }

    .newsroom-page .view-all-news {
        padding-left: 15px;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .dnnSearchResultPanel .dnnLeft {
        padding-left: 7px;
    }

    .dnnSearchResultPanel .selectize-control {
        width: 50px;
        float: right;
    }

    .dnnSearchResultPanel .dnnRight {
        float: left;
        width: 100%;
        padding: 0 10px 10px;
        margin: 0;
        display: table;
    }

    .dnnSearchResultPanel > .dnnRight > span.dnnSearchResultCountPerPage {
        width: 80%;
        display: table-cell;
        vertical-align: middle;
    }

    .dnnSearchResultPanel .dnnSearchResultSortOptions {
        padding: 0;
    }

        .dnnSearchResultPanel .dnnSearchResultSortOptions > li {
            width: 50%;
            text-align: center;
        }

            .dnnSearchResultPanel .dnnSearchResultSortOptions > li > a {
                padding: 7px;
            }

    span.dnnSearchResultCountPerPage {
        margin: -15px 5px 0;
    }

    #dnnSearchResult_dnnSearchBox_input {
        width: 70px !important;
    }

    .dnnSearchBox {
        margin-right: 10px !important;
    }

    .dnnSearchBoxPanel,
    .dnnSearchResultPanel {
        float: left;
    }

    .dnnSearchResultAdvancedTip {
        margin: 50px 15px 8px;
        width: 100%;
        float: left;
    }

    .dnnSearchBox_advanced_dropdown {
        margin-left: -142px !important;
    }

    .search-results .dnnSearchResultPanel {
        margin-bottom: 15px;
    }

        .search-results .dnnSearchResultPanel .dnnSearchResultSortOptions > li > a {
            padding: 9px;
        }

    .selectize-input {
        width: 95%;
    }

    table.dnnSearchResult-hint-tbl {
        font-size: 12px;
    }
}

@media only screen and (device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
    .footer-logo {
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .c-form.form-horizontal .row.fileupload-buttonbar .btn-success {
        font-size: 12px;
    }
}

#Wrapper,
body {
    overflow-x: hidden;
    box-sizing: border-box;
}

div.map {
    width: 100% !important;
    height: 330px !important;
}

.rounded-shadowed h2 {
    border-radius: 10px 10px 0 0;
    background-color: #e6e6e6;
    border-bottom: 1px solid #c7c7c7;
    padding: 15px;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
    font-size: 18px;
}

.rounded-shadowed {
    border-radius: 10px;
    border: 1px solid #c7c7c7;
    width: 652px;
    padding: 0 0 6px;
    margin: 5px 0 0 28px;
    overflow: hidden;
    background: #fff;
}

    .rounded-shadowed h2 .Head {
        color: #00a0e3;
        font-size: 18px;
        margin-bottom: 0;
    }

.interior-wrap .int-nav {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.interior-wrap .section-wrap {
    width: 100%;
}

    .interior-wrap .section-wrap .Normal img {
        max-width: 100%;
    }

.region-map-wrap {
    position: relative;
    height: auto;
    width: 100%;
}

.mapImg {
    border-width: 0;
    border-style: solid;
    background-repeat: no-repeat !important;
}

.mapregion {
    text-align: left;
    margin: auto auto auto 28px;
}

.us-productlist-grid .pdf-icon {
    display: inline-block;
    color: #fff;
    background: url(../img/icon-28x23-pdf.jpg) top left no-repeat;
    width: 23px;
    height: 27px;
}

.mb-lg {
    margin-bottom: 50px;
}

.banner-about-us,
.banner-who-we-are {
    background-image: url(../img/banner-700x1366-525440711.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.banner-contact-us,
.banner-executive-management-team,
.banner-mission-vision-values,
.banner-safety-data-sheets {
    background-image: url(../img/banner-350x1366-about-us-514375421.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-supplier-diversity,
.banner-supplier-diversity-profile {
    background-image: url(../../../siteassets/img/banner-350x1366-supplier-diversity.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-benefits,
.banner-careers,
.banner-our-us-businesses,
.banner-working-at-actelion-pharma {
    background-image: url(../img/banner-350x1366-careers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-our-locations {
    background-image: url(../img/banner-350x1366-location-107552948.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-responsibility {
    background-image: url(../img/banner-350x1366-responsibility-485208339.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-bausch-foundation,
.banner-compliance-policy,
.banner-compliance-program,
.banner-declaration-compliance,
.banner-grants-and-donations,
.banner-grants-and-investigator,
.banner-health-care-compliance,
.banner-patient-assistance,
.banner-payments,
.banner-us-assistance {
    background-image: url(../img/banner-350x1366-responsibility-The-Bausch-Foundation-613542110.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-products {
    background-image: url(../img/banner-350x1366-products-Rochester-fingertip-lens.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-consumer-health,
.banner-dentistry,
.banner-dermatology-products,
.banner-eye-health,
.banner-gastrointestinal,
.banner-generics-neurology,
.banner-us-product-list {
    background-image: url(../img/banner-350x1366-products-487041629.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-innovations,
.banner-our-perspective,
.banner-our-pipeline {
    background-image: url(../img/banner-350x1366-r-d-503847977.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-message-actelion-pharma,
.banner-news-releases,
.banner-newsroom {
    position: relative;
    background-image: url(../img/banner-350x1366-newsroom.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-search-results {
    position: relative;
    background-image: url(../img/banner-350x1366-search.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-legal-notice,
.banner-privacy-policy,
.banner-site-map {
    background-image: url(../img/banner-350x1366-responsibility-The-Bausch-Foundation-613542110.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slide-1 {
    background-image: url(../img/banner-700x1366-525440711.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-2 {
    background-image: url(../img/banner-350x1366-products-487041629.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-3 {
    background-image: url(../img/banner-350x1366-careers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.dnnFormWarning {
    display: none;
}

.no-margin {
    margin: 0;
}

.nav-val-main.style .nav-val-main-mobile li {
    display: table;
    width: 100%;
}

    .nav-val-main.style .nav-val-main-mobile li a {
        width: 90%;
        display: table-cell;
        vertical-align: middle;
    }

    .nav-val-main.style .nav-val-main-mobile li ul li a {
        padding: 15px 30px;
    }

        .nav-val-main.style .nav-val-main-mobile li ul li a:hover {
            background: 0 0;
            color: #00a0e3 !important;
        }

    .nav-val-main.style .nav-val-main-mobile li ul li {
        display: table;
        padding: 0;
    }

    .nav-val-main.style .nav-val-main-mobile li span {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

    .nav-val-main.style .nav-val-main-mobile li ul span {
        padding-right: 30px;
    }

    .nav-val-main.style .nav-val-main-mobile li.nav-val-main-back a {
        width: 100%;
        display: block;
    }

    .nav-val-main.style .nav-val-main-mobile li.nav-val-main-back {
        display: block;
    }

.headerSearch {
    display: none;
}

ul li span.dropdown-toggle-arrow {
    padding: 10px 5px;
}

.alert-info {
    background: 0 0;
    border: none;
}

.search-results .dnnSearchBoxPanel .dnnSearchBox {
    margin-right: 130px;
}

.dnnSearchResultPanel .selectize-control .selectize-input > input {
    display: none !important;
}

span[id$="lblDemoTrial"] {
    display: none;
}

.locations-section h3 {
    padding-top: 20px;
    margin-top: -20px;
}

@media (pointer: coarse) {
    .ipad .nav-val-main.style ul li ul li a:hover:after {
        content: "";
        background: #00a0e3;
        color: #fff;
    }
}

@media (max-width: 991px) {
    .not-for-mobile {
        display: none !important;
    }

    .forMobile {
        display: block !important;
    }

    .select-country {
        height: 40px;
        padding: 6px 12px;
    }

    .go-btn {
        background-color: #00a0e3;
        border: none;
        height: 40px;
        width: 40px;
        color: #fff;
    }

    .select-country {
        margin-right: 5px;
    }
}

@media (min-width: 992px) {
    ul li span.dropdown-toggle-arrow {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .nav-val-main.style .nav-val-main-mobile li ul li a {
        padding: 15px;
    }

    .nav-val-main.style .nav-val-main-mobile li ul span {
        padding-right: 15px;
    }
}

@media (max-width: 1280px) and (min-width: 992px) {
    ul.nav-val-main-menu li.Careers ul {
        right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1260px) {
    .nav-val-main.style ul ul ul {
        right: 100%;
        left: auto;
    }
}

@media screen and (max-width: 1024px) {
    .rounded-shadowed {
        max-width: 100%;
        margin-left: 22px;
    }

    .rounded-shadowed {
        width: 610px;
    }

    .mapregion {
        margin-left: 22px;
    }

    .map-section h3 {
        font-size: 20px;
        line-height: normal;
    }

    div.map {
        width: 640px !important;
        height: 330px !important;
    }

    .region-map-wrap {
        position: relative;
        height: auto;
        width: 640px;
    }

    .rounded-shadowed #dnn_ctr17321_HtmlModule_lblContent {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 991px) {
    .mapregion,
    .rounded-shadowed {
        margin-left: 38px;
    }

    .rounded-shadowed {
        width: 424px;
    }

    .nav-val-main.style ul li.mobile {
        text-align: center;
    }

    .nav-val-main.style .nav-val-main-mobile li a.headerSearch {
        padding-right: 0;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .rounded-shadowed {
        background: #fff;
    }

    .region-map-wrap {
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .map-section h3 {
        font-size: 20px;
        line-height: normal;
    }

    .map-section .para {
        margin-bottom: 20px;
    }

    .mapregion h4 {
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .img-padding {
        padding: 0;
    }

    .mapregion {
        margin-left: 0;
    }

    .rounded-shadowed {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 320px) {
    .main-article {
        width: 320px;
    }

    .contactus p a {
        font-size: 15px;
    }
}

.job-search {
    margin-bottom: 15px;
}

.job-search-ul {
    list-style-type: none;
    margin-bottom: 30px;
}

.job-search-seperator {
    margin-bottom: 15px;
}

.odd-color {
    background-color: aliceblue;
}

.Even-color {
    background-color: #f9f9f9;
}

.socia-icon a {
    display: inline-block;
    margin: auto 10px;
}

.socia-icon {
    text-align: right;
}

section.newssec-mainpg {
    display: none;
}

/*css new updates*/
.corp-gov_content.equal.stylhieghts {
    height: 118px !important;
}


.EPiServerForms .Form__Element .Form__Element__ValidationError {
    color: #a94442 !important;
}

h3 a.d-block {
    font-weight: inherit;
}

p.para strong em {
    font-style: italic;
}

.equip i {
    font-style: italic;
}

.corp-gov-bottom-sec .corp-gov_content.equal.abtpg {
    height: 112px !important;
}


.job-search-ul {
    margin-left: 18px;
}

@media only screen and (min-width:300px) and (max-width:500px) {
    .dnnSearchBoxPanel {
        width: 100%;
    }

    .dnnSearchBox_advanced_dropdown {
        float: right;
    }

    #AdvancedSearchbtn {
        position: absolute;
        left: 50% !important;
        top: -12%;
        font-size: 11px !important;
    }

    .dnnSearchButton {
        width: 15% !important;
    }
}

@media only screen and (min-width:499px) and (max-width:765px) {
    .dnnSearchButton {
        width: 15% !important;
    }
}

.grey-box .bod_wrapper .equalheight-columns .corp-gov_content.equal.crrers-pg-lwr-blck {
    height: 114.312px !important;
}

@media screen and (max-width:820px) {
    .grey-box .bod_wrapper .equalheight-columns .corp-gov_content.equal.crrers-pg-lwr-blck {
        height: 135.312px !important;
    }
}

@media screen and (max-width:767px) {
    .grey-box .bod_wrapper .equalheight-columns .corp-gov_content.equal.crrers-pg-lwr-blck {
        height: auto !important;
    }
    .job-ser {
        display: none;
    }
}

section.newsroom-page.nwsrm-pg-sec {
    display: none;
}

i {
    font-style: italic;
}
.sidebar-bg {
    display: none !important;
}
.sidebar {
    display: none !important;
}
.sidebar-bg-mobile{
    display: none !important;
}
/*em, i {
    font-style: italic;
}*/

@media screen and (min-width:768px) {
    .l-break {
        display: none;
    }
    
}
.lin-break {
    display: block;
}
@media screen and (max-width:1366px) {
    .lin-break {
        display: none;
    }
}
    .who-are-we_wrapper .corp-gov-textarea {
        padding: 25px;
    }

.m-bot {
    margin-bottom: 30px !important;
}
.res-transform {
    position: static;
    top: auto;
    transform: none;
    padding-left: 0;
    padding-right: 0;
    left: 0;
    right: 0;
}

.career-wrapper {
    padding: 0px;
}

.career-sec {
    padding: 10px 0px 0px;
}

.career-img-ptop {
    padding-top: 20px;
}

.career-img-mtop {
    margin-top: -20px;
}

.career-benefit {
    padding: 10px 0px 0px;
}

.career-img {
    padding-top: 20px;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
		.footer .footer-contents ul li {   
            margin: 15px 5px;
		}
		.footer .footer-contents ul li a {   
         font-size: 11px;   
        }
}
.EPiServerForms .ValidationRequired .Form__Element__Caption:after {
    display: none !important
}

/*Responsible Procurement Page Start*/
.responsible-procurement {
    margin: 50px 0;
    padding: 10px;
}

.card-body p {
    font-size: 15px;
    line-height: 23px;
}

.section-odd {
    background-color: #f7f7f7;
    padding: 30px 15px;
    margin: 50px 0;
}

.img-procuring-care {
    width: 100%;

}

.section-odd .row {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.supplier-expectations {
    width: 100%;

}

.section-even {
    background-color: #f7f7f7;
    padding: 30px 15px;
    margin: 50px 0;
}

.section-even .row {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.blue-text {

    font-size: 16px;

}

.logo-nmsdc {
    width: 30%;
    float: left;
    padding: 10px;
}

.logo-women-owned {
    width: 30%;
    float: left;
    padding: 10px;
}

.logo-hubzone {
    width: 20%;
    float: left;
    padding: 10px;
}

.img-supplier-diversity-program {
    width: 100%;

}

.supplier-sustainability {
    width: 100%;

}

@media only screen and (max-width: 767px) {
    .section-odd .row {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        flex-direction: column;
    }

    .section-even .row {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        flex-direction: column;
    }

    .img-supplier-diversity-program {
        margin: 20px 0;
    }

    .third-img.supplier-sustainability {
        margin: 20px 0;
    }

    .supplier-expectations {
        margin: 20px 0;
    }

    .img-procuring-care {
        margin: 20px 0;
    }
}
/*Responsible Procurement Page End*/