/*
Theme Name: Astra Child
Theme URI: http://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable &amp; beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Tags: one-column,two-columns,left-sidebar,right-sidebar,custom-colors,custom-menu,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 1.0.34.20240409
Updated: 2021-09-08 12:00:00

*/
.sidebar-main  {
	background-color:#f5f5f5 !important;
}
.rpwwt-widget ul li {
	list-style-type: disc;
	padding: 0;
	margin-bottom: 0.25em;
	overflow: visible;
}

.rpwwt-widget ul li:before {
	content: none !important;
}

.us-page-header-container {
    padding: 100px 20px 50px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.us-page-header-container:after {
    background-color: rgba(4, 48, 114, 0.5);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.us-page-header-label {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}
.us-page-header-label h1,
.us-page-header-label div {
    color: #fff;
    font-family: Overpass;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 2.5rem;
    text-transform: uppercase;
    z-index: 0;
}

.search .site-content .us-search-form .search-form {
    margin-bottom: 0;
    display: flex;
}
.search .site-content .us-search-form .search-form label {
    flex: 1;
}
.search .site-content .us-search-form .search-form label .search-field {
    width: calc(100% - 10px);
}

.page-template-compliance-page {}
.page-template-compliance-page header.entry-header {
    display: none;
}
.page-template-compliance-page.ast-separate-container .ast-article-single {
    padding-top: 16px;
}

.compliance-corner-blog.ast-separate-container .ast-article-single {
    padding-top: 46px;
}
.category-compliance-corner .entry-title {
    color: #0072C1;
}
.category-compliance-corner .entry-content p {
    margin-bottom: 1.6em;
}
.category-compliance-corner .entry-content>:last-child {
    margin-bottom: 0;
}

.us-meta-info {}
.us-meta-info-date {
    text-transform: uppercase;
}
.us-meta-info-author {
    position: relative;
    padding-left: 8px;
    margin-left: 10px;
}
.us-meta-info-author:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 1px;
    background-color: #3a3a3a;
}
.reports-section-expandable {
    cursor: pointer;
}
.reports-section-expandable-icon {
    border: 2px solid white;
    border-radius: 4px;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-bottom: 4px;
    position: relative;
}
.reports-section-expandable-icon:before {
    content: '\2013';
    color: white;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 1.5px;
}
.reports-section-expandable-icon.expand:before {
    content: '+';
}
.compliance-corner-recent-posts .srpw-ul {
    margin-left: 0;
}
.compliance-corner-recent-posts .srpw-ul .srpw-li {
    padding: 0;
    margin-bottom: .825em;
    line-height: 1.5;
}
.compliance-corner-recent-posts .srpw-ul .srpw-li a {
    text-decoration: underline;
}
.compliance-corner-recent-posts .srpw-ul .srpw-li a:hover {
    text-decoration: none;
}
#secondary .compliance-corner-recent-posts .srpw-ul .srpw-li:not(:last-child) {
    margin-bottom: .825em;
}
.compliance-corner-recent-posts + .button {
    display: block;
    margin-left: -2em;
    margin-right: -2em;
    text-align: center;
    margin-bottom: -1em;
    margin-top: 1.5em;
}
@keyframes headerNotificationSlideIn {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
    }
}
@-webkit-keyframes headerNotificationSlideIn {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
    }
}
.header-notification-bar,
.ast-below-header-bar {
    background-color: #aa172c;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Overpass';
    font-size: 1.1em;
    font-weight: 800;
    text-align: center;
    padding: 1em;
    z-index: 1;
    transform: translateY(-100%);
    animation: .5s ease-out .5s 1 headerNotificationSlideIn;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    border-bottom: 0;
}
.ast-below-header-bar .site-below-header-wrap {
    min-height: auto;
}
.header-notification-bar .textwidget p:last-child,
.ast-below-header-bar .textwidget p:last-child {
    margin-bottom: 0;
}
.header-notification-bar a,
.ast-below-header-bar a {
    color: #fff;
    text-transform: uppercase;
}
.header-notification-bar a:hover,
.ast-below-header-bar a:hover {
    color: #fff;
    opacity: .75;
}
@media screen and (max-width: 640px) {
    .header-notification-bar {
        display: none;
    }
}
@media screen and (min-width: 922px) {
    .ast-primary-header-bar {
        border-bottom-width: 0;
    }
}
.main-header-bar-wrap {
    z-index: 2;
}
.main-header-bar .ast-container:before {
    line-height: 4;
}
.main-header-menu .menu-item.nav-mobile,
#astra-footer-menu .menu-item.nav-mobile,
.main-header-bar .ast-masthead-custom-menu-items.nav-mobile,
.nav-mobile {
    display: none;
}
.main-header-menu .current_page_item > a {
    color: #0274be;
}
.ast-header-break-point .nav-mobile {
    display: list-item;
}
.ast-header-break-point .main-navigation ul li a {
    border-bottom: 1px solid #dadada;
}
.main-navigation {
    display: inline-block;
    font-weight: 600
}
.main-navigation .ast-menu-toggle {
    color: #fff;
}
.header-widget-area .widget_search .search-form,
.main-header-bar .search-form {
    z-index: 1000;
}
.ast-logo-title-inline .ast-site-identity {
    z-index: 1001;
}
.widget_search .search-form .search-field {
    width: auto;
}
.widget_search .search-form input[type=submit],
.widget_search .search-form input[type=submit]:hover {
    padding: 10px 40px;
    position: relative;
    background: #0274be;
    color: #fff;
    line-height: 1.85714285714286;
    max-width: none;
}

.ast-small-footer,
.site-footer {
    line-height: 1.85714285714286;
    position: relative;
}
.site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row, .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section {
    align-items: center;
}
.site-footer [data-section="sidebar-widgets-footer-widget-2"],
.site-footer [data-section="sidebar-widgets-footer-widget-2"] .widget_text {
    color: white;
    text-align: right;
}
.ast-header-break-point .site-footer-section {
    padding-left: 20px;
    padding-right: 20px;
}
.ast-header-break-point .site-footer [data-section="sidebar-widgets-footer-widget-2"] .widget_text {
    text-align: center;
}
.ast-small-footer:before,
.site-footer:before {
    content: "";
    display: block;
    position: absolute;
    top: -1.5em;
    height: 10px;
    width: 100%;
    background: url('/wp-content/uploads/svgs/footer-line-dec.svg') no-repeat;
    background-position:center;
    background-size: cover;
}
  
.ast-small-footer .nav-menu a,
.site-footer .nav-menu a {
    padding: 0 0.5em;
}
  
  .ast-small-footer .widget-title,
  .ast-small-footer .no-widget-text,
  .site-footer .widget-title,
  .site-footer .no-widget-text {
    margin-bottom: 0;
  }
  
  .ast-small-footer .widget,
  .site-footer .widget {
    margin-bottom: 1em;
  }
  
  .ast-small-footer .widget ul,
  .site-footer .widget ul {
    position: static;
    border: 0;
    width: auto;
  }
  
  .ast-small-footer .widget ul a,
  .site-footer .widget ul a {
    border: 0;
  }
  
  .ast-small-footer .widget:last-child,
  .site-footer .widget:last-child {
    margin-bottom: 0;
  }

  .footer-sml-layout-2 .ast-small-footer-section-1,
.footer-sml-layout-2 .ast-small-footer-section-2 {
  text-align: center;
}

@media (min-width: 769px) {
  .footer-sml-layout-2 .ast-small-footer-section-1 {
    text-align: left;
  }
  .footer-sml-layout-2 .ast-small-footer-section-1 .menu-item a {
    padding: 0 1em 0 0;
  }
  .footer-sml-layout-2 .ast-small-footer-section-2 {
    text-align: right;
  }
  .footer-sml-layout-2 .ast-small-footer-section-2 .menu-item a {
    padding: 0 0 0 1em;
  }
}

.ast-header-break-point .footer-sml-layout-2 .ast-small-footer-section-2 {
  margin-top: 1em;
}
.ast-separate-container .ast-archive-description {
    margin: 0;
    padding: 5em 6.67em 3.33333em;
    background-color: #eee;
    border-bottom: 0;
}
.ast-separate-container .ast-archive-description .page-title {
    color: #0274be;
}
.committee-blurb {
    line-height: 1.5;
}
h2, .entry-content h2, .entry-content h2 a {
    font-size: 2.8rem;
}
.ast-single-post .entry-content a:hover,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a):hover,
.ast-single-post .entry-content a:focus,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a):focus {
    text-decoration: none;
}
.ast-scroll-top-icon .icon-arrow svg {
    display: none;
}
#ast-scroll-top.ast-scroll-top-icon {
    width: auto;
    height: auto;
}
.ast-scroll-top-icon .icon-arrow:before {
    display: block;
    content: 'Top';
    font-weight: bold;
    font-size: 1.4rem;
    padding: 4px 13px;
}
.ast-scroll-to-top-right {
    right: 20px;
    bottom: 20px;
}
.main-header-menu > .menu-item > .menu-link {
    text-transform: uppercase;
}
.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 4em;
}