﻿#skiptocontent a {
    padding: 0.375rem 0.5rem 0.5rem;
    position: absolute;
    top: -3rem;
    left: 0.5rem;
    color: var(--colWhite) !important;
    border-radius: 0 0 0.5rem 0.5rem;
    background: var(--colMain);
    -webkit-transition: top .5s ease-out;
    transition: top .5s ease-out;
    z-index: 1000;
}

    #skiptocontent a:focus,
    #skiptocontent a:focus-visible {
        position: absolute;
        left: 0.5rem;
        top: 0;
        outline-color: transparent;
        -webkit-transition: top .05s ease-in;
        transition: top .05s ease-in;
    }

@media (prefers-reduced-motion: reduce) {
    #skiptocontent a {
        transition-duration: 0.001ms !important;
    }
}

/* Wraps-------------------------------------------------- */
#topWrap, #headerWrap, #breadcrumbWrap, #searchWrap, #contentWrap, #featureWrap, #footerWrap {
    width: 100%;
    position: relative;
    clear: both;
}
#topWrap {
    background: var(--colMainPale);
    padding: 10px 0 10px;
    border-bottom: 1px solid var(--colMainLight);
}
#headerWrap {
    padding: 20px 0 0;
    z-index: 200;
    background: var(--colWhite);
    -webkit-transition: background 0.2s ease-out, padding 0.2s ease-out;
    -moz-transition: background 0.2s ease-out, padding 0.2s ease-out;
    -o-transition: background 0.2s ease-out, padding 0.2s ease-out;
    transition: background 0.2s ease-out, padding 0.2s ease-out;
}
    #headerWrap.shadow, #headerWrap.home.shadow {
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
        background: var(--colMain) !important;
        padding: 20px 0 7px; /*opacity: 0.95;*/
    }
#breadcrumbWrap {
    background: var(--colWhite);
    position: relative;
    z-index: 99;
}
    #breadcrumbWrap .twelve.columns {
        border-top: 3px solid var(--colSub);
        border-bottom: 1px solid var(--greyLight);
        padding: 11px 1em 12px;
        background: var(--colWhite);
    }
#breadcrumbWrap.home .twelve.columns {
    border-bottom: none !important;
}
#sliderWrap {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    z-index: 100;
}
#contentWrap {
    position: relative;
    background: var(--colWhite);
    padding: 2em 0;
    z-index: 102;
}
#contentWrap.spaceIframe {
    padding-bottom: 0;
}
#mapWrap {
    background: var(--colWhite);
}
#secondaryWrap {
    background: var(--colMainPale) url(../block-images/bg-secondary.jpg) 50% 0 no-repeat;
    background-attachment: fixed;
    padding: 50px 0 50px;
    border-top: 1px solid var(--colMainLight);
}
#footerWrap {
    background: var(--colMain);
    padding: 55px 0 40px;
}
#masonry {
    transition: all 0.5s ease-out;
}

/* top bar-------------------------------------------------- */

/* telephone */
#topWrap p {
    float: right;
    font-family: var(--bodyFont);
    font-size: 0.875rem;
    line-height: 1.4375rem;
    margin: 0;
    text-align: right;
    color: var(--colMain);
}
#topWrap span.divider {
    display: inline-block;
    line-height: 0;
}
#topWrap img {
    display: inline;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
    vertical-align: middle;
	transform: translateY(-1px)
}
/* Header-------------------------------------------------- */
#logo a {
    display: block;
    background: url('../block-images/sprite.png') no-repeat -220px -315px;
    background-size: 500px 500px;
    width: 280px;
    height: 120px;
    text-decoration: none;
    margin-top: -37px;
    margin-bottom: 20px;
}
#headerWrap.shadow #logo a {
    background: url('../block-images/sprite.png') no-repeat -220px -448px;
    background-size: 500px 500px;
    width: 258px;
    height: 52px;
    margin: -5px 0 20px;
}
/* search */
.qSearch form {
    margin-bottom: 0;
}
.qSearch input {
    float: left;
    margin: 0;
}
.qSearch input[type="text"] {
    width: 70% !important
}
.qSearch input[type="submit"], .qSearch input[type="button"] {
    width: 30% !important;
    margin-bottom: 20px;
}
.qSearch ::-webkit-input-placeholder {
    color: var(--greyMid);
}
.qSearch :-moz-placeholder {
    color: var(--greyMid);
}
.qSearch ::-moz-placeholder {
    color: var(--greyMid);
}
.qSearch :-ms-input-placeholder {
    color: var(--greyMid);
}

/* social buttons */

.social {
    align-self: flex-end
}

#social, #social li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#social {
    float: right;
    margin-left: 15px;
}
#social li {
    float: right;
    margin-left: 5px;
}
#social li:last-child {
    margin-left: 0;
}
#social li a {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 500px 500px !important;
    text-decoration: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#social li a.fb {
    background: url('../block-images/sprite.png') no-repeat -36px -43px;
}
#social li a.li {
    background: url('../block-images/sprite.png') no-repeat -72px -43px;
}
#social li a.tw {
    background: url('../block-images/sprite.png') no-repeat 0 -43px;
}
#social li a.fb:hover {
    background: url('../block-images/sprite.png') no-repeat -36px -75px;
}
#social li a.li:hover {
    background: url('../block-images/sprite.png') no-repeat -72px -75px;
}
#social li a.tw:hover {
    background: url('../block-images/sprite.png') no-repeat 0 -75px;
}
#nav {
    margin-top: 0;
}
#headerWrap.shadow #nav {
    margin-top: 12px;
}
/* navigation */

#breadcrumbWrap ul, #breadcrumbWrap li {
    font-family: var(--titleFont);
    font-size: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
#breadcrumbWrap li {
    float: left;
    margin: 0;
    color: var(--greyMid);
    line-height: 23px;
}
p.strapline {
    font-family: var(--titleFont);
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 600;
    text-align: right;
    line-height: 1.4375rem;
    margin-bottom: 0;
    margin-left: 10px;
    color: var(--colSub);
    display: inline-block;
    float: right;
}
/* Map & results-------------------------------------------------- */
#gMap {
    max-width: 100%;
    height: 500px;
    border-bottom: 1px solid var(--greyLighter);
    margin-top: -1px;
    margin-bottom: 10px
}
    #gMap.inset {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 2;
        margin-bottom: 20px;
        background: var(--greyLighter);
        border: 1px solid var(--greyLight);
    }
/* To fix gmap infowindow bug */
.scrollFix {
    overflow: hidden;
    white-space: nowrap;
}
.scrollFix p {
    font-weight: 400;
    line-height: 21px;
}
/* Main Content-------------------------------------------------- */

.navHolder {
    display: flex;
    justify-content: center;
    width: max-content;
    margin: 0.5rem auto 1rem;
}
.navHolder .navColumn {
    display: flex;
    margin: 0 1rem;
}
    .navHolder .navColumn .navlist {
        margin-right: auto;
        margin-left: auto;
    }

article.block {
	width: 100%;
	/*margin-bottom: 3em;*/
}

/* go to link */
.goToAnchor {
    text-align: right;
    margin-top: 3px;
    margin-bottom: 10px;
}
    .goToAnchor a {
        display: inline-block;
        font-family: var(--bodyFontAlt);
        font-weight: 700;
        font-size: 1.2rem;
    }
        .goToAnchor a::before {
            content: "";
            display: inline-block;
            float: right;
            background: url('../block-images/sprite.png') no-repeat -205px -131px;
            background-size: 500px 500px;
            width: 10px;
            height: 16px;
            margin-top: 8px;
            margin-left: 16px;
            transition: all 0.2s ease-out;
            transform: rotate(-90deg);
            filter: brightness(0) invert(15%) sepia(98%) saturate(4229%) hue-rotate(304deg) brightness(69%) contrast(107%);
        }
        .goToAnchor a:hover::before {
            transform: rotate(-90deg) translate(3px);
            filter: brightness(0);
        }

/* curly brace block */

.braces {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

    .braces::before,
    .braces::after {
        content: '';
        display: flex;
        flex: 1;
        align-self: stretch;
        background-image: url(/images/icons/curly-brace.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        min-height: clamp(calc(20px * 3.7), calc(2.4vw * 3.7), calc(75px * 3.7));
        min-width: clamp(20px, 2.4vw, 75px);
        margin: 0 1rem 0 0;
        padding: 0;
    }

    .braces::after {
        transform: rotate(180deg);
        margin: 0 0 0 1rem;
    }

/* news / biog rows */
.row.story {
    margin-bottom: 5px;
    text-align: left !important;
}
    .row.story img.scale {
        margin-left: auto;
        margin-right: auto;
    }

/* feature */
.gridHolder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
    grid-auto-rows: minmax(100px, auto);
	margin: 1em 0 1.25em 0;
}
.feature, .imgHolder {
    position: relative;
}
.feature {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.imgHolder {
    line-height: 1px;
}
.imgHolder img {
   /* -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);*/
    margin-bottom: 0 !important;
    position: relative;
}
.feature .imgHolder {
    margin-bottom: 0;
}
.feature .text {
    padding: 1.875rem 2rem 1.125rem;
}
.feature h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    display: block;
    background: var(--colMain);
    padding: 7px 14px 8px 15px;
    color: var(--colWhite);
    margin-bottom: 18px;
}
.feature h2.alt {
    background: var(--colSub);
}
.feature h2 a {
    color: var(--colWhite);
    display: block;
}
.feature h2 a:hover {
    color: var(--colWhiteSemi);
}
.feature h3.event::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-top: -4px;
    background: url("../block-images/sprite.png") -26px -183px no-repeat;
    background-size: 500px 500px;
    vertical-align: middle;
}
.feature p {
    font-size: 0.875rem;
}
.feature p.date {
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.imgHolder h1 {
    display: block;
    font-weight: 500;
    line-height: 32px;
    background: var(--colMain);
    padding: 8px 14px 8px 15px;
    color: var(--colWhite);
    margin-bottom: 25px;
}
/* panels */
.panel {
    position: relative;
    border-top: 3px solid var(--colSub);
    border-bottom: 1px solid var(--colSub);
    padding: 15px 0 5px;
}
#contentWrap .panel {
    border-bottom: none;
}
.panel p.icon span {
    background: url('../block-images/sprite.png') no-repeat -140px -180px;
    background-size: 500px 500px;
}
.panel p.icon a:hover span {
    background: url('../block-images/sprite.png') no-repeat -108px -180px;
    background-size: 500px 500px;
}
/* question panel system */
#qPanel {
    background: var(--colMainPale);
    border: 2px solid var(--colMainLight);
    padding: 18px 20px 10px;
    margin-bottom: 25px;
    box-sizing: border-box;
}
#qPanel label {
    width: 100%;
}
.yes, .no {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 358px;
}
.yes {
    margin-right: 15px
}
#qPanel p, .yes p, .no p {
    margin-bottom: 0;
}
#qPanel .answer p {
    margin-bottom: 20px;
}
.yes p.icon, .no p.icon {
    margin-top: 20px;
    margin-bottom: 14px !important;
}
p.addendum {
    font-size: 0.8125rem;
    line-height: 1.3125rem;
    box-sizing: border-box;
    padding: 8px 10px 10px;
    border: 1px solid var(--colAccent);
    background: var(--colWhite);
}
.no .addendum {
    border: 1px solid #c00;
}

/* video embed */
.embedVideo {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */ padding-top: 0; /* IE6 workaround*/ height: 0;
    overflow: hidden;
    margin-bottom: 25px;
}
.embedVideo iframe, .embedVideo object, .embedVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    .embedVideo video {
        position: absolute;
        width: auto;
        height: 100%;
    }

/* callout box */

.callOut {
    background: var(--greyPale);
    padding: 20px 25px 5px;
    border: 1px solid var(--greyAlpha);
    margin-bottom: 20px;
    box-sizing: border-box;
}
.callOut h4 {
    margin-bottom: 0;
}
.callOut a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
    .callOut.cta {
        background: var(--colSubPale);
        border: 1px solid var(--colSubLight);
    }
.callOut.announce {
    margin-top: 25px;
    margin-bottom: 30px;
}

/* approved trader iframe */
#mylocalservicesIframe {
    width: 100% !important;
    margin-bottom: 20px;
}
                             
/* subnav */ 
ul.subNav, ul.subNav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.subNav {
    margin: 0 0 30px;
}
ul.subNav li a {
    font-family: var(--titleFont);
    font-size: 0.9375rem;
    font-weight: 400;
    background: var(--colWhite);
    display: block;
    padding: 11px 0 9px 0;
    border-bottom: 1px dotted var(--greyLight);
}
ul.subNav li a span {
    float: right;
    background: url('../block-images/sprite.png') no-repeat -230px -188px;
    background-size: 500px 500px;
    width: 7px;
    height: 12px;
    margin-right: 10px;
    margin-top: 4px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
ul.subNav li a:hover span, ul.subNav li.selected a span {
    background: url('../block-images/sprite.png') no-repeat -218px -188px;
    background-size: 500px 500px;
}
ul.subNav li.selected a, ul.subNav li.selected a:hover {
    padding-left: 10px;
    border-bottom: 1px solid var(--greyLight);
    color: var(--colBlack);
    background: var(--greyVPale);
}
ul.subNav li.selected.sub a span {
    background: url('../block-images/sprite.png') no-repeat -245px -190px;
    background-size: 500px 500px;
    width: 12px;
    height: 7px;
    margin-top: 7px;
}
ul.subNav li a:hover {
    padding-left: 10px;
    border-bottom: 1px dotted var(--greyLight);
    color: var(--colBlack);
}

/* sub sub */ ul.subNav li ul, ul.subNav li ul li ul, ul.subNav li ul li ul li ul {
    margin: 0;
}
ul.subNav li li a {
    text-transform: none;
    color: var(--greyText) !important;
    background: var(--greyVPale) !important;
    padding: 11px 0 9px 20px !important;
    border-bottom: 1px solid var(--greyLight) !important;
}
    ul.subNav li li a:hover, ul.subNav li li.selected a {
        color: var(--colMainDark) !important;
        background: var(--colMainPale) !important;
        border-bottom: 1px solid var(--greyLight) !important;
        padding: 11px 0 9px 30px !important;
    }
ul.subNav li li.selected a {
    padding: 11px 0 9px 20px !important;
}
/* sub sub sub */
ul.subNav li li.selected li a {
    text-transform: none;
    color: #777 !important;
    background: var(--colWhite) !important;
    padding-left: 30px !important;
    border-bottom: 1px solid var(--greyLight) !important;
}
ul.subNav li li.selected li a:hover, ul.subNav li li.selected li.selected a {
    color: var(--colBlack) !important;
    background: var(--greyPale) !important;
    border-bottom: 1px solid var(--greyLight) !important;
    padding-left: 40px !important;
}
/* sub sub sub sub */
    ul.subNav li li.selected li.selected li a {
        font-size: 0.8125rem;
        text-transform: none;
        color: var(--greyMid) !important;
        background: var(--colWhite) !important;
        padding-left: 40px !important;
        border-bottom: 1px solid var(--greyLight) !important;
    }
        ul.subNav li li.selected li.selected li a:hover, ul.subNav li li.selected li.selected li.selected a {
            color: var(--colBlack) !important;
            background: var(--greyPale) !important;
            border-bottom: 1px solid var(--greyLight) !important;
            padding-left: 50px !important;
        }

.event {
    padding-top: 6px;
}

.dateBlock {
    position: relative;
    font-family: var(--titleFont);
    text-align: center;
    padding: 9px;
    background: var(--colSub);
    color: var(--colWhite);
    width: 56px;
    box-sizing: border-box;
    margin: -28px 25px 20px 0;
    float: left;
}
.dateBlock .day {
    font-size: 1.625rem;
    line-height: 1.25rem;
    vertical-align: middle;
}
.dateBlock .month {
    text-transform: uppercase;
    font-size: 0.9375rem;
    line-height: 0.875rem;
    vertical-align: middle;
}
.dateBlock .year {
    font-size: 0.75rem;
    line-height: 0.125rem;
}
.dateBlock:before {
    position: absolute;
    content: "";
    border-top: 10px solid var(--colSub);
    border-left: 28px solid transparent;
    right: 0;
    bottom: -10px;
}
.dateBlock:after {
    position: absolute;
    content: "";
    border-top: 10px solid var(--colSub);
    border-right: 28px solid transparent;
    left: 0;
    bottom: -10px;
}

/* gallery */

.galleryHolder,
.galleryGrid {
    width: 100%;
}
.galleryGrid {
    margin: 0 10px 40px;
}
.columns .galleryGrid {
    margin-left: 0;
    margin-right: 0;
}
.galleryItem {
    width: calc(20% - 10px);
    margin: 0 5px 10px;
}

/* Footer-------------------------------------------------- */

#goTop a {
    display: block;
    background: url('../block-images/sprite.png') no-repeat -65px -232px;
    background-size: 500px 500px;
    width: 32px;
    height: 32px;
    margin: 20px 0;
}
#goTop a:hover {
    background: url('../block-images/sprite.png') no-repeat -65px -264px;
    background-size: 500px 500px;
}
#footerWrap ul, #footerWrap li {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
#footerWrap p, #footerWrap li {
    font-size: 0.8125rem;
    color: var(--colMainText);
    line-height: 1.3125rem;
    margin-right: 0;
}
#footerWrap span.divider {
    font-size: 0.8125rem;
    color: var(--colMainText);
    line-height: 21px;
}
#footerWrap li {
    margin: 0 0 5px;
}
#footerWrap a {
    text-decoration: none;
    color: var(--colWhite);
}
    #footerWrap a:hover {
        color: var(--colMainPale);
    }
#footerWrap hr {
    border: dashed var(--colMainLight);
    border-width: 0 0 1px;
}
#footerWrap .logoSm {
    float: left;
    margin: 0 15px 20px 0;
}
#footerWrap img.scale {
    margin: 0 0 20px 0;
}
#fmLogo {
    width: 120px;
    height: 13px;
    background: url('../block-images/sprite.png') no-repeat 0 -340px;
    background-size: 500px 500px;
}
.popOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: rgba(0,0,0,0.6);
}
.popHolder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.popover {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 94%;
    max-width: 520px;
    box-sizing: border-box;
    padding: 1rem;
    background: var(--colWhite);
    border: 10px solid var(--colMain);
}
.popover form {
    width: 100%;
}
    .popover h2,
    .popover p,
    .popover label {
        color: var(--colMain);
    }
.popover h2 {
    font-size: 1.5rem;
    border-bottom: 2px solid var(--colMain);
    padding-bottom: 4px;
    margin-bottom: 3px
}
    .popover p {
        font-family: var(--titleFontAlt);
        font-size: 0.875rem;
        text-transform: uppercase;
        margin-bottom: 10px
    }
    .popover .col {
        float: left;
        width: calc(50% - 0.5rem);
    }
    .popover label {
        font-family: var(--titleFontAlt);
        font-size: 1rem;
        margin-bottom: 3px;
    }
    .popover input,
    .popover textarea {
        font-size: 1rem;
        margin-bottom: 3px;
        border: 1px solid var(--colMain);
    }
    .popover textarea {
        min-height: 150px
    }
    .popover .button {
        margin-top: 10px;
        border: 1px solid var(--colMain);
    }
    .popover .close {
        font-family: var(--bodyFontAlt);
        font-weight: 700;
        font-size: 1.25rem;
        float: right;
        color: var(--colMain);
    }

/* #Media Queries================================================== */
@media only screen and (max-width: 1279px) {
    .callOut {
        padding: 15px 20px 0;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .galleryItem {
        width: calc(25% - 10px);
    }
    .braces::before,
    .braces::after {
        min-height: clamp(calc(40px * 3.7), calc(3.25vw * 3.7), calc(75px * 3.7));
        min-width: clamp(40px, 3.25vw, 75px);
    }
}

/* Tablet Landscape size to wide monitor  */
@media only screen and (min-width: 1023px) and (max-width: 1279px) {
    label, legend {
        width: 200px;
    }
    .matchLabel {
        margin-left: 200px;
    }
    input[type="text"], input[type="password"], input[type="email"], textarea, select {
        width: 260px;
    }
    .special input[type="text"], .special select {
        width: 204px;
    }
    #logo a {
        margin: -33px 0 10px;
        background: url('../block-images/sprite.png') no-repeat -173px -248px;
        background-size: 393px 393px;
        width: 220px;
        height: 94px;
    }
    #headerWrap.shadow #logo a {
        margin: 5px 0 10px;
        background: url('../block-images/sprite.png') no-repeat -173px -352px;
        background-size: 393px 393px;
        width: 203px;
        height: 41px;
    }
    .yes, .no {
        max-width: 278px;
    }
}

/* Tablet Portrait down  */
  @media only screen and (max-width: 1023px) {
    .no-mob-all {
        display: none;
    }
    .mob-only-all {
        display: block !important;
    }
    button, input[type="submit"], input[type="reset"], input[type="button"] {
        font-size: 0.9375rem;
        padding: 8px;
        height: 37px;
    }
    input[type="text"], input[type="password"], input[type="email"], textarea, select {
        font-size: 0.9375rem;
        height: 37px;
    }
    #nav ul li a, #nav ul li a.selected {
        font-size: 1rem;
    }
    ul.navlist li {
        font-size: 1.125rem;
    }
        ul.navlist li:before {
            line-height: 0.24;
        }
    .matchLabel {
        margin-left: 0;
    }
    .galleryItem {
        width: calc(33.333% - 10px);
    }
    .gridHolder {
        grid-template-columns: repeat(2, 1fr);
    }
    .braces::before,
    .braces::after {
        min-height: clamp(calc(40px * 3.7), calc(4vh * 3.7), calc(90px * 3.7));
        min-width: clamp(40px, 4vh, 90px);
    }
}
  
/* Tablet Portrait size to standard 960  */
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .no-mob-tab, .no-mob-all {
        display: none;
    }
    .mob-only-tab {
        display: block !important;
    }

    .qSearch input[type="text"] {
        width: 60% !important
    }
    .qSearch input[type="submit"] {
        width: 40% !important;
    }
    #topWrap p {
        float: right;
        font-size: 0.8125rem;
        line-height: 1.3125rem;
        margin: 0;
        text-align: right;
        color: #333;
    }
    #topWrap span.divider {
        display: inline-block;
        margin: 0 10px;
        line-height: 0;
    }
    #logo a {
        margin: -33px 0 10px;
        background: url('../block-images/sprite.png') no-repeat -135px -193px;
        background-size: 307px 307px;
        width: 172px;
        height: 74px;
    }
    #nav {
        margin-top: 0;
    }
    #gMap {
        height: 500px;
        margin-bottom: 30px;
    }

    .yes, .no {
        max-width: 214px;
    }
    #twitter li {
        width: 236px;
    }
    .feature h2 {
        font-size: 1.375rem;
        line-height: 1.75rem;
    }
    
} /* All Mobile Sizes  */

@media only screen and (max-width: 880px) {
	
/* top bar		-------------------------------------------------- */
	
	.no-mob, .no-mob-all {
        display: none !important;
    }
    .mob-only, .mob-only-all {
        display: block !important;
    }
    .mob-only-inline {
        display: inline !important;
    }
    .inverted {
        padding: 5px 11px 5px 13px;
        display: inline-block;
        margin-bottom: 5px;
    }
    .twoCol {
        column-count: 1;
        column-gap: 0;
    }
    *.superHeader {
        font-size: clamp(2.2rem, 4vw, 2.5rem);
    }
    ol.bigNumber > li {
        font-size: 1rem;
        line-height: 1.5;
    }
        ol.bigNumber > li:before {
            font-size: 1.5rem;
        }
    .popover .col {
        width: 100%;
    }
    p {
        margin-right: 0;
    }
	article hr {
		margin-left: 0;
		margin-right: 0;
	}
    input[type="text"], input[type="password"], input[type="email"], textarea, select {
        width: 100%;
    }
    .qSearch input[type="text"] {
        width: 75% !important
    }
    .qSearch input[type="submit"], .qSearch input[type="button"] {
        width: 25% !important;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
    #topWrap span.divider {
        margin: 0 8px !important;
    }
        #topWrap span.divider.noSpace {
            margin: 0 !important;
        }
    #topWrap p {
        font-size: 0.75rem;
        line-height: 1.25rem;
    }
    #nav {
        margin: 0;
    }
    #breadcrumbWrap {
        padding: 0;
        border-top: none;
    }
    #breadcrumbWrap ul {
        display: none;
    }
    #breadcrumbWrap p.strapline {
        text-align: center;
        float: none;
        margin: 0;
        display: block;
    }
    #contentWrap {
        padding: 40px 0 20px;
    }
    #logo a {
        margin: -10px 0 10px;
        background: url('../block-images/sprite.png') no-repeat -132px -189px;
        background-size: 300px 300px;
        width: 168px;
        height: 72px;
    }
    ul.tabNavigation {
        border: none;
        margin-bottom: 30px;
        clear: both;
    }
    ul.tabNavigation li {
        display: block;
        width: 100%;
        margin-top: 5px;
    }
    ul.tabNavigation li a {
        border: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        padding: 10px 12px 8px;
    }
    ul.tabNavigation li a:hover {
        border: none;
        -webkit-box-shadow: inset 0px 0px 2px 0px rgba(67, 62, 58, 0.9);
        -moz-box-shadow: inset 0px 0px 2px 0px rgba(67, 62, 58, 0.9);
        box-shadow: inset 0px 0px 2px 0px rgba(67, 62, 58, 0.9);
    }
    ul.tabNavigation li a.selected {
        border: none;
    }
    .feature p {
        margin-right: 0;
        margin-left: 0;
    }
    .yes {
        margin-right: 0
    }
    .yes, .no {
        max-width: 376px
    }
    #twitter li {
        width: 100%;
        margin-right: 0;
    }
    #twitter .interact {
        margin-bottom: 20px;
    }
    #footerWrap {
        padding: 30px 0 30px;
    }
    #footerWrap p, #footerWrap li {
        font-size: 0.8125rem;
        line-height: 1.3125rem;
    }
        #footerWrap hr {
            border: dashed var(--colMainLight);
            border-width: 0 0 1px;
            margin-left: 0;
            margin-right: 0;
        }
    #footerWrap .logoSm {
        float: none;
        margin: 0 0 20px 0;
    }
    .imgHolder img {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .imgHolder h1 {
        position: relative;
        bottom: auto;
        display: block;
        background: none;
        padding: 0;
        color: var(--colMain);
        margin-top: 20px;
        margin-bottom: 18px;
    }
    .twelve.columns.center {
        text-align: left;
    }
    .feature, .panel {
        margin-bottom: 20px !important;
    }
    .gridHolder .feature {
        margin-bottom: 0px !important;
    }
    .panel {
        border-bottom: none !important;
    }
    .navHolder {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
        .navHolder .navColumn {
            flex: 1 1 100%;
            margin: 0;
        }
            .navHolder .navColumn .navlist {
                margin: 0;
            }
    .row.story img.scale {
        margin-bottom: 25px;
    }
    #goTop a {
        float: right;
    }
    /*.braces::before,
    .braces::after {
        background-image: url(/images/icons/thin-curly-brace.svg);
    }*/
}

/* Mobile Landscape Size to Tablet Portrait  */
@media only screen and (min-width: 480px) and (max-width: 880px) {
    #logo a {
        margin: -30px 0 20px;
    }
    #social {
        position: absolute;
        top: 0;
        right: 0;
        margin-bottom: 20px;
    }
    .popover .col {
        width: calc(50% - 0.5rem);
    }
}
@media only screen and (min-width: 480px) and (max-width: 880px) and (orientation: landscape) {

    .braces::before,
    .braces::after {
        min-height: clamp(calc(40px * 3.7), calc(6.5vw * 3.7), calc(90px * 3.7));
        min-width: clamp(40px, 6.5vw, 90px);
    }
}
/* Mobile Portrait Size to Mobile Landscape Size  */
@media only screen and (max-width: 479px) {
    #headerWrap {
        padding: 0;
    }

    .no-mob-p {
        display: none !important;
    }

    .mob-only-p {
        display: block !important;
    }

    *.superHeader {
        font-size: clamp(2rem, 10vw, 2.4rem);
    }

    img.insetL, img.insetR {
        max-width: 100%;
        box-sizing: border-box;
        margin: 0 0 30px;
    }

    p.lead {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
        margin-right: 0 !important;
    }

    .searchHolder {
        margin-bottom: 2px !important;
    }

    #topWrap img {
        display: none;
    }

    #social {
        position: absolute;
        top: 19px;
        right: 0;
        margin-bottom: 20px;
    }

    .callOut ul {
        margin-left: 20px;
    }

    .galleryItem {
        width: calc(50% - 10px);
    }

    .gridHolder {
        grid-template-columns: repeat(1, 1fr);
    }
    .braces::before,
    .braces::after {
        min-height: clamp(calc(30px * 4.6565), calc(6.5vh * 4.6565), calc(90px * 4.6565));
        min-width: clamp(30px, 6.5vh, 90px);
    }
}

.readonly-field {
    background-color: var(--greyLight); /* lightgray */
}