/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

body {
    font-family: 'Asap', sans-serif !important;
    color: #464646;
    overflow-x: hidden;
	font-size: 16px;
}

 /* strong {
	color: #b6013b;
} */

.page #content p:not(:first-child) {
	margin-top: 1em;
}

.page #content p:first-child {
    font-size: 1.3em;
	line-height: 1.3em;
}

h1 {
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}

/* li {
	list-style: none;
} */

ol li {
	list-style: decimal;
}

ol li::marker {
	color: #B6013B;
}

li::marker {
	color: #B6013B;
}

/* The emerging W3C standard
   that is currently Firefox-only */
* {
  scrollbar-color: #B6013B #fff;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar-track {
  background: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: #B6013B;
  border-radius: 20px;
  border: 1px solid #fff;
}

a, a:visited, a:hover, a:active {
	color: #B6013B;
}

.container-xl {
	max-width: 1200px !important;
}

/* Body styling */
.primary-bg {
    background: #B6013B;
}

.secondary-bg {
    background: #4A0129;
}

.green-bg {
	background: #68ADAD;
	height: 40px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
    box-shadow: 0 -20px #68ADAD;
}

.pagination-bg {
    background: #F1F1F1;
}

/* Borders */
.border-round-4 {
    border-radius: 4px;
}

.border-none {
    border: none;
}

.bottom-radius-20 {
	border-radius: 0 0 20px 20px;
}

/* Fonts */
.font-bold {
    font-weight: 700;
}

.underline {
	text-decoration: underline;
}

.font-xs {
    font-size: 0.8em;
	line-height: 1em;
}

.font-sm {
    font-size: 1em !important;
	line-height: 1.3em !important;
}

.font-md {
    font-size: 1.3em;
	line-height: 1.3em;
}

.font-lg {
    font-size: 2em;
	line-height: 2em;
}

.font-xl {
	font-size: 2.5em;
}

.text-justified {
    text-align:justify;
}

.first-line::first-line {
    font-weight: 700;
}

.line-height-135em {
    line-height: 1.35em;
}

.line-height-2em {
    line-height: 2em;
}

.primary-color {
    color: #B6013B;
}

.secondary-color {
    color: #4A0129 !important;
}

.secondary-color a {
    color: #4A0129 !important;
}

.secondary-color a:visited {
	color: #4A0129;
}

.p-color {
    color: #464646;
}

.top-level-link, .top-level-link a {
	color: #464646 !important;
	font-weight: 700;
	text-transform: uppercase;
}

.top-level-link a:before {
	display: inline-block;
	content: ' ';
	background-image: url('/wp-content/themes/housing-care-custom/inc/images/svgs/magnifying-glass.svg');
	background-size: 28px 28px;
	height: 28px;
	width: 28px;
	vertical-align: middle;
	margin-right: 10px;
}

.white-font {
    color: #ffffff !important;
}

.pink-font {
    color: #C6034C;
}

.white-font a {
    color: #ffffff;
}

.footer-font, .footer-font:hover, .footer-font:visited, .footer-font:active {
    color: #ffffff;
}

.uppercase {
    text-transform: uppercase !important;
}

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

.featured-ul {
    margin-top: 2em;
    list-style-type: none;
    padding-left: 0;
    line-height: 2em;
}

.circle-ul {
	padding-left: 40px;
}

.circle-ul li {
	list-style-type: disc;
}

.circle-ul li::marker {
	color: #B6013B;
}

.featured-li /* Change name */ {
    border-bottom: 1px dotted #464646 !important;	
}

.single-h1 {
	color: #B6013B;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
}

/* .featured-li:after {
  content: "";
  background: black;
  position: absolute;
  bottom: 0;
  left: 10%;
  height: 1px;
  width: 80%;
} */

.featured-li-top {
    border-top: 1px dotted #464646 !important;
}

.sidebar-ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 2.25em;
    margin-bottom: 30px;
}

.sidebar-li-head {
    border-bottom: 2px solid #B6013B;
}

.sidebar-li {
    border-bottom: 1px dotted #464646;
}

.entry-content h3 {
	color: #B6013B;
	text-transform: uppercase; 
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 1.5em;
}

.entry-content h4 {
	color: #B6013B;
	text-transform: uppercase; 
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h3:not(:first-child) {
	margin-top: 1.5em;
}

.entry-content ul {
	margin-bottom: 1em;
}

.p-color p {
	width: 100%;
}

/* Images */

.max-100 {
	max-width: 100%;
}

.featured-img {
    max-width: 100%;
}

.svg-xs {
    max-width: 1em;
    min-height: 1em;
    max-height: 1em;
}

.svg-15 {
    max-width: 1.5em;
    min-height: 1.5em;
    max-height: 1.5em;
}

.svg-sm {
    max-width: 2em;
    min-height: 2em;
    max-height: 2em;
}

.svg-md {
    max-width: 4em;
    min-height: 4em;
    max-height: 4em;
}

.svg-lg {
    max-width: 6em;
    min-height: 6em;
    max-height: 6em;
}

.svg-social {
    max-width: 3em;
    min-height: 3em;
    max-height: 3em;
}

.svg-plane {
    height: 2.5em;
}

.svg-menu-lower {
    height: 3em;
}

.svg-menu-upper {
    height: 2em;
}

.svg-span-xs {
	display: inline-block;
    width: 1em;
}

.max-image-150px {
	max-height: 150px;
}

.center-image {
	text-align: center;
	display: block;
	margin: auto;
}

/* Borders */
.br-radius-20 {
    border-radius: 0px 0px 20px 0px;
}

.teal-border {
    height: 40px;
    border-radius: 0px 0px 20px 0px;
    background-color: #68ADAD;
    width: 50%;
}

/* Spacing */
.relative {
    position: relative;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.bottom-05em {
    margin-bottom: 0.5em !important;
}

.bottom-1em {
    margin-bottom: 1em !important;
}

.bottom-2em {
    margin-bottom: 2em !important;
}

.bottom-3em {
    margin-bottom: 3em !important;
}

.bottom-30px {
	margin-bottom: 30px !important;
}

.left-05em {
    margin-left: 0.5em !important;
}

.left-25px {
    margin-left: 25px !important;
}

.right-25px {
    margin-right: 25px !important;
}

.right-05em {
    margin-right: 0.5em !important;
}

.left-1em {
    margin-left: 1em !important;
}

.left-neg-1em {
    margin-left: -1em !important;
}

.right-1em {
    margin-right: 1em !important;
}

.margin-y-15px {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.margin-y-2em {
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}

.top-1em {
    margin-top: 1em !important;
}

.top-2em {
    margin-top: 2em !important;
}

.top-3em {
    margin-top: 3em !important;
}

.pad-top-17px {
    padding-top: 17px !important;
}

.top-30px {
    margin-top: 30px !important;
}

.pad-bot-1em {
    padding-bottom: 1em;
}

.pad-bot-2em {
    padding-bottom: 2em;
}

.pad-top-none {
    padding-top: 0;
}

.pad-top-05em {
    padding-top: 0.5em;
}

.pad-top-1em {
    padding-top: 1em;
}

.pad-top-2em {
    padding-top: 2em;
}

.pad-top-3em {
    padding-top: 3em;
}

.pad-y-05em {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.pad-y-1em {
    padding-top: 1em;
    padding-bottom: 1em;
}

.pad-y-2em {
    padding-top: 2em;
    padding-bottom: 2em;
}

.pad-y-15px {
	padding-top: 15px;
	padding-bottom: 15px;
}

.no-pad-right {
	padding-right: 0 !important;
}

.pad-right-1em {
    padding-right: 1em;
}

.pad-right-15pc {
	padding-right: 15%;
}

.pad-x-0,
.pad-x-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pad-x-05em {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.pad-x-1em {
    padding-left: 1em;
    padding-right: 1em;
}

.pad-x-2em {
    padding-left: 2em;
    padding-right: 2em;
}

.pad-x-25px  {
    padding-left: 25px;
    padding-right: 25px;
}

.no-pad-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-pad-y {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-pad-left {
	padding-left: 0 !important;
}

.min-width-bottom {
    min-width: 9em;
}

.height-50px {
    height: 50px;
}

.height-100 {
    height: 100%;
}

.width-20 {
    width: 20%;
}

.width-25 {
    width: 25%;
}

.width-75 {
    width: 75%;
}

.width-80 {
    width: 80%;
}

.width-100 {
    width: 100%;
}

.width-100-bang {
    width: 100% !important;
}

.width-150px {
	width: 150px;
}

/* Borders */
.dotted-top {
    border-top: 1px #464646 dotted;
}

.dotted-bottom {
	border-bottom: 1px #464646 dotted;
}

.menu-red-bottom > a {
	border-bottom: 2px solid #B6013B;
	text-transform: uppercase;
	font-weight: 700;
}

/* Header */
.menu-main {
    height: 4em;
}

.menu-relative {
    position: relative;                  
    top: 0;                          
    left: 0;  
}

.height-2em {
    height: 2em;
}

.height-3em {
    height: 3em;
}

/* Search area */

.search-bg-height {
    height: 700px;
}

.search-tabs-bg {
    background-color: #F1F1F1;
    width: 100%; 
    height:40px;
    border-radius: 0px 10px 0px 0px;
}

.search-box {
    background-color: #F1F1F1;
    width: 80%;
    height:35px;
    border: none;
    border-radius: 1px 0px 0px 1px;
}

.search-button {
    height: 35px;
    width: 20%;
    margin-top: -4px;
}

.checkbox-color {
    outline: 1px solid #B6013B;
    border-radius: 5px;
}

.base-search-tab {
    background: none;
    width: 25%;
    min-height: 40px;
    margin: 0 auto;
    padding-top: 10px;
}

.base-search-tab.active,
.base-search-tab:active {
    background-color: #ffffff;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 2px -4px 5px #00000017;
}

.base-search-tab:first-child {
    border-radius: 0px 10px 0px 0px;
}

.main-search-input {
    background: #f1f1f1;
}

.search-border {
    border-right: 1px solid #F1F1F1;
}

/* Featured image home-page */
.featured-img-bg {
    height: 550px;
    width: 100%;
    background: transparent url('images/stock/featured-image.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
    overflow: hidden;
}

/* Landing Page */
.landing-bg {
    background: transparent url('images/bgs/landing-base.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
    overflow: hidden;
    background-position: center bottom;
    padding: 0px;  
}

.landing-bg-solid {
    background: transparent url('images/bgs/landing-base2.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
    overflow: hidden;
    background-position: center bottom;
    padding: 0px;  
}

.landing-feature {
    height: 448px;
    width: 100%;
    background: transparent url('images/stock/landing-feature.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
    overflow: hidden;
    background-position: center center;
    padding: 0px;
    border-bottom-right-radius: 20px;
}

.landing-snippet {
    height: 408px;
    width: 100%;
    padding: 0 30px;
}

.landing-table-td {
	border: none !important;
	vertical-align: middle;
}

.landing-table-input {
	width: 250px;
	margin-bottom: 5px;
	background-color: #fff;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #464646;
	color: #464646;
}

.landing-table-search {
	width: 90px;
	height: 35px;
	margin-bottom: 5px;
	background-color: #B6013B;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #fff;
	color: #fff;
}

.landing-table-more-info {
	width: 90px;
	margin-bottom: 5px;
	background-color: #B6013B;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #fff;
	color: #fff;
	padding:3px 7px 3px 7px;
}

.btn-primary {
	width: 75px;
	height: 38px;
	margin-bottom: 5px;
    background-color: #B6013B;
    border-color: #B6013B;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #4A0129;
    border-color: #4A0129;
    box-shadow: 0 0 0 0.2rem rgba(74, 1, 41, .5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #814155;
    border-color: #814155;
    box-shadow: 0 0 0 0.2rem rgba(129, 65, 85, .5);
}

#kw {
	border-radius: 5px;
	border: 1px solid #A6A6A6;
}

.form-horizontal {
	margin-top: 2em;
	margin-bottom: 2em;
}

/* Article */
.further-border {
    background: #F1F1F1;
    border-top-left-radius: 20px;
    min-height: 200px;
}

.further-reading {
    background: #F1F1F1;
    min-height: 200px
}

/* FAQ */
.faq-feature {
    height: 325px;
    width: 100%;
    background: transparent url('images/stock/faq-1.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
    overflow: hidden;
    background-position: center center;
    padding: 0px;
    border-bottom-right-radius: 20px;
}

.faq-title{
    cursor: pointer;
}

.landing-snippet-small {
    height: 325px;
    width: 100%;
    padding: 0 30px;
}

/* Glossary */
.glossary-feature {
    height: 325px;
    width: 100%;
    background: transparent url('images/stock/glossary-1.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
    overflow: hidden;
    background-position: center center;
    padding: 0px;
    border-bottom-right-radius: 20px;
}

.glossary-a-z {
    letter-spacing: 0.47vw;
}

/* Footer */
#footer {
    min-height: 200px;
}

.bottom {
    position:absolute;                  
    bottom:2em;                          
    right:2em;
}

.footer-search-box {
    line-height: 3em;
    height: 3em;
    width: 20em;
}

.footer-search-button {
    line-height: 3em;
    height: 3em;
	padding-left: 20px;
	padding-right: 20px;
}

.footer-hr {
    margin-top: 1em;
    margin-bottom: 1em;  
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid #fff;
}

/* FAQ Accordion 
input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}*/

.tabs {
    overflow: hidden;
}
  
.tab {
    width: 100%;
    overflow: hidden;
}

.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 0;
    background: #ffffff;
    font-weight: bold;
    cursor: pointer;
    color: #464646;
}

/* Icon */
.tab-label:hover {
    background: darken(#ffffff, 10%);
}
 
.tab-label::after {
    content: url(images/svgs/view-more.svg);
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all .35s;
}
    
.tab-content {
    max-height: 0;
    padding: 0;
    color: #464646;
    background: white;
    transition: all .35s;
    visibility: collapse;
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    font-size: 0.75em;
    background: #ffffff;
    cursor: pointer;
}

.tab-close:hover {
    background: darken(#ffffff, 10%);
}

.tab-label:checked {
    background: darken(#ffffff, 10%);
    color: #B6013B;
}

.widget_nav_menu .menu {
	list-style: none;
	padding-left: 0;
	line-height: 2.25em;
}

.widget_nav_menu .menu .menu-item > a {
	width: 100%;
	color: #464646;
	display: inline-block;
}

/* .widget_nav_menu .menu > .menu-item{
	margin-bottom: 30px;
} */

/*.widget_nav_menu .menu > .menu-item > a {
	border-bottom: 2px solid #B6013B;
	text-transform: uppercase;
	font-weight: 700;
} */

.widget_nav_menu .sub-menu {
	list-style: none;
	padding-left: 0;
}

/*
.widget_nav_menu .sub-menu > .menu-item {
	
}
*/

.widget_nav_menu .sub-menu > .menu-item > a {
	border-bottom: 1px dotted #464646;
	line-height: 1.7em;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Input */
input:checked + .tab-label {
    color: #B6013B;
}

input:checked + .tab-label::after {
    transform: rotate(180deg);
}

input:checked ~ .tab-content {
    min-height: 50px;
    padding: 0;
    visibility: visible;
}

.wpcf7-submit {
	width: 60px;
	height: 30px;
	margin-bottom: 5px;
	background-color: #B6013B;
	border-radius: 7px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	color: #fff;
}

.wpcf7-text, .wpcf7-textarea {
	margin-top: 10px;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #464646;
	line-height: 1.6em;
	padding-left: 5px;
}

.ubermenu-skin-minimal.ubermenu-responsive-toggle{
    min-width: 60px;
}

.front-page-svg{
    margin-top: -30px;
}

#menu-header-plain,
#menu-header-plain a,
#menu-header-plain a:hover,
#menu-header-plain a:visited,
#menu-header-plain a:active,
#menu-header-plain a:focus,
#menu-mobile-menu,
#menu-mobile-menu a,
#menu-mobile-menu a:hover,
#menu-mobile-menu a:visited,
#menu-mobile-menu a:active,
#menu-mobile-menu a:focus{
    color: #4A0129;
    font-weight: 700;
}

#menu-header-plain ul,
#menu-mobile-menu ul {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 99999;
    width: 180px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    padding: 0;
}

#menu-header-plain li:hover > ul,
#menu-mobile-menu li:hover > ul {
    display: block;
}

#menu-header-plain li,
#menu-mobile-menu li {
    position: relative;
}

#menu-header-plain > li,
#menu-mobile-menu > li {
    display: block;
    margin: 0;
    text-align: center;
    padding: 8px 4px;
}

/* Dean Mobile Menu */

/* header */

.mobile-header {
  background-color: #B6013B;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  width: 100%;
  z-index: 3;
}

.mobile-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.mobile-header li a {
  display: block;
  position: relative;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.mobile-header li a:hover,
.mobile-header .menu-btn:hover {
  background-color: #f4f4f4;
}

.mobile-header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.mobile-header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.mobile-header .menu-icon {
  cursor: pointer;
  float: right;
  padding: 28px 20px !important;
  position: relative;
  user-select: none;
}

.mobile-header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.mobile-header .menu-icon .navicon:before,
.mobile-header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.mobile-header .menu-icon .navicon:before {
  top: 5px;
}

.mobile-header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.mobile-header .menu-btn {
  display: none;
}

.mobile-header .menu-btn:checked ~ .menu {
  max-height: 1000px;
}

.mobile-header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.mobile-header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.mobile-header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.mobile-header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.mobile-header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* IE Fix */

.is-ie{
    display: none !important;
}
.not-ie{
    display: block !important;
}

body.msie .is-ie{
    display: block !important;
}
body.msie .not-ie{
    display: none !important;
}

/* Mobile Hide */
@media only screen and (max-width: 990px) {
    .base-search-tab,
    .service-search-tab{
        width: 50%;
    }
    .mobile-hide {
        display: none;
    }
}

/* Desktop Hide */
@media only screen and (min-width: 991px){
	.desktop-hide {
		display: none;
	}
}

/* Mobile Borders */
@media only screen and (max-width: 600px) {
    .mobile-no-radius {
        border-radius: 0px;
    }
}

/* Mobile Flex */
@media only screen and (max-width: 600px) {
    .mobile-flex-50 {
        flex: 50% !important;
        width: 50% !important;
        max-width: 50% !important;
    }
    .mobile-flex-100 {
        flex: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .mobile-force-top-1em {
        margin-top: 1em !important;
    }
    .mobile-force-bottom-1em {
        margin-bottom: 1em !important;
    }
    .mobile-force-left-1em {
        margin-left: 1em !important;
    }
    .mobile-force-right-1em {
        margin-right: 1em !important;
    }
    .mobile-force-x-1em {
        margin-left: 1em !important;
        margin-right: 1em !important;
    }
    .mobile-force-y-1em {
        margin-top: 1em !important;
        margin-bottom: 1em !important;
    }
    .mobile-force-pad-all-1em {
        padding-top: 1em !important;
        padding-bottom: 1em !important;
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
    .mobile-float-left {
        float: left;
    }
    .mobile-float-right {
        float: right;
    }
	.pad-right-15pc {
		padding-right: 0;
	}
}

@media only screen and (min-width: 601px) and (max-width: 991px) {
    .base-search-tab,
    .service-search-tab{
        width: 33%;
    }
    .tablet-flex-50 {
        flex: 50% !important;
        width: 50% !important;
        max-width: 50% !important;
    }
    .tablet-flex-100 {
        flex: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }	
}

/* Mobile Footer */
@media only screen and (max-width: 600px) {
    .bottom {
        position: static !important;
    }
    .min-width-bottom {
        padding: 0;
    }
}

/* Mobile FAQ */
@media only screen and (max-width: 600px) {
    .mobile-order-2 {
       order: 2;
    }
    .mobile-order-1 {
       order: 1;
    }
    .mobile-faq-further {
        padding-left: 15px;
    }
}

/* Mobile Text */
@media only screen and (max-width: 600px) {
    .mobile-center-text {
       text-align: center;
    }
}

/* Mobile corrections */
@media only screen and (max-width: 600px) {
    .faq-feature {
        background: none;
        height: auto;
        border-radius: 0px;
    }
    .further-border {
        display: none;
    }
    .glossary-feature {
        background: none;
        height: auto;
        border-radius: 0px;
    }
    .landing-bg {
        background: none;
    }
    .landing-feature {
        background: none;
        height: auto;
        border-radius: 0px;
    }
    .landing-snippet {
        height: auto;
    }
    .landing-snippet-small {
        height: auto;
    }
}

/* Ubermenu tweaks */

.ubermenu-submenu-shift {
	margin-left: -15px !important;
}

.ubermenu.ubermenu-transition-slide .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega,
.ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-mega {
	max-height: 5000px !important;
	min-height: 700px !important;
	background-color: #f1f1f1;
}

.ubermenu .ubermenu-nav .ubermenu-item .eac-header-text {
	width: min-intrinsic;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #4A0129;
	text-align: left;
}

.header-nav .ubermenu .ubermenu-item-level-0 {
    vertical-align: middle;
}

.white-background {
	background-color: #ffffff;
}

.light-gray-color {
    color: #bdbdbd;
}

.light-gray-background {
	background-color: #f1f1f1;
	padding: 0px !important;
	min-height: 600px;
}

.ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel {
	background-color: #f1f1f1;
}

.ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group {
	background-color: #e5e5e5;
}

.eac-menu-content-image {
    width: 100%;
	margin-top: 1.5em;
}

.remove-row-margin {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.row.row-30 {
    margin-left: -30px;
    margin-right: -30px;
}

.margin-0 {
	margin-left: 0px !important;
    margin-right: 0px !important;
}

.top-dash {
	border-top: 1px #464646 dashed;
}

.bottom-dash {
	border-bottom: 1px #464646 dashed;
}

.eac-menu-links {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.eac-menu-top-link {
	margin-top: 2em;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.eac-menu-text {
	font-size: 16px;
	line-height: 20px; 
}

.smallcaps {
	font-variant: small-caps;
}

.ubermenu-nojs.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target, .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target {
	background-color: #f1f1f1 !important;
	color: #B6013B !important;
}

.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-target:hover, .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-active > .ubermenu-target {
	background-color: #f1f1f1 !important;
	color: #B6013B !important;
}

textarea:focus, input:focus{
    outline: none;
}

/* Sidebar */
@media only screen and (max-width: 991px) {
    .ubermenu .ubermenu-tab .ubermenu-tab-content-panel{
        position: static!important;
    }
	#sidebar.js-mode{
		position: absolute;
		width: 0;
		background-color: white;
		z-index: 1;
		display: none;
		margin-left: -15px;
		margin-right: -15px;
	}
	#sidebar.js-mode.open{
		padding-left: 15px !important;
		padding-right: 15px !important;
		display: block;
	}
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
	#sidebar.js-mode.open{
		width: 350px;
		box-shadow: 10px 5px 5px rgba(0, 0, 0, .2);
	}
}

@media only screen and (max-width: 575px) {
	#sidebar.js-mode.open{
		width: 100%;
	}
}

.sidebar-toggle-button {
	background-color: #B6013B;
	border-radius: 0 10px 10px 0;
}



/* Resources */
.eac-resource-subject-list > ul{
    padding-left: 0;
}
.eac-resource-subject-list li{
    display: inline-block;
    padding-right: 20px;
}
.eac-resource-subject-list ul.no-immediate-inline > li{
    display: block;
    width: 100%;
}

.res-pub-letters {
	letter-spacing: 10px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	background: #4A0129;
	border-radius: 10px;
	padding: 5px;
}

.res-pub-letters a {
	color: #fff;
}

.res-pub-letter-banner {
	background: #4A0129;
	color: #fff !important;
	font-weight: bold;
	margin-bottom: 10px;
	border: 0px;
	border: 1px outset #fff;
	text-transform: uppercase;
	padding-left: 10px;
}

.res-pub-letter-list {
	list-style: none;
}

/* header */
.header-nav{
    background-color: #ffffff;
    min-height: 84px;
    border-radius: 20px 0 0 0;
}

/*
.logo-bar:after {
	width: 40px;
	height: 100%;
	background-color: transparent;
	display: inline-block;
	content: ' ';
	margin-right: -39px;
	z-index: 1;
	-webkit-box-shadow: 0 -50px 0 0 #B6013B;
	-moz-box-shadow: 0 -50px 0 0 #B6013B;
	box-shadow: 0 -50px 0 0 #B6013B;
	border-top-left-radius: 100px;
}
*/

.header-accent {
	width: 20px;
	height: 20px;
	background-color: #B6013B;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 0;
}
.header-accent > .inner-accent{
    border-top-left-radius: 100%;
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0;
}

.logo-justify-right {
	justify-content: right;
}

.header-nav .logo-bar{
    background-color: #B6013B;
}

.header-nav .logo.eac,
.header-nav .logo.housing-care{
    height: 55px;
}

.header-nav .ubermenu .ubermenu-colgroup .ubermenu-column,
.header-nav .ubermenu .ubermenu-custom-content-padded,
.header-nav .ubermenu .ubermenu-nonlink,
.header-nav .ubermenu .ubermenu-retractor,
.header-nav .ubermenu .ubermenu-submenu-padded,
.header-nav .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target,
.header-nav .ubermenu .ubermenu-target,
.header-nav .ubermenu .ubermenu-widget,
.header-nav .ubermenu-responsive-toggle{
    padding: 16px 18px;
}

.post-header-image{
    background-size: cover;
    background-position: right center;
}

/* Allow it - This will get fettled with later and sorted out properly */


@media only screen and (max-width: 991px) {
    .header-nav .ubermenu .ubermenu-item .ubermenu-target{
        width: 100%;
    }
}

/* @media only screen and (min-width: 1100px) and (max-width: 1200px) {
    .header-nav .ubermenu .ubermenu-item .ubermenu-target{
        min-width: 170px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .header-nav .ubermenu .ubermenu-item .ubermenu-target{
        min-width: 80px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
    .header-nav .ubermenu .ubermenu-item .ubermenu-target{
        min-width: 120px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
    .header-nav .ubermenu .ubermenu-item .ubermenu-target{
        min-width: 135px;
    }
} */

#ubermenu-nav-main-71731-header-menu {
    float: right;
}

/* Excerpt */
.archive-h1{
    color: #B6013B;
	font-weight: 700;
    padding-top: 0;
    margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.5em;
	line-height: 1.5em;
}

.index-h1{
	color: #B6013B;
	font-weight: 700;
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 1.5em;
	line-height: 1.5em;
}

.index-lower-border{
	border-bottom: 2px solid #B6013B;
	padding-bottom: 20px;
}

/* Landing tables */

/* Top-level advice pages */

.plane-border:before {
	height: 50px;
	width: 120px;
	background-image: url('/wp-content/themes/housing-care-custom/inc/images/svgs/plane.svg');
	display: block;
	content: ' ';
	background-size: 120px 60px;
}

/* Country tables */

.abroad-trans {
	border-collapse: collapse;
	overflow: hidden;
	border-radius: 10px;
	background-color: #fbfbfb;
}

.abroad-trans .first {
	font-weight: 700;
	color: #fff;
	background-color: #B6013B !important;
	border-radius: 10px 10px 0 0;
}

.abroad-trans tr:nth-child(2n+1) {
    background-color: #f3f3f3;
}

.abroad-trans td:nth-child(2) {
    font-style: italic;
}

.abroad-trans td {
    padding-left: 10px;
}

/* Brads minging container bodge */
 
@media (min-width:576px){
    .px-sm-15{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .post-header-text-area {
        width: 390px;
        height: 325px;
    }
}

/* Brads make ubermenu submenus big hack */
@media (min-width:992px) and (max-width:1200px){
    #ubermenu-main-71731-header-menu-2 .ubermenu-nav > .ubermenu-item > ul.ubermenu-submenu {
        width: calc(100vw - 60px);
    }
    .post-header-text-area{
        float: right;
        margin-right: 30px;
    }
}
.post-header-background{
    background-color: #B6013B;
    background-color: rgba(182,1,59,0.66);
	z-index: 1;
    position: relative;
}
.post-header-image{
    border-radius: 0 0 20px 20px;
}

@media (min-width:1200px){
    .post-header-text-area{
        float: right;
        margin-right: 30px;
    }
    .post-header-background{
        background-color: rgba(182,1,59,1);
    }
    .post-header-image{
        border-top-right-radius: 20px;
    }
    #ubermenu-main-71731-header-menu-2 .ubermenu-nav > .ubermenu-item > ul.ubermenu-submenu {
        width: calc( 1200px );
        margin-left: calc(-1200px * 0.43);
    }
}

.div.wp-link-input input {
	width: 800px !important;
}

.ubermenu .ubermenu-target-text {
	color: #4A0129 !important;
}

.wp-block-columns {
	margin-bottom: 0 !important;
}

.post-published {
	font-style: italic;
    color: #B6013B;
    border-bottom: 1px solid #B6013B;
}

/* Mobile Landing Pages */

@media only screen and (max-width: 1172px) {
	.mobile-center {
		text-align: center !important;
	}
	.mobile-center h4, .mobile-center h3 {
		text-align: center !important;
	}
	.sharing-center {
    margin: 0 auto;
    float: none !important;
	}
}

.desktop-center {
	text-align: center !important;
	margin: 0 auto;
    float: none !important;
}
.desktop-center h4, .desktop-center h3 {
	text-align: center !important;
}

.float-center {
	float: none !important;
}

.landing-contact, .landing-read-more {
	margin: 10px auto !important;
}	

.landing-read-more {
	color: #464646 !important;
    text-decoration: none;
    background: #eee;
    padding: 15px 30px;
    border-radius: 5px;
    margin-right: 20px;
	margin-top: 20px;
	display: block;
    width: 230px;
    text-align: center;
}

.landing-contact {
	color: #fff !important;
    text-decoration: none;
    background: #B6013B;
    padding: 15px 30px;
    border-radius: 5px;
    margin-right: 20px;
	margin-top: 20px;
	display: block;
    width: 230px;
    text-align: center;
}

.eac-social-links {
	color: #fff !important;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
}

.eac-social-links a {
	color: #fff !important;
}

.color-facebook {
	background-color: #3b5998;
}

.color-twitter {
	background-color: #00acee;
}

.color-linkedin {
	background-color: #0e76a8;
}

.color-email {
	background-color: #bb2222;
}

.landing-image-clip {
    overflow: hidden;
    margin-bottom: 20px;
}

/* Landing clips */

.landing-clip-220px {
	max-height:220px;
}

/* Safari Fix */

.row:before, .row:after{
	display: none;
}

/* Mobile Menu */

/* Temp placement */


.header-nav .menu .drop-icon {
  position: absolute;
  right: 0;
  top: 0;
}

.header-nav .menu label.drop-icon {
    padding: 1.25em !important;
    width: 50%;
    text-align: center;
    text-shadow: 0 0 0 transparent;
    color: #B6013B;
}

.header-nav .menu .sub-menu {
    border-width: 1px 1px 0;
    margin: 0 1em;
}

.header-nav .menu .sub-menu li:last-child {
    border-width: 0;
}

.header-nav .menu .sub-menu {
    display: none;
}

.header-nav .menu input[type="checkbox"], 
.header-nav .menu ul span.drop-icon {
  display: none;
}

.header-nav .menu input[type="checkbox"]:checked + .sub-menu {
    display: block;
}
/* Map Fix */

.accom-type-message {
	padding: 0 !important;
}

.manager-image {
	max-width: 100% !important;
}

/* Display None */

.display-hidden {
    display: none !important;
}

.sharing-center {
    float: right;
}

/* Rough fixes 7-7-22 

.facility_photo_main {
    max-width:100%;
}

.info_banner_image {
    position: absolute;
    top: -3px;
    left: -2px;
    margin: 0px !important;
    padding: 0px !important;
}

.manager_logo.pad5 {
    max-height: 90px;
}

*/

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 3em;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1em;
}

@media only screen and (max-width: 990px) {
    .video-container {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Slider */

.slider-wrapper {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.slides-container {
    width: 100%;
    height: 350px;
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slide-arrow {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 8rem;
    background: none;
    border: none;
    width: 4rem;
    font-size: 6rem;
    padding: 0;
    cursor: pointer;
}

.slide-arrow:hover,
.slide-arrow:focus {
    opacity: 1;
    outline: 0;
}

.slide-arrow.prev {
    color: white;
    left: 0;
    border: none;
    -webkit-text-stroke: 2px #B6013B;
}

.slide-arrow.next {
    color: white;
    right: 1rem;
    border: none;
    -webkit-text-stroke: 2px #B6013B;
}

.slide {
    width: 100%;
    height: 100%;
    flex: 1 0 100%;
}

.slide img {
    object-fit: cover;
    max-width: 100%;
}