/*
    Theme Name: Sperling Starter
    Theme URI: https://www.sperlinginteractive.com
    Description: Sperling Interactive WordPress Starter Theme
    Version: 1.0
    Author: Sperling Interactive
  Theme URI: https://www.sperlinginteractive.com
*/


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


/* global box-sizing */

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


/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
}

body {
    color: #444;
    font: 300 1.8rem/1.5 Helvetica, Arial, sans-serif;
}


/*
main,
aside {
    padding: 40px !important;
}
*/

main {
    height: 100%;
}


/* clear */

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

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

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

a {
    text-decoration: none;
    color: #7CA7AE;
}

.white-text a,
.tribe-events-event-meta a {
    text-decoration: none;
    color: #bfeff1;
}

a:hover {
    color: #61a4a6;
}

a:focus {
    outline: 0;
}

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

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

p,
ul,
ol {
    font-size: 1.8rem;
    font-family: "proxima-nova";
    margin: 5px 0 1em 0;
}

h1 {
    font-size: 3.6rem;
    font-family: "korolev";
    line-height: 1.2em;
    margin-bottom: 5px;
}

h2 {
    font-size: 3.2rem;
    font-family: "korolev";
    line-height: 1.3em;
    margin-bottom: 5px;
}

h3 {
    font-size: 2.8rem;
    font-family: "korolev";
    line-height: 1.4em;
    margin-bottom: 5px;
}

h4 {
    font-size: 2.4rem;
    font-family: "korolev";
    line-height: 1.2em;
    margin-bottom: 5px;
}

h5 {
    font-size: 2.0rem;
    font-family: "korolev";
    line-height: 1.2em;
    margin-bottom: 5px;
}

h6 {
    font-size: 1.6rem;
    font-family: "korolev";
    line-height: 1.2em;
    margin-bottom: 5px;
}

.frm_color_block {
    border: 1px solid;
    margin: 20px 0 !important;
}


/*------------------------------------*\
    THEME COLORS and FORMATTING
\*------------------------------------*/

.accent-color {
    color: #AE1138;
}

a.accent-color:hover {
    color: #620A20;
}

.white-text {
    color: #FFFFFF;
}

.white-text a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

a.white-text:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.regular-text {
    color: #444;
}

.inherit {
    color: inherit;
}

.accent-background {
    background-color: #AE1138;
}

.secondary-background {
    background-color: #f1f1f1;
}

.salemstate-color {
    color: #00205B;
}

.centered {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.m-0 {
    margin: 0;
}

.m-10 {
    margin: 10px;
}

.m-20 {
    margin: 20px;
}

.m-top-0 {
    margin-top: 0;
}

.m-bottom-0 {
    margin-bottom: 0;
}

.m-top-20 {
    margin-top: 20px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-top-60 {
    margin-top: 60px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.p-20 {
    padding: 20px;
}

.p-top-20 {
    padding-top: 20px;
}

.p-bottom-20 {
    padding-bottom: 20px;
}

.p-30 {
    padding: 30px;
}

.p-top-30 {
    padding-top: 30px;
}

.p-bottom-30 {
    padding-bottom: 30px;
}

.p-bottom-60 {
    padding-bottom: 60px;
}

.p-bulba-double {
    padding: 1.5rem;
}

.small-text {
    font-size: 1.3rem;
}

.basic-rollover {
    transition: all 0.5s ease;
}

.basic-rollover:hover {
    opacity: 0.7;
}

.larger-ul {
    font-size: 22px;
    line-height: 34px;
}


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

.wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow: hidden;
}

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

.container-fluid {
    max-width: 1400px;
    align-self: center;
    flex: 1 auto;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}

.container-thin {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}

.is-hcentered {
    justify-content: center;
}


/* wrapper
.wrapper {
    width: 100%;
}

.container {
    max-width:1280px;
    margin: 0 auto;
}
*/


/* header */

.header {}

.logo {
    padding: 25px 20px 10px 28px;
    flex: 0 1 auto;
}

.logo a {
    display: inline-block;
}

.logo-img {
    backface-visibility: hidden;
    /* height: 88px; */
}


/* nav */

.nav {
    padding: 10px 20px 10px 0;
    font-family: 'Cabin', sans-serif;
}

.nav ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.nav li {
    display: inline-block;
    position: relative;
}

.nav a {
    font-weight: bold;
    color: #000000;
    padding: 0 15px;
    font-size: 1.8rem;
    letter-spacing: 1px;
}

.nav a:hover {
    color: #AE1138;
}

.nav li:hover ul.sub-menu {
    display: block;
}

.nav li:hover ul.sub-menu ul.sub-menu {
    display: none;
}

.nav ul.sub-menu li:hover ul.sub-menu {
    display: block;
    left: 149%;
    top: 0;
}

ul.sub-menu {
    background: #eee;
    width: 225px;
    text-align: left;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.4rem;
    display: none;
    z-index: 9;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.23);
}

.sub-menu a {
    font-size: 1.6rem;
    font-weight: normal;
}

ul.sub-menu a {
    display: block;
    padding: 10px;
}

ul.sub-menu li {
    display: block;
}

.nav .social {
    padding: 10px;
}

.nav .social .fab {
    padding: 0;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    color: #AE1138;
}

.nav .social .fab:hover {
    opacity: 0.7;
}

.nav .subscribe-newsletter a {
    border: solid 1px #AE1138;
    border-radius: 4px;
    color: #AE1138;
    display: inline-block;
    padding: 10px;
}

.nav .subscribe-newsletter a:hover {
    background-color: #AE1138;
    color: #FFFFFF;
}


/* sidebar */

.sidebar {
    padding-left: 30px;
    border-left: solid 1px #c8c8c8;
    margin-left: 30px;
    margin-bottom: 50px;
}

.sidebar .widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .widget_recent_entries li {
    border-bottom: 1px dotted #2f2f2f;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
/* -----------------------------------*\
    CURRENT SPONSORS
\*------------------------------------*/
.current-sponsors .container {
    padding: 30px 2rem 30px 2rem;
}

.current-sponsors h3 {
    font-size: 2.8rem;
    font-family: "korolev";
    line-height: 1.4em;
    margin-top: 0;
}

.sponsor-img {
    margin-top: 30px;
}

.sponsor-cntr-brdr-rght {
 border-right: 2px solid  #AE1138;
  
}


.video-box {
    position: relative;
    padding-bottom: 56.25%;
  }
  
  .video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.page-template-template-boardmembers .title-area {
    background-position: bottom center !important;
}



@media screen and (max-width: 768px) {

    .current-sponsors {
        background-color: #f1f1f1;
    }

    .current-sponsors .container {
        padding: 30px 2rem 3rem 2rem;
        width: 100%;
    }
    .current-sponsors .column {
        margin-bottom: 40px;
        margin-top: 40px;
        padding: 40px;
        min-height: 300px;
        background-color: #fff;

    }

    .current-sponsors .column:nth-child(odd) {
        border: 20px solid #f1f1f1;
    }
    
    .current-sponsors h3 {
        font-size: 2.4rem;
        line-height: 1em;
        margin-top: 0;
        padding: 5px;
        border-bottom: 2px solid  #AE1138;
    }

    .current-sponsors-content {
        padding: 30px;
    }
    
    .sponsor-cntr-brdr-rght {
        border-right: none;
    }

}






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

.footer {}

.footer .footer-sponsors {
    margin-bottom: 0;
    background-color: #f1f1f1;
}

.footer .footer-sponsors .container {
    padding: 30px 2rem 30px 2rem;
}

.footer .footer-widgets {
    color: #FFFFFF;
    padding: 20px;
    background: #AE1138;
    margin-bottom: 0;
}

.footer .footer-logo {
    text-align: center;
}

.footer .quick-links {
    padding: 0;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-around;
    text-transform: uppercase;
}

.footer .quick-links .column {
    width: 200px;
    text-align: center;
    flex-basis: auto;
    margin: 0 auto;
}

.footer .quick-links a {
    color: #FFFFFF;
}

.footer .quick-links a:hover {
    color: #95D6D8;
}

.footer .copyright {
    background: #F1F1F1;
    padding: 20px;
    margin-bottom: 0;
}

.footer .copyright .footer-divider {
    border-bottom: solid 1px black;
}

.footer .copyright .columns {
    justify-content: space-between;
}

.footer .copyright .columns.secondary-links {
    justify-content: flex-start;
    padding: 0;
}

.footer .copyright p {
    text-align: left;
}

.footer .social {
    padding: 10px;
}

.footer .social .fab {
    padding: 0;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    color: #AE1138;
}

.footer .social .fab:hover {
    opacity: 0.7;
}

.footer .copyright ul {
    list-style: none;
    text-align: left;
    margin: 0;
}

.footer .copyright li {
    flex: 0 1 auto;
}

.footer .copyright li:last-of-type {
    border: 0;
}

.footer .copyright li a {
    color: #000000;
}


/* home slider
.home-slide {
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
}

.home-slider .slick-prev {
    display: relative !important;
    left: 20px !important;
    z-index: 10 !important;
    min-height: 100px;
    min-width: 50px;
}

.home-slider .slick-next {
    display: relative !important;
    right: 20px !important;
    z-index: 10 !important;
    min-height: 100px;
    min-width: 50px;
}

.home-slider .slick-prev:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 4rem;
    font-weight: 090
}

.home-slider .slick-next:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 4rem;
    font-weight: 900
}

.home-slide.slick-slide {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 7.2rem;
    justify-content: center;
}

.columns {
    margin: 0 !important;
}
*/

.pagination {
    font-size: 1.6rem;
}

.pagination-container {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}


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

.button {
    padding: 10px 15px;
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease;
}

.page-id-34056 .button,
.parent-pageid-34056 .button {
    font-size: 2.2rem;
}

.button.outline-btn {
    border: solid 1px #AE1138;
    border-radius: 4px;
    color: #AE1138;
    background-color: transparent;
}

.button.red-btn {
    border: solid 1px #AE1138;
    border-radius: 4px;
    color: white;
    background-color: #AE1138;
}

.button.outline-btn:hover {
    background-color: #AE1138;
    color: #FFFFFF;
}

.button.red-btn:hover {
    background-color: #FFFFFF;
    color: #AE1138;
}

.button.outline-btn.reversed {
    border: solid 1px #FFFFFF;
    border-radius: 4px;
    color: #FFFFFF;
}

.button.outline-btn.reversed:hover {
    background-color: #FFFFFF;
    color: #AE1138;
}

.button.btn-large {
    padding: 15px 40px;
    font-size: 1.7rem;
}

.button.btn-x-large {
    padding: 15px 40px;
    font-size: 2.2rem;
}

.title-area-btn-container {
    text-align: center;
}

.title-area a {
    color: #FFFFFF;
    text-decoration: underline;
}

.title-area a:hover {
    text-decoration: none;
}

.button.title-area-btn {
    background-color: #95D6D8;
    color: #8B0E2D;
    padding: 20px 60px;
    text-transform: uppercase;
    font-size: 2.3rem;
    text-decoration: none;
    border-bottom: 0!important;
}

.button.secondary-btn {
    background-color: #95D6D8;
    color: #8B0E2D;
    padding: 10px 40px;
    text-transform: uppercase;
}

.button.title-area-btn:hover {
    background-color: #b4eef0;
}

.button.salemstate-but {
    width: 100%;
    background-color: #00205B;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 1.7rem;
}

.button.salemstate-but:hover {
    background-color: #001130;
}

.button.full-btn {
    width: 100%;
}


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

.header-alert-banner {
    background-color: #8e0212;
    padding: 5px 20px;
    color: white;
    text-align: center;
}

.header-alert-banner-2 {
    background-color: #3c844b;
    padding: 5px 20px;
    color: white;
    text-align: center;
}

.home section {
    margin-bottom: 80px;
}

.home-video-wrapper {
    position: relative;
    height: 650px;
}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 650px;
    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%);
}

.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;
    padding: 0 10%;
    text-align: left;
    display: flex;
    align-items: center;
}

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

.overlay h1 {
    font-size: 7.75rem;
    line-height: 8.75rem;
    font-style: italic;
    font-weight: bold;
    text-shadow: 0 0 0.3em #000;
    margin: 0 0 1em;
    color: #FFF;
    font-style: italic;
}

.home-intro-wrapper {
    background-color: #AE1138;
    padding: 3rem 0;
}

.home-intro-wrapper h3 {
    color: #FFFFFF;
    font-style: italic;
}

.home-intro-wrapper .home-intro-wrapper-columns {
    align-items: center;
}

.home-offerings .home-single-offering {
    text-align: center;
}

.home-single-offering a {
    color: inherit;
}

.home-offerings h3 {
    color: #AE1138;
}

.home-offerings h4 {
    text-align: left;
    color: #AE1138;
    margin: 10px 0 0;
    font-size: 1.8rem;
}

.home-offerings p {
    text-align: left;
    margin: 5px 0;
}

.home-office-space-container-1 {
    width: 85%;
    float: left;
    display: block;
    position: relative;
    -webkit-box-shadow: -5px 5px 12px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: -5px 5px 12px 0px rgba(0, 0, 0, 0.37);
    box-shadow: -5px 5px 12px 0px rgba(0, 0, 0, 0.37);
}

.home-office-space-container-2 {
    width: 85%;
    float: right;
    margin-top: -80px;
    display: block;
    -webkit-box-shadow: -5px 5px 12px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: -5px 5px 12px 0px rgba(0, 0, 0, 0.37);
    box-shadow: -5px 5px 12px 0px rgba(0, 0, 0, 0.37);
}

.home-programs .home-programs-title {
    justify-content: space-between;
}

.home-programs .column {
    flex: 0 1 auto;
}

.home-programs hr {
    padding-left: 25px;
    margin-left: 20px;
    border-top: solid 1px red;
    margin-top: 15px;
}

.home-programs h3 {
    color: #AE1138;
}

.home-programs a {
    color: inherit;
}

.home-programs h4 {
    color: #AE1138;
    margin: 10px 0 0;
    font-size: 1.8rem;
    padding-right: 10px;
}

.home-programs p {
    margin: 5px 0;
}

.home-programs .date-area {
    flex-basis: auto;
    flex-grow: 0;
}

.home-programs .date {
    font-size: 1.4rem;
}

.home-program-button {
    width: 45px;
    padding: 0;
    flex-grow: 0;
    flex-basis: 45px;
    text-align: center;
}

.home-program-button a {
    width: 100%;
    height: 100%;
    background-color: #95d6d8;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #AE1138;
}

.home-program-button a:hover {
    background-color: #6da3a5;
}

.home-program-button i {
    width: 45px;
}

.home-program-cost {
    color: #AE1138;
    font-weight: bold;
}

.home-single-program .home-program-column {
    padding: 0 20px;
}

.home-single-program .is-gapless {
    justify-content: space-between;
    align-items: center;
}

.home-counters h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 4em;
}

.home-counters h4 {
    text-align: center;
    margin-top: 0;
}

.home-counters i {
    color: #95d6d8;
    margin-right: 15px;
}

.home-blog .columns {
    margin: 0;
}

.home-blog-group .home-blog-block-outside {
    padding: 1.5rem 0;
}

.home-blog-group .home-blog-block-inside {
    background-size: cover;
    background-position: center;
    background-color: #AE1138;
    height: 100%;
    width: 100%;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.45);
}

.home-blog-group .home-blog-inside-content {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1.5rem;
}

.home-blog-group .vcolumn,
.home-blog .vcolumn .column {
    flex-grow: 0;
    flex-basis: auto;
}

.home-blog-group .vcolumn .columns {
    justify-content: space-between;
}

.home-blog-group .vcolumn .columns .column {
    padding: 0;
}

.home-blog-group .home-blog-doubleboxes {
    height: 100%;
}

.home-blog-group .home-blog-doubleboxes .home-blog-block-inside {
    background-color: #AE1138;
    width: 100%;
    min-height: 200px;
    height: 100%;
}

.home-blog-group .home-blog-doubleboxes .home-blog-inside-content {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1.5rem;
}

.home-blog-group h3,
.home-blog h5 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.home-blog-group p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #FFFFFF;
}

.home-blog-group i {
    color: #FFFFFF;
    font-size: 2.25rem;
}

.home-blog .divider-line {
    width: 300px;
    height: 2px;
    background-color: #AE1138;
    margin: 0px auto 60px auto;
}

.home-address-box {
    margin-right: -100px;
    z-index: 1;
}

.home-address-box h5 {
    color: #FFFFFF;
    margin: 0;
}

.home-address-box p {
    color: #FFFFFF;
    margin-top: 5px;
    font-size: 1.4rem;
}

.home-address-box-inner {
    background-color: #AE1138;
    width: 100%;
    padding: 20px;
}

.home-featured-event {
    background-color: #f1f1f1;
}

.home-featured-event .container {
    padding: 50px 20px 50px 20px;
    border-top: solid 1px #AE1138;
    border-bottom: solid 1px #AE1138;
}


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

.title-area {
    background-size: cover;
    background-position: center;
    min-height: 500px;
    position: relative;
}

.title-area h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 6rem;
    margin-bottom: 10px;
    margin-top: 0;
}

.title-area h1 sup {
    top: -1.25em;
    font-size: 26px;
}

.title-area h2 {
    text-align: center;
    color: #FFFFFF;
    font-size: 3rem;
    /* font-weight: 100; */
    font-style: italic;
    margin-top: 0;
}

.title-area p {
    text-align: center;
    color: #FFFFFF;
    font-size: 1.8rem;
}

.title-area-basic h1 {
    text-align: center;
    font-size: 6rem;
    margin-bottom: 0;
    color: #AE1138;
}

.title-area-basic h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 100;
    font-style: italic;
    margin-top: 0;
    color: #AE1138;
}

.title-area-basic p {
    text-align: center;
}

.title-area-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 0;
    min-height: 500px;
    margin-bottom: 0 !important;
}

.title-content {
    height: 100%;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#breadcrumbs {
    color: #c8c8c8;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 20px 0;
}

#breadcrumbs a {
    color: #c8c8c8;
}

#breadcrumbs .breadcrumb_last {
    color: #AE1138;
}

.inner-column-content {
    width: 100%;
    height: 100%;
}

.inner-vcentered {
    display: flex;
    align-items: center;
}

.inner-vcentered>div {
    flex: 1 1 auto;
}

section.gray-section {
    background-color: #f1f1f1;
}

section.gray-section .inner-content {
    padding: 0 15%;
}

section.gray-section .container {
    padding: 40px 3rem;
}

section.gray-section .container.red-borders {
    border-top: solid 1px #AE1138;
    border-bottom: solid 1px #AE1138;
}

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

section.white-section .container {
    padding: 40px 0.75rem;
}

section.red-section,
.red-section {
    background-color: #AE1138;
}

.red-border-bottom {
    border-bottom: solid 1px #AE1138;
}

.red-border-top {
    border-top: solid 1px #AE1138;
}

section .section-title {
    color: #AE1138;
    text-align: center;
}

section.standard-page-section {
    margin-bottom: 60px;
}

.social-hor.social {
    padding: 10px;
}

.social-hor.social .fab {
    padding: 0;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    color: #AE1138;
}

.social-hor.social .fab:hover {
    opacity: 0.7;
}

.divider-line {
    width: 300px;
    height: 2px;
    background-color: #AE1138;
    margin: 0px auto 60px auto;
}

.divider-line-accent-vert {
    border-right: solid 1px #AE1138;
}


/* --- CEO Groups --- */

.col-single-ceogroup .ceo-image {
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
}

.col-single-ceogroup .ceo-image .ceo-overlay {
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-single-ceogroup .ceo-overlay-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: -40px;
    color: #FFFFFF;
    text-align: center;
}

.ceo-name {
    font-weight: bold;
    font-size: 1.7rem;
}

.ceo-title {
    margin-bottom: 10px;
}

.col-single-ceogroup .ceo-icon {
    text-align: center;
}

.col-single-ceogroup .ceo-icon i {
    font-size: 50px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background: #95D6D8;
    color: white;
}

.col-single-ceogroup .inner-block {
    height: 100%;
    background: #AE1138;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.col-single-ceogroup.premium .inner-block {
    height: 100%;
    background: #F5F5F5;
}

.col-single-ceogroup .ceo-content {
    text-align: center;
    padding: 60px 20px 0px 20px;
    color: #FFFFFF;
}

.col-single-ceogroup.premium .ceo-content {
    text-align: center;
    padding: 60px 20px 20px 20px;
    color: #AE1138;
}

.col-single-ceogroup .ceo-cta {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
}

.col-single-ceogroup .tier {
    font-weight: bold;
    margin-bottom: 10px;
}

.col-single-ceogroup .price {
    font-size: 3.5rem;
    font-weight: bold;
}

.col-single-ceogroup .plan {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.col-single-ceogroup .description {
    margin-bottom: 20px;
}

.col-single-ceogroup .features {
    list-style: none;
    padding: 0;
    padding: 10px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: white;
}

.col-single-ceogroup.premium .features {
    list-style: none;
    padding: 0;
    padding: 10px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #AE1138;
}


/* --- Single CEO Group --- */

.ceo-group-application-form {}

.ceo-group-features {
    list-style: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
}


/* --- Workshops --- */

.block-background {
    background-size: cover;
    background-position: center;
    background-color: #AE1138;
    height: 100%;
    width: 100%;
    min-height: 350px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.block-inner-columns {
    color: #FFFFFF;
    justify-content: space-between;
}

.block-inner-columns h5 {
    color: #FFFFFF;
    margin: 0;
}

.block-item {
    flex-grow: 0;
    flex-basis: auto;
}

.block-item ul {
    margin-left: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
}

.block-link:hover .block-effect {
    padding-top: 130px;
}

.block-link .block-effect {
    background: linear-gradient(to top, rgba(174, 17, 56, 0.9) 40%, rgba(174, 17, 56, 0));
    transition: .5s;
    padding-top: 90px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.block-link.salemstate-block-link .block-effect {
    background: linear-gradient(to top, rgba(210, 71, 1, 0.9) 40%, rgba(210, 71, 1, 0));
    transition: .5s;
    padding-top: 90px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.announcement .announcement-bg {
    background: #f1f1f1;
    padding: 30px;
}


/* --- Professional Education --- */

.pro-ed-listings .block-link:hover .block-effect {
    padding-top: 130px;
}

.pro-ed-listings .block-link .block-effect {
    background: linear-gradient(to top, rgba(210, 71, 1, 0.9) 40%, rgba(210, 71, 1, 0));
    transition: .5s;
    padding-top: 90px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.pro-ed-cta-area {
    margin: 0 auto;
    max-width: 300px;
}

.workshop-listings .columns,
.pro-ed-listings .columns {
    margin: 0;
}

.certificate-programs-columns .column {
    padding: 0 50px !important;
}

.certificate-programs-columns .column.sideborder {
    border-right: solid 1px #D24701;
}


/* --- Workshops --- */

.workshop-listings .fa-ul {
    font-size: 1.4rem;
}


/* --- Facilities --- */

.facilities-gallery .columns {
    margin: 0;
}

.conference-rooms-wrapper{
  margin: 80px 0;
}

.conference-rooms-wrapper h2{
  color: #AE1138;
}

/* --- Speakers --- */

.speakers-list img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-bottom: -55px;
}

.speakers-list .accent-background {
    padding: 20px 20px 60px 20px;
}

.speakers-list .social {
    text-align: right;
}

.speakers-list-button {
    margin-top: -20px;
}


/* --- Business Plan --- */

.key-dates .columns {
    margin: 0;
}

.key-dates .inner-column-content {
    min-height: 250px;
    padding: 0;
    background-color: #AE1138;
    color: #FFFFFF;
}

.key-dates .columns .column:nth-child(2) .inner-column-content {
    background-color: #95D6D8;
    color: #AE1138;
}

.key-dates .vcolumns {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.key-dates .description {
    font-size: 1.4rem;
    margin: 0;
}

.key-dates .nogrow {
    flex-grow: 0;
    flex-basis: auto;
}

.key-dates .key-dates-icon {
    margin: 0;
    font-size: 2rem;
}

.key_dates_date_time p {
    margin: 0;
}

.business-plan-sponsors .single-sponsor {
    text-align: center;
}

.business-plan-sponsors .single-sponsor img {
    max-height: 150px;
}

.competition-details-section section:first-of-type .container {
    border-bottom: solid 1px #AE1138;
}

/*------------------------------------*\
    OFFICE LANDING PAGE
\*------------------------------------*/
.page-template-template-office-landing h2 {
    color: #AE1138;
}

.page-template-template-office-landing .main-cont {
    padding: 20px 0;
    border-bottom: 1px solid #dadada;
}

.page-template-template-office-landing .office-space-highlights,
.page-template-template-office-landing .location-details {
    margin: 10px 0;
}

.per-space-ftr,
.per-location-detail {
    display: flex;
    align-items: flex-start;
    margin: 5px 0;
}

.per-space-ftr p {
    margin: 0;
    padding: 0 10px;
    font-weight: bold;
    line-height: 1.2;
}

.per-location-detail p {
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    padding: 0 10px 0 5px;
}

.per-location-detail i.far {
    font-size: 1.1rem;
    margin-top: 5px;
}

.location-details h3 {
    text-align: center;
    color: #AE1138;
}

.three-column-details h3 {
    color: #AE1138;
    margin: 0 0 20px;
}

.three-column-details ul {
    padding: 0 0 0 20px;
}

.page-template-template-office-landing .footer-sponsors,
.page-template-template-office-landing .footer .gray-section {
    display: none;
}

.page-template-template-office-landing .page-banner {
    margin-bottom: 50px;
    padding: 30px 0;
}

.page-template-template-office-landing .banner-title {
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-style: italic;
    font-size: 7rem;
    text-align: center;
}

.page-template-template-office-landing .btn-cont {
    text-align: center;
}

.page-template-template-office-landing .btn-cont .button {
    padding: 20px 45px;
}

.page-template-template-office-landing .suites-wrapper {
    margin: 50px 0;
}

.per-suite-inner .img-wrapper {
    text-align: center;
}

.page-template-template-office-landing .suite-details {
    color: #fff;
    padding: 20px;
    min-height: 135px;
    margin: 10px 0;
}

.page-template-template-office-landing .suite-details h4 {
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 1.5rem;
    font-family: 'Helvetica', Arial, sans-serif
}

.page-template-template-office-landing .suite-details .suites-inner p {
    font-size: 1.5rem;
}

.page-template-template-office-landing .suite-details .suites-inner .button {
    font-size: 1.3rem;
    font-weight: normal;
    padding: 10px;
    min-width: 142px;
}

.page-template-template-office-landing .suite-details .suites-inner .button:first-child{
  margin-bottom: 10px;
}

.page-template-template-office-landing .suite-description p {
    font-size: 1.6rem;
}

.schedule-tour-wrapper h2 {
    margin: 15px 0 25px;
    text-align: center;
}

.schedule-tour-wrapper .frm_forms.frm_style_formidable-style.with_frm_style {
    max-width: 100%;
}

.schedule-tour-wrapper .with_frm_style .frm_primary_label {
    font-family: 'Helvetica', Arial, sans-serif;
    color: #AE1138;
    font-size: 1.5rem;
}

.schedule-tour-wrapper .frm-g-recaptcha>div {
    margin: 0 auto;
}

.schedule-tour-wrapper .frm_submit {
    text-align: center;
}

.with_frm_style input[type=text],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=tel],
.with_frm_style input[type=phone] {
    box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.page-template-template-office-landing .btn-cont {
    text-align: center;
}


/* --- Partners --- */

.partner-logo {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    max-height: 100px;
    width: auto;
}

.partner-name {
    padding: 5px 20px;
    font-weight: bold;
}


/* -- Million Dollar Women -- */

.million-dollar-bio {
    column-count: 2;
    column-gap: 20px;
}

.million-dollar-bio p:first-of-type {
    margin-top: 0;
}


/* --- Speakers --- */

.label-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: solid 1px #AE1138;
    border-radius: 4px;
}


/* On mouse-over, add a grey background color */

.label-container:hover input~.checkmark {
    background-color: #cc6a83;
}


/* When the checkbox is checked, add a blue background */

.label-container input:checked~.checkmark {
    background-color: #AE1138;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.label-container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.label-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.filter-list li {
    float: left;
    width: 30%;
    margin-right: 20px;
}

.speaker-filter input[type=text] {
    width: 280px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 20px;
    font-size: 16px;
    background-color: white;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.speaker-filter input[type=text]:focus {
    width: 100%;
}

.search-column {
    text-align: right;
}

@media screen and (max-width: 900px) {
    .filter-list li {
        float: none;
        width: 100%;
    }

    .search-column {
        text-align: left;
    }
}


/* contact */

.contact-team .column {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
}

.contact-team .accent-background {
    flex-grow: 1;
}


/* constant contact newsletters */

.cc-newsletters ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 0 -5px;
    padding: 0;
    list-style: none;
}

.cc-newsletters li {
    width: calc(50% - 10px);
    margin: 5px;
}

.cc-newsletters li a {
    color: #FFFFFF;
    display: block;
    padding: 20px;
    background-color: #7CA7AE;
    height: 100%;
}

.cc-newsletters li a:hover {
    background-color: #a5cfd6;
}


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


/* New Styles 2021 */

#tribe-events-pg-template {
    max-width: 100% !important;
}

.tribe-events-notices ul {
    padding-top: 12px;
    text-align: center;
}

.tribe-events-event-meta:before,
.tribe-events-event-meta~div:not(.tribe-events-event-meta):not(.event-tickets) {
    border: none;
}

.tribe-events-cost {
    color: #FFFFFF !important;
}

.single-tribe_events .title-area h1 {
    font-size: 4rem;
}


/******************/


/* .tribe-events-single .recurringinfo {
    display: none !important;
} */

.tribe-events-single .title-area .tribe-events-schedule h2 {
    display: block;
}

.tribe-events-single .title-area h4,
.tribe-events-single .title-area h3 {
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    display: block;
}

.tribe-events-single .title-area .tribe-events-schedule h3 {
    text-align: center;
    display: block;
    margin: 10px 0;
}

.tribe-events-single .tribe-events-notices {
    margin: 0;
    text-align: center;
    border-radius: 0;
}

.event-presenter {
    display: block;
    clear: both;
}

.event-presenter .container {
    border-top: solid 1px #AE1138;
}

.event-presenter p {
    margin: 0;
}

.event-presenter-meta {
    padding: 20px;
    background: #f1f1f1;
    margin-top: 20px
}

.event-presenter-meta .meta-title {
    font-weight: bold;
}

.single-tribe_events .tribe-events-event-meta {
    background: #AE1138;
    color: #FFFFFF;
    margin: 0 !important;
}

.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
    width: auto;
}

.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group-venue {
    float: none;
}

.single-tribe_events .tribe-events-venue-map {
    float: none;
    margin: 0;
    display: block;
    border-radius: 0;
    width: auto !important;
}

#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
    line-height: inherit;
    margin: 1em 0;
}


/* -- Calendar and Event Listing Pages -- */

.tribe-events-calendar thead th {
    background-color: #AE1138;
    border-left: 1px solid #AE1138;
    border-right: 1px solid #AE1138;
}

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
    padding: 0.75em;
}

.single-tribe_events .tribe-events-schedule {
    background: none;
    border: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event .tribe-events-title a {
    color: #7CA7AE;
}

.tribe-events-tooltip h3 {
    font-size: 2.2rem;
    font-family: "korolev";
    line-height: 1.2em;
}

.tribe-events-tooltip .tribe-event-duration {
    font-size: 16px;
}

.sidebar .tribe-events-location {
    display: none !important;
}

.event-speaker-img {
    width: 100%;
    height: auto;
}


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


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

.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;
}

.wp-playlist-light {
    width: 95% !important;
}


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

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

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

@media only screen and (min-width:769px) {
    .page-template-template-office-landing .banner-title {
        text-align: left;
    }
}

@media only screen and (min-width:1024px) {
    .logo {
        /* float: left; */
    }

    .nav {
        /* float: right; */
        text-align: right;
    }
}

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

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

@media only screen and (max-width:768px) {
    .home-video-wrapper {
        height: 400px;
    }

    .video-container {
        height: 400px;
    }

    .divider-line-accent-vert {
        border-right: 0;
    }

    .footer .quick-links .column {
        padding: 0;
    }

    .million-dollar-bio {
        column-count: 1;
    }

    .no-flex-mobile-columns {
        display: block !important;
    }
}

@media only screen and (max-width:768px) {
    .home-address-box {
        margin-right: 0;
    }

    .home-blog-group .home-blog-block-outside {
        padding: 1.5rem 1.5rem 0 1.5rem;
    }
}

@media only screen and (max-width:1023px) {
    .nav {
        display: none;
    }
}

@media only screen and (max-width:1280px) {
    .nav a {
        font-weight: normal;
        color: #000000;
        padding: 0 10px;
        font-size: 1.5rem;
    }
}


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

.frm_forms a {
    text-decoration: underline !important;
}

.menu-item-34125 {
    background: red;
    border-radius: 20px;
}

.menu-item-34125 a {
    color: white !important;
}


/* -- HIDE ADS -- */

.ads {
    display: none;
}

.ads .ad-box {
    background-color: gray;
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* hide sidebar on certain pages */

.page-id-34056 .sidebar,
.parent-pageid-34056 .sidebar,
.page-id-34441 .sidebar,
.page-template-page-english-spanish .sidebar {
    display: none !important;
}

::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;
}


/* Magnificent Popup */

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.page-subnav-wrapper {
    background-color: #AE1138;
    text-align: center;
    padding: 20px;
    font-size: 1.7rem;
    position: relative;
}

.page-subnav-wrapper ul.columns {
    justify-content: center;
    padding: 0;
}

.page-subnav-wrapper li.column {
    flex: 0 1 auto;
}

.page-subnav-wrapper .current {
    background-color: white;
    color: #AE1138 !important;
}

.big-vid-section .full-width-background-video {
    height: 450px;
    width: 1000px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hr-small {
    width: 200px;
    border-top: solid 1px #AE1138;
    margin: 30px auto;
}

/*------------------------------------*\
    MICROSESSION PROGRAMS
\*------------------------------------*/
.microsession-section h3 {
    color: #AE1138 !important;
    font-size: 2.2rem !important;
}

div.microsession-block {
    border: solid 2px #AE1138;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    cursor: pointer;
}

div.microsession-block.active {
    background: #AE1138;
    color: white
}

div.microsession-block.active * {
    color: white !important;
}

div.microsession-block :first-child {
    margin-top: 0;
}

div.microsession-block :last-child {
    margin-bottom: 0;
}

div.microsession-block p+p {
    margin: 0;
}

.hide-field .frm_primary_label,
.hide-field .frm_opt_container {
    display: none !important;
}

/*------------------------------------*\
    LATINO RES PROGRAM
\*------------------------------------*/

.column-img {
    height: 100px;
    margin: 0 auto;
    text-align: center;
}

.column-img img {
    height: 100%;
}

.partner-programs img {
    width: 200px;
}

.partner-programs p {
    margin: 0;
}

.additional-program-partners {
    text-align: center;
}

.additional-program-partners img {
    height: 50px
}

.latin-resiliency-banner {
    background-image: url(https://enterprisectr.org/wp-content/uploads/2021/01/tropical-bg.jpg);
    background-size: cover;
    background-position: center right;
}

.latin-resiliency-banner .columns {
    flex-direction: row-reverse;
}

.latin-banner-content {
    text-align: left;
    padding: 20px
}

.latin-banner-content h2 {
    color: #7e1114;
    font-weight: 200;
    font-size: 3rem;
    text-transform: uppercase;
}

.latin-banner-content h2 span {
    color: #d94e2e;
    font-weight: 800;
    display: block;
}

.latin-banner-content p {
    font-size: 2rem;
}

p.register-button {
    font-size: 1.4rem;
    color: white;
    background: #d94e2e;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 900;
}

p.register-button span {
    display: block;
    font-weight: 300;
    font-style: italic;
}

.latin-banner-logos img {
    max-height: 100px;
}

.latin-resiliency-banner :first-child {
    align-items: flex-end;
}

.latin-resiliency-banner p.partners-title {
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #7e1114;
}

.latin-banner-content p.hashtags {
    color: #d94e2e;
    font-size: 1.8rem;
    margin-top: 20px;
}


/*------------------------------------*\
    SLICK SLIDERS
\*------------------------------------*/

.slick-slide,
.slick-slide * {
    outline: none !important;
}


/* homepage slider */

.slider.homepage-slider {
    margin: 0 auto;
}

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

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

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

.homepage-slider .slick-dots {
    slider bottom: -45px;
    text-align: right;
}

.homepage-slider .slick-dots li button::before {
    font-size: 20px;
}

.homepage-slider .slick-dots li.slick-active button::before {
    color: #AE1138;
    opacity: 1;
}


/* ceogroups slider */

.slider.ceogroups-slider {
    margin: 0 auto;
}

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

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

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

.ceogroups-slider .slick-dots {
    bottom: -45px;
    text-align: right;
}

.ceogroups-slider .slick-dots li button::before {
    font-size: 20px;
}

.ceogroups-slider .slick-dots li.slick-active button::before {
    color: #AE1138;
    opacity: 1;
}


/* bizplan slider */

.slider.bizplan-slider {
    margin: 0 auto;
}

.bizplan-slider-section .slick-slide {
    margin: 0px 20px;
}

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

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

.bizplan-slider-section .slick-dots {
    line-height: 1em;
    position: static;
}

.bizplan-slider-section .slick-dots li button::before {
    font-size: 20px;
}

.bizplan-slider-section .slick-dots li.slick-active button::before {
    color: #AE1138;
    opacity: 1;
}

.bizplan-slider-section .slick-nav-wrap {
    text-align: center;
}

.bizplan-slider-section .slick-nav {
    position: relative;
    display: inline-block;
}


/* service hero */

.service-hero {
    margin: 90px 0;
}

.service-hero .slider {
    width: 100%;
    margin: 100px auto;
}

.service-hero .carousel div {
    padding: 0 5px;
}

.service-hero .slick-slide {
    margin: 0px;
}

.service-hero .slick-slide img {
    width: 100%;
}

.service-hero .slick-prev:before,
.service-hero .slick-next:before {
    color: black;
}

.service-hero .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.service-hero .slick-active {
    opacity: .5;
}

.service-hero .slick-current {
    opacity: 1;
}

.service-hero .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.service-hero .slick-dots {
    bottom: -30px;
}

.service-hero .slick-dots li button::before {
    font-size: 20px;
}

.service-hero .slick-dots li.slick-active button::before {
    color: #AE1138;
    opacity: 1;
}

.service-slider {
    height: 100%;
    width: 100%;
}

.service-slide {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin: 0 !important;
}

.service-slide-caption {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    padding: 20px;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.service-slider-nav {
    height: 150px;
    background-position: center;
    background-size: cover;
    width: 100%;
    cursor: pointer;
}

.service-slider-nav.active {
    position: relative;
    transition: .3 ease-out;
}

.service-slider-nav.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    height: 100%;
    transition: .3 ease-out;
}

#big-main-slide {
    padding-bottom: 13px;
}

#big-main-slide .slick-track {
    width: 100%;
    height: 100%;
}

#big-main-slide .slick-track {
    width: 100%;
    height: 100%;
}

#big-main-slide .service-slide {
    width: 100%;
    height: 100%;
}

#big-main-slide .slick-list {
    height: 100%;
}

@media screen and (max-width: 768px) {
    #big-main-slide {
        min-height: 400px;
    }
}


/* single speaker slider */

.speaker-slider-section .slider {
    margin: 0 auto;
}

.speaker-slider-section .slick-slide {
    margin: 0px 20px;
}

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

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

.speaker-slider-section .slick-dots {
    line-height: 1em;
    position: static;
}

.speaker-slider-section .slick-dots li button::before {
    font-size: 20px;
}

.speaker-slider-section .slick-dots li.slick-active button::before {
    color: #AE1138;
    opacity: 1;
}

.speaker-slider-section .slick-nav-wrap {
    text-align: center;
}

.speaker-slider-section .slick-nav {
    position: relative;
    display: inline-block;
}

.speaker-slider-section .slick-nav-wide {
    position: relative;
    display: inline-block;
}


/*slider section settings */

.vid-slider-section {
    background-color: #f1f1f1;
    padding: 60px 20px;
}

.vid-slider-section .slide-content {
    height: 450px;
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.variable.slider .slide-content {
    background-position: center;
}


/* footer sponsors */

.footer-sponsors-slider .slider {
    width: 100%;
    margin: 0 auto;
}

.footer-sponsors-slider .slick-slide {
    margin: 0px 20px;
}

.footer-sponsors-slider .slick-slide img {
    width: auto;
    max-height: 150px;
}

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

.footer-sponsors-slider .slick-track {
    display: flex;
}

.footer-sponsors-slider .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}


/*------------------------------------*\
    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;
}

.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;
    }
}

/* Responsive menu fix code */

.rmp-container ul  {
padding: 0px 25px;
list-style:none;
}

.rmp-container ul li.menu-item-has-children a.rmp-menu-item-link {
display:flex;
align-items:center;
justify-content:start;

}
.rmp-container ul li a {
    display:flex;
align-items:center;
justify-content:start;
}
.rmp-container ul li a {
    font-size: 20px;
}

.rmp-container ul li.menu-item-has-children  .rmp-menu-subarrow {
margin-left:15px;
font-size:12px;
}

.rmp-container ul .rmp-submenu {
height:0px;
overflow:hidden;
}

.rmp-container ul .rmp-submenu.rmp-submenu-open {
height:auto;
}

.rmp-container .rmp-search-box {
box-sizing:border-box;
}

.rmp-container li.menu-item {
    margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
    .main-tenant-video iframe {
        height: 480px;
    }
}

@media screen and (max-width: 845px) {
    .main-tenant-video iframe {
        height: 400px;
    }
}

@media screen and (max-width: 672px) {
    .main-tenant-video iframe {
        height: 350px;
    }
}

@media screen and (max-width: 579px) {
    .main-tenant-video iframe {
        height: 300px;
    }
}

@media screen and (max-width: 489px) {
    .main-tenant-video iframe {
        height: 250px;
    }
}