.masthead {
    margin-bottom: initial;
    padding-top: 18px;
    padding-bottom: 27px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.navbar-brand>img {
    display: block;
    height: 100%;
    width: 100%;
}

.context-info .description {
    word-break: break-word;
    font-weight: 500;

}
.account-masthead .account ul li a{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 0px 10px;
    line-height: 40px !important;
}

.navbar-brand {
    float: left;
    height: 115px;
    padding: 20px 15px;
    font-size: 18px;
    line-height: 20px;
}

.container-fluid {
    padding-right: 10%;
    padding-left: 10%;
    margin-right: auto;
    margin-left: auto;
}

.search-holder {
    float: right;
}



.wrapper {
    margin-top: 15px;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    min-height: 300px;
    background-color: transparent;
}


.account {
    float: right;
}

.account ul li {

    display: block;
    float: left;
    border-left: 1px solid #00232e;
}

.primary .module .dataset-list.list-unstyled {
    padding: 40px;
    background-color: #ffffff;
}

.primary .module .module-content {
    padding: 0px;
}

.search-form {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    position: relative;
}

.search-result-title {
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
    line-height: 48px;
}

.search-result-query {
    font-weight: 300;
    font-style: italic;
    color: #135E70;
}

.search-result-description {
    font-weight: 300;
    font-size: 14px;

}

.control-order-by {}

.control-order-by select {
    background-color: #e6eaec00;
    border: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 14pt;
    height: 44px;
}

.control-order-by select:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}





.filter-header {
    color: #000000;
    font-weight: 600
}

.module-narrow .module-heading,
.module-narrow .module-content,
.module-narrow .module-footer {
    padding-left: 0px;
    padding-right: 15px;
    font-weight: 800;

}

.module-heading {
    margin: 0;
    padding: 10px 0px;
    font-size: 18px;
    line-height: 1.3;
    background-color: inherit;
    border-top: none;
    border-bottom: none;
}

.teal-text {
    color: #135E70 !important;
}

.filter-check label:after {
    content: "";
}

.filter-check {}

.filter-check-label:hover {
    text-decoration: none;
}

.filter-check-label {
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    /* justify-content: center; */
}

.filter-check-label span {
    margin-left: 0px;
    margin-top: 0px;
}

.filter-label {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    font-size: 16px;
    color: black;
    text-decoration: unset;
}

.fa-2x {
    font-size: 1.8em;
}

.nav-facet {
    display: block;
    /* line-height: 27px; */
}

.nav-facet i {
    font-size: 17px;
    color: #e94362;
    line-height: 27px;
}

.filters {
    padding: 30px;
    background-color: #ffffff;
}

.filters .reset-all {
    font-size: 16px;
}

.nav-facet>li,
.nav-aside>li {
    font-size: 12px;
    line-height: inherit;
    padding: 5px 3px;
    border-bottom: none;
    border-bottom: solid 1px #e1e1e1;
    /* border-radius: 11px; */
    margin: 0px 2px;
    /* min-width: 70px; */
    text-align: left;
}

.nav-facet>li.active,
.nav-aside.active>li {
    border: solid 1px #e94362;
    color: #e94362;
}

.nav-facet>li.active a,
.nav-aside.active>li a {
    color: #e94362;
}

.module .read-more {
    font-weight: bold;
    color: #e94362;
    font-size: 14px;
}


.nav-facet>li a,
.nav-aside>li a {
    /* font-size: 16px; */
    color: black;
    text-decoration: unset;
}


.section.module.module-narrow.module-shallow {
    margin-bottom: 20px;
}

.pagination {
    display: flex;
    justify-content: center;
    font-weight: 800;
}

.pagination li {
    padding: 0px 0px;

}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: none;
    padding: 10px 21px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #e9436294;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #e94362;
    cursor: default;
    background-color: transparent;
    border-color: transparent;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: transparent;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #2699fb;
    background-color: transparent;
    border-color: transparent;
}

.font-blod-32 {
    font-size: 32px;
    font-weight: 700;
    color: #135E70;
    float: right;
}

.btn-malibu {
    color: #000;
    background-color: #60dbff;
    border-color: #135E70;
    font-weight: 500;
    padding: 7px 30px;
    border-radius: 0px;
}

.btn-malibu:hover {
    color: rgb(0, 0, 0);
    background-color: #92e3fc;
    border-color: #135E70;
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.px60 {
    padding: 0px 60px;
}

.border-left {
    border-left: solid 1px lightgray;
}

.helpus-text {
    width: 589px;
    font-size: 16px;
}

.py30 {
    margin: 30px 0px;
}

.site-footer {
    margin-top: 70px;
    font-size: 14pt;
    margin-bottom: initial;
    padding: 70px 0;
    color: aliceblue;
    background: #323232;
}

.footer-links li {
    margin-top: 20px;
    margin-right: 121px;
    font-weight: 100;
    text-decoration: underline;
    font-size: 15px;
}

.footer-menu {
    font-size: 14px;
}

.site-footer a {
    color: aliceblue;
}

.footer-menu li {
    margin-bottom: 10px;
}

.social-media {
    border-top: solid 1px #5a808a;
    padding: 15px 0px;
}

.social-media a {
    font-size: 30px;
    padding: 0px 20px;
}

.masthead .navigation .nav-pills li a:hover,
.masthead .navigation .nav-pills li a:focus,
.masthead .navigation .nav-pills li.active a {
    background-color: transparent;
    /* color: #92e3fc; */

}

.masthead .navigation .nav-pills li.active a span {
    border-bottom: solid 2px #92e3fc;
}


.banner-card {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 60px;
}

.banner-title p {
    font-size: 14px;
    font-weight: 600;
}

.banner-title h1 {
    font-size: 55px;
    /* width: 389px; */
}

.banner-menu {
    width: 660px;
    margin: 0px auto;
}

.banner-menu {
    display: flex;
    list-style: none;
    margin-top: 38px;
    margin-bottom: 20px;
    font-weight: 600;
}

.banner-menu li {
    padding: 0px 27px;
}

.banner-title {
    width: 660px;
    margin: 0px auto;
}

.banner-form-wrapper {
    background-image: url(/images/15693694377301.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 475px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-title {
    color: white;
    font-size: 56px;
    font-weight: 100;
}



.serach-form {
    position: relative;
}



.feature-block {
    display: flex;
    justify-content: center;
}

.feature-block-inner {
    margin-top: -139px;

}

.feature-block-inner img {
    border-radius: 15px;
    box-shadow: 1px 0px 10px black;
    /* zoom: 75%; */
}

.footer-banner {
    margin-top: 50px;
    margin-bottom: 100px;

}

.footer-banner img {
    /* zoom: 75%; */
}

.link-100length {
    width: 100%;
}

@media (min-width: 768px) {
    .wrapper:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 25%;
        border-right: none;
        z-index: 1;
    }


}

.label {
    display: inline;
    padding: 9px 0.6em 0.3em;
    FONT-WEIGHT: 100;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}


html {
    font-size: 10px;
}

/* new design  */
body {

    background: #F7F7F7;
    font-family: muli, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;

}

.hero-image {
    min-height: 750px;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    display: block;
    background-image: url(../images/banner.jpg);
}

.menu-container {
    height: 140px;
    background-image: url(../images/banner.jpg);
    background-size: cover;
}

.menu {
    font-size: 15pt;
    margin-top: 3rem;
}


.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.white-text {
    color: white !important;
}

.search-card {
    width: 100%;
    height: 430px;
    margin-top: 70px;
    justify-content: center;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.mr-1 {
    margin-right: 1rem;
}

.mr-2 {
    margin-right: 2rem;
}

.mr-3 {
    margin-right: 3rem;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.mt-6 {
    margin-top: 6rem;
}

.mt-10 {
    margin-top: 10rem;
}

.p-30 {
    padding: 30px;
}

.search-card-body {
    width: 100%;
    padding: 60px;
    display: block;
    background-color: rgb(38 153 251 / 58%);
    border-radius: 10px;

}

.search-card .search-card-body .description {
    font-size: 16pt;
    font-weight: 800;
    max-width: 320px;
}

.search-card-title {
    font-size: 55pt;
    font-weight: 700;
}

.search-control {
    border-radius: 13px;
    background-color: transparent;
    color: white;
    /* position: relative; */
    font-size: 22px;
    height: 60px;
    padding-left: 26px;
}

.search-control.white-border {
    border: solid 2px white;
}

.search-control.default-border {
    border: solid 1px rgb(0, 0, 0);
    color: #000;
}

.search-control.white-border:focus {
    border: solid 2px white;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.advanced-search-icon:focus,
.advanced-search-icon:active {
    border: none;
}

.advanced-search-icon {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 3.5rem;
    border: none;
    background-color: transparent;
    color: #e94362;
    cursor: pointer;
}

.serach-form input.search-control::placeholder {
    color: rgba(255, 255, 255, 0.922);
}

.form-tags-title {
    font-size: 16pt;
}

.site-footer p {
    font-size: 13pt;
    font-weight: 100;
    color: aliceblue;
}

.form-tags-list li a {
    margin: 4px 20px;
    color: white;
    margin: 0px 21px;
    font-size: 21px;
    border-bottom: solid 2px lightgreen;
    text-decoration: none;
}


ul.form-tags-list {
    list-style: none;
    display: flex;
    font-weight: 700;
    font-size: 18px;
}

.serach-form .search-icon a {
    color: #fff;
}

.serach-form .search-icon {
    position: absolute;
    color: #fff;
    font-size: 29px;
    right: 20px;
    top: 18px;
    cursor: none;
    cursor: pointer;
}

.cards-holder .card-body {
    padding: 3.25rem;
    background-color: #ffffffe6;
    box-shadow: 1px 1px 3px 0px lightgray;
}

.cards-holder {
    margin-top: -105px;
    /* height: 250px; */

}

.cards-holder .card-title {
    font-size: 20pt;
    position: relative;
    font-weight: 800;
}

.cards-holder .card-title::after {
    content: " ";
    width: 65px;
    background-color: #e94362;
    position: absolute;
    left: 0;
    height: 8px;
    bottom: -2px;
}

.cards-holder .card-text {
    font-size: 14pt;
    margin-top: 25px;
}

.homepage-content h1 {
    font-size: 30pt;
}

.homepage-content p {
    font-size: 14pt;
    letter-spacing: 0.8pt;
    font-weight: 600;
}


#suggestions {
    position: absolute;
    width: 100%;
    display: none;
    top: 64px;
    z-index: 10000;
    background: #fff;
    /* border-bottom: gray solid thin; */
    border-right: gray solid thin;
    border-left: gray solid thin;
    text-align: left;
    box-shadow: 1px 2px 2px 0px #565656;
    border-radius: 10px;
}

#results div {
    padding: 7px;
    color: #000;
}

#results a {
    color: #000;
}

#results div:hover,
.searchItemOver {
    background-color: #60dbff;
}

.highlight {
    font-weight: 600;
}

.advanced-search-page .page-header {
    font-size: 26px;
    font-weight: 800;
    margin-top: 30px;
    border-bottom: none;
    /* background-color: #fff; */
    border-radius: 0px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    position: relative;
}

.dataset-content {
    margin: 10px 0px;
}

.dataset-heading {
    margin: 13px 0px;
}

.dataset-subheading {
    font-size: 18px;
    color: #878787;
    font-weight: 600;
}

.dataset-heading a {
    font-size: 21px;
    color: #e94362;
    font-weight: 800;
}

.dataset-footer {
    font-size: 18px;
    color: #878787;
}

.dataset-footer .tag-separator:not(:last-child):after {
    content: " · ";
}

.dataset-description {
    font-size: 16px;
    font-weight: 600;
}

.blue_after::after {
    content: " ";
    width: 85px;
    background-color: #e94362;
    position: absolute;
    left: 0;
    height: 8px;
    bottom: -10px;
}

.search-description label {
    font-size: 14pt;
    font-weight: 600;
}

.search-description {
    font-size: 14pt;
    margin: 5px 0px;
    font-weight: 600;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #e94362;
    border-color: #e94362;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

.tag {
    display: inline-block;
    margin-bottom: 4px;
    color: #111;
    background-color: #f6f6f6;
    padding: 1px 10px;
    border: 1px solid #dddddd;
    border-radius: 100px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    font-size: 16px;
    font-weight: 700;
  }
a.tag:hover {
    text-decoration: none;
    color: #fff;
    background-color: #30778d;
    border: 1px solid #235767;
    -webkit-box-shadow: inset 0 1px 0 #3d97b3;
    box-shadow: inset 0 1px 0 #3d97b3;
}

.noMargin{
    margin: 0;
    font-size: inherit;
}

/* 50249 */
.cards-holder .row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 576px) {
    .cards-holder .card-title {
        font-size: 2.5rem;
        position: relative;
    }

    .cards-holder {
        margin-top: -80px;
        height: 150px;
    }

    .cards-holder .card-text {
        font-size: 12px;
        margin-top: 10px;
    }

    .cards-holder .card-body {
        padding: 6px;
    }

    .cards-holder .card-body {
        padding: 3.25rem;
    }

    .search-card-title {
        font-size: 20pt;
        font-weight: 700;
    }

    .search-card .search-card-body .description {
        font-size: 12pt;
        font-weight: 800;
        width: 100%;
    }

    .search-card-body {

        height: 430px;
        padding: 15px;
    }

    .search-control {
        border-radius: 13px;
        background-color: transparent;
        color: white;
        position: relative;
        font-size: 12px;
        height: 50px;
        padding-left: 15px;
        margin-top: 11px;
    }

    .serach-form .search-icon {
        position: absolute;
        color: #fff;
        font-size: 22px;
        right: 11px;
        top: 11px;
        cursor: none;
    }

    .form-tags-list li a {
        color: white;
        margin: 0px 6px;
        font-size: 11px;
        border-bottom: solid 2px lightgreen;
    }

    .form-tags-title {
        display: none;
    }
}



.card-group {
    display: flex;
    flex-direction: column;
}

.card-group>.card {
    margin-bottom: 15px;
}



.card-columns .card {
    margin-bottom: 0.75rem;
}




.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}



.img-fluid {
    max-width: 100%;
    height: auto;
}

.btn-blue-outline {
    color: #e94362;
    border: solid 1px #e94362;
}

.btn-circle {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 26px;
}

.btn-blue {
    color: #fff;
    background-color: #e94362;
    border-color: #e94362;
    line-height: 0;
    padding: 10px 12px;
}

.btn-blue:hover {
    color: #fff;
    background-color: #0096FF;
    border-color: #0096FF;
}

.btn-blue:focus,
.btn-blue.focus {
    box-shadow: 0 0 0 0.2rem rgb(0 150 255);
}

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

.btn-blue.disabled,
.btn-blue:disabled {
    color: #fff;
    background-color: #0096FF;
    border-color: #0096FF;
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #0096FF;
    border-color: #0096FF;
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(83, 178, 225, 0.5);
}

.account-masthead {
    min-height: 30px;
    color: #fff;
    background: none;
    background-color: #0F3456;
}


.page-wrapper {
    position: relative;
    /* margin: 5px 5px 0px 5px; */
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 0px solid #ff0000ff;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #ff0000ff;
    /* box-shadow: 0 5px 10px rgba(0,0,0,.1); */
    color: #fff;
    font: 900 27px/1 muli, sans-serif;
    /* text-shadow: 0 1px 1px rgba(0,0,0,.2); */
    text-transform: uppercase;
    text-align: center;
}

.ribbon-top-left {
    top: -12px;
    left: -12px;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

.follow_button,
.nums {
    display: none;
}

span.help:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f05a";
    color: #1e70bc;
}

span.help {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 2px 0px 0px 0.2rem;
    font-size: 0;
    color: transparent;
}

.mb-2 {
    margin-bottom: 2rem;
}

.form-group-md {
    margin-bottom: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #e94362;
    border-color: #e94362;
}

.btn-primary:hover {
    color: #fff;
    background-color: #cf0c30;
    border-color: #d32041;
}

.module-footer {
    padding: 7px 25px 7px;
    margin: 0;
    border-top: none;
}

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

.btn-login-default {
    color: #e94362;
    background-color: #fff;
    border-color: #ccc;
    line-height: 37px;
}
.btn-default {
    color: #e94362;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #d31f40;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #e94362;
    cursor: default;
    background-color: #f6f6f6 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.page-header .nav-tabs li.active a,
.page-header .nav-tabs a:hover {
    background-color: #f6f6f6;
}

.context-info h1.heading {
    margin: 0 0 5px 0;
    font-size: 22px;
    line-height: 1.3;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #e94362;
    font-weight: 700;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #0f3456;
}

.nav-facet>li:hover {
    background-color: #dddddd5c;
}

.context-info {
    min-height: 263px;
}

.login-page-wrap {
    margin: 0px 0px;
    background-image: url('/base/images/flight.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    ;
}

.login-panel-wrapper {
    background-color: #fffffff0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: fixed;
    top: 8%;
    left: 3%;
    height: 80vh;
    width: 30%;
    /* box-shadow: 1px 1px 1px 1px #818181; */
    justify-content: space-between;
}

.login-panel {}

.login-footer {
    background-color: #323232;
    height: 150px;
    padding: 30px 20px 12px;
    color: #c5c5c5;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-panel {
    padding: 60px;
    font-size: 13pt;

}

@media (min-width: 375px) {
    .login-panel {
        padding: 5px;
        font-size: 13pt;
    }

    .login-panel-wrapper {
        width: 100%;
        position: initial;
        height: auto;
    }

    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }

    .card-group {
        flex-flow: row wrap;
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:first-child .card-img-top,
    .card-group>.card:first-child .card-header {
        border-top-right-radius: 0;
    }

    .card-group>.card:first-child .card-img-bottom,
    .card-group>.card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:last-child .card-img-top,
    .card-group>.card:last-child .card-header {
        border-top-left-radius: 0;
    }

    .card-group>.card:last-child .card-img-bottom,
    .card-group>.card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }

    .card-group>.card:only-child {
        border-radius: 0.25rem;
    }

    .card-group>.card:only-child .card-img-top,
    .card-group>.card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card-group>.card:only-child .card-img-bottom,
    .card-group>.card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }

    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 576px) {
    .login-panel {
        padding: 5px;
        font-size: 13pt;
    }
    .login-panel-wrapper {
        width: 100%;
        position: initial;
        height: auto;
        box-shadow: 1px 2px 3px 0px #000000;
    }

    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }

    .card-group {
        flex-flow: row wrap;
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:first-child .card-img-top,
    .card-group>.card:first-child .card-header {
        border-top-right-radius: 0;
    }

    .card-group>.card:first-child .card-img-bottom,
    .card-group>.card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:last-child .card-img-top,
    .card-group>.card:last-child .card-header {
        border-top-left-radius: 0;
    }

    .card-group>.card:last-child .card-img-bottom,
    .card-group>.card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }

    .card-group>.card:only-child {
        border-radius: 0.25rem;
    }

    .card-group>.card:only-child .card-img-top,
    .card-group>.card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card-group>.card:only-child .card-img-bottom,
    .card-group>.card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }

    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .login-panel {
        padding: 30px;
        font-size: 13pt;
    }
    .main {
        padding-top: 10px;
        background: none;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .masthead .navbar-collapse {
        float: left;
        margin-left: 97px;
    }

    .login-page-wrap {
        height: auto;
    }

    .login-panel-wrapper {
        width: 50%;
        position: relative;
    }


    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .login-panel {
        padding: 60px;
        font-size: 13pt;
    }
    .login-page-wrap {
        height: 100vh;
    }

    .login-panel-wrapper {
        width: 35%;
        position: relative;
        min-height: 85%;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

@media only screen and (max-width: 600px) {
    .login-panel-wrapper {
        width: 100%;
        left: 0%;
        position: initial;
        height: auto;
    }
}
