  /**
 * Theme Name: ñ
 * Author: ñ
 * Text Domain: waterford
 */
/*
Minion Pro Display
font-family: minion-pro-display, serif;
font-weight: 400;
font-style: normal;

Minion Pro Display Italic
font-family: minion-pro-display, serif;
font-weight: 400;
font-style: italic;

Minion Pro Semibold Display
font-family: minion-pro-display, serif;
font-weight: 600;
font-style: normal;

Minion Pro Semibold Display Italic
font-family: minion-pro-display, serif;
font-weight: 600;
font-style: italic;

Minion Pro Bold Display
font-family: minion-pro-display, serif;
font-weight: 700;
font-style: normal;

Minion Pro Bold Display Italic
font-family: minion-pro-display, serif;
font-weight: 700;
font-style: italic;

*/
@font-face {
    font-family: 'tt_norms_regular';
    src: url('/wp-content/themes/waterford//wp-content/themes/waterford/assets/fonts/tt_norms_regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/waterford/assets/fonts/tt_norms_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tt_norms_medium';
    src: url('/wp-content/themes/waterford//wp-content/themes/waterford/assets/fonts/tt_norms_medium-webfont.woff2') format('woff2'),
         url('/wp-content/themes/waterford/assets/fonts/tt_norms_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tt_norms_light';
    src: url('/wp-content/themes/waterford//wp-content/themes/waterford/assets/fonts/tt_norms_light-webfont.woff2') format('woff2'),
         url('/wp-content/themes/waterford/assets/fonts/tt_norms_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tt_norms_heavy';
    src: url('/wp-content/themes/waterford//wp-content/themes/waterford/assets/fonts/tt_norms_heavy-webfont.woff2') format('woff2'),
         url('/wp-content/themes/waterford/assets/fonts/tt_norms_heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tt_norms_extrabold';
    src: url('/wp-content/themes/waterford//wp-content/themes/waterford/assets/fonts/tt_norms_extrabold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/waterford/assets/fonts/tt_norms_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tt_norms_bold';
    src: url('/wp-content/themes/waterford//wp-content/themes/waterford/assets/fonts/tt_norms_bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/waterford/assets/fonts/tt_norms_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:root{
    --mob-wrapper-pad-lr: 40px;
    --brand-clr-blue: #002e64;
    --brand-clr-red: #832a36;
    --brand-clr-gold: #bca061;
    --brand-clr-black: #000000;
    --brand-clr-white: #ffffff;
    --brand-clr-gray: #832a36;
    --brand-clr-lblue: #5fa8d3;
    --brand-clr-dblue: #172552;
    --font-light: 'tt_norms_light', sans-serif;
    --font-regular: 'tt_norms_regular', sans-serif;
    --font-medium: 'tt_norms_medium', sans-serif;
    --font-bold: 'tt_norms_bold', sans-serif;
    --font-extrabold: 'tt_norms_extrabold', sans-serif;
    --font-minion: 'minion-pro-display', serif;
}

*,
*:before,
*:after{box-sizing: border-box;}
html{-webkit-overflow-scrolling: touch !important;}
body{
    margin: 0 !important;
    color: var(--brand-clr-black);
    font: 400 100%/1.5 var(--font-minion);
    -webkit-overflow-scrolling: touch !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
a{
    text-decoration: none;
    color: var(--brand-clr-blue);
    transition: color .3s, background-color .3s;
}
a:hover{color: var(--brand-clr-gold);}
h1,h2,h3,h4,h5,h6{
    margin: .67em 0;
    font-family: var(--font-extrabold);
    line-height: 1.2;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color: inherit;}
.h1,h1{font-size: 9.05vw;line-height: 1;}
.h2,h2{font-size: 3em;line-height: 1.25;}
.h3,h3{font-size: 2.25em;}
.h4,h4{font-size: 1.5em; font-family: var(--font-bold);}
.h5,h5{font-size: 1.25em;}
.h6,h6{font-size: 1.125em;}
.h1 span,h1 span,.h2 span,h2 span,.h3 span,h3 span,.h4 span,h4 span,.h5 span,h5 span {
    font-family: var(--font-regular);
}
h1,h2,h3 {
    text-transform: uppercase;
}
h3 span{
    font-size:0.95em;
    font-family: var(--font-light);
}
h4 span{font-size: .9em;}
figure,
p{margin: 0;}
svg, img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
img {
    height: auto;
    border: 0;
}
.alignleft {
    float: left;
    margin-right: 3em;
}
.alignright {
    float: right;
    margin-left: 3em;
}
.aligncenter {
    float: inherit;
    margin-left: auto;
    margin-right: auto;
}
figcaption {
    margin-top: 0.5em;
    font-style: italic;
    font-weight: 500;
    font-size: 1.25em;
    text-align: left;
}
p {
    font-size: 1.2em;
    margin-bottom: 1.5em;
}
p:last-child{margin-bottom: 0 !important;}
.wp-block-separator,
hr{
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1.5px solid var(--brand-clr-gold);
}
textarea,
select,
input:not([type=checkbox]):not([type=radio]){
    border-radius: 0;
    font: inherit;
    -webkit-appearance: none;
}
button {
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    -webkit-appearance: none;
}
button:focus{outline: 1px solid var(--brand-clr-gold);}
address{font-style: normal;}

.italic{font-style: italic; font-family: var(--font-minion); font-weight: 400;}
.bold,strong{font-weight: 700;}

.sub-menu,.menu,ol.no-style,ul.no-style{
    list-style: none;
    margin: 0;
    padding: 0;
}
.hid-empty:empty,.hid{display: none !important;}
.upc{text-transform: uppercase;}
.txt-l{text-align: left;}
.align-center,.txt-c{text-align: center;}
.align-right,.txt-r{text-align: right;}
.no-ovfl{overflow: hidden !important;}
.sec-slider .link:after,
.menu .toggle:before,
.menu [target]:after,
.mob-collapse .collapse-toggle:after,
.collapse .collapse-toggle:after,
.amk-acc .amk-acc-item-title:after,
.link.back-link:before,
.fa-pseudo:after,
.fa-pseudo:before{
    text-rendering: auto;
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.only-sr{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0);
}
.wp-block-separator,
.wp-block-group__inner-container,
.wrapper{
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}
.wp-block-group__inner-container .wrapper,
.wrapper:not(.full) .wrapper{width: auto;}
.wrapper.mini{max-width: 700px;}
.wrapper.smaller{max-width: 800px;}
.wrapper.small{max-width: 940px;}
.wrapper.medium-small{max-width: 1000px;}
.wrapper.medium{max-width: 1100px;}
.wrapper.big{max-width: 1400px;}
.wrapper.bigger{max-width: 1540px;}
.wrapper.full{
    max-width: initial;
    width: 100%;
}
.wrapper.wtable{max-width: 1100px;}

.flex{
    display: flex;
    word-break: break-word;
}
.flex.wrap{flex-flow: row wrap;}
.flex.dir-col{flex-direction: column;}
.flex.justify{justify-content: space-between;}
.flex.center{justify-content: center;}
.flex.center-v{align-items: center;}
.flex.start-v{align-items: flex-start;}
.flex.end{justify-content: flex-end;}
.flex.end-v{align-items: flex-end;}
.flex .can-grow{
    flex-grow: 1 !important;
    flex-basis: 0;
}
.flex .breaker,
.flex .full{flex: 0 0 100%;}
.flex .half{flex: 0 0 50%;}
.flex .third{flex: 0 0 33.333%;}
.flex .forth{flex: 0 0 25%;}
.flex .fifth-2{flex: 0 0 40%;}
.flex .fifth-3{flex: 0 0 60%;}
.flex.cols{margin: -2%;}
.flex.cols > .item{margin: 2%;}
.flex.cols .breaker{
    flex: 0 0 96%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.flex.cols .full{flex: 0 0 96%;}
.flex.cols .half{flex: 0 0 46%;}
.flex.cols .third{flex: 0 0 29.333%;}
.flex.cols .third-2{flex: 0 0 62.666%;}
.flex.cols .forth{flex: 0 0 21%;}
.flex.cols .fifth{flex: 0 0 16%;}
.flex.cols .fifth-3{flex: 0 0 56%;}
.flex.small-gap{margin: -1%;}
.flex.small-gap > .item{margin: 1%;}
.flex.small-gap > .half{flex-basis: 48%;}
.flex.big-gap{margin: -4%;}
.flex.big-gap > .item{margin: 4%;}
.flex.big-gap > .half{flex-basis: 42%;}
.flex.big-gap .third-2{flex: 0 0 58.666%;}
.flex.big-gap .fifth-3{flex: 0 0 52%;}
.flex.reverse {
    flex-direction: row-reverse;
}
.has-divider .cols-div {
    margin-left: -4%;
    margin-right: -4%;
}
.has-divider .item {
    border-left: 1px solid var(--brand-clr-gold);
    padding: 2.5% 4%;
    text-align: center;
}
.has-divider .item .block-img {
    height: 125px;
    margin-bottom: 30px;
}
.sec-blocks .heading{
    margin: 0 0 1em;
    color: var(--brand-clr-blue);
}
.sec-blocks .item .block-img svg,
.sec-blocks .item .block-img img {
    width: auto;
    height: 100%;
    display: block;
}
.sec-blocks .item .title + .button{margin-top: 1em;}
.has-divider .item:first-child {
    border: none;
}

.img-cont{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.img-cont.wide{padding-top: 56.25%;}
.wp-block-gallery.is-cropped img,
.img-wrap > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-wrap.contain > img{object-fit: contain;}
.wp-block-gallery.is-cropped figure,
.img-wrap.fixed-ratio{position: relative;}
.wp-block-gallery.is-cropped figure:before,
.img-wrap.fixed-ratio:before{
    content: '';
    display: block;
}
.wp-block-gallery.is-cropped img,
.img-wrap.fixed-ratio > img{
    position: absolute;
    top: 0;
    left: 0;
}
.img-wrap.fixed-ratio.wide:before{padding-top: 56.25%;}
.img-wrap.fixed-ratio.tv:before{padding-top: 78%;}
.wp-block-gallery.is-cropped figure:before,
.img-wrap.fixed-ratio.square:before{padding-top: 100%;}
.img-wrap.fixed-ratio.portrait:before{padding-top: 120%;}
a.img-wrap:not(.flex){display: block;}
.header-top ul li.external a:after,
.menu [target]:after,
a.external:after,
a.ext:after {
    content: "\f14c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-left: 0.3em;
}
.text{
    margin: 1.5em auto;
    font-size: 1rem;
}
.text :first-child:not(.item),
.text:first-child{margin-top: 0 !important;}
.text :last-child:not(.item),
.text:last-child{margin-bottom: 0 !important;}
.text p{margin-bottom: 2em; font-size: 1.25em; }
.text p:last-child{margin-bottom: 0;}
.text p.small{font-size: 1em;}
.text.medium p,
.text p.medium{font-size: 1.4375em;}
.text p.big{font-size: 1.625em;}
.text ol, .text ul {font-size: 1em;}
.text ol, .text ul{
    margin: 1em 0;
    padding-left: 1.7em;
}
.text ol ul,
.text ol ol,
.text ul ol,
.text ul ul{font-size: 1em !important;}
.text .btn:not(:last-child){margin-right: 1em;}
.text .gform_wrapper:not(:first-child){margin-top: 2em;}
.text + .btn{margin-top: .5em;}

.wp-block-button__link,
.button,
.btn{
    display: inline-block;
    padding: 0.5em 2.3em;
    font-size: 1em;
    border: 2px solid var(--brand-clr-red);
    text-align: center;
    color: var(--brand-clr-red);
    font-family: var(--font-bold);
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
}
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.button:focus,
.button:hover,
.btn:focus,
.btn:hover{
    outline: none;
    background: var(--brand-clr-red);
    color: var(--brand-clr-white);
}
.button i {
    margin-left: 5px;
    margin-right: -8px;
}
.button.full {
    flex: inherit;
}
.button.red.full {
    background: var(--brand-clr-red);
    color: var(--brand-clr-white);
}
.button.red.full:focus,
.button.red.full:hover {
    border-color: var(--brand-clr-red);
    color: var(--brand-clr-red);
    background: none;
}

.button.blue {
    border-color: var(--brand-clr-blue);
    color: var(--brand-clr-blue);
}
.button.blue:focus,
.button.blue:hover{
    background: var(--brand-clr-blue);
    color: var(--brand-clr-white);
}
.button.blue.full {
    background: var(--brand-clr-blue);
    color: var(--brand-clr-white);
}
.button.blue.full:focus,
.button.blue.full:hover {
    border-color: var(--brand-clr-blue);
    color: var(--brand-clr-blue);
    background: none;
}

.wp-block-button__link,
.button.gold {
    border-color: var(--brand-clr-gold);
    color: var(--brand-clr-gold);
}
.button.gold:focus,
.button.gold:hover{
    background: var(--brand-clr-gold);
    color: var(--brand-clr-white);
}
.wp-block-button__link,
.button.gold.full {
    background: var(--brand-clr-gold);
    color: var(--brand-clr-white);
}
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.button.gold.full:focus,
.button.gold.full:hover {
    border-color: var(--brand-clr-gold);
    color: var(--brand-clr-gold);
    background: var(--brand-clr-blue);
}

.button.small {
    min-width: 13em;
    padding: 0.6em 1.5em;
    font-size: 1em;
}
.link{
    color: var(--brand-clr-gold);
    font: 400 .875rem/1.57 var(--font-bold);
    cursor: pointer;
}
.link:focus,
.link:hover{color: var(--brand-clr-gold);}
.link.back-link{
    padding-bottom: 2px;
    border-bottom: 3px solid transparent;
}
.link.more:after{
    content: '+';
    margin-left: .25em;
}
.link.back-link:before{
    content: '\f104';
    margin-right: .5em;
    font-weight: 900;
}

.collapse .collapse-toggle{
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--font-bold);
    cursor: pointer;
}
.collapse .collapse-toggle:after{
    content: '\f078';
    margin-left: .75em;
    vertical-align: .13em;
    font-size: .8125em;
}
.collapse:not(.actv) .collapse-body{display: none;}
.collapse.actv .collapse-toggle:after{content: '\f077';}

.separator{margin: 0 1em;}
.pad{padding: 2.5em 0;}
.pads,
.pad-dbl{padding: 3.75em 0;}
.pad-quad{padding: 8em 0;}
.pad-t {
    padding-top: 2.5em;
}
.pad-b {
    padding-bottom: 2.5em;
}
.pads-t {
    padding-top: 3.75em;
}
.pads-b {
    padding-bottom: 3.75em;
}
.pad-0 {padding: 0 !important;}
.pad-t-0,
.padt-0 {padding-top: 0 !important;}
.pad-b-0,
.padb-0 {padding-bottom: 0 !important;}

.wp-block-separator.has-background{
    height: 1px;
    border: none;
}
.wp-block-separator.is-style-thick{border-top-width: 2px;}
.wp-block-separator.is-style-thick.has-background{height: 2px;}
.wp-block-amg-tab{outline: none;}
.wp-block-amg-tab > .tab-body > :first-child,
.wp-block-amg-wrapper > .wrapper > :first-child{margin-top: 0;}
.wp-block-amg-tab > .tab-body > :first-child:not(.has-bg-col):not(.has-bg-img),
.wp-block-amg-wrapper > .wrapper > :first-child:not(.has-bg-col):not(.has-bg-img){padding-top: 0;}
.wp-block-amg-tab > .tab-body > :last-child,
.wp-block-amg-wrapper > .wrapper > :last-child{margin-bottom: 0;}
.wp-block-amg-tab > .tab-body > :last-child:not(.has-bg-col):not(.has-bg-img),
.wp-block-amg-wrapper > .wrapper > :last-child:not(.has-bg-col):not(.has-bg-img){padding-bottom: 0;}
.wp-block-amg-wrapper .wp-block-separator{
    max-width: initial;
    width: 100%;
    margin: 3em auto;
}

/*Header Start*/
.site-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.site-header .logo{
    max-width: 65%;
    width: 300px;
    margin-right: auto;
    position: relative;
    z-index: 2;
    transition: none;
}
.site-header.sticky{
    position: fixed;
    top: -50%;
    opacity: 0;
    background: var(--brand-clr-white);
    font-size: .875em;
}
.site-header.sticky:not(.actv){
    visibility: hidden;
    pointer-events: none;
}
.site-header.sticky.actv{
    top: 0;
    opacity: 1;
    box-shadow: 0 0 6px -4px #000;
    transition: .3s ease-out;
}
.site-header.sticky .logo{
    width: 70px;
    margin: 1em auto 1em 0;
}
.site-header:not(.sticky) .wfd-logo-w,
.site-header.sticky .sec-amk-alert-bar,
.site-header.sticky .header-top,
.site-header.sticky .wfd-logo{display: none;}

.has-opaque-header .site-header{
    background: var(--brand-clr-white);
}
.has-transparent-header .site-header{color: var(--brand-clr-white);}
.has-transparent-header .site-header:not(.sticky) .logo .st0{fill: #fff;}
.header-top{position: relative;}
.header-top ul li {
    padding: 0 0.8125em;
}
.header-top ul li a {
    font-size: 0.875em;
    line-height: 2.71em;
    display: block;
    text-transform: uppercase;
    font-family: var(--font-medium);
}
.header-top ul li.external a:after {margin-left: 5px;}
.header-top:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 25%;
    background: var(--brand-clr-gold);
}
.right-ns {
    background: var(--brand-clr-gold);
    position: relative;
    padding: 0 35px 0 20px;
    margin-left: 13px;
}
.right-ns ul li a {
    color: var(--brand-clr-white);
}
.right-ns ul li a:hover {
    color: var(--brand-clr-blue);
}

/* Search Form styling */
.site-search-cont{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.site-search-cont em{
    margin: 0 auto;
    pointer-events: none;
}
.site-search-cont .toggle-open{
    width: 32px;
    height: 100%;
    color: #fff;
    cursor: pointer;
}
.site-search-cont .toggle-open:focus,
.site-search-cont .toggle-open:hover{
    outline: none;
    color: var(--brand-clr-blue);
}

.site-search{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    padding: 4em var(--mob-wrapper-pad-lr);
    background: rgba(255,255,255,.95);
}
.site-search button{
    color: var(--brand-clr-blue);
    transition: .2s;
}
.site-search button:focus,
.site-search button:hover{color: var(--brand-clr-gold);}
.site-search input{
    width: 100%;
    padding: .5em 2em .5em 0;
    border: 0;
    border-bottom: 1px solid var(--brand-clr-gold);
    outline: 0;
    background: none;
    color: #4a4a4a;
    font-size: 1.5em !important;
    transition: .3s;
}
.site-search input:focus{border-color: var(--brand-clr-gold);}
.site-search [type="submit"]{
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0 0 0 10px;
    outline: 0;
    font-size: 2.5em;
    cursor: pointer;
    transform: translateY(-50%);
}
.site-search .wrapper{
    position: relative;
    max-width: 700px;
}
.site-search .toggle-close{
    position: absolute;
    top: 4rem;
    right: 1rem;
    outline: 0;
    font-size: 2.5em;
    cursor: pointer;
}
.site-search:not(.actv){display: none;}
/* End Of Search Form styling */

.menu .toggle{
    margin-left: 5px;
    outline: none;
    color: var(--brand-clr-gold);
}
.menu .toggle:before{
    content: '\f107';
    font-weight: 900;
}

.main-menu .sub-menu-cont{display: none;}
.main-menu li.opened .sub-menu-cont{display: block;}
.main-menu > li > a {
    display: block;
    text-transform: uppercase;
    font-family: var(--font-medium);
    font-size: 1.25em;
    position: relative;
}
.sub-menu-rgt > .sub-menu > li {
    display: block;
    width: 100%;
    margin-right: 4vw;
    margin-bottom: 0.5em;
}
.sub-menu-rgt > .sub-menu > li > h4 {
    margin: 0 0 0.6em;
    font-size: 1.3125em;
    font-family: var(--font-minion);
    color: var(--brand-clr-gold);
    font-weight: 600;
    font-style: italic;
}
.sub-menu-rgt > .sub-menu li a {
    color: var(--brand-clr-white);
    font-family: var(--font-medium);
    font-size: 1em;
    text-transform: uppercase;
}
.sub-menu-rgt > .sub-menu li a:hover,
.sub-menu-rgt > .sub-menu li.current-menu-item a {
    color: var(--brand-clr-gold);
}
.sub-menu-rgt > .sub-menu > li.menu-item-has-children > a {display: none;}
.sub-menu-rgt > .sub-menu > li:last-child {
    margin-right: 0;
}

.banner-menu li.depth-2,
.main-menu li.depth-2{
    display: flex !important;
    flex-flow: row wrap;
}
.banner-menu li.depth-2 > span.title,
.main-menu li.depth-2 > span.title{
    margin-right: .5em;
    text-transform: uppercase;
    color: var(--brand-clr-gold);
    font-family: var(--font-bold);
}
.banner-menu li.depth-2 > .sub-menu,
.main-menu li.depth-2 > .sub-menu{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.banner-menu li.depth-2 > .sub-menu > li:not(:last-child):after,
.main-menu li.depth-2 > .sub-menu > li:not(:last-child):after{
    content: '|';
    margin: 0 .5em;
    color: var(--brand-clr-gold);
}
.banner-menu li.depth-3,
.main-menu li.depth-3{margin: 0 !important;}
.sec-banner-menu.gold .banner-menu li.depth-2 > .sub-menu > li:not(:last-child):after,
.sec-banner-menu.gold .banner-menu li.depth-2 > span.title{color: var(--brand-clr-blue);}

.admin-bar .site-header.sticky.actv,
.admin-bar .site-header{top: 32px;}
/*Header End*/

/*Content Start*/
.gold-color{color: var(--brand-clr-gold);}
.red-color{color: var(--brand-clr-red);}
.blue-color{color: var(--brand-clr-blue);}

.lds-ring{
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div{
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid;
    border-color: currentColor transparent transparent transparent;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.lds-ring div:nth-child(1){animation-delay: -0.45s;}
.lds-ring div:nth-child(2){animation-delay: -0.3s;}
.lds-ring div:nth-child(3){animation-delay: -0.15s;}
@keyframes lds-ring {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.tribe-events-pro-venue__meta-map,
.embed-cont{
    position: relative;
    height: 0;
    padding-top: 56.25%;
}
.tribe-events-pro-venue__meta-map iframe,
.embed-cont video,
.embed-cont iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed-cont.style-fill{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    pointer-events: none;
}
.embed-cont.style-fill video,
.embed-cont.style-fill iframe{
    top: 50%;
    left: 50%;
    min-width: 177.77vh;
    min-height: 100vh;
    width: 100vw;
    height: 56.25vw;
    transform: translate(-50%, -50%);
}
.embed-cont .loader{
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--brand-clr-gold);
    transform: translate(-50%, -50%);
}

.gf-gate{padding: 2em;}
.gf-gate figcaption{text-align: center;}

.owl-carousel .owl-item .owl-lazy{max-height: initial !important;}

.owl-carousel[data-dots] .owl-dots{
    margin-top: 1em;
    text-align: center;
}
.owl-carousel[data-dots] .owl-dot > span:empty{display: none;}
.owl-carousel[data-dots].owl-carousel button.owl-dot{
    display: inline-block;
    width: .75em;
    height: .75em;
    margin: 0 .35em;
    border-radius: 50%;
    border: 1px solid currentColor;
    background: currentColor;
    vertical-align: middle;
    color: var(--brand-clr-blue);
}
.owl-carousel[data-dots] button.owl-dot.active,
.owl-carousel[data-dots] button.owl-dot:focus,
.owl-carousel[data-dots] button.owl-dot:hover{
    color: var(--brand-clr-gold);
    outline: none;
}
.owl-carousel[data-dots].owl-carousel button.owl-dot:last-child{margin-right: 0;}

.owl-carousel[data-nav]{padding: 0 4%;}
.owl-carousel .owl-nav button i{display: block;}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 50px !important;
    color: var(--brand-clr-blue);
    transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: 0;
}

.pager ul{
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: -5px;
    padding: 0;
    text-align: center;
    font-family: var(--font-bold);
}
.pager li{margin: 5px;}
.pager span,
.pager a{
    display: block;
    min-width: 41px;
    padding: .25em .45em .2em;
    border: 2px solid var(--brand-clr-blue);
    text-decoration: none;
    color: var(--brand-clr-blue);
    line-height: 1.75;
    cursor: pointer;
}
.pager .dots{
    border: none;
    line-height: 1;
}
.pager .current,
.pager a:hover{
    border-color: var(--brand-clr-gold);
    background: var(--brand-clr-gold);
    color: #fff;
}

.posted-on{
    text-transform: uppercase;
    color: var(--brand-clr-gold);
    font-family: var(--font-medium);
}

.popup{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 4em 0;
    background: rgba(0,0,0,.65);
}
.popup:not(.actv){
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.popup button *{pointer-events: none;}
.popup > .wrapper{
    position: relative;
    height: fit-content;
    padding: 4em;
    background: var(--brand-clr-white);
}
.popup .close-btn{
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    text-transform: uppercase;
    color: var(--brand-clr-blue);
    font-family: var(--font-bold);
    cursor: pointer;
}
.popup .close-btn em{
    margin-left: .375em;
    vertical-align: bottom;
    color: var(--brand-clr-gold);
    font-weight: 900;
    font-size: 1.5em;
}
.popup .close-btn:focus,
.popup .close-btn:hover{color: var(--brand-clr-blue);}

.team-popup-style .team-title{
    margin: 0;
    font-size: 1em;
}
.team-popup-style .team-position{font-size: 1em;}
.team-popup-style .teams{margin: 1em 0;}
.team-popup-style .teams article{margin-top: .5em;}
.team-popup-style .pagination{
    margin-top: 4em;
    padding: .875em 0 .9375em;
    border-top: 2px solid var(--brand-clr-gold);
    border-bottom: 2px solid var(--brand-clr-gold);
}
.team-popup-style .pagination .pretitle{
    margin: 0;
    text-transform: uppercase;
    color: var(--brand-clr-blue);
    font: 1.375em/1.5 var(--font-bold);
}
.team-popup-style .pagination .title{
    margin: 0;
    text-transform: uppercase;
    color: var(--brand-clr-gold);
}
.team-popup-style .pagination .title span{font: inherit;}
.team-popup-style .pagination .prev{margin-right: .5em;}
.team-popup-style .pagination .next{margin-left: .5em;}
.team-popup-style .pagination .actions{
    color: var(--brand-clr-gold);
    font-family: var(--font-medium);
    font-size: 1.375em;
}
.team-popup-style .pagination .actions button:focus{outline: none;}
.team-popup-style .pagination .actions button:not(:hover):not(:focus){color: var(--brand-clr-blue);}
.team-popup-style .pagination .actions span{font-size: 125%;}
.team-popup-style .pagination .actions span + span{margin-left: .25em;}

.t-left{text-align: left;}
.t-right{text-align: right;}
.t-center{text-align: center;}

.sec-amk-alert-bar{
    position: static;
    background: #832a36;
    text-transform: uppercase;
    font-family: var(--font-regular);
}
.sec-amk-alert-bar p{font-size: 1em !important;}
.sec-amk-alert-bar strong{font-family: var(--font-bold) !important;}
.sec-amk-alert-bar .close{font-size: 1.25em;line-height: 1.5;}
.sec-amk-alert-bar .close i{font-weight: 300;}
.sec-amk-alert-bar .close i:before{content: '\f2d3';}

.sec-coaches.mode-std .heading{
    margin: 0 0 1em;
    color: var(--brand-clr-blue);
}
.sec-coaches.mode-std .items figure{
    max-width: 250px;
    margin: 0 auto 2em;
    border-radius: 50%;
    overflow: hidden;
}
.sec-coaches.mode-std .items .title{margin-bottom: .375em;}
.sec-coaches.mode-std .items .position{
    margin: 0;
    color: var(--brand-clr-gold);
    font-family: var(--font-medium);
    font-weight: normal;
}
.sec-coaches.mode-std .items .actions{
    column-gap: 1.5em;
    row-gap: .5em;
    margin-top: 1em;
}
.sec-coaches.mode-std .items .actions .email em{font-size: 2em;}
.sec-coaches.mode-std .items .button{padding: .25em 1em;}

.sec-coaches.mode-all .filters-body{margin-bottom: 2em;}

.sec-ia-img figure{position: relative;}
.sec-ia-img .spot{position: absolute;}
.sec-ia-img .spot h3{
    font-family: var(--font-bold);
    font-size: 1em;
}
.sec-ia-img .spot ul{padding-left: 14px;}
.sec-ia-img .spot li::marker{color: var(--brand-clr-blue);}
.sec-ia-img .code{
    display: block;
    position: relative;
    width: 1.65em;
    height: 1.65em;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: var(--brand-clr-blue);
    font: 1em/1.65 var(--font-bold);
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.sec-ia-img .code:after{
    content: '';
    position: absolute;
    top: -30%;
    bottom: -30%;
    left: -30%;
    right: -30%;
}
.sec-ia-img .tooltip{
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    max-width: 250px;
    width: max-content;
    margin-top: 1em;
    padding: .75em;
    background: #FEDB4A;
}
.sec-ia-img .tooltip:before{
    content: '';
    position: absolute;
    bottom: 100%;
    left: .6em;
    border-bottom: .7em solid #FEDB4A;
    border-left: .7em solid transparent;
    border-right: .7em solid transparent;
}
.sec-ia-img .tooltip .title{margin: 0 0 .15em;}
.sec-ia-img .tooltip .text{margin: 0;}
.sec-ia-img .tooltip .text p{font-size: 1em;}
.sec-ia-img .spot.on-right .tooltip{left: auto;right: 0;}
.sec-ia-img .spot.on-right .tooltip:before{left: auto; right: .6em;}

.sec-post-cnt h3 {
    color: var(--brand-clr-blue);
    font-family: var(--font-extrabold);
    margin-bottom: 0.5em;
}
.sec-post-cnt h3 span{
    font-family: var(--font-light);
    font-size:0.95em;
}
.sec-post-cnt h2 strong,
.sec-post-cnt h3 strong {
    font-family: var(--font-extrabold);
    font-weight: normal;
}
.sec-post-cnt p{
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom:1em;
}
.sec-post-cnt ul li{font-size:1.2em;}
.sec-post-cnt .wrapper{max-width: 900px;}
.sec-post-cnt .author {
    border-top: 1.5px solid var(--brand-clr-gold);
    border-bottom: 1.5px solid var(--brand-clr-gold);
    padding: 30px 0;
    text-align: center;
}
.sec-post-cnt .author > div{margin-bottom: .5em;}
.sec-post-cnt .author > div label {
    flex: 0 0 50%;
    font-size: 1.375em;
    text-transform: uppercase;
    color: var(--brand-clr-gold);
    font-family: var(--font-medium);
    line-height: 1em;
}
.sec-post-cnt .author > div label:first-child {
    margin-right: -1px;
    padding-right: 0.5em;
    border-right: 1px solid var(--brand-clr-blue);
    text-align: right;
}
.sec-post-cnt .author > div label:last-child {
    padding-left: 0.5em;
    border-left: 1px solid var(--brand-clr-blue);
    text-align: left;
}
.sec-post-cnt .author > span {
    display: block;
    font-size: 1.5em;
    font-style: italic;
    font-weight: 600;
}
.sec-post-cnt .categories{
    padding: 2em 0;
    font-size: 1.1875em;
    font-family: var(--font-bold);
    text-transform: uppercase;
    color: var(--brand-clr-gold);
}
.sec-post-cnt .categories a:not(:last-child):after{
    content: ', ';
    color: var(--brand-clr-gold);
}
.sec-post-cnt .wp-block-separator{
    width:100%;
    margin-top:1.75em;
    margin-bottom:1.75em;
}

.sec-post-meta h1 {
    color: var(--brand-clr-blue);
    font-family: var(--font-extrabold);
    margin: 0 0 0.5em;
    text-align: center;
    line-height: 1.1em;
}
.sec-post-meta h1 span {
    font-family: var(--font-regular);
}
.sec-post-meta p {
    color: var(--brand-clr-blue);
    font-family: var(--font-medium);
    margin: 0.7em 0;
    font-size: 1.65em;
    text-transform: none;
    text-align: center;
    line-height: 1.35em;
}
.sec-post-meta .keyword{color: var(--brand-clr-gold);}

.sec-season-schedule .wrapper,
.sec-season-rosters .wrapper{border: 2px solid var(--brand-clr-gold);}
.sec-season-schedule .collapse-toggle,
.sec-season-rosters .collapse-toggle{
    width: 100%;
    padding: .5625em;
    background: var(--brand-clr-gold);
    color: var(--brand-clr-white);
}
.sec-season-rosters .collapse-body{padding: 2.5em 4% 0;}
.sec-season-rosters .subheading{margin-bottom: .75em;}
.sec-season-rosters table{
    width: 100%;
    border-collapse: collapse;
}
.sec-season-rosters table thead{
    background: var(--brand-clr-gold);
    text-align: left;
    color: var(--brand-clr-white);
    font-family: var(--font-medium);
    font-size: 1em;
}
.sec-season-rosters table tbody{font-size: .875em;}
.sec-season-rosters table td,
.sec-season-rosters table th{
    padding: .325em .625em;
    border: 1px solid var(--brand-clr-gold);
    text-align: center;
    font-weight: normal;
}
.sec-season-rosters table th:not(:last-child){border-right-color: var(--brand-clr-white);}
.sec-season-rosters table th:first-child{text-align: right;}
.sec-season-rosters table td:first-child{
    text-align: right;
    color: var(--brand-clr-gold);
    font-family: var(--font-bold);
    font-size: .75em;
}
.sec-season-rosters table td:nth-child(2),
.sec-season-rosters table th:nth-child(2){text-align: left;}
.sec-season-rosters .table-cont{overflow-x: auto;}
.sec-season-rosters .sub_roster.type-uncategorized .subheading{display: none;}

.sec-season-schedule table{
    min-width: 500px;
    border-collapse: collapse;
    color: var(--brand-clr-dblue);
    line-height: 1.3;
}
.sec-season-schedule table thead{
    text-align: left;
    font-style: italic;
    font-size: 1.125em;
}
.sec-season-schedule table tbody{
    font-family: var(--font-medium);
    font-size: .875em;
}
.sec-season-schedule table td,
.sec-season-schedule table th{
    padding: .75em .5em .75em 0;
    border-bottom: 1px solid var(--brand-clr-dblue);
    vertical-align: top;
}
.sec-season-schedule table td:last-child,
.sec-season-schedule table th:last-child{padding-right: 0;}
.sec-season-schedule table td{border-color: var(--brand-clr-gold);}
.sec-season-schedule table td:first-child{text-transform: uppercase;}
.sec-season-schedule table tr.breaker td{
    padding: 1.75em 0 .375em;
    border-color: transparent;
    font-family: var(--font-bold);
}
.sec-season-schedule table .time{
    display: block;
    margin-top: .25em;
    text-transform: none;
    font-size: .75em;
}
.sec-season-schedule table .button{
    width: 100%;
    padding: .75em .5em;
    font-size: .875rem;
}
.sec-season-schedule table .button.small{
    min-width: 7em;
    width: auto;
}
.sec-season-schedule .table-cont{overflow-x: auto;}
.sec-season-schedule .table-cont:not(:first-child){margin-top: 2em;}
.sec-season-schedule .collapse-body{padding: 2em 7% 0;}
.sec-season-schedule .time-results p{font-size: .75em;}

.sec-season-status table td:first-child,
.sec-season-status table thead{
    background: var(--brand-clr-gold);
    text-transform: uppercase;
    color: var(--brand-clr-white);
    font-family: var(--font-bold);
    font-size: 1.25em;
}
.sec-season-status table th{
    padding: .475em 1.75rem;
    text-align: left;
}
.sec-season-status table th:first-child{visibility: hidden;}
.sec-season-status table td{
    vertical-align: top;
    padding: 1.25rem 1.75rem;
    color: var(--brand-clr-white);
}
.sec-season-status table td:first-child{
    padding-left: .75rem;
    padding-right: .75rem;
    text-align: center;
}
.sec-season-status table tbody{
    background: var(--brand-clr-dblue);
    font-family: var(--font-medium);
}
.sec-season-status table td :first-child{margin-top: 0;}
.sec-season-status table td :last-child{margin-bottom: 0;}
.sec-season-status table h2{
    margin-bottom: .25em;
    text-transform: initial;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1.5em;
    line-height: 1.1;
}
.sec-season-status table h4{
    margin-top: .25em;
    text-transform: initial;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1.125em;
}
.sec-season-status .status{
    display: inline-block;
    min-width: 1.25em;
}
.sec-season-status .date-part{min-width: 280px;}
.sec-season-status .actions-part{flex: 0 0 250px;}
.sec-season-status .button{padding: .5em 1em;}
.sec-season-status .button.gold{color: var(--brand-clr-white);}
.sec-season-status .button + .button{margin-top: .75em;}
.sec-season-status .td-flex{row-gap: .5em;}

.banner {
    position: relative;
    min-height: 750px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner.big{min-height: 750px;}
.banner.medium{min-height: 600px;}
.banner.small{min-height: 240px;}
.banner.has-bg-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 1;
    background: var(--brand-clr-black);
    opacity: 0.2;
}
.banner > * {
    position: relative;
    z-index: 2;
}
.banner .embed-cont{z-index: 1;}
.banner .btxt {
    color: var(--brand-clr-white);
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
    text-align: center;
}
.banner.big .btxt {
    margin: 110px auto 0;
}
.banner.center-v .btxt {
    margin-top: 0;
}
.banner .blue p{color: var(--brand-clr-black);}
.banner .blue h2{color: var(--brand-clr-blue);}
.banner .btxt h2 {
    margin: 0;
    text-transform: uppercase;
    line-height: 1.1em;
    font-size: 3em;
    font-family: var(--font-extrabold);
}
.banner .btxt h2 span {
    font-size: 0.75em;
    font-family: var(--font-regular);
}
.banner .btxt h2 em {
    font-family: var(--font-light);
    font-style: inherit;
}
.banner .btxt p {
    margin-bottom: 0;
    font-size: 1.6875em;
    font-weight: 600;
}
.banner .blogo {
    display: block;
    width: 480px;
    margin: 0 auto;
}
.banner .blogo img {
    display: block;
}
.banner.has-bg-video.bg-video-loaded .loader,
.banner.has-bg-video:not(.bg-video-loaded) .blogo,
.banner.has-bg-video:not(.bg-video-loaded) .btxt{display: none;}
.sec-category-banner .btxt h2 span{font-size: .95em;}
.text-img .part-img {
    width: 50%;
}
.text-img .part-img em {
    font-size: 1.375em;
    font-weight: 600;
    margin-top: 10px;
    display: block;
}
.text-img .part-img p {
    margin: 1em 0;
}
/*.text-img .part-img .play-video.iframe-loaded figure,
.text-img .part-img .play-video:not(.iframe-loaded) .embed-cont{display: none;}*/
.text-img .part-img.center {
    text-align: center;
}
.text-img .part-img.has-divider {
    border-right: 2px solid var(--brand-clr-gold);
    padding-right: 4%;
}
.text-img figure.img-wrap{background: none;}
.text-img .reverse .part-img.has-divider {
    border-left: 2px solid var(--brand-clr-gold);
    border-right: 0;
    padding-left: 4%;
    padding-right: 0;
}
.text-img .part-txt {
    width: 50%;
    padding-left: 4%;
}
.text-img.img-big .part-img {
    width: 57%;
}
.text-img.img-big .part-txt {
    width: 43%;
}
.text-img.txt-big .part-img {
    width: 43%;
}
.text-img.txt-big .part-txt {
    width: 57%;
}
.text-img .reverse .part-txt {
    padding-left: 0;
    padding-right: 4%;
}
section h3 {
    margin: 0 0 0.5em;
    color: var(--brand-clr-blue);
}
section h3.gold {
    color: var(--brand-clr-gold);
}
section h3.white {
    color: var(--brand-clr-white);
}
section h3.red {
    color: var(--brand-clr-red);
}
section.t-blue h3,
section h2.blue,
section h3.blue,
section h4.blue {
    color: var(--brand-clr-blue);
}
section.gold {
    background: var(--brand-clr-gold);
}
section.red h3,
section.red h4{color: var(--brand-clr-gold);}
section.blue h3,
section.blue h4,
section.blue h5{color: var(--brand-clr-gold);}
section.red{
    background: var(--brand-clr-red);
    color: var(--brand-clr-white);
}
section.blue{
    background: var(--brand-clr-blue);
    color: var(--brand-clr-white);
}

.play-video .thumb{
    position: relative;
    cursor: pointer;
}
.play-video:not(.iframe-loaded) .thumb:after {
    content: "";
    pointer-events: none;
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 82px solid var(--brand-clr-blue);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -41px;
    margin-top: -50px;
    z-index: 1;
    transition: .3s;
}
.play-video:not(.iframe-loaded) .thumb:hover:after {
    border-left-color: var(--brand-clr-red);
}

.sec-activities .activity-abbr{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    margin-right: .25em;
    border: 1px solid;
    border-radius: 50%;
    background-color: var(--brand-clr-blue);
    color: #fff;
    font: .75em/1 var(--font-bold);
}
.sec-activities .activity-abbr[data-val="78"]{background-color: var(--brand-clr-gold);}
.sec-activities .activity-abbr[data-val="79"]{background-color: var(--brand-clr-red);}
.sec-activities .filters{
    max-width: 900px;
    margin: 0 auto 5em;
}
.sec-activities .filters .title{
    margin: 0 .5rem 0 0;
    color: var(--brand-clr-black);
    font: 1em/1.5 var(--font-bold);
}
.sec-activities .filter-btn{margin: .5em 1em .5em 0;}
.sec-activities .filter-btn span{margin-right: .5em;}
.sec-activities .filter-btn:focus,
.sec-activities .filter-btn:hover{
    background: none;
    color: var(--brand-clr-gold);
}
.sec-activities .filter-btn:focus{outline: 1px auto var(--brand-clr-gold);}
.sec-activities .filter-btn.actv{
    border-color: var(--brand-clr-gold);
    background-color: var(--brand-clr-gold);
    color: #fff;
}
.sec-activities .filter-btn[data-val="77"]{
    border-color: var(--brand-clr-blue);
    color: var(--brand-clr-blue);
}
.sec-activities .filter-btn[data-val="77"]:hover,
.sec-activities .filter-btn.actv[data-val="77"]{
    background: var(--brand-clr-blue);
    color: #fff;
}
.sec-activities .filter-btn[data-val="78"]:hover,
.sec-activities .filter-btn.actv[data-val="78"]{
    background: var(--brand-clr-gold);
    color: #fff;
}
.sec-activities .filter-btn[data-val="79"]{
    border-color: var(--brand-clr-red);
    color: var(--brand-clr-red);
}
.sec-activities .filter-btn[data-val="79"]:hover,
.sec-activities .filter-btn.actv[data-val="79"]{
    background: var(--brand-clr-red);
    color: #fff;
}
.sec-activities .items-wrap{
    margin-top: 2em;
    margin-bottom: 4em;
}
.sec-activities article .title{
    color: var(--brand-clr-blue);
    font-family: var(--font-bold);
    font-size: 1.5em;
}

.sec-blocks p {
    margin-bottom: 1.5em;
}

.sec-card.l-blue .card-content,
.sec-midcard.l-blue .card-content  {
    background: var(--brand-clr-lblue);
}
.sec-midcard.blue .card-content,
.sec-card.blue .card-content,
.sec-midcard.blue .form-content {
    background: var(--brand-clr-blue);
}
.sec-midcard,
.sec-card {
    background: none !important;
}

.sec-card.blue,
.sec-card.blue h3 {
    color: var(--brand-clr-white);
}
.sec-card h3 {
    margin-bottom: 0.2em;
}
.sec-card p {
    margin-bottom: 0;
}
.sec-card .card-content .part-img {
    width: 33%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec-card .card-content .part-txt {
    width: 67%;
    padding: 25px 50px 35px;
}
.sec-card .card-content .part-txt-small {
    width: 67%;
    padding: 25px 50px 35px;
}
.sec-card .card-content .part-txt .logo-and-text img {
    display: block;
    width: 40%;
}
.sec-card .card-content .part-txt .logo-and-text p {
    display: block;
    width: 60%;
    padding-left: 4%;
    color: var(--brand-clr-blue);
    font-family: var(--font-bold);
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: auto;
}
.sec-card .card-content .part-txt .btnlink {
    padding-top: 40px;
}
.sec-card .card-content .part-txt .btnlink .link {
    color: var(--brand-clr-blue);
    font-family: var(--font-bold);
    font-size: 1.25em;
    text-transform: uppercase;
    margin-left: 1em;
}
.sec-card .card-content .part-txt .btnlink .link span {
    color: var(--brand-clr-white);
}
.sec-card .card-content .part-txt .btnlink .link:hover span {
    color: var(--brand-clr-blue);
}
.sec-midcard.blue .form-content {
    border-top: 1px solid var(--brand-clr-white);
    padding: 3em 0;
    position: relative;
    display: none;
}
.sec-midcard.blue .form-content .close {
    position: absolute;
    right: 20px;
    top: 20px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    font-family: var(--font-bold);
    font-size: 1em;
    color: var(--brand-clr-white);
}
.sec-midcard.blue .form-content .close i {
    display: inline-block;
    background-color: var(--brand-clr-gold);
    width: 25px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    text-align: center;
    color: var(--brand-clr-blue);
    margin-left: 3px;
}
.button.rev i:before {
    content: "\f077";
}
.sec-midcard.blue .form-content .gform_wrapper {
    max-width: 830px;
    margin: 0 auto;
}
.sec-midcard.blue .form-content .gform_description {
    font-size: 1.625em;
    font-family: var(--font-minion);
    font-weight: 600;
    margin-bottom: 0.5em;
    display: block;
}
.sec-midcard.blue .form-content .gform_fields > fieldset .gfield_label {
    color: var(--brand-clr-white) !important;
}
.sec-midcard.blue .form-content .gform_fields > fieldset .gfield_checkbox label {
    font-size: 1.2em;
    font-family: var(--font-bold);
    text-transform: uppercase;
    color: var(--brand-clr-gold);
    white-space: nowrap;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.sec-midcard.blue .form-content .gform_fields > fieldset .gfield_checkbox > div {
    margin: .25em 0;
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.sec-midcard.blue .form-content .gform_fields > fieldset .gfield_checkbox > div input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.sec-midcard.blue .form-content .gform_fields > fieldset .gfield_checkbox > div label:after {
    content: "";
    display: block;
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: var(--brand-clr-white);
  border: 2px solid var(--brand-clr-gold);
}
.sec-midcard.blue .form-content .gform_fields > fieldset .gfield_checkbox > div input:checked ~ label:after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: var(--brand-clr-blue);
}
.sec-midcard.blue .form-content .gform_wrapper.gravity-theme .gfield_label {
    font-size: 1.2em;
    font-family: var(--font-bold);
    text-transform: uppercase;
    color: var(--brand-clr-gold);
}
.sec-midcard.blue .form-content .gform_wrapper.gravity-theme .gfield_label .gfield_required {
    font-size: 1em;
    font-family: var(--font-bold);
    text-transform: uppercase;
    color: var(--brand-clr-white);
    line-height: 1em;
    position: relative;
    top: -1px;
    left: 1px;
}
.sec-midcard.blue .form-style form {
    font-size: inherit !important;
    line-height: inherit !important;
}
.sec-midcard.blue .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-midcard.blue .gform_wrapper.gravity-theme .gform_footer .button {
    font-size: 1em !important;
    font-family: var(--font-bold) !important;
    background: var(--brand-clr-gold);
    color: var(--brand-clr-white);
    border: 1px solid var(--brand-clr-gold);
}
.sec-midcard.blue .gform_wrapper.gravity-theme .gform_footer .button:focus,
.sec-midcard.blue .gform_wrapper.gravity-theme .gform_footer .button:focus {
    background: none;
    color: var(--brand-clr-gold);
}
.sec-midcard.blue img.gform_ajax_spinner {
    display: none!important;
}

.sec-blocks label {
    color: var(--brand-clr-blue);
    font-size: 1.2em;
    font-family: var(--font-bold);
    font-weight: normal;
    text-transform: uppercase;
}
.sec-blocks label span {
    display: block;
    color: var(--brand-clr-gold);
    font-size: 4.2vw;
    font-family: var(--font-bold);
    line-height: 1;
}
.sec-blocks label span + span{font-size: 1.5vw;}
.sec-blocks label span + span:not(:last-child){margin-bottom: -.6em;}
.sec-blocks.red label {
    color: var(--brand-clr-white);
}
.sec-button {
    text-align: center;
}
.sec-button.left{
    text-align:left;
}
.sec-button.left .big, .sec-button.left .button{
    margin-left: 0;
}
.sec-links .links {
    font-family: var(--font-medium);
    font-size: 1.1875em;
    text-transform: uppercase;
}
.sec-links .links label {
    color: var(--brand-clr-gold);
    margin: 0 1em;
}
.sec-links .links a {
    margin: 0 1em;
    color: var(--brand-clr-white);
}
.sec-links .links a:hover {
    color: var(--brand-clr-gold);
}

.sec-jobs .group{margin-bottom: 6em;}
.sec-jobs .group-title{margin: 0 0 1.25em;}
.sec-jobs .unit .text{margin: 1em 0;}
.sec-jobs .unit + .unit{margin-top: 3em;}

.sec-posts img {
    margin-bottom: 1.5em;
}
.sec-posts p {
    margin-bottom: 1em;
}
.sec-posts h4 {
    font-size: 1.375em;
}
.sec-posts h5 {
    font-size: 1.125em;
    text-transform: uppercase;
}
.sec-posts .forth h3 {
    font-size: 1.6875em;
}

.sec-posts.blue a:hover h5,
.sec-posts.blue h5 a:hover {
    color: var(--brand-clr-white);
}
.sec-posts.pads h4 {
    color: var(--brand-clr-white);
}
.sec-posts.pads a:hover h4 {
    color: var(--brand-clr-gold);
}

.sec-blog-posts{padding: 3em 0 5em;}
.text-img .img-wrap.tv:before,
.sec-news-events .img-wrap.tv:before,
.sec-featured-posts .img-wrap.tv:before,
.sec-blog-posts article .img-wrap.tv:before{padding-top: 67%;}
.sec-blog-posts article .img-wrap{margin-bottom: .875em;}
.sec-blog-posts article .img-wrap img{object-position: center 25%;}
.sec-blog-posts article .title{
    margin-top: 0;
    color: var(--brand-clr-blue);
    font-family: var(--font-medium);
}
.sec-blog-posts article .date{
    margin: 0;
    font-size: 1em;
}
.sec-blog-posts article .text{margin: 1em 0;}

.sec-blog-posts form [type=submit]{
    border: 2px solid var(--brand-clr-gold);
    background: none;
}
.sec-blog-posts form [type=submit]:hover{background: var(--brand-clr-gold);}
.sec-blog-posts form .gfield_label{color: var(--brand-clr-gold) !important;}
.sec-blog-posts form .gfield_required{
    color: #fff;
    font-size: 1.125em;
}
.sec-blog-posts .form-part{
    margin: 0 0 3.5em;
    padding: 2.5em;
    background: var(--brand-clr-blue);
    color: #fff;
}
.sec-blog-posts .form-part .title{
    margin: 0 0 .25em;
    color: var(--brand-clr-gold);
}
.sec-blog-posts .form-part .text{margin: .875em 0;}

.sec-blog-posts .items{
    row-gap: 1em;
    margin-bottom: 3.5em;
}
.sec-blog-posts .categories{
    text-transform: uppercase;
    font-family: var(--font-medium);
    font-size: 1.0625em;
}
.sec-blog-posts .categories ul{
    list-style: none;
    padding-left: .85em;
}
.sec-blog-posts .categories li{
    margin-bottom: .65em;
    line-height: 1.1;
}
.sec-blog-posts .categories .current-cat a{
    text-decoration: underline;
    color: var(--brand-clr-gold);
}
.sec-blog-posts .categories .has-children:not(:first-child){margin-top: 2.5em;}
.sec-blog-posts .categories .has-children > a{color: var(--brand-clr-gold);}
.sec-blog-posts .categories .children{margin: .3125em 0 2.5em;}
.sec-blog-posts.category-posts .category-pretitle{
    margin: 0 0 .125em;
    color: var(--brand-clr-gold);
    font-family: var(--font-regular);
}
.sec-blog-posts.category-posts .category-title{margin: 0 0 .875em;}

.sec-featured-posts .wrapper{
    padding-top: 3.25em;
    padding-bottom: 3.25em;
    border-top: 1px solid var(--brand-clr-gold);
    border-bottom: 1px solid var(--brand-clr-gold);
}
.sec-featured-posts .title{
    margin: 0 0 .375em;
    color: var(--brand-clr-blue);
}
.sec-featured-posts .date{
    margin: 0;
    font-size: 1.5em;
}
.sec-featured-posts .text{margin: .875em 0 1.375em;}

.sec-rel-posts{
    padding: 0;
    color: #fff;
}
.sec-rel-posts .top{
    padding: .8em 0;
    background: var(--brand-clr-gold);
}
.sec-rel-posts .top .title{margin: 0;}
.sec-rel-posts .top .title span{font-family: var(--font-light);}
.sec-rel-posts .top .title:only-child{
    margin-left: auto;
    margin-right: auto;
}
.sec-rel-posts .top .link{
    text-transform: uppercase;
    color: #fff;
    font-family: var(--font-bold);
    font-size: 1.25em;
}
.sec-rel-posts .top .link em{margin-left: .25em;}
.sec-rel-posts .top .link:focus,
.sec-rel-posts .top .link:hover{color: var(--brand-clr-blue);}
.sec-rel-posts .bottom{
    padding: 4em 0;
    background: var(--brand-clr-blue);
}
.sec-rel-posts .rgt-part form .gform_fields{
    grid-template-columns: 1fr;
    grid-row-gap: .65em !important;
}
.sec-rel-posts .rgt-part form [type=submit],
.sec-rel-posts .rgt-part form .gfield_label{margin: 0;}
.sec-rel-posts .rgt-part form .gform_footer{padding-top: .25em;}
.sec-rel-posts .rgt-part .title{
    color: var(--brand-clr-gold);
    font-family: var(--font-bold);
}
.sec-rel-posts .rgt-part .button{margin-top: .4em;}
.sec-rel-posts .rgt-part .gform_wrapper:not(:first-child){margin-top: -1.5em;}
.sec-rel-posts article .img-wrap{margin-bottom: 1.25em;}
.sec-rel-posts article .title{
    margin-bottom: .25em;
    color: inherit;
}
.sec-rel-posts article .title a:focus,
.sec-rel-posts article .title a:hover{color: var(--brand-clr-gold);}

.sec-news-events .heading{
    margin: 0 0 1em;
    color: var(--brand-clr-blue);
}
.sec-news-events .figure-link{
    flex: 0 0 25%;
    margin-right: 1em;
}
.sec-news-events .title{
    margin: 0 0 .25em;
    font-family: var(--font-medium);
}
.sec-news-events .button{margin-top: 2.5em;}

.sec-news-events .news-part article + article{margin-top: 1.125em;}
.sec-news-events .events-part .location,
.sec-news-events .news-part .date{
    font-style: italic;
    font-size: 1.125em;
}

.sec-news-events .events-part article + article{margin-top: 1.75em;}
.sec-news-events .events-part .date{
    margin: 1px 1.25em 0 0;
    text-align: center;
    text-transform: uppercase;
    color: var(--brand-clr-gold);
    font-family: var(--font-bold);
    line-height: .9;
}
.sec-news-events .events-part .day{font-size: 2em;}
.sec-news-events .events-part .month{font-size: 1.25em;}

.sec-footerbanner {
    text-align: center;
    padding: 120px 30px 205px;
    min-height: initial;
}
.sec-footerbanner:after{display: none;}
.sec-footerbanner h3 {
    color: var(--brand-clr-blue);
}
.sec-footerbanner .button {
    display: inline-block;
    margin: 0.5em;
}

.sec-team-style .filters-cont{padding: 2em 0;}
.sec-team-style .filters{margin-bottom: 3em;}
.sec-team-style .filters .title{font-family: var(--font-bold);}
.sec-team-style .sec-filter--search{position: relative;}
.sec-team-style .sec-filter--search:before{
    content: '';
    position: absolute;
    top: -20%;
    left: -6.6%;
    height: 140%;
    border-left: 2px solid var(--brand-clr-gold);
}
.sec-team-style .sec-filter--search button{
    flex: 0 0 auto !important;
    margin-left: 1em;
}
.sec-team-style figure{
    margin-bottom: .875em;
    cursor: pointer;
}
.sec-team-style article .title{
    margin: 0 0 0.15em;
    color: var(--brand-clr-blue);
    font-family: var(--font-medium);
    font-size: 1.2em;
}
.sec-team-style article .button{
    margin-top: 1em;
    font-size: .8em;
}
.sec-team-style .group{margin-bottom: 6em;}
.sec-team-style .group-title{
    margin: 0 0 1.25em;
    text-transform: uppercase;
    color: var(--brand-clr-blue);
}
.sec-team-style .group-subtitle{
    margin: 0 0 1.125em;
    text-transform: uppercase;
    color: var(--brand-clr-gold);
}
.sec-team-style .group-title + .group-subtitle{margin-top: -.75em;}
.sec-team-style .coach,
.sec-team-style .email,
.sec-team-style .position{
    margin: 0 0 .1em;
    text-transform: uppercase;
    color: var(--brand-clr-gold);
    font-family: var(--font-medium);
    font-size: .9em;
}
.sec-team-style .email{text-transform: none;}
.sec-team-style .email a{font-weight: 400;}
.sec-team-style .position + .coach{margin-top: -.25em;}
.sec-team-style .education{
    margin: 0;
    font-style: italic;
    font-size: 1.1em;
}
.sec-team-style .bio-btn *{pointer-events: none;}
.sec-team-style .team-title{
    margin: 0;
    font-size: 1em;
}
.sec-team-style .team-position{font-size: 1em;}
.sec-team-style .teams{margin: 1em 0;}
.sec-team-style .teams article{margin-top: .5em;}
.sec-team-style.justify-center .group-title{text-align: center;}
.sec-team-style.justify-center .main-flex{justify-content: center;}
.sec-team-style.justify-right .group-title{text-align: right;}
.sec-team-style.justify-right .main-flex{justify-content: flex-end;}

.sec-text {
    overflow: hidden;
}
.sec-text.red {
    color: #ffffff;
}
.sec-text h2,
.sec-text h3 {
    color: var(--brand-clr-blue);
    line-height: 1.1em;
    margin: 0.2em 0;
}
.sec-text.red h2,
.sec-text.red h3 {
    color: var(--brand-clr-gold);
}

.sec-text.gold h2,
.sec-text.gold h3 {
    color: var(--brand-clr-white);
}
.sec-text .text{margin-top: 0;}
.sec-text .text p{font-size: 1.5em;}
.sec-banner-mid {
    min-height: 660px;
    color: #ffffff;
}
.sec-banner-mid h3,
.sec-banner-mid h2 {
    color: #ffffff;
}
.sec-banner-mid .button {
    margin: .5em 1em .5em 0;
}
.banner-menu {
    margin: 0;
    padding: 0;
}
.banner-menu > li {
    display: none !important;
}
.banner-menu > li.current-menu-item,
.banner-menu > li.current-menu-ancestor{display: block !important;}
.menu-part {
    flex: 0 0 60%;
    padding: 40px 0 0 0;
    position: relative;
    z-index: 3;
}
.sec-banner-menu {
    position: relative;
}
.footerbanner-bg {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    min-height: initial;
    width: calc(50vw - 25%);
}
.sec-banner-menu .footerbanner {
    flex: 0 0 40%;
    text-align: center;
    padding: 3em 0 2em;
    position: relative;
    z-index: 2;
}
.sec-banner-menu.menu-equal .footerbanner{flex-basis: 50%;}
.sec-banner-menu.menu-equal .footerbanner-bg{width: 50vw;}
.sec-banner-menu.t-white .footerbanner h3 {
    color: var(--brand-clr-white);
}
.sec-banner-menu.t-gold .footerbanner h3 {
    color: var(--brand-clr-gold);
}
.sec-banner-menu .footerbanner h3 span {
    display: block;
}
.sec-banner-menu .footerbanner-content .button {
    margin: .5em;
}
.banner-menu > li > a {
    display: none !important;
}
.menu-part h3 {
    color: var(--brand-clr-blue);
    margin-bottom: 0.7em;
}
.banner-menu .depth-1{margin: 0 0 2em 0;}
.banner-menu .depth-1 > .title {
    display: inline-block;
    font-size: 1.3125em;
    margin: 0 0 0.5em;
    color: var(--brand-clr-blue);
    font-family: var(--font-minion);
    font-weight: 400;
    font-style: italic;
    text-transform: inherit;
}
.banner-menu .depth-2{margin-bottom: .4em;}
.banner-menu .depth-1 a {
    color: var(--brand-clr-white);
    font-size: 1em;
    text-transform: uppercase;
    font-family: var(--font-medium);
    white-space: nowrap;
}
.banner-menu a:hover,
.banner-menu .current-menu-item > a{color: var(--brand-clr-blue) !important;}

.menu-equal .menu-part {flex-basis: 50%;}
.menu-small .menu-part {flex-basis: 33.33333333%;}
.menu-small .midlogo-part {
    flex-basis: 33.33333333%;
    background: var(--brand-clr-white);
    padding: 40px 40px 50px;
    text-align: center;
}
.menu-small .midlogo-part img {
    display: block;
    width: 100%;
}
.menu-small .footerbanner {
    flex-basis: 33.33333333%;
}

.sec-grid h3 {
    color: var(--brand-clr-gold);
    font-family: var(--font-bold);
    font-size: 5em;
    line-height: 1em;
    margin-bottom: 2px;
}
.sec-grid h3 span {
    display: block;
    font-size: 0.3em;
    line-height: 1.3em;
    font-family: var(--font-medium);
}
.sec-grid p {
    font-size: 1.3125em;
    color: var(--brand-clr-blue);
    text-transform: uppercase;
    font-family: var(--font-bold);
}
.sec-grid .item {
    border-top: 1px solid var(--brand-clr-gold);
}
.sec-grid .cols-forth .item:nth-child(4n+1),
.sec-grid .cols-third .item:nth-child(3n+1),
.sec-grid .cols-half .item:nth-child(2n+1){border-left: none;}
.sec-grid .cols-forth .item:nth-child(4),
.sec-grid .cols-forth .item:nth-child(3),
.sec-grid .cols-forth .item:nth-child(2),
.sec-grid .cols-forth .item:nth-child(1),
.sec-grid .cols-third .item:nth-child(3),
.sec-grid .cols-third .item:nth-child(2),
.sec-grid .cols-third .item:nth-child(1),
.sec-grid .cols-half .item:nth-child(2),
.sec-grid .cols-half .item:nth-child(1){border-top: none;}

.sec-midcard .part-img {
    flex: 0 0 30%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sec-midcard .rgt-part{padding: 35px 50px;}
.sec-midcard .rgt-part > .flex{row-gap: 1.5em;}
.sec-midcard .part-txt {
    flex: 0 0 65%;
    padding-right: 5%;
}
.sec-midcard .gf-gate{width: 100%;}
.sec-midcard.blue {
    color: var(--brand-clr-white);
}
.sec-midcard h3 {
    margin-bottom: 0.4em;
}
.sec-midcard.blue h3 {
    color: var(--brand-clr-gold);
}
.sec-midcard.blue p {
    margin-bottom: 0;
}

.sec-facilities{padding: 20px 0 100px;}
.sec-facilities .owl-dots{margin-top: 1em;}
.sec-facilities .owl-dots .owl-dot{
    border-bottom: 1px solid var(--brand-clr-blue);
    cursor: default;
}
.sec-facilities .owl-dots .owl-dot:last-child{border: none;}
.sec-facilities .owl-dots .owl-dot button {
    font-size: 18px;
    font-family: var(--font-regular);
    text-transform: uppercase;
    cursor: pointer;
    padding: 16px 0;
    display: block;
    width: 100%;
    text-align: left;
    color: var(--brand-clr-gold);
}
.sec-facilities .owl-dots .owl-dot button span {
    display: block;
    pointer-events: none;
    font-size: 0.7em;
}
.sec-facilities .owl-dots .owl-dot.active button {
    font-family: var(--font-bold);
    color: var(--brand-clr-blue);
}

.sec-facilities.red .owl-dots .owl-dot button,
.sec-facilities.blue .owl-dots .owl-dot button {
    color: var(--brand-clr-white);
}
.sec-facilities.red .owl-carousel .owl-nav button.owl-next,
.sec-facilities.red .owl-carousel .owl-nav button.owl-prev,
.sec-facilities.red .owl-dots .owl-dot.active button,
.sec-facilities.blue .owl-carousel .owl-nav button.owl-next,
.sec-facilities.blue .owl-carousel .owl-nav button.owl-prev,
.sec-facilities.blue .owl-dots .owl-dot.active button {
    color: var(--brand-clr-gold);
}
.sec-facilities.red .owl-dots .owl-dot,
.sec-facilities.blue .owl-dots .owl-dot {
    border-color: var(--brand-clr-gold);
}

.sec-search-results hr{margin: 2em 0;}
.sec-search-results .wrapper{
    padding-top: 5em;
    border-top: 1px solid var(--brand-clr-gold);
}
.sec-search-results .title{margin: 0;}
.sec-search-results .text{margin: .75em 0;}
.sec-search-results .pager{margin-top: 4em;}

.sec-singlebanner .wrapper {
    max-width: 800px;
}
.sec-singlebanner em {
    font-size: 1.375em;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.sec-slider .title{margin: 0;}
.sec-slider .text{
    margin: .5em 0;
    font-style: italic;
}
.sec-slider .link:after{
    content: '\f054';
    margin-left: .5em;
}
.sec-slider.is-style-default article{position: relative;}
.sec-slider.is-style-default .holder{padding: 1.5em 0;}
.sec-slider.is-style-default .link,
.sec-slider.is-style-default .text p{font-size: 1em;}
.sec-slider.is-style-s2 .holder{margin-top: 1em;}
.sec-slider.is-style-s2 .link,
.sec-slider.is-style-s2 .text p{font-size: 1.25em;}

.sec-subgrade {
    margin-top: 2em;
}
.sec-subgrade table {
    width: 100%;
    font-size: 1.3125em;
    font-family: var(--font-bold);
    text-transform: uppercase;
    color: var(--brand-clr-white);
}
.sec-subgrade table th {
    background: var(--brand-clr-gold);
}
.sec-subgrade table th:first-child {
    background: var(--brand-clr-white);
}
.sec-subgrade table td,
.sec-subgrade table th {
    height: 50px;
    padding: .5em;
    border-bottom: 1px solid var(--brand-clr-gold);
}
.sec-subgrade table td {text-align: center;}
.sec-subgrade table td:first-child {
    background: var(--brand-clr-gold);
    width: 25%;
    padding: 0 30px;
    text-align: right;
    border-bottom-color: var(--brand-clr-white);
}
.sec-subgrade table td:nth-child(3),
.sec-subgrade table th:nth-child(3),
.sec-subgrade table td:nth-child(4),
.sec-subgrade table th:nth-child(4),
.sec-subgrade table td:nth-child(5),
.sec-subgrade table th:nth-child(5),
.sec-subgrade table td:nth-child(6),
.sec-subgrade table th:nth-child(6),
.sec-subgrade table td:nth-child(7),
.sec-subgrade table th:nth-child(7),
.sec-subgrade table td:nth-child(8),
.sec-subgrade table th:nth-child(8)  {
    width: 5%;
}
.sec-subgrade table td:nth-child(2),
.sec-subgrade table th:nth-child(2) {
    padding-left: 2%;
    width: 7%;
}
.sec-subgrade table td:nth-child(9),
.sec-subgrade table th:nth-child(9),
.sec-subgrade table td:nth-child(10),
.sec-subgrade table th:nth-child(10)  {
    width: 20%;
    border-left: 1px solid var(--brand-clr-white);
}
.sec-subgrade table td:nth-child(10),
.sec-subgrade table th:nth-child(10) {
    border-right: 1px solid var(--brand-clr-gold);
}
.sec-subgrade table td span {
    display: inline-block;
    width: .75em;
    height: .75em;
    margin-top: .5em;
}
.sec-subgrade table td span.full {
    background: var(--brand-clr-blue);
}
.section-testimonial {
    overflow: hidden;
}
.section-testimonial .wrapper{padding: 35px;}
.section-testimonial .cont {
    padding: 40px 30px;
    border: 1px solid;
}
.section-testimonial .cont .img {
    max-width: 310px;
    border: 4px solid;
    border-radius: 50%;
    overflow: hidden;
}
.section-testimonial .cont .txt {
    padding: 0 25px;
    margin: 0 65px;
    position: relative;
    text-align: center;
}
.section-testimonial .cont .txt:before,
.section-testimonial .cont .txt:after {
    position: absolute;
    font-weight: 700;
    font-size: 100px;
    line-height: 100px;
    top: -20px;
}
.section-testimonial .cont .txt:before {
    content: "“";
    left: 0;
}
.section-testimonial .cont .txt:after {
    content: "”";
    right: 0;
}
.section-testimonial .cont .txt p {
    font-size: 1.5em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0.5em;
    font-style: italic;
    font-weight: 600;
}
.section-testimonial .cont .txt span {
    display: block;
    font-size: 16px;
    font-family: var(--font-bold);
    text-align: left;
    text-transform: uppercase;
}
.section-testimonial .cont .txt .name:before{
    content: '–';
    display: inline-block;
    width: .75em;
    margin-left: -.75em;
}
.section-testimonial .cont .txt .position {
    font-family: var(--font-regular);
}
.section-testimonial .cont .txt .button {
    margin-top: 20px;
}
.section-testimonial .details{display: inline-block;}
.section-testimonial .wrapper.blue{
    background: var(--brand-clr-blue);
    color: #fff;
}
.section-testimonial .wrapper.blue .cont,
.section-testimonial .wrapper.blue .cont .img {
    border-color: var(--brand-clr-gold);
}
.section-testimonial .wrapper.blue .cont .txt:before,
.section-testimonial .wrapper.blue .cont .txt:after,
.section-testimonial .wrapper.blue .cont .txt span {
    color: var(--brand-clr-gold);
}

.section-testimonial .wrapper.gold{
    background: var(--brand-clr-gold);
    color: #fff;
}
.section-testimonial .wrapper.gold .cont,
.section-testimonial .wrapper.gold .cont .img {
    border-color: var(--brand-clr-blue);
}
.section-testimonial .wrapper.gold .cont .txt:before,
.section-testimonial .wrapper.gold .cont .txt:after,
.section-testimonial .wrapper.gold .cont .txt span {
    color: var(--brand-clr-blue);
}
.section-testimonial .wrapper.gold .cont .txt p {
    color: var(--brand-clr-white);
}

.section-testimonial .wrapper.red{
    background: var(--brand-clr-red);
    color: #fff;
}

.archive.category .banner + .yoast-breadcrumbs{padding: 0;}
.archive.category .banner + .yoast-breadcrumbs > span{
    padding-top: 1em;
    border-top: 1px solid var(--brand-clr-gold);
}
/*Content End*/
/*Footer Start*/
.site-footer .top {
    padding: 3em 0;
    background: var(--brand-clr-blue);
}
.site-footer .logo{margin-left: -10px;}
.site-footer .bio h3 {
    font-size: 1.25em;
    font-family: var(--font-bold);
    color: var(--brand-clr-gold);
}
.site-footer .bio p {
    color: var(--brand-clr-white);
    margin-bottom: 0.7em;
}
.site-footer .sm {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer .sm li {
    display: inline-block;
    margin-right: 1em;
}
.site-footer .sm li a {
    color: var(--brand-clr-gold);
    font-size: 2em;
}
.site-footer .sm li a:hover {
    color: var(--brand-clr-white);
}

.footer-menu a{
    display: block;
    text-transform: uppercase;
    font-family: var(--font-medium);
}
.footer-menu a:not(:hover):not(:focus){color: #fff;}

.footer-buttons-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-buttons-menu li {margin: 0 1em 1em 0;}
.footer-buttons-menu li a {
    background: var(--brand-clr-gold);
    color: var(--brand-clr-white);
    display: inline-block;
    padding: 0.5em 2em;
    font-size: 1em;
    border: 2px solid var(--brand-clr-gold);
    text-align: center;
    font-family: var(--font-bold);
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
}
.footer-buttons-menu li a:hover {
    background: none;
    color: var(--brand-clr-gold);
}
.footer-buttons-menu li:last-child{margin-right: 0;}
.footer-bottom-menu {
    list-style: none;
    margin: .75em 0 -.5em !important;
    padding: 0;
}
.footer-bottom-menu li:not(:last-child){
    margin: .5em 1em .5em 0;
    padding-right: 1em;
    border-right: 1px solid var(--brand-clr-gold);
}
.footer-bottom-menu li a {
    display: block;
    color: var(--brand-clr-white);
    font-family: var(--font-medium);
    font-size: 1em;
    text-transform: uppercase;
}
.footer-bottom-menu li a:hover {
    color: var(--brand-clr-gold);
}
.footer-terms-menu{font-size: 1.2em;}
.site-footer .bottom {
    padding: 1em 0;
    background: var(--brand-clr-white);
}
.site-footer .copyright{
    margin: 0 .15em 0 0;
    color: var(--brand-clr-blue);
    font-size: 1em;
}
/* Footer End*/
/* Breadcrumbs Start */
.tribe-events-c-breadcrumbs,
.yoast-breadcrumbs {
    padding: 1.25em 0 0;
    font-size: 0.875em;
    text-transform: uppercase;
    color: var(--brand-clr-gold);
    font-family: var(--font-medium);
}
.yoast-breadcrumbs > span {
    display: block;
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
}
.tribe-events-c-breadcrumbs svg,
.yoast-breadcrumbs i{margin: 0 0.2em;}
/* Breadcrumbs End */

.sec-list .wrapper{max-width: 1000px;}
.sec-list .heading{
    margin: 0 0 1em;
    text-align: center;
    color: var(--brand-clr-gold);
    font-family: var(--font-medium);
    font-size: 1.25em;
}
.sec-list article{display: flex;}
.sec-list article img{
    display: block;
    width: 100px;
    margin-right: 35px;
    margin-left: 0;
}
.sec-list article h3{
    margin: 0 0 .25em;
    color: var(--brand-clr-blue);
    font-size: 1.625em;
}
.sec-list article h4{
    font-size: 1.25em;
    color: var(--brand-clr-gold);
    margin: 0.3em 0;
    font-family: var(--font-medium);
}
.sec-list article .links a{
    display: block;
    margin-bottom: .1em;
    text-transform: uppercase;
    font-size: 1.25em;
}
.sec-list article .links a:after{
    content: "\f32b";
    margin-left: .3em;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}
.sec-list article .links a:hover{color: var(--brand-clr-dblue);}

.sec-amg-tabs .panels .tab-title {
    display: none !important;
}
.sec-amg-tabs .titles {
    text-align: center;
    padding: 2em 0 4em;
}
.sec-amg-tabs .titles button {
    font-size: 1em;
    font-family: var(--font-bold);
    text-transform: uppercase;
    color: var(--brand-clr-gold);
    text-align: center;
    min-width: 200px;
    padding: 0.5em 2em;
    border: 2px solid var(--brand-clr-gold);
}
.sec-amg-tabs .titles button.actv{
    background: var(--brand-clr-gold);
    color: var(--brand-clr-white);
    position: relative;
}
.sec-amg-tabs .titles button.actv:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    bottom: -1em;
    left: 50%;
    margin-left: -1em;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-top: 1em solid var(--brand-clr-gold);
}
.sec-amg-tabs.is-style-simple .titles{
    padding: 0 0 1em;
    text-align: left;
}
.sec-amg-tabs.is-style-simple .titles button{
    min-width: initial;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    color: var(--brand-clr-dblue);
    font-family: var(--font-regular);
    font-weight: normal;
    font-size: 1.2em;
}
.sec-amg-tabs.is-style-simple .titles button.actv{font-family: var(--font-extrabold);}
.sec-amg-tabs.is-style-simple .titles button.actv:after{
    position: static;
    width: 100%;
    height: .275em;
    margin: 0;
    border: none;
    background: var(--brand-clr-gold);
}
.sec-amg-tabs.is-style-simple .titles button + button{margin-left: 1em;}

.wp-caption {
    max-width: 100%;
    margin-bottom: 2em;
}
.team-popup-style .content .title,
.fc-content .rgt h1 {
    font-size: 2.25em;
    margin: 0 0 .15em;
    text-transform: uppercase;
    color: var(--brand-clr-blue);
    font-family: var(--font-bold);
}
.team-popup-style .content .coach,
.team-popup-style .content .email,
.team-popup-style .content .position,
.fc-content .rgt span {
    font-size: 1.35em;
    margin: 0;
    text-transform: uppercase;
    color: var(--brand-clr-gold);
    font-family: var(--font-medium);
    display: block;
}
.team-popup-style .content .email{text-transform: none;}
.team-popup-style .content .education,
.fc-content .rgt em {
    display: block;
    margin: .25em 0 .75em;
    font-style: italic;
    font-weight: 600;
    font-size: 1.4em;
}
.team-popup-style .content .bio p:not(:last-child),
.fc-content .text p:not(:last-child){margin-bottom: 1em;}
.post-authors {
    border-top: 2px solid var(--brand-clr-gold);
    border-bottom: 2px solid var(--brand-clr-gold);
    padding: 2.8em 0;
}
.author-item {
    margin-bottom: 3em;
}
.post-authors .thumb {
    padding-right: 40px;
    width: 240px;
    display: block;
}
.post-authors .thumb img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: block;
    object-fit: cover;
}
.post-authors .titletext {
    width: calc(100% - 240px);
}
.post-authors .bio.rev {
    height: inherit;
}
.post-authors .bio p {
    display: none;
}
.post-authors .bio p:first-child {
    display: block;
    height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-authors .bio.rev p:first-child {
    -webkit-line-clamp: inherit;
}
.post-authors .bio.rev p {
    display: block;
}
.post-authors .bio p {
    margin-bottom: 1em;
}
.post-authors .titletext .title {
    font-size: 1.375em;
    text-transform: uppercase;
    color: var(--brand-clr-gold);
    font-family: var(--font-bold);
    margin-bottom: 1em;
    line-height: 0.9em;
}
.post-authors .titletext .title span {
    display: inline-block;
    border-left: 2px solid var(--brand-clr-gold);
    padding-left: 0.5em;
    margin-left: 0.5em;
}
.post-authors .bio .more {
    font-size: 1.125em;
    color: var(--brand-clr-blue);
    font-family: var(--font-bold);
    text-transform: uppercase;
    cursor: pointer;
}
.post-authors .bio .more:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    color: var(--brand-clr-gold);
    font-weight: 900;
    margin-left: 5px;
}
.post-authors .bio.rev .more:after {
    content: "\f106";
}

/* Form Start */
.form-style textarea,
.form-style select,
.form-style input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.no-form-style){
    width: 100%;
    height: auto;
    padding: 0.5em !important;
    border: 2px solid var(--brand-clr-gold);
    background: var(--brand-clr-white);
    outline: none;
    color: var(--brand-clr-black);
    font: inherit !important;
    transition: .3s;
    font-size: 1.3em;
}
.form-style textarea:focus,
.form-style select:focus,
.form-style input:not([type=checkbox]):not([type=radio]):not([type=submit]):not(.no-form-style):focus{border-color: var(--brand-clr-black);}
.form-style input[type=radio],
.form-style input[type=checkbox]{margin: 0 5px 0 0;}
.form-style select{
    padding-right: 3em !important;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='%23002e64' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>") no-repeat 98% 55%;
    background-size: 30px auto;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-style .gform_wrapper [type=submit]{margin-bottom: 0 !important;}
.form-style .gform_wrapper .gform_required_legend,
.form-style .gform_wrapper .gform_validation_errors{display: none;}

.form-style .gform_wrapper .gfield_error [aria-invalid=true]{border: 2px solid #f00 !important;}
.form-style .gform_wrapper .gform_footer{
    margin-top: 1.25em !important;
    padding-bottom: 0 !important;
}
.form-style .gform_wrapper.gravity-theme .gform_fields{grid-row-gap: 1.5em;}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {display: none !important;}
.gform_confirmation_wrapper .gform_confirmation_message{font-size: 1.2em;}

body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gform_validation_container,
body .gform_wrapper.gravity-theme .gform_fields .gfield.gform_validation_container,
body .gform_wrapper.gravity-theme .gform_validation_container,
.gform_wrapper.gravity-theme .gform_validation_container{
    display: none!important;
    position: absolute!important;
    left: -9000px;
}
/* Form End */


/* Event Calendar */
:root{
    --tec-color-text-primary: var(--brand-clr-blue);
    --tec-color-background-primary-multiday: var(--brand-clr-blue);
    --tec-color-background-primary-multiday-hover: var(--brand-clr-red);
    --tec-color-background-secondary-multiday: var(--brand-clr-gold);
    --tec-color-text-events-title: var(--brand-clr-gold);
    --tec-color-background-events-bar-submit-button: var(--brand-clr-gold);
    --tec-color-background-events-bar-submit-button-hover: var(--brand-clr-blue);
    --tec-color-background-events-bar-submit-button-active: var(--brand-clr-blue);
    --tec-color-accent-primary: var(--brand-clr-gold);
}
.tribe-events .tribe-events-l-container{padding-top: 2em !important;}
.tribe-events .tribe-events-c-view-selector__list-item-link{padding: .25em 0 !important;}
.tribe-events-header .tribe-events-c-events-bar__views{align-self:center;}
.tribe-events-header .tribe-events-header__title-text{
    color: var(--brand-clr-blue);
    font-family: var(--font-medium) !important;
    font-size: 3em !important;
    line-height: 1.1em !important;
}
.tribe-events-c-events-bar__filter-button{outline: none;}
.tribe-events-c-events-bar__filter-button:focus,
.tribe-events-c-events-bar__filter-button:hover{color: var(--brand-clr-gold);}
.tribe-events-c-search{align-items: initial;}
.tribe-events-c-search .tribe-common-c-btn{border-radius:0;}
.tribe-events-c-breadcrumbs{color: var(--brand-clr-blue);}
.tribe-events-c-breadcrumbs a{color: inherit !important;}
.tribe-events-c-breadcrumbs li:last-child{color: var(--brand-clr-gold);}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border{border:none;}
.tribe-events-calendar-month .tribe-common-h8{color:#fff;}
.tribe-events-single .tribe-events-sub-nav{padding:0;}
.tribe-events-single .tribe-related-events .tribe-related-event-info{padding: 0 15px !important;}
.tribe-events-pro-venue__meta > .tec-events-c-view-box-border{
    max-width: 600px !important;
    padding: 0 !important;
    border: none !important;
}
.tribe-events-pro-venue__meta-map{padding-top: 91.5% !important;}
#tribe-events-events-bar-keyword{
    height:100%;
    margin:0;
    padding-left: 2em !important;
}
/* END: Event Calendar */


.single-job .sec-post-meta h1{font-family: var(--font-bold);}
.single-post .sec-rel-posts .rgt-part .title span{display: none;}
.single-team .sec-season-schedule,
.single-team .sec-season-rosters{padding-top: 0 !important;}


/* Responsive Start */
@media (max-width: 1024px) {
    .wrapper{width: 92%;}
    .flex.only-gte-desk-lg{
        display: block;
        margin: 0 auto;
    }
    .flex.only-gte-desk-lg > .item{
        max-width: 100%;
        width: 100%;
        margin: 0 0 3em;
    }
    .flex.only-gte-desk-lg > .item:last-child{margin-bottom: 0;}

    .site-header > .wrapper{width: 96%;}
    .site-footer .lft-part{flex: auto;}
    .site-footer .rgt-part{
        flex: 0 0 100%;
        margin-top: 2em;
    }

    .sec-banner-menu .midlogo-part{margin: 0 -5%;}
    .sec-banner-menu .footerbanner{
        min-height: 400px;
        margin: 0 -5%;
        padding: 4em 5%;
    }
    .sec-banner-menu .footerbanner-bg{width: 100% !important;}
    .sec-blocks label{font-size: 1em;}
    .sec-facilities .owl-dots .owl-dot button{
        padding: .5em 0;
        font-size: .9375em;
    }
    .sec-facilities .owl-nav i{font-size: .5em;}
    .sec-list article img{
        width: 70px;
        margin-right: 20px;
    }
    .sec-list article h3{font-size: 1.25em;}
    .sec-list article h4{font-size: 1.125em;}
    .sec-list article .links{font-size: .9375em;}
    .sec-midcard .rgt-part > .flex > .item:not(:last-child){margin-bottom: 1.5em;}
    .sec-season-rosters table{min-width: 360px;}
    .sec-season-status table{width: 100%;}
    .sec-season-status table thead{display: none;}
    .sec-season-status table tr{
        display: flex;
        flex-flow: row wrap;
    }
    .sec-season-status table td{
        flex: 1 0 100%;
        padding: 0 1.25rem 1rem;
    }
    .sec-season-status table td:before{
        content: attr(data-title);
        display: block;
        margin: 0 -1.25rem 1rem;
        padding: .5rem 1.25rem;
        border: solid var(--brand-clr-white);
        border-width: 2px 0;
        background: var(--brand-clr-gold);
        text-transform: uppercase;
        font-family: var(--font-bold);
    }
    .sec-season-status table td:first-child{
        padding: 0;
        background: var(--brand-clr-white);
        text-align: left;
        color: var(--brand-clr-gold);
        cursor: pointer;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .sec-season-status table td:first-child:before{
        display: inline-block;
        content: attr(data-title);
        margin: 0 .5em 0 0;
        padding: 0 0 .275em;
        background: none;
    }
    .sec-season-status table td:first-child *{pointer-events: none;}
    .sec-season-status table td:first-child > span{display: none;}
    .sec-season-status table td:nth-child(2){flex-basis: 30%;}
    .sec-season-status table td:nth-child(2)[data-title="Record"]{border-right: 2px solid var(--brand-clr-white);}
    .sec-season-status table td:nth-child(3){flex-basis: 70%;}
    .sec-season-status table tr:not(:first-child) td:first-child:before{padding-top: 1.125em;}
    .sec-season-status table td:not(.actv):first-child em:before{content: '\f078';}
    .sec-season-status table td:not(.actv):first-child ~ td{display: none;}
    .sec-subgrade table{font-size: 1.125em;}
    .section-testimonial .cont .img{margin: 0 auto 2em;}
}

@media (max-width: 768px) {
    :root{--hamburger-stick-height: .25em;}
    .h1,h1{font-size: 3em;}
    .h2,h2{font-size: 2.25em;}
    .h3,h3{font-size: 1.6875em;}
    p{font-size: 1.125em;}
    .mob-hid{display: none !important;}
    .pad-quad,
    .pad-dbl,
    .pads,
    .pad{padding: 2.5em 0;}
    .pads-t,
    .pad-t{padding-top: 2.5em;}
    .pads-b,
    .pad-b{padding-bottom: 2.5em;}

    .wp-block-group__inner-container,
    .wrapper{
        width: 100%;
        padding-left: var(--mob-wrapper-pad-lr);
        padding-right: var(--mob-wrapper-pad-lr);
    }
    .wp-block-group__inner-container .wp-block-group__inner-container,
    .wp-block-group__inner-container .wrapper,
    .wrapper .wp-block-group__inner-container,
    .wrapper .wrapper,
    .wrapper.mob-full{
        padding-left: 0;
        padding-right: 0;
    }
    .wrapper.mob-small{max-width: 500px;}
    .wrapper .wrapper.mob-small{max-width: calc(500px - 2 * var(--mob-wrapper-pad-lr));}

    .flex.only-desk{
        display: block;
        margin: 0 auto;
    }
    .flex.only-desk > .item{
        max-width: 100%;
        width: 100%;
        margin: 0 0 3em;
    }
    .flex.only-desk > .item:last-child{margin-bottom: 0;}

    .wp-block-button__link, .button, .btn{
        padding: .5em 1.25em;
        font-size: .875rem;
    }

    .wp-block-image .alignleft,
    .wp-block-image .alignright{
        min-width: 200px;
        width: 33%;
    }

    .mob-collapse .collapse-toggle{
        text-transform: uppercase;
        font-family: var(--font-bold);
        cursor: pointer;
    }
    .mob-collapse .collapse-toggle:after{
        content: '\f078';
        margin-left: .75em;
        vertical-align: .13em;
        font-size: .8125em;
    }
    .mob-collapse:not(.actv) .collapse-toggle{margin-bottom: 0;}
    .mob-collapse:not(.actv) .collapse-body{display: none;}
    .mob-collapse.actv .collapse-toggle:after{content: '\f077';}

    .hamburger{
        position: absolute;
        top: 50%;
        right: 24px;
        z-index: 11;
        width: 2em;
        height: 1.5em;
        outline: none !important;
        color: var(--brand-clr-blue);
        line-height: 1;
        cursor: pointer;
        transform: translateY(-50%);
    }
    .hamburger:after,
    .hamburger:before{
        content: '';
        position: absolute;
        width: 100%;
        height: var(--hamburger-stick-height);
        background: currentColor;
        transition: all .15s cubic-bezier(0, 0.5, 1, 1) 0s;
        will-change: transform;
    }
    .hamburger:before{
        top: 0;
        left: 0;
        transform-origin: 0 0;
    }
    .hamburger:after{
        bottom: 0;
        right: 0;
        transform-origin: 0 100%;
    }
    .hamburger span{
        display: block;
        pointer-events: none;
        height: var(--hamburger-stick-height);
        background: currentColor;
    }
    .hamburger.actv{will-change: opacity;}
    .hamburger.actv span{opacity: 0;}
    .hamburger.actv:before{transform: rotate(45deg) translate(.225em, -.3em);}
    .hamburger.actv:after{transform: rotate(-45deg) translate(.225em, .3em);}

    .menu .toggle{
        margin: 0;
        padding: 0 .5em;
        font-size: 85%;
    }
    .menu li.opened > .title .toggle:before,
    .menu li.opened > a .toggle:before{content: '\f106';}

    .std-menu{
        position: relative;
        column-gap: 1em;
        padding: .75em 30px;
        background: var(--brand-clr-gold);
        text-transform: uppercase;
        color: #fff;
        font-family: var(--font-medium);
    }
    .std-menu .sub-menu{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        width: 100%;
        padding: 1em 30px;
        background: #c2a970;
    }
    .std-menu .sub-menu li + li{margin-top: .5em;}
    .std-menu .opened > .title,
    .std-menu .current-menu-ancestor > .title,
    .std-menu .current-menu-item > .title,
    .std-menu .title:hover{color: var(--brand-clr-blue);}
    .std-menu .toggle{color: var(--brand-clr-blue);}
    .std-menu .opened .sub-menu{display: block;}
    .std-menu h4{
        margin: 0;
        font: inherit;
        cursor: pointer;
    }
    .std-menu > li > .title{font-size: 1.25em;}

    .main-nav{
        visibility: hidden;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
        width: 100%;
        opacity: 0;
        color: #fff;
        transition: opacity .3s;
    }
    .main-menu{
        display: block;
        padding: 2.75em 30px;
        background-color: var(--brand-clr-blue);
    }
    .mob-bottom-menu a:not(hover),
    .mob-top-menu a:not(hover),
    .main-menu a:not(hover){color: inherit;}
    .main-menu .current-menu-ancestor > a,
    .main-menu .current-menu-item > a,
    .main-menu a:hover{color: var(--brand-clr-gold);}
    .main-menu li{
        display: block;
        position: relative;
    }
    .main-menu > li > a{
        display: inline-block;
        border: none;
    }
    .main-menu > li + li{margin-top: 1.25em;}
    .main-menu > li.opened:before{
        content: '';
        position: absolute;
        top: .375em;
        right: 100%;
        width: 20%;
        height: 1.125em;
        margin-right: .5em;
        background: var(--brand-clr-gold);
    }
    .main-menu .sub-menu-cont{margin: 1em 0 2.5em;}
    .main-menu .sub-menu-cont > .wrapper{display: block;}
    .main-menu .sub-menu li + li{margin-top: .6em;}
    .main-menu .sub-menu li:not(:first-child) h4{margin-top: 1.5em;}

    .footer-menu{columns: 3;}
    .footer-menu li{margin-bottom: .6em;}
    .footer-buttons-menu{margin-top: -.5em;}

    body.mm-opened .main-nav{
        visibility: visible;
        opacity: 1;
        pointer-events: initial;
    }

    .site-search-cont{
        position: static;
        margin-right: 3em;
    }
    .site-search-cont .toggle-open{
        color: var(--brand-clr-gold);
        font-size: 1.5em;
    }
    .site-search{font-size: .75rem;}
    .site-header > .wrapper{
        position: relative;
        align-items: center;
        width: 100%;
        padding: 1em 24px;
    }
    .site-header .wfd-logo-w,
    .site-header .wfd-logo{display: none;}
    .site-footer .lft-part{
        margin-bottom: 2em !important;
        padding-bottom: 2em;
        border-bottom: 1px solid var(--brand-clr-gold);
    }

    .owl-carousel .owl-nav button.owl-prev{left: -10px;}
    .owl-carousel .owl-nav button.owl-next{right: -10px;}

    .yoast-breadcrumbs > span{
        width: 100%;
        padding: 0 var(--mob-wrapper-pad-lr);
    }

    .banner .blogo{max-width: 250px;}
    .banner .btxt h2{font-size: 2.25em;}
    .banner .btxt p{font-size: 1.375em;}
    .banner.big,
    .banner.medium{min-height: 400px;}

    .sec-banner-menu .midlogo-part{
        margin: 0 calc(-1 * var(--mob-wrapper-pad-lr));
        padding: 3em var(--mob-wrapper-pad-lr);
    }
    .sec-banner-menu .footerbanner{
        margin: 0 calc(-1 * var(--mob-wrapper-pad-lr));
        padding: 4em var(--mob-wrapper-pad-lr);
    }
    .sec-banner-mid{min-height: 400px;}
    .sec-coaches.mode-std .main-flex{row-gap: 1em !important;}
    .sec-coaches.mode-std .items figure{max-width: 33vw;}
    .sec-ia-img .spot.actv .code{
        background: var(--brand-clr-blue);
        color: #FEDB4A;
    }
    .sec-ia-img .spot.actv .tooltip{
        visibility: visible;
        opacity: 1;
    }
    .sec-midcard .rgt-part{padding: 2em;}
    .sec-season-schedule table{min-width: 500px;}
    .sec-season-status .actions-part{margin-top: .25em;}
    .sec-subgrade table{
        width: 670px;
        font-size: .9375em;
    }
    .sec-subgrade table td:first-child{padding: .5em;}
    .sec-subgrade .table-cont{overflow-x: auto;}
    .section-testimonial .cont{padding: 25px 10px;}
    .section-testimonial .cont .txt p{font-size: 1.25em;}
    .text-img .part-txt{padding: 0;}
    .text-img .part-img.has-divider{
        padding: 0 !important;
        border: none !important;
    }

    .wp-block-amg-wrapper .sec-season-schedule,
    .wp-block-amg-wrapper .sec-season-rosters{border: none;}
    .wp-block-amg-wrapper .section-testimonial,
    .wp-block-amg-wrapper .sec-season-schedule,
    .wp-block-amg-wrapper .sec-season-rosters{
        margin-left: calc(-1 * var(--mob-wrapper-pad-lr));
        margin-right: calc(-1 * var(--mob-wrapper-pad-lr));
    }
    .wp-block-amg-wrapper .section-testimonial .wrapper{padding: 30px var(--mob-wrapper-pad-lr);}

    section + section.has-mob-collapse{padding-top: 0 !important;}
}

@media (max-width: 620px) {
    :root{--mob-wrapper-pad-lr: 24px;}

    .flex.only-gte-mob-lg{
        display: block;
        margin: 0 auto;
    }
    .flex.only-gte-mob-lg > .item{
        max-width: 100%;
        width: 100%;
        margin: 0 0 3em;
    }
    .flex.only-gte-mob-lg > .item:last-child{margin-bottom: 0;}

    .form-style .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
        min-height: initial;
        line-height: initial;
    }
    .form-style .gform_wrapper.gravity-theme .gform_fields{grid-row-gap: 1em;}

    .has-divider .item{
        padding: 0;
        border: none;
    }
    .has-divider .item:not(:last-child){
        margin-bottom: 2em;
        padding-bottom: 2em;
        border-bottom: 1px solid var(--brand-clr-gold);
    }
    .sec-activities .filters .title{margin: 0 0 1em;}
    .sec-activities .filter-btn{
        width: 100%;
        margin: 0 0 1em !important;
    }
    .sec-blocks label{font-size: 1.125em;}
    .sec-blocks label span{font-size: 3em;}
    .sec-blocks label span + span{font-size: 1.5em;}
    .sec-featured-posts figure{margin-bottom: 1.75em !important;}
    .sec-ia-img .tooltip{
        max-width: 200px;
        font-size: .875em;
    }
    .sec-ia-img .tooltip .text{font-size: 1em;}
    .sec-links label{
        flex: 0 0 100%;
        text-align: center;
    }
    .sec-midcard .part-img{
        height: 250px;
        margin: 0 !important;
    }
}

@media (max-width: 480px) {
    :root{--mob-wrapper-pad-lr: 24px;}
    .h1,h1{font-size: 2em;}
    .h2,h2{font-size: 1.6875em;}
    .h3,h3{font-size: 1.375em;}
    .h4,h4{font-size: 1.25em;}
    .h5,h5{font-size: 1.125em;}
    .h6,h6{font-size: 1em;}
    .flex.only-gte-mob-md{
        display: block;
        margin: 0 auto;
    }
    .menu.only-gte-mob-md > li,
    .flex.only-gte-mob-md > .item{
        max-width: 100%;
        width: 100%;
        margin: 0 0 3em;
    }
    .menu.only-gte-mob-md > li:last-child,
    .flex.only-gte-mob-md > .item:last-child{margin-bottom: 0;}
    .menu.only-gte-mob-md > li{border-right: none;}
    .menu.only-gte-mob-md > li:not(:last-child){margin-bottom: .6em;}

    .wp-block-image .alignleft,
    .wp-block-image .alignright{
        float: none;
        min-width: initial;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    .footer-menu{columns: 2;}
    .site-footer .bottom > .flex,
    .footer-buttons-menu{justify-content: center;}
    .footer-buttons-menu li{margin: .5em;}
    .site-footer{text-align: center;}
    .site-footer .logo img{
        max-width: 200px;
        margin: 0 auto;
    }
}

@media (min-width: 481px) {
    .site-footer .logo {
        display: block;
        flex: 0 0 33.333%;
        max-width: 200px;
    }
    .site-footer .bio {padding-left: 36px;}

    .sec-post-cnt .alignleft{
        margin-right: 28px;
        padding-top: 5px;
    }
    .sec-post-cnt .alignright{
        margin-left: 28px;
        padding-top: 5px;
    }

    .single-job .sec-post-meta h1{font-size: 2.5em;}
}

@media (min-width: 621px) {
    .sec-grid .cols-forth .item{padding: 2% 1.5%;}

    .sec-activities.has-divider .items-wrap{overflow: hidden;}
    .sec-activities.has-divider .items{margin: 0 -5px -1px 0;}
    .sec-activities.has-divider article{
        margin: -1px 0 0 -1px;
        border: 1px solid var(--brand-clr-gold);
    }
    .sec-midcard.blue .form-content .gform_fields  {
        display: flex;
        flex-flow: row wrap;
        grid-column-gap: 4%;
    }
    .sec-midcard.blue .form-content .gform_fields > div {
        flex: 0 0 48%;
    }
    .sec-midcard.blue .form-content .gform_fields > fieldset {
        flex: 0 0 100%;
        text-align: center;
        margin-top: 1em;
    }
    .sec-midcard.blue .form-content .gform_fields > fieldset .gfield_checkbox {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        max-width: 700px;
        margin: 1em auto 0;
    }
    .sec-midcard.blue .form-content .gform_fields > fieldset .gfield_checkbox > div {
        flex: 0 0 29.333%;
        margin: .25em 2%;
    }
}

@media (min-width: 769px) {
    .desk-hid{display: none !important;}

    .flex > .desk-third{flex-basis: 33.333%;}
    .flex.cols > .desk-third{flex-basis: 29.333%;}
    .flex.cols > .desk-forth{flex-basis: 21%;}

    .menu.std-menu .sub-menu{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 200px;
    }
    .menu.std-menu li{position: relative;}
    .menu.std-menu li:hover > .sub-menu{display: block;}

    .main-menu .sub-menu-cont {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
        background: var(--brand-clr-blue);
        padding: 40px 0;
    }
    .main-menu > li {padding-left: 1.4em;}
    .main-menu > li > a {
        padding-bottom: 8px;
        border-bottom: 6px solid var(--brand-clr-white);
        font-size: .875em;
    }
    .main-menu > li.current-menu-ancestor > a,
    .main-menu > li.current-menu-item > a {
        border-color: var(--brand-clr-gold);
        color: var(--brand-clr-gold);
    }
    .main-menu > li:hover .sub-menu-cont {
        display: block;
    }
    .main-menu li.depth-1 > .sub-menu{max-width: 20vw;}
    .sub-menu-lft {
        width: 30%;
        padding-right: 5%;
    }
    .sub-menu-lft .img {
        width: 100%;
    }
    .sub-menu-lft .img > img {
        display: block;
        width: 100%;
        height: auto;
    }
    .sub-menu-rgt {width: 70%;}
    .sub-menu-rgt > .sub-menu {
        display: flex;
        flex-wrap: wrap;
        font-size: .75em;
    }
    .sub-menu-rgt > .sub-menu li{
        display: block;
        margin-bottom: .4em;
    }
    .sub-menu-rgt > .sub-menu > li.menu-item-has-children {width: inherit;}

    .banner-menu > li > .sub-menu{
        display: flex;
        flex-flow: row wrap;
    }
    .banner-menu .depth-0 > .sub-menu{font-size: .75em;}
    .banner-menu .depth-1{
        max-width: 32%;
        margin-right: 4vw;
    }
    .menu-small .banner-menu > li > .sub-menu {display: block;}

    .top-right-menu{position: relative;}
    .top-right-menu .menu-item-has-children{position: static;}
    .top-right-menu .menu-item-has-children:hover:after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        border-bottom: .6em solid var(--brand-clr-blue);
        border-left: .6em solid transparent;
        border-right: .6em solid transparent;
        transform: translateX(-50%);
    }
    .top-right-menu .sub-menu{
        left: auto !important;
        right: 0;
        flex-flow: row wrap;
        max-width: 500px;
        width: max-content !important;
        padding: 0 1em;
        background: var(--brand-clr-blue);
    }
    .top-right-menu .sub-menu > li{flex: 0 0 auto;}
    .top-right-menu .sub-menu > li + li{margin-left: 1em;}
    .top-right-menu .sub-menu .current-menu-item > a,
    .top-right-menu .sub-menu a:hover{color: var(--brand-clr-gold);}
    .top-right-menu .sub-menu:before{
        content: '';
        position: absolute;
        top: -1em;
        bottom: -4em;
        left: -4em;
        right: -4em;
    }
    .top-right-menu li:hover .sub-menu{display: flex !important;}

    .footer-menu{
        display: block;
        margin: 0;
        padding-left: 36px;
    }
    .footer-menu li {
        display: block;
        margin-bottom: 0.6em;
    }
    .footer-menu li:last-child {margin-bottom: 0;}

    .site-search .toggle-close{right: 2em;}
    .site-header .logo{
        max-width: initial;
        width: 140px;
        margin: -1.65em auto 1em 0;
    }
    .site-header .wfd-logo-alt{display: none;}
    .site-header .header-top{font-size: .75rem;}
    .site-header .rgt-part{padding-top: 1em;}
    .site-footer .top{padding: 4em 0;}
    .site-footer .bio{
        padding-right: 36px;
        border-right: 1px solid var(--brand-clr-gold);
    }

    .sec-amg-tabs.is-style-simple .titles{padding-bottom: 4em;}
    .sec-amg-tabs.is-style-simple .titles button{font-size: 1.75em;}
    .sec-amg-tabs.is-style-simple .titles button + button{margin-left: 1.75em;}
    .sec-banner-menu .footerbanner{padding-left: 4.8%;}
    .sec-blog-posts article .title{font-size: 1.125em;}
    .sec-blog-posts .rgt-part{
        flex: 0 0 33.333%;
        margin-left: 4%;
        padding-left: 4%;
        border-left: 1px solid var(--brand-clr-gold);
    }
    .sec-facilities .owl-carousel{padding: 0 0 0 4%;}
    .sec-facilities .owl-carousel .owl-stage-outer{
        flex: 0 0 60%;
        max-width: 60%;
    }
    .sec-facilities .owl-carousel.owl-loaded{
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
    }
    .sec-facilities .owl-carousel .owl-nav button.owl-next{
        left: 63%;
        right: auto;
    }
    .sec-facilities .owl-item > .item{width: 60%;}
    .sec-facilities .owl-dots{
        flex: 0 0 32%;
        margin: 0;
    }
    .sec-facilities .owl-dot:first-child{margin-top: -16px;}
    .sec-facilities.reverse .owl-carousel .owl-nav button.owl-prev{left: 34%;}
    .sec-facilities.reverse .owl-carousel .owl-nav button.owl-next{left: 98%;}
    .sec-facilities.reverse .owl-carousel{
        flex-direction: row-reverse;
        padding: 0 4% 0 0;
    }
    .sec-ia-img .spot:hover .code{
        background: var(--brand-clr-blue);
        color: #FEDB4A;
    }
    .sec-ia-img .spot:hover .tooltip{
        visibility: visible;
        opacity: 1;
    }
    .sec-list .cols-1 article + article{margin-top: 2em;}
    .sec-list .cols-2 article:nth-child(odd){
        padding: 0 8% 35px 0;
        border-right: 2px solid var(--brand-clr-gold);
    }
    .sec-list .cols-2 article:nth-child(even){padding: 0 0 35px 7%;}
    .sec-list.style-small article img{
        align-self: flex-start;
        width: 55px;
        margin-right: 20px;
    }
    .sec-news-events .heading{font-size: 2em;}
    .sec-post-cnt h1{font-size: 2.75em;}
    .sec-post-meta h1{font-size: 3em;}
    .sec-posts h3{font-size: 1.5em;}
    .sec-rel-posts .rgt-part{
        margin: 0 0 0 5.5%;
        padding: 0 0 0 5.5%;
    }
    .sec-rel-posts .rgt-part .title{font-size: 1.875em;}
    .sec-slider.is-style-default .holder{
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 50%;
        width: max-content;
        padding: 1.5em;
        background: rgba(255,255,255,.85);
    }
    .section-testimonial.img-pos-rgt .cont{flex-direction: row-reverse;}

    .sec-season-rosters table thead{font-size: 1.125em;}
    .sec-season-rosters table tbody{font-size: 1em;}
    .sec-season-schedule .collapse-toggle,
    .sec-season-rosters .collapse-toggle{font-size: 1.25em;}
    .sec-season-rosters .collapse-body{padding-bottom: 3em;}
    .sec-season-schedule table td,
    .sec-season-schedule table th{padding: .75em 1em;}
    .sec-season-schedule table tbody{font-size: 1em;}
    .sec-season-schedule .collapse-body{padding-bottom: 4em;}
    .sec-season-status table .flex > .half:last-child{padding-left: 4%;}
    .sec-season-status table h2{font-size: 2em;}
    .sec-season-status table h4{font-size: 1.375em;}

    .tribe-events .tribe-events-l-container{padding-top: 4em !important;}
}

@media (min-width: 782px) {
    .wp-block-columns.cols > .wp-block-column:not(:first-child){margin-left: 2%;}
    .wp-block-columns.small-gap .wp-block-column:not(:first-child){margin-left: 1%;}
    .wp-block-columns.big-gap .wp-block-column:not(:first-child){margin-left: 4%;}
}

@media (min-width: 1025px) {
    .main-menu > li > a{font-size: 1em;}
    .banner-menu .depth-1{margin-right: 2vw;}
    .footer-buttons-menu{justify-content: flex-end;}
    .footer-buttons-menu li{margin: 0 0 1em 1em;}
    .footer-bottom-menu{
        justify-content: flex-end;
        margin: 102px 0 0 !important;
    }
    .footer-bottom-menu li{margin: .5em 0 .5em 1em !important;}
    .site-header .header-top{font-size: .875rem;}
    .site-header .logo{width: 170px;}

    .sec-amg-tabs.is-style-simple .titles button{font-size: 1.85em;}
    .sec-amg-tabs.is-style-simple .titles button + button{margin-left: 2.75em;}
    .sec-posts h3{font-size: 1.6875em;}
    .sec-blog-posts article .title{font-size: 1.375em;}
    .sec-blog-posts .form-part .gform_body{flex: 1;}
    .sec-blog-posts .form-part form{display: flex;}
    .sec-blog-posts .form-part form [type=submit]{margin-left: 1em;}
    .sec-blog-posts .gform_wrapper .gform_footer{margin-top: 0 !important;}
    .sec-ia-img .code{font-size: 1.25em;}
    .sec-rel-posts .rgt-part form .gform_footer{margin-top: 1.25em !important;}
    .sec-grid .cols-forth p{
        font-size: 1.2em;
        line-height: 1.3;
    }
    .sec-list.style-small article h3{font-size: 1.5em;}
    .sec-list.style-small article h4{font-size: 1.125em;}
    .sec-season-rosters table thead{font-size: .875em;}
    .sec-season-status table td:first-child > *{display: none;}
}

@media (min-width: 1201px) {
    .main-menu > li{padding-left: 2em;}
    .main-menu > li > a{font-size: 1.0625em;}
    .sub-menu-rgt > .sub-menu{font-size: .875em;}
    .site-header .header-top{font-size: 1rem;}
    .site-header.sticky .logo{width: 64px;}
    .sec-blog-posts .rgt-part{flex-basis: 400px;}
    .sec-coaches.mode-std .items .title{font-size: 1.6875em;}
    .sec-grid .cols-forth h3{font-size: 4em;}
    .sec-season-schedule table thead{font-size: 1.4375em;}
    .sec-season-schedule table tbody{font-size: 1.4em;}
}

@media (min-width: 1451px) {
    .main-menu > li{padding-left: 3.7em;}
    .main-menu > li > a{font-size: 1.125em;}
    .sub-menu-rgt > .sub-menu{font-size: 1em;}
    .banner-menu .depth-0 > .sub-menu{font-size: .875em;}
    .site-header .logo{width: 215px;}
    .banner.big {min-height: 945px;}
    .sec-ia-img .code{font-size: 1.5em;}
    .sec-season-rosters table thead{font-size: 1em;}
    .sec-season-rosters table tbody{font-size: 1.125em;}
}


@media (min-width: 621px) and (max-width: 768px) {
    .has-divider .item{padding: 0 2%;}
    .has-divider .item .block-img{margin-bottom: 1.25em;}
    .team-popup-style .text p{font-size: .9375em;}
    .team-popup-style .content .title,
    .fc-content .rgt h1{font-size: 1.6875em;}
    .sec-grid .item{padding: 2%;}
    .sec-news-events .events-part .location,
    .sec-news-events .news-part .date,
    .sec-posts p,
    .sec-grid p,
    .sec-blocks p{
        margin-bottom: 1.25em;
        font-size: .9375em;
    }
    .sec-blocks label{font-size: .8125em;}
    .team-popup-style .content .coach,
    .team-popup-style .content .email,
    .team-popup-style .content .position,
    .fc-content .rgt span,
    .sec-posts h3,
    .sec-blocks .title{font-size: 1.125em;}
    .sec-grid h3{font-size: 3.5em;}
    .sec-news-events .title{font-size: 1em;}
    .sec-news-events .heading{font-size: 1.375em;}
    .sec-news-events .events-part .month{font-size: 1em;}
    .sec-news-events .events-part .day{font-size: 1.5em;}
}

@media (min-width: 621px) and (max-width: 1024px) {
    .sec-activities article .title{font-size: 1.25em;}
    .sec-activities article .text p{font-size: 1em;}
    .sec-activities.has-divider .item{padding: 1.5em 2%;}
    .sec-featured-posts .title{font-size: 1.5em;}
    .sec-featured-posts .date{font-size: 1.125em;}
}

@media (min-width: 621px) and (max-width: 1200px) {
    .sec-grid .cols-forth h3{font-size: 5vw;}
}

@media (min-width: 769px) and (max-width: 1024px) {
    .sec-blog-posts .form-part .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
        min-height: initial;
        line-height: initial;
    }
    .sec-blog-posts .form-part .gform_wrapper.gravity-theme .gform_fields{grid-row-gap: 1em;}
    .sec-blog-posts .form-part .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full){grid-column: 1/-1;}
    .sec-grid .cols-forth p{font-size: 1.125em;}
    .sec-list.style-small article h3{font-size: 1.125em;}
    .sec-list.style-small article h4{font-size: 1em;}
    .sec-list.style-small article .links{font-size: .875em;}
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .sec-featured-posts .title{font-size: 1.6875em;}
}
/* Responsive End */
