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


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


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

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

.container {
    max-width: 980px;
}

.primary {
    color: #3C3674;
}

.secondary {
    color: #A7A9AC;
}

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

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

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

article {
    padding: 20px 0;
    /*
    margin: 0 -15px;
 box-shadow: 2px 8px 6px -6px #A7A9AC;
 background: #FFF;
*/
}

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


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

.site-footer {
    background: #FFF;
}

.copyright {
    background: #3C3674;
    color: #FFF;
    font-size: 11px;
    padding: 10px 0;
}

.site-footer a {
    color: #434343;
    text-decoration: none;
}

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

.top,
.main {
    background: white;
    box-shadow: 2px 8px 6px -6px #A7A9AC;
}

header {
    margin-bottom: 30px;
}

.logo {
    padding: 20px 10px 10px;
}

.phone {
    padding: 20px 15px 0px 0px;
    color: #3B3476;
    font-size: 20px;
    font-weight: 400;
}

.phone p {
    color: #3B3476;
    font-size: 20px;
    font-weight: 400;
    text-align: right;
    margin-bottom: 20px;
}

.side {
    padding: 0 0 20px 20px;
}


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


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


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

* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

p,
li,
ol {
    font-size: 12px;
    line-height: 20px;
    color: #434343;
    margin: 0 0 20px;
    font-weight: 400;
}

ul {
    list-style: outside none disc;
    margin: 0px 0px 20px 17px;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    color: #3C3674;
}

.thin {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h1 {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 300;
    margin: 20px 0 0;
    padding: 15px 10px;
    color: #FFF;
    background: #3C3674;
}

h2 {
    font-size: 18px;
    line-height: 140%;
    margin: 0 0 10px;
}

h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px;
}

h4 {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 10px;
}

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

article li {
    margin-bottom: 5px;
}


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


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


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

article table {
    background: #EBEBED;
    margin-top: 25px;
    margin-bottom: 25px;
}

article table th,
article table td {}

article table th {
    color: white;
    padding: 10px;
}

article table th * {
    margin: 0;
}

article table td {
    color: #434343;
    padding: 0 10px 10px;
}

article table td p {
    margin-bottom: 5px;
    font-style: italic;
}

article table th h3 {
    margin: 0;
}


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


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


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

nav ul {
    margin: 0;
    padding: 0 0 10px;
    background: #FFF;
    box-shadow: 2px 8px 6px -6px #A7A9AC;
}

nav ul li {
    display: block;
    margin-bottom: 0px;
}

nav ul li a,
.slicknav_nav li a {
    display: block;
    padding: 10px;
    background: #FFF;
    color: #434343;
    font-weight: 400;
    text-decoration: none;
}

nav ul li a {
    position: relative;
    left: 0;
}

nav ul li a:hover,
.slicknav_nav li a:hover {
    text-decoration: none;
    background: #3C3674;
    color: white;
}


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


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


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

#mobile-menu {
    padding: 8px 18px;
    display: none;
    background: #3C3674;
    color: white;
    font-size: 35px;
    text-align: center;
    width: 60px;
    cursor: pointer;
    z-index: 1500;
}

.slicknav_menu {
    color: white;
    text-align: left;
    width: 300px;
    position: absolute;
    left: 10px;
    z-index: 2000;
}

.slicknav_menu a {
    color: white;
}

.slicknav_nav {
    border: 1px solid #434343;
    border-radius: 4px;
    background: #FFF;
    padding: 0;
    margin-top: 5px;
    margin-left: 0;
}

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

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


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


/*** 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) {
    #mobile-menu {
        display: none;
    }
    .page-wrap {
        padding-bottom: 0;
        margin-bottom: -50px;
    }
    .page-wrap:after {
        height: 0;
        display: none;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    header {
        margin-bottom: 15px;
    }
    .phone {
        margin: 0 auto;
        padding: 20px 15px 0;
    }
    .phone p {
        text-align: center;
    }
    .logo {
        padding: 0 0 10px;
        margin: 0 auto;
        text-align: center;
    }
    .main {
        margin-top: 10px;
        padding-top: 5px;
    }
    article {
        padding: 0 0 5px;
    }
    .side {
        padding: 0;
        margin: 30px 0 0;
    }
    nav ul {
        padding: 0 10px;
    }
    .page-wrap {
        margin-bottom: 30px;
    }
    .site-footer {
        height: auto;
    }
    .site-footer p,
    .site-footer h3 {
        text-align: center;
    }
    h2 {
        font-size: 18px;
        margin: 20px 0 15px;
    }
    #mobile-menu {
        display: block;
        margin: 5px auto;
        /*        top: 285px;*/
        font-size: 28px;
    }
}


/* Custom, iPhone Retina */

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