/*
Theme Name: 	Thomas University 2018 WordPress Theme
Theme URI: 		https://www.penpublishing.com/
Description: 	Bootstrap 3.3.7 WordPress theme for Thomas University
Version: 		1.0
Author: 		Pen Publishing Interactive
Author URI: 	https://www.penpublishing.com/
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
*/

/* BASE
*********************************************************/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

a,
a:link {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    /* font-size: 18px; */
    color: #166936;
}

    a:hover,
    a:visited {
        color: #6ba437;
        text-decoration: none;
    }

h1 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 54px;
    color: #166936;
    line-height: 80%;
}

h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 32px;
    color: #4c4d4f;
}

h3 {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 30px;
    color: #166936;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #333;
}

img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

/* Drawer Functionality */

    .drawer-title {
        cursor: pointer;
    }

    .drawer-description {
        display: none;
    }

/* BOOTSTRAP OVERRIDES
*********************************************************/

.btn {
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 3px;
    border: none;
    margin-bottom: 1em;
}
 .top-header .btn.btn-default {
    padding-top: 11px !important;
    padding-bottom: 7px !important;
    border-radius: 3px !important;
    border: none !important;
    margin-bottom: 1em;
    font-size: 1em !important;
    line-height: 1.2em !important;
}

    .btn a {
        color: #fff;
        font-size: 16px;
		text-decoration:none;
    }

/* BUTTONS
*********************************************************/
.btn-lt-green {
    background-color: #6ba437 !important;
}
    .btn-lt-green:hover,
    .btn-lt-green:focus,
    .btn-lt-green:active {
        background-color: rgba(107,164,55,.75) !important;
    }
.btn-dk-green {
    background-color: #166936 !important;
}
    .btn-dk-green:hover,
    .btn-dk-green:focus,
    .btn-dk-green:active {
        background-color: rgba(22,105,54,.75) !important;
    }
.btn-orange {
    background-color: #ee7600 !important;
}
    .btn-orange:hover,
    .btn-orange:focus,
    .btn-orange:active {
        background-color: rgba(238,118,0,.75) !important;
    }
.btn-blue {
    background-color: #3B3E78 !important;
}
    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue:active {
        background-color: rgba(59,62,120,.75) !important;
    }
.btn-gold {
    background-color: #a98b06 !important;
}
    .btn-gold:hover,
    .btn-gold:focus,
    .btn-gold:active {
        background-color: rgba(169,139,6,.75) !important;
    }
.btn-dk-grey {
    background-color: #4c4d4f !important;
}
    .btn-dk-grey:hover,
    .btn-dk-grey:focus,
    .btn-dk-grey:active {
        background-color: rgba(76,77,79,.75) !important;
    }
.btn-brown {
    width: 245px;
    height: 42px;
    color: #fff;
    background-color: #a59677 !important;
}
    .btn-brown:hover,
    .btn-brown:focus,
    .btn-brown:active {
        background-color: rgba(165,150,119,.75) !important;
    }
    .btn-brown a {
        color: #fff !important;
    }

/* TOP HEADER
*********************************************************/

.top-header {
    /* display: none; */
    background: #d3ccbd;
}

    .top-header .container {
        text-align: center;
        padding: 10px 0;
    }

    .top-header .btn-default {
        width: auto;
        min-width:160px;
        height: 42px;
    }

        .top-header .btn-default,
        .top-header .btn-default a {
            color: #fff;
        }

    .top-header .text-left {
        float: left;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 16px;
        padding-top: 4px;
        padding-left: 15px;
    }

    .top-header .btn-brown {
        display: inline-block;
        vertical-align: middle;
        padding-top: 6px;
        padding-bottom: 6px;
        border-radius: 3px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        position: relative;
		margin-bottom:1em;
    }

        .top-header .btn-brown:hover,
        .top-header .btn-brown:focus,
        .top-header .btn-brown:active {
            background-color: #a59677;
        }

        .top-header .btn-brown button {
            float: right;
            height: 42px;
            background: #4c4d4f;
            border: none;
            position: absolute;
            top: 0;
            right: 0;
			
        }

            .top-header .btn-brown button .icon-bar {
                display: block;
                width: 22px;
                border: 1px solid #fff;
                border-radius: 2px;
                margin: 5px 2px;
            }

.quick-links-list {
    display: none;
    width: 245px;
    background: #4c4d4f;
    position: absolute;
    top: 41px;
    left: 0;
    z-index: 999;
	overflow:hidden;
}

    .quick-links-list ul {
        list-style: none;
        text-align: left;
        padding: 0;
        margin: 15px;
    }

        .quick-links-list ul li a {
            display: block;
            width: 100%;
            font-size: 16px;
            padding: 10px;
            border-bottom: 1px solid #c7c8ca;
        }

            .quick-links-list ul li a:hover,
            .quick-links-list ul li a:focus,
            .quick-links-list ul li a:active {
                color: #fff;
                background: #166936;
                text-decoration: none;
            }

/* HEADER
*********************************************************/

.header {
    background: #e0e1e2;
    border-bottom: 1px solid #c7c8ca;
}

    .header .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header .logo {
        float: left;
    }

        .header .logo img {
            max-width: 205px;
            width: 100%;
        }

    /* Search */

    .header .search {
        display: none;
        float: left;
    }

        .header .search .navbar-form {
            position: relative;
            padding-right: 0;
            padding-left: 0;
            margin: 35px 25px;
        }

        .header .search .form-group {
            width: 375px;
        }

            .header .search .form-group input::placeholder {
                color: #bed0c1;
            }

        .header .search input,
        .header .search select,
        .header .search textarea {
            color: #166936;
        }

        .header .search .form-group .form-control {
            max-width: 506px;
            width: 100%;
            height: 60px;
            font-size: 16px;
            font-weight: 400;
            border-radius: 3px;
        }

            .header .search .form-group .form-control:focus {
                border-color: #166936;
                -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(22,105,54,.6);
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(22,105,54,.6);
            }

        .header .search button {
            border: none;
            background: transparent;
            position: absolute;
            top: 1.1em;
            right: 1em;
        }

/* NAVIGATION
*********************************************************/

/* Chevron */

.chevron-down-main,
.chevron-down,
.chevron-right {
    border-style: solid;
    border-width: .15em .15em 0 0;
    content: '';
    display: inline-block;
    color: #c7c8ca;
    height: 0.45em;
    position: relative;
    top: .5em;
    vertical-align: top;
    width: 0.45em;
}

.chevron-right {
    transform: rotate(45deg);
}

.chevron-down-main,
.chevron-down {
    transform: rotate(135deg);
}

.chevron-down-main {
    display: none;
}

/* Chevron Location */

#menu-item-208 > .sub-toggle {
    top: 110px;
}

ul.slimmenu li .sub-toggle {
    position: absolute;
    top: 10px;
    z-index: 999;
    width: 50px;
    height: 37px;
    text-align: center;
    cursor: pointer
}

    ul.slimmenu li .sub-toggle:before {
        content: '';
        display: inline-block;
        vertical-align: middle
    }

ul.slimmenu > li .sub-toggle {
    left: 10px;
}

ul.sub-menu > li .sub-toggle {
    left: 0;
}

/* Base Navigation and Mobile Navigation */

.navigation-container {
    background-color: #fff;
	height: 0;
}

    .navigation-container .container {
        padding-top: 0;
        padding-bottom: 0;
    }

.primary-menu-container {
    position: relative;
}

ul.slimmenu:before, ul.slimmenu:after {
    content: '';
    display: table
}

ul.slimmenu:after {
    clear: both
}

ul.slimmenu li {
    position: relative;
    display: inline-block;
}

    ul.slimmenu li ul {
        margin: 0;
        list-style-type: none
    }

    ul.slimmenu li > ul {
        position: absolute;
        left: 0;
        top: 100%;
        padding-left: 20px;
        z-index: 999;
        display: none;
        width: 100%
    }

        ul.slimmenu li > ul > li ul {
            position: absolute;
            left: 105%;
            top: 0;
            z-index: 999;
            display: none;
            width: 100%
        }

    ul.slimmenu li a {
        display: block;
        padding: 12px 50px;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        transition: background-color 0.1s ease-out;
        -o-transition: background-color 0.1s ease-out;
        -moz-transition: background-color 0.1s ease-out;
        -webkit-transition: background-color 0.1s ease-out
    }

        ul.slimmenu li a:hover {
            text-decoration: none;
            background-color: #166936
        }

    ul.slimmenu li ul.submenu li a {
        padding-left: 75px;
    }

.menu-collapser {
    position: relative;
}

.collapse-button {
    position: absolute;
    right: 8px;
    top: -63px;
    cursor: pointer;
    width: 55px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 10px 8px;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1001;
}

    .collapse-button .icon-bar {
        display: block;
        width: 33px;
        height: 6px;
        border-radius: 3px;
        background: #fff;
        margin: 2px auto 8px;
    }

#mega-menu-wrap-primary .mega-menu-toggle .highlight .mega-toggle-block-1::after {
	border-color: #166936 !important;
	color: #166936 !important;
}

ul.slimmenu {
    position: absolute;
    top: -7em;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 1000;
}

    ul.slimmenu.collapsed li {
        position: relative;
        display: block;
        width: 100%;
        background: #4c4d4f;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    ul.slimmenu.collapsed > li {
        padding-right: 15px;
        padding-left: 15px;
    }

        ul.slimmenu.collapsed > li:first-child {
            padding-top: 100px;
        }

    ul.slimmenu > li:last-child {
        padding-bottom: 15px;
    }

    ul.slimmenu.collapsed li > ul {
        position: static;
        display: none
    }

    ul.slimmenu.collapsed li a {
        display: block;
        border-bottom: 1px solid #c7c8ca;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

/* BREADCRUMB
*********************************************************/

.breadcrumb-container {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.breadcrumb {
    font-size: 12px;
    color: #666;
    background-color: #fff;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

    .breadcrumb a {
        font-size: 12px;
        font-weight: 400;
        color: #666;
    }

        .breadcrumb a:hover,
        .breadcrumb a:focus {
            color: #6ba437;
        }

    .breadcrumb .separator {
        font-size: 12px;
        color: #166936;
    }

/* HOME SLIDER
*********************************************************/

.carousel-one,
.carousel-two,
.carousel-three {
    min-height: 175px;
}

.carousel-inner h1,
.carousel-inner p {
    color: #fff;
}

.carousel-inner p {
    font-size: 18px;
}

.carousel-indicators {
    display: none;
}

/* Mobile */

.carousel-inner .container {
    padding-top: 2em;
    padding-bottom: 3em;
}

.carousel-inner .btn-dk-green {
    border: 1px solid #fff;
}

/* Controls */

.carousel .carousel-control.left,
.carousel .carousel-control.right {
    background-image: none !important;
}

    .carousel .carousel-control.left img,
    .carousel .carousel-control.right img {
        position: absolute;
        top: 3.5em;
        max-width: 35px;
    }

    .carousel .carousel-control.left img {
        left: .5em;
    }

    .carousel .carousel-control.right img {
        right: .5em;
    }

/* HOME CONTENT
*********************************************************/

.home-content-boxes .row {
    padding-top: 50px;
    margin-bottom: -15px;
}

.home-content-boxes .col-xs-12 {
    margin-bottom: 25px;
}

.home-box-one,
.home-box-two,
.home-box-three,
.home-box-four {
    position: relative;
}

    .home-box-one,
    .home-box-two,
    .home-box-three,
    .home-box-four,
    .home-box-one img,
    .home-box-two img,
    .home-box-three img,
    .home-box-four img {
        width: 100%;
        max-width: 545px;
        margin: 0 auto;
    }

.home-box-text {
    width: 100%;
    background: rgba(0, 0, 0,.35);
    padding: 15px;
    position: absolute;
    bottom: 0;
}

    .home-box-text:hover,
    .home-box-text:focus,
    .home-box-text:active {
        background: rgba(0, 0, 0,.5);
    }

    .home-box-text h2,
    .chevron-right {
        color: #fff;
    }

    .home-box-text h2,
    .home-box-text h4 {
        float: left;
        margin-top: 0;
        margin-bottom: 0;
    }

    .home-box-text h4 {
        color: #fcce01;
        clear: left;
    }

    .home-box-text div {
        float: right;
        margin-top: -1.25em;
        margin-right: 0;
    }

        .home-box-text div .chevron-right {
            border-width: .25em .25em 0 0;
            width: .85em;
            height: .85em;
        }

/* MAIN CONTENT
*********************************************************/

.page-image img {
    width: 100%;
    max-width: 1170px;
    height: auto;
    margin: 25px auto;
}

.page-title {
    background-color: #a59677;
    font-size: 30px;
    color: #fff;
    padding: 15px;
    margin: 25px auto;
}

/* Tabs */

    ul.wpsm_nav-tabs li a span,
    .tab-content .tab-pane {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400;
    }

/* CONTACT BAR
*********************************************************/

.contact-bar-break,
.contact-bar-break-two {
    display: block;
}

.contact-bar {
    background: #e0e1e2;
}

    .contact-bar .container {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .contact-bar .tagline {
        float: left;
    }

        .contact-bar .tagline h3 {
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 0;
        }

            .contact-bar .tagline h3:nth-child(2) {
                font-size: 14px;
                color: #636466;
            }

    .contact-bar .contact-info {
        float: right;
        border-left: 1px solid #636466;
        padding-left: 7px;
    }

        .contact-bar .contact-info h4 {
            margin-top: 0;
            margin-bottom: 0;
            font-weight: 500;
        }

            .contact-bar .contact-info h4,
            .contact-bar .contact-info h4 a {
                font-size: 12px;
                color: #666;
                line-height: 1.5em;
            }

    .contact-bar h4 a:hover,
    .contact-bar h4 a:focus,
    .contact-bar h4 a:active {
        color: #6ba437;
        text-decoration: none;
    }

/* LEFT SIDEBAR
*********************************************************/

.left-sidebar {
    padding-top: 15px;
    padding-bottom: 15px;
}

.widgettitle {
    color: #166936;
    line-height: 80%;
    padding-bottom: 15px;
    margin-top: 0;
    border-bottom: 5px solid #166936;
}

/* Left Sidebar Menu */

ul.sidemenu li .sub-toggle {
    position: absolute;
    top: 10px;
    z-index: 999;
    width: 50px;
    height: 37px;
    text-align: center;
    cursor: pointer
}

    ul.sidemenu li .sub-toggle:before {
        content: '';
        display: inline-block;
        vertical-align: middle
    }

ul.sidemenu .sub-toggle .chevron-right,
ul.sidemenu .sub-toggle .chevron-down {
    color: #666;
}

ul.sidemenu > li .sub-toggle {
    left: 0;
}

ul.sidemenu:before, ul.slimmenu:after {
    content: '';
    display: table
}

ul.sidemenu:after {
    clear: both
}

ul.sidemenu li {
    position: relative;
    display: block;
}

    ul.sidemenu li ul {
        margin: 0;
        list-style-type: none
    }

    ul.sidemenu li > ul {
        position: relative;
        padding-left: 20px;
        z-index: 999;
        display: none;
        width: 100%
    }

        ul.sidemenu li > ul > li ul {
            position: relative;
            z-index: 999;
            display: none;
            width: 100%
        }

    ul.sidemenu li a {
        display: block;
        padding: 12px 50px;
        color: #1a1a1a;
        font-size: 16px;
        font-weight: 500;
        transition: background-color 0.1s ease-out;
        -o-transition: background-color 0.1s ease-out;
        -moz-transition: background-color 0.1s ease-out;
        -webkit-transition: background-color 0.1s ease-out
    }

        ul.sidemenu li a:hover {
            text-decoration: none;
            background-color: #e1edd7;
        }

    ul.sidemenu li ul.submenu li a {
        padding-left: 75px;
    }

.sidemenu .sub-menu li a {
    color: #166936;
}

.sidemenu .sub-menu li .sub-menu li a {
    color: #666;
}

ul.sidemenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 1000;
}

    ul.sidemenu.collapsed li {
        position: relative;
        display: block;
        width: 100%;
        background: #e0e1e2;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    ul.sidemenu.collapsed > li {
        padding-right: 15px;
        padding-left: 15px;
    }

    ul.sidemenu > li:last-child {
        padding-bottom: 5px;
    }

    ul.sidemenu.collapsed li > ul {
        position: static;
        display: none
    }

    ul.sidemenu.collapsed li a {
        display: block;
        border-bottom: 1px solid #c7c8ca;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

/* Triangle Right */

.triangle-right {
    font-size: 14px;
    color: #1a1a1a;
}

/* Mobile Sidebar Collapser Button */

#sidemenu-nav {
    display: none;
    position: relative;
    height: 65px;
    background: #4c4d4f;
}

    #sidemenu-nav p {
        font-size: 20px;
        color: #fff;
        margin-top: 18px;
        margin-left: 58px;
    }

.menu-collapser-sidebar {
    position: relative;
}

.collapse-button-sidebar {
    position: absolute;
    top: -52px;
    left: 0;
    cursor: pointer;
    width: 55px;
    height: 45px;
    border: none;
    border-radius: 6px;
    padding: 10px 8px;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 999;
}

    .collapse-button-sidebar .icon-bar {
        display: block;
        width: 28px;
        height: 4px;
        border-radius: 3px;
        background: #fff;
        margin: 2px auto 8px;
    }

/* FOOTER
*********************************************************/

.footer {
    background: #d3ccbd;
    padding-top: 45px;
    padding-bottom: 45px;
}

.footer-logo {
    text-align: center;
}

    .footer-logo img {
        max-width: 200px;
        width: 100%;
        margin: 35px auto 15px;
    }

.footer h3 {
    text-align: center;
}

.footer ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

    .footer ul li {
        padding: 1px 0;
    }

        .footer ul li a {
            font-size: 14px;
            font-weight: 400;
            color: #666;
        }

            .footer ul li a:hover,
            .footer ul li a:focus,
            .footer ul li a:active {
                color: #6ba437;
                text-decoration: none;
            }

.footer .row:nth-child(2) {
    border-bottom: 1px solid #666;
}

/* Social Icons */

.footer-four {
    padding-bottom: 45px;
}

    .footer-four li {
        max-width: 160px;
        text-align: left;
        margin: 0 auto;
    }

        .footer-four li a::before {
            content: "";
            float: left;
            width: 20px;
            height: 20px;
            background-position: bottom center;
            background-repeat: no-repeat;
            margin: 2px 4px 0 0;
        }

    .footer-four #menu-item-720 a::before {
        background-image: url('/wp-content/themes/thomasuniversitytheme/images/facebook-icon.png');
    }

    .footer-four #menu-item-721 a::before {
        background-image: url('/wp-content/themes/thomasuniversitytheme/images/twitter-icon.png');
    }

    .footer-four #menu-item-722 a::before {
        background-image: url('/wp-content/themes/thomasuniversitytheme/images/instagram-icon.png');
    }

    .footer-four #menu-item-723 a::before {
        background-image: url('/wp-content/themes/thomasuniversitytheme/images/youtube-icon.png');
    }

    .footer-four #menu-item-724 a::before {
        background-image: url('/wp-content/themes/thomasuniversitytheme/images/email-icon.png');
    }

/* Copyright Section */

.footer-bottom {
    padding-top: 45px;
}

    .footer-bottom p {
        font-weight: 400;
        text-align: center;
    }

        .footer-bottom p,
        .footer-bottom p a {
            font-size: 14px;
        }

/* MEDIA QUERIES
*********************************************************/

@media (min-width: 380px) {

    /* Header */

    .header .logo img {
        max-width: 300px;
		margin: 1.3em 0 1em 0;
    }

    /* Mobile Navigation */

	.mega-toggle-blocks-right {
		top: -7.5em;
	}
}

@media (min-width: 480px) {
    /* Main Navigation */

    ul.slimmenu {
        top: -8em;
    }

    /* Home Content */

    .home-box-text div {
        margin-right: 2em;
    }

    /* Contact Bar */

    .contact-bar-break-two {
        display: none;
    }

    .contact-bar .tagline h3 {
        font-size: 30px;
    }

        .contact-bar .tagline h3:nth-child(2) {
            font-size: 20px;
        }

    .contact-bar .contact-info h4,
    .contact-bar .contact-info h4 a {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    /* Top Header and Search */

    .top-header,
    .header .search {
        display: block;
    }

    /* Home Slider */

    .carousel-one,
    .carousel-two,
    .carousel-three {
        min-height: 500px;
    }

    .carousel-inner .container {
        padding-top: 4em;
        padding-bottom: 0;
    }

    .carousel-inner .btn-dk-green {
        border: none;
    }

    .carousel .carousel-control.left img,
    .carousel .carousel-control.right img {
        top: 11em;
        max-width: 55px;
    }

    /* Home Content */

    .home-box-one,
    .home-box-three {
        margin-left: 0;
        margin-right: auto;
    }

    .home-box-two,
    .home-box-four {
        margin-left: auto;
        margin-right: 0;
    }

    /* Page Image */

    .page-image img {
        margin-bottom: 50px;
    }

    /* Tabs */

    ul.wpsm_nav-tabs li {
        min-width: 20%;
    }

    /* Contact Bar */

    .contact-bar-break {
        display: none;
    }

    .contact-bar .tagline h3 {
        margin-top: 10px;
    }

        .contact-bar .tagline h3:nth-child(2) {
            margin-top: 5px;
        }

    /* Footer */

    .footer h3,
    .footer ul {
        text-align: left;
    }
}

@media (min-width: 992px) {

    /* Top Header */

    .top-header .container {
        text-align: right;
        padding-right: 15px;
        padding-left: 15px;
    }

    .top-header .btn-default {
        margin-left: 10px;
    }

        .top-header .btn-default:first-child {
            margin-left: 0;
        }

    .quick-links-list {
        z-index: 1002;
    }

    /* Search */

    .header .search {
        float: right;
    }

        .header .search .navbar-form {
            margin-right: 0;
            margin-left: 0;
        }

        .header .search .form-group {
            width: 506px;
        }

    /* Main Navigation */

	.navigation-container {
		height: 96px !important;
        border-top: 1px solid #c7c8ca;
	}

	.mega-menu-item-208 {
		padding-top: 0 !important;
	}	

	ul#mega-menu-primary {
		position: relative !important;
		top: 0 !important;
	}

    ul.slimmenu {
        position: relative;
        top: 0;
        text-align: center;
    }

        ul.slimmenu li a {
            display: block;
            padding: 12px 28px;
            color: #166936;
            font-size: 16px;
            font-weight: 400;
        }

            ul.slimmenu li a:hover,
            ul.slimmenu li a:active,
            ul.slimmenu li a:focus {
                color: #fff;
            }

        ul.slimmenu > li:last-child {
            padding-bottom: 0;
        }

        ul.slimmenu li > ul {
            width: 290px !important;
            background: #4c4d4f;
            text-align: left;
            padding-left: 0;
        }

            ul.slimmenu li > ul li {
                width: 275px;
                padding-left: 15px;
            }

                ul.slimmenu li > ul li a {
                    color: #fff;
                    border-bottom: 1px solid #c7c8ca;
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

                ul.slimmenu li > ul li:last-child a {
                    border-bottom: none;
                }

    /* Chevron Location */
    .chevron-down-main {
        display: block;
    }

    ul.slimmenu > li .sub-toggle,
    #menu-item-208 > .sub-toggle {
        top: -11px;
        right: -30px;
        left: inherit;
    }

        ul.slimmenu > li .sub-toggle .chevron-right,
        ul.slimmenu li > ul.sub-menu li .sub-toggle .chevron-down-main {
            display: none;
        }

    ul.slimmenu li > ul.sub-menu li .sub-toggle {
        left: 20px;
    }

        ul.slimmenu li > ul.sub-menu li .sub-toggle .chevron-right {
            display: block;
        }

    /* Breadcrumb */

    .breadcrumb-container {
        display: block;
    }

    /* Page Image */

    .page-image img {
        margin-top: 0;
    }

    /* Page Title */

    .page-title {
        margin-top: 0;
    }

    /* Left Sidebar */

    .left-sidebar {
        padding-top: 0;
        padding-bottom: 0;
    }

    #sidemenu-nav {
        display: none !important;
    }

    ul.sidemenu {
        position: relative;
        z-index: 999;
    }

        ul.sidemenu li a {
            padding: 8px 35px;
        }

        ul.sidemenu li .sub-toggle {
            width: 30px;
            height: 30px;
            top: 6px;
            left: 0;
        }

    /* Footer */

    .footer-logo img {
        margin: 70px auto;
    }

    .footer-one h3,
    .footer-one ul,
    .footer-two h3,
    .footer-two ul {
        text-align: right;
    }

    .footer-one ul,
    .footer-two ul {
        border-right: 1px solid #666;
        padding-right: 10px;
    }

    .footer-three ul,
    .footer-four ul {
        border-left: 1px solid #666;
        padding-left: 10px;
    }

    .footer-four li:nth-child(2) a,
    .footer-four li:nth-child(3) a {
        font-size: 12px;
    }

    .footer-four li:nth-child(4) a,
    .footer-four li:nth-child(5) a {
        font-size: 10px;
    }
}

@media (min-width: 1200px) {
    /* Main Navigation */

	.navigation-container {
		height: 48px !important;
	}	

	/* Breadcrumb */

    .breadcrumb {
        padding-left: 30px;
    }

    /* Footer */

    .footer-four li:nth-child(2) a,
    .footer-four li:nth-child(3) a,
    .footer-four li:nth-child(4) a,
    .footer-four li:nth-child(5) a {
        font-size: 14px;
    }
}

/* ADJUST THE TOP-HEADER BUTTONS */
@media (max-width: 991px) {
	.top-header .btn-default {
		width: auto;
		height: 37px;
	}
	.top-header .text-left {
		font-size: 14px;
		padding-top: 4px;
		padding-left: 15px;
		width: 155px;
	}
	.top-header .btn a {
		font-size: 14px;
	}
	.top-header .btn-brown button {
		height: 37px;
	}
}

/* NINJA FORMS TWEAKS */
.list-checkbox-wrap .nf-field-element li, .list-radio-wrap .nf-field-element li {
display:inline-block !important;
}
.list-checkbox-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
margin-right: 15px;
}
.sectionhead {
background-color: #a59677;
color: #ffffff;
padding: 10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
margin:0 auto;
}
.sectionsubhead {
color: #a59677;
border-bottom: 1px solid #a59677;
padding: 0 0 10px 0;
font-size: 1.2em;
margin: 0 auto;
font-weight: bold;
}
.nf-breadcrumbs {
border-bottom:1px solid #d3ccbd;
}
.nf-breadcrumbs li a {
display: inline-block;
font-size: 14px !important;
margin-right: 5px !important;
margin-bottom: 0px !important;
text-decoration: none !important;
background-color: #fdf2d7;
padding: 5px 15px 5px 15px;
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
border: 1px solid #d3ccbd;
border-bottom: 0;
}
.nf-next-previous input.nf-next,.nf-next-previous input.nf-previous {
background-color: #a59677;
color: #ffffff;
margin: 0 auto;
padding: 5px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border-width: 0;
}
.nf-progress {
    background-color: #166936 !important;
}