/*
Theme Name: DSHA
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and plugin. Start amazing websites with blocks today! Install the plugin to add even more page such as testimonials, sharing icons, notices, call to actions, buttons and more.
Author: 
Theme URI: https://dsha.wpengine.com/
Version: 1.0.0
Tags: custom header, fixed width, two columns, responsive-layout
*/

*{ padding:0; margin:0; box-sizing:border-box;}
body{padding: 0;margin: 0;background: #fff;font-family: 'Open Sans', sans-serif;font-size: 18px;font-weight: 400;line-height: 30px;color: var(--black);}
input, select, textarea , button{transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
a {text-decoration:none;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
a::after , a::before{text-decoration:none;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
a:focus {text-decoration:none;-webkit-box-shadow: none !important;box-shadow: none !important;}

a, .btn, input, select, textarea, button, img{box-shadow: none;}
input {border: 0;}

img{max-width:100%}
:focus {box-shadow: inherit;}

select{text-shadow: 0 0 0 #000;}
input, select, textarea{-webkit-border-radius: 0;box-shadow: none;}
[type=submit], [type=submit]:focus {cursor: pointer;box-shadow: none;}
[type=submit]{cursor: pointer;}
p:empty {display: none;}

body.logged-in.admin-bar header#header {
    top: 32px;
}

.container{
     width: 100%;
     display: block;
     margin: 0 auto;
     max-width: 1400px;
}
.container-fluid{
     width: 100%;
     display: block;
     margin: 0 auto;
     max-width: 1800px;
}
h1, .h1, h2, .h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6 {
    margin-bottom: 1rem;
    color: var(--navy-blue);
}
h1, .h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
}
h2, .h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}
h3, .h3{
    font-weight: 700;
    font-size: 30px;
    line-height: 58px;
}
h4, .h4{
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
}
h5, .h5{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
h6, .h6{
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

p {
    margin-bottom: 18px;
}
p:last-child {
    margin-bottom: 0px;
}

.space_m{
    margin-top: 50px;
    margin-bottom: 50px;
}
.space_mt{
    margin-top: 50px;
}
.space_mb{
    margin-bottom: 50px;
}
.section-pd , .common-padding{
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-pdt , .common-padding-t {
    padding-top: 50px;
}
.section-pdb , .common-padding-b {
    padding-bottom: 50px;
}
.bg-top-cover{
     background-position: top center;
     background-repeat: no-repeat;
     background-size: cover;
}
.bg-center-cover {
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
}
.bg-center-contain {
     background-repeat: no-repeat;
     background-position: center center;
     background-size: contain;
}
iframe {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
}
#contentCntr {
    overflow: hidden;
}
#content {
     display: flex;
     flex-direction: column;
     min-height: 100vh;
}
#footerCntr {
    flex: 1 0 auto;
}


h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span {
 color: var(--black);
}
.text-white h1 span, .text-white .h1 span, .text-white h2 span, .text-white .h2 span, .text-white h3 span, .text-white .h3 span, .text-white h4 span, .text-white .h4 span, .text-white h5 span, .text-white .h5 span, .text-white h6 span, .text-white .h6 span, h1.text-white span, .h1.text-white span, h2.text-white span, .h2.text-white span, h3.text-white span, .h3.text-white span, h4.text-white span, .h4.text-white span, h5.text-white span, .h5.text-white span, h6.text-white span, .h6.text-white span  {
 color: var(--black);
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
 display: inline-block;
 color: var(--navy-blue);
}
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover {
 color: var(--delaware-blue);
 text-decoration: none;
}
h1.text-white a, .h1.text-white a, h2.text-white a, .h2.text-white a, h3.text-white a, .h3.text-white a, h4.text-white a, .h4.text-white a, h5.text-white a, .h5.text-white a, h6.text-white a, .h6.text-white a {
 color: var(--navy-blue);
}
h1.text-white a:hover, .h1.text-white a:hover, h2.text-white a:hover, .h2.text-white a:hover, h3.text-white a:hover, .h3.text-white a:hover, h4.text-white a:hover, .h4.text-white a:hover, h5.text-white a:hover, .h5.text-white a:hover, h6.text-white a:hover, .h6.text-white a:hover {
 color: var(--delaware-blue);
 text-decoration: none;
}
p a, li a {
 display: inline;
/* color: var(--navy-blue);*/
 color: var(--delaware-blue-grid);
word-wrap: break-word;
}
p a:hover, li a:hover {
 /*color: var(--delaware-blue);
 text-decoration: none;*/
 text-decoration: underline;
}
p span, li span {
 color: var(--black);
}
.text-white p a, .text-white li a, .text-white p span, .text-white li span {
 color: var(--navy-blue);
}
.text-white p a:hover, .text-white li a:hover {
 color: var(--delaware-blue);
 text-decoration: none;
}

/*Header*/
#header {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    z-index: 3;
}

/*Header Top*/
.header-top {
    background: var(--blue-header-top);
    padding-top: 5px;
    padding-bottom: 5px;
}
.delaware-logo-main {
    top: 4.5px;
}
.delaware-logo-main svg, .delaware-logo-main img {
    width: 36px;
    height: 37px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.delaware-logo-main span {
    color: var(--white);
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    padding-left: 12px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.delaware-logo-main:hover span {
    color: var(--delaware-blue);
}
.menuBxRt {
    margin-left: 25px;
}
.menuBxRt:first-child {
    margin-left: 0;
}
.menuBxRt>a {
    display: flex;
    align-items: center;
}
.header-top-menu a span {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.header-top-menu a svg path {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.header-top-menu a:hover span {
    color: var(--delaware-blue);
}
.header-top-menu a:hover svg path {
    fill: var(--delaware-blue);
}
.menu-right-top {
    top: -3px;
}
.menu-show-hide {
    width: 24px;
    height: 24px;
    margin-left: 57px;
    cursor: pointer;
}
.menu-show-hide::before {
    content: "";
    width: 18px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.menu-show-hide::after {
    content: "";
    width: 2px;
    height: 18px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    display: block;
}
.menu-show-hide.show-hide::after {
    display: none;
}
.header-top-menu {
    display: none;
}
/*.header-top-menu.menu-show-hide {
    display: flex;
}
*/

/*alert bar*/
.alert-bar-sec {
    background: var(--light-red);
    color: var(--red-text-alert);
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    padding-top: 2px;
    padding-bottom: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
.alert-bar-sec a{
    color: var(--navy-blue);
    font-weight: 600;
    line-height: 120%;
    text-decoration-line: underline;
}
.alert-bar-sec a:hover {
    color: var(--delaware-blue);
    text-decoration: none;
}
.close-alert-bar {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: calc(var(--bs-gutter-x) * .5);
    cursor: pointer;
}
.alert-bar-sec p {
    margin: 0;
}

/*main header*/
.main-header {
    background: var(--navy-blue);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}
.fix_active .main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
}
.fix_active .main-header.alert-bar-hide {
    margin-top: 0;
}
.logo-wrapper {
    margin-top: -16px;
}
.logo-wrapper .main-logo {
    width: 206px;
    height: 116px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.alert-hide-show .logo-wrapper .main-logo, header#header.fix_active .logo-wrapper .main-logo {
    width: 177.586px;
    height: 100px;
}
.alert-hide-show .logo-wrapper, header#header.fix_active .logo-wrapper {
    margin-top: 0px;
}
.menu-top {
    padding: 0;
    margin: 0;
}
.menu-top li {
 display: block;
 position: relative;
 line-height: 120%;
}
.menu-top>li>a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: relative;
    line-height: 120%;
    text-transform: capitalize; 
    text-decoration: none;
    padding: 20px 0;
}
.menu-top>li.menu-item-has-children>a {
    padding-right: 16px;
}
.menu-top>li:not(.menu-item-has-children)>a {
    margin-right: 16px;
}
.menu-top li:hover>a,.menu-top li>a:hover, .menu-top>li.current-menu-item>a, .menu-top>li.current_page_parent>a {
     color: var(--delaware-blue);
     text-decoration: none;
}
/*.alert-bar-sec.alert-bar-hide {
    display: none !important;
    height: 0;
}
.main-header.alert-bar-hide {
  margin-top: 44px;
}*/
.alert-bar-hide .main-header {
    margin-top: 0 !important;
}
#header.fix_active .main-header {
    margin-top: 0 !important;
}


/*Header Search*/
.search-header {
    margin: 0 36px 0 32px;
}
.header-search-c img, .header-search-c svg {
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
}
.header-search-c.active .search-btn {
    display: none;
}
.header-search-c .search-close {
    display: none;
    width: 24px;
    height: 24px;
}
.header-search-c.active .search-close {
    display: block;
}
.formCntrBx {
    background: #fff;
    width: 275px;
    position: absolute;
    top: 100%;
    margin-top: 15px;
    right: 0;
    display: none;
    box-shadow: 0px 4px 4px 0px rgba(26,24,29, 0.1);
    z-index: 991;
}
.formCntrBx .form-control {
    height: inherit;
    padding: 5px 50px 5px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: var(--black);
    border: 0;
    border-radius: 0;
    box-shadow: inherit;
}
.formCntrBx .search-btn {
    border: 0;
    width: 45px;
    top: 0;
    right: 0;
    background: var(--navy-blue);
    position: absolute;
    height: 100%;
}
.formCntrBx .search-btn .svg {
    width: 24px;
    height: 24px;
    position: relative;
    top: -2px;
}
.formCntrBx::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -20px;
    right: 5px;
    border-bottom: 10px solid #fff;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
svg#SvgjsSvg1001 {
    display: none;
}
.search-header:hover .header-search-c svg.search-btn {
    display: none;
}
.search-header:focus .formCntrBx, .search-header:focus-within .formCntrBx {
    display: block;
}
.header-search-c {
    cursor: pointer;
}
.search-header:hover .formCntrBx {
    display: block;
}
.search-header:hover .search-close {
    display: block;
    height: 20px;
}

/*.tab-pressed .header-search-c:focus .search-close, .tab-pressed .header-search-c:focus-within .search-close {
   display: block;
}
.tab-pressed .header-search-c:focus + .formCntrBx, .tab-pressed .header-search-c:focus-within + .formCntrBx {
   display: block !important;
}
.tab-pressed .header-search-c:focus .search-btn, .tab-pressed .header-search-c:focus-within .search-btn {
    display: none;
}*/




/*google_language_translator*/
.gtranslate_wrapper {
    width: 180px;
    height: 40px;
    position: relative;
    background-color: rgba(232, 235, 239, 0.45);
    display: flex;
    align-items: center;
}
.gtranslate_wrapper::before {
    content: "";
    width: 50px;
    height: 40px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(./img/lang-icon.svg);
    background-repeat: no-repeat;
    background-position: top 11px left 18px;
    background-size: 22px;
}
.gt_selector {
    width: 130px;
    height: 100%;
    display: block;
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    border: 0 !important;
    margin: 0;
    padding: 0;
    box-shadow: inherit;
    text-shadow: inherit;
    outline: 0 none;
    background-color: transparent;
    text-transform: capitalize;
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    background: url(/wp-content/uploads/2023/11/lang_dropicon.svg) no-repeat right 8px center;
    background-size: 13px;
}
.gtranslate_wrapper select.gt_selector option {
    color: var(--white);
    text-transform: capitalize;
    background-color: var(--navy-blue);
    border: 0;
}
.gtranslate_wrapper select.gt_selector option:first-child {
    display: none;
}


/*social links
.social-links>a {
    width: 45px;
    height: 45px;
    background: var(--dark-blue);
    justify-content: center;
    border-radius: 50%;
    margin-right: 4px;
}
.social-links>a:last-child {
    margin-right: 0;
}
.social-links>a:hover {
    background: var(--yellow);
}
.social-links>a svg, .social-links>a svg path {
    transition: all 0.5s ease;-webkit-transition: all 0.5s ease;
}
.social-links>a:hover svg path {
    fill: var(--dark-blue);
}

/*search page*/
.search_result .page-title span {
    color: var(--delaware-blue);
}
.search_item {
    border: 1px solid #eaeaea;
    padding: 30px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.search-heading a:hover {
    color: var(--delaware-blue);
}
.search_item:hover .search-heading a {
    color: var(--delaware-blue);
}
.search_item .common-button.btn-none {
  border: 0;
  padding: 0;
}


/*blog css*/
div#response {
    margin-bottom: 100px;
}
.recent-news-sec {
    margin: 90px 0 75px;
}
.element-post {
    margin-bottom: 50px;
}
.post-list-box {
    border-radius: 20px;
    background: var(--white);
    padding: 10px;
    margin-bottom: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.post-image {
    height: 255px;
    border-radius: 10px;
    overflow: hidden;
}
.post-image .img {
    background-color: #235fab;
    border-radius: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.post-list-box:hover .img{
    transform: scale(1.05, 1.05);
}
.post-image .no-feature {
    background-size: 200px;
}
.post-content {
    padding: 16px 10px 0 10px;
}
.post-content .blog-heading h5 {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.date-cat-info {
    border-radius: 10px;
    background: var(--yellow);
    display: inline-block;
    padding: 2px 10px;
    color: var(--body-default);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.btn-none-darkblue {
    color: var(--dark-blue);
}
.post-cat-name a {
    color: var(--body-default);
}
.post-cat-name a:hover {
    color: var(--white);
}
.btn-none.btn-none-darkblue:hover, .post-list-box:hover .btn-none.btn-none-darkblue {
    color: var(--dark-blue1);
    text-decoration: none;
}
.post-list-box:hover h5 , .blog-heading:hover h5 {
    color: var(--yellow);
}
.post-list-box:hover {
    background: #FFF;
    box-shadow: 0px 18px 86px 20px rgba(0, 0, 0, 0.10);
}

.single .container {
    max-width: 1200px;
}
.single-thumbnail .post-image {
    height: 595px;
}
.post-btn {
    padding-left: 10px;
}
.post-btn .btn-none {
    color: #1860AE;
}
.post-btn .btn-none:hover, .post-list-box:hover .post-btn .btn-none {
    color: var(--yellow);
}
.post-contentbx a:hover {
    color: var(--yellow);
}

/*single page*/
.post-contentbx .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.quick-link-sec h2 {
    font-size: 16px;
    line-height: normal;
    padding-left: 1rem;
}
.quick-link-sec ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 0 10px;
}
.quick-link-sec li {
    width: 32.33%;
    font-size: 14px;
    line-height: 25px;
}
.quick-link-sec li a {
    color: #1860ae;
    line-height: normal;
    width: calc(100% - 20px);
    vertical-align: text-top;
}
.quick-link-sec li a:hover {
    color: #1860ae;
    opacity: 0.7;
}

/*news custom dropdown*/
.select-dropdown {
    width: 100%;
    position: relative;
    max-width: 400px;
}
.select-dropdown__button {
    border-radius: 34.5px;
    border: 1px solid #E4E4E4;
    background: var(--white);
    color: #C0C0C0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 14px 35px 14px 25px;
    width: 100%;
    position: relative;
    text-align: left;
}
.select-dropdown__button::after {
    content: "";
    border-left: 2px solid var(--yellow);
    border-bottom: 2px solid var(--yellow);
    display: inline-block;
    width: 14px;
    height: 14px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
    position: absolute;
    right: 25px;
    top: 45%;
    bottom: 0;
    margin-top: -9px;
    z-index: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.select-dropdown__button:focus {
  outline: none;
}
.categories-filter {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
  background: #fff;
  border-radius: 4px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.05);
}
.categories-filter.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.categories-filter .js-filter-item {
    width: 100%;
    display: block;
    color: var(--body-default);
    padding: 12px 25px;
    line-height: 120%;
}
.categories-filter .js-filter-item:hover {
    background: var(--yellow);
    color: var(--white);
}





/*footer*/
.footer-cntr {
    padding: 58px 0 0 0;
    background: var(--footer-bg);
}
.logo-footer {
    margin-bottom: 28px;
}
.logo-footer img {
    width: 144px;
    height: 80px;
}
.footer-desc * {
    font-size: 16px;
    line-height: 26px;
}
.social-icon-footer a {
    width: 32px;
    height: 32px;
    background: var(--delaware-blue);
    border-radius: 50%;
    padding: 6px;
    margin: 28px 6px 0 0;
}
.social-icon-footer a:hover {
    opacity: 0.75;
}
.footer-cntr .social-icon-footer a {
    background: transparent;
}
.footer-cntr .social-icon-footer a:hover {
    opacity: 1;
}
.social-icon-footer a svg, .social-icon-footer a svg path {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.footer-cntr .social-icon-footer a:hover svg path {
    fill: var(--delaware-blue);
}
.menu-title {
    margin-bottom: 21px;
    margin-top: 33px;
}
.footer-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-nav li {
    line-height: 120%;
    margin: 0 0 10px 0;
}
.footer-nav li:last-child {
    margin-bottom: 0;
}
.footer-nav li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
}
.footer-nav li>a:hover, .footer-nav>li.current-menu-item>a, .footer-nav>li.current_page_parent>a {
    color: var(--delaware-blue);
    text-decoration: none;
}
.location-row {
    margin-bottom: 10px;
    word-wrap: break-word;
}
.location-row:last-child {
    margin-bottom: 0px;
}
.location-row img {
    width: 24px;
    height: 24px;
}
.location-row .right-bar {
    width: calc(100% - 24px);
    padding-left: 12px;
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    top: -5px;
}
.right-bar .loc-mrg-top {
    margin-top: 2.5px;
}
.right-bar .loc-title {
    font-weight: 600;
}
.location-row a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.location-row img , .location-row .loc-title , .location-row .loc-desc {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.location-row:hover img , .location-row:hover .loc-title , .location-row:hover .loc-desc {
    color: var(--delaware-blue);
}
.footerColm>div {
    margin-bottom: 85px;
}
.w3c-dev-design-wrap {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 16px 0 26px 0;
}
.w3c-dev-design-wrap span {
    font-size: 14px;
    display: inline-block;
}

/*copyright*/
.copyright-footer {
    background: rgba(255,255,255,0.05);
    color: var(--white);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    padding: 17.42px 0;
}
.copyright-footer a {
    color: var(--white);
    line-height: 120%;
    margin-right: 5px;
    padding-right: 5px;
    position: relative;
}
.copyright-footer a:last-child {
    margin-right: 0;
    padding-right: 0;
}
.copyright-footer a:hover {
    color: var(--delaware-blue);
}
.copyright-footer a::before {
    content: "";
    width: 1px;
    height: 75%;
    background: #fff;
    position: absolute;
    top: 2px;
    right: -2px;
}
.copyright-footer a:last-child::before {
    display: none;
}


/*scroll-btn*/
.scrollup {
    position: fixed;
    bottom: 10px;
    right: calc((100vw - 95%) / 2);
    z-index: 2;
}
.scrollup-wrap {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    cursor: pointer;
}
.scrollup-wrap .svg {
   width: 100%;
   height: 100%;
}

footer.author-bio-section {
	display:none !important;
}




/* Accessibility */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
    clip: auto!important;
    background-color: var(--none-opacity-gray);
    -webkit-clip-path: none;
    clip-path: none;
    color: var(--black);
    display: block;
    font-size: 16px;
    height: auto;
    left: 15px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 80px;
    width: auto;
    z-index: 100000;
    text-transform: capitalize;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}

.component-content-box-group .banner-description p a {
	color: var(--delaware-blue-grid);
}
.component-content-box-group .banner-description p a:hover {
	text-decoration: underline;
}

.accordion-item .accordion-button::after{
    display: none;
}

.text-center ul , .text-center li , .text-center ol {
    list-style: inside;
    text-align: center;
}
.phone-email-title {
    word-break: break-all;
    line-height: normal;
}

.accordion-button:focus {
    outline: auto;
}