@charset 'UTF-8';
/* ==========================================================================
   General 
   ========================================================================== */

/* Base Rules 
   ========================================================================== */

html {
    font-size: 16px;
}

p {
    margin-bottom: 1em;
}

p.lead {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.56;
    text-transform: uppercase;
    color: #ef7623;
}

blockquote {
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 1.5em;
    color: white;
    border-left: 0;
    background-color: #232c64;
}

blockquote p[style] {
    font-size: .875rem;
    font-weight: 700;
    font-style: italic;
    color: #acb0c7;
}

a,
button {
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

h2,
.h2 {
    text-transform: uppercase;
    color: #232c64;
}

h3,
.h3 {
    font-family: 'Roboto Slab', sans-serif;
    color: #1d498b;
}

h4,
.h4 {
    color: #232c64;
}

/* Bootstrap 
   ========================================================================== */

.btn {
    font-family: 'Roboto Slab', sans-serif;
}

.thumbnail {
    line-height: normal;
    padding: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    border: 0;
    border-radius: 0;
}

.thumbnail:hover,
.thumbnail:focus {
    text-decoration: none;
    opacity: .8;
    color: initial;
}

.form-control {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    box-shadow: none;
}

.form-control:hover {
    background-color: #fcfcfc;
}

.form-control:focus {
    background-color: #fafafa;
    box-shadow: none;
}

.breadcrumb>li+li:before {
    margin-left: 5px;
}

/* ========================================================================== 
   Layout 
   ========================================================================== */

/* Header 
   ========================================================================== */

.header-top {
    background: white;
}

.header-brand {
    display: inline-block;
    float: none;
    width: 7.8rem;
    height: auto;
    padding: 0;
}

.header-brand:hover,
.header-brand:focus {
    opacity: .8;
}

.header-brand__logo {
    max-width: 100%;
    height: auto;
}

.header-brand__text {
    display: inline-block;
    padding: .47em 0;
}

.header-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: .5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.header-tagline {
    font-family: 'Roboto Slab', sans-serif;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.25;
    margin: .75rem 0 .75rem .75em;
    padding-left: .75rem;
    color: #1d498b;
    border-left: 1px solid #1d498b;
}

@media (min-width: 992px) {
    .header-tagline {
        font-size: 1rem;
        display: inline-block;
        width: 22rem;
        max-width: 100%;
        margin: 0 0 0 1.5rem;
        padding-left: 1.5rem;
    }
}

.header-search {
    position: relative;
}

.header-search::after {
    font-family: 'FontAwesome';
    font-size: 1.1rem;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: .75rem;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ddd;
}

@media (min-width: 992px) {
    .header-search {
        float: right;
        width: 24rem;
        margin: 2rem 0;
    }
    .header-search .form-control {
        font-size: .9rem;
        border-color: #ccc;
    }
    .header-search .form-control:focus {
        border-color: #232c64;
    }
    .header-search .btn {
        border-color: #232c64;
        background-color: #232c64;
    }
}

.header-top .search-form {
    display: none;
}

@media (min-width: 992px) {
    .header-top .search-form {
        display: block;
    }
}

.navbar {
    min-height: 0;
    border: 0;
}

.navbar-toggle {
    float: none;
    width: 100%;
    margin: 0;
    padding: .75rem;
    color: white;
    border: 0;
}

.navbar-toggle .fa {
    margin-right: .5em;
}

.navbar-collapse .search-form {
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.navbar-collapse .search-form .form-control,
.navbar-collapse .search-form .btn {
    height: 2.75rem;
    border: 0;
}

.navbar-collapse .search-form .form-control {
    padding: 1rem;
}

.navbar-collapse .search-form .btn {
    color: #1d498b;
    background: white;
}

@media (min-width: 992px) {
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-collapse .search-form {
        display: none;
        visibility: hidden;
    }
}

.navbar-nav {
    margin-bottom: .5rem;
}

.navbar-nav>li .dropdown-toggle .caret {
    -webkit-transition: -webkit-transform 150ms;
    transition: transform 150ms;
}

.dropdown-menu .navbar-nav>li>li>a,
.navbar-nav>li .dropdown-menu .dropdown-header {
    padding: 10px 15px;
}

.navbar-nav .open>.dropdown-toggle {
    color: white;
}

.navbar-nav .open>.dropdown-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
    opacity: 1;
}

@media (max-width: 992px) {
    .navbar-nav .open>.dropdown-menu {
        padding-left: 1rem;
    }
}

.navbar-nav .open>.dropdown-toggle .caret {
    -webkit-transform: rotateZ(-180deg) translateX(-.125em);
    transform: rotateZ(-180deg) translateX(-.125em);
}

@media (min-width: 992px) {
    .navbar-nav {
        margin-bottom: 0;
    }
    .navbar-nav>li>a {
        font-size: .8rem;
        padding: 1.25rem 1rem;
        text-transform: uppercase;
    }
    .navbar-nav>li:first-child>a {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-nav>li>a {
        font-size: .9rem;
        padding-right: 1.5em;
        padding-left: 1.5em;
    }
}

@media (max-width: 992px) {
    .navbar-nav {
        margin-top: 0;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px;
    }
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a.dropdown-toggle,
.navbar-default .navbar-nav>.open>.dropdown-menu>.open>a.dropdown-toggle {
    color: white;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: transparent;
}

.navbar .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

.navbar .dropdown-menu>li.active>a:hover,
.navbar .dropdown-menu>li.active>a:focus {
    color: #1d498b;
}

.navbar .dropdown-menu>li>a {
    padding: 10px 15px;
}

.navbar .dropdown-toggle .caret {
    font-size: 1rem;
    width: auto;
    height: auto;
    border: 0;
}

.navbar .dropdown-toggle .caret::after {
    font-family: 'FontAwesome';
    margin-left: .25rem;
    content: '';
}

.navbar .dropdown .dropdown {
    margin-left: 1em;
}

.navbar .dropdown .dropdown .dropdown-menu {
    margin-left: 1.5em;
}

@media (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        -webkit-transition: all 100ms ease-out;
        transition: all 100ms ease-out;
        -webkit-transform: translateY(-.5em);
        -ms-transform: translateY(-.5em);
        transform: translateY(-.5em);
        pointer-events: none;
        opacity: 0;
    }
    .navbar .dropdown .dropdown {
        margin-left: 0;
    }
    .navbar .dropdown .dropdown .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        margin: 0;
    }
    .navbar .dropdown .dropdown .dropdown-toggle .caret {
        display: inline-block;
        float: right;
    }
    .navbar .dropdown .dropdown .dropdown-toggle .caret::after {
        margin-right: .15em;
        content: '';
    }
    .navbar .dropdown .dropdown-toggle:hover+.dropdown-menu,
    .navbar .dropdown .dropdown-toggle+.dropdown-menu:hover {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        pointer-events: all;
        opacity: 1;
    }
}

@media (max-width: 992px) {
    .navbar {
        height: auto;
        min-height: 0;
    }
}

.autocomplete-suggestion {
    font-size: .875rem;
    color: #999;
}

.autocomplete-suggestion a {
    display: block;
    padding: .5rem;
    color: inherit;
}

.autocomplete-suggestion a:hover,
.autocomplete-suggestion a:focus {
    text-decoration: none;
}

.autocomplete-suggestion span {
    font-size: .6em;
    font-weight: bold;
    display: inline-block;
    float: right;
    margin-left: 1.5rem;
    text-transform: uppercase;
    color: #1d498b;
}

.autocomplete-suggestion.empty {
    padding: .5rem 1rem;
}

/* Wrapper 
   ========================================================================== */

.wrapper {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.wrapper--home {
    padding-top: 0;
    padding-bottom: 0;
}

.wrapper--members {
    padding-top: 0;
}

.wrapper--member {
    padding-top: 4rem;
}

/* Content 
   ========================================================================== */

/* Breadcrumb
   ========================================================================== */

.site-breadcrumb {
    font-size: .875rem;
}

.site-breadcrumb ol {
    margin-bottom: .5rem;
}

.site-breadcrumb a,
.site-breadcrumb span {
    color: #828282;
}

/* Sidebar 
   ========================================================================== */

.sidebar {
    padding-top: 2rem;
    border-top: 1px solid #eee;
}

@media (min-width: 992px) {
    .sidebar {
        margin-top: 3rem;
        padding-top: 0;
        padding-left: 1.5rem;
        border-top: 0;
        border-left: 4px solid #f3f3f3;
    }
}

.widget {
    margin-bottom: 1.25rem;
}

.widget ul {
    padding-left: 1.25rem;
}

.widget ul li {
    margin-bottom: .3rem;
}

.widget p.lead {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.59;
    color: #1d498b;
}

.widget-title {
    margin-top: 0;
}

/* Footer 
   ========================================================================== */

.footer {
    font-size: .875rem;
    padding: 0;
}

.footer-top {
    padding: 2rem 0 1.5rem;
    color: #1d498b;
    background-color: #d7d7d7;
}

.footer-top__address {
    color: #1d498b;
}

.footer-top__address h6 {
    font-size: 1em;
    font-weight: 700;
}

.footer-brand {
    margin-bottom: 2rem;
    text-align: center;
}

.footer-brand__logo {
    display: inline-block;
    margin-bottom: 1rem;
}

.footer-brand__address a {
    font-weight: bold;
}

.footer-brand__address span {
    display: inline-block;
    margin: 0 .75rem;
}

@media (min-width: 768px) {
    .footer-brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        text-align: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-brand__logo {
        margin-bottom: 0;
    }
    .footer-brand__address {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .footer-brand {
        margin-bottom: 2rem;
    }
    .footer-brand__address {
        margin-left: 1.5rem;
        padding-left: 1.5rem;
        border-left: 2px solid #1d498b;
    }
}

.footer-bottom {
    font-size: .875rem;
    line-height: 2;
    padding: 2rem 0;
    text-align: center;
    vertical-align: top;
    color: #fff;
    background-color: #232c64;
}

.footer-bottom__nav>li {
    display: inline-block;
}

.footer-bottom__nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
    color: inherit;
}

.footer-bottom__nav>li>a:hover,
.footer-bottom__nav>li>a:focus {
    text-decoration: underline;
}

.footer-bottom__nav>li:first-child>a {
    padding-left: 0;
}

.footer-bottom__copyright {
    display: inline-block;
    margin-bottom: 0;
}

.footer-bottom__copyright a {
    display: block;
    text-decoration: underline;
    color: #b2b5cc;
}

@media (min-width: 992px) {
    .footer-bottom {
        padding: 3.5rem 0;
        text-align: left;
    }
    .footer-bottom__nav {
        display: inline-block;
        margin-bottom: 0;
    }
    .footer-bottom__nav>li {
        line-height: 1;
        padding-right: .5rem;
        border-right: 1px solid white;
    }
    .footer-bottom__copyright {
        line-height: 1;
        margin-left: 1rem;
    }
    .footer-bottom__copyright a {
        display: inline-block;
        margin-left: 1rem;
        padding-left: 1rem;
        border-left: 1px solid white;
    }
    .footer-bottom__copyright a:hover,
    .footer-bottom__copyright a:focus {
        color: white;
    }
}

/* ========================================================================== 
   Blog 
   ========================================================================== */

/* Wordpress 
   ========================================================================== */

.alignnone {
    margin: .5em 1.5em 1.5em 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: .5em auto;
}

.alignright {
    float: right;
    margin: .5em 0 1.5em 1.5em;
}

.alignleft {
    float: left;
    margin: .5em 1.5em 1.5em 0;
}

a img .wp-caption {
    max-width: 100%;
    padding: .6em;
    text-align: center;
    border: 1px solid #f0f0f0;
    background: #fff;
}

a img .wp-caption.alignnone {
    margin: .5em 1.5em 1.5em 0;
}

a img.alignnone {
    margin: .5em 1.5em 1.5em 0;
}

a img.alignleft {
    float: left;
    margin: .5em 1.5em 1.5em 0;
}

a img.alignright {
    float: right;
    margin: .5em 0 1.5em 1.5em;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: .8em;
    margin: 0;
    padding: 1em 0 .25em;
}

.wp-caption.alignleft {
    margin: .5em 1.5em 1.5em 0;
}

.wp-caption.alignright {
    margin: .5em 0 1.5em 1.5em;
}

.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
}

.screen-reader-text:focus {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    line-height: normal;
    z-index: 100000;
    top: 5px;
    left: 5px;
    display: block;
    clip: auto !important;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    color: #21759b;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

/* Entry 
   ========================================================================== */

.entry-post--loop:not(:last-child) {
    margin-bottom: 2.25em;
    padding-bottom: 2.5em;
    border-bottom: 1px solid #eee;
}

.entry-title--loop a:hover,
.entry-title--loop a:focus {
    color: #1d498b;
}

.entry-content {
    font-size: 18.72px;
}

.entry-content .btn {
    font-size: 1em;
    padding: .5em 1.5em;
}

.entry-content .form-inline {
    vertical-align: top;
}

.entry-content .form-inline .form-group {
    margin-right: .25em;
}

.entry-content .form-inline .form-control {
    position: relative;
    top: -1px;
}

.entry-content .form-control {
    height: 48px;
    padding: .25em 1.2em;
    border-width: .125rem;
}

.entry-content ul li,
.entry-content ol li {
    font-weight: 700;
    font-style: italic;
    line-height: 1.56;
    color: #1d498b;
}

.entry-content h3,
.entry-content .h3,
.entry-content h4,
.entry-content .h4 {
    margin-top: 1.5em;
    margin-bottom: .75em;
}

.entry-related__item a:hover,
.entry-related__item a:focus {
    color: #1d498b;
}

/* Page 
   ========================================================================== */

.page-header {
    margin-top: 0;
}

/* ========================================================================== 
   Components
   ========================================================================== */

/* Banner
   ========================================================================== */

.banner {
    padding-top: 10rem;
}

.banner-title {
    padding: 1.25rem 0;
    background: rgba(0, 0, 0, .5);
}

.banner-title__heading {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    .banner-title__heading {
        font-size: 2.813rem;
        text-align: left;
    }
}

/* Jumbo
   ========================================================================== */

.jumbo {
    padding: 3rem 0;
}

.jumbo-box {
    position: relative;
}

.jumbo-box__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 1.11;
    margin: 0;
    padding: 1rem;
    color: #1d498b;
    background: rgba(255, 255, 255, .7);
}

.jumbo-box__content {
    font-weight: 700;
    line-height: 1.56;
    padding: 1rem;
    color: #fff;
    background: rgba(29, 73, 139, .7);
}

.jumbo-box__content p {
    margin-bottom: 0;
}

.jumbo-box__buttons {
    width: 100%;
    margin-bottom: 9px;
}

.jumbo-box__buttons .btn {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    display: block;
    padding: 1rem;
    color: #232c64;
}

.jumbo-box__buttons .btn:first-child {
    background: rgba(255, 255, 255, .9);
}

.jumbo-box__buttons .btn:last-child {
    background: rgba(172, 176, 199, .9);
}

.jumbo-box__buttons .btn:hover,
.jumbo-box__buttons .btn:focus {
    opacity: .9;
}

.jumbo-box__buttons .btn::after {
    display: inline-block;
    width: 22px;
    height: 13px;
    margin-left: .5rem;
    content: '';
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHZlcnNpb249IjEuMSIgZmlsbD0iIzFhMWU1MCI+PGcgaWQ9InN1cmZhY2UxIiBmaWxsPSIjMWExZTUwIj48cGF0aCBzdHlsZT0iICIgZD0iTSAyMS4xODc1IDkuMjgxMjUgTCAxOS43ODEyNSAxMC43MTg3NSBMIDI0LjA2MjUgMTUgTCA0IDE1IEwgNCAxNyBMIDI0LjA2MjUgMTcgTCAxOS43ODEyNSAyMS4yODEyNSBMIDIxLjE4NzUgMjIuNzE4NzUgTCAyNy45MDYyNSAxNiBaICIgZmlsbD0iIzFhMWU1MCIvPjwvZz48L3N2Zz4K) no-repeat center/cover;
}

@media (min-width: 768px) {
    .jumbo-box__buttons .btn {
        float: left;
        width: 50%;
    }
}

.jumbo-box::after {
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 9px;
    content: '';
    background: rgba(29, 73, 139, .7);
}

@media (min-width: 992px) {
    .jumbo {
        padding: 7.5rem 0;
    }
    .jumbo-box__title {
        font-size: 2.813rem;
    }
    .jumbo-box__content {
        font-size: 1.125rem;
    }
    .jumbo-box__buttons .btn {
        font-size: 1.125rem;
    }
}

/* Neutrals
   ========================================================================== */

.neutrals {
    padding: 3rem 0;
    background-color: #eeeeec;
}

.neutrals-title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 1.11;
    margin-top: 0;
    margin-bottom: .75em;
    text-align: center;
    text-transform: none;
    color: #1d498b;
}

.neutrals-content {
    margin-bottom: 2.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .neutrals-content .members-col {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}

.neutrals-article {
    background: white;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.neutrals-article:hover .neutrals-post,
.neutrals-article.hover .neutrals-post {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.neutrals-post {
    position: relative;
    height: 0;
    padding-top: 130%;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.neutrals-post img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.neutrals-front,
.neutrals-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.neutrals-front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.neutrals-back {
    height: 100%;
    padding: 1.5rem;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    text-align: left;
    background-color: #f4f7fb;
    box-shadow: inset 0 .063rem .313rem .063rem rgba(0, 0, 0, .2);
}

.neutrals-back__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.33;
    margin-top: 0;
    text-transform: uppercase;
    color: #232c64;
}

.neutrals-back__content {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5;
    color: #232c64;
}

.neutrals-back__content ul {
    margin-left: 1rem;
    padding-left: 0;
}

.neutrals-back__link {
    font-size: .875rem;
    font-weight: 700;
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    text-align: right;
    text-decoration: underline;
    color: #232c64;
}

.neutrals-footer {
    text-align: center;
}

.neutrals-footer .btn {
    padding: .75em 1.25em;
    text-transform: none;
}

.neutrals-footer .btn::after {
    display: inline-block;
    width: 22px;
    height: 13px;
    margin-left: .5rem;
    content: '';
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHZlcnNpb249IjEuMSIgZmlsbD0iI2ZmZmZmZiI+Cgk8ZyBpZD0ic3VyZmFjZTEiIGZpbGw9IiNmZmZmZmYiPgoJCTxwYXRoIHN0eWxlPSIgIiBkPSJNIDIxLjE4NzUgOS4yODEyNSBMIDE5Ljc4MTI1IDEwLjcxODc1IEwgMjQuMDYyNSAxNSBMIDQgMTUgTCA0IDE3IEwgMjQuMDYyNSAxNyBMIDE5Ljc4MTI1IDIxLjI4MTI1IEwgMjEuMTg3NSAyMi43MTg3NSBMIDI3LjkwNjI1IDE2IFogIgoJCSAgICBmaWxsPSIjZmZmZmZmIiAvPgoJPC9nPgo8L3N2Zz4=) no-repeat center/cover;
}

@media (min-width: 992px) {
    .neutrals {
        padding: 5rem 0;
    }
    .neutrals-title {
        font-size: 2.813rem;
    }
}

/* Member - Loop
   ========================================================================== */

.members-content {
    position: relative;
}

@media (min-width: 480px) {
    .members-content {
        margin: 0 -.75rem;
    }
    .members-col {
        padding: 0 .75rem;
    }
}

@media (min-width: 768px) {
    .members-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -.5rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .members-col {
        padding: 0 .5rem;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media (min-width: 992px) {
    .members-col {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}

.members-filters {
    margin-bottom: 1.5rem;
    padding: 1.5rem 0;
    text-align: center;
    background-color: #f0f0f0;
}

.members-filters .form-group .input-group-btn {
    width: 2rem;
}

.members-filters .form-group:last-child {
    margin-bottom: 0;
}

.members-filters .form-control {
    font-size: .875rem;
    font-weight: 700;
    color: #989898;
}

.members-filters .dropdown-menu {
    font-size: .875rem;
    width: 100%;
    border-color: #ccc;
    box-shadow: none;
}

.members-filters .dropdown-menu a {
    font-weight: bold;
    padding: 6px 15px;
    color: #989898;
}

.members-filters .dropdown-toggle {
    font-size: .875rem;
    width: 100%;
    height: 36px;
    padding: .25rem 1rem;
    text-align: left;
    color: #989898;
    border-color: #ccc;
    background: white;
}

.members-filters.open>.dropdown-toggle,
.members-filters.open>.dropdown-toggle:hover,
.members-filters.open>.dropdown-toggle:focus {
    color: #989898;
    border-color: #ccc;
    background: white;
}

.members-filters .input-group {
    width: 100%;
}

.members-filters .separator {
    font-size: .875rem;
    font-weight: 700;
    display: inline-block;
    margin: .25rem 0;
    color: #989898;
}

@media (min-width: 768px) {
    .members-filters {
        margin-bottom: 2.5rem;
        padding: 3rem 0;
    }
    .members-filters .form-group {
        margin: 0 .5rem;
    }
    .members-filters .input-group {
        width: 23rem;
        max-width: 100%;
    }
    .members-filters .separator {
        margin: 0;
    }
}

.members-status {
    font-size: 1.5rem;
    margin: 1rem;
    text-align: center;
}

.member-post {
    margin-bottom: 1.5rem;
    padding: .5rem;
    text-align: center;
    border: .125rem solid #e8e8e8;
}

.member-post__title {
    font-size: .8rem;
    font-weight: 400;
    font-weight: 700;
    line-height: 1.31;
}

.member-post__title a {
    color: #232c64;
}

.member-post__title a:hover,
.member-post__title a:focus {
    text-decoration: none;
    color: #232c64;
}

/* Member - Entry
   ========================================================================== */

body.single-member {
    background-color: #eeeeec;
}

.member-title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: .6;
    margin: 0 0 1.5rem;
    color: #232c64;
}

.member-thumbnail {
    margin-bottom: 1.5rem;
    padding: .9rem;
    background: white;
}

.member-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.member-panel+.panel.member-panel {
    margin-top: 1rem;
}

.member-panel .panel-heading {
    position: relative;
    padding: 1rem 1.5rem;
    background-color: #232c64;
}

.member-panel .panel-heading .fa {
    font-size: 1.2rem;
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    color: white;
}

.member-panel .panel-title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: white;
}

.member-panel .panel-title a:hover,
.member-panel .panel-title a:focus {
    text-decoration: none;
}

.member-panel .panel-body {
    padding: 1.5rem;
}

.member-panel .panel-body ul {
    margin-left: 1rem;
    padding-left: 0;
}

.member-panel .panel-body ul li {
    margin-bottom: .5rem;
}

.member-panel--specialties .panel-body ul {
    font-weight: 700;
    color: #232c64;
}

.member-disclaimer {
    margin-top: 4rem;
    margin-bottom: 2rem;
    color: #232c64;
}

/*# sourceMappingURL=style.css.map */