/*
Theme Name:   WebDevBar lank - Child
Theme URI:    http://webdevbar.com/
Description:  WDB Lank Child theme
Author:       WebDevBar Themes
Author URI:   http://webdevbar.com
Template:     wdblank
Version:      1.0.0
Tags:         bootstrap, woocommerce, bbpress, gravity forms
*/


/**
* Parent stylesheet is included by default unless you have
* dequeued it in your child themes function.php
*/

html {
    font-family: 'Poppins', sans-serif;
}

body {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

#header {
    background: #f7f8fa;
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
}

#footer {
    background: #838589;
    color: white;
    border: none;
    z-index: 999;
}

#footer p {
    color: white;
}

.bg-red {
    background-color: #1b2a3d !important;
    background-image: none !important;
}

.bg-blue {
    background-color: #1b2a3d !important;
    background-image: none !important;
}

.bg-yellow {
    background-color: #1b2a3d !important;
    background-image: none !important;
}

.bg-gradient-blue {
    background-image: linear-gradient(to right, #1b2a3d, #1b2a3d) !important;
}

.bg-gradient-red {
    background: #1b2a3d !important;
}

.bg-gradient-yellow {
    background-image: linear-gradient(to right, #1b2a3d, #1b2a3d) !important;
}

.bg-transp-blue {
    background-color: rgba(5, 100, 174, 1) !important;
}

.bg-transp-red {
    background: #e20021 !important;
}

.bg-transp-yellow {
    background-color: rgba(246, 180, 65, 0.93) !important;
}

.txt-red {
    color: #1b2a3d !important;
}

.txt-blue {
    color: #1b2a3d !important;
}

.border-red {
    border-color: #e20021 !important;
}

.border-blue {
    border-color: #0564ae !important;
}

.main-header #menu-default-menu {
    padding: 30px 0 0 0;
}

@media (min-width: 992px) {
    body {
        display: grid;
        grid-template-areas: 'menu main main main' 'footer footer footer footer';
        grid-gap: 0px;
        width: 100%;
        grid-template-columns: 320px 1fr;
    }

    header {
        grid-area: menu;
        /*position: relative!important;*/
        /*width: 320px;*/
    }

    .container {
        width: 90%;
        margin: auto;
        max-width: 1400px;
    }

    header .container {
        width: auto;
        padding: 0px;
    }

    .admin-bar #header {
        top: 0px;
    }

    #main {
        grid-area: main;
    }

    footer {
        grid-area: footer;
    }

    .container>.navbar-collapse {
        padding: 0;
    }

    .navbar-default .search-form .form-group {
        display: block;
        margin: 0px;
        float: none;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
small,
div {
    font-family: 'Poppins', sans-serif;
}

p {
    color: #1c2a3d;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1c2a3d;
    position: relative;
}

.theme-yellow #header .form-group input[type="search"] {
    padding: 18px 40px 18px 20px;
    color: white;
    background: #f6b441;
    height: auto;
}

.theme-blue #header .form-group input[type="search"] {
    padding: 18px 40px 18px 20px;
    color: white;
    background: #0564ae;
    height: auto;
}

.theme-red #header .form-group input[type="search"] {
    padding: 18px 40px 18px 20px;
    color: white;
    background: #e20021;
    height: auto;
}

.theme-yellow h1,
.theme-yellow h2,
.theme-yellow h3,
.theme-yellow h4,
.theme-yellow h5,
.theme-yellow h6,
.theme-yellow a {
    color: #f6b441;
}

.theme-yellow #tribe-events-content .tribe-events-calendar thead th {
    background-color: #f6b441 !important;
    border-color: #f6b441 !important;
}

.theme-red h1,
.theme-red h2,
.theme-red h3,
.theme-red h4,
.theme-red h5,
.theme-red h6,
.theme-red a {
    color: #e20021;
}

.theme-red #tribe-events-content .tribe-events-calendar thead th {
    background-color: #e20021 !important;
    border-color: #e20021 !important;
}

.maincont h1,
.maincont h2,
.maincont h3,
.entry-content h1,
.entry-content h2,
.entry-content h3 {
    margin-bottom: 35px;
}

.maincont h4,
.maincont h5,
.maincont h6 {
    margin-top: 20px;
}

.maincont h1:after,
.maincont h2:after,
.maincont h3:after,
.entry-content h1:after,
.entry-content h2:after,
.entry-content h3:after {
    content: "";
    width: 70px;
    border-top: solid 5px #fea501;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: -19px;
}

.maincont h1:first-child {
    margin-top: 0;
}

.openhtml {
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
}

@media screen and (max-width: 991px) {
    .openhtml {
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        column-count: 1;
        column-gap: 0px;
    }

    .main-header>.container {
        min-width: 95%;
    }
}

.openhtml a,
.btn {
    background: #0564ae;
    color: white;
    padding: 14px 20px;
    padding-right: 35px;
    border-radius: 5px;
    position: relative;
    font-weight: 600;
}

.theme-yellow .openhtml a,
.theme-yellow .btn {
    background-image: linear-gradient(to right, #996402, #f6b441) !important;
    color: white;
    border: none;
}

.theme-yellow .openhtml a,
.theme-yellow .btn-primary {
    background-image: linear-gradient(to right, #996402, #f6b441);
    color: white;
    border: none;
}

.theme-red .openhtml a,
.theme-red .btn {
    background: #e20021;
    color: white;
    border: none;
}

.theme-red .admin-manage-events button[type=submit] {
    background: #e20021;
    color: white;
    border: none;
}

.btn {
    display: inline-block;
    margin: 30px 0px;
}

.openhtml a:hover,
.openhtml a:focus,
.openhtml a:active,
.btn.active,
.btn:hover,
.btn:focus,
.btn:active {
    background-image: linear-gradient(to right, #ffa600, #ffa600);
    color: white;
}

.openhtml a:after,
.btn:after {
    content: "\f101";
    font-family: "FontAwesome";
    color: white;
    font-weight: bold;
    width: 1em;
    position: absolute;
    right: 8px;
    top: 9px;
    font-size: 20px;
}

.openhtml ul {
    margin-bottom: 30px;
}

.maincont a {
    display: inline-block;
    margin-bottom: 30px;
}

.bluecont p {
    margin-bottom: 20px;
    color: white;
    line-height: 2;
}

.bluecont {
    background: #0564ae;
    color: white;
    margin: 0;
    padding: 30px;
    padding-bottom: 20px;
}

.theme-red .bluecont {
    background: #e20021;
}

.bluecont h2,
.bluecont h3 {
    margin-top: 8px;
    margin-bottom: 5px;
    color: white;
}

.bluecont a {
    border: 2px solid white;
    display: inline-block;
    padding: 10px 20px;
    padding-right: 35px;
}

.bluecont a:after {
    top: 5px;
}

.ribbon-container {
    position: relative;
}

.ribbon.ribbon-peer {
    background: #1B2A3D !important;
}
.ribbon.ribbon-peer a {
    color: #fff !important;
}

.ribbon {
    background: #677684;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.ribbon:after {
    content: "";
    display: inline-block;
    right: -32px;
    top: 0;
    position: absolute;
    border: 50px solid #677684;
    border-left: 0;
    border-right: 23px solid transparent;
    width: 35px;
}

.ribbon p {
    color: white;
}

.dropdown-menu {
    position: inherit;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
}

.navbar-nav>li {
    width: 100%;
    border-bottom: solid 1px #e4e6e5;
    z-index: 10;
}

.caret {
    right: 15px;
    position: absolute;
    top: 50%;
    color: #000029;
}

#menu-primary-items {
    width: 100%;
}

.navbar-default .navbar-nav>li>a {
    color: #000029;
    padding: 15px 20px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.current_page_parent>a,
.navbar-default .navbar-nav>.current_page_parent>a:hover,
.navbar-default .navbar-nav>.current_page_parent>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background: transparent;
    color: #000;
}

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

.navbar-default .navbar-toggle {
    border-color: #07006a;
    background: white;
}

.theme-red .navbar-default .navbar-toggle {
    border-color: #e20021;
}

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

.theme-red .navbar-default .navbar-toggle .icon-bar {
    background-color: #e20021;
}

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

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: #1b2a3d;
    color: white;
}

.theme-red .navbar-default .navbar-nav>.active>a,
.theme-red .navbar-default .navbar-nav>.active>a:hover,
.theme-red .navbar-default .navbar-nav>.active>a:focus {
    background-color: #e20021;
}

.open>.dropdown-menu {
    background: #e4e8eb;
}

.active .caret {
    color: white;
}

.navbar-nav>li.active>a {
    background-color: #1b2a3d;
    color: white;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #1b2a3d !important;
    font-weight: bold;
}

.theme-red .dropdown-menu>.active>a,
.theme-red .dropdown-menu>.active>a:hover,
.theme-red .dropdown-menu>.active>a:focus {
    color: #e20021 !important;
}

@media (max-width: 991px) {
    .admin-bar #header {
        top: 0px;
    }

    .container>.navbar-header {
        position: absolute;
        top: -90px;
        right: 20px;
    }

    .show-lg {
        display: none;
    }

    #header {
        box-shadow: none;
    }

    .active>.dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #e4e8eb;
        border: 0;
        box-shadow: none;
    }

    .active.open>.dropdown-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .ribbon:after {
        display: none;
    }
}

@media (max-width: 600px) {
    #header {
        position: inherit;
    }
}

@media (min-width: 992px) {
    .active>.dropdown-menu {
        display: block;
        background: #e4e8eb;
    }
}

#header .form-control {
    border-radius: 0px;
    border: none;
}

#header .form-group {
    position: relative;
    ;
}

#header .form-group input[type="search"] {
    padding: 18px 40px 18px 20px;
    color: white;
    background: #1b2a3d;
    height: auto;
}

.theme-red #header .form-group input[type="search"] {
    background: #e20021;
}

.glyphicon.show-lg {
    position: absolute;
    right: 15px;
    bottom: 20px;
    color: white;
}

button.search-submit.glyphicon.glyphicon-search {
    display: inline-block !important;
    position: absolute;
    right: 10px;
    top: initial;
    bottom: 15px;
    z-index: 99;
    box-shadow: none;
    border: none;
    background: no-repeat;
    color: white;
}

.sidebar-items {
    padding: 20px;
}

.sidebar-items h4 {
    color: #677684;
}

.sidebar-contact a {
    display: flex;
    color: #677684;
    margin-bottom: 10px;
}

.sidebar-contact .fa {
    padding-right: 5px;
}

.socials {
    margin: 25px 0px 20px 0px;
}

.socials .fa {
    font-size: 18px;
    border-radius: 50%;
    border: solid 2px;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: #07006a;
}

.theme-red .socials .fa {
    color: #e20021;
}

.socials .fa:hover,
.socials .fa:focus,
.socials .fa:active {
    color: white;
    background: #07006a;
    border: solid 2px #07006a;
}

.theme-red .socials .fa:hover,
.theme-red .socials .fa:focus,
.theme-red .socials .fa:active {
    background: #e20021;
    border: solid 2px #e20021;
}

.sidebar-content p {
    font-style: italic;
    color: #677684;
    padding: 10px 0px;
}

.sidebar-credit {
    color: #000029;
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0px;
}

#page-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #1b2a3d;
    padding: 20px 0px;
}

#banner-image {
    height: 0px;
    padding-bottom: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#page-banner-container {
    position: relative;
    z-index: 399;
    margin-bottom: 40px;
    min-height: 88px;
}

#page-banner .grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
}

.breadcrumb-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-title {
    margin: 10px 0px;
    font-size: 26px;
}

.breadcrumb-bar,
.breadcrumb {
    background: transparent;
}

.breadcrumb {
    text-align: right;
}

.breadcrumb>.active,
.breadcrumb>li+li:before,
.breadcrumb a {
    color: white;
    font-weight: 100;
    font-size: 12px;
}

.breadcrumb>li+li:before {
    content: "> "
}

@media (max-width: 1200px) {
    #banner-image {
        padding-bottom: 50%;
    }
}

@media (max-width: 767px) {
    #banner-image {
        padding-bottom: 50%;
    }

    #page-banner .grid {
        grid-template-columns: 1fr 0fr;
    }
}

@media (max-width: 550px) {
    #banner-image {
        padding-bottom: 70%;
    }

    .page-title {
        font-size: 20px;
    }
}

.logo-lg {
    height: 120px;
    padding: 10px;
}

.logo-lg a {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    overflow: hidden;
    justify-content: center;
}

.logo-lg img {
    width: auto;
    padding-right: 10px;
    height: 90px;
}

.logo-lg img:first-child {
    padding: 20px 0px;
    width: 50%;
    margin-right: 15px;
}

@media (max-width: 767px) {

    .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: #000029;
        font-weight: bold;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        margin: 7.5px 0px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000029;
    }

    .footer-button {
        text-align: center;
        left: 0 !important;
    }
}

.footer-button {
    display: none;
}

.circle {
    position: relative;
    display: block;
    margin: 1em;
    background-color: transparent;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    content: "";
}

.circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.theme-yellow .category-children .circle__wrapper .circle__content {
    color: #000;
}

.theme-yellow .category-children .circle__inner {
    background: linear-gradient(0deg, rgba(246, 180, 65, 0.6), rgba(246, 180, 65, 0.6)), url(https://www.lighthousehw.org/wp-content/uploads/2019/12/Critical-Incident-icon-min.png) no-repeat center center / cover !important;
}

.theme-blue .category-children .circle__inner {
    background: #0564ae;
}

.circle__wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.circle__content {
    padding: 1em;
    color: white;
}

a.circle:hover {
    color: white;
}

@media (min-width: 1650px) {
    .circle {
        margin: 2em;
    }
}

#page-content section {
    margin-bottom: 20px;
    margin-top: 40px;
}

.browse-title {
    color: #858585;
    font-size: 26px;
    border-bottom: solid 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.browse-title .blue {
    color: #1b2a3d;
}

.browse-grid {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
}

@media (max-width: 767px) {
    .browse-grid {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
    }

    .browse-title {
        font-size: 22px;
    }

    .circle__content {
        font-size: 14px;
    }
}

.browse-grid a {
    color: #858585;
    display: block;
    font-size: 18px;
}

.search-box {
    background: #0564ae;
    color: white;
    padding: 35px 10% 50px 10%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 45px;
    text-align: center;
}

.search-box input,
.search-box select {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid white;
    background: transparent;
    color: white;
    margin-right: 10px;
    text-align: center;
}

.search-box ::-webkit-input-placeholder,
#top-searchbar ::-webkit-input-placeholder {
    /* Edge */
    color: white;
}

.search-box :-ms-input-placeholder,
#top-searchbar {
    /* Internet Explorer 10-11 */
    color: white;
}

.search-box ::placeholder,
#top-searchbar ::placeholder {
    color: white;
}

.search-box select {
    text-align-last: center;
    border-radius: 4px;
}

.search-box select option {
    color: #0564ae;
}

.search-box button {
    height: 50px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    background: orange;
    font-size: 25px;
}

.search-box h2 {
    color: white;
    margin: 10px 0px 20px 0px;
}

.search-box .fa {
    font-size: 44px;
}

@media (max-width: 600px) {
    .search-box .fa {
        font-size: 30px;
    }

    .search-box h2 {
        font-size: 22px;
    }

    .search-box button {
        font-size: 22px;
        height: 45px;
    }
}

.browse-by {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1200px;
    margin: auto;
}

.browse-by .item {
    border: solid 1px #dbdcdc;
    padding: 15px;
}

.browse-by p {
    margin: 5px 0px;
}

.browse-by h3,
.browse-by p {
    color: #1b2a3d;
    text-align: center;
}

.browse-by h3 {
    margin: 0px 0px 20px 0px;
    position: relative;
    text-transform: uppercase;
}

.browse-by h3:after {
    content: "";
    width: 70px;
    border-top: solid 5px #fea501;
    height: 1px;
    position: absolute;
    left: calc(50% - 35px);
    bottom: -10px;
}

.browse-by a {
    display: block;
    text-align: center;
    color: black;
}

.browse-by .items {
    padding: 10px 0px 50px 0px;
}

@media (max-width: 600px) {
    .browse-by {
        grid-template-columns: 1fr;
    }
}

.resources-section {
    padding: 50px 0px;
}

.resources-section h1 {
    margin-bottom: 40px;
    text-transform: uppercase;
}

.resources-section h1:after {
    content: "";
    height: 3px;
    width: 120px;
    background-color: #fea501;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 60px);
}

.resource-listing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.resource-details {
    flex: 1 0 15%;
    margin: 5px;
    text-align: center;
    margin-bottom: 20px;
}

.resource-details img {
    height: 90px;
    margin: auto;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .resource-details {
        flex: 1 0 30%;
    }
}

@media (max-width: 550px) {
    .resource-details {
        flex: 1 0 45%;
    }
}

.header-agency {
    background: #677684;
    color: white;
    padding: 5px;
}

.header-agency .login {
    width: 200px;
    display: inline-block;
    color: #ffa600;
    text-transform: uppercase;
    font-size: 14px;
}

.header-agency.bg-yellow .login a {
    color: #fff;
}

.header-agency .login a {
    color: #ffa600;
}

.header-agency .search-form {
    margin: 0;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.search-social .form-group {
    margin: 0;
    position: relative;
}

.search-social {
    display: flex;
}

.search-social .form-group input[type="search"] {
    background: transparent;
    border-radius: 0px;
    color: white;
    padding-right: 25px;
}

.search-social .form-group button {
    position: absolute;
    right: 13px;
    top: 7px;
    background: transparent;
    border: none;
}

.search-social .social-icons-header {
    display: flex;
    align-items: center;
}

.search-social .social-icons-header a {
    color: white;
    padding-left: 20px;
    font-size: 20px;
}

@media screen and (max-width: 600px) {
    .search-social .social-icons-header {
        display: none;
    }
}

#questions-list .question-text {
    font-size: 1.2em;
    margin-top: 1.2em;
    margin-bottom: 0.25em;
    padding-left: 1.6em;
    position: relative;
}

#questions-list .question-text>span.question-number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1em;
    font-weight: bold;
}

#questions-list .radio-wrap {
    padding: 0.25em 0.5em;
    position: relative;
    margin-bottom: 0.25em;
}

#questions-list .radio-wrap>input,
#questions-list .radio-wrap>label {
    cursor: pointer;
}

#questions-list .radio-wrap>label {
    font-size: 1.2em;
    padding-left: 1em;
    margin: 0;
}

#questions-list .radio-wrap>input {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1em;
    height: 1em;
    margin: 0;
    transform: translateY(-50%);
    z-index: 9;
}

#questions-list .radio-wrap-inline+.radio-wrap-inline {
    margin-left: 0.5em;
}

#questions-result {
    border: 2px solid #1b2a3d;
    background: #1b2a3d;
    color: #fff;
    font-weight: 600;
    padding: 0.5em 1em 1em;
    border-radius: 0.5em;
    text-align: justify;
}

#questions-result * {
    color: #fff;
}

.listNav,
.ln-letters {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
    overflow: visible !important;
}

.ln-letters .ln-last,
.ln-letters a {
    border: none !important;
}

.ln-letters a:hover,
.ln-letters .ln-selected {
    background-color: transparent !important;
    color: #1b2a3d !important;
    text-decoration: underline !important;
}

.ln-letters a {
    color: #1b2a3d;
    font-size: 18px !important;
}

.theme-red .ln-letters a:hover,
.theme-red .ln-letters .ln-selected {
    color: #e20021 !important;
}

.theme-red .ln-letters a {
    color: #e20021;
}

.theme-red .ln-letters .ln-disabled {
    color: #ccc;
}

.listNavHide {
    position: absolute !important;
}

#filters {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

h4.filter-title {
    margin: 0px 0px 20px 0px;
}

#filters .item {
    flex-grow: 1;
    padding: 10px;
    color: #868789;
    margin: 0px 10px 10px 0px;
    border-radius: 4px;
    border: solid 1px #868789;
    background: white;
    position: relative;
    padding-right: 20px;
    font-size: 16px;
    display: block;
    align-self: center;
}

#filters .item:nth-child(1) {
    background: #1b2a3d;
    border-color: #1b2a3d;
    color: white;
}

#filters select {
    color: #868789;
    border: solid 1px #868789;
    background: white;
}

#filters .item .fa {
    position: absolute;
    right: 5px;
    color: #868789;
    top: 14px;
    font-size: 12px;
}

#filters form.item {
    padding: 0px;
    border: none;
}

#filters form.item select {
    border-radius: 4px;
    border: solid 1px #868789;
    padding: 11px;
    width: 100%;
    font-size: 16px;
}

@media (max-width: 767px) {
    #filters {
        display: block;
    }

    .listNav,
    .ln-letters {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .ln-letters a {
        padding: 5px 10px;
    }
}

.wlb-radio-list {
    text-align: center;
    margin: 1.5em 0;
}

.wlb-radio-wrap+.wlb-radio-wrap {
    margin-left: 0.1em;
}

.wlb-radio-wrap {
    display: inline-block;
    font-size: 50px;
    width: 1em;
    height: 1em;
    position: relative;
}

label.wlb-check {
    font-size: 0.5em;
    line-height: 2em;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #838488;
    color: #838488;
    cursor: pointer;
    font-weight: 400;
}

.wlb-radio {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.wlb-radio:checked+label.wlb-check {
    background: #1b2a3d;
    border-color: #1b2a3d;
    color: #fff;
}

.wlb-desc-wrap {
    text-align: center;
    margin-bottom: 1.5em;
    font-size: 1.2em;
    font-weight: 500;
}

.wlb-desc-wrap * {
    color: #1b2a3d;
}

h2.wlb-cat-head {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1em;
    position: relative;
}

h2.wlb-cat-head:before {
    content: '';
    display: block;
    width: 2.5em;
    height: 0.1em;
    background: #fea500;
    position: absolute;
    bottom: -0.25em;
    left: 50%;
    transform: translateX(-50%);
}

#chart-wrap {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
}

#chart-wrap * {
    pointer-events: none;
}

#chart-wrap .chart_grid {
    width: 10%;
    height: 10%;
    display: block;
    position: absolute;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    background: transparent;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

#chart-wrap .chart_grid-2 {
    width: 20%;
    height: 20%;
}

#chart-wrap .chart_grid-3 {
    width: 30%;
    height: 30%;
}

#chart-wrap .chart_grid-4 {
    width: 40%;
    height: 40%;
}

#chart-wrap .chart_grid-5 {
    width: 50%;
    height: 50%;
}

#chart-wrap .chart_grid-6 {
    width: 60%;
    height: 60%;
}

#chart-wrap .chart_grid-7 {
    width: 70%;
    height: 70%;
}

#chart-wrap .chart_grid-8 {
    width: 80%;
    height: 80%;
}

#chart-wrap .chart_grid-9 {
    width: 90%;
    height: 90%;
}

#chart-wrap .chart_grid-10 {
    width: 100%;
    height: 100%;
}

#chart-wrap .pie .pie__segment-wrap {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
    text-align: center;
}

#chart-wrap .pie .pie__segment {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#chart-wrap-outer .chart-wrap-padding {
    padding: 70px;
}

#chart-wrap-outer .chart-wrap-padding-fix {
    position: relative;
}

#chart-wrap .pie .pie_label {
    width: 100%;
    height: 100%;
}

#chart-wrap .pie_label {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
}

#chart-wrap .pie-label-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#chart-wrap .pie-label-pos {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#chart-wrap .pie-label-pos2 {
    position: absolute;
    width: 140px;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
}

#chart-wrap .pie-label-pos3 {
    position: relative;
}

#chart-wrap .pie-label-pos4 {
    position: relative;
}

#chart-wrap .pie_label_val {
    font-size: 1.2em;
    font-weight: bold;
}

#chart-wrap .pie_label_txt {
    font-size: 0.75em;
    text-transform: uppercase;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-daynum-],
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-daynum-] a {
    text-align: right;
    background-color: transparent;
    color: #828689;
    font-size: 1.3em;
    font-weight: 400;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth div[id*=tribe-events-daynum-],
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth div[id*=tribe-events-daynum-]>a {
    opacity: 0 !important;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
    background: transparent;
}

#tribe-events-content .tribe-events-calendar td {
    height: 120px;
}

#tribe-events-content .tribe-events-calendar thead th {
    background-color: #1b2a3d;
    border-color: #1b2a3d;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
    padding: 3% 5%;
    font-size: 1.2em;
}

#tribe-events-content .tribe-events-calendar .tribe-events-has-events div[id*=tribe-events-daynum-] {
    color: #fff;
    font-size: 1em;
    padding-bottom: 0;
}

#tribe-events-content .tribe-events-calendar .tribe-events-has-events div[id*=tribe-events-daynum-] a {
    background: #ffa500;
    text-decoration: none;
    color: #fff;
    width: 1.7em;
    height: 1.7em;
    line-height: 1.7em;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}

ul.tribe-events-sub-nav a,
ul.tribe-events-sub-nav a:hover {
    text-indent: 2em;
    white-space: nowrap;
    overflow: hidden;
    font-size: 30px;
    width: 1em;
    height: 1em;
    line-height: 1em;
    border: 1px solid #848587;
    border-radius: 50%;
    float: left;
    position: relative;
    color: #fff;
}

ul.tribe-events-sub-nav .tribe-events-nav-next a:before,
ul.tribe-events-sub-nav .tribe-events-nav-next a:hover:before {
    content: "\f105";
    width: 1.05em;
}

ul.tribe-events-sub-nav a:before,
ul.tribe-events-sub-nav a:hover:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 1em;
    position: absolute;
    left: 0;
    top: 0;
    width: 0.85em;
    display: block;
    z-index: 9;
    color: #000;
    text-indent: 0;
    text-align: center;
    line-height: 0.9em;
    color: #848587;
}

ul.tribe-events-sub-nav a span,
ul.tribe-events-sub-nav a:hover span {
    display: none;
}

#tribe-events-content-wrapper {
    position: relative;
}

@media screen and (min-width: 768px) {
    .tribe-events-title-bar {
        position: absolute;
        width: 100%;
        top: 60px;
    }
}

.wdb-evtt-top {
    display: table;
    width: 100%;
    font-size: 2em;
    margin-bottom: 0.5em;
}

.wdb-evtt-top>div {
    display: table-cell;
    vertical-align: bottom;
}

.wdb-evtt-date-wrap {
    display: table;
}

.wdb-evtt-date-wrap>div {
    display: table-cell;
    vertical-align: top;
}

.wdb-evtt-date-wrap>div>span {
    display: block;
}

.wdb-evtt-date-wrap .evtt-date-to {
    position: relative;
    padding-left: 0.2em;
}

.wdb-evtt-date-wrap .evtt-date-to .evtt-date-d {
    line-height: 1em;
    font-size: 0.8em;
    padding-top: 0.3em;
    font-weight: bold;
    padding-bottom: 0.2em;
}

.wdb-evtt-date-wrap .evtt-date-from .evtt-date-d {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1em;
}

.wdb-evtt-date-wrap .evtt-date-m {
    text-transform: uppercase;
    font-size: 0.55em;
    line-height: 1.2em;
}

.wdb-evtt-date-wrap .evtt-date-y {
    font-size: 0.5em;
}

.wdb-evtt-date-wrap .evtt-date-to .evtt-date-d:before {
    content: '—';
    position: absolute;
    font-size: 0.5em;
    left: -0.33em;
    top: 0.4em;
    transform: scaleX(0.55);
}

.wdb-evtt-top>.wdb-evtt-head {
    padding-top: 0.2em;
    vertical-align: top;
}

.wdb-evtt-tooltip * {
    color: #fff;
}

.tribe-events-tooltip.wdb-evtt-tooltip {
    background: rgba(7, 0, 106, 0.7) !important;
    padding: 2em 2.5em;
}

.wdb-evtt-tooltip.tribe-events-tooltip-flipdown {
    margin-bottom: 6em;
}

.wdb-evtt-tooltip.tribe-events-tooltip-flipdown:before,
.wdb-evtt-tooltip .tribe-events-arrow {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
}

.wdb-evtt-tooltip .tribe-events-event-body>div,
.wdb-evtt-tooltip .tribe-events-event-body .wdb-evtt-org>div {
    padding-left: 1.5em;
    position: relative;
}

.wdb-evtt-tooltip .tribe-events-event-body>div i.fa {
    position: absolute;
    left: 0;
    top: 0.1em;
}

.wdb-evtt-tooltip .tribe-events-event-body>div,
.wdb-evtt-tooltip .tribe-events-event-body .wdb-evtt-org>div+div {
    margin-top: 0.5em;
}

.wdb-evtt-tooltip .tribe-events-event-body .wdb-evtt-loc>span.wdb-evtt-venue-name,
.wdb-evtt-tooltip .tribe-events-event-body .wdb-evtt-loc>span.wdb-evtt-venue-address,
.wdb-evtt-tooltip .tribe-events-event-body .wdb-evtt-loc>span.wdb-evtt-venue-country {
    display: block;
}

.wdb-evtt-tooltip .tribe-events-event-body>div.wdb-evtt-org {
    padding-left: 0;
}

#accordion-department {
    margin: 20px 0px;
}

#accordion-department .panel-default>.panel-heading {
    color: white;
    background-color: #1b2a3d;
    border-color: #1b2a3d;
    padding: 20px;
}

#accordion-department .panel-title>a {
    font-size: 20px;
    display: block;
    padding-right: 20px;
}

#accordion-department .panel-title>a:after {
    content: "\f068";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}

#accordion-department .panel-title>a.collapsed:after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}

#accordion-department h3 {
    margin: 10px 0px;
    color: #fea501;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
}

@media screen and (min-width: 992px) {
    #accordion-department h3 {
        display: inline-block;
        padding-right: 20px;
    }
}

.theme-red #accordion-department .flex-cont {
    color: #e20021;
}


/*#accordion-department .flex-cont {
	display: flex;
    font-size: 18px;
    color: #1b2a3d;
}*/


/*#accordion-department .flex-cont span:nth-child(1) {
	padding-right: 10px;
	font-size: 24px;
}*/

#accordion-department .mobblock {
    font-size: 18px;
    color: #1b2a3d;
    padding-right: 20px;
}

#accordion-department .mobblock:last-child {
    padding-right: 0;
}

#accordion-department .mobblock i {
    padding-right: 10px;
    font-size: 24px;
}

@media screen and (max-width: 991px) {
    #accordion-department .mobblock {
        display: block;
        width: 100%;
    }
}

#accordion-department .panel,
#accordion-department.panel-group .panel-heading+.panel-collapse>.panel-body,
#accordion-department.panel-group .panel-heading+.panel-collapse>.list-group {
    border: none;
}

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

.events-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1px;
}

.events-container .event-item {
    background: black;
    color: white;
    padding: 20px;
}

.events-container .event-item .startday {
    font-size: 20px;
    font-weight: bold;
}

.events-container .event-item .endday {
    font-size: 13px;
    align-self: center;
    font-weight: bold;
}

.events-container .col-date-day {
    display: flex;
}

.events-container .col-date-month {
    font-size: 14px;
    position: relative;
    top: -4px;
    text-transform: uppercase;
}

.events-container .col-title {
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 18px;
}

.events-container .col-title a {
    color: #fff;
}

.events-container .event-details {
    font-size: 14px;
}

.events-container .event-details .fa {
    height: 15px;
    width: 15px;
    margin-bottom: 5px;
}

.events-container .event-item:nth-child(6n+1) {
    background-color: #1b2a3d;
}

.events-container .event-item:nth-child(6n+2) {
    background-color: #afb2b9;
}

.events-container .event-item:nth-child(6n+3) {
    background-color: #01002b;
}

.events-container .event-item:nth-child(6n+4) {
    background-color: #848589;
}

.events-container .event-item:nth-child(6n+5) {
    background-color: #1b2a3d;
}

.events-container .event-item:nth-child(6n+0) {
    background-color: #afb2b9;
}

#calendar-block .leftarrow,
#calendar-block .rightarrow {
    position: relative;
    border: none;
    background: transparent;
    color: transparent;
}

#calendar-block form {
    display: flex;
    margin-bottom: 15px;
    align-items: baseline;
    position: relative;
}

#calendar-block form input {
    background: transparent;
    outline: none;
    border: none;
    width: 25px;
    margin-right: 5px;
}

#calendar-block form label {
    color: #7a7f82;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0px;
    margin-right: 10px;
}

.theme-red #calendar-block form a {
    color: #e20021;
}

#calendar-block form a {
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 7px;
    color: #1b2a3d;
    text-transform: uppercase;
    font-weight: bold;
}

#calendar-block form a span {
    padding-left: 5px;
}

@media (max-width: 500px) {
    #calendar-block form a span {
        display: none;
    }

    #calendar-block form a {
        top: 0;
        font-size: 22px;
    }
}

#calendar-block .leftarrow:after {
    content: "\f053";
    font-family: 'FontAwesome';
    position: absolute;
    top: -3px;
    left: 0;
    background: white;
    z-index: 0;
    color: #7a7f82;
    border: 2px solid;
    border-radius: 50%;
    pointer-events: none;
    height: 25px;
    width: 25px;
    padding: 0px 3px;
}

#calendar-block .rightarrow:after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    top: -3px;
    left: 0;
    background: white;
    z-index: 0;
    color: #7a7f82;
    border: 2px solid;
    border-radius: 50%;
    pointer-events: none;
    height: 25px;
    width: 25px;
    padding: 0px 5px;
}

@media (max-width: 1200px) {
    .events-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .events-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 450px) {
    .events-container {
        grid-template-columns: 1fr;
    }
}

.theme-yellow #page-content #acf-form>.acf-fields>.acf-field>.acf-label>label,
.theme-yellow #page-content .acf-field-repeater>.acf-label>label {
    color: #f6b441;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.theme-blue #page-content #acf-form>.acf-fields>.acf-field>.acf-label>label,
.theme-blue #page-content .acf-field-repeater>.acf-label>label {
    color: #07006a;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.theme-red #page-content #acf-form>.acf-fields>.acf-field>.acf-label>label,
.theme-red #page-content .acf-field-repeater>.acf-label>label {
    color: #e20021;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

#page-content .wp-editor-wrap {
    top: -20px;
}

.edit-agency-resources .btn-primary {
    margin: 30px 0px;
    padding: 10px 35px 10px 12px;
    color: white;
    background: #0564ae;
    border-radius: 5px;
    position: relative;
    width: 100%;
}

.edit-agency-resources .btn-primary:after {
    top: 6px;
}

#page-content .acf-form-submit {
    text-align: center;
    margin-bottom: 30px;
}

.theme-blue #page-content .acf-form-submit input[type=submit],
.theme-blue #page-content .acf-button.button.button-primary {
    padding: 10px 35px;
    color: white;
    background: #0564ae;
    border-radius: 5px;
    border: none;
    outline: none;
}

.theme-red #page-content .acf-form-submit input[type=submit],
.theme-red #page-content .acf-button.button.button-primary {
    padding: 10px 35px;
    color: white;
    background: #e20021;
    border-radius: 5px;
    border: none;
    outline: none;
}

.theme-yellow #page-content .acf-form-submit input[type=submit],
.theme-yellow #page-content .acf-button.button.button-primary {
    padding: 10px 35px;
    color: white;
    background-image: linear-gradient(to right, #996402, #f6b441);
    border-radius: 5px;
    border: none;
    outline: none;
}

.theme-red .acf-form-submit input[type=submit],
.theme-red .acf-button.button.button-primary {
    padding: 10px 35px;
    background: #e20021;
    color: white;
    border-radius: 5px;
    border: none;
    outline: none;
}

.theme-blue .acf-form-submit input[type=submit],
.theme-blue .acf-button.button.button-primary {
    padding: 10px 35px;
    color: white;
    background: #0564ae;
    border-radius: 5px;
    border: none;
    outline: none;
}

.theme-red #questions-result {
    border: 2px solid #e20021;
    background: #e20021;
    background-image: linear-gradient(to right, #4a0100, #8C1918);
    color: #fff;
    font-weight: 600;
    padding: 0.5em 1em 1em;
    border-radius: 0.5em;
    text-align: justify;
}

.theme-red #acf-form>.acf-fields>.acf-field>.acf-label>label,
.theme-red .acf-field-repeater>.acf-label>label {
    color: #e20021 !important;
}

#page-content .acf-actions {
    margin: 20px 0px;
}

.admin-manage-events .btn-primary {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.admin-manage-events .btn-primary:after {
    display: none;
}

.admin-manage-events button[type=submit] {
    display: block;
    margin: 20px auto;
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 35px;
    color: white;
    background: #0564ae;
}

.topsec .form-control {
    position: relative;
    background: transparent;
    border: 1px solid #1c2a3d;
    border-radius: 0;
    height: 50px;
    margin-top: 16px;
    color: #1c2a3d;
    padding-right: 40px;
    font-size: 16px;
}

.topsec .cbtn {
    background: transparent;
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1c2a3d;
}

.topsec form {
    max-width: 550px;
}


/* @media (min-width: 1600px) {
	.container {
		width: 1460px;
	}
} */

.audiojs .play-pause {
    border-right: none !important;
}

.audiojs .time {
    border-left: none !important;
    width: 70px !important;
}

.audiojs {
    margin-bottom: 20px;
    width: 100% !important;
}

.audiojs .scrubber {
    width: calc(100% - 145px) !important;
}

.audiojs+ol {
    padding-left: 20px;
}

.audiojs+ol li a {
    color: #07006a;
}

.theme-red .audiojs+ol li a {
    color: #e20021;
}

.audiojs+ol li.playing {
    font-weight: bold;
}

.theme-red .banner,
.theme-red .loop-meta {
    color: white;
    background-color: #e20021;
}

.theme-red .jumbotron p,
.theme-red .jumbotron h1,
.theme-red .jumbotron .h1 {
    color: white;
}

.city-filter {
    margin-bottom: 20px;
}

.city-filter a {
    color: #1b2a3d;
    margin-right: 10px;
    font-size: 14px;
}

.theme-red .city-filter a {
    color: #e20021;
}

.tribe-events-meta-group .tribe-events-single-section-title:after,
.tribe-events-schedule h2:after {
    display: none;
}

h2.screen-reader-text {
    display: none !important;
}

@media (max-width: 991px) {
    .city-filter {
        display: none;
    }

    .listNav,
    .ln-letters {
        display: inline-block;
        float: left;
        width: 10%;
    }

    .ln-letters a {
        text-decoration: none;
        padding: 6px !important;
        margin: 0px 3px 3px 0px;
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;
        text-decoration: none !important;
        text-align: center;
    }

    .ln-letters a:hover,
    .ln-letters .ln-selected {
        color: white !important;
        background-color: #07006a !important;
        text-decoration: none !important;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
    }

    #resources-listing #directory-items {
        float: left;
        width: 90%;
    }

    #resources-listing #directory-items .portrait {
        padding-bottom: 100%;
    }

    .topsearchbar {
        background: #ffa700 !important;
        text-align: center;
        padding: 30px 0px !important;
    }

    .topsearchbar input,
    .topsearchbar select,
    .topsearchbar a,
    .topsearchbar button {
        border-width: 2px !important;
        margin-bottom: 0px !important;
    }

    .topsearchbar a:hover,
    .topsearchbar a.active,
    .topsearchbar button:hover,
    .topsearchbar button.active {
        background: #fbca6c !important;
    }

    .topsearchbar .btn-home,
    .topsearchbar select {
        display: none !important;
    }

    .topsearchbar-mobile {
        color: white;
        padding: 25px 0px;
        margin-bottom: 45px;
        background-color: #ffa700;
        text-align: center;
    }

    .topsearchbar-mobile a,
    .topsearchbar-mobile button {
        color: white;
        padding: 10px 20px;
        border: solid 2px white;
        border-radius: 5px;
        margin: 0 5px;
        font-size: 14px;
        background: transparent;
        display: inline-block;
    }

    .topsearchbar-mobile a:hover,
    .topsearchbar-mobile a.active,
    .topsearchbar-mobile button:hover,
    .topsearchbar-mobile button.active {
        background-color: #fbca6c;
    }

    .acf-map {
        margin-bottom: 45px;
    }
}

@media (max-width: 450px) {

    .topsearchbar a,
    .topsearchbar button {
        padding: 5px 10px !important;
    }
}

#resources-listing #directory-items .col-xs-3 {
    padding-left: 0;
}

.topsec a {
    /*float: left;*/
}

.topsec .buttons a {
    border: none;
    padding: 0px;
    height: 68px;
}

.topsec .buttons {
    float: none;
}

@media (min-width: 992px) {
    .topsec .buttons {
        display: inline-block;
        float: right;
        margin-bottom: 15px;
    }
}

@media (max-width: 550px) {
    .topsec .buttons a {
        height: auto;
        width: calc(50% - 10px);
        margin: 25px 5px 20px 5px;
        display: inline-block;
    }
}

h3.hotlines {
    display: block;
    width: 100%;
    color: #ffa700;
    margin: 20px;
}

h3.hotlines~.listNavShow {
    /*animation: pulse 2s infinite;
    border: solid 2px darkred!important;*/
}

h3.hotlines~.listNavShow:hover {
    /*border: solid 2px #06006c!important;
    animation: none;*/
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 5px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 5px rgba(255, 0, 0, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

.alert-bar {
    background-color: red !important;
    margin-top: 10px !important;
}

.alert-bar p {
    color: #fff !important;
    width: 100% !important;
    max-width: 100% !important
}

.alert-bar a {
    color: #fff !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: underline;
}

@media (min-width: 992px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* IE10+ CSS styles go here */
    body {
        display: block;
        clear: both;
    }

    #main {
        clear: none;
        float: left;
        width: calc(100% - 320px);
    }

    #header.navbar {
        width: 320px;
        float: left;
    }

    #page-banner .grid {
        display: block;
        clear: both;
    }

    #page-banner .grid .page-title {
        width: 67%;
        float: left;
    }

    #page-banner .grid .breadcrumb-wrap {
        width: 33%;
        float: left;
    }

    .browse-by {
        display: block;
        clear: both;
    }

    /*media all*/
    .browse-by .item {
        width: 31%;
        float: left;
        margin-right: 2%;
        height: 460px;
        overflow: hidden;
    }
}


/* News Blog Page */

.news-title-excerpt .news-title-listed a {
    color: #1c2a3d !important;
}

a.tel,
a.tel:visited {
    /*for small screens */
    color: #fff;
    padding: 1em;
    text-decoration: none;
}

a.tel:hover,
a.tel:focus {
    color: #fff;
}

@media screen and (min-width: 28.5em) {

    /* for larger screens */
    a.tel,
    a.tel:visited {
        background: none;
        cursor: default;
    }

    a.tel,
    a.tel:focus {
        color: #fff;
    }
}

.agency-report .logos {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    height: 150px;
}

.agency-report .logos img:nth-child(1),
.agency-report .logos img:nth-child(3) {
    height: 85px;
}

.agency-report h2.agency-report-title {
    color: black;
    text-align: center;
}

.agency-report .text-black {
    color: #000000 !important;
}

.agency-report .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.agency-report .grid-single {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.agency-report .grid-item {
    border: solid 1px black;
    padding: 10px 20px;
    position: relative;
    padding-bottom: 40px;
}

.agency-report .grid-sub-item {
    display: flex;
    justify-content: space-between;
}

.agency-report .border-solid {
    border: solid 1px black;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.agency-report .total {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 1200px) {
    .agency-report .grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .agency-report .grid-single {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .agency-report .grid {
        grid-template-columns: 1fr 1fr;
    }

    .agency-report .grid-single {
        grid-template-columns: 1fr 1fr;
    }

    .news-title h1 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .agency-report .grid {
        grid-template-columns: 1fr;
    }

    .agency-report .grid-single {
        grid-template-columns: 1fr;
    }
}

#users .btn {
    margin: auto;
    padding: 5px 10px;
    background-image: none;
}

#users .btn:after {
    display: none;
}

.tclswdbapx {
    background: white;
}

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

@media screen and (min-width: 991px) {
    #menu-primary .navbar-nav>li>.dropdown-menu li.menu-item-has-children>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: white;
        margin-top: 5px;
        margin-right: -15px;
    }

    #menu-primary .navbar-nav>li>.dropdown-menu li.menu-item-has-children:hover>.dropdown-menu {
        display: block;
    }

    #menu-primary .navbar-nav>li>.dropdown-menu li.menu-item-has-children>.dropdown-menu {
        top: 0px;
        left: 100%;
        margin-top: -1px;
        margin-left: -1px;
    }
}


@media (max-width: 666px) {
    iframe {
        width: 100%;
    }
}