/**************************************************/
/*** LAYOUT & STRUCTURE ***************************/
/**************************************************/

html,
body {
    height: 100%;
    margin: 0;
}

body {
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.page-wrap {
    min-height: 100%;
    padding-bottom: 50px;
    margin-bottom: -440px;
    /* equal to footer height */
}

.site-footer,
.page-wrap:after {
    height: 440px;
}

.page-wrap:after {
    content: "";
    display: block;
}

.container {
    max-width: 1140px;
}

.header {
    background: url('../images/header-bg.png') repeat-y;
    background-size: auto;
    background-size: cover;
}

article {
    padding: 30px 0px;
}

.scrollup {
    text-align: center;
    display: block;
    padding: 11px 10px 20px;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    z-index: 1000;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}

/**************************************************/
/*** PAGE STYLING *********************************/
/**************************************************/


.header-nav {
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px -8px 15px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px -8px 15px -4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -8px 15px -4px rgba(0, 0, 0, 0.1);
}

ul.nav {
    margin: 0 auto;
    float: none;
    width: 852px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ul.nav li {
    margin-left: 20px;
}

ul.nav > li > a {
    padding: 30px 5px 31px;
    color: #fff;
}

ul.nav > li > a:hover {
    background: #1b688f;
    color: #fff;
    -webkit-box-shadow: inset 0px -8px 15px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px -8px 15px -4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -8px 15px -4px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

ul.nav li.first,
ul.nav li.dropdown ul li {
    margin-left: 0;
}

ul.dropdown-menu {
    box-shadow: none;
    border: none;
    background: #1b688f;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

.banner {
    padding-top: 12px;
}

.banner img {
    float: right;
}

.banner h2 {
    line-height: 7;
    font-weight: 600;
    font-size: 37px;
    color: #fff;
}

.main {
    background: white;
}

.side {
    padding-top: 15px;
    padding-right: 15px;
    border-right: solid 1px #ececec;
}

.site-footer {
    background: #2991b3;
    color: #fff;
}

.footer-info h3 {
    font-size: 25px;
    font-weight: 700;
}

.footer-info p {
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    margin: 0 0 10px;
}

.footer-info p a {
    color: #fff;
}

.footer-info .contact {
    display: inline;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin-left: 10px;
}

.footer-nav h3,
.footer-services h3 {
    font-size: 16px;
    font-weight: 700;
}

.footer-nav ul,
.footer-services ul {
    list-style: none;
    padding-left: 15px;
    font-size: 11px;
    line-height: 20px;
    padding-top: 8px;
}

.footer-nav ul li:before,
.footer-services ul li:before {
    content: '>';
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -15px;
    top: 0px;
    color: #fff;
    font-size: 11px;
}

.footer-nav li a,
.footer-services li a {
    color: #fff;
    text-decoration: none;
}

.footer-nav li a:hover,
.footer-services li a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-blog h3 {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
}

.footer-blog a {
    color: #fff;
}

.footer-blog p {
    font-size: 11px;
    line-height: 16px;
    margin: 0 0 10px;
    color: #fff;
}

.below-footer {
    background: linear-gradient(to right, #1e718d 0%, #207e9c 100%);
    padding-top: 22px;
    padding-bottom: 15px;
    margin-top: 20px;
}

.footer-bottom p {
    font-size: 11px;
    color: white;
    margin: 0 0 8px;
}

.footer-social img {
    float: left;
    margin-left: 30px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.footer-social img:hover {
    float: left;
    margin-left: 30px;
    opacity: 0.5;
}


/**************************************************/
/*** TYPE STYLING *********************************/
/**************************************************/

* {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

p,
li,
ol {
    font: 13px;
    line-height: 20px;
    color: #333;
}

a {
    color: #2490b3;
}

a:hover {
    color: #337990;
    text-decoration: underline;
}

h1 {
    display: none;
}

h2,
.tabContent h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    margin: 13px 0;
}

h3,
h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 30px 0 10px;
}

article ul {
    padding-left: 18px;
    margin-bottom: 15px;
}

article li {
    margin-bottom: 10px;
}


/**************************************************/
/*** TABLE STYLING ********************************/
/**************************************************/

article table {
    border: solid 1px #2490b3;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
}

article table td {
    border: solid 1px #2490b3;
}

article table tr:first-child th,
article table tr:first-child td {
    border: solid 1px #2490b3;
    background: #2490b3;
    color: white;
    padding: 10px 20px;
    margin: 0;
    text-align: center;
}

article table td {
    padding: 12px 20px 5px;
    font-size: 13px;
}

article table th p {
    margin: 0;
}

article table h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0px 0px;
}

/**************************************************/
/*** MENU STYLING *********************************/
/**************************************************/

nav ul {
    margin-top: 0;
    padding: 0;
}

nav ul li {
    display: block;
}

nav ul li:last-child,
nav ul {
    margin-bottom: 15px;
}

nav ul li a,
.slicknav_nav li a {
    display: block;
    padding: 0px 0px 12px;
    color: #2490b3;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
}

nav ul li a {
    position: relative;
    left: 0;
    -webkit-transition: left 0.5s, background 0.5s;
    transition: left 0.5s, background 0.5s;
}

nav ul li a:hover,
.slicknav_nav li a:hover {
    text-decoration: underline;
    color: #337990;
    cursor: pointer;
}

/**************************************************/
/*** MOBILE-MENU SPECIFIC STYLING *****************/
/**************************************************/

#mobile-menu {
    padding: 0;
    display: none;
    background: none;
    position: absolute;
    right: 40px;
    top: 15px;
    color: #fff;
    font-size: 22px;
    text-align: right;
    width: 70px;
    cursor: pointer;
    z-index: 500;
}

.slicknav_menu {
    color: white;
    text-align: left;
    width: 340px;
    position: absolute;
    right: -25px;
    background: #337990;
}

.slicknav_menu a {
    color: white;
}

.slicknav_nav {
    padding: 10px;
    margin-bottom: 0;
}

.slicknav_nav li {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.slicknav_nav li:last-child {
    margin-bottom: 0;
}

.slicknav_nav li a {
    padding: 10px 15px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    color: #FFF;
}

/**************************************************/
/*** HERO BANNER **********************************/
/**************************************************/

.hero {
    text-align: center;
    border-bottom: solid 1px #ececec;
    padding-top: 40px;
    padding-bottom: 30px;
    width: 100%;
    float: left;
    background: none !important;
}

.hero .title {
    font-family: times new roman, sans-serif;
    color: #6b6b6b;
    font-size: 26px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}


/**************************************************/
/*** TAB CONTROL **********************************/
/**************************************************/

.tabControl {
    margin-bottom: 25px;
}

.tabControl > div {
    background: #2490b3;
    border-bottom-color: rgba(255, 255, 255, 0.3);
    color: #FFF;
}

.tabControl > div:hover {
    cursor: pointer;
}

.tabControl > div.selected {
    background: #337990 !important;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.popup {
    background: white;
}

.popup h1 {
    color: #2490b3;
    font-size: 28px;
}

.featherlight-content {
    border-radius: 8px;
}

.featherlight .featherlight-close-icon {
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: bold;
}

/**************************************************/
/*** MEDIA QUERIES ********************************/
/**************************************************/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {

    /* custom breakpoint */


}

@media only screen and (max-width: 992px) {}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {


    .page-wrap {
        padding-bottom: 0;
        margin-bottom: 0;
        /* equal to footer height */
        padding-bottom: 10px;
    }

    .site-footer {
        height: auto;
    }

    .page-wrap:after {
        height: 0;
    }

    .banner-tel {
        display: none;
    }

    ul.nav {
        width: auto;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    #mobile-menu {
        display: block;
    }

    .header-nav {
        height: 52px;
    }

    .side {
        border-right: none;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {}
