html {
    background-color: #3b3b3b;
    color: #000;
    font-size: 100%
}

body {
    font-family: acumin-pro,"Franklin Gothic",sans-serif;
}

@media (min-width: 768px) {
    body {
        font-size: 1em;
        line-height: 1.5em
    }
}

@media (max-width: 767px) {
    body {
        font-size: 1.125em;
        line-height: 1.33333em
    }
}

h1 {
    padding-top: 0;
    padding-bottom: 0.25em;
    font-family: acumin-pro,"Franklin Gothic",sans-serif;
    /*font-family: 'United Sans',"Franklin Gothic",sans-serif;*/
    font-weight: bold;
    color: #000;
    font-size: 2.3125rem;
    line-height: 1.1em
}

h2 {
    padding-top: 1em;
    padding-bottom: 0.15em;
    font-family: acumin-pro-condensed,"Franklin Gothic",sans-serif;
    color:#8e6f3e;
    font-size: 2em;
    font-weight:600;
    line-height: 1.2em
}

h3 {
    padding-top: 1em;
    font-family: acumin-pro-condensed,"Franklin Gothic",sans-serif;
    color:#000;
    font-size:1.5625rem;
    font-weight:600;
    line-height: 1.2em
}

h4 {
    padding-top: 1em;
    font-family: acumin-pro-condensed,"Franklin Gothic",sans-serif;
    font-size:1.1875rem;
    color:#555960;
    font-weight:500;
    text-transform:uppercase;
}

h5 {
    padding-top: 1.5em;
    font-family: acumin-pro,"Franklin Gothic",sans-serif;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.2em;
    color:#8e6f3e;
}

h6 {
    padding-top: 2em;
    font-family: acumin-pro-condensed,"Franklin Gothic",sans-serif;
    font-weight: 700;
    font-size: 1.1875rem;
    color:#000;
    line-height: 1.2em;
    text-transform: uppercase
}

    h1 a:link,
    h2 a:link,
    h3 a:link,
    h4 a:link,
    h5 a:link,
    h6 a:link {
        color: inherit;
        font-weight: inherit
    }

    h1 a:visited,
    h2 a:visited,
    h3 a:visited,
    h4 a:visited,
    h5 a:visited,
    h6 a:visited {
        color: inherit;
        font-weight: inherit
    }

    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
        color: inherit;
        font-weight: inherit
    }

    h1 a:active,
    h2 a:active,
    h3 a:active,
    h4 a:active,
    h5 a:active,
    h6 a:active {
        color: inherit;
        font-weight: inherit
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0
}

    h1 + h3 {
        padding-top: 0
    }

    h3 + h6,
    h4 + h6 {
        padding-top: 1em
    }

    h4 + h5,
    h5 + h6 {
        padding-top: 0.75em
    }

    h2 + h6,
    h3 + h5,
    h3 + h4 {
        padding-top: 0.5em
    }

    h1 + h4,
    h1 + h5,
    h1 + h6,
    h2 + h3,
    h2 + h4,
    h2 + h5 {
        padding-top: 0.25em
    }

    h1 + h2 {
        padding-top: 0.15em
    }

p {
    margin: 0 !important;
    padding: 7.5px 0
}

small {
    font-size: 0.75em;
    line-height: 1em
}

big {
    font-size: 1.25em;
    line-height: 1em
}

.sidecontent h4, .events h4, .contact h4, .sidecontent .news h4 {
    font-family:'archivoNarrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
    color: #fff;
    background-color: #6F727B;
    margin: 0px;
    padding: 10px;
    text-align:center;
    line-height: 1.5;
}

a:link {
    color: #000;
    font-weight: 700;
    text-decoration: underline
}

a:visited {
    color: #000;
    font-weight: 700;
    text-decoration: underline
}

a:hover {
    color: #000;
    font-weight: 700;
    text-decoration: none
}

a:active {
    color: #000;
    font-weight: 700;
    text-decoration: underline
}

ul,
ol {
    padding: 10px 0 10px 35px
}

ul {
    list-style-type: disc
}

    ul ul {
        padding-top: 0;
        padding-bottom: 0;
        list-style-type: circle
    }

        ul ul ul {
            list-style-type: square
        }

strong,
b {
    font-weight: 700
}

i,
em {
    font-style: italic
}

u {
    text-decoration: underline
}

img {
    max-height: 100%;
    max-width: 100%;
    margin:0 0.5rem;
}

p.caption {
    font-size: .675rem;
    line-height: 1.35;
    font-style: italic;
}

.button, .btn, a.btn.btn-default {
    line-height: 1.5;
    max-width: 100%;
    margin-top: .9375rem;
    margin-bottom: .9375rem;
    border: none;
    border-radius: 0;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: -2px;
    /*padding: .51816rem 2px;*/
    -webkit-transition: background-color, outline-color, outline-style, color 0.1s;
    transition: background-color, outline-color, outline-style, color 0.1s;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-size: .93269rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-align: center;
    text-transform: uppercase;
    outline-color: #000;
    background-color: #000;
    color: #fff;
    text-decoration:none !important;
}

.button:hover, .btn:hover, a.btn-default:hover {
    outline-style: solid;
    outline-width: 2px;
    outline-offset: -2px;
    color: #000;
    background-color: #fff;
    transition: .1s ease-in-out;
}

.button.agedGold:link, .button.agedGold:visited,
.btn.agedGold:link, .btn.agedGold:visited
{
    outline-color: #8e6f3e;
    background-color: #8e6f3e;
    color: #fff;
}

.button.agedGold:active, .button.agedGold:hover,
.btn.agedGold:active, .btn.agedGold:hover
{
    outline-color: #8e6f3e;
    background-color: #fff;
    color: #8e6f3e;
}



.right {
    float: right
}

.left {
    float: left
}

.transition {
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -ms-transition-duration: .3s
}

.nav-skipto {
    position: absolute;
    bottom: 100%;
    display: inline-block;
    padding: 10px 20px;
    z-index: 2;
    background-color: #000;
    border: solid 1px #c28e0e
}

    .nav-skipto:link,
    .nav-skipto:visited,
    .nav-skipto:hover,
    .nav-skipto:active {
        color: #fff
    }

    .nav-skipto:focus {
        bottom: initial;
        top: 0
    }

.goldbar {
    min-height: 0 !important;
    margin: 0;
    padding: 3px 0;
    border-radius: 0;
    border: none;
    background-color: #CFB991;
    color: #000;
    box-shadow: 0px 2px 10px #1e1e1e
}

    .goldbar a:link {
        background-color: transparent !important;
        color: #000 !important;
        font-weight: 400;
        text-decoration: none
    }

    .goldbar a:visited {
        background-color: transparent !important;
        color: #000 !important;
        font-weight: 400;
        text-decoration: none
    }

    .goldbar a:hover {
        background-color: transparent !important;
        color: #000 !important;
        font-weight: 400;
        text-decoration: underline !important
    }

    .goldbar a:active {
        background-color: transparent !important;
        color: #000 !important;
        font-weight: 400;
        text-decoration: none
    }

    .goldbar a:focus {
        outline: dotted 1px #000
    }

    .goldbar button {
        border: none
    }

        .goldbar button:hover,
        .goldbar button:focus {
            background-color: transparent !important;
            border: none
        }

    .goldbar .navbar-header button.navbar-toggle {
        padding: 2px 15px;
        font-size: 1em
    }

        .goldbar .navbar-header button.navbar-toggle .icon-bar {
            float: left;
            clear: left;
            margin-right: 10px;
            background-color: #000
        }

        .goldbar .navbar-header button.navbar-toggle > .icon-bar:first-child {
            margin-top: 3px
        }

        .goldbar .navbar-header button.navbar-toggle:hover {
            color: #000
        }

            .goldbar .navbar-header button.navbar-toggle:hover .icon-bar {
                background-color: #000
            }

    .goldbar button.navbar-toggle {
        position: relative;
        overflow: hidden
    }

        .goldbar button.navbar-toggle::after {
            display: block;
            content: "search";
            position: absolute;
            top: 100%;
            width: 0;
            height: 0
        }

    .goldbar #search {
        border: none
    }

        .goldbar #search > ul {
            padding-top: 0;
            padding-bottom: 0
        }

        .goldbar #search .dropdown {
            padding-right: 16px
        }

        .goldbar #search a.dropdown-toggle {
            position: relative;
            overflow: hidden;
            padding: 4px 4px 4px 0 !important
        }

            .goldbar #search a.dropdown-toggle::after {
                display: block;
                content: "search";
                position: absolute;
                top: 100%;
                width: 0;
                height: 0
            }

        .goldbar #search .open a.dropdown-toggle {
            color: #000 !important
        }

        .goldbar #search .dropdown-menu {
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            background-color: #c28e0e;
            padding: 5px
        }

            .goldbar #search .dropdown-menu .form-group {
                margin: 0
            }

                .goldbar #search .dropdown-menu .form-group #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box {
                    margin: 0
                }

                    .goldbar #search .dropdown-menu .form-group #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input {
                        padding: 0
                    }

                        .goldbar #search .dropdown-menu .form-group #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input input.gsc-input {
                            width: 200px;
                            padding: 3px 6px;
                            color: #000;
                            font-size: 1.23077em
                        }

                    .goldbar #search .dropdown-menu .form-group #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-search-button {
                        display: none
                    }

                    .goldbar #search .dropdown-menu .form-group #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-clear-button {
                        display: none
                    }

                .goldbar #search .dropdown-menu .form-group #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-branding {
                    display: none
                }

@media (max-width: 767px) {
    .right, .left {
        float:none;
    }
    .goldbar #search {
        width: 100%;
        max-height: none;
        margin: 0
    }

        .goldbar #search .nav {
            margin: 0 -15px
        }

            .goldbar #search .nav .dropdown {
                position: static
            }

            .goldbar #search .nav .dropdown-toggle {
                display: none
            }

            .goldbar #search .nav .dropdown-menu {
                position: static;
                display: block;
                width: 100%;
                box-shadow: none;
                border: none;
                padding: 0 0 15px
            }

                .goldbar #search .nav .dropdown-menu .form-group {
                    margin: 0
                }

                    .goldbar #search .nav .dropdown-menu .form-group #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input {
                        width: 100%
                    }

                        .goldbar #search .nav .dropdown-menu .form-group #cse-search-form .gsc-control-searchbox-only form.gsc-search-box table.gsc-search-box .gsc-input input.gsc-input {
                            width: 100%;
                            font-size: 1.45455em
                        }
}

@media (min-width: 768px) {
    .goldbar .quickLinkLabel {
        display: none
    }
}

@media (max-width: 767px) {
    .goldbar .quickLinkLabel {
        display: block;
        float: left
    }
}

.goldbar .gold {
    padding-left: 0px;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .goldbar .gold > ul {
        padding-top: 0;
        padding-bottom: 0
    }

    .goldbar .gold .open a.dropdown-toggle {
        color: #000 !important
    }

    .goldbar .gold .dropdown-menu {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #CFB991;
        font-size: 1.09091em;
        text-transform: none
    }

        .goldbar .gold .dropdown-menu a {
            padding: 3px 15px
        }

@media (min-width: 768px) {
    .goldbar .gold {
        left: -20px
    }
}

@media (min-width: 768px) {
    .goldbar {
        font-size: .875em
    }

        .goldbar .gold .navbar-nav > li > a {
            padding: 4px 20px 4px 0 !important
        }

        .goldbar .gold .navbar-nav.information .dropdown-toggle {
            padding-right: 0 !important
        }
}

@media (max-width: 767px) {
    .goldbar {
        font-size: .88889em
    }

        .goldbar .gold {
            position: static;
            clear: both;
            font-size: .875em;
            max-height: none;
            overflow: hidden;
            text-transform: none;
            padding: 0 0 15px;
            border: none
        }

            .goldbar .gold .navbar-nav {
                font-size: 1em;
                margin: 0;
                padding: 0 15px;
                float: left;
                width: 50%
            }

                .goldbar .gold .navbar-nav .dropdown {
                    float: left;
                    width: 100%
                }

                    .goldbar .gold .navbar-nav .dropdown .dropdown-toggle {
                        display: none
                    }

                    .goldbar .gold .navbar-nav .dropdown .dropdown-menu {
                        display: block;
                        position: static;
                        width: 100%;
                        box-shadow: none;
                        padding: 0;
                        font-size: 1em
                    }

                .goldbar .gold .navbar-nav .hide {
                    font-size: 1.14286em;
                    display: block !important;
                    color: #000
                }

                .goldbar .gold .navbar-nav a {
                    line-height: 1.42857em;
                    white-space: normal;
                    padding: 5px 0
                }
}

.top {
    width: 100%;
    background-color: #000;
    background-repeat: repeat;
}

    .top .logo {
        padding: 30px 15px
    }

        .top .logo a {
            display: block
        }

            .top .logo a img {
                width: 100%
            }

            .top .logo a:link,
            .top .logo a:visited,
            .top .logo a:hover,
            .top .logo a:active {
                color: #fff
            }

@media (min-width: 768px) {
    .top .logo a {
        width: 100%
    }
}

@media (max-width: 767px) {
    .top .logo a {
        margin: 0 auto;
        width: 50%
    }
}

.top .department {
    color: #fff;
    font-family: acumin-pro-condensed,"Franklin Gothic",sans-serif;
    letter-spacing: 1px
}

    .top .department > a {
        display: inline-block;
        padding: 2px 10px;
        line-height: 1.2em
    }

@media (min-width: 768px) {
    .top .department > a {
        border-left: solid 1px #C4BFC0;
    }
}

@media (max-width: 767px) {
    .top .department > a {
        border: none
    }
}

.top .department > a:link {
    color: inherit;
    text-decoration: none;
    font-weight:700;
}

.top .department > a:visited {
    color: inherit;
    text-decoration: none
}

.top .department > a:hover {
    color: inherit;
    text-decoration: none
}

.top .department > a:active {
    color: inherit;
    text-decoration: none
}

.top .department .tagline {
    font-family:acumin-pro-semi-condensed,"Franklin Gothic",sans-serif;
    display: block;
    clear: left;
    color: inherit;
    font-size: .52em;
    line-height: 1.3em;
    text-transform: uppercase;
}

    .top .department .tagline a:link {
        color: inherit;
        font-weight: 400;
        text-decoration: none
    }

    .top .department .tagline a:visited {
        color: inherit;
        font-weight: 400;
        text-decoration: none
    }

    .top .department .tagline a:hover {
        color: inherit;
        font-weight: 400;
        text-decoration: none
    }

    .top .department .tagline a:active {
        color: inherit;
        font-weight: 400;
        text-decoration: none
    }

@media (min-width: 768px) {
    .top .department .tagline {
        padding: 0 10px 2px;
        border-left: solid 1px #C4BFC0;
    }
}

@media (max-width: 767px) {
    .top .department .tagline {
        padding: 10px 0 0;
        border: none
    }
}

@media (min-width: 992px) {
    .top .department {
        padding: 28px 15px;
        font-size: 1.5625em;
        font-weight: 100
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top .department {
        padding: 30px 15px 15px;
        font-size: 1.25em;
        font-weight: 100
    }
}

@media (max-width: 767px) {
    .top .department {
        padding: 0 15px 30px;
        font-size: 1.33333em;
        font-weight: 400;
        text-align: center
    }
}

.blackbar {
    min-height: initial;
    margin-bottom: 0;
    border-radius: 0px;
   /*background-color: #000;*/
   background-color:#fff;
   font-family: acumin-pro-semi-condensed,"Franklin Gothic",sans-serif;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    text-transform: uppercase;
}

    .blackbar > ul {
        padding-top: 0;
        padding-bottom: 0
    }
    
    .blackbar .dropdown .dropdown-toggle .caret {
        margin-left:.5rem;
    }

@media (min-width: 992px) {
    .blackbar li {
        color: #000
    }

        .blackbar li:hover,
        .blackbar li a:focus {
            outline: none !important;
            color: #000 !important;
            background-color:#ebebeb;
        }

        .blackbar li a:focus {
            background-color: transparent;
        }
}

@media (max-width: 991px) {
    .blackbar {
        background-color:#000;
        opacity:0.8;
    }
    .blackbar li {
        color: #fff
    }

        .blackbar li:hover,
        .blackbar li a:focus {
            color: #CFB991 !important
        }
}

.blackbar a {
    width: 100%
}

    .blackbar a:link {
        color: inherit !important;
        text-decoration: none !important;
        font-weight: 700;
        background-color: transparent;
    }

    .blackbar a:visited {
        color: inherit !important;
        text-decoration: none !important;
        font-weight: 700;
        /*background-color: #000*/
    }

    .blackbar a:hover,
    .blackbar a:focus {
        color: inherit !important;
        text-decoration: none !important;
        font-weight: 700;
        /*background-color: #000 !important*/
    }

    .blackbar a:active {
        color: inherit !important;
        text-decoration: none !important;
        font-weight: 700;
        /*background-color: #000*/
    }

.blackbar .navbar-header .navbar-toggle {
    float: left;
    border: none;
    color: #fff
}

    .blackbar .navbar-header .navbar-toggle .icon-bar {
        float: left;
        clear: left;
        margin-right: 10px;
        background-color: #fff
    }

    .blackbar .navbar-header .navbar-toggle > .icon-bar:first-child {
        margin-top: 3px
    }

    .blackbar .navbar-header .navbar-toggle:hover,
    .blackbar .navbar-header .navbar-toggle:focus {
        color: #CFB991;
        background-color: transparent
    }

        .blackbar .navbar-header .navbar-toggle:hover .icon-bar,
        .blackbar .navbar-header .navbar-toggle:focus .icon-bar {
            background-color: #CFB991
        }

@media (min-width: 992px) {
    .blackbar .navbar-header {
        display: none
    }
    .blackbar .navbar-nav li.first a {
                margin-top: 0;
                margin-left:-15px;
            }
}

@media (max-width: 991px) {
    .blackbar .navbar-toggle {
        display: block;
        padding: 0;
        margin: 10px 0
    }

    .blackbar .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: none
    }

        .blackbar .navbar-collapse.collapse {
            display: none !important
        }

    .blackbar .navbar-header {
        float: none;
        display: block
    }

        .blackbar .navbar-header .navbar-toggle {
            display: block
        }

    .blackbar .navbar-nav {
        float: none !important;
        margin: 0;
        padding: 10px 0 !important
    }

        .blackbar .navbar-nav li {
            display: block;
            width: 100%;
            overflow: hidden
        }

            .blackbar .navbar-nav li a {
                padding: 0;
                margin: 10px 0
            }
            .blackbar .navbar-nav li a:hover,
            .blackbar .navbar-nav li a:focus {
                background:transparent;
            }

            .blackbar .navbar-nav li .dropdown-menu {
                position: static;
                margin-top: -10px;
                padding: 0 0 10px 12px;
                font-size: 0.9em
            }

                .blackbar .navbar-nav li .dropdown-menu li a {
                    margin: 10px 0 0;
                    padding: 0;
                    white-space: normal
                }

                .blackbar .navbar-nav li .dropdown-menu li.dropdown-submenu .dropdown-menu {
                    margin-top: 0;
                    font-size: 1em
                }

            .blackbar .navbar-nav li.first a {
                margin-top: 0;
                margin-left:0px;
            }

    .blackbar .navbar-text {
        float: none;
        margin: 15px 0
    }

    .blackbar .navbar-collapse.collapse.in {
        display: block !important
    }

    .blackbar .collapsing {
        overflow: hidden !important
    }
}

@media (max-width: 767px) {
    .blackbar .navbar-toggle {
        padding-left: 15px
    }
}

.blackbar .black {
    padding-left: 0;
    max-height: none
}

    .blackbar .black .nav {
        padding-top: 0;
        padding-bottom: 0
    }

        

    .blackbar .black .dropdown-menu {
        font-size: 1em;
        background-color: transparent
    }

        .blackbar .black .dropdown-menu .dropdown-submenu {
            position: relative
        }

            .blackbar .black .dropdown-menu .dropdown-submenu > a {
                float: left
            }

@media (max-width: 991px) {
    .blackbar .black .dropdown-menu .dropdown-submenu .dropdown-menu {
        display: block;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .blackbar .black .dropdown-menu {
        font-size: 1em;
        background-color: #fff;
        padding:0;
    }
    .blackbar .black .dropdown-menu > li {
        border-top: 1px solid #c4bfc0;
    }
    .blackbar .black .dropdown-menu .dropdown-submenu {
        min-height: 1.8125em
    }

        .blackbar .black .dropdown-menu .dropdown-submenu .caret {
            display: none
        }

        .blackbar .black .dropdown-menu .dropdown-submenu > .dropdown-menu {
            overflow: hidden;
            display: block;
            width: 0;
            min-width: 0;
            height: 0;
            min-height: 0;
            left: 100%;
            top: 0;
            margin-left: -1px;
            background: none;
            border: none;
            box-shadow: none;
            padding: 0
        }

            .blackbar .black .dropdown-menu .dropdown-submenu > .dropdown-menu > li > a {
                width: 0;
                height: 0;
                overflow: hidden;
                background: none
            }

                .blackbar .black .dropdown-menu .dropdown-submenu > .dropdown-menu > li > a:focus {
                    width: auto;
                    height: auto;
                    background: none;
                }

        .blackbar .black .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
            overflow: visible;
            width: auto;
            min-width: 160px;
            height: auto;
            min-height: none;
            background:#fff;
            /*background: #000;
            border: 1px solid #000;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);*/
            padding: 0 5px
        }

            .blackbar .black .dropdown-menu .dropdown-submenu:hover > .dropdown-menu > li > a {
                width: auto;
                height: auto;
                background: #fff;
            }

        .blackbar .black .dropdown-menu .dropdown-submenu:hover + .dropdown-submenu > .dropdown-menu {
            display: none
        }

        .blackbar .black .dropdown-menu .dropdown-submenu a.dropdown-toggle:focus + ul.dropdown-menu {
            background: #000;
            border: 1px solid #000;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
        }

            .blackbar .black .dropdown-menu .dropdown-submenu a.dropdown-toggle:focus + ul.dropdown-menu > li > a {
                width: auto;
                height: auto;
                background: #000
            }

        .blackbar .black .dropdown-menu .dropdown-submenu::after {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            content: " ";
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 4px 0 4px 4px;
            border-left-color: #999;
            margin-top: 10px;
            margin-right: 5px
        }

        .blackbar .black .dropdown-menu .dropdown-submenu:hover::after,
        .blackbar .black .dropdown-menu .dropdown-submenu:focus::after {
            border-left-color: #fff
        }
}

.blackbar .black .dropdown.open .dropdown-submenu > .dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
    margin-left: -1px
}

@media (max-width: 767px) {
    .blackbar .black {
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .blackbar {
        font-size: .875em
    }
}

@media (min-width: 767px) and (min-width: 991px) {
    .blackbar {
        font-size: 1em
    }
}

@media (max-width: 767px) {
    .blackbar {
        font-size: .88889em
    }
}

.breadcrumb {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f5f5f5;
    color: #444;
    font-size: .75em
}

    .breadcrumb a:link {
        color: inherit;
        font-weight: 300;
        text-decoration: none
    }

    .breadcrumb a:visited {
        color: inherit;
        font-weight: 300;
        text-decoration: none
    }

    .breadcrumb a:hover {
        color: inherit;
        font-weight: 300;
        text-decoration: underline
    }

    .breadcrumb a:active {
        color: inherit;
        font-weight: 300;
        text-decoration: underline
    }

    .breadcrumb ol {
        margin: 0;
        padding: 5px 15px;
    }

    .breadcrumb li:before {
        content: "/";
        display: inline-block;
        margin: 0 10px 0 5px
    }

    .breadcrumb li:first-child:before {
        content: none
    }

    .breadcrumb li {
        display: inline-block;
        padding: 2px 0;
        font-size: .657rem;
    }

/* === card component ====== */
.card{ background-color: #fff;}
.card > .card-link{ color: #333; }
.card > .card-link:hover{  text-decoration: none; }
.card > .card-link .card-img img{ border-radius: 6px 6px 0 0; }
.card .card-img{ position: relative; padding: 0; display: table; }
.card .card-img .card-caption{
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
}
.card .card-body{ display: table; width: 100%; padding: 12px; }
.card .card-header{ }
.card .card-footer{  }
.card .card-left{ position: relative; float: left; padding: 0 0 8px 0; }
.card .card-right{ position: relative; float: left; padding: 8px 0 0 0; }
.card .card-body h1:first-child,
.card .card-body h2:first-child,
.card .card-body h3:first-child, 
.card .card-body h4:first-child,
.card .card-body .h1,
.card .card-body .h2,
.card .card-body .h3, 
.card .card-body .h4{ margin-top: 0; }
.card .card-body .heading{ display: block;  }
.card .card-body .heading:last-child{ margin-bottom: 0; }

.card .card-body .lead{ }

@media( min-width: 768px ){
  .card .card-left{ float: left; padding: 0 8px 0 0; }
  .card .card-right{ float: left; padding: 0 0 0 8px; }
    
  .card .card-4-8 .card-left{ width: 33.33333333%; }
  .card .card-4-8 .card-right{ width: 66.66666667%; }

    .card .card-3-9 .card-left {
        width: 25%;
    }

    .card .card-3-9 .card-right {
        width: 75%;
    }

  .card .card-5-7 .card-left{ width: 41.66666667%; }
  .card .card-5-7 .card-right{ width: 58.33333333%; }
  
  .card .card-6-6 .card-left{ width: 50%; }
  .card .card-6-6 .card-right{ width: 50%; }
  
  .card .card-7-5 .card-left{ width: 58.33333333%; }
  .card .card-7-5 .card-right{ width: 41.66666667%; }
  
  .card .card-8-4 .card-left{ width: 66.66666667%; }
  .card .card-8-4 .card-right{ width: 33.33333333%; }
}

/* -- default theme ------ */
.card-default{ 
  background-color: #fff;
  margin-bottom: 24px;
  overflow:hidden;
  height:100px;
}
.card-default > .card-header,
.card-default > .card-footer{  
}
.card-default > .card-header { 
    position:relative;
    border-bottom: 1px solid #ddd;
    padding: 8px;
    background: #f5f5f5;
}
.card-default > .card-header:before {
    content: "";
    position:absolute;
    top: 0;
    left:0;
    width:36%;
    height:6px;
    background:#DDB945;
}
.card-default > .card-footer {
    background:#fff;
    border-top: 1px solid #ddd; 
    padding: 2px; 
}
.card-default > .card-body { 
    }
.card-default > .card-body img {
    margin:0;
    }    
.card-default > .card-img:first-child img{ 
    border-radius: 6px 6px 0 0; 
    
}
.card-default > .card-left{ 
    padding-right: 4px; 
    
}
.card-default > .card-right{ 
    padding-left: 4px; 
    
}
.card-default p:last-child{ 
    margin-bottom: 0;
}

.card-default p.blurb {
    font-size: .865rem;
    line-height: 1.5;
}

.card-default > .card-header .lead {
    position: relative;
    font-family: acumin-pro-condensed,"Franklin Gothic",sans-serif;
    color:#8e6f3e;
    color:#000;
    font-size: 1.35rem;
    font-weight: 700;
    line-height:1.45;
}

.card-default > .card-footer a {
    font-size: .5867rem;
}

.card-default .card-caption { 
    color: #fff; 
    text-align: center; 
    text-transform: uppercase; 
    
}

/* Event Card Theme */
.eventItem.card-default > .card-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    background-color: #f5f5f5;
}
.eventItem.card-default > .card-header:before {
    background:none;
}

    .eventItem.card-default > .card-header > div.eventdate {
        font-family: "united sans", arial;
        background-color: #DDB945;
        padding: 8px;
        text-align: center;
        font-size: 0.865rem;
        font-weight: 800;
        line-height: 1.15;
    }

    .eventItem.card-default > .card-header > div.eventtitle {
        padding: 10px;
        font-size: 1.35rem;
        font-weight: 700;
    }
.eventItem.card-default .card-right {
    position: relative;
    float: left;
    padding: 0 0 0 18px;
}

.eventItem.card-default > .card-body  .eventdetails {
    padding: 10px;
    background: #efefef;
    border-bottom: solid 1px #999;
    width: 100%;
}

    .eventItem.card-default > .card-body  .eventdetails h5 {
        padding: 0;
        font-size: 1.1rem;
        font-weight: 400;
        color: #000;
        padding-bottom: 8px;
        border-bottom: solid #8e6f3e 2px;
    }

    .eventItem.card-default > .card-body .eventdetails p {
        padding: 6px 0;
        font-size: .723rem;
        line-height: 1.4;
    }

        .eventItem.card-default > .card-body  .eventdetails p:first-of-type {
            padding: 12px 0 3px;
        }



        .events .rss-items /*,
        .maincontent .news .rss-items*/ {
            list-style-type: none;
            margin: 0px;
            padding: 0px 0px 20px 0px;
            display: block;
        }

        .events .rss-items li.rss-item /*,
        .maincontent .news .rss-items li.rss-item*/ {
            width: 100%;
            height: 60px;
            float: left;
            background-color: #f5f5f5;
            margin-top: 20px;
            padding:0px !important;
            display: block;
            position: relative;
            /*transform:all 0.5s ease */
    }

            .events .rss-items li.rss-item:nth-child(3) {
            }

            .events .rss-items li.rss-item a /*,
            .maincontent .news .rss-items li.rss-item a*/ {
                text-overflow: ellipsis;
                color: #000;
                text-decoration: none;
                height: inherit;
                float: right;
                padding: 20px 0px 0px 0px;
                position: relative;
                left: -20px;
                overflow: hidden;
                text-align: left;
                width: calc(100% - 90px);
                white-space: nowrap;
            }

.sidecontent .events .rss-items li.rss-item a {
    padding-top: 10px;
    line-height: 1.6em;
    white-space: normal;
}

    .sidecontent .events .rss-items li.rss-item a:after {
        content: "...";
        position: absolute;
        right: 0px;
        bottom: 5px;
        background-color: #f5f5f5;
    }

.events .rss-items li.rss-item .rss-date,
/*.maincontent .news .rss-items li.rss-item .rss-date,*/
.instructor-date {
    font-family: "united sans", arial;
    background-color: #DDB945;
    padding: 12px 15px;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    float: left;
    color: #000;
    font-size: 1rem;
    line-height: 1.3;
}

.events .rss-items li.rss-item a,
.events .rss-items li.rss-item .rss-date /*,
.maincontent .news .rss-items li.rss-item a,
.maincontent .news .rss-items li.rss-item .rss-date*/ {
    display: inline-block;
}

.events .rss-items li.rss-item br /*,
.maincontent .news .rss-items li.rss-item br*/ {
    display: none;
}

.sidecontent.news .rss-item a {
        font-size: 16px;
    }

.footer {
    width: 100%;
    background-color: #000;
    overflow: hidden;
    padding-bottom: 15px
}

.footer #accordion {
    margin-bottom: 0
}

.footer #accordion .panel {
    border: none;
    background-color: transparent;
    margin-top: 0;
    padding: 15px;
    border-bottom: solid 1px #333;
    font-size: .875em;
    line-height: 2.3125em
}

.footer #accordion .panel a {
    display: inline-block;
    width: 100%
}

.footer #accordion .panel a:link,
.footer #accordion .panel a:visited {
    font-family: acumin-pro,"Franklin Gothic",sans-serif;
    color: #adadad;
    font-weight: 400;
    text-decoration: none
}

.footer #accordion .panel a:hover,
.footer #accordion .panel a:active {
    color: #fff;
    font-weight: 400;
    text-decoration: none
}

.footer #accordion .panel .panel-heading {
    padding: 0;
    background-color: transparent;
    font-size: 1.3125em
}

.footer #accordion .panel .panel-heading .panel-title {
    font-family: acumin-pro-semi-condensed,"Franklin Gothic",sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #cfb991;
    text-transform: uppercase;
    padding: .25em 0;
}

.footer #accordion .panel .panel-heading a {
    display: block
}

.footer #accordion .panel .panel-heading a:link,
.footer #accordion .panel .panel-heading a:visited,
.footer #accordion .panel .panel-heading a:hover,
.footer #accordion .panel .panel-heading a:active {
    color: #cfb991;
    font-weight:700;
    text-decoration: none
}

.footer #accordion .panel .panel-collapse .panel-body {
    border: none;
    padding: 0
}

.footer #accordion .panel .panel-collapse .panel-body ul {
    padding: 0;
    list-style-type: none
}

.footer #accordion .motto {
    clear: both;
    padding: 15px 15px 0;
    font-size: 1.25em;
    text-align: center
}

.footer #accordion .motto .taglineContainer {
    width: 90%;
    margin: 0 auto
}

.footer #accordion .motto .taglineContainer--150 {
    width: 70%
}

.footer #accordion .motto .tagline {
    position: relative;
    display: block;
    padding-bottom: 13.95349%
}

.footer #accordion .motto .tagline--150 {
    padding-bottom: 13.52942%;
    transition: filter 0.25s ease-in
}

.footer #accordion .motto .tagline--150:link,
.footer #accordion .motto .tagline--150:visited {
    filter: brightness(1)
}

.footer #accordion .motto .tagline--150:hover,
.footer #accordion .motto .tagline--150:active,
.footer #accordion .motto .tagline--150:focus {
    filter: brightness(1.1)
}

.footer #accordion .motto .tagline--150:focus {
    outline-offset: 4px;
    outline: dotted 1px #fff
}

.footer #accordion .motto .tagline .horizontal,
.footer #accordion .motto .tagline .vertical {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.footer #accordion .motto .vertical {
    display: none
}

.footer #accordion .motto .social {
    clear: both;
    display: block;
    width: 100%;
    padding-top: 5px
}

.footer #accordion .motto a {
    display: inline-block;
    position: relative;
    margin: 2.5px 2%;
    text-align: center
}

.footer #accordion .motto a .text-hidden {
    position: absolute;
    display: block;
    top: -1000px;
    left: -1000px
}

.footer #accordion .motto a .fa:after {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0
}

.footer #accordion .motto a:hover,
.footer #accordion .motto a:active,
.footer i {
    color: #fff;
    text-decoration: none
}

.footer #accordion .motto img {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 auto 5px
}

@media (max-width: 767px) {
    .footer #accordion .panel .panel-heading a .fa-plus {
        display: none
    }
    .footer #accordion .panel .panel-heading a .fa-minus {
        display: inline-block
    }
    .footer #accordion .panel .panel-heading a.collapsed .fa-plus {
        display: inline-block
    }
    .footer #accordion .panel .panel-heading a.collapsed .fa-minus {
        display: none
    }
    .footer #accordion .motto .taglineContainer {
        width: 80%
    }
    .footer #accordion .motto .taglineContainer--150 {
        width: 58%
    }
}

@media (min-width: 768px) {
    .footer {
        padding: 20px 0
    }
    .footer #accordion {
        margin: 0 -30px;
        padding: 0 15px 0
    }
    .footer #accordion .panel {
        float: left;
        width: 50%;
        padding: 0 30px 15px;
        border: none;
        font-size: .875em;
        line-height: 1.6875em
    }
    .footer #accordion .panel .panel-heading {
        display: block;
        padding: 0;
        background-color: transparent;
        font-size: 1.3125em;
        line-height: 1em
    }
    .footer #accordion .panel .panel-heading .panel-title {
        padding-top: 0;
        padding-bottom: 5px;
        font-size: 1em;
        font-weight: 300
    }
    .footer #accordion .panel .panel-heading .panel-title a {
        cursor: default;
        border-bottom: none
    }
    .footer #accordion .panel .panel-heading .panel-title .fa {
        display: none
    }
    .footer #accordion .panel a {
        padding: 8px 0 2px;
        border-bottom: none;
    }
    .footer #accordion .panel .panel-collapse {
        display: block;
        height: auto !important
    }
    .footer #accordion .motto {
        clear: none;
        padding: 15px 30px;
        font-size: 1.85em;
        text-align: center
    }
    .footer #accordion .motto .taglineContainer {
        display: block;
        width: 70%
    }
    .footer #accordion .motto .vertical {
        display: none
    }
}

@media (min-width: 992px) {
    .footer #accordion .panel {
        width: 20%;
        padding: 0 15px
    }
    .footer #accordion .motto {
        float: left;
        width: 20%;
        padding: 20px 15px 15px;
        font-size: 1.35em
    }
    .footer #accordion .motto .taglineContainer {
        width: auto
    }
    .footer #accordion .motto .taglineContainer--150 {
        float: left;
        width: 70%
    }
    .footer #accordion .motto .taglineContainer .tagline {
        margin-bottom: 10px;
        padding-bottom: 35.14851%
    }
    .footer #accordion .motto .taglineContainer .tagline--150 {
        padding-bottom: 60.0794%
    }
    .footer #accordion .motto .vertical {
        display: block
    }
    .footer #accordion .motto .horizontal {
        display: none
    }
    .footer #accordion .motto .social {
        border-top: solid 1px #474747
    }
    .footer #accordion .motto .social a {
        float: left;
        margin: 4px 2.7%
    }
}

@media (min-width: 1200px) {
    .footer #accordion .motto img {
        padding-bottom: 0;
        border-bottom: none;
    }
}

.bottom {
    overflow: hidden;
    padding: 10px;
    background-color: #3b3b3b;
    color: #ccc;
    text-align: center;
    line-height: 1.1em
}

.bottom a:link {
    color: #ccc
}

.bottom a:visited {
    color: #ccc
}

.bottom a:hover {
    color: #ccc
}

.bottom a:active {
    color: #ccc
}

.bottom p {
    margin: 0 !important;
    padding:0px;
    padding-bottom: 2px;
    font-size: .625rem;
}

@media (min-width: 768px) {
    .bottom {
        font-size: .625em
    }
}

@media (max-width: 767px) {
    .bottom {
        font-size: .55556em
    }
}

.dropdown-toggle:focus {
    outline-color: #3b99ff;
    outline-style: auto;
    outline-width: 5px;
    outline-offset: -2px
}

.navbar-toggle:focus {
    text-decoration: underline
}

        