/**************************************************/


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


/**************************************************/

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

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

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

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

.container {
    max-width: 1170px;
}

.bar {
    background-color: #ecf0f1;
    height: 22px;
}

article {
    padding: 0;
}

.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 *********************************/


/**************************************************/

.company_header_logo,
.contacts,
.site-nav {
    display: inline;
}

.logo {
    width: 202px;
    height: 94px;
    margin-top: 36px;
    margin-bottom: 62px;
    margin-left: 25px;
    margin-right: 35px;
}

#social_icons {
    width: 460px;
    float: right;
    margin-top: 35px;
}

.social_icon {
    border: 2px solid #C5C6C6;
    border-radius: 50px;
    display: inline-block;
    height: 40px;
    width: 40px;
    float: right;
    margin-left: 20px;
}

.social_icon img {
    display: block;
    padding: 0;
    margin: 5px;
}

.icon {
    margin: 0;
    float: left;
    padding: 5px;
    max-width: 26px;
    height: 26px;
    line-height: 26px;
}

.contact_number {
    border-radius: 9px;
    color: #C5C6C6;
    display: inline-block;
    font-size: 14.4;
    height: 40px;
    line-height: 40px;
    position: relative;
    float: right;
    margin-left: 10px;
}

.site-nav {
    margin-top: 45px;
    margin-bottom: 20px;
    position: absolute;
    top: 92px;
    float: right;
}

.site-nav ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.site-nav ul li {
    margin: 0px;
    list-style: outside none none;
    display: inline;
    margin: 0 14.8px;
    padding-bottom: 10px;
}

.site-nav ul li a {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    font-weight: 700;
    padding: 0;
    color: #a3c9eb;
}

.site-nav ul li a:hover {
    color: #9579b4;
    text-decoration: none;
}

.main {
    background: white;
}

.side {
    margin-bottom: 10px;
}

.site-footer {
    background: #706f6f;
    color: #999;
    padding-top: 20px;
}

.site-footer,
.site-footer p {
    font-size: 12px;
    line-height: 19px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #C7C7C7;
}

.site-footer a {
    color: white;
}

.site-footer a:hover {
    color: white;
    text-decoration: underline;
}

.site-footer p.address {
    font-size: 13px;
    color: #FFF;
}

.site-footer hr {
    background-color: #898989 !important;
    border: medium none;
    color: #898989 !important;
    height: 1px;
    margin-top: 20px;
}

.pull-right {
    float: right !important;
}

#copyright {
    font-size: 13px;
    line-height: 21px;
    color: white;
}

.foot-nav {
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
}

.foot-nav ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0;
}

.foot-nav ul li {
    margin: 0px;
    list-style: outside none none;
    display: inline;
    padding: 0 16px 4px;
    border-right: solid 1px #555;
}

.foot-nav ul li:last-child {
    border-right: none;
}

.foot-nav ul li a {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    font-weight: 700;
    padding: 0;
    color: #FFF;
}

.foot-nav ul li a:hover {
    color: #C7C7C7;
    text-decoration: none;
}


/**************************************************/


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


/**************************************************/

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

p,
li,
ol {
    font-size: 14px;
    line-height: 23px;
}

a {
    color: #9579b4;
}

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

article a {
    font-weight: bold;
}

h2,
.tabContent h1 {
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    margin: 10px 0 0px;
}

h3,
h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 0px 0 10px;
}

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

article li {
    margin-bottom: 10px;
}


/**************************************************/


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


/**************************************************/

article table {
    border: solid 1px #e1e1e1;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    background-color: #ecf7fc;
}

article table th,
article table td {
    border: solid 1px #e1e1e1;
}

article table th {
    background: #a3c9eb;
    color: #a3c9eb;
    padding: 10px 20px;
}

article table h3 {
    color: white;
}

article table th * {
    margin: 0;
    color: white;
}

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

article table th p {
    margin: 0;
}


/**************************************************/


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


/**************************************************/

nav ul {
    margin-top: 0;
    padding: 0 0 20px;
    background-color: #eeeeef;
}

nav ul li {
    display: block;
}

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

nav ul li a {
    display: block;
    font-size: 13px;
    line-height: 16px;
    padding: 10px 18px 5px;
    color: #a3c9eb;
    font-weight: 700;
    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 {
    text-decoration: none;
    color: #9579b4;
    cursor: pointer;
}


/**************************************************/


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


/**************************************************/

#mobile-menu {
    z-index: 500;
    padding: 12px 18px;
    display: none;
    background: #87CBEE;
    position: absolute;
    top: 190px;
    right: 15px;
    left: 15px;
    color: white !important;
    font-size: 20px;
    font-weight: 100;
    text-align: right;
    cursor: pointer;
}

.fa-bars {
    color: white;
    font-weight: 100 !important;
}

.slicknav_menu {
    color: white;
    text-align: left;
    width: 345px;
    position: absolute;
    right: 0px;
    background: #87CBEE;
}

.slicknav_menu a {
    color: white;
}

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

.slicknav_nav li {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.slicknav_nav li:last-child {
    border-bottom: none;
}

.slicknav_nav li a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500 !important;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}


/**************************************************/


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


/**************************************************/

.hero {
    background-color: #a3c9eb !important;
    position: relative;
    /*    z-index: 100;*/
    padding-top: 28px;
    padding-bottom: 28px;
    margin-bottom: 56px;
    background-image: none !important;
}

.hero h1 {
    color: #ffffff;
    font-size: 32px;
    line-height: 51px;
    font-weight: 600;
    float: left;
    width: 100%;
    margin: 0;
}

.hero:after {
    content: "";
    position: absolute;
    background-image: url("../images/shadow-1.png");
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    bottom: -70px;
    height: 70px;
}


/**************************************************/


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


/**************************************************/

.tabControl {
    margin-bottom: 25px;
}

.tabControl > div {
    background: #eeeeef;
    border-bottom-color: rgba(255, 255, 255, 0.3);
    color: #a3c9eb;
    font-weight: 700;
}

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

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

.popup {
    background: white;
}

.popup h1 {
    color: #a3c9eb;
    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) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
    /* custom breakpoint */
    #mobile-menu {
        display: none;
    }
    .slicknav_menu {}
}

@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;
    }
    .logo {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .site-nav {
        position: inherit;
        float: left;
        z-index: 500;
        top: 150px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .site-nav ul {
        padding-left: 10px;
    }
    .hero {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    #mobile-menu {
        display: block;
    }
    .hero {
        padding-top: 8px;
        padding-bottom: 10px;
    }
    .hero h1 {
        line-height: 38px;
    }
    .logo {
        width: 276px;
        height: 128px;
        margin-top: 10px;
        margin-bottom: 100px;
        margin-left: 35px;
        margin-right: 35px;
    }
    .foot-nav ul li {
        display: inherit;
        margin-bottom: 10px;
    }
    .foot-nav ul li:last-child {
        border-right: solid 1px #555;
    }
}


/* Custom, iPhone Retina */

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