/*------------------------------------*\
    

\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
    box-sizing: border-box;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

* {
    min-width: 0;
    min-height: 0;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    color: #444;
    font: 400 16px/1.7 'Open Sans', sans-serif;
    font: 400 1.6rem/1.7 'Open Sans', sans-serif;
}

main {
    width: 100% !important;
    z-index: 0;
    /* padding: 0 !important; */
}

main.home-main {
    overflow: hidden;
}

main.column {
    flex: 0 1 auto;
}

/* If issues, try this one */
/* main.column {
    flex: 1 1 auto;
} */


/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

a {
    text-decoration: none;
    color: #095B11;
}

a:not(.wp-block-button__link):hover {
    color: #063a0c;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    border: 1px solid #04A4CC;
    outline: 0;
}

p,
ul,
ol {
    font-size: 1.6rem;
    margin-top: 0;
}

h1 {
    font-size: 3.6rem;
    font-family: 'Lusitana', serif;
    font-weight:bold;
    line-height: 1.25em;
}

h2 {
    font-size: 3.2rem;
    font-family: 'Lusitana', serif;
    font-weight:bold;
    line-height: 1.25em;
    margin-bottom: 1rem;
}

h3 {
    font-size: 2.8rem;
    font-family: 'Lusitana', serif;
    font-weight:bold;
    line-height: 1.25em;
    margin-bottom: 1rem;
}

h4 {
    font-size: 2.4rem;
    font-family: 'Lusitana', serif;
    font-weight:bold;
    line-height: 1.25em;
    margin-bottom: 1rem;
}

h5 {
    font-size: 2.0rem;
    font-family: 'Lusitana', serif;
    font-weight:bold;
    line-height: 1.25em;
    margin-bottom: 1rem;
}

h6 {
    font-size: 1.6rem;
    font-family: 'Lusitana', serif;
    font-weight:bold;
    line-height: 1.25em;
    margin-bottom: 1rem;
}

blockquote {
    margin: 25px 5vw;
    padding: 0 5vw 0 20px;
    font-style: italic;
    font-size: 1.9rem;
    border-left: solid 6px #efefef;
}

.accent-color {
    color: #095B11;
}

.accent-background {
    background-color: #095B11;
}

.header-body-font {
    font-family: 'Open Sans', sans-serif;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    width: 100%;
}

.container {
    max-width:1280px; 
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.container-wide {
    max-width:1600px; 
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.container-wide-np {
    max-width:1600px; 
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.container-thin {
    max-width:1000px; 
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.content-wrapper {
    margin-top: 60px;
}

/* GUTENBERG */
.wp-block-cover.alignfull {
    width: auto!important;
    min-width: 100%;
}

.wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 1240px;
    margin: 0 auto;
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: transparent!important;
}

.wp-block-media-text__media,
.wp-block-media-text__content {
    margin-bottom: 30px!important;
}

.wp-block-table table td {
    padding: 5px;
}

.wp-block-button:not(:last-child) {
    margin-right: 0.5em!important;
}

.wp-block-group__inner-container:after {
    content: '';
    display: block;
    clear: both;
}

.wp-block-button__link {
    transition: all 0.3s ease-in-out;
    background-color: #095B11;
    color: #ffffff;
    position:relative;
    padding: 6px 16px;
    /* border: solid 2px #095B11; */
    font-size: 1.8rem;
}

.is-style-outline>.wp-block-button__link, .wp-block-button__link.is-style-outline {
    padding: 6px 16px;
}

.wp-block-button.is-style-full, .wp-block-button.is-style-full .wp-block-button__link {
    width: 100%;
}

.wp-block-button__link:before {
    content: '';
    border-radius: inherit;
    position:absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
}

.wp-block-button__link:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f0a9';
    display: inline;
    margin-left:20px;
    transition: margin-left 0.3s ease-in-out;
}

.wp-block-button__link:hover {
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

.wp-block-button__link:hover:after {
    margin-left: 30px;
}

.is-style-outline>.wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: #095B11;
}

.is-style-outline>.wp-block-button__link, .wp-block-button__link.is-style-outline {
    border: 2px solid #095B11;
}

.is-style-outline>.wp-block-button__link:not(.has-background):hover, .wp-block-button__link.is-style-outline:not(.has-background):hover {
    color: white;
    background-color:#095B11;
}

.is-style-highlight-group {
    border-radius: 20px;
}

.is-style-highlight-group-shadow {
    border-radius: 20px;
    box-shadow: 5px 10px 10px #acacac;
}

.wp-block-separator {
    margin-top: 60px;
    margin-bottom: 60px;
    border: 1px solid #cfcfcf;
}

.wp-block-separator:not(.is-style-wide) {
    width: 70%;
}

.alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
    margin-bottom: 40px;
    margin-top: 40px;
}

.alignwide {
    margin-top: 40px;
    margin-bottom:40px;
}

.wp-block-group__inner-container {
    max-width:1280px;
    align-self: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.wp-block-group.has-background .wp-block-group__inner-container {
    padding: 30px;
}

.wp-block-columns .wp-block-group.has-background {
    height:100%;
}

.wp-block-group.has-background a:not(.wp-block-button__link) {
    color: inherit;
}

.has-accent-color-1-background-color {
    background-color: #095B11;
}

.has-accent-color-1-color {
    color: #095B11;
}

.has-accent-color-2-background-color {
    background-color: #CCF280;
}

.has-accent-color-2-color {
    color: #CCF280;
}

.has-accent-color-3-background-color {
    background-color: #063a0c;
}

.has-accent-color-3-color {
    color: #063a0c;
}

.has-accent-color-4-background-color {
    background-color: #052b08;
}

.has-accent-color-4-color {
    color: #052b08;
}

.has-accent-color-5-background-color {
    background-color: #ade4b3;
}

.has-accent-color-5-color {
    color: #ade4b3;
}

.has-accent-color-6-background-color {
    background-color: #CCF280;
}

.has-accent-color-6-color {
    color: #CCF280;
}

.has-dark-gray-background-color {
    background-color: #66625A;
}

.has-dark-gray-color {
    color: #66625A;
}

.has-light-gray-background-color {
    background-color: #efefef;
}

.has-light-gray-color {
    color: #efefef;
}

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

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

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

.has-white-color a:hover {
    opacity: 0.8;
}

/* alt gutenberg styles */
.is-style-alt {
    font-size: 2.4rem;
    color: #095B11;
    display: flex;
    align-items: center;
}

.is-style-alt:after {
    content: '';
    height: 10px;
    background-color: #095B11;
    flex: 1 1 auto;
    margin-left: 10%;
}

.is-style-group-line-bottom:after {
    content: '';
    height: 10px;
    background-color: #095B11;
    width:50%;
    display:block;
}

.is-style-inner-vcenter .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    justify-content: center; 
}

.is-style-scriptfont{
    font-family: 'Birthstone Bounce', cursive;
    line-height: 1;
}

.is-style-secondaryfont{
    font-family: "myriad-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}

.is-style-scriptfont:not(.has-small-font-size),
.is-style-scriptfont:not(.has-medium-font-size),
.is-style-scriptfont:not(.has-large-font-size),
.is-style-scriptfont:not(.has-huge-font-size) {
    font-size: 80px;
}

.is-style-secondaryfont:not(.has-small-font-size),
.is-style-secondaryfont:not(.has-medium-font-size),
.is-style-secondaryfont:not(.has-large-font-size),
.is-style-secondaryfont:not(.has-huge-font-size) {
    font-size: 70px;
}

/********** CUSTOM BLOCKS **********/

/* family student handbook */
.handbook-school-icon {
    background-color: white;
    width: 100px;
    height:100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 50%;
    padding:5px;
    margin: -50px auto 0 auto;
}

.family-student-handbook-inner {
    display: inline-block; 
    width:100%; 
    display: flex; 
    flex-direction: column;
}

.family-student-handbook-info {
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
    flex: 1 auto;
}

.family-student-handbook-spanish-column {
    border-left:solid 1px white; 
    border-right: solid 1px white;
}

/* CTA content box */
.cta-content-box-content {
    color: white;
    font-weight: 500;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.cta-content-box-content p,
.cta-content-box-content ul {
    font-size: 20px;
    margin: 15px 0;
}

.cta-content-box-link {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.cta-content-box-link a {
    font-size: 23px;
    color: white!important;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
}

.cta-content-box-link a:hover {
    opacity: 0.7;
}

.cta-content-box-link i {
    font-size: 28px;
    margin-left: 15px;
}

/* newsletters calendars block */
.newsletters_calendars_block {
    margin: 60px 0;
}

.newsletter-calendar-tab {
    text-align: center!important;
    font-weight: bold!important;
    padding-bottom: 10px;
    border-bottom: solid 1px #99cbe8;
    position: relative;
    cursor: pointer;
}

.newsletter-calendar-tab:hover,
.newsletter-calendar-tab.active {
    border-bottom: solid 1px #2174A5;
}

.newsletter-calendar-tab:hover:after,
.newsletter-calendar-tab.active:after {
    content:'';
    position: absolute;
    left: calc(50% - 10px);
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-top: 10px solid #2174A5;
    bottom: -10px;
}

.newsletter-filters {
    display: none;
    margin-top: 25px;
}

.news-dropbtn {
background-color: #2174A5;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
border-radius: 4px;
}


.news-dropbtn:hover, .news-dropbtn:focus {
background-color: #185d85;
}


.news-dropdown {
position: relative;
display: inline-block;
}


.news-dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}


.news-dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.news-dropdown-content a:hover {background-color: #ddd;}

.news-show {display:block;}

.newsletters-tab {
    position: relative;
}

.newsletter-date-change {
    font-size: 14px; 
    display: flex;
    justify-content: space-between;
}

.newsletter-date-change div {
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
}

.newsletter-date-change div:hover,
.newsletter-date-change div.active {
    text-decoration: underline;
}

.ajax-overlay {
    font-size: 60px;
    text-align: center;
    background-color:rgba(255,255,255,0.6); 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: 1;
    display: none;
}

.ajax-overlay.loader {
    display: block;
}

.calendar-language {
    aspect-ratio: 1/1; 
    font-weight: bold; 
    font-size: 14px; 
    color: white; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    box-shadow: inset 0 0 0 2000px rgba(33, 116, 165, 0.7);
    background-image: url('img/calendar-bg.jpg');
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.calendar-language:hover,
.calendar-language.active {
    box-shadow: inset 0 0 0 2000px rgba(197, 32, 38, 0.7);
}

.calendar-link {
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    color: black;
}

.calendar-link:hover {
    text-decoration: underline;
}

/* link block repeater */
.info_links_block {
    margin: 30px 0;
}

.single-link-block-repeater-inner {
background-size: cover; 
background-position: center; 
min-height: 375px; 
display: flex; 
justify-content: center; 
align-items: center; 
flex-direction: column; 
padding: 24px; 
text-align:center; 
box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

.single-link-block-repeater-inner h4 {
    font-family: 'Open Sans', sans-serif; 
}

/* popup video */
.popup-image-video {
    position: absolute; 
    content:''; 
    top:0; 
    left: 20px; 
    bottom: 0; 
    right: 20px; 
    display: flex; 
    align-items:center; 
    justify-content:center; 
    cursor: pointer; 
    font-size: 40px; 
    color: white;
    transition: all 0.2s;
    flex-direction: column;
    z-index: 1;
    border-radius: 4px;
}
.popup-image-video p {
    opacity: 0;
    height: 0;
    transition: all 0.2s;
    font-size: 12px;
    position: absolute;
    margin: 95px 0 0 0;
}
.popup-image-video:hover {
    background-color: rgba(0,0,0,0.6)
}
.popup-image-video:hover p {
    opacity: 1;
    height: 35px;
}
.popup-vid-cover-img {
    height:100%;
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
}

.popup-vid-cover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.popup-image-video-holder {
    position: relative;
    padding: 0 20px;
    position: relative;
    margin-bottom: 30px;
}

.popup-image-video-holder:before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    bottom: 20px;
    left: 40px;
    right: 0;
    background-color: #2174A5;
    z-index: -1;
    border-radius: 4px;
}
.popup-image-video-holder img {
    border-radius: 4px;
}



/* featured event */
.block_featured_event {
    position: relative;
    padding: 10%;
}
.block_featured_event:before {
    position: absolute;
    content: '';
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: solid 1px #707070;
    top: 10%;
    bottom: 10%;
    left: 2%;
    z-index: -1;
}
.block_featured_event_inner {
    aspect-ratio: 1/1; 
    color: white; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6); 
    flex-direction: column; 
    text-align:center; 
    border-radius: 50%; 
    padding: 10%;
    background-size: cover;
    background-position: center;
    transition: all 0.3s; 
}

.block_featured_event_inner .ev-title {
    position: relative;
}

.block_featured_event_inner .ev-title:after {
    position: absolute;
    width:80px;
    content: '';
    height:3px;
    background-color: #1DA1F2;
    bottom: -14px;
    left: calc(50% - 40px);
}

.block_featured_event_inner:hover {
    box-shadow: inset 0 0 0 2000px rgba(197, 32, 38, 0.9); 
}

.block_featured_event_inner .ev-desc {
    display: none;
}

/* info links with background */
.info-links-inner {
    background-color: black; 
    color: white; 
    padding: 80px 30px; 
    background-size: cover; 
    background-position: center; 
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6); 
}
.info-link-button {
    color: white;
    padding-right: 30px;
    position: relative;
    font-weight: 600;
    display: block;
    margin: 15px 0;
}
.info-link-button:hover {
    color: white!important;
    opacity: 0.7;
}
.info-link-button i {
    font-size: 21px;
    color: white;
    position: absolute;
    right: 0;
    top: 2px;
}

/* newsletter link */
.newsletter-link:hover {
    text-decoration: underline;
}
.counter_number {
    font-size:60px; 
    text-align:center; 
    font-weight:bold;
}
.counter_description {
    color: #095B11;
    font-size: 2.25rem;
    font-family: 'Lusitana', serif;
    font-weight: bold;
    line-height: 1.25em;
    text-align:center;
}

.icon-box-repeater-section {
    margin: 30px 0;
}

.icon-box-repeater-columns {
    justify-content: center;
}

.icon-box {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    height: 100%;
    padding: 40px 20px;
    transition: all .2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
a .icon-box:hover {
    /* transform: scale(1.025); */
    background: #CCF280;
}
.icon-holder {
    text-align:center;
    color: #095B11;
    font-size:32px;
}
.icon-box h3 {
    font-size:2.4rem;
    margin: 0;
    text-align:center;
}

.icon-box p {
    text-align:center;
}

.faux-icon-box {
    padding:0; 
    flex: 0 1 auto;
    width:1px;
}

.icon-box .button {
    margin-top: 20px;
}

/* testimonial block */
.testimonial-slider {
    width: 100%;
    margin: 20px auto;
}

.testimonial-slider .slick-slide {
  margin: 0px;
}

.testimonial-slider .slick-slide img {
  width: 100%;
}

.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
  color: black;
}

.testimonial .shadow-on-box {
    background-color: white;
}

.testimonial-quote-line {
    justify-content:space-between; 
    align-items:center;
}

.testimonial-line {
    width:30%; 
    height:5px; 
    /* background-color:#095B11;  */
    margin-top: -40px;
}

.testimonial-quote {
    font-size: 90px; 
    /* color: #095B11;  */
    line-height: 1; 
    margin: 0;
}

.testimonial-text {
    margin-top:-20px;
}

.testimonial-nav-arrows {
    text-align:right; 
    cursor: pointer;
}

/* secondary link buttons */
.secondary-link-buttons {
    margin: 30px 0;
}

.secondary-link-buttons a {
    display: flex;
    align-items: center;
    background-color: #CCF280;
    border: solid 2px #CCF280;
    border-radius: 60px;
    padding: 10px 30px;
    min-height: 85px;
    justify-content: center;
    transition: all .5s ease;
    height: 100%;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    color: #052b08;
}

.secondary-link-buttons a:hover {
    background-color: transparent;
}

/* jquery ui */

/* .ui-widget {
    font-family: inherit!important;
    font-size: inherit!important;
}

.ui-accordion .ui-accordion-header {
    font-size: 2.25rem;
}

.ui-helper-reset {
    line-height: inherit!important;
    font-size: inherit!important;
} */

/* Jquery UI Accordion */
.ui-accordion .ui-accordion-header {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    font-size: 2.1rem!important;
}

.ui-accordion .ui-accordion-header:not(:first-of-type) {
    border-top: solid 1px black;
}

.jquery-ui-accordion {
    border-bottom: solid 1px black!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {

    background: #FFFFFF!important;
}

.ui-widget-content {
    border: none!important;
}

.accordion .ui-icon { display: none!important; }

.accordion h3 span {
    color: white;
    background: black;
    padding: 8px 25px;
}

.ui-accordion-header {
    position: relative;
    padding: 1em 2.5em 1em 0em!important;
    font-weight: bold!important;
    color: #2174A5!important;
}
.ui-accordion-header:after {
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    content: '\f054';
    position: absolute;
    right: 0;
}
.ui-accordion-header.ui-state-active:after {
    content: '\f078';
}

.ui-accordion .ui-accordion-content {
    padding: 0em!important;  
}

.ui-accordion-header a {
    font-size: 14px;
    color: #2174A5!important;
    font-weight:500;
}

.ui-widget, .ui-helper-reset {
    font-family: inherit!important;
    font-size: 1.7rem!important;
    line-height: inherit!important;
    color: black!important;
}


/* header */
.header {
    position: relative;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.33); 
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.33);
}

.header .top-bar {
    background-color: #095B11;
    padding:10px 0;
}

.header .top-bar .top-bar-columns {
    justify-content:space-between;
}

.header .top-language #en {
    font-size:32px; 
    vertical-align:middle;
}

.header #pt {
    border-left:solid 1px white; 
    border-right: solid 1px white; 
    padding: 0 20px; 
    margin: 0 20px;
}

.menu-area {
	justify-content: space-between;
    margin-bottom: 0!important;
    display: flex;
    align-items: center;
}

.logo {
    padding: 15px 15px 15px 0px;
    flex: 0 1 auto;
}

.logo a {
    display:inline-block;
}

.logo-img {
    backface-visibility: hidden;
    max-height: 80px;
}

.side-nav-column {
    flex: 0 1 auto;
    display: flex;
    align-items:center;
}

.ssd-logo {
    font-weight:bold; 
    font-size:32px; 
    color:white; 
    margin-left: 15px; 
}

.wantto-wrap {
    flex: 1 1 auto;
    margin: 0 15px;
}
.wantto-menu {
    width: 250px;
}
.wantto-menu ul {
    display: none;
    position: absolute;
    background-color: white;
    list-style: none;
    padding:0;
    margin:0;
    top:0;
    right:0px;
    left:0px;
    -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}
.wantto-menu li {
    display: block;
    font-size: 14px;
}
.wantto-dropdown {
    position: relative;
    z-index:1;
}
.wantto-menu a {
    padding:5px 10px;
    background-color: #C62320;
    display:block;
    border-bottom: solid 1px white;
    color: #FFFFFF;
}
.wantto-menu a:hover {
    background-color: #efefef;
}
.wantto-trigger {
    width:auto;
    font-size:14px;
    border:2px solid #fff;
    cursor:pointer;
    appearance: none;
    -webkit-appearance: none;
    outline:none;
    padding:5px 10px;
    background-color: #C62320;
    position: relative;
    z-index: 2;
    color:#FFFFFF;
}
.wantto-trigger:hover {
    background-color: #921816;
}
.wantto-trigger .wantto-text {
    pointer-events: none;
}
.wantto-trigger .icon_arrow {
    border-top:15px solid #FFFFFF;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-7px;
    pointer-events: none;
}



  #want-to-wrap {
    position:relative;
    margin: 0 15px
  }
  #want-to-wrap select {
    width:250px;
    height:38px;
    font-size:18px;
    border:2px solid #fff;
    cursor:pointer;
    appearance: none;
    -webkit-appearance: none;
    outline:none;
    padding:0 10px;
    background-color: #C62320;
    color:#FFFFFF;
  }
  #want-to-wrap select::-ms-expand {
      display:none;
  }
  #want-to-wrap .icon_arrow {
    border-top:15px solid #FFFFFF;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-7px;
    pointer-events: none;
  }

.header-social {
    font-size:  2.4rem;
    display: flex;
    align-items: center;
    margin: 0;
    position: fixed;
    right: 0;
    top: 352px;
    z-index: 1;
    flex-direction: column;
}

.header-social a {
    color: white;
    background-color: black;
    padding:14px;
    margin-top: 3px;
    line-height:0;
    width: 52px;
    height: 52px;
    display: block;
}

.header-social a:hover {
    color: white!important;
}

.header-social span, .header-social i {
    margin:  0 ;
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/

/* primary nav */
.nav {
    /* padding: 10px 20px 10px 0; */
    padding: 0;
    font-family: 'Lusitana', serif;
    font-weight:bold;
    flex: 0 1 auto;
}

/* secondary nav */

.ssd-secondary-nav .container-wide {
    background-color:#efefef; 
    border:  solid 1px white;
}

.ssd-secondary-nav .nav-box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ssd-secondary-nav a {
    color: #000000;
    font-weight:bold;
    display: flex;
    line-height: 1.25em;
}

.ssd-secondary-nav a i {
    color: #095B11;
    font-size: 2.4rem;
    margin-right:10px;
}

.nav-box ul {
    margin:0;
    padding:0;
    list-style:none;
}
.secondary-mobile-menu {
    display: block;
    cursor: pointer;
    padding: 10px 20px;
    text-align:center;
    font-weight:bold;
    background-color: #095B11;
    color: white;
}
.secondary-mobile-menu .hamburger {
    font-size:26px;
    padding-top:4px;
    vertical-align: middle;
}
.secondary-mobile-menu:hover {
    background-color: #063a0c;
}

/* highlight box */
.ssd_highlight {
    padding: 20px;
    font-size: 1.5rem;
    line-height: 1.25;
}
.ssd_highlight.ssd_highlight_round {
    border-radius: 20px;

}
.ssd_highlight.ssd_highlight_shadow {
    box-shadow: 5px 10px 10px #acacac;
}
.ssd_highlight h4 {
    border-bottom: solid #949494 1px;
    margin-top: 0;
}
.ssd_highlight img {
    float: left;
    margin-bottom: 15px;
    max-width: 80px;
    margin-right: 15px;
}
.ssd_highlight .button {
    border-radius: 60px;
    color: white!important;
    border-color: transparent;
}

/*------------------------------------*\
    MEGA MENU
\*------------------------------------*/

/* schools dropdown */

.nav-bates:before {
    background:url('img/school-icons-color/bates-logo.png')!important;
}
.nav-bentley:before {
    background:url('img/school-icons-color/bentley-logo.png')!important;
}
.nav-carlton:before {
    background:url('img/school-icons-color/carlton-logo.png')!important;
}
.nav-collins:before {
    background:url('img/school-icons-color/collins-logo.png')!important;
}
.nav-early:before {
    background:url('img/school-icons-color/ecc-logo.png')!important;
}
.nav-horace:before {
    background:url('img/school-icons-color/horace-logo.png')!important;
}
.nav-newliberty:before {
    background:url('img/school-icons-color/newliberty-logo.png')!important;
}
.nav-salemhigh:before {
    background:url('img/school-icons-color/salemhigh-logo.png')!important;
}
.nav-salemprep:before {
    background:url('img/school-icons-color/salemprep-logo.png')!important;
}
.nav-saltonstall:before {
    background:url('img/school-icons-color/saltonstall-logo.png')!important;
}
.nav-witchcraft:before {
    background:url('img/school-icons-color/witchcraft-logo-2.png')!important;
}
.nav-school {
    display: flex!important;
}
.nav-school:before {
    content: ''!important;
    width: 60px!important;
    height: 60px!important;
    display: block!important;
    background-size: contain!important;
    float:left;
    margin-right: 10px;
    background-repeat: no-repeat!important;
    flex: 0 0 auto!important;
}
.nav-school a {
    flex: 1 auto;
}

/* main menu */
.mega-menu-description {
    font-style: normal!important;
}
#mega-menu-wrap-header-menu .tribe-events-c-messages__message-list-item, #mega-menu-wrap-header-menu .tribe-common .tribe-common-c-svgicon {
    color: white!important;
}

#mega-menu-wrap-header-menu .tribe-common .tribe-common-c-svgicon--messages-not-found path {
    stroke: #FFFFFF!important;
}

#mega-menu-wrap-header-menu {
    background: transparent;
    height: 100%;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    background: transparent;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #095B11!important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu {
    height: 100%;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
    height:100%;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    display: flex;
    align-items:center;
    color:#000000;
    height: 100%;
    font-size: 18px;
    padding: 0px 20px 0px 20px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
    background: #095B11;
}

/* flyout sub menus */
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu {
    background: #052b08;

}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: transparent;
    color: #FFFFFF;
    font-size: 17px!important;
    padding:10px!important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: transparent;
    color: #FFFFFF;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #CCF280;
}

/* mega sub menus */
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #052b08;
    -webkit-box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 33%)!important;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 33%)!important;
    padding-top: 30px;
    padding-bottom: 50px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color:#FFFFFF;
    text-transform: none;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color:#FFFFFF;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: #095B11;
}

.mobile-menu-search {
    padding: 0 12px 20px 12px!important;
}

.mega-menu-item-type-widget {
    padding: 0 15px!important;
    color: #FFFFFF!important;
    font-weight: normal;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    margin-bottom: 15px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding-bottom: 0!important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 19px!important;
    line-height: 1.3em!important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #CCF280;
}


#mega-menu-wrap-header-menu #mega-menu-header-menu p {
    font-family: 'Open Sans', sans-serif!important;
    font-size: 1.4rem!important;
}


/* sub-sub menus */
.mega-menu-row ul ul ul {
    list-style: square!important;
    display: list-item!important;
    list-style-position: outside!important;
    font-size: 1.rem;
    margin-left: 30px!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

.mega-menu-row ul ul ul li {
    color: #c62320!important;
}

.mega-menu-row ul ul ul li a {
    color: #FFFFFF!important;
}

/* sidebar */
.columns.sidebar-columns {
    flex-direction: row-reverse;
}

.sidebar-hierarchy {
    list-style: none;
    padding: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
}

.sidebar-hierarchy .hierarchy-parent a {
    -webkit-box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 10%);
    font-weight: bold;
    z-index: 1;
}

.sidebar-hierarchy > li > a {
    padding: 15px 15px 15px 30px;
    display: block;
    position: relative;
    color: #000000;
}

.sidebar-hierarchy > li:not(.hierarchy-parent).page_item_has_children > a span {
    position: absolute; 
    top:5px;
    left:0;
    width: 42px;
    height: 42px;
    display: block;
}
.sidebar-hierarchy > li:not(.hierarchy-parent).page_item_has_children > a:after {
    content: '\f0da';
    position: absolute;
    font-family: "Font Awesome 5 Pro"; 
    font-weight: bold;
    font-size: 24px;
    top:10px;
    left:0;
    pointer-events:none;
}

.sidebar-hierarchy > li:not(.hierarchy-parent).page_item_has_children > a.link-open:after {
    content: '\f0d7';
}

.sidebar-hierarchy .arrow-hover:after {
    color: #095B11;
}

.sidebar-hierarchy > li > a {
    background-color: #efefef;
}

.sidebar-hierarchy > li > a:hover, .sidebar-hierarchy > .current_page_item > a, .sidebar-hierarchy > .current_page_parent > a, .sidebar-hierarchy > .current_page_ancestor > a {
    background-color: #f7c1c1;
}

.sidebar-hierarchy > li .current_page_item > a {
    color: #095B11;
}

.sidebar-hierarchy > li:not(.current_page_item):not(.current_page_ancestor) > ul {
    display: none;
}

.sidebar-hierarchy .children {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.5rem;
}

.sidebar-hierarchy > .page_item_has_children > ul {
    padding-left: 40px!important;
}

.sidebar-hierarchy .children li {
    margin: 10px 0;
}

.sidebar-hierarchy .children li a {
    display: block;
    color: inherit;
}

.sidebar-hierarchy > .page_item_has_children ul {
    list-style: none;
}

.sidebar {}

/* footer */
.footer {
    background: #095B11;
    color:#FFFFFF;
    margin-top: 100px;
}

.footer-nav {
    justify-content:  space-between;
}

.footer-nav ul {
    margin:  0;
    padding: 0;
    justify-content: space-between;
}

.footer-nav li {
    flex: 0 1 auto;
}

.footer-social {
    font-size:  3rem;
    display: flex;
    align-items: center;
    margin: 10px 0 10px 20px;
}

.footer-social span, .footer-social i {
    margin:  0 10px;
}

.footer #en2, .footer .fa-school {
    font-size:32px; 
    vertical-align:middle;
}

.footer .site-selector {
    padding: 8px; 
    background-color:#095B11; 
    color: #FFFFFF; 
    border-color: white; 
    font-size: 14px; 
    max-width:100%;
    border: 0;
}

.footer-options {
    justify-content: space-between; 
    margin-top: 30px;
    align-items:center;
}

.footer-nav-area-columns {
    justify-content:space-between; 
    border-top: solid 1px rgba(255,255,255,0.7); 
    margin-top: 30px; 
    padding-top: 30px;
}

.footer .copyright-area {
    background-color:#052b08; 
    padding: 20px 0; 
    margin-top: 30px;
}

.footer-text-block {
    margin: 40px 0;
}

.footer-text-block p,
.footer-text-block a {
    font-size: 14px;
    color: white;
}

/* Other */

.pagination {
    font-size: 2.6rem;
    text-align: center;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* COMMON */
.page-title-area {
    background-color: #095B11;
    color:#FFFFFF;
}

.page-title-area .backgroundimg {
    height:390px;
    background-size: cover; 
}

.page-sub-header {
    margin-top: -100px;
    position: relative;
}

.page-sub-header.nooverlap {
    margin-top: 0;
}

.page-sub-heading-inner-box-wrapper {
    background: #C52026;
    height:100%; 
    display: flex; 
    align-items:center;
    position: relative;
}

.page-sub-heading-inner-box-wrapper:before {
    content: '';
    position: absolute;
    left: -100vw;
    height: 100%;
    right: 0;
    z-index: 0;
    overflow: hidden;
    top: 0;
    background: #C52026;
}

.page-sub-heading-inner-box-wrapper:after {
    content: '';
    position: absolute;
    right: -69px;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    width: 70px;
    height: 100%;
    top: 0;
    bottom: 0;
    background: #C52026;
}

.page-sub-heading-inner-box-wrapper p {
    margin:20px 0;
} 

.page-sub-heading-inner-box-wrapper img {
    margin:0;
}

.breadcrumbs-section {
    background-color: #000000;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom:10px;
}

.breadcrumbs-section a {
    color: #FFFFFF;
}

.breadcrumbs-section a:hover {
    color: #f7c1c1;
}

/* emergency message */
.emergency-message {
    background-color: #CCF280;
    color:#095B11;
    font-weight: bold;
    text-align:center;
    font-family: 'Lusitana', serif;
    padding: 10px 0;
}

/* tablepress */
.tablepress tfoot th, .tablepress thead th {
    background-color: #CCF280!important;
}




/* HOMEPAGE */
#bgvid {
    display:none;
}

.home-hero {
    margin-bottom:10px;
}
.home-video-wrapper {
    position: relative;
    height: 475px;
    padding:0;
}

.home-hero {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
}

.ssd-secondary-nav-home {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    margin-bottom: 80px;
}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 475px;
    overflow: hidden;
}

.video-container video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-hero .slick-track, .home-hero .slick-list, .home-hero .hero-slider {
    height: 100%;
}

.home-hero .slick-slide {
    width:100%; 
    height: 100%;
    background-size:cover; 
    /* background-position:center; */
}

.mobile-fallback-hero {
    display: block;
    width:100%; 
    height: 100%; 
    background-size:cover; 
    background-position:center; 
}

.overlay {
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
}

.overlay .container {
    text-align: left;
    display: flex;
    align-items: center;
}

.overlay :last-child {
    margin-bottom: 0;
}

.overlay h1 {
    font-weight: bold;
    text-shadow: 0 0 0.3em #000;
    margin: 0 0 1em;
    color: #FFF;
    font-size: 5rem;
}

/* NEWS */
.first-post-info {
    margin-left: 30px;
    margin-top: -200px;
    margin-bottom:60px;
}
.first-post-info article {
    padding: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.news-post-columns {
    margin-bottom: 30px!important;
    padding-bottom: 30px!important;
    border-bottom: solid 1px black;
    flex-direction: row-reverse;
}

.news-categories {
    background-color:#efefef;
    padding: 20px;
    margin-bottom:60px;
}

.category-slider .slick-track {
    display: flex;
    align-items: center;
}

.category-slider .slick-prev:before,
.category-slider .slick-next:before {
      color: black;
}

.category-slide {
    margin: 0 10px;
    line-height:1.3em;
}

.similar-posts h6 {
    margin: 20px 0;
    font-size: 2.5rem;
}

.similar-posts-header {
    margin-top:50px; 
    padding-top: 50px; 
    border-top: solid 1px black;
}

.fr-video {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.fr-video iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

iframe {
    max-width: 100%;
}

/* .attachment-page-title-area {
    margin-top: 30px;
    margin-bottom: 30px;
} */

/* CONTACT */
.leadership-repeater i {
    margin-top: 6px;
    color: #095B11;
}
.leadership-repeater .header-small {
    font-family: 'Lusitana', serif;
}
.leadership-repeater .leadership-name {
    font-size: 20px;
    margin-top: 10px;
}
.contact-footer-button {
    height:100%; 
    min-height:150px;
}
.contact-footer-button a {
    display: block; 
    background-color:#EFEFEF; 
    height:100%; 
    justify-content:space-between; 
    align-items:center; 
    padding:40px;
    transition: all 0.3s;
}
.contact-footer-button i {
    font-size:70px;
}
.contact-footer-button .contact-footer-button-text {
    color: black; 
    font-size: 20px; 
    font-weight:500; 
    text-align:center; 
    flex: 1 1 auto;
}
.contact-footer-button a:hover i, .contact-footer-button a:hover .contact-footer-button-text {
    color: #FFFFFF;
}
.contact-footer-button a:hover {
    background-color: #095B11;
}

/* TEAM */
.single-team-listing {
    transition: all .2s ease-in-out;
    max-width: 640px;
}
  
.single-team-listing:hover {
    transform: scale(1.025);
}

.single-team-listing-title {
    line-height: 1.5em;
}

.single-team-listing img {
    margin-bottom: 20px;
}

.single-team h1 {
    display: inline-block;
}

/* STAFF DIRECTORY */
.directory-item {
    padding: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.directory-thumb img {
    width: 80px;
}
.directory-initials {
    background-color:#efefef;
    width:80px;
    height: 80px;
    font-size:20px;
    color: black;
    display: flex;
    justify-content:center;
    align-items:center;
}

.clear-form {
    padding: 6px 14px;
    font-size: 1.6rem;
    font-weight:bold;
    display:inline-block;
    text-align:center;
    transition: all 0.5s ease;
    border: solid 2px #095B11;
    background-color: #095B11;
    color: #FFFFFF;
    opacity: 1;
    margin: 5px 0;
    border-radius:60px;
  }
.clear-form:hover {
    background-color: #FFFFFF;
    color: #095B11;
    text-decoration: none;
    opacity: 1;
}
#team_search_form {
    margin-bottom: 30px;
}
.team_search_input {
    height: 43px;
    border-radius: 60px;
    padding: 10px 15px;
    border: solid 1px black;
    width: 100%;
    margin: 5px 0;
    outline: none!important;
}

.team_search_select {
    height: 43px;
    border-radius: 60px;
    padding: 10px 15px;
    border: solid 1px black;
    margin: 5px 0;
    outline: none!important;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
}

.team_search_select::-ms-expand {
    display:none;
}

.team_search_wrap {
    position: relative;
    display: inline;
}
.team_search_wrap:after {
    content: '';
    position:absolute;
    border-top:15px solid #095B11;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-7px;
    pointer-events: none;
  }

/*------------------------------------*\
   EVENTS
\*------------------------------------*/

/* Style The Dropdown Button */
.dropbtn {
    background-color: #2e2e2e;
    color: white;
    padding: 16px 150px 16px 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
  }

.dropbtn:after {
    position: absolute;
    right: 16px;
    top: 12px;
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 900; 
    content: "\f078";
    font-size: 24px;
}
  
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    width: 100%;
    text-align: left;
    max-height:500px;
    overflow: auto;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #000000;
}

.header .tribe-events-widget-events-list__events {
    display: flex;
    flex-wrap: wrap;
}
.tribe-common--breakpoint-xsmall.tribe-events-widget .tribe-events-widget-events-list__event-title {
    font-size: 20px!important; 
}
.header .tribe-events-widget .tribe-events-widget-events-list__event-row {
    width: 33%;
    margin-bottom:80px!important;
}

.header .tribe-events-widget .tribe-events-widget-events-list__event-row:last-child {
    margin-bottom: auto;
}

.header .tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
    background-color: black;
    /* margin-right: 15px; */
    padding:10px 0;
    border: solid 1px #6d6d6d;
}

.header .tribe-events-widget .tribe-common-g-col {
    padding: 0 15px!important;
}

.header .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
    color:#FFFFFF;
}

.header .tribe-common .tribe-common-h2 {
    color:#FFFFFF;
}

.header .tribe-common .tribe-common-b2 {
    color:#FFFFFF;
}

/* .header .tribe-common a, .header .tribe-common a:active, .header .tribe-common a:focus, .header .tribe-common a:hover, .header .tribe-common a:visited {
    color:#FFFFFF;
    border:0!important;
} */

.header .tribe-common .tribe-common-c-svgicon--recurring path {
    color:white;
    fill: white!important;
    stroke: white!important;
}

.header .tribe-common .tribe-common-h6 {
    font-weight:bold!important;
    font-size: 28px!important;
    margin-bottom:50px;
    margin-top:30px;
    color:#FFFFFF;
}

.header .tribe-events-widget .tribe-events-widget-events-list__view-more {
    margin-top: -20px!important;
}

.header .tribe-common.tribe-events-widget .tribe-events-widget-events-list__view-more-link {
    color:white;
    padding: 10px 10px 10px 20px;
    border: solid 2px white!important;
    border-radius: 60px;
    position: relative;
    font-weight: 600;
    transition: all 0.5s ease;
}

.header .tribe-common.tribe-events-widget .tribe-events-widget-events-list__view-more-link:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f0a9';
    display: inline;
    margin-left: 20px;
    transition: margin-left 0.3s ease-in-out; 
}

.header .tribe-common.tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover {
    background-color: white;
    color: #095B11;
}

/* .tribe-events-content a, .tribe-events-content a:hover {
    border-bottom: 0;
}

.tribe-events-content a {
    color: #095B11;
}

.tribe-events-content a:hover {
    color: #063a0c;
}

.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical {
    color: #095B11;
}

.tribe-events-cal-links .tribe-events-gcal:hover, .tribe-events-cal-links .tribe-events-ical:hover {
    color: #063a0c;
}

.tribe-events-event-meta a, .tribe-events-event-meta a:visited {
    color: #095B11;
}

.tribe-events-event-meta a:focus, .tribe-events-event-meta a:hover,
.tribe-events-event-meta a, .tribe-events-event-meta a:visited {
    color: #063a0c;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a {
    color: #095B11;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a:hover {
    color: #063a0c;
}

.tribe-events-schedule .recurringinfo a, .tribe-related-event-info .recurringinfo a {
    color: #095B11;
}

.tribe-events-schedule .recurringinfo a:hover, .tribe-related-event-info .recurringinfo a:hover {
    color: #063a0c;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    background-color: #095B11;
}

.tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover {
    background-color: #063a0c;
} */

/*------------------------------------*\
   BUTTONS
\*------------------------------------*/
.button {
    padding: 10px 25px;
    font-size: 1.6rem;
    font-weight:bold;
    display:inline-block;
    text-align:center;
    transition: all 0.5s ease;
    border: solid 2px #095B11;
    background-color: #095B11;
    color: #FFFFFF;
    opacity: 1;
  }
  .button:hover {
    background-color: #FFFFFF;
    color: #095B11;
    text-decoration: none;
    opacity: 1;
  }
  
  .button.dark-btn {
    background-color:#032336;
    border-color:#032336;
    color:#FFFFFF;
  }
  
  .button.dark-btn:hover {
    background-color:#FFFFFF;
    color:#032336;
  }
  
  .button.outline-btn {
    border: solid 2px #095B11;
    border-radius: 4px;
    color: #095B11;
    background-color:transparent;
  }
  .button.outline-btn:hover {
    background-color: #095B11;
    color:#FFFFFF;
  }
  
  .button.outline-btn.reversed {
    border: solid 2px #FFFFFF;
    border-radius: 4px;
    color: #FFFFFF;
  }
  .button.outline-btn.reversed:hover {
    background-color: #FFFFFF;
    color: #095B11;
  }
  
  .button.shadow-btn {
  -webkit-box-shadow: 0px 10px 13px -7px #737373, 5px 5px 15px 5px rgba(0,0,0,0); 
  box-shadow: 0px 10px 13px -7px #737373, 5px 5px 15px 5px rgba(0,0,0,0);
  }
  
  .button.full-btn {
    width: 100%;
  }
  .button.pill-btn {
    border-radius:40px!important;
  }

  .header .button {
      background-color: white;
      border-color: white;
      padding:3px 15px;
      color: #095B11;
      border-radius: 60px;
      font-size:1.5rem;
  }

  .footer .button {
    background-color: transparent;
    border-color: white;
    padding:3px 15px;
    color: #FFFFFF;
    border-radius: 60px;
    font-size:1.5rem;
    margin: 10px;
  }

  .footer .button:hover {
    background-color: white!important;
    color: #000000;
  }
  
  /* search */
.header .navbar-form {
    padding: 5px 0px 5px 10px;
    /* border-radius: 30px; */
    display: inline-block;
    float: right;
    font-size: 1.5rem;
    background-color: transparent;
    border: solid 1px white;
}

.header .navbar-form input {
    border: 0!important;
    color: white;
    background-color: transparent;
    /* font-weight: bold; */
}

.header .navbar-form input::placeholder {
    color: white;
}

.header .navbar-form button {
    color:white;
    background-color: transparent;
    border: 0;
}

/* .header .navbar-form button:hover {
    color:#095B11;
} */

/*------------------------------------*\
    Search Bar
\*------------------------------------*/

#searchBtn {
    border-radius: 50%;
    background-color: white;
    color: #C52026;
    border: 0;
    height: 38px;
    padding: 5px 11px
}

#searchModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(255, 255, 255, 0.8);
    /* Black w/ opacity */
}


/* Modal Content/Box */

#modal,
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    position: relative;
    /* background-color: rgba(255,255,255,0.9); */
    /* background-color: #4C9A45; */
    background-color: #76BC21;
    margin: 10% auto;
    padding: 0;
    border: 0;
    width: 800px;
    max-width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    color: #FFFFFF;
}

.modal-content a {
    color: #FFFFFF;
}

.modal-header {
    padding: 2px 16px;
    background-color: black;
    color: white;
}

.modal-header h4 {
    margin: 0;
    padding: 10px 0;
}

.modal-body {
    padding: 20px;
}


/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-body .form-inner {
    display: flex;
    justify-content: center;
}

.modal-body .form-inner input[type=search] {
    padding: 10px 15px;
    font-size: 1.6rem;
    color: black;
    border-radius: 20px 0 0 20px;
    border: 0;
    background-color: #fff;
    width: 80%;
    font-family: 'Lato', sans-serif;
}

.modal-body .form-inner button.search-submit {
    border-radius: 0 20px 20px 0;
    background-color: black;
    font-size: 2rem;
    border: 0;
    padding: 10px 15px;
    color: #fff;
    transition: all .4s;
}


@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.search-header {
    background-color: #163C6F;
    color: #fff;
}

.search-result-wrapper article {
    margin-bottom: 30px;
}

.search-result-wrapper h2 {
    margin: 10px 0;
}

.search-result-wrapper h2 a {
    color: #163C6F;
    transition: all .3s;
}

.search-result-wrapper h2 a:hover {
    color: #F7B524;
}


/* /Search Bar */

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
    GOOGLE TRANSLATE
\*------------------------------------*/

.gt_selector {
    background-color: transparent;
    color: white;
    border: 0;
}

/* maybe not used anymore */
.translation-area {
    align-items:center;
}
.translation-area #sp, .translation-area #pt {
    cursor: pointer;
}

.goog-logo-link {
    display:none !important;
} 
    
.goog-te-gadget {
    color: transparent !important;
    font-size:0!important;
}

.goog-te-gadget .goog-te-combo {
    font-size: 14px!important;
}

/* .goog-te-banner-frame.skiptranslate {
display: none !important;
}  */

.goog-te-gadget select.goog-te-combo {
    margin: 4px 0;
    padding: 8px;
    color: #FFFFFF;
    border-color: white;
    background-color:  #095B11;
}
/* /maybe not used anymore */

/*------------------------------------*\
    ACF GOOGLE MAP
\*------------------------------------*/

.acf-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 600px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* Fixes potential theme css conflict. */
.acf-map img {
    max-width: inherit !important;
}


/*------------------------------------*\
    NEW DESIGN 2023
\*------------------------------------*/

/* Mega Menu */
/* #mega-menu-item-16954 > .mega-sub-menu {
    visibility: visible!important;
    opacity: 1!important;
} */

#mega-menu-wrap-header-menu-2023 {
    height: 100%;
    display: flex;
    align-items: center;
}

#mega-menu-wrap-header-menu-2023 #mega-menu-header-menu-2023 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    display: flex!important;
}

#mega-menu-wrap-header-menu-2023 #mega-menu-header-menu-2023 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    position: relative!important;
}

#mega-menu-wrap-header-menu-2023 #mega-menu-header-menu-2023 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: black;
    bottom: 0;
}

#mega-menu-wrap-header-menu-2023 #mega-menu-header-menu-2023 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    height: 100%!important;
}

#mega-menu-wrap-header-menu-2023 #mega-menu-header-menu-2023 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:last-of-type a.mega-menu-link {
    border-bottom: none!important;
}

#mega-menu-wrap-header-menu-2023 #mega-menu-header-menu-2023 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu-2023 #mega-menu-header-menu-2023 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    height: 100%!important;
}
.text-flair {
    position:absolute!important;
    bottom: -20px!important;
    left:20px!important;
}
.text-flair p {
    font-family: "myriad-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    color: #ededed;
    font-size:100px;
}

#mega-menu-wrap-header-menu-2023 #mega-menu-header-menu-2023 > li.mega-menu-megamenu > ul.mega-sub-menu {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

#mega-menu-wrap-header-menu-2023 #mega-menu-header-menu-2023 a.mega-menu-link .mega-description-group {
    display: flex!important;
    flex-direction: column!important;
}

#frm_form_1_container {
margin-top: 50px;
	max-width:1000px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

#frm_form_1_container .frm_form_field.form-field input {
	color: black !important;
    background-color: white !important;
    border-radius: 60px !important;
	border: 1px solid #C52026 !;
	transition: 0.3s ease !important;
}

#frm_form_1_container .frm_form_field.form-field input:hover{
	border: 1px solid black !important;
}

#frm_form_1_container .frm_form_field.form-field label {
	color:black !important;
	font-weight: 600 !important;
	margin-bottom: 7px !important;
	
}

#frm_form_1_container button{
	border-radius: 0 !important;
    background-color: #C52026 !important;
    border-color: #C52026 !important;
    padding: 13px 23px 13px 23px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
	font-weight: 700 !important;
	transition: 0.3s ease !important;
}
#frm_form_1_container button:hover {
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
	color: white !important;
}

#frm_form_1_container h3 {
    margin-top: 0px;
    line-height:1.5;
    margin-bottom: 25px;
}

.mega-sub-menu .tribe-common a:not(.tribe-common-anchor--unstyle) {
    color: white!important;
}

#pojo-a11y-toolbar {
    z-index: 1!important;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:769px) {
    /* .sidebar-columns article.page {
        padding-left: 60px;
    } */
    #bgvid {
        display: block;
    }
    .mobile-fallback-hero {
        display: none;
    }
    .secondary-mobile-menu {
        display: none;
    }
    .ssd-secondary-nav .nav-box {
        display: block!important;
    }
    .ssd-secondary-nav a {
        justify-content:center;
    }
    .testimonial-column {
        margin-right:-100px;
    }
    .map-contact-container {
        margin-top:-60px; 
        margin-right:-20px; 
        margin-left:20px; 
        position:relative;
    }
    .calendar-language {
        font-size: 25px;
    }
    .cta-content-box-link {
        border-left: solid 1px white;
    }
}

@media only screen and (min-width:1024px) {
    .block_featured_event_inner .ev-desc {
        display: block;
    }
}

@media only screen and (min-width:1140px) {
    .newsletter-filters {
        display: block;
    }
}

@media only screen and (min-width:1280px) {}

@media only screen and (max-width: 467px) {
    .is-style-scriptfont:not(.has-small-font-size),
    .is-style-scriptfont:not(.has-medium-font-size),
    .is-style-scriptfont:not(.has-large-font-size),
    .is-style-scriptfont:not(.has-huge-font-size) {
        font-size: 35px;
    }
}

@media only screen and (max-width: 768px) {
    /* .columns.sidebar-columns {
        margin: 0;
    } */

    .hide-on-mobile {
        display: none;
    }

    .page-sub-header {
        margin-top: -50px;
    }

    .home-video-wrapper {
        height: 350px;
    }
    
    .video-container {
        height: 350px;
    }
    .video-container h1 {
        font-size: 2.6rem;
    }
    .secondary-mobile-menu {
        display: block;
        justify-content:space-between;
        align-items:center;
    }
    .ssd-secondary-nav .nav-box {
        display: none;
    }
    .first-post-info {
        margin-right: 30px;
    }

    .top-language {
        display:none;
    }
    .goog-te-gadget select.goog-te-combo {
        max-width: 100%!important;
        font-size: 12px!important;
    }
    #google_translate_element {
        margin: 0!important;
    }
    .wantto-wrap {
        margin: 0;
    }
    .wantto-trigger {
        font-size: 13px;
        width: 100%;
    }
    .wantto-menu {
        width: 100%;
    }
    .wantto-dropdown {
        /* position: static; */
    }
    .wantto-menu ul {
        /* top: 49px; */
        /* left: 20px;
        right: 20px;
        z-index: 1; */
    }
    #want-to-wrap {
        margin: 0;
        width: 100%;
    }
    #want-to-wrap select {
        font-size: 13px;
        width: 100%;
        height: 35px;
    }
    .side-nav-column {
        flex: 1 1 auto;
    }
    .ui-accordion .ui-accordion-header {
        font-size: 2rem!important;
    }
    .is-style-scriptfont:not(.has-small-font-size),
    .is-style-scriptfont:not(.has-medium-font-size),
    .is-style-scriptfont:not(.has-large-font-size),
    .is-style-scriptfont:not(.has-huge-font-size) {
        font-size: 50px;
    }
}

@media only screen and (max-width:1024px) {
    .header-social {
        display: none;
    }
    body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle,
    body #pojo-a11y-toolbar  {
        bottom:0!important;
        top: auto!important;
    }
    .gut-col-stack-on-tablet {
        flex-wrap: wrap;
    }
    .gut-col-stack-on-tablet .wp-block-column {
        flex-basis: 100%!important;
        margin: 0!important;
    }
    .is-style-scriptfont:not(.has-small-font-size),
    .is-style-scriptfont:not(.has-medium-font-size),
    .is-style-scriptfont:not(.has-large-font-size),
    .is-style-scriptfont:not(.has-huge-font-size) {
        font-size: 60px;
    }
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100%!important;
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1;
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
    }
}

@media only screen and (max-width: 1330px) {
    /* .header .navbar-form, .header .button {
        font-size: 1.1rem;
    } */
}

@media only screen and (max-width: 1442px) {
    
}

@media only screen and (max-width: 1139px) {
    /* .menu-area {
        display: block;
    } */
    .header .nav {
        margin-left:  -20px;
        margin-right:  -20px;
        display: none!important;
    }

    .top-language {
        font-size: 14px;
    }

    .ssd-logo {
        display: none;
    }

    .side-nav-column .navbar-form-search, .side-nav-column .ssd-logo {
        display: none!important;
    }
    
    #mega-menu-wrap-header-menu .mega-menu-toggle {
        background: #095B11!important;
    }
    
    #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu {
        background:  #CCF280;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
        height: auto;
    }
    
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background: #052b08;
    }
    
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
        background: #052b08;
        color:  #FFFFFF;
    }
    
    #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color:  white;
    }

    .header .tribe-events-widget .tribe-events-widget-events-list__event-row {
        width: 100%;
        margin-bottom: 10px!important;
    }
    .header .tribe-events-widget .tribe-events-widget-events-list__view-more {
        margin-top: 40px!important;
    }
}



/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

.overlap-1-outer {
    margin-top:250px;
}

.overlap-1-inner {
    margin-top:-250px;
}

.is-style-image-prevent-save img {
    pointer-events:none!important;
}

.is-style-image-specialty-border {
    padding: 0 20px;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.is-style-image-specialty-border:before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    bottom: 20px;
    right: 40px;
    border: solid 1px #707070;
    z-index: -1;
}

.is-style-image-specialty-border .wp-element-caption {
    width: calc(80% - 40px);
    right: 40px;
    color: white;
    background-color: black;
    margin-left:80px;
    bottom: -50px;
    padding: 30px 15px 15px 15px;
    position:absolute;
}

/* alert popup */

.alert-inner {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}


/* Modal Header */

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-header h2 {
    margin: 10px 0;
}


/* Modal Body */

.modal-body {
    padding: 16px;
}


/* Modal Footer */

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #efefef;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}


/* Add Animation */

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* responsive menu */
button#responsive-menu-pro-button {
    z-index: 0!important;
}

/* responsive video */
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute!important;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

figcaption {
    text-align: center;
    font-style:italic;
    word-break: break-word;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .nav,
    .sidebar,
    .home-slider,
    #respond {
        display: none;
    }

    @page {
        margin: 2cm;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #pojo-a11y-skip-content,
    #pojo-a11y-toolbar {
    display: none!important;
    }
    .translation-area, .footer-translation-area {
        display: none!important;
    }
    .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
        width: 60px!important;
    }
 }
