@charset "UTF-8";
@import url("https://use.typekit.net/fzi3sjo.css");
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #424453;
    /*
  border: 1px solid $dropdown-fallback-border; // IE8 fallback
  border: 1px solid $dropdown-border;
*/
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.175);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #ffffff;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #177981 !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #969696;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #969696;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 1200px) {
    .navbar-right .dropdown-menu {
        right: none;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 14px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #747474;
    text-align: center;
    background-color: white;
    border: 1px solid #E6E6E6;
    border-radius: 0px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 3px 9px;
    font-size: 12px;
    border-radius: 0px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 13px 32px;
    font-size: 20px;
    border-radius: 0px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #32343F;
    color: #ffffff;
}

.nav>li.disabled>a {
    color: #969696;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #969696;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #32343F;
    border-color: #177981;
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    margin-bottom: 15px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 8px;
    line-height: 1.428571429;
    border: 1px solid #ABAEB0;
    border-radius: 0px 0px 0 0;
    color: #234155;
}

.nav-tabs>li>a:hover {
    border-color: white white #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #ffffff;
    background-color: #32343F;
    cursor: default;
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 0px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0px 0px 0 0;
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #525252;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
    background: #FAFAFA;
    border: 1px solid #E6E6E6;
    padding: 45px 30px;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 102px;
    margin-bottom: 22px;
    border-bottom: 16px solid #1F1F1F;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 1200px) {
    .navbar {
        border-radius: 0px;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 1200px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 1200px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 1200px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 1200px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 1200px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    font-size: 20px;
    line-height: 22px;
    height: 102px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width: 1200px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 34px;
    margin-bottom: 34px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width: 1200px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 20px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
}

@media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 22px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width: 1200px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 28px;
    margin-bottom: 28px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 1199px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 28px;
    margin-bottom: 28px;
}

.navbar-btn.btn-sm {
    margin-top: 31px;
    margin-bottom: 31px;
}

.navbar-btn.btn-xs {
    margin-top: 40px;
    margin-bottom: 40px;
}

.navbar-text {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 1200px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5d5d;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 1199px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #32343F;
}

.navbar-inverse .navbar-brand {
    color: #bcbcbc;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #bcbcbc;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: #424453;
}

.navbar-inverse .navbar-nav>.active>a {
    color: #BBBDBF !important;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #22242b;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #424453;
    color: #fff;
}

@media (max-width: 1199px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #1b1d23;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #1b1d23;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #bcbcbc;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: #424453;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #424453;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #bcbcbc;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #bcbcbc;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
}

.panel-body {
    padding: 15px;
    border: 1px solid #ABAEB0;
    border-top: 0px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    background-color: #234155 !important;
    color: #ffffff !important;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 2px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 2px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 2px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 2px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 10px;
}

.panel-group .panel {
    margin-bottom: 0;
}

.panel-group .panel+.panel {
    margin-top: 10px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #525252;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #525252;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.well {
    min-height: 20px;
    padding: 35px 25px;
    margin-bottom: 20px;
    background-color: #EEECEB;
    border: 1px solid #C5BBB5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well h4 {
    margin-top: 0px;
}

.well-lg {
    padding: 24px;
    border-radius: 0px;
}

.well-sm {
    padding: 9px;
    border-radius: 0px;
}


/*
@import "../bootstrap/modals";
@import "../bootstrap/tooltip";
@import "../bootstrap/popovers";
*/

.clearfix:before,
.profile:before,
.clearfix:after,
.profile:after {
    content: " ";
    display: table;
}

.clearfix:after,
.profile:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

section.top {
    background: #1F1F1F;
    border-top: 8px solid #8F3660;
}

section.top nav.topbar {
    background: #1F1F1F;
    margin-bottom: 0px;
    min-height: 55px;
    border-bottom: 0px !important;
}

@media (min-width: 768px) {
    section.top nav.topbar #navbar {
        margin-right: 0px;
    }
}

@media (max-width: 991px) {
    section.top nav.topbar #navbar ul.navbar-nav {
        margin: 20px 15px;
        float: left;
    }
}

@media (min-width: 992px) {
    section.top nav.topbar #navbar ul.navbar-nav {
        margin: 0px 15px;
    }
}

@media (min-width: 1200px) {
    section.top nav.topbar #navbar ul.navbar-nav {
        margin: 0px;
    }
}

section.top nav.topbar #navbar ul.navbar-nav li a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    color: #BBBDBF;
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

section.top nav.topbar #navbar ul.navbar-nav li a.btn {
    padding-top: 2px;
    padding-bottom: 4px;
    margin-top: 12px;
    background: transparent;
    border-color: #ffffff;
    box-shadow: none;
}

@media (max-width: 991px) {
    section.top nav.topbar #navbar ul.navbar-nav li a.btn {
        display: inline;
    }
}

section.top nav.topbar #navbar ul.navbar-nav li a.btn:hover {
    background: #177981;
}

section.top nav.topbar #navbar ul.navbar-nav li a:hover {
    color: #ffffff;
    background: none;
}

section.top nav.topbar #navbar .navbar-form {
    margin-top: 12px;
    margin-bottom: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    box-shadow: none;
    padding-top: 0px;
}

@media (max-width: 991px) {
    section.top nav.topbar #navbar .navbar-form {
        padding-right: 15px;
        float: right;
        width: 200px;
        border: none;
        box-shadow: none;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 20px;
    }
}

section.top nav.topbar #navbar .navbar-form input {
    box-shadow: none;
    border: none;
    font-size: 12px;
    height: 30px;
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 0px;
}

@media (max-width: 991px) {
    section.top nav.topbar #navbar .navbar-form input {
        height: 26px;
    }
}

section.top nav.topbar #navbar .navbar-form .btn-default {
    background: #ffffff;
    color: #231F20;
    border-color: #ffffff;
    padding-top: 3px;
    padding-bottom: 3px;
    box-shadow: none;
    height: 30px;
}

@media (max-width: 991px) {
    section.top nav.topbar #navbar .navbar-form .btn-default {
        padding-top: 1px;
        padding-bottom: 1px;
        height: 26px;
    }
}

section.top nav.topbar #navbar .navbar-form .btn-default i.search-icon:before {
    content: url("img/icon-search.svg");
}

header {
    background: #32343F;
    border-bottom: 16px solid #1F1F1F;
}

header nav.main {
    margin-bottom: 0px;
    border-bottom: 0px;
}

header nav.main .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    header nav.main .navbar-collapse.collapse {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    header nav.main .navbar-collapse.collapse {
        display: block !important;
    }
    header nav.main .navbar-collapse.collapse ul {
        float: right !important;
    }
    header nav.main .navbar-collapse.collapse ul>li {
        float: left;
    }
}

@media (min-width: 768px) {
    header nav.main .navbar-collapse.collapse.in {
        display: block !important;
    }
}

@media (min-width: 768px) {
    header nav.main .navbar-header {
        float: none;
    }
}

@media (min-width: 768px) {
    header nav.main .navbar-toggle {
        float: right !important;
    }
}

@media (max-width: 1199px) {
    header nav.main .navbar-toggle {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    header nav.main .navbar-toggle {
        display: none;
    }
}

header nav.main a.navbar-brand {
    padding-top: 23px;
}

@media (min-width: 1200px) {
    header nav.main .dropdown:hover>.dropdown-menu {
        display: block;
    }
}

header nav.main ul li a {
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header nav.main ul li:hover>a {
    background-color: #424453;
    color: #ffffff;
}

header nav.main .navbar-nav>.active>a,
header nav.main .navbar-nav>.active>a:hover,
header nav.main .navbar-nav>.active>a:focus {
    background-color: #424453;
}

header nav.main .dropdown-submenu {
    position: relative;
}

header nav.main .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    margin-left: -1px;
}

header nav.main .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ffffff;
    margin-top: 5px;
    margin-right: -10px;
}

header nav.main .dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

header nav.main .dropdown-submenu.pull-left {
    float: none;
}

header nav.main .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.page-title {
    min-height: 60px;
    background: url("img/bg-page-title.png") no-repeat top left;
    background-size: cover;
}

@media (min-width: 768px) {
    .page-title {
        margin-bottom: 20px;
        min-height: 173px;
    }
}

@media (min-width: 992px) {
    .page-title {
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .page-title {
        margin-bottom: 60px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .page-title {
        background: url("img/bg-page-title@2x.png") no-repeat top left;
        background-size: cover;
    }
}

.page-title .col-xs-12 {
    position: relative;
    min-height: 60px;
}

@media (min-width: 768px) {
    .page-title .col-xs-12 {
        min-height: 173px;
    }
}

.page-title .col-xs-12 h1 {
    margin: 0px;
    color: #ffffff;
}

@media (min-width: 768px) {
    .page-title .col-xs-12 h1 {
        position: absolute;
        bottom: 15px;
    }
}

@media (max-width: 768px) {
    .page-title .col-xs-12 h1 {
        font-size: 1.5em;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu {
        box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.4);
        background: #54576a;
        border-bottom: 1px solid #32343F;
    }
}

@media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu .dropdown-menu {
        background: #272831;
    }
    .navbar-nav .open .dropdown-menu .dropdown-menu li a {
        text-indent: 25px;
    }
}

@media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu {
        background: #17181d;
    }
    .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu li a {
        text-indent: 50px;
    }
}

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff !important;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: inherit !important;
    }
}

.navbar .dropdown-menu {
    font-size: 14px;
    min-width: 140px;
}

.dropdown-menu li {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
}

h1.heading-alt,
h2.heading-alt,
h3.heading-alt,
h4.heading-alt,
h5.heading-alt,
h6.heading-alt {
    color: #BA7B59;
}

h1 {
    color: #7E808A;
    font-size: 26px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 48px;
    }
}

h2 {
    color: #32343F;
    font-size: 22px;
    margin-bottom: .6em;
}

@media (min-width: 768px) {
    h2 {
        font-size: 38px;
    }
}

h3 {
    color: #BA7B59;
    font-size: 20px;
    font-weight: 700;
}

@media (min-width: 768px) {
    h3 {
        font-size: 24px;
    }
}

h4 {
    color: #234155;
    font-size: 18px;
    font-weight: 700;
}

@media (min-width: 768px) {
    h4 {
        font-size: 21px;
    }
}

h5 {
    color: #7E808A;
    font-size: 16px;
    font-weight: 700;
}

h6 {
    color: #32343F;
    font-size: 14px;
    font-weight: 700;
}

.page-container blockquote .small::before,
.page-container blockquote footer::before,
.page-container blockquote small::before,
.home-container blockquote .small::before,
.home-container blockquote footer::before,
.home-container blockquote small::before {
    content: none !important;
}

.page-container blockquote,
.home-container blockquote {
    padding: 11px 22px;
    margin: 0px;
    font-size: 24px;
    border-left: 0px;
}

.page-container blockquote p:last-child,
.page-container blockquote ul:last-child,
.page-container blockquote ol:last-child,
.home-container blockquote p:last-child,
.home-container blockquote ul:last-child,
.home-container blockquote ol:last-child {
    margin-bottom: 0;
}

.page-container blockquote footer,
.page-container blockquote small,
.page-container blockquote .small,
.home-container blockquote footer,
.home-container blockquote small,
.home-container blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #ffffff;
}

.page-container blockquote,
.home-container blockquote {
    color: #ffffff;
    position: relative;
    padding: 5%;
    margin-bottom: 40px !important;
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .page-container blockquote,
    .home-container blockquote {
        padding: 10%;
        font-size: 1.9rem;
    }
}

@media (min-width: 992px) {
    .page-container blockquote,
    .home-container blockquote {
        padding: 12%;
        font-size: 2.2rem;
    }
}

.page-container blockquote p,
.home-container blockquote p {
    margin-bottom: 15px;
    padding-left: 0px;
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-container blockquote footer,
.home-container blockquote footer {
    background: transparent;
    padding: 11px 22px;
    text-align: left;
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) {
    .page-container blockquote footer,
    .home-container blockquote footer {
        background: #32343F;
        float: right;
        position: absolute;
        bottom: -20px;
        right: 40px;
        max-width: 510px;
    }
}

.page-container blockquote footer cite,
.home-container blockquote footer cite {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
}

.page-container blockquote footer span,
.home-container blockquote footer span {
    font-weight: 400;
    display: inline-block;
}

.page-container .blockquote-orange,
.home-container .blockquote-orange {
    background: url("img/bg-quote-1.png") no-repeat top left;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .page-container .blockquote-orange,
    .home-container .blockquote-orange {
        background: url("img/bg-quote-1@2x.png") no-repeat top left;
        background-size: cover;
    }
}

.page-container .blockquote-magenta,
.home-container .blockquote-magenta {
    background: url("img/bg-quote-3.png") no-repeat top left;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .page-container .blockquote-magenta,
    .home-container .blockquote-magenta {
        background: url("img/bg-quote-3@2x.png") no-repeat top left;
        background-size: cover;
    }
}

.page-container .blockquote-teal,
.home-container .blockquote-teal {
    background: url("img/bg-quote-2.png") no-repeat top left;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .page-container .blockquote-teal,
    .home-container .blockquote-teal {
        background: url("img/bg-quote-2@2x.png") no-repeat top left;
        background-size: cover;
    }
}

.mms-container blockquote footer,
.mms-container blockquote small,
.mms-container blockquote .small {
    color: #231F20;
}

body {
    font-family: georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 1.428571429;
    color: #231F20;
    background-color: #525252;
}


/*
.container {
	@media (min-width: $screen-sm) {
		width: auto;
	}
}
*/

a {
    color: #177981;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #BA7B59;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.site-wrapper {
    /* max-width: 2000px; */
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 1px 20px 0 rgba(0, 0, 0, 0.3);
}

.spacer {
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-container {
    padding-bottom: 45px;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .page-container {
        padding-bottom: 75px;
    }
}

@media (min-width: 992px) {
    .page-container {
        margin-top: 60px;
    }
}

.page-container hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top-color: #D7C1B5;
}

@media (min-width: 992px) {
    .page-container hr {
        margin-top: 55px;
        margin-bottom: 55px;
    }
}

.page-container img {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .page-container img {
        margin-bottom: 30px;
    }
}

.page-container img.pull-left {
    margin: 0px 25px 25px 0px;
}

.page-container img.pull-right {
    margin: 0px 0px 25px 25px;
}

@media (min-width: 992px) {
    .page-container img.margin-bottom-0 {
        margin-bottom: 0px;
    }
}

.page-container p {
    margin-bottom: 25px;
}

.page-container p:nth-child(n+1):last-child:not(.standard) {
    margin-bottom: 0px;
}

.page-container p.title {
    margin-bottom: 15px;
    color: #7E808A;
}

.page-container .pull-quote {
    font-size: 20px;
    color: #8F3660;
    font-weight: 400;
    margin-bottom: 25px;
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

@media (min-width: 768px) {
    .page-container .pull-quote {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .page-container .pull-quote {
        width: 335px;
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .page-container .pull-quote.pull-quote-right {
        float: right;
        padding: 0px 0px 20px 20px;
    }
}

@media (min-width: 992px) {
    .page-container .pull-quote.pull-quote-right.hang-right {
        margin-left: -165px;
        position: relative;
        right: -165px;
        width: 350px;
    }
}

@media (min-width: 992px) {
    .page-container .pull-quote.pull-quote-left {
        float: left;
        padding: 0px 20px 20px 0px;
    }
}

@media (min-width: 992px) {
    .page-container .pull-quote.pull-quote-left.hang-left {
        margin-right: -165px;
        position: relative;
        left: -165px;
        width: 350px;
    }
}

.page-container ul li,
.page-container ol li {
    margin-bottom: 12px;
}

.page-container .image-list img {
    margin-bottom: 0px;
}

.page-container .image-list h4 {
    font-weight: 400;
}

.page-container .image-list .col-xs-6 {
    margin-bottom: 40px;
}

.page-container ol.carousel-indicators li {
    margin-bottom: 1px;
}


/*
 * Row with equal height columns
 * add in addition to "row" class to make all columns equal height on medium sized screens and up
 * ----------------------------------------------------------------------------------------------------
 */

@media (min-width: 992px) {
    .row-equal-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}


/*
 * Vertical align items on medium sized screens and up
 * add to parent element of children you want vertically aligned
 * ----------------------------------------------------------------------------------------------------
 */

@media (min-width: 992px) {
    .v-align {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .v-align p:last-of-type {
        margin-bottom: 0px;
    }
}

.btn-outline:hover {
    color: #ffffff;
    background-color: #177981;
    border-color: #ffffff;
}

.page-container .btn {
    color: #fff;
}

.page-container .btn:hover,
.page-container .btn:visited,
.page-container .btn:active {
    color: #fff;
    text-decoration: none;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 14px;
    font-size: 16px;
    line-height: 1.428571429;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #ffffff;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #ffffff;
    background-color: #177981;
    border-color: #186B71;
}

.btn-default:focus,
.btn-default.focus {
    color: #ffffff;
    background-color: #0f5056;
    border-color: #020708;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #0f5056;
    border-color: #0d3b3f;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #ffffff;
    background-color: #0f5056;
    border-color: #0d3b3f;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #ffffff;
    background-color: #0a3437;
    border-color: #020708;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #177981;
    border-color: #186B71;
}

.btn-default .badge {
    color: #177981;
    background-color: #ffffff;
}

.btn-alt {
    color: #ffffff;
    background-color: #BA7B59;
    border-color: #A76A49;
}

.btn-alt:focus,
.btn-alt.focus {
    color: #ffffff;
    background-color: #9e6242;
    border-color: #4e3222;
}

.btn-alt:hover {
    color: #ffffff;
    background-color: #9e6242;
    border-color: #7c4f36;
}

.btn-alt:active,
.btn-alt.active,
.open>.btn-alt.dropdown-toggle {
    color: #ffffff;
    background-color: #9e6242;
    border-color: #7c4f36;
}

.btn-alt:active:hover,
.btn-alt:active:focus,
.btn-alt:active.focus,
.btn-alt.active:hover,
.btn-alt.active:focus,
.btn-alt.active.focus,
.open>.btn-alt.dropdown-toggle:hover,
.open>.btn-alt.dropdown-toggle:focus,
.open>.btn-alt.dropdown-toggle.focus {
    color: #ffffff;
    background-color: #855337;
    border-color: #4e3222;
}

.btn-alt:active,
.btn-alt.active,
.open>.btn-alt.dropdown-toggle {
    background-image: none;
}

.btn-alt.disabled,
.btn-alt.disabled:hover,
.btn-alt.disabled:focus,
.btn-alt.disabled.focus,
.btn-alt.disabled:active,
.btn-alt.disabled.active,
.btn-alt[disabled],
.btn-alt[disabled]:hover,
.btn-alt[disabled]:focus,
.btn-alt[disabled].focus,
.btn-alt[disabled]:active,
.btn-alt[disabled].active,
fieldset[disabled] .btn-alt,
fieldset[disabled] .btn-alt:hover,
fieldset[disabled] .btn-alt:focus,
fieldset[disabled] .btn-alt.focus,
fieldset[disabled] .btn-alt:active,
fieldset[disabled] .btn-alt.active {
    background-color: #BA7B59;
    border-color: #A76A49;
}

.btn-alt .badge {
    color: #BA7B59;
    background-color: #ffffff;
}

.btn-outline {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.btn-outline:focus,
.btn-outline.focus {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #bfbfbf;
}

.btn-outline:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0;
}

.btn-outline:active,
.btn-outline.active,
.open>.btn-outline.dropdown-toggle {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0;
}

.btn-outline:active:hover,
.btn-outline:active:focus,
.btn-outline:active.focus,
.btn-outline.active:hover,
.btn-outline.active:focus,
.btn-outline.active.focus,
.open>.btn-outline.dropdown-toggle:hover,
.open>.btn-outline.dropdown-toggle:focus,
.open>.btn-outline.dropdown-toggle.focus {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #bfbfbf;
}

.btn-outline:active,
.btn-outline.active,
.open>.btn-outline.dropdown-toggle {
    background-image: none;
}

.btn-outline.disabled,
.btn-outline.disabled:hover,
.btn-outline.disabled:focus,
.btn-outline.disabled.focus,
.btn-outline.disabled:active,
.btn-outline.disabled.active,
.btn-outline[disabled],
.btn-outline[disabled]:hover,
.btn-outline[disabled]:focus,
.btn-outline[disabled].focus,
.btn-outline[disabled]:active,
.btn-outline[disabled].active,
fieldset[disabled] .btn-outline,
fieldset[disabled] .btn-outline:hover,
fieldset[disabled] .btn-outline:focus,
fieldset[disabled] .btn-outline.focus,
fieldset[disabled] .btn-outline:active,
fieldset[disabled] .btn-outline.active {
    background-color: transparent;
    border-color: #ffffff;
}

.btn-outline .badge {
    color: transparent;
    background-color: #ffffff;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #177981;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #BA7B59;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #969696;
    text-decoration: none;
}

.btn-lg {
    padding: 13px 32px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0px;
}

.btn-sm {
    padding: 3px 9px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.page-container ul.nav-tabs {
    border-bottom: 0px;
}

.page-container ul.nav-tabs li {
    margin-bottom: 8px;
}

@media (min-width: 1200px) {
    .page-container ul.nav-tabs li {
        margin-bottom: 0px;
    }
}

.page-container ul.nav-tabs li:hover a {
    border-color: #234155;
}

.page-container ul.nav-tabs li:hover a:after {
    display: block;
    width: 12px;
    height: 0;
    border: 6px inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #32343F transparent transparent;
    right: auto;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    bottom: -6px;
}

.page-container ul.nav-tabs li.active a {
    border-color: #234155;
}

.page-container ul.nav-tabs li.active a:after {
    display: block;
    width: 12px;
    height: 0;
    border: 6px inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #32343F transparent transparent;
    right: auto;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    bottom: -6px;
}

.page-container ul.nav-tabs li a {
    /*
				@media (min-width: $screen-sm ) {
					min-width: 100px;
				}
	*/
    text-align: center;
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) {
    .page-container ul.nav-tabs li a {
        min-width: 100px;
    }
}

@media (min-width: 1200px) {
    .page-container ul.nav-tabs li a {
        min-width: 150px;
    }
}

.page-container .tab-content h2:first-of-type,
.page-container .tab-content h3:first-of-type,
.page-container .tab-content h4:first-of-type {
    margin-top: 0;
}

.page-container .tab-content .tab-panel p span {
    float: right;
}

.panel-heading h4 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-heading h4 a:hover,
.panel-heading h4 a:focus {
    color: #ffffff;
    text-decoration: none;
}

.panel-heading .accordion-toggle:after,
.panel-heading .js-tabcollapse-panel-heading:after {
    /* symbol for "opening" panels */
    content: url("img/icon-chevron-down.svg");
    float: right;
    /* adjust as needed */
    color: #ffffff;
    /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after,
.panel-heading .js-tabcollapse-panel-heading.collapsed:after {
    /* symbol for "collapsed" panels */
    content: url("img/icon-chevron-right.svg");
}

.panel-group .panel,
.panel-heading,
.panel-group .panel-title {
    border-radius: 0;
}

.panel-group .panel a,
.panel-heading a,
.panel-group .panel-title a {
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.panel-group .panel a {
    color: #177981;
}

.panel-heading a,
.panel-heading a.btn,
.panel-title a,
.panel-title a.btn,
.panel-group .panel-title a,
.panel-group .panel-title a.btn,
.panel-group .panel a,
.panel-group .panel a.btn {
    color: #ffffff;
}

.mms-container .panel-heading a:after {
    content: " »";
}

footer {
    background: #333333;
    padding: 35px 0px;
}

@media (min-width: 768px) {
    footer {
        padding-top: 75px 0px;
    }
}

footer .col-xs-12 {
    margin-bottom: 30px;
}

footer .col-xs-12:last-of-type {
    margin-bottom: 0px;
}

@media (min-width: 1200px) {
    footer .col-xs-12 {
        margin-bottom: 0px;
    }
}

footer span.quote-featured {
    color: #BA7B59;
    font-size: 24px;
    display: inline-block;
}

@media (min-width: 768px) {
    footer span.quote-featured {
        width: 225px;
        padding-top: 75px;
    }
}

footer h5,
footer p,
footer ul,
footer li,
footer small {
    color: #FEFEFE;
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer h5:after {
    content: "";
    display: inherit;
    background: #FEFEFE;
    width: 35px;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 25px;
}

footer p.serif {
    font-family: georgia, "Times New Roman", Times, serif;
}

footer ul.social-list {
    padding: 0px;
    margin: 0px;
}

footer ul.social-list li {
    display: inline-block;
    margin-right: 11px;
    vertical-align: bottom;
}

footer ul.social-list li a:hover {
    opacity: .7;
}

footer ul.list-unstyled li {
    margin-bottom: 20px;
}

footer a.btn-outline {
    margin-top: 10px;
}

footer small {
    margin-top: 20px;
    display: inline-block;
}

@media (min-width: 1500px) {
    footer a.chat-button {
        position: relative;
        left: 150px;
    }
}

footer a {
    color: #65B5BB;
}

img.home-top {
    margin-bottom: 45px;
}

.home-top {
    margin-bottom: 45px;
}

.home-top .item .carousel-caption h1 {
    color: #177981;
    font-size: 70px;
}

.home-top .item .carousel-caption p {
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
}

.home-top .controls-block {
    position: relative;
    bottom: 80px;
    width: 56px;
    margin: 0 auto;
}

.home-top .controls-block .carousel-control {
    width: 25%;
    color: #ABAEB0;
    opacity: 1;
    text-shadow: 0 0px 0px black;
}

.home-top .controls-block .carousel-control:hover,
.home-top .controls-block .carousel-control:focus {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.home-top .controls-block .carousel-control .icon-prev {
    background: #8F3660;
    padding: 6px;
    width: 36px;
    height: 36px;
}

.home-top .controls-block .carousel-control .icon-prev:before {
    content: url("img/left-arrow.svg");
}

.home-top .controls-block .carousel-control .icon-next {
    background: #177981;
    padding: 6px;
    width: 36px;
    height: 36px;
}

.home-top .controls-block .carousel-control .icon-next:before {
    content: url("img/right-arrow.svg");
}

.home-slider .carousel-indicators {
    display: none;
}

@media (max-width: 768px) {
    .home-slider {
        display: none;
    }
}

.home-slider .carousel-inner>.item>img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.carousel-quotes {
    margin-bottom: 50px;
}

.carousel-quotes .carousel-indicators {
    position: absolute;
    bottom: -25px;
    left: 0%;
    z-index: 15;
    width: auto;
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-left: 0%;
}

.carousel-quotes .carousel-indicators li {
    background: #BBBDBF;
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 5px;
}

.carousel-quotes .carousel-indicators li.active {
    background: #32343F;
}

#slide-row .carousel-indicators {
    display: none;
}

.videos {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .videos {
        margin-bottom: 55px;
    }
}

.videos h5 {
    color: #8F3660;
    margin-bottom: 5px;
}

.videos h6 {
    margin-top: 0px;
    font-size: 12px;
}

.videos .caption-text {
    margin-bottom: 15px;
}

.videos .video-wrap {
    position: relative;
}

.videos .video-wrap:hover {
    opacity: .9;
}

.videos .video-wrap .circle-play {
    position: absolute;
    bottom: 7px;
    left: 7px;
    background: url("img/play-circle.svg") no-repeat center center;
    background-size: cover;
    height: 33px;
    width: 33px;
    border-radius: 26px;
    box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.videos .video-wrap .video-time {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #BA7B59;
    color: #ffffff;
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 0px 10px;
}

.fancybox-caption h5 {
    color: #ffffff;
    font-weight: 400;
}

.fancybox-caption h6 {
    color: #BBBDBF;
}

span.video-wrap {
    display: block;
}

.table-striped>tbody>tr:nth-of-type(odd),
.page-container table>tbody>tr:nth-of-type(odd),
.default-table>tbody>tr:nth-of-type(odd) {
    background-color: #EBEBEB;
}

.table-striped thead+tbody tr:nth-of-type(odd),
.page-container table thead+tbody tr:nth-of-type(odd),
.default-table thead+tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped thead+tbody tr:nth-of-type(even),
.page-container table thead+tbody tr:nth-of-type(even),
.default-table thead+tbody tr:nth-of-type(even) {
    background-color: #EBEBEB;
}


/*
table {
	tbody {
		tr {
			td {
				&:first-of-type {
					color: $teal;
					font-family: $sans-serif;
					font-weight: 700;
					text-transform: uppercase;
				}
				a {
					color: $mediumgray;
				}
			}
		}
	}
}
*/

.page-container table,
.default-table {
    padding: 9px;
    border: 1px solid white;
}

.page-container table thead tr,
.default-table thead tr {
    background: #234155;
}

.page-container table thead tr td,
.page-container table thead tr h5,
.default-table thead tr td,
.default-table thead tr h5 {
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 700;
}

.page-container table tbody,
.page-container table thead,
.default-table tbody,
.default-table thead {
    padding: 9px;
    /*
		tr:first-of-type {
			background: $blue;
			
			td, h5 {
				color: $white !important;
				text-transform: uppercase;
				font-weight: 700;
			}
			
		}
*/
}

.page-container table tbody tr,
.page-container table thead tr,
.default-table tbody tr,
.default-table thead tr {
    border-top: 1px solid #fff;
    border-bottom: 1 solid #fff;
    text-align: left;
}

.page-container table tbody td,
.page-container table tbody th,
.page-container table thead td,
.page-container table thead th,
.default-table tbody td,
.default-table tbody th,
.default-table thead td,
.default-table thead th {
    /*
				a {
					color: $orange;
				}
*/
    line-height: 1.1em;
    padding: 15px 10px;
    border: none !important;
    text-align: left;
}

.page-container table tbody td .center,
.page-container table tbody th .center,
.page-container table thead td .center,
.page-container table thead th .center,
.default-table tbody td .center,
.default-table tbody th .center,
.default-table thead td .center,
.default-table thead th .center {
    text-align: default;
}

.news {
    position: relative;
}

.news .col-xs-12 {
    margin-bottom: 40px;
    padding-left: 38px;
    padding-right: 38px;
    /*
		a {
			text-decoration: underline;
		}
*/
}


/*.news .col-xs-12:before {
      content: "";
      border-left: 5px solid #8F3660;
      position: absolute;
      height: 100%;
      left: 15px; }*/

.news .col-xs-12 h5 {
    color: #32343F;
    margin: 0px;
    margin-bottom: 10px;
}

.news .col-xs-12 h4 {
    font-weight: 400;
    color: #177981;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .news .col-xs-12 h4 {
        font-size: 22px;
    }
}

.news .col-xs-12 p {
    margin-bottom: 0px;
}

.news .date {
    margin-right: 15px;
}

.news h4 a {
    text-decoration: none;
}

.journal {
    margin-top: 10px;
    margin-bottom: 0px;
}

.journal a p {
    padding-top: 5px;
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.journal a:hover img {
    opacity: .8;
}

.journal a:hover p {
    color: #BA7B59;
}

.page-container .backround-blue,
.container .backround-blue {
    background: #234155;
    padding: 25px;
}

@media (min-width: 992px) {
    .page-container .backround-blue,
    .container .backround-blue {
        min-height: 318px;
    }
}

@media (min-width: 1200px) {
    .page-container .backround-blue,
    .container .backround-blue {
        padding: 0px 135px;
    }
}

.page-container .backround-blue h1,
.page-container .backround-blue h2,
.page-container .backround-blue h3,
.page-container .backround-blue h4,
.page-container .backround-blue h5,
.page-container .backround-blue h6,
.page-container .backround-blue p,
.container .backround-blue h1,
.container .backround-blue h2,
.container .backround-blue h3,
.container .backround-blue h4,
.container .backround-blue h5,
.container .backround-blue h6,
.container .backround-blue p {
    color: #ffffff;
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-container .backround-blue h1,
.page-container .backround-blue h2,
.page-container .backround-blue h3,
.page-container .backround-blue h4,
.page-container .backround-blue h5,
.page-container .backround-blue h6,
.container .backround-blue h1,
.container .backround-blue h2,
.container .backround-blue h3,
.container .backround-blue h4,
.container .backround-blue h5,
.container .backround-blue h6 {
    margin-bottom: 20px;
}

.page-container .backround-blue a,
.container .backround-blue a {
    margin-bottom: 40px;
}

.page-container .backround-blue span a,
.container .backround-blue span a {
    color: #BA7B59;
}

@media (min-width: 992px) {
    .page-container .mb-55,
    .container .mb-55 {
        margin-bottom: 55px;
    }
}

.page-container .mb-40,
.container .mb-40 {
    margin-bottom: 40px;
}

.page-container .mb-20,
.container .mb-20 {
    margin-bottom: 20px;
}

.page-container .no-top,
.container .no-top {
    margin-top: 0;
}

.page-container .mb-10,
.container .mb-10 {
    margin-bottom: 10px;
}

.page-container .mb-0,
.container .mb-0 {
    margin-bottom: 0;
}

.page-container .mb-buffer,
.container .mb-buffer {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .page-container .mb-buffer,
    .container .mb-buffer {
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .page-container .mb-buffer,
    .container .mb-buffer {
        margin-bottom: 80px;
    }
}

.page-container .mb-buffer-small,
.container .mb-buffer-small {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .page-container .mb-buffer-small,
    .container .mb-buffer-small {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .page-container .mb-buffer-small,
    .container .mb-buffer-small {
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .page-container img.alignright,
    .page-container img.alignleft,
    .container img.alignright,
    .container img.alignleft {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 480px) {
    .page-container img.alignright,
    .container img.alignright {
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 480px) {
    .page-container img.alignleft,
    .container img.alignleft {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

.page-container img.aligncenter,
.container img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9000;
}

.big-social a {
    display: inline-block !important;
    margin-right: 25px;
}

@media (min-width: 768px) {
    .big-social a {
        margin-right: 45px;
    }
}

.big-social a img {
    vertical-align: bottom;
    transition: all .1s ease-in;
}

.big-social a:last-of-type {
    margin-right: 0px;
}

.big-social a:hover img {
    opacity: .7;
}

.home-mobile-banner {
    margin-top: 40px;
    margin-bottom: 60px;
    background: #BBBDBF;
    position: relative;
    padding: 0;
}

.home-mobile-banner .home-mobile-banner-content {
    padding: 10px 20px 20px 20px;
    background: #177981;
}

@media screen and (min-width: 620px) {
    .home-mobile-banner .home-mobile-banner-content {
        max-width: 350px;
        position: absolute;
        bottom: -20px;
        left: 20px;
    }
}

.home-mobile-banner .home-mobile-banner-content h1 {
    font-size: 2.8rem;
    color: #272831;
}

@media screen and (min-width: 620px) {
    .home-mobile-banner .home-mobile-banner-content h1 {
        font-size: 3.2rem;
    }
}

.home-mobile-banner .home-mobile-banner-content h5 {
    color: #E6E6E6;
    margin-bottom: 20px;
}

.home-mobile-banner .home-mobile-banner-content p {
    color: #ffffff;
}

.box,
.chambernation_calendar_info,
.page-container aside.side-nav {
    border: 1px solid #E6E6E6;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 9px;
}

.chambernation_event_type {
    margin-bottom: 0px;
}

.chambernation_event_type .form-wrap {
    background: #234155;
    padding: 18px;
    border-radius: 3px;
}

.chambernation_event_type .form-wrap form {
    background: none;
    border: none;
    padding: 0px !important;
    margin-bottom: 0;
}

.chambernation_event_type .form-wrap form .form-group {
    margin-bottom: 0px;
}


/*
.chambernation_event_type form, .chambernation_calendar_info form {
	display: block !important;
	padding: 0 !important;
}
*/

#chambernation_mini_cal {
    margin-bottom: 20px;
}

#chambernation_mini_cal table {
    width: 100%;
    background-color: #FAFAFA;
    border: 1px solid #E6E6E6;
}

#chambernation_mini_cal table a {
    padding: 10px;
}

#chambernation_mini_cal table img {
    margin-bottom: 0px;
}

#chambernation_mini_cal table tr:first-of-type td center b {
    color: #ffffff;
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
}

#chambernation_mini_cal table tr:nth-of-type(2) td center {
    text-transform: uppercase;
}

#chambernation_mini_cal table tr td,
#chambernation_mini_cal table tr td:first-of-type {
    padding: 8px;
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #32343F;
    font-weight: 400;
}

#chambernation_mini_cal table tr td.active {
    padding: 0px;
}

#chambernation_mini_cal table tr td.active center {
    background: #234155;
    color: #ffffff;
    padding: 8px;
}

#chambernation_mini_cal table tr td a {
    font-weight: 700;
}

@media (max-width: 768px) {
    .chambernation_calendar_viewing_options {
        margin-bottom: 20px;
    }
}

.chambernation_calendar_viewing_options table tbody tr:first-of-type {
    background: none;
}

.chambernation_calendar_viewing_options table tbody tr:first-of-type td {
    text-transform: none;
}

.chambernation_calendar_viewing_options table tbody tr:first-of-type a {
    margin-bottom: 14px;
}

.chambernation_calendar_viewing_options table tbody tr td {
    padding: 0;
}

.chambernation_calendar_viewing_options table tbody tr td:first-of-type {
    text-transform: none;
}

.chambernation_calendar_viewing_options table tbody tr td:last-of-type a {
    float: right;
}

.chambernation_calendar_viewing_options table tbody tr td a {
    width: 96%;
    text-align: left;
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
}

@media (min-width: 992px) {
    .chambernation_calendar_viewing_options table tbody tr td a {
        min-width: 177px;
        font-size: 16px;
        padding-left: 14px;
        padding-right: 14px;
    }
}

.chambernation_calendar_viewing_options table tbody tr td a img {
    margin: 0px;
    float: right;
}

.chambernation_calendar_info table {
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
    padding: 0;
}

.chambernation_calendar_info table tbody tr:first-of-type {
    background: #234155;
}

.chambernation_calendar_info table tbody tr:first-of-type td {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.chambernation_calendar_info table tbody tr:first-of-type font {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
}

.chambernation_calendar_info table tbody tr td {
    padding: 18px;
}

.chambernation_calendar_info table tbody tr td:first-of-type font {
    font-size: 16px;
}

.chambernation_calendar_info table tbody tr td font div a {
    font-family: georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    /*
								&:hover {
									color: $orange;
								}
*/
}

.chambernation_calendar_info table tbody tr td font hr {
    display: none;
}

.chambernation_calendar_info table tbody tr td {
    /*
					a {
						color: $mediumgray;
					}
*/
}

.chambernation_calendar_info table tbody tr td:first-of-type {
    color: #32343F;
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 25%;
}

.home-table tbody tr td {
    padding: 18px;
}

.home-table tbody tr td:first-of-type font {
    font-size: 16px;
}

.home-table tbody tr td:first-of-type {
    color: #32343F;
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.chambernation_calendar_info .date {
    color: #32343F !important;
}

.box form,
.chambernation_calendar_info form,
.page-container aside.side-nav form {
    background: #FAFAFA;
    border: 1px solid #E6E6E6;
    padding: 15px;
}

@media (min-width: 768px) {
    .box form,
    .chambernation_calendar_info form,
    .page-container aside.side-nav form {
        padding: 30px;
    }
}

.box form label,
.chambernation_calendar_info form label,
.page-container aside.side-nav form label {
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.box form input:not([type="submit"]),
.chambernation_calendar_info form input:not([type="submit"]),
.page-container aside.side-nav form input:not([type="submit"]) {
    width: 100%;
}

.box form select,
.chambernation_calendar_info form select,
.page-container aside.side-nav form select {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    font-family: "neue-haas-grotesk-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.box form .form-inline,
.chambernation_calendar_info form .form-inline,
.page-container aside.side-nav form .form-inline {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .box form .form-inline .form-group,
    .chambernation_calendar_info form .form-inline .form-group,
    .page-container aside.side-nav form .form-inline .form-group {
        width: 48%;
    }
}

.box form .form-inline .form-group:last-of-type,
.chambernation_calendar_info form .form-inline .form-group:last-of-type,
.page-container aside.side-nav form .form-inline .form-group:last-of-type {
    margin-right: 0%;
}

@media (min-width: 768px) {
    .box form .form-inline .form-group:last-of-type,
    .chambernation_calendar_info form .form-inline .form-group:last-of-type,
    .page-container aside.side-nav form .form-inline .form-group:last-of-type {
        float: right;
    }
}

.box form .form-inline .form-group.required label:after,
.chambernation_calendar_info form .form-inline .form-group.required label:after,
.page-container aside.side-nav form .form-inline .form-group.required label:after {
    content: "*";
    color: #8F3660;
}

.box form .form-group.required label:after,
.chambernation_calendar_info form .form-group.required label:after,
.page-container aside.side-nav form .form-group.required label:after {
    content: "*";
    padding-left: 4px;
    color: #8F3660;
}

p.address {
    font-size: 21px;
    line-height: 23px;
}

.profile {
    margin-bottom: 30px;
    position: relative;
    padding: 20px;
    border: 1px solid #E6E6E6;
    /*
	.btn {
		position: absolute;
		bottom: 10px;
		left: 10px;
	}
*/
}

.profile img {
    margin-bottom: 0px;
}

@media (min-width: 480px) {
    .profile img {
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 480px) {
    .profile img.aligncenter {
        float: none;
        margin-left: auto;
        margin-bottom: 20px;
    }
}

@media (min-width: 480px) {
    .profile h3 {
        margin-top: 0;
    }
}

.profile h5 {
    margin-bottom: 20px;
    color: #234155;
}

.fancy-modal {
    display: none;
}

.fancy-modal.fancybox-content {
    max-width: 800px;
}

.page-container .nav-pills>li.active>a,
.page-container .nav-pills>li.active>a:hover,
.page-container .nav-pills>li.active>a:focus {
    background: #32343F;
}

.page-container .nav-pills>li>a:hover,
.page-container .nav-pills>li>a:focus {
    background: #177981;
}

.page-container .nav-pills li {
    margin-bottom: 0;
}

.page-container .nav-pills li a {
    background: #E6E6E6;
    padding: 10px 15px;
}

.page-container aside.side-nav {
    margin-bottom: 20px;
    /*
		background:	$white;
		padding: 5px;
		border: 1px solid $lightergray;
		box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.10);
*/
}

.page-container aside.side-nav .nav {
    background: #E6E6E6;
    font-size: 18px;
}

.page-container aside.side-nav .nav a {
    padding: 12px 15px;
    line-height: 1.1em;
}