/*
Women In Tailoring - Main CSS
Last Updated: 6/6/25
*/
:root {
    --body-color: #ffffff;
    --body-background: #010127;
    --white: #fff;
    --blue-01: #010127;
    --blue-02: #2d3053;
    --blue-03: #5c5d84;
    --blue-04: #8f8fb9;
    --blue-05: #c4c3f0;
    --blue-overlay: rgba(1, 1, 39, 0.5);
    --blue-overlay-2: rgba(1, 1, 39, 0.8);
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins-v21-latin-400.woff2") format("woff2");
    font-display: swap;
    font-weight: 400;
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins-v21-latin-500.woff2") format("woff2");
    font-display: swap;
    font-weight: 500;
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/poppins-v21-latin-600.woff2") format("woff2");
    font-display: swap;
    font-weight: 600;
}
@font-face {
    font-family: "DM Serif";
    src: url("../fonts/dm-serif-display-v15-latin-400.woff2") format("woff2");
    font-display: swap;
    font-weight: 400;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
b,
strong {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
a {
    color: inherit;
    text-decoration: none;
}
body {
    font-family: "Poppins", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    color: var(--body-color);
    background: var(--body-background);
    line-height: 1.4;
}
button,
input[type="button"] {
    color: inherit;
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
    cursor: pointer;
}
.input-styles, .input-styles input, .input-styles textarea {
    font-family: Poppins, sans-serif !important;
    font-size:15px !important;
}

.forminator-error-message {
    color:#f00;
}


main {
    flex: 1 1 auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "DM Serif", "Georgia", "Times New Roman", serif;
    margin-top: 1em;
    margin-bottom: 1em;
}
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
    margin-top: 0;
}
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
    margin-bottom: 0;
}
.h1 {
    font-size: 40px;
    font-size: 2.5rem;
}
.h2 {
    font-size: 36px;
    font-size: 2.25rem;
}
.h3 {
    font-size: 32px;
    font-size: 2rem;
}
.h4 {
    font-size: 28px;
    font-size: 1.75rem;
}
.h5 {
    font-size: 24px;
    font-size: 1.5rem;
}
.h6 {
    font-size: 20px;
    font-size: 1.25rem;
}
p {
    margin-top: 2em;
    margin-bottom: 2em;
}
p:first-child {
    margin-top: 0;
}
p:last-child {
    margin-bottom: 0;
}
em {
    font-style: italic;
}
.text-center {
    text-align: center;
}

/* alignment */
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.center, .centre {
    text-align: center !important;
}


.page-content {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.page-content--flush {
    margin-top: 0;
    margin-bottom: 0;
}
.hero--simple + .page-content {
    margin-top: 0;
}
.wrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media screen and (min-width: 920px) {
    .wrap {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.wrap--narrow {
    /* max-width: 900px; */
    max-width: 1200px;
}

.button {
    user-select: none;

    cursor: pointer !important;
    font-size: 16px !important;
    display: inline-block;
    padding: 1em !important;
    color:#fff;
    background: #2d3053;
    border: 2px solid #fff !important;
}
.button:hover,
.button--hover {
    color: var(--blue-01);
    background: var(--white);
}
.button:focus,
.button--focus {
    color: var(--blue-01);
    background: var(--white);
}
.button[disabled] {
    opacity: 0.2;
    pointer-events: none;
}
.button--secondary {
    color: var(--blue-01);
    border-color: var(--blue-01);
}
.button--secondary:hover,
.button--secondary.button--hover {
    color: var(--white);
    background: var(--blue-01);
}
.button--secondary:focus,
.button--secondary.button--focus {
    color: var(--white);
    background: var(--blue-01);
}
.instagram {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 5px solid var(--blue-03);
    border-bottom: 5px solid var(--blue-03);
}
.callout a {
	text-decoration:none !important;
}
@media screen and (min-width: 920px) {
    .callout a {
        position: relative;
        display: flex;
    }
}
@media screen and (min-width: 920px) {
    .callout--switch a {
        flex-direction: row-reverse;
    }
}
@media screen and (min-width: 920px) {
    .callout--switch .callout__right {
        right: auto;
        left: 0;
    }
}
.callout p {
    text-transform: uppercase;
    font-style: normal !important;
}
.callout p em {
    font-style: normal !important;
}
.callout__image {
    overflow: hidden;
}
@media screen and (max-width: 919px) {
	.callout__image {
		overflow: inherit;
	}
}
.callout__image:before {
    float: left;
    content: "";
    padding-bottom: 66.66667%;
}
@media screen and (min-width: 920px) {
    .callout__image {
        width: 100%;
    }
}
@media screen and (min-width: 920px) {
    .callout__image:before {
        display: none;
    }
}
.callout__image img {
    display: block;
    width: 100%;
}
@media screen and (min-width: 920px) {
    .callout__image img {
        height: 100vh;
        object-fit: cover;
    }
}
.callout__right {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem 5rem;
}
@media screen and (min-width: 920px) {
    .callout__right {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        /* min-height: 100vh;*/
		height:100%;
        background: var(--blue-overlay);
    }
}
.event {
    margin-bottom: 5rem;
}
.event:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 920px) {
    .event {
        display: flex;
        align-items: center;
    }
}
.event__image {
    overflow: hidden;
}
.event__image:before {
    float: left;
    content: "";
    padding-bottom: 100%;
}
@media screen and (min-width: 920px) {
    .event__image {
        align-self: flex-start;
        flex: 0 0 30%;
    }
}
.event__image img {
    display: block;
    max-width: 100%;
    height: auto;
}
.event__content {
    padding-top: 1em;
}
@media screen and (min-width: 920px) {
    .event__content {
        flex: 1 1 auto;
        padding-top: 0;
        padding-left: 3rem;
    }
}
.event__title span {
    font-family: "Poppins", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-size: 1rem;
}
.events_wrapper {
    margin-top: 5rem;
}
.events_wrapper:first-child {
    margin-top: 0;
}
.footer {
    background: var(--blue-02);
}
@media screen and (min-width: 920px) {
    .footer__callouts {
        display: flex;
    }
}
@media screen and (min-width: 920px) {
    .footer__contact {
        position: relative;
    }
}
@media screen and (min-width: 920px) {
    .footer__contact:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 5px;
        height: 50%;
        background: var(--blue-03);
        transform: translate(-50%, -50%);
    }
}
.footer__contact,
.footer__signup {
    padding: 5rem 2rem;
    border-bottom: 5px solid var(--blue-03);
}
@media screen and (min-width: 920px) {
    .footer__contact,
    .footer__signup {
        width: 50%;
    }
}
.footer-photo-credit {
    margin:5px 0px;
    font-size:13px;
}
.footer-photo-credit:first-of-type {
    margin-top:12px;
}
.footer__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
}
@media screen and (min-width: 920px) {
    .footer__links {
        flex-direction: row;
    }
}
.footer__links a:hover {
    text-decoration: underline;
}
.footer__social {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
@media screen and (min-width: 920px) {
    .footer__social {
        margin: 0 0 0 2rem;
    }
}
.footer__social {
    text-align: right;
}
.footer__social img {
    margin-right:10px;
}
.footer-nav #menu-footer-menu li {
    display:inline-block;
    margin:0px 20px;
}
@media screen and (min-width: 920px) {
    .footer-nav {
        margin-left: auto;
    }
}
#footer-disclaimer {
    margin:10px 0px 50px 0px;
    font-size:13px;
    text-align: center;
}
@media screen and (max-width: 919px) {
    .footer__social, .footer__copyright {
        text-align: center;
    }
    #menu-footer-menu {
        margin-top:30px;
    }
	.footer__social img {
		margin-right:0px;
	}
}


.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: var(--blue-overlay-2);
    border-bottom: 5px solid var(--blue-02);
    z-index: 100;
}
.header__wrap {
    display: flex;
    align-items: center;
}
.header__logo,
.header__open {
    transition: opacity 0.3s ease;
}
body[data-nav-active] .header__logo,
body[data-nav-active] .header__open {
    opacity: 0;
}
.header__logo {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.header__logo img {
    display: block;
}
@media screen and (min-width: 920px) {
    .header__logo img {
        width: 311px;
        height: 90px;
    }
}
.header__open {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    margin-left: auto;
}
@media screen and (min-width: 920px) {
    .header__open {
        display: none;
    }
}
.header__open div,
.header__open:before,
.header__open:after {
    width: 100%;
    height: 2px;
    background: var(--white);
}
.header__open:before,
.header__open:after {
    content: "";
}
.header__close {
    position: relative;
    width: 30px;
    height: 30px;
    margin-bottom: 1rem;
}
@media screen and (min-width: 920px) {
    .header__close {
        display: none;
    }
}
.header__close:before,
.header__close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--white);
}
.header__close:before {
    transform: rotate(45deg);
}
.header__close:after {
    transform: rotate(-45deg);
}
body[data-nav-active] .header__nav-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--blue-overlay-2);
    opacity: 0;
    transition: opacity 0.3s ease;
}
body[data-nav-active="2"] .header__nav-background {
    opacity: 1;
}
.header-nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 280px;
    padding: 1em;
    background: var(--blue-overlay-2);
    transform: translateX(100%);
    transition: transform 0.3s ease;
}
body[data-nav-active] .header-nav {
    display: block;
}
body[data-nav-active="2"] .header-nav {
    transform: none;
}
@media screen and (min-width: 920px) {
    .header-nav {
        display: block;
        position: static;
        width: auto;
        margin-left: auto;
        padding: 0;
        background: transparent;
        transform: none;
    }
}
@media screen and (min-width: 920px) {
    .header-nav__list {
        display: flex;
        align-items: center;
    }
}
.header-nav__list li {
    margin-bottom: 1em;
}
.header-nav__list li:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 920px) {
    .header-nav__list li {
        margin-right: 2em;
        margin-bottom: 0;
    }
    .header-nav__list li:last-child {
        margin-right: 0;
    }
}
.header-nav__list li.current-menu-item,
.header-nav__list li a:hover {
    color: var(--blue-05);
}

/* news bar */
.header-newsbar {
    position: fixed;
    top:127px;
    z-index: 9;

    text-align: center;
    width:100%;
    padding:10px 0px;
    background-color:#010127e0;
    border-bottom: 5px solid #2d3053;
}
.header-newsbar span {
    display:inline-block;
    padding:0px 10px;
}
.header-newsbar, .header-newsbar a {
    font-size:17px;
    line-height:inherit;
}
@media screen and (max-width: 919px) {
    .header-newsbar { 
        top:82px;
    }
    .header-newsbar, .header-newsbar a {
        font-size:15px;
    }
}
@media screen and (max-width: 600px) {
    .header-newsbar, .header-newsbar a {
        font-size:14px;
    }
}



/* hero element */
.hero {
    position: relative;
}
.hero--simple {
    padding-top: 82px;
}
@media screen and (min-width: 920px) {
    .hero--simple {
        padding-top: 127px;
    }
}
.hero--simple .hero__content {
    position: static;
    min-height: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: transparent;
}
.hero__image img {
    display: block;
    width: 100%;
    height: 100svh;
    object-fit: cover;
}
.hero__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 33svh;
    padding: 1rem;
    background: var(--blue-overlay);
}
.hero__content p {
    text-transform: uppercase;
}
.hero__content h1, .hero__content p {
    padding:0px 20px;
}
.member {
    margin-bottom: 5rem;
}
.member:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 920px) {
    .member {
        display: flex;
        align-items: center;
    }
}
.member__image {
    overflow: hidden;
}
.member__image:before {
    float: left;
    content: "";
    padding-bottom: 100%;
}
@media screen and (min-width: 920px) {
    .member__image {
        align-self: flex-start;
        flex: 0 0 30%;
    }
}
.member__image img {
    display: block;
    max-width: 100%;
    height: auto;
}
.member__content {
    padding-top: 1em;
}
@media screen and (min-width: 920px) {
    .member__content {
        flex: 1 1 auto;
        padding-top: 0;
        padding-left: 3rem;
    }
}
.members {
    margin-top: 5rem;
}
.members:first-child {
    margin-top: 0;
}
.resources_wrapper {
    margin-top: 5rem;
}
.resources_wrapper:first-child {
    margin-top: 0;
}
.resources_wrapper ul {
    margin-top: 2em;
    margin-bottom: 2em;
}
.resources_wrapper ul:first-child {
    margin-top: 0;
}
.resources_wrapper ul:last-child {
    margin-bottom: 0;
}
.resources_wrapper ul li {
    margin-top: 1em;
    margin-bottom: 1em;
}
.resources_wrapper ul li:first-child {
    margin-top: 0;
}
.resources_wrapper ul li:last-child {
    margin-bottom: 0;
}
.resources_wrapper a {
    display: inline-flex;
}
.resources_wrapper a:hover {
    text-decoration: underline;
}
.resources_wrapper img {
    width: auto;
    height: 1.4rem;
    margin-right: 1rem;
}
.page-content .h1, .page-content h1,
.page-content .h2, .page-content h2,
.page-content .h3, .page-content h3,
.page-content .h4, .page-content h4,
.page-content .h5, .page-content h5,
.page-content .h6, .page-content h6 {
    font-family: "DM Serif", "Georgia", "Times New Roman", serif;
    font-weight: 500 !important;
}
.page-content .h1 strong, .page-content h1 strong,
.page-content .h2 strong, .page-content h2 strong,
.page-content .h3 strong, .page-content h3 strong,
.page-content .h4 strong, .page-content h4 strong,
.page-content .h5 strong, .page-content h5 strong,
.page-content .h6 strong, .page-content h6 strong {
    font-weight: 500 !important;
}
.page-content h1 {
    font-size:35px;
}
.page-content h2 {
    font-size:28px;
}
.page-content h3 {
    font-size:24px;
}
.page-content h4 {
    font-size:20px;
}
.page-content h5 {
    font-size:18px;
}
.page-content h6 {
    font-size:16px;
}



.page-content ul,
.page-content ol {
    padding:0px 20px;
    margin-top: 2em;
    margin-bottom: 2em;
}
.page-content ul:first-child,
.page-content ol:first-child {
    margin-top: 0;
}
.page-content ul:last-child,
.page-content ol:last-child {
    margin-bottom: 0;
}
.page-content ul li,
.page-content ol li {
    margin-top: 1em;
    margin-bottom: 1em;
}
.page-content ul li:first-child,
.page-content ol li:first-child {
    margin-top: 0;
}
.page-content ul li:last-child,
.page-content ol li:last-child {
    margin-bottom: 0;
}
.page-content ul {
    list-style: outside;
}
.page-content ol {
    list-style: decimal;
}
.page-content figure img {
    display: block;
    width: 100%;
    
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 920px) {
    .page-content figure img {
        max-width: none;
        margin: 0;
    }
}
.page-content a {
    text-decoration: underline;
}
.page-content a:hover {
    color: var(--blue-05);
}
.skip-link {
    position: fixed;
    z-index: 2;
}
body[data-nav-active] {
    overflow: hidden;
    transition: all 0.3s ease;
}
body[data-nav-active="2"] {
    margin-left: -280px;
    padding-right: 280px;
}
.screen-reader:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}



.genWrapper {
    margin:30px 0px;
}



/* homepage */
.instagram__wrap h1, .instagram__wrap .h2 {
    margin:20px 0px 0px 0px !important;
}
.instagram__wrap p {
    margin:0px !important;
}



/* 1 column block */
.one_column_paragraph_wrapper {
    margin:40px 0px;
}



/* 2 column paras block */
.block2x {
	
}

.genParas2ColL {
    float:left;
    width:48% !important;
}
.genParas2ColR {
    float:right;
    width:48% !important;
}
@media screen and (max-width: 764px) {
    .genParas2ColL, .genParas2ColR {
        float:none;
        width:100% !important;
        margin:30px 0px;
    }
}



/* edge to edge text/image block */
.edge2EdgeTable {
    width:100%;
    margin:0px;
    padding:0px;
}
.edge2EdgeItem {
    margin:40px 0px;
}
.edge2EdgeTable td {
    width:50%;
    max-width:50%;

    margin:0px;
    padding:0px;
}
.edge2EdgeImg {
    width:50%;
    height:50%;
}
.edge2EdgeImg img {
    width:100%;
    height:auto;
}
.edge2EdgeCopyWrap {
    vertical-align: bottom;
    width:auto;
    margin-top:auto !important;
    padding:4% !important;

}
.hideTD {
    display:none;
}
@media screen and (max-width: 660px) {
    .edge2EdgeItem {
        margin-bottom:40px !important;
    }
    .edge2EdgeTable td, .edge2EdgeTable tr {
        width:100% !important;
        max-width:100% !important;
        display:table-row;
    }
    .edge2EdgeImg div {
        height:350px !important;
    }
    .edge2EdgeImgL {
        display:none !important;
    }
    .edge2EdgeImgR {
        display:block !important;
    }
}



/* full width image block */
.fullWidthImageBlockWrapper {
    margin: 0px 0px 60px 0px;
}
.fullWidthImageBlockWrapper .titleWrapper {
    background-color:#0101275e;

    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 1em 0;
}
.fullWidthImageBlockWrapper .fullWTitle {
    padding:0px 20px;
    margin-bottom:20px;
    font-size:40px;
    font-family: "DM Serif", "Georgia", "Times New Roman", serif;
}
.fullWidthImageBlockWrapper .fullWSubTitle {
    padding:0px 20px;
    font-size:18px;
    font-weight: normal;
    font-family: "DM Serif", "Georgia", "Times New Roman", serif;
}
.fullWidthImageBlockWrapper .fullWUnderCap {
    margin-top:15px;
    margin-bottom:20px !important;
}
.fullWidthImageBlock {
    position:relative;
    width:100%;
    background-size:cover !important;
}
.fullWUnderCap {
    color:#e6e6e6;
    text-align: center;
    font-size:16px;
    line-height:21px;
    margin: 10px 0px 30px 0px;
}
.fullWidthImageBlockWrapper .bottomL {
    position: absolute;
    bottom:20px;
    left:20px;
}
.fullWidthImageBlockWrapper .bottomR {
    position: absolute;
    bottom:20px;
    right:20px;
}
.fullWidthImageBlockWrapper .button {
    background-color:#2d3053;
}
.fullWidthImageBlockWrapper .button:hover {
    background-color:#ffff;
    color:#2d3053;
}





/* wide image block */
.wideImageBlockWrapperInner {
    margin: 10px 0px 10px 0px;
}
.wideImageBlock {
    width:100%;
    height:48vh;
    background-size:cover !important;
}
.wideImageImg {
    /* when an image tag is used */
    width:100%;
    height:auto;
}
.wideImageBlockTitle {
    text-shadow:0px 0px 4px rgba(47,47,47,0.48);
    font-size:28px;
    text-transform:uppercase;
    font-family:'CenturyGothic';
    color:#e6e6e6;
    text-align:center;

    position:relative;
    top:50%;
    transform: translateY(-50%);

    width:60%;
    margin:0 auto 0 auto;
    line-height:normal;
}
.wideImageBlockTitle a:hover {
    color:#e6e6e6 !important;
    text-decoration:none !important;
}
.wideImageBlockCap {
    text-transform:uppercase;
    font-size:16px;
    line-height:16px;
    margin: 20px 0px 10px 0px;
}
@media screen and (max-width: 990px) {
    .wideImageBlockCap {
        font-size:10px;
        line-height:15px;
    }
}
.wideImageBlockCopy {
    font-size: 14px;
    line-height: 21px;
    margin: 10px 0px 20px 0px;
}
@media screen and (max-width: 1300px) {
    .wideImageBlock {
        height:36vh;
    }
}
@media screen and (max-width: 1120px) {
    .wideImageBlock {
        height:34vh;
    }
}
@media screen and (max-width: 1050px) {
    .wideImageBlock {
        height:30vh;
    }
}
@media screen and (max-width: 700px) {
    /* 500px breakpoint, reduce copy and padding */
    .wideImageBlockCopy {
        line-height:19px;
    }
}
@media screen and (max-width: 500px) {
    /* 500px breakpoint, reduce copy and padding */
    .wideImageBlockCopy {
        font-size:12.5px;
        line-height:18px;
    }
}



/* hr block */
.block-hr {
    margin:50px 0px;
}



/* spacer block */
.block-spacer-small {
    height:30px;
}
.block-spacer-medium {
    height:60px;
}
.block-spacer-large {
    height:100px;
}



/* image blocks x3 */
.wideImageBlockx3Inner {
    margin: 20px 0px 20px 0px;
    display: flex;
}
.imageBlockX3Outer {
    flex: 1; /*grow*/
    height:auto;
}
.imageBlockX3{
    height:40vh;
    width:auto;
    background-size:cover !important;
    -webkit-print-color-adjust: exact;  /* force browsers to print background image */
}
.imageBlockX3OuterM {
    margin:0 20px 0 20px;
}
@media screen and (max-width: 1300px) {
    .imageBlockX3{
        height:36vh;
    }
}
@media screen and (max-width: 1120px) {
    .imageBlockX3{
        height:34vh;
    }
}
@media screen and (max-width: 1050px) {
    .imageBlockX3{
        height:30vh;
    }
}
@media screen and (max-width: 950px) {
    .imageBlockX3{
        height:26vh;
    }
}
@media screen and (max-width: 870px) {
    .imageBlockX3{
        height:22vh;
    }
}
/* convert the 3 columns to single 100% width! */
@media screen and (max-width: 560px) {
    .wideImageBlockx3Inner {
        display: block;
    }
    .imageBlockX3OuterM {
        margin:0px 0px 35px 0px;
    }
    .imageBlockX3{
        height:45vh;
    }
    .imageBlockX3Outer {
        width:100%;
        float:none;
        flex:none;
        margin-bottom:45px;
    }
}





/* gallery block */
.galleryBlockWrapperInner {
    margin:50px 0 50px 0;
}

/* following two adjustments vital to completely center bx slider with multiple items visible */
.galleryMulti .bx-wrapper {
    padding-top:6px;
}
.galleryMulti .bx-wrapper img {
    display:inline !important;
}
.galleryMulti .bx-wrapper li {
    text-align: center;
}
.galleryMulti .bx-next {
    right:0px !important;
}
.bx-next:hover, .bx-prev:hover {
    opacity:0.7;
}

.galleryMultiImg {
    width:auto !important;
    height:30vw !important;
    margin:0px !important;
}
.galleryMulti .bx-caption {
    width:95% !important;
    line-height:18px;
}
@media screen and (max-width: 1199px) {
    .galleryMulti .bx-caption {
        line-height:16px;
        font-size:13px;
    }
}

/* zoom for background images */
.bgZoom {
    overflow:hidden !important;
    transition: transform 0.5s ease-out;
    transform-origin: top; /* vital to control direction of anim so we dont get it overlaying content above */
    position: relative;
}
.bgZoom:hover {
    transform: scale(1.01);
}


/* zoom for image tags (as used in the block gallery element) */
.imgZoomContainer {
    overflow: hidden !important;
}
.imgZoomContainer .imgZoom {
    transition: transform 0.3s ease;
}
.imgZoomContainer:hover img {
    transform: scale(1.01);
}



/* pagination (used in events page) */
.pagination {
  text-align: center;
  margin: 20px 0;
}
.page-numbers {
  display: inline-block;
  margin: 0 8px;          /* spacing between items */
  padding: 6px 10px;       /* box padding */
  border: 1px solid #ccc;  /* box border */
  border-radius: 4px;      /* rounded corners */
  text-decoration: none;
  color: #fff;
}
.page-numbers:hover {
  background: #f4f4f4;
  border-color: #999;
}
.page-numbers.current {
  background: #2d3053;
  color: #fff;
  border-color: #fff;
  cursor: default;
}






/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    clear:both;
    position: relative;
    margin: 0 auto 20px;
    padding: 0;
    *zoom: 1;
    border:0px;
}
.bx-wrapper img {
    height:auto;
    width:100%;
    display: block;
    margin:0 auto 0 auto;
}
.bx-wrapper li {
    /* background-color: rgba(0,0,0,0.72); */
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {

}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}
@media screen and (min-width: 1600px) {
    .bx-wrapper .bx-prev {
        left: 20px;
    }
    .bx-wrapper .bx-next {
        right: 20px !important;
    }
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 46%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    padding:5px;
}

/* Alterations for mobile */




.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    text-align:center;
    bottom: -30px;
    left: 0;
    width: 100%;

}
.bx-wrapper .bx-caption span {
    color: #fff;
    display: block;
    font-size: .85em;
    padding: 15px 10px;
    width:100%;
    margin:0 auto 0 auto;
}






/* YoutubeBackground video player */
.h100video, ytplayer-container,.ytplayer-container iframe {
    position:relative;
    height:80vh !important;
    padding-bottom:0px !important;  /* fix for bug in ytplayer that adds padding to bottom of its outer wrapper */
}
.h100video .mbYTP_wrapper {
    max-height:none !important;     /* fix for bug in  ytplayer that adds a max-height value inline to its wrapper that isnt needed */
    /* height:100vh !important; */
}
.playerBox > div.ytp-pause-overlay.ytp-scroll-min.ytp-scroll-max {
    display:none !important;
}
@media screen and (max-width: 1450px) {
    .h100video, .ytplayer-container,.ytplayer-container iframe {
        height:70vh !important;
    }
}
@media screen and (max-width: 1100px) {
    .h100video, .ytplayer-container,.ytplayer-container iframe {
        height:60vh !important;
    }
}
@media screen and (max-width: 920px) {
    .h100video, .ytplayer-container,.ytplayer-container iframe {
        height:55vh !important;
    }
}
@media screen and (max-width: 1199px) {
    .h100video, .ytplayer-container,.ytplayer-container iframe {
        height:50vh !important;
    }
}
@media screen and (max-width: 675px) {
    .h100video, .ytplayer-container,.ytplayer-container iframe {
        height:45vh !important;
    }
}
@media screen and (max-width: 575px) {
    .h100video, .ytplayer-container,.ytplayer-container iframe {
        height:40vh !important;
    }
}
@media screen and (max-width: 475px) {
    .h100video, .ytplayer-container,.ytplayer-container iframe {
        height:35vh !important;
    }
}
@media screen and (max-width: 375px) {
    .h100video, .ytplayer-container,.ytplayer-container iframe {
        height:30vh !important;
    }
}
.videoDefiner {
    display:none;
}
.inline-YTPlayer {
    /* fix for bug in player causing it to set an initial max-width of its wrapper which stops it enlarging on browser resize */
    max-width: 100%!important
}

/* vimeo player interface */
.vimeo_player:focus{outline:0}.vimeo_player_wrapper{display:block;transform:translateZ(0) translate3d(0,0,0);transform-style:preserve-3d;perspective:1000;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}.vimeo_player .loading{position:absolute;top:10px;right:10px;font-size:12px;color:#fff;background:rgba(0,0,0,.51);text-align:center;padding:2px 4px;border-radius:5px;font-family:"Droid Sans",sans-serif;-webkit-animation:fade .1s infinite alternate;animation:fade .1s infinite alternate}@-webkit-keyframes fade{0%{opacity:.5}100%{opacity:1}}@keyframes fade{0%{opacity:.5}100%{opacity:1}}.vimeo_player_Fullscreen{display:block!important;position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;margin:0!important;border:none!important;opacity:1!important;background-color:#000}.vimeo_player_wrapper iframe{max-width:4000px!important;border:0!important}.inline_vimeo_player{margin-bottom:20px;vertical-align:top;position:relative;left:0;overflow:hidden;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,.7);background:rgba(0,0,0,.5)}.inline_vimeo_player img{border:none!important;margin:0!important;padding:0!important;transform:none!important}.vimeo_player_bar .vimeo_icon{font-size:20px;font-family:vimeo;cursor:pointer}.vimeo_player_bar .vimeo_url.vimeo_icon{position:absolute;width:auto;display:block;top:6px;right:10px;cursor:pointer;font-size:40px}.vimeo_player_bar,.vimeo_player_bar .buttonBar{left:0;padding:5px;width:100%;box-sizing:border-box}.vimeo_player_bar{transition:opacity .5s;display:block;height:10px;background:#333;position:fixed;bottom:0;text-align:left;z-index:1000;font:14px/16px sans-serif;color:#fff;opacity:.1}.vimeo_player_bar.visible,.vimeo_player_bar:hover{opacity:1}.vimeo_player_bar .buttonBar{transition:all .5s;background:0 0;font:12px/14px Calibri;position:absolute;top:-30px;height:40px}.vimeo_player_bar:hover .buttonBar{background:rgba(0,0,0,.4)}.vimeo_player_bar span{display:inline-block;font:16px/20px Calibri,sans-serif;position:relative;width:30px;height:25px;vertical-align:middle}.vimeo_player_bar span.vimeo_player_time{width:130px}.vimeo_player_bar span.mb_OnlyYT,.vimeo_player_bar span.mb_YTPUrl{position:absolute;width:auto;display:block;top:6px;right:10px;cursor:pointer}.vimeo_player_bar span.mb_YTPUrl img{width:60px}.vimeo_player_bar span.mb_OnlyYT{left:300px;right:auto}.vimeo_player_bar span.mb_OnlyYT img{width:25px}.vimeo_player_bar span.mb_YTPUrl a{color:#fff}.vimeo_player_bar .vimeo_player_muteUnmute,.vimeo_player_bar .vimeo_player_pause,.vimeo_player_bar .vimeo_player_pause img{cursor:pointer}.vimeo_player_bar .vimeo_player_pogress{height:10px;width:100%;background:#222;bottom:0;left:0}.vimeo_player_bar .vimeo_player_loaded{height:10px;width:0;background:#444;left:0}.vimeo_player_bar .vimeo_player_seek_bar{height:10px;width:0;background:#2a97cc;bottom:0;left:0;box-shadow:rgba(82,82,82,.47) 1px 1px 3px}.vimeo_player_bar .YTPOverlay{backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-transform-style:"flat";box-sizing:border-box}.vimeo_player_overlay.raster{background:url(images/raster.png)}.vimeo_player_overlay.raster.retina{background:url(images/raster@2x.png)}.vimeo_player_overlay.raster-dot{background:url(images/raster_dot.png)}.vimeo_player_overlay.raster-dot.retina{background:url(images/raster_dot@2x.png)}.vimeo_player_bar .simpleSlider{position:relative;width:100px;height:10px;border:1px solid #fff;overflow:hidden;box-sizing:border-box;margin-right:10px;cursor:pointer!important;border-radius:3px}.vimeo_player_bar.compact .simpleSlider{width:40px}.vimeo_player_bar .simpleSlider.muted{opacity:.3}.vimeo_player_bar .level{position:absolute;left:0;bottom:0;background-color:#fff;box-sizing:border-box}.vimeo_player_bar .level.horizontal{height:100%;width:0}.vimeo_player_bar .level.vertical{height:auto;width:100%}
/* fix for horizontal alignemnt */
.vimeo_player iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

/* ytplayer interface */
.mb_YTPlayer:focus {
    outline: 0
}
/* hide certain interface */
.buttonBar, .mb_YTPPlaypause, .mb_YTPMuteUnmute, .mb_YTPVolumeBar, .mb_YTPTime, .mb_OnlyYT {
    display:none !important;
}
.YTPWrapper {
    display: block;
    transform: translateZ(0)translate3d(0, 0, 0);
    transform-style: preserve-3d;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}
.mb_YTPlayer .loading {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, .51);
    text-align: center;
    padding: 2px 4px;
    border-radius: 5px;
    -webkit-animation: fade .1s infinite alternate;
    animation: fade .1s infinite alternate
}

.inlinePlayButton,
.mb_YTPBar .ytpicon {
    font-family: ytpregular
}

.YTPFullscreen,
.inline_YTPlayer img {
    border: none!important;
    padding: 0!important
}

@-webkit-keyframes fade {
    0% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

.YTPFullscreen {
    display: block!important;
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    margin: 0!important;
    opacity: 1!important;
    background-color: #000!important
}

.inlinePlayButton {
    font-size: 45px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    opacity: .8;
    transition: all .4s;
    transform: scale(1.3)
}

.mb_YTPlayer:hover .inlinePlayButton {
    opacity: 1;
    transform: scale(1)
}

.inlinePlayButton:hover {
    background-color: rgba(0, 0, 0, 1);
    transform: scale(1.3)!important
}

.mbYTP_wrapper iframe {
    max-width: 8000px !important;

    /* fix for hiding banner at top of youtube videos when they start to play */
    /* https://stackoverflow.com/questions/52886853/youtube-embed-showinfo-has-been-deprecated/52915845#52915845 */
    position: absolute !important;
    top: -60px !important;
    left: 0;
    width: 100%;
    height: calc(100% + 120px);
}

.inline_YTPlayer {
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    background: rgba(0, 0, 0, .5)
}

.inline_YTPlayer img {
    margin: 0!important;
    transform: none!important
}

.mb_YTPBar,
.mb_YTPBar .buttonBar {
    box-sizing: border-box;
    left: 0;
    padding: 5px;
    width: 100%
}

.mb_YTPBar .ytpicon {
    font-size: 20px
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
    font-size: 30px
}

.mb_YTPBar {
    transition: opacity .5s;
    display: block;
    height: 10px;
    background: #333;
    position: fixed;
    bottom: 0;
    text-align: left;
    z-index: 1000;
    font: 14px/16px sans-serif;
    color: #fff;
    opacity: .1
}

.mb_YTPBar.visible,
.mb_YTPBar:hover {
    opacity: 1
}

.mb_YTPBar .buttonBar {
    transition: all .5s;
    background: 0 0;
    font: 12px/14px san-serif;
    position: absolute;
    top: -30px;
    height: 40px
}

.mb_YTPBar:hover .buttonBar {
    background: rgba(0, 0, 0, .4)
}

.mb_YTPBar span {
    display: inline-block;
    font: 16px/20px sans-serif;
    position: relative;
    width: 30px;
    height: 25px;
    vertical-align: middle
}

.mb_YTPBar span.mb_YTPTime {
    width: 130px
}

.mb_YTPBar span.mb_OnlyYT,
.mb_YTPBar span.mb_YTPUrl {
    position: absolute;
    width: auto;
    display: block;
    top: 6px;
    right: 10px;
    cursor: pointer
}

.mb_YTPBar span.mb_YTPUrl img {
    width: 60px
}

.mb_YTPBar span.mb_OnlyYT {
    left: 300px;
    right: auto
}

.mb_YTPBar span.mb_OnlyYT img {
    width: 25px
}

.mb_YTPBar span.mb_YTPUrl a {
    color: #fff
}

.mb_YTPBar .mb_YTPMuteUnmute,
.mb_YTPBar .mb_YTPPlayPause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img {
    cursor: pointer
}

.mb_YTPBar .mb_YTPProgress {
    cursor:pointer;
    height: 10px;
    width: 100%;
    background: #222;
    bottom: 0;
    left: 0
}

.mb_YTPBar .mb_YTPLoaded {
    height: 10px;
    width: 0;
    background: #444;
    left: 0
}

.mb_YTPBar .mb_YTPseekbar {
    height: 10px;
    width: 0;
    background: #bb110e;
    bottom: 0;
    left: 0;
    box-shadow: rgba(82, 82, 82, .47)1px 1px 3px
}

.mb_YTPBar .YTPOverlay {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: "flat";
    box-sizing: border-box
}

.mb_YTPBar .simpleSlider {
    position: relative;
    width: 100px;
    height: 10px;
    border: 1px solid #fff;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: pointer!important;
    border-radius: 3px
}

.mb_YTPBar.compact .simpleSlider {
    width: 40px
}

.mb_YTPBar.compact span.mb_OnlyYT {
    left: 260px
}

.mb_YTPBar .simpleSlider.muted {
    opacity: .3
}

.mb_YTPBar .level {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    box-sizing: border-box
}

.mb_YTPBar .level.horizontal {
    height: 100%;
    width: 0
}

.mb_YTPBar .level.vertical {
    height: auto;
    width: 100%
}



/* lightbox plugin */
.lb-loader,.lightbox{text-align:center;line-height:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;opacity:1}