/* General */
:root, [data-bs-theme="light"] {
    --bs-body-font-size: 1.1rem;
	--bs-body-font-weight: 500;
	--bs-body-color: var(--dark-grey);
}
*:focus {
    outline: 2px solid rgba(0,0,255,0.3);
}
body {
    line-height: 1;
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    font-display: swap;
}
p a, table a {
	color: var(--blue);
	font-weight: 600;
}
a {
    text-decoration: none;
}
.contact-details a,
.search-container a,
.col.box a,
.social-icons a {
    text-decoration: none;
}
p:not(.title):not(.subtitle) a,
a:is(:hover, :active, :focus) {
    text-decoration: underline;
}
.download a:is(:hover, :active, :focus),
.post a:is(:hover, :active, :focus),
.header-top-bar-container .header-toggle,
.header-top-bar-container .header-toggle:is(:hover, :active, :focus),
.collapsible-mobile-submenus a,
a.btn, a.btn:is(:hover, :focus, :active),
a.back-btn, a.back-btn:is(:hover, :focus, :active),
nav#forum-nav a, nav#forum-nav a:is(:hover, :focus, :active),
.box.grey a.back-btn, .box.grey a.back-btn:is(:hover, :focus, :active),
#inquiry a, #inquiry:is(:hover, :focus, :active) {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
	color: var(--blue);
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h1
{
	font-size: 2.5rem;
	line-height: 34px;
	font-weight: 900;
}
h2
{
	font-size: 2rem;
	line-height: 40px;
}
h3
{
	font-size: 1.5rem;
	line-height: 34px;
	font-weight: 800;
}
h4
{
	font-size: 1.25rem;
	line-height: 28px;
	font-weight: 800;
}
h5
{
	font-size: 1.125rem;
	line-height: 24px;
	font-weight: 700;
}
h6
{
	font-size: 1rem;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color: var(--blue);
	transition: opacity 0.3s ease 0s;
	opacity: 1;
	font-weight: 900;
}
p {
    font-size: 1rem;
}
ul {
    padding-left: 0;
}
.subtitle {
    color: var(--blue);
    font-size: 2rem;
    font-weight: 800;
    padding-bottom: 0;
    margin-bottom: 0;
}
.blue, h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue, span.blue, .subtitle.blue {
    color: var(--blue); 
}
.green, h1.green, h2.green, h3.green, h4.green, h5.green, h6.green, span.green, .subtitle.green {
    color: var(--green); 
}
.red, h1.red, h2.red, h3.red, h4.red, h5.red, h6.red, span.red, .subtitle.red {
    color: var(--red); 
}
.black, h1.black, h2.black, h3.black, h4.black, h5.black, h6.black, span.black, .subtitle.black {
    color: var(--black); 
}
.white, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, span.white, .subtitle.white {
    color: var(--white); 
}
h1.box-header, h2.box-header, h3.box-header, h4.box-header, h5.box-header, h6.box-header {
    text-align: center;
}
a.cta {
    display: block;
    background: var(--green);
    color: var(--white);
    font-weight: 800;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}
section {
    margin-bottom: 20px;
}
label,
input,
textarea,
select {
    margin-bottom: 20px;
    color: var(--blue);
}
input,
textarea,
select {
    width: 100%;
    padding: 20px;
    background: none;
    border: 2px solid var(--blue);
}
label {
    font-weight: 600;
}
a.btn,
input.btn,
button.btn {
    background: var(--green);
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 10px;
}
:not(.btn-check) + .btn:active {
	color: var(--white);
	background-color: inherit;
	border-color: transparent;
}
a.btn.blue, input.btn.blue, a.btn.blue:hover, input.btn.blue:hover, a.btn.blue:active, input.btn.blue:active, button.btn.blue, button.btn.blue:hover, button.btn.blue:active {
    color: var(--white);
    background: var(--blue);
}
a.btn.red, input.btn.red, a.btn.red:hover, input.btn.red:hover, a.btn.red:active, input.btn.red:active, button.btn.red, button.btn.red:hover, button.btn.red:active {
    color: var(--white);
    background: var(--red);
}
a.btn:hover, input.btn:hover, a.btn:active, input.btn:active, button.btn:hover, button.btn:active {
    color: var(--white);
    background: var(--green);
}
.btn.lg { width: 100%; }
.row {
    margin-bottom: 20px;
}
span.required {
    color: var(--red);
    font-size: 1.1rem;
}
.success, .errors {
    background: var(--green);
    padding: 20px;
    text-align: center;
    line-height: 1.4;
}
.errors {
    background: var(--dark-grey);
}
.success p, .success strong, .success a, .errors p, .errors strong, .errors a {
    color: var(--white);
    margin: 0;
    padding: 0;
}
.success strong, .errors strong {
    text-transform: uppercase;
    font-size: 1.2rem;
}
.success a,
.errors a {
    font-weight: 700;
}
.success a:hover, .success a:active, .errors a:hover, .errors a:active {
    font-weight: 900;
    color: var(--black);
    /* outline: 1px solid var(--white); */
}
.site-container {
    min-height: calc(100vh - 490px);
}
strong.subtitle {
    color: var(--dark-grey);
    font-weight: 600;
    font-size: 1.2em;
    text-transform: uppercase;
}
strong.subtitle.blue { color: var(--blue); }
strong.subtitle.green { color: var(--green); }
strong.subtitle.gold { color: var(--gold); }
strong.subtitle.grey { color: var(--dark-grey); }
strong.subtitle.purple { color: var(--purple); }
strong.subtitle.red { color: var(--red); }
iframe.youtube {
    width: 100%;
    height: auto;
    aspect-ratio: 560/315;
    margin-bottom: 20px;
}
.download {
    background: var(--grey);
    padding: 20px;
}
.download img {
    width: 100%;
}
.download strong {
    font-size: 1.4em;
    color: var(--blue);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
}
.download strong span {
    font-size: 1.8em;
}
i.blue { color: var(--blue); }
i.green { color: var(--green); }
i.gold { color: var(--gold); }
i.grey { color: var(--dark-grey); }
i.purple { color: var(--purple); }
i.red { color: var(--red); }
.full-width {
    width: 100%;
}
img.full-width {
    height: auto;
}
.container.grey,
.container-fluid.grey {
    background: var(--grey);
}
.col.box {
    padding: 20px;
}
.col.box .row {
    padding: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.col.box.grey .row {
    background: var(--grey);
}
.back-btn {
    position: relative;
}
.back-btn::after {
    content: "";
    /* content: "\2039"; */
    position: absolute;
    top: 30%;
    left: -30px;
    font-size: 1.25em;
    font-weight: 600;
    color: var(--blue);
    border-bottom: 5px solid var(--blue);
    border-right: 5px solid var(--blue);
    height: 15px;
    width: 15px;
    transform: rotate(135deg);
}
.mobile-show {
    display: none;
}



/* Header */
header {
    width: 100%;
}
.header-top-bar-container {
    padding: 10px 5%;
}
.header {
    width: 80%;
}
img.top-bar {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    margin: 0;
    padding: 0;
}
svg.top-bar {
    width: 100%;
    height: 15px;
    margin-top: -10px;
}
img.header-logo {
    max-width: 80%;
}
.mobile-menu img.header-logo {
    max-width: 70%;
    margin-bottom: 10px;
}
nav .sf-menu {
	float: right;
	padding: 20px;
}
.sf-menu li a, .sf-menu li a:visited {
    position: relative;
    color: var(--blue);
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 12px;
}
.sf-menu a:hover, .sf-menu a:visited:hover, .sf-menu li.selected a {
	color: var(--red);
    font-weight: 900;
    position: relative;
    text-decoration: none;
}
.sf-menu a:hover::after, 
.sf-menu a:visited:hover::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 5%;
    background: var(--blue);
    width: 90%;
    height: 2px;
}
.inquiry a:hover::after, 
.inquiry a:visited:hover::after {
    display: none;
}
.sf-menu li.selected a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 5%;
    background: var(--red);
    width: 90%;
    height: 2px;
}
.sf-menu li ul {
	border: 1px solid var(--blue);
}
.sf-menu li li {
	background: var(--white);
}
.sf-menu li li:hover,
.sf-menu li li a:hover {
	background: var(--grey);
}
.sf-menu li li:hover::after,
.sf-menu li li a:hover::after,
.sf-menu li.selected li::after,
.sf-menu li.selected li:hover::after,
.sf-menu li.selected li a::after,
.sf-menu li.selected li a:hover::after {
	display: none;
}
.sf-menu li ul li {
	width: 100%;
}
.sf-menu li.selected li a {
    color: var(--blue);
}
.collapsible-mobile-submenus {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background: var(--blue);
    color: var(--white);
    z-index: 999;
    text-align: center;
}
.collapsible-mobile-submenus a img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
}
.mobile-menu-switch.cross
{
	position: relative;
	top: 0;
	display: block;
	font-size: 3rem;
	font-weight: 600;
	height: 10px;
	margin: 0 40px 10px 0;
	color: var(--white);
	text-align: right;
}
.mobile-menu-switch.cross:hover,
.mobile-menu-switch.cross:active {
    text-decoration: none;
}
.contact-details li a {
	color: var(--dark-grey);
}
.header-top-bar .template-search {
	color: var(--dark-grey);
}
li.inquiry a {
    padding: 10px;
    background: var(--blue);
    color: var(--white);
    border: 2px solid var(--blue);
    border-radius: 15px;
    margin-left: 15px;
}
li.inquiry a:hover, li.inquiry a:active, li.inquiry a:focus {
    background: var(--white);
    color: var(--blue);
}
.mobile-menu li a:hover, .mobile-menu li.selected a, .mobile-menu li.selected ul li.selected a, .mobile-menu li.selected ul li.selected ul li.selected a {
	background: var(--blue);
	color: var(--white);
}


/* Quick Links */
ul.quick-links {
    padding-left: 0;
}
.quick-links a, .quick-links a:active, .quick-links a:hover,
.quick-links a:visited {
    color: var(--dark-grey);
    text-decoration: none;
}
.quick-links li {
    float: none;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
}
.quick-links a {
    display: block;
    position: relative;
    padding: 20px;
    margin-bottom: 10px;
    color: var(--blue);
    font-weight: 500;
    background: var(--grey);
}
.quick-links a::after {
    content: ">";
    font-size: 1.2em;
    color: var(--dark-grey);
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
}
.quick-links img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.quick-links .text-bar {
    padding: 10px;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--white);
    background: var(--dark-grey);
    text-align: center;
    font-size: 1.25rem;
    letter-spacing: 1px;
}
.quick-links .text-bar.blue {
    background: var(--blue);
}
.quick-links .text-bar.gold {
    background: var(--gold);
}
.quick-links .text-bar.green {
    background: var(--green);
}
.quick-links .text-bar.red {
    background: var(--red);
}

footer .quick-links li {
    width: 180px;
}





/* Footer */
footer .gray {
    background: var(--grey);
}
footer .footer-logo {
    margin-bottom: 40px;
}
footer form {
    position: relative;
}
footer form label[for="s"] {
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 800;
    text-transform: uppercase;
    color: var(--blue);
}
footer form input[type="submit"] {
    display: none;
}
footer .search-box {
    position: relative;
}
footer .search-box label[for="search-submit"] {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--blue);
    font-size: 20px;
    padding: 5px;
}
footer .search-box label[for="search-submit"]:hover,
footer .search-box label[for="search-submit"]:active {
    background: var(--white);
    cursor: pointer;
}
footer .search-box label[for="search-submit"] span:hover {
    color: var(--blue);
}
footer .search-input {
    width: 100%;
    padding: 12px 15px 12px 40px;
    border-radius: 20px;
}
footer ul.social-icons {
    padding-left: 0;
}
footer .contact-details {
    padding-left: 0;
}
footer .contact-details li {
    width: 100%;
}
footer .contact-details li,
footer .contact-details li:first-child {
    border-left: 0;
    border-right: 0;
    padding-left: 0;
}
footer .copyright-bar {
    background: url("/img/footer-bar.webp") no-repeat center top;
    background-size: cover;
    margin-bottom: 0;
}
footer .copyright-bar .copyright {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
}
footer label,
footer input {
    margin-bottom: initial;
}
footer input {
    width: 100%;
    padding: 0;
    background: var(--white);
    border: initial;
}
footer .quick-links a {
    padding: 0;
}
.social-icons li a {
    color: var(--blue);
}
.scroll-top.animated-element {
    position: fixed;
    visibility: hidden;
    display: block;
    width: 50px;
    padding: 13px 0;
    background: rgba(178,189,54,0.9);
    right: 30px;
    bottom: 30px;
    text-align: center;
    z-index: 2;
}
.scroll-top::before {
    font-size: 1.4rem;
    font-weight: 800 !important;
}
.contact-details a {
    font-size: 1rem;
}
footer h1.box-header, footer h2.box-header, footer h3.box-header, footer h4.box-header, footer h5.box-header, footer h6.box-header {
    text-align: left;
}



/* Hero Rotator */
.revolution-slider,
.revolution-slider ul {
    display: none;
}
.tp-bullets.preview1 .tp-bullet {
	background: var(--blue);
}
.tp-bullets.preview1 .tp-bullet:hover, .tp-bullets.preview1 .tp-bullet.selected {
	background: var(--red) !important;
}
.revolution-slider-container {
    margin-bottom: 30px;
}
.revolution-slider-container .caption {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%);
    border-right: 2px solid var(--green);
    z-index: 500;
    background: var(--green);
    filter: 
        drop-shadow(1px 1px 0 var(--green))
        drop-shadow(-1px 1px 0 var(--green))
        drop-shadow(1px -1px 0 var(--green))
        drop-shadow(-1px -1px 0 var(--green));
    -webkit-filter: 
        drop-shadow(1px 1px 0 var(--green))
        drop-shadow(-1px 1px 0 var(--green))
        drop-shadow(1px -1px 0 var(--green))
        drop-shadow(-1px -1px 0 var(--green));
}
.revolution-slider-container .caption::before {
    content: "";
    position: absolute;
    width: 99%;
    height: 100%;
    background: var(--white);
    clip-path: inherit;
    z-index: -1;
}
.revolution-slider-container .caption .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    padding-right: 20px;
}
.revolution-slider-container .caption .color-bar {
    width: 60px;
    height: 60px;
    font-weight: 800;
    position: absolute;
    left: -20px;
    top: -25px;
}
.revolution-slider-container .caption .title,
.revolution-slider-container .caption .title a {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--green);
    padding: 0;
    margin-bottom: 0;
}
.revolution-slider-container .caption .subtitle {
    color: var(--blue);
    font-size: 2rem;
    font-weight: 800;
    padding-bottom: 0;
    margin-bottom: 0;
}
.revolution-slider-container .caption .subtitle::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: var(--green);
    margin-top: 10px;
}
.revolution-slider-container .caption .body-copy {
    font-size: 1.2rem;
    color: var(--blue);
    font-weight: 500;
    margin-bottom: 30px;
}
.revolution-slider-container .caption .hero-link {
    position: relative;
    background: var(--green);
    color: var(--white);
    padding: 15px 40px 15px 20px;
    border-radius: 5px;
    border: 2px solid var(--green);
    font-size: 1.2rem;
    font-weight: 500;
}
.revolution-slider-container .caption .hero-link:hover,
.revolution-slider-container .caption .hero-link:active {
    background: var(--white);
    color: var(--blue);
    border: 2px solid var(--blue);
}
.revolution-slider-container .caption .hero-link::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--white);
    border-right: 3px solid var(--white);
    transform: translateY(-50%) rotate(45deg);
}
.revolution-slider-container .caption .hero-link:hover::after,
.revolution-slider-container .caption .hero-link:active::after {
    color: var(--blue);
}
.revolution-slider-container svg {
    fill: var(--green);
}
figure.hero {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 40px;
}
figure.hero.md {
    height: 300px;
}
figure.hero.lg {
    height: 400px;
}
figure.hero.xl {
    height: 500px;
}
figure.hero img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
figure.hero::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: var(--black);
    opacity: .6;
}
figure.hero.solid::after {
    background: none;
    opacity: 1;
}
figure.hero.blue::after {
    background: var(--blue);
}
figure.hero figcaption {
    width: 80%;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
figure.hero figcaption h2 {
    height: 100%;
}
figure.hero figcaption h2,
figure.hero figcaption a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%);
}
figure.hero figcaption h2,
figure.hero figcaption a,
figure.hero figcaption a:active,
figure.hero figcaption a:hover {
    color: var(--white);
}
.listing.admin .entry p {
    min-height: 80px;
}




/* Home Page Rotators */
.revolution-slider-container .blue .caption .hero-link:hover, .revolution-slider-container .blue .caption .hero-link:active, .revolution-slider-container .blue .caption .hero-link:hover, .revolution-slider-container .blue .caption .hero-link:active, .revolution-slider-container .blue .caption .hero-link:hover::after, .revolution-slider-container .blue .caption .title, .revolution-slider-container .blue .caption .title a, .revolution-slider-container .blue .caption .subtitle::after {
    color: var(--blue);
}
.revolution-slider-container .blue .caption .hero-link:active::after {
    color: var(--blue);
    border-top: 3px solid var(--blue);
    border-right: 3px solid var(--blue);
}
.revolution-slider-container .blue .caption .hero-link {
    background: var(--blue);
    border: 2px solid var(--blue);
}
.revolution-slider-container .blue .caption .hero-link:hover,
.revolution-slider-container .blue .caption .hero-link:active {
    border: 2px solid var(--blue);
    color: var(--blue);
    background: none;
}
.revolution-slider-container .blue svg {
    fill: var(--blue);
}
.revolution-slider-container .blue .caption .subtitle::after {
    background: var(--blue);
}
.revolution-slider-container .blue .caption {
    border-right: 2px solid var(--blue);
    background: var(--blue);
}
.revolution-slider-container .green .caption .hero-link:hover, .revolution-slider-container .green .caption .hero-link:active, .revolution-slider-container .green .caption .hero-link:hover, .revolution-slider-container .green .caption .hero-link:active, .revolution-slider-container .green .caption .hero-link:hover::after, .revolution-slider-container .green .caption .title, .revolution-slider-container .green .caption .title a, .revolution-slider-container .green .caption .subtitle::after {
    color: var(--green);
}
.revolution-slider-container .green .caption .hero-link:active::after {
    color: var(--green);
    border-top: 3px solid var(--green);
    border-right: 3px solid var(--green);
}
.revolution-slider-container .green .caption .hero-link {
    background: var(--green);
    border: 2px solid var(--green);
}
.revolution-slider-container .green .caption .hero-link:hover,
.revolution-slider-container .green .caption .hero-link:active {
    border: 2px solid var(--green);
    color: var(--green);
    background: none;
}
.revolution-slider-container .green svg {
    fill: var(--green);
}
.revolution-slider-container .green .caption .subtitle::after {
    background: var(--green);
}
.revolution-slider-container .green .caption {
    border-right: 2px solid var(--green);
    background: var(--green);
}
.revolution-slider-container .gold .caption .hero-link:hover, .revolution-slider-container .gold .caption .hero-link:active, .revolution-slider-container .gold .caption .hero-link:hover, .revolution-slider-container .gold .caption .hero-link:active, .revolution-slider-container .gold .caption .hero-link:hover::after, .revolution-slider-container .gold .caption .title, .revolution-slider-container .gold .caption .title a, .revolution-slider-container .gold .caption .subtitle::after {
    color: var(--gold);
}
.revolution-slider-container .gold .caption .hero-link:active::after {
    color: var(--gold);
    border-top: 3px solid var(--gold);
    border-right: 3px solid var(--gold);
}
.revolution-slider-container .gold .caption .hero-link {
    background: var(--gold);
    border: 2px solid var(--gold);
}
.revolution-slider-container .gold .caption .hero-link:hover,
.revolution-slider-container .gold .caption .hero-link:active {
    border: 2px solid var(--gold);
    color: var(--gold);
    background: none;
}
.revolution-slider-container .gold svg {
    fill: var(--gold);
}
.revolution-slider-container .gold .caption .subtitle::after {
    background: var(--gold);
}
.revolution-slider-container .gold .caption {
    border-right: 2px solid var(--gold);
    background: var(--gold);
}
.revolution-slider-container .grey .caption .hero-link:hover, .revolution-slider-container .grey .caption .hero-link:active, .revolution-slider-container .grey .caption .hero-link:hover, .revolution-slider-container .grey .caption .hero-link:active, .revolution-slider-container .grey .caption .hero-link:hover::after, .revolution-slider-container .grey .caption .title, .revolution-slider-container .grey .caption .title a, .revolution-slider-container .grey .caption .subtitle::after {
    color: var(--dark-grey);
}
.revolution-slider-container .grey .caption .hero-link:active::after {
    color: var(--dark-grey);
    border-top: 3px solid var(--dark-grey);
    border-right: 3px solid var(--dark-grey);
}
.revolution-slider-container .grey .caption .hero-link {
    background: var(--dark-grey);
    border: 2px solid var(--dark-grey);
}
.revolution-slider-container .grey .caption .hero-link:hover,
.revolution-slider-container .grey .caption .hero-link:active {
    border: 2px solid var(--dark-grey);
    color: var(--dark-grey);
    background: none;
}
.revolution-slider-container .grey svg {
    fill: var(--dark-grey);
}
.revolution-slider-container .grey .caption .subtitle::after {
    background: var(--dark-grey);
}
.revolution-slider-container .grey .caption {
    border-right: 2px solid var(--dark-grey);
    background: var(--dark-grey);
}
.revolution-slider-container .purple .caption .hero-link:hover, .revolution-slider-container .purple .caption .hero-link:active, .revolution-slider-container .purple .caption .hero-link:hover, .revolution-slider-container .purple .caption .hero-link:active, .revolution-slider-container .purple .caption .hero-link:hover::after, .revolution-slider-container .purple .caption .title, .revolution-slider-container .purple .caption .title a, .revolution-slider-container .purple .caption .subtitle::after {
    color: var(--purple);
}
.revolution-slider-container .purple .caption .hero-link:active::after {
    color: var(--purple);
    border-top: 3px solid var(--purple);
    border-right: 3px solid var(--purple);
}
.revolution-slider-container .purple .caption .hero-link {
    background: var(--purple);
    border: 2px solid var(--purple);
}
.revolution-slider-container .purple .caption .hero-link:hover,
.revolution-slider-container .purple .caption .hero-link:active {
    border: 2px solid var(--purple);
    color: var(--purple);
    background: none;
}
.revolution-slider-container .purple svg {
    fill: var(--purple);
}
.revolution-slider-container .purple .caption .subtitle::after {
    background: var(--purple);
}
.revolution-slider-container .purple .caption {
    border-right: 2px solid var(--purple);
    background: var(--purple);
}
.revolution-slider-container .red .caption .hero-link:hover, .revolution-slider-container .red .caption .hero-link:active, .revolution-slider-container .red .caption .hero-link:hover, .revolution-slider-container .red .caption .hero-link:active, .revolution-slider-container .red .caption .hero-link:hover::after, .revolution-slider-container .red .caption .title, .revolution-slider-container .red .caption .title a, .revolution-slider-container .red .caption .subtitle::after {
    color: var(--red);
}
.revolution-slider-container .red .caption .hero-link:active::after {
    color: var(--red);
    border-top: 3px solid var(--red);
    border-right: 3px solid var(--red);
}
.revolution-slider-container .red .caption .hero-link {
    background: var(--red);
    border: 2px solid var(--red);
}
.revolution-slider-container .red .caption .hero-link:hover,
.revolution-slider-container .red .caption .hero-link:active {
    border: 2px solid var(--red);
    color: var(--red);
    background: none;
}
.revolution-slider-container .red svg {
    fill: var(--red);
}
.revolution-slider-container .red .caption .subtitle::after {
    background: var(--red);
}
.revolution-slider-container .red .caption {
    border-right: 2px solid var(--red);
    background: var(--red);
}
.re-carousel-pagination a, .re-carousel-pagination a.selected, .re-carousel-pagination a:hover {
    padding: 4px;
}



/* Pagination */
.page-links {
    text-align: center;
}
.page-links a {
	display: block;
	color: var(--blue);
	font-weight: 600;
	padding: 10px;
	font-size: 1.2rem;
}
.page-links a.active {
    color: var(--red);
}



/* Partners Rotator */
.our-clients-list li {
	width: 200px;
	height: 200px;
}
.our-clients-list figure {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}
.our-clients-list figure a {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.our-clients figure a img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.listing .col {
    padding: 10px;
}
.listing .col,
.listing .col img {
    margin-bottom: 20px;
}
.listing .col img {
    width: 100%;
    height: auto;
}
.listing .entry {
    padding: 20px;
}
.partner-list h2 a {
    color: var(--dark-grey);
    font-size: 0.6em;
}
.partner-list h2 a:hover,
.partner-list h2 a:active {
    color: var(--green);
}



/* Cards */
.card {
    width: 100%;
    border: 0;
    padding: 20px;
    background: none;
}
.card a.btn {
    border-radius: 0;
    background: var(--blue);
}
.card .title {
	padding: 15px;
	color: var(--white);
	background: var(--blue);
	border-radius: 0 50px 0 0;
	width: 80%;
	margin-bottom: 0;
}
.card .subtitle {
    position: relative;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--blue);
    padding: 10px 20px;
    text-align: center;
    background: var(--white);
}
.card .subtitle::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 2px;
    width: 30%;
    background: var(--blue);
}
.card figure {
    position: relative;
    width: 100%;
    aspect-ratio: 2/1;
    overflow: hidden;
    margin-bottom: 0;
}
.card figure img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card p {
    z-index: 0;
    position: relative;
    min-height: 200px;
    padding: 20px;
    margin-bottom: 0;
    border-radius: 0 0 25px 25px;
}
.card p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--white);
    border-radius: inherit;
}
.card p::after {
    content: "";
    display: block;
    z-index: -2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: var(--blue);
}
.card a.btn {
    border-radius: 0 0 25px 25px;
}
.card.blue h4,
.card.blue .title,
.card.blue a.btn,
.card.blue p::after {
    background: var(--blue);
}
.card.gold h4,
.card.gold .title,
.card.gold a.btn,
.card.gold p::after {
    background: var(--gold);
}
.card.green h4,
.card.green .title,
.card.green a.btn,
.card.green p::after {
    background: var(--green);
}
.card.grey h4,
.card.grey .title,
.card.grey a.btn,
.card.grey p::after {
    background: var(--dark-grey);
}
.card.orange h4,
.card.orange .title,
.card.orange a.btn,
.card.orange p::after {
    background: var(--gold);
}
.card.purple h4,
.card.purple .title,
.card.purple a.btn,
.card.purple p::after {
    background: var(--purple);
}
.card.red h4,
.card.red .title,
.card.red a.btn,
.card.red p::after {
    background: var(--red);
}
.resources {
    padding: 20px;
}
.resources.lg {
    padding: 10px;
}
.resources h2,
.resources h3 {
    background: var(--blue);
    color: var(--white);
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    padding: 10px;
    font-size: 1.5rem;
}
.resources p {
    background: var(--grey);
    padding: 20px;
    margin-bottom: 0;
}
.information.resources ul {
    background: var(--grey);
    margin-bottom: 0;
    padding-left: 40px;
}
.card.search figure {
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
    padding: 10px;
    aspect-ratio: 1/1;
}
.card.search img {
    padding: 20px;
}


/* About */
.contact {
    background: url("/img/graphics/map-background.webp") top left;
    background-size: cover;
}



/* Forums */
#sponsors-list .row img {
    width: 100%;
    height: auto;
}
.box strong {
    display: block;
    height: 30px;
}
.box.quote blockquote {
    position: relative;
    font-style: italic;
    font-weight: 900;
    text-align: left;
}
.box.quote blockquote::before,
.box.quote blockquote::after {
    display: block;
    position: absolute;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--black);
}
.box.quote blockquote::before {
    content: "\201C";
    left: -20px;
    top: -20px;
}
.box.quote blockquote::after {
    content: "\201D";
    right: -20px;
    bottom: -20px;
}
#testimonials-list {
    column-count: 3;
    column-gap: 1.5rem;
}
#testimonials-list .quote {
    break-inside: avoid;
    margin-bottom: 1.5rem;
}



/* Meet FCPA */
#property-search .subtitle {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.county-links a {
    background: var(--grey);
    color: var(--blue);
    display: block;
    margin-bottom: 20px;
    padding: 20px 10px;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}
.county-links a:hover,
.county-links a:active {
    background: var(--blue);
    color: var(--white);
}
#property-search img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
#property-search .county-map {
    position: relative;
    width: 100%;
}
#property-search .county-map img:first-child {
    pointer-events: none;
}
#property-search .county-map .revolution-slider-container {
    position: absolute;
    right: 15%;
    top: 40%;
    width: 30%;
    height: 50%;
    border: 2px solid var(--blue);
    z-index: 0;
}
#property-search .county-map .revolution-slider-container .revolution-slider {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100% !important;
	height: 100% !important;
}
#property-search .search-title {
    text-align: center;
    margin-bottom: 30px;
}
#property-search .search-title img {
    width: 40px;
    margin-right: 10px;
}
#property-search .search-title h2 {
    display: inline;
}
.board .member {
    position: relative;
    margin-bottom: 20px;
}
.board .member img {
    width: 100%;
}
.board .member p {
    margin-bottom: 0;
    padding: 0;
}
.board .member .name {
    font-size: 1.2em;
    font-weight: 600;
    color: var(--blue);
}
.board .member .title {
    font-size: 1em;
    font-weight: 400;
    color: var(--black);
    font-style: italic;
    margin-bottom: 20px;
}
form.county-search {
    background: var(--white);
    padding: 20px;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.3));
}
form.county-search input,
form.county-search select {
    width: 100%;
    padding: 10px;
    background: none;
    outline: none;
    border: 1px solid var(--black);
    margin-bottom: 20px;
}
form.county-search input[type="submit"] {
    display: none;
}
form.county-search label[for="search"] {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: var(--blue);
    border: 2px solid var(--blue);
    color: var(--white);
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase
}
form.county-search label[for="search"]:hover,
form.county-search label[for="search"]:active {
    background: var(--white);
    color: var(--blue);
}
form.county-search label[for="search"] .template-search::before {
    position: relative;
    top: -2px;
    left: -4px;
}
form.county-search button {
    padding: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: none;
    color: var(--blue);
    border: 0;
    font-weight: 500;
    text-decoration: underline;
}
.board .org .member img {
    width: 60%;
    height: auto;
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin-bottom: 10px;
}





/* WINs */
#wins {
    height: auto;
}
#wins.home {
    position: relative;
    margin-bottom: 40px;
}
#wins.home .info-container {
    position: relative;
}
#wins.home img.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
#wins h2 {
    position: relative;
}
h2 .em {
    font-size: 1.6em;
}
#wins h2 img {
    position: absolute;
    right: -12%;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
}
#wins h3 {
    color: var(--green);
    font-size: 1.2em;
}
#inquiry {
    position: relative;
    margin-bottom: -20%;
}
form#inquiry-form {
    position: relative;
    top: -330px;
    background: var(--white);
    padding: 20px;
    border: 1px solid var(--black);
    border-radius: 25px;
    width: 100%;
}
#wins textarea {
    height: 100px;
}
.submit button {
    position: relative;
    width: 100%;
    background: var(--blue);
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    border: 0;
    padding: 30px;
    vertical-align: middle;
    font-size: 1.2rem;
}
.post h2 {
    margin-bottom: 30px;
}
.posts .post,
.links .link {
    position: relative;
    padding: 20px;
    background: var(--grey);
    border: 2px solid var(--green);
    min-height: 80px;
    margin-bottom: 20px;
    height: 560px;
}
.links .link {
    min-height: 40px;
    height: auto;
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--blue);
}
.posts .post figure {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
#results .posts .post figure {
    height: 300px;
}
.posts .post figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
#results .posts .post figure img {
    width: 100%;
    height: auto;
}
.posts .post strong {
    font-size: 1.2rem;
    color: var(--blue);
    line-height: 1.5;
}
.posts .post .date {
    padding: 10px 0 0;
    margin: 0 0 10px 0;
    font-style: italic;
    font-weight: bold;
}
.posts .post p {
    margin: 10px 0;
}
.posts .post .pseudo-link {
    text-decoration: underline;
    color: var(--blue);
    font-weight: 600;
}




/* Banners */
#banners img {
    width: 100%;
    margin-bottom: 40px;
}
.work-live-grow {
    padding: 20px;
    background: var(--grey);
}
.work-live-grow img {
    width: 100%;
}
.work-live-grow a.btn {
    border-radius: 25px;
    width: 100%;
}
.work-live-grow .icon {
    text-align: center;
    margin-bottom: 20px;
}
.company_website {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}



/* Region */
#info {
    background: var(--grey);
}
#strategic {
    padding: 20px;
    background: url("/img/graphics/map-background.webp") top left;
    background-size: cover;
}
#wins.properties {
    height: 800px;
    background: var(--grey);
    margin-bottom: 0;
}
#wins-header {
    margin-bottom: 100px;
}
#wins.properties h2 {
    padding-left: 70px;
}
#wins.properties h2 img {
	left: 0;
}
#wins.properties .card {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	filter: drop-shadow(0 0 4px rgba(0,0,0,0.4));
}
#wins.properties .callout {
    position: relative;
}
#wins.properties .callout > div {
	position: relative;
	width: 100%;
    border-radius: 25px;
	padding: 25px;
	top: 50%;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
}





/* Living in Central PA */
.accordion-body {
	padding: 0 10px 10px;
}
.accordion .ui-accordion-header.ui-state-active:hover {
	padding: initial;
}
.information .accordion .accordion-body p,
.information .accordion .accordion-body strong,
.information .accordion .accordion-body h3 {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px 0;
}
.information .accordion-button {
    position: relative;
    color: var(--blue);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 900;
    color: var(--white);
    background: var(--blue);
    padding: 16px 20px 16px 100px;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.information .accordion-button.collapsed {
    background: var(--grey);
    color: var(--blue);
    text-transform: uppercase;
}
.information .accordion-item:last-of-type {
	border-radius: 0;
}
.information .accordion .ui-accordion-header {
	padding: 0;
}
.information .accordion-item {
    border: 0;
    display: block !important;
}
.information .accordion-button::before {
    position: absolute;
    content: "";
    left: 28px;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%) rotate(-45deg);
    background: var(--blue);
    border-radius: 50%;
}
.information .accordion-button:not(.collapsed)::before {
    background: var(--white);
    transform: translateY(-50%) rotate(45deg);
}
.information .accordion-button::after {
    position: absolute;
    left: 35px;
    top: 50%;
    width: 15px;
    height: 15px;
    border-right: 3px solid var(--white);
    border-bottom: 3px solid var(--white);
    transform: translateY(-50%) rotate(-45deg);
    background: none;
}
.information .accordion-button:not(.collapsed)::after {
	border-color: var(--blue);
	transform: translate(20%,-60%) rotate(45deg);
}
.information .accordion .ui-accordion-header .ui-accordion-header-icon {
	display: none;
}
.information .accordion .ui-accordion-header.ui-state-active {
    background: none;
    border: 0;
}
ul.info-list,
.information ul:not(nav ul) {
    list-style: disc;
    padding: 0 0 20px 20px;
}
.information ol:not(nav ol) {
    list-style: decimal-leading-zero;
}
ul.info-list li,
.information ul:not(nav ul) li,
.information ol:not(nav ol) li {
    padding: 10px;
}
ul.info-list li a,
.information ul:not(nav ul) li a,
.information ul:not(nav ul) li a:hover,
.information ul:not(nav ul) li a:active,
.information ol:not(nav ol) li a,
.information ol:not(nav ol) li a:hover,
.information ol:not(nav ol) li a:active {
    color: var(--blue);
    font-weight: 600;
}
.information ul:not(nav ul) li::marker,
.information ol:not(nav ol) li::marker {
    font-size: 1.2em;
    color: var(--blue);
}
.resources p:has(+ ul.info-list) {
    margin-bottom: 0;
}
.resources ul.info-list {
    background: var(--grey);
    padding-left: 30px;
}
.county-info .col {
    margin-bottom: 20px;
}
.county-info .col div {
    background: var(--grey);
    padding: 20px;
}
.county-info .col div strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
}




/* 404 */
#error-page {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: url("/img/graphics/404.jpg");
    background-size: cover;
}
#error-page::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, var(--purple) , var(--blue));
    opacity: 0.3;
    z-index: 1;
}
#error-page .container-fluid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    height: auto;
    padding: 20px;
    text-align: center;
    border-radius: 25px;
    z-index: 2;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}
#error-page .container-fluid h1 {
    font-size: 15rem;
    color: var(--white);
    line-height: 200px;
}
#error-page .container-fluid p {
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--white);
}


/* Properties */
#results .property {
    position: relative;
}
#results .property img {
    width: 100%;
}


/* Search */
.search {
	width: 250px;
}
.search .search-input {
	width: 160px;
}




/* Admin */
form {
    color: var(--blue);
}
.cms h2,
.cms form input,
.cms form select,
.cms form textarea {
    margin-bottom: 50px;
}
#search-form form {
	padding: 20px;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	border-radius: 15px;
}
#search-form input {
    margin-bottom: 0;
    padding: 10px;
}
#search-form .row {
    margin-bottom: 0;
}
textarea#description {
    min-height: 200px;
    line-height: 1.2;
}
.cms label {
    margin-bottom: 20px;
}
.cms img {
    width: 100%;
    margin-bottom: 40px;
}
.cms blockquote,
blockquote.lg {
    font-style: italic;
    font-size: 1.2em;
    font-weight: 500;
}
nav#forum-nav div {
    margin-bottom: 10px;
}
nav#forum-nav a {
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    background: var(--blue);
    color: var(--white);
}
nav#forum-nav a.selected {
    background: var(--red);
}
#edit-box {
    display: none;
}
#edit-box.visible {
    display: block;
}
#delete-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.5);
    z-index: 2;
}
#delete-box.visible {
    display: block;
}
#delete-box .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    background: var(--grey);
    color: var(--blue);
    padding: 20px;
    box-shadow: 0 0 4px rgba(255,0,0,0.5);
    z-index: 3;
}
input.sm {
    padding: 5px;
}
.cms form {
    padding: 20px;
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
    border-radius: 15px;
}
textarea.lg {
    min-height: 400px;
}
input[type="checkbox"] {
    width: initial;
}
.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    margin-top: 36px;
    cursor: pointer;
}
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--red);
}
.checkbox input:checked ~ .checkmark {
    background-color: var(--blue);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox input:checked ~ .checkmark:after {
    display: block;
}
.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid var(--white);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type="file"] {
    border: 2px solid var(--blue);
    padding: 0;
    color: var(--blue);
}
input[type="file"]::file-selector-button {
    background: var(--blue);
    color: var(--white);
    padding: 20px;
    width: 50%;
    border: solid var(--blue);
    border-width: 0 2px 0 0;
    margin-right: 10px;
    cursor: pointer;
}
h2.accordion-header {
    margin-bottom: 0;
}




/* Responsive */
    /* Phones and Lower Res Tablets */
    @media only screen and (max-width: 767px) {
        .header-top-bar-container .header-toggle {
            padding: 5px;
        }
        .mobile-menu-switch {
            padding: 20px;
        }
        .mobile-hide {
            display: none;
        }
        .mobile-show {
            display: block;
        }
        h2 {
            font-size: 1.4rem;
        }
        strong.subtitle {
            font-size: 1.2rem;
        }
        .top-bar {
            height: 50px;
        }
        footer form label[for="s"] {
            position: relative;
            left: 0;
            top: 0;
            transform: none;
        }
        footer .col-12 {
            margin-bottom: 10px;
        }
        .revolution-slider-container .caption {
            position: relative;
            width: 100%;
            clip-path: none;
            border-right: none;
        }
        .revolution-slider-container .caption .color-bar,
        .revolution-slider-container .caption .title {
            display: none;
        }
        .revolution-slider-container .caption .container {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            padding: 0;
            transform: none;
            background: var(--white);
        }
        .revolution-slider-container .caption::before {
            display: none;
        }
        #property-search .county-map .revolution-slider-container {
            right: 15%;
            top: 35%;
            width: 120px;
            height: 120px;
        }
        #hero-slider {
            height: 340px !important;
        }
        .revolution-slider-container .caption {
            background: none !important;
            border: 0 !important;
        }
        .revolution-slider-container .caption .title {
            padding: 20px;
        }
        .revolution-slider-container .caption .title,
        .revolution-slider-container .caption .title a {
            font-size: 1.2rem;
        }
        .revolution-slider-container .caption .subtitle {
            display: none;
            color: var(--blue);
            font-size: 1.4rem;
            padding: 20px;
        }
        .revolution-slider-container .caption .body-copy {
            display: none;
            font-size: 1rem;
            margin-bottom: 0;
            padding: 0 16px;
        }
        .revolution-slider-container .caption .hero-link {
            display: block;
            padding: 20px;
            font-size: 1rem;
            border-radius: 0;
        }
        #property-search .search-title img {
            display: none;
        }
        #wins h2 {
            font-size: 1.2rem;
        }
        #wins h2 .em {
            font-size: 1.6em;
        }
        #wins h2 img {
            right: 0;
        }
        #wins h3 {
            color: var(--green);
            font-size: 1.1rem;
        }
        #wins p + a {
            margin: 0 auto 20px;
            left: 50%;
            position: relative;
            transform: translateX(-50%);
        }
        form#inquiry-form {
            position: relative;
            top: 0;
            left: 0;
            border-radius:0;
            transform: none;
        }
        #wins .submit {
            position: relative;
            left: 0;
            width: 100%;
            border-radius: 0;
            bottom: 0;
        }
        .card {
            margin-bottom: 20px;
            padding: 0;
        }
        .card p {
            padding: 20px;
        }
        .card h4 {
            border-radius: 0 50px 0 0;
            width: 100%;
        }
        footer .quick-links li {
            width: 100%;
        }
        figure.hero img {
            width: auto;
            height: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        #inquiry {
            margin-bottom: 10px;
        }
        #strategic {
            padding: 10px;
        }
        #wins.properties {
            height: auto;
        }
        #wins.properties .card {
            position: relative;
            top: 0;
            lefT: 0;
            transform: none;
        }
        #wins.properties p + a {
            left: 0;
            position: relative;
            transform: none;
            width: 100%;
        }
        .work-live-grow strong.subtitle {
            font-size: 1.25rem;
        }
        .work-live-grow a.btn {
            margin-bottom: 20px;
        }
        .board .org .member img {
            width: 80%;
        }
        #testimonials-list {
            column-count: 1;
        }
        #error-page .container-fluid {
            width: 100%;
        }
        #error-page .container-fluid h1 {
            font-size: 10rem;
            line-height: 180px;
        }
        .posts .post {
            height: 300px;
        }
        #results .posts .post {
            height: 200px;
        }
        .card.search {
            width: 100%;
        }
        footer .footer-info {
            margin-bottom: 20px;
        }
        footer .quick-links li::after {
            right: -5%;
        }
        .back-btn {
            margin-left: 20px;
        }
        .back-btn::after {
            left: -20px;
        }
    }


    /* Tablet */
    @media (min-width: 768px) and (max-width: 1023px) {
        img.header-logo {
            max-width: 100%;
        }
        footer form label[for="s"] {
            position: relative;
            left: 0;
            top: 0;
            transform: none;
            margin-bottom: 20px;
        }
        footer .box-header {
            margin-top: 20px;
        }
        footer .quick-links {
            width: 50%;
        }
        #property-search .county-map .revolution-slider-container {
            right: 23%;
            top: 54%;
            width: 140px;
            height: 140px;
        }
        #inquiry {
            margin-bottom: 10px;
        }
        #testimonials-list {
            column-count: 2;
        }
        #wins h2 img {
            position: relative;
            right: 0%;
            top: 0%;
            transform: translateY(-50%);
        }
        form#inquiry-form {
            position: relative;
            top: 0;
            left: 0;
            border-radius: 0;
            transform: none;
        }
        #results .posts .post figure {
            height: 200px;
        }
        .posts .post, .links .link {
            height: 550px;
        }
    }

    /* Desktop */
    @media (min-width: 1440px) {
    }

    /* Landscape */
    @media (orientation: landscape) {
        body {
            overflow-x: auto;
        }
    }