@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,700);

*,
*::before,
*::after {
    box-sizing: border-box;
}

html.no-js .sliderdiv img {
    display: none;
}

.mobile-toggle {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 30px;
    z-index: 99;
    color: #fff !important;
    font-size: 1.4em;
}

.fa-bars {
    color: #fff !important;
}

.drilldown .js-drilldown-back>a::before {
    display: none;
}

.js-drilldown-back .fa {
    color: var(--primary) !important;
    font-size: 1.2em !important;
}

:root {
    --secondary: #042e6f;
    --primary: #042e6f;
    --link: #042e6f;
    --h: #042e6f;
    --border: #c8c8c8;
    --cta1: #042e6f;
    --cta2: #042e6f;

}

body {
    font-family: 'Montserrat', arial, sans-serif;
    color: #666666;
    overflow-x: hidden;
    line-height: 1.6;
}

div {
    position: relative;
}

@media(max-width:768px) {
    body {
        font-size: 110%;
    }
}

.grid-container {
    max-width: 1084px;
}

@media(max-width:768px) {
    .grid-container.mobile-full {
        padding-left: 0;
        padding-right: 0;
    }
}



.off-canvas-wrapper {
    -webkit-overflow-scrolling: auto
}

.off-canvas {
    background-color: #fbfbfb;
}

.drilldown a {
    background-color: #fbfbfb;
    border-bottom: dotted 1px var(--border);
}

.position-right.is-transition-push {

    box-shadow: none;
}

header.header video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
}




i {
    font-size: 3em;
    color: gray;
}

a,
a:focus,
a:hover {
    color: var(--link);
}


hr {
    border: 0;
    height: 1px;
    background: var(--border);
    margin: 1.5em auto 1.5em;
    max-width: 1050px;
    display: block;
}


.header hr {
    margin: 0 auto 30px;
    background: #fff;
}

.home .excerpt-read-more {
    display: none;
}

.hometitle {
    color: #fff;
    text-transform: uppercase;
    border: none;
    display: block;
    font-family: 'Montserrat';
    font-size: 1.2rem;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 1);
    margin-bottom: 35px !important;
}

@media(min-width:769px) {
    .hometitle {
        font-size: 2.4rem;
        font-weight: 500;
        width: 80%;
        margin: auto;
    }
}

.readmore {
    color: var(--primary);
    font-weight: 800;
    font-size: .9em;
    display: block;
    margin: -10px 0 10px;
    padding-bottom: 10px;
}

.newstitle {
    color: var(--h);
    border-top: 1px solid var(--border);
    padding-top: 15px;
}

.newstitle a {
    color: var(--h);
}

.ndate {
    font-size: .9em;
    position: relative;
    top: -5px
}

@media(min-width:769px) {
    .cell.news {
        border-bottom: 1px solid var(--border);
    }
}


.news p {
    line-height: 1.4;
    font-size: 1em;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--h);
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}



@media(min-width:769px) {
    h1 {
        font-size: 1.6em;
        border-bottom: solid 1px var(--border);
        padding-bottom: 18px;
        margin-bottom: 30px;
    }

    h2 {
        font-size: 2.4em;
    }

    .newstitle {
        font-size: 1.3em;
        font-weight: 700;
        letter-spacing: -.03em;
    }
}

.footer h5 {
    color: #fff;
    font-size: 1.1em;
    margin-bottom: .35em;
}

@media(max-width:768px) {
    .footer h5 {
        margin-top: 40px;
    }
}

.utility {
    border-bottom: 2px solid var(--primary);
    margin-bottom: 20px;
    background-color: #042e6f;
    padding: 20px;
    z-index: 1;
}

.utility a {
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    font-weight: 700;

    text-transform: uppercase;
}

span.phone{font-weight: normal!important;}

.phone{color:#fff; font-size:1.4rem;}
.phone a {
    font-size: 1.4rem;
}

.phone.show-for-small-only {
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    display: block;
}

.utility .fa {
    font-size: 1.5rem !important;
    color: #fff;
}

footer .fa {
    font-size: 2rem !important;
    margin-right: 15px;
    color: #fff;
}

.show-for-medium .fa-envelope {
    font-size: 1.1em !important;
}



.branding {
    padding: 50px 20px 150px;
}




.tagline {
    color: #fff;
    font-weight: 700;
    font-size: 1.6em;
    letter-spacing: -1px;
    margin-top: 20px;
    display: inline-block;
}


.top-bar,
.top-bar ul {
    padding: 0;
    background-color: #f6f6f6;
}

.top-bar {
    border-bottom: 1px solid #d3d7d9;
}

header.header {
    background-color: var(--secondary);
    background: url(../images/bg.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
}

@media(min-width:769px) {
    .home header.header {
        margin-bottom: 0;
    }
}

.medium-horizontal.menu.dropdown {
    max-width: 1080px;
    margin: 0 auto 0;
    background-color: transparent;
    /*  border-bottom: solid 1px #fff; */
}



.dropdown.menu a {
    padding: 1.2em 2em 1.2em;
    /* margin: 0 10px; */
    color: #838383;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: -.018em;
    text-transform: uppercase;

}

.dropdown.menu .is-active>a {
    color: #042e6f;
    background-color: #f5f9fa;
    text-shadow: none;
}

.dropdown.menu a:hover {
    background-color: #b9bcbf;
    color: #fff;
}

.dropdown.menu .active>a {
    background-color: var(--primary);
    color: #fff;
    text-shadow: none;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: none;
    /* border-color: var(--primary) transparent transparent; */
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {}

.is-dropdown-submenu {
    min-width: 280px;
    background-color: #f5f9fa !important;
    border: none;
    -webkit-box-shadow: -1px 15px 13px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: -1px 15px 13px 0px rgba(0, 0, 0, 0.27);
    box-shadow: -1px 15px 13px 0px rgba(0, 0, 0, 0.27);
    z-index: 3;
}

.is-dropdown-submenu li {
    border-bottom: solid 1px #bfc3c5;
}

.is-dropdown-submenu a {
    margin: 0 !important;
    display: block !important;
    width: 100%;
    text-align: left;
    line-height: 1.4;
}


.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    border-color: transparent transparent transparent var(--primary);
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.is-active>a::after {
    border-color: transparent transparent transparent #fff;
}

.menu.accordion-menu>a {
    color: var(--primary) !important;
}

.menu.accordion-menu .active>a {
    background-color: var(--primary)
}

.menu.drilldown .active>a {
    background-color: var(--primary)
}

.accordion-menu .active.is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: #fff transparent transparent;
}

.drilldown .active.is-drilldown-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: transparent transparent transparent #fff;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: var(--primary) transparent transparent;
}

.drilldown .is-drilldown-submenu-parent>a::after {
    border-color: transparent transparent transparent var(--primary);
}

.drilldown .js-drilldown-back>a::before {
    border-color: transparent var(--primary) transparent transparent;
}

.is-drilldown {
    min-height: 100% !important;
}

.main {
    margin-top: 30px
}


.sliderdiv img {
    width: 100%;
    height: auto;
}

@media(max-width:768px) {
    .sliderdiv {
        margin-bottom: 20px;
    }
}

.ctas {
    margin-top: 40px;
}

.ctas a {
    color: #fff;
    padding: 20px;
    display: block;
    font-weight: 800;
    letter-spacing: -.03em;
    position: relative;
    margin-bottom: 30px;
    font-size: 1rem;
}

.ctas a::after {
    content: ' \f054';
    font-family: Fontawesome;
    font-size: 1rem;
    z-index: 0;
    font-weight: 400;
    position: relative;
    left: 2px;
    top: 1px;
}

@media(min-width:769px) {
    .ctas a {
        font-size: 1.2rem;
    }

    .ctas a::after {
        content: ' \f054';
        font-family: Fontawesome;
        font-size: 1.6rem;
        display: block;
        width: 50px;
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        bottom: 0;
        z-index: 1;
        padding: 14px 0 0;
        font-weight: 400;
    }

    .ctas span {
        max-width: 80%;
        display: inline-block;
    }
}






.ctas a:hover {
    opacity: .7
}

.cta1 {
    background-color: var(--cta1);
}

.cta2 {
    background-color: var(--cta2);
}

.cta3 {
    background-color: var(--cta3);
}

.cta4 {
    background-color: var(--cta4);
}

.cta5 {
    background-color: var(--cta5);
}

.cta6 {
    background-color: var(--cta6);
}

@media(min-width:769px) {
    .ctas .cell {
        /*  padding: 20px 0; */
    }
}

.refinery {
    margin: 40px 0 20px;
}

.refinery img {
    width: 100%;
    height: auto;
}

footer.footer {
    background-color: #042e6f;
    color: #fff;
    border-top: 4px solid var(--primary);
    margin-top: 0;
    padding: 50px 0 30px;
}


.footer-menu {
    padding: 0;
    margin: 0
}

@media(max-width:768px) {
    .footer-menu {
        margin-bottom: 40px;
    }
}

.footer-menu li {
    list-style-type: none;
}

.footer a {
    text-decoration: underline
}

.footer-menu li a {
    color: #fff
}

.contact {
    line-height: 1.6;
}

.contact a {

    color: #fff
}

.openingtimes,
address {
    font-style: normal;
    font-size: 1.05rem;
    margin-bottom: 30px;
}


.jw_easy_slider_name {
    display: none;
}

.easy-logo_image {
    height: auto !important;
}

.jcarousel-pagination {
    display: none;
}

.jcarousel-control-prev {
    right: 55px !important;
}

.jcarousel-control-next {
    right: 20px !important;
}

.jcarousel-wrapper {
    border: solid 1px var(--border) !important;
    box-shadow: 0 0 0 #fff !important;
    -moz-box-shadow: none !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding-top: 20px;
}

.footerlogo {
    max-width: 240px;
    height: auto;
    display: inline-block;
    margin-bottom: 30px;
}

.copyright {
    padding-top: 16px;
    border-top: solid 1px #fff;
    margin-top: 16px;
}

.copyright,
.copyright a {
    color: #fff0e7;
    font-size: 0.8125rem;
}



.credit a {
    color: #fff;
    text-decoration: none;
    font-size: .8rem;
    font-weight: bold;
}

.btt {
    display: block;
    background-color: #011f4a;
    padding: 14px;
}

.btt .fa {
    color: #fff;
    font-size: 1.4rem;
}


.hentry {
    border-bottom: 1px dotted var(--border);
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.home .hentry {
    border: none;
}

.logo-wrapper {
    padding: 20px 0 20px;
    border-top: solid 1px var(--border);
    border-bottom: solid 1px var(--border);
    max-width: 1024px;
    margin: auto;
    margin-bottom: 40px;
    display: block;
    text-align: center;
}

.logo-wrapper img {padding: 0 20px 0;}

@media(max-width:768px) {
    .logo-wrapper {
        display: block;
        justify-content: normal;
        margin: 20px
    }

    .logo-wrapper img {
        display: block;
        margin: auto
    }

}

.ewd-ufaq-post-margin-symbol span {
    font-size: 15px;
    position: relative;
    top: 12px;
    color: var(--secondary);
}

.pt,
.pt a {
    color: #fff !important;
    background-color: #00b7b7;
    display: inline-block;
    padding: 8px 12px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 3px;
}

.pt a {
    padding: 0;
}

.pt {
    margin-bottom: 20px;
}

@media(max-width:601px) {

    .pt,
    .pt a {
        font-size: 20px;
    }
}

.content-column.one_fourth,
.content-column.one_third {
    padding: 0 5px 10px 0;
}


.envirabox-navigation {
    position: relative;
    top: 50px;
    height: 25px
}

.envirabox-item.envirabox-close.envirabox-button--close {
    z-index: 9999 !important;
}