*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*--------------------------------------------------------
    FONT ASSIGNMENTS
--------------------------------------------------------*/

html {
    --primary: #000033;
    /* REPLACE:COLOR_1 */
    --secondary: #363636;
    /* REPLACE:COLOR_2 */
    --accent: #547ca7;
    --dark-accent: #1d4875;
    /* REPLACE:COLOR_3 */
    --text: #333333;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    color: #333333;
    font-weight: 400;
    font-size: 18px;
}

body {
    font-family: inherit !important;
    font-size: inherit !important;
    overflow-x: hidden;
}

p {
    font-family: inherit;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-bottom: 20px;
}

#subpage-main p:empty {
    display: none;
}


/*^^ Break tags shouldn't be used to space out lines, only to make text within a paragraph break to a new line*/


/*--------------------------------------------------------
    H1 - H6
--------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #000000;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Inter', sans-serif;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 22px;
}

h1.title {
    margin-top: 15px;
    display: none;
}

h1.title:empty {
    display: none;
}


/*^^Hides the extra margin that is added on pages without a title*/

#subpage-main p:not(:empty)+h2,
#subpage-main p:not(:empty)+h3,
#subpage-main p:not(:empty)+h4,
#subpage-main ul+h2,
#subpage-main ul+h3,
#subpage-main ul+h4,
#subpage-main table+h2,
#subpage-main table+h3,
#subpage-main table+h4 {
    margin-top: 1.5em;
}

#subpage-main h2+ul,
#subpage-main h3+ul,
#subpage-main h4+ul {
    margin-top: -.75rem;
    /*Adjusts for the margin-bottom placed on these headings to make the ul's look like they belong to that heading*/
}


/*--------------------------------------------------------
    LINKS
--------------------------------------------------------*/

a {
    color: ;
}

a:hover,
a:focus {
    color: ;
}

a.button {}

a.button:hover,
a.button:focus {
    text-decoration: none;
}

a.button+* {
    padding-top: 1.5em;
}

/* button-link */


.button-link {
    color: white;
    border: none;
    text-transform: capitalize;
    font-weight: 500;
    padding: .75em 2ch;
    display: block;
    width: fit-content;
    margin: 1.25em 0;
    transition: .125s background ease-in-out;
    line-height: 1;
    text-decoration: none;
    background-color: var(--primary);
    border-radius: var(--radius);
    white-space: nowrap;
}

.button-link:first-child {
    margin-top: 0;
}

.button-link:last-child {
    margin-bottom: 0;
}

.button-link:is(:hover, :focus) {
    background: var(--accent);
    color: white;
    text-decoration: none;
}

#button-group .button-link{
    width: 100%;
    white-space: wrap;
    line-height: 1.2;
    text-align: center;
    margin: .5em 0;
}

/*--------------------------------------------------------
    Objects
--------------------------------------------------------*/

#subpage-main img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

figcaption {
    font-style: italic;
    font-size: .9em;
    padding-top: 5px;
}

@media (max-width: 767px) {
    figcaption {
        font-size: 1em;
    }
}

@media (min-width: 767px) {
    /*The following styles are meant to give more space to the label column in contact forms that are too narrow for the entire label to be read normally*/
    .col-md-5 form[action="contact_form_resp.php"] .col-sm-2,
    .col-md-4 form[action="contact_form_resp.php"] .col-sm-2,
    .col-md-3 form[action="contact_form_resp.php"] .col-sm-2,
    .col-md-2 form[action="contact_form_resp.php"] .col-sm-2,
    .col-md-1 form[action="contact_form_resp.php"] .col-sm-2 {
        width: 25%;
        padding-right: 1em;
    }
    .col-md-5 form[action="contact_form_resp.php"] .col-sm-10,
    .col-md-4 form[action="contact_form_resp.php"] .col-sm-10,
    .col-md-3 form[action="contact_form_resp.php"] .col-sm-10,
    .col-md-2 form[action="contact_form_resp.php"] .col-sm-10,
    .col-md-1 form[action="contact_form_resp.php"] .col-sm-10 {
        width: 75%;
        padding-left: 0;
    }
    .col-md-5 form[action="contact_form_resp.php"] .col-sm-offset-2,
    .col-md-4 form[action="contact_form_resp.php"] .col-sm-offset-2,
    .col-md-3 form[action="contact_form_resp.php"] .col-sm-offset-2,
    .col-md-2 form[action="contact_form_resp.php"] .col-sm-offset-2,
    .col-md-1 form[action="contact_form_resp.php"] .col-sm-offset-2 {
        margin-left: 25%;
    }
    /*^^Adjusts the form-group placement of the reCAPTCHA iframe and submit buttom to match the new widths from the styles above*/
}

blockquote {
    font-size: inherit;
}

grammarly-btn {
    display: none;
    /*If someone copy/pastes text from Grammarly it will add this invisible button and cause the page to scroll horizontally. This style hides that.*/
}


/*--------------------------------------------------------
                     TOP HEADER
--------------------------------------------------------*/

#top-header {
    background: var(--primary);
    height: 46px;
    padding: 15px 0px 5px;
}

#top-right-wrap {
    text-align: right;
}


/* Social Media Icons */

.social-media-outside-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 10px auto 15px;
}

.social-media-wrap {
    float: left;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .social-media-wrap {
        display: inline-block !important;
    }
}

.social-media-outside-wrap ul {
    float: left;
    margin: 0;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-media-outside-wrap ul>li {
    position: relative;
    vertical-align: middle;
    margin-right: 8px;
}

.social-media-outside-wrap ul>li:last-child {
    margin-right: 0px;
}

.social-media-outside-wrap svg {
    width: 28px;
    height: 28px;
    padding: 2px 0px;
    border: 1px solid var(--dark-accent);
    border-radius: 3px;
    background: var(--dark-accent);
    transition: .125s background ease-in-out .125s border-color ease-in-out;
    color: white;
}

.social-media-outside-wrap svg:hover {
    border: 1px solid var(--accent);
    background: var(--accent);
}

.social-media-outside-wrap rect {
    display: none;
}

.top-menu-links-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.top-menu-links-wrap a {
    color: #fff;
    padding: 12px 10px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

@media (max-width: 767px) {
    .top-menu-links-wrap a {
        padding: 12px 10px;
    }
}

@media (max-width: 480px) {
    .top-menu-links-wrap {
        margin-right: 0px;
    }
    .top-menu-links-wrap a {
        padding: 12px 6px;
        font-size: 13px;
    }
}

ul.top-header-list-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

ul.top-header-list-wrap li {
    position: relative;
    display: inline;
    float: left;
}

ul.top-header-list-wrap li a {
    background: #3A3A3A;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 12px 20px;
    border-left: 1px solid #646464;
    position: relative;
    display: block;
    text-decoration: none;
}

ul.top-header-list-wrap li:last-child a {
    border-right: 1px solid #646464;
}

ul.top-header-list-wrap li a:hover {
    background: #545454;
    color: #fff;
    text-decoration: none;
}


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

#search-input {
    display: inline-block;
    vertical-align: middle;
    color: #808080;
    position: relative;
}

@media (max-width: 420px) {
    #search-input {
        max-width: 230px;
    }
}

@media (max-width: 360px) {
    #search-input {
        max-width: 180px;
    }
}

.search-main-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}

.search-input {
    background: transparent;
    border: 2px solid #fff;
}

#search-input ::-webkit-input-placeholder {
    color: #808080;
}

#search-input :-moz-placeholder {
    /* Firefox 18- */
    color: #808080;
}

#search-input ::-moz-placeholder {
    /* Firefox 19+ */
    color: #808080;
}

#search-input :-ms-input-placeholder {
    color: #808080;
}

.icon-search:before {
    content: url("../images/search-icon.png");
}

#search-input form.searchbox {
    background: #fff;
    width: 265px;
    max-width: 100%;
}

#search-input input {
    box-shadow: none;
    color: #808080;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 3px 10px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
    border: 0px !important;
    background-color: #fff !important;
    outline: none;
}

#search-input input.search-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    width: 2em;
    background-image: url(../images/search-new.svg.php?fc=000);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    color: transparent;
    transform: scale(.65);
    outline: none;
}

#search-input button {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 2px 8px 0px;
    height: 28px;
    border-radius: 0px;
    outline: none;
}

.input-group.search-input-wrap {
    border: 0px;
    background: #fff;
    border-radius: 0px;
}


/* Search Language */

.google-translate-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.google-translate-wrap .goog-te-gadget-simple {
    border: 0px !important;
    padding: 4px 4px;
    font-size: 10.5pt;
}


/*--------------------------------------------------------
                      MAIN HEADER
--------------------------------------------------------*/

header#header-outer-wrap {
    background: #fff;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    /*position: sticky;
    top: 0;
    z-index: 99;*/
}

#main-header {
    padding: 0px 0px 15px;
    background: var(--primary);
}

.logo-wrap {
    display: inline-block;
    vertical-align: middle;
}

.logo-wrap img {
    width: 300px;
    max-width: 100%;
    height: auto;
}

svg#main-logo {
    max-width: 100%;
    width: 280px;
    height: 88px;
}

#right-side-wrap {
    text-align: right;
    margin-top: 20px;
}

@media (min-width: 1200px) {
    #logo-menu-wrap {
        width: 94%;
    }
    #right-side-wrap {
        width: 6%;
    }
}


/* Secondary Menu */

.secondary-menu-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

#secondary-menu-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

.secondary-menu-wrap #mobile-menu li a {
    text-align: left;
}


/*--------------------------------------------------------
                    Desktop Navigation
--------------------------------------------------------*/

.dropdown-menu li {
    width: 100%;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}


/*--------------------------------------------------------
                    Index / Main Body
--------------------------------------------------------*/

main {
    min-height: calc(100vh - 44px - 149px - 48px - 130px);
    /*The minimum height of the main section of the page should be the height of the screen minus the header and footer*/
    position: relative;
}

main#subpage-main {
    padding-top: 20px;
}

#subpage-main #mms-main {
    margin-bottom: 2.5em;
}

@media (max-width: 900px) {
    #subpage-main #mms-main {
        margin-bottom: 2em;
    }
}

@media (min-width: 767px) {
    #subpage-main .row {
        margin-bottom: 1em;
    }
}

@media (max-width: 767px) {
    #subpage-main div[class^="col-md"] {
        margin-bottom: 1em;
    }
}


/*^^These two styles can be tweaked if needed, but they are a handy default for spacing rows (and then columns once the screen hits the col-xs breakpoint on subpages*/


/*----------------Slideshow----------*/

.slideshow-wrap {
    margin-bottom: 60px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 990px) {
    .slideshow-wrap {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .slideshow-wrap {
        margin-bottom: 40px;
    }
}

.slideshow-wrap img {
    width: 100%;
}

.slideshow-wrap .carousel-inner .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    z-index: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    min-height: 100vh;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    background-blend-mode: multiply;
    /*background: linear-gradient(45deg, rgba(0,82,155.45), rgba(51,122,183,.45));*/
    border-radius: 10px;
}

.slideshow-wrap .carousel-inner .item img {
    /*max-height: 600px;
    object-fit: cover;
    border-radius: 10px;*/
}

.slideshow-wrap a {
    text-decoration: none;
}

#slide-row {
    margin-bottom: 10px;
}

.carousel-control.left,
.carousel-control.right,
.carousel-control:hover {
    background-image: none;
    font-size: ;
    font-weight: ;
    z-index: 101;
}

.carousel-control {
    margin: auto 0px;
    display: none;
}

.carousel-control.left {
    height: 50px;
    width: 50px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Inter', sans-serif;
    background: rgba(77, 77, 77, 0.6);
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 0px;
    border-radius: 30px;
    margin-left: 15px;
}

.carousel-control.right {
    height: 50px;
    width: 50px;
    color: #fff;
    top: 0px;
    left: auto;
    right: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Inter', sans-serif;
    background: rgba(77, 77, 77, 0.6);
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 0px;
    border-radius: 30px;
    margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .carousel-control.left,
    .carousel-control.right {}
}

@media (max-width: 767px) {
    .carousel-control.left,
    .carousel-control.right {
        height: 38px;
        width: 38px;
    }
}

.carousel-control img {
    width: 16px;
    height: 22px;
    margin-top: 13px;
}

@media (max-width: 767px) {
    .carousel-control img {
        margin-top: 7px;
    }
}

.caption-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.carousel-caption {
    position: absolute;
    z-index: 100;
    background: transparent;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    text-shadow: none;
    padding: 0;
    margin: 0;
    min-height: 90px;
}

.caption-inside-wrap {
    padding: 16px 0px;
}

p.caption-text {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    text-align: center;
    word-wrap: break-word;
    line-height: 45px;
    display: inline-block;
    width: 430px;
    margin-top: 0px;
    margin-bottom: 55px;
}

p.caption-text span {
    display: inline-block;
    margin-top: 10px;
    background: #7B133E;
    padding: 2px 15px;
}

p.alt-text {
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0px;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    line-height: 22px;
    display: none;
}

@media (max-width: 767px) {
    p.alt-text {}
}

.carousel-indicators {
    bottom: 5px;
}

.carousel-indicators li {
    width: 13px;
    height: 13px;
    margin-left: 8px !important;
    margin: 0 auto;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 15px;
}

.carousel-indicators li.active {
    width: 13px;
    height: 13px;
    margin-left: 8px !important;
    margin: 0 auto;
    background-color: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 15px;
}

@media (max-width: 767px) {
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 10px;
        height: 10px;
    }
}

.caption-text-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 74%;
}

.caption-btn-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    float: right;
    text-align: right;
    margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .caption-text-wrap {
        width: 64%;
    }
    .caption-btn-wrap {
        width: 35%;
    }
}

.caption-btn-wrap a {
    background: #4F85C4;
    border: 1px solid #4F85C4;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    padding: 12px 20px;
    border-radius: 1px;
    text-align: center;
}

.slideshow-wrap .carousel-caption {
    position: absolute;
    top: 15%;
}

.slideshow-wrap .carousel-caption .caption-wrapper {
    max-width: 90%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
}

.slideshow-wrap .carousel-caption p.caption-text {
    text-align: left;
    font-size: 56px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 35px;
    line-height: 60px;
}

.slideshow-wrap .carousel-caption p.alt-text {
    display: block;
    font-size: 18px;
    font-weight: 400 !important;
    color: #fff;
    width: 545px;
    line-height: 32px;
    max-width: 100%;
}

.slideshow-wrap .caption-btn {
    margin-top: 80px;
}

.slideshow-wrap .caption-btn:hover {
    margin-top: 79px;
}

.slideshow-wrap .caption-btn a {
    font-weight: 500;
    color: #000;
    background: #FFFFFF;
    padding: 17px 30px;
}

.slideshow-wrap .caption-btn a:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.slideshow-wrap .carousel-indicators {
    text-align: left;
    margin: 0;
    left: 5.5%;
    bottom: 45px;
}

#slideshow-wrap {
    /* Make an element span the width of the viewport */
    position: relative;
    left: var(--side-margin);
    right: var(--side-margin);
    width: calc(100vw + 13px);
    margin-bottom: 40px;
}

#gm-canvas #slideshow-wrap {
    left: unset;
    right: unset;
    width: unset;
}

#slideshow-wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 550px;
    object-fit: cover;
    object-position: top;
}

#slideshow-wrap .carousel-indicators {
    bottom: 0;
    top: 100%;
    margin-top: 5px;
}

#slideshow-wrap .carousel-caption {
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    text-shadow: none;
    margin: 0;
    padding: 15px 0px;
    min-height: auto;
}

@media (max-width: 767px) {
    #slideshow-wrap .carousel-caption {
        position: static;
        background: rgba(0, 0, 0, 1);
    }
}

#slideshow-wrap p.caption-text {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 24px;
}

@media (max-width: 767px) {
    #slideshow-wrap p.caption-text {
        line-height: 34px;
        margin-bottom: 15px;
    }
}

#slideshow-wrap p.alt-text {
    display: block;
    font-weight: 400;
}


/*----------------End Slideshow------*/


/*--------------------------------------------------------
                    News and Events Feeds
--------------------------------------------------------*/


/*--------------------------------------------------------
                    Index / Home Page
--------------------------------------------------------*/


/* Buttons */

.btn-wrap {
    margin-top: 30px;
}

.btn-wrap a {
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: var(--primary);
    padding: 20px 40px 20px 30px;
    position: relative;
    transition: background ease 0.3s;
}

.btn-wrap a:after {
    content: url(../images/arrow-icon.png);
    position: relative;
    left: 15px;
}

.btn-wrap a:hover {
    background: var(--accent);
    color: #fff;
}

.btn-wrap.dash-btn {
    margin-top: 45px;
}

.btn-wrap.dash-btn a {
    background: transparent;
    color: var(--primary);
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    padding-left: 0px;
}


/*.btn-wrap.dash-btn a:before {
    content: "";
    border: 1px solid var(--primary);
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    position: relative;
    right: 15px;
}*/

.btn-wrap.dash-btn a:after {
    display: none;
}

.btn-wrap.dash-btn a:hover {
    top: 0px !important;
    box-shadow: none !important;
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.gg-arrow-long-right {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs, 1));
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 0 0 2px;
    width: 24px;
    height: 6px;
    margin-right: 10px;
    vertical-align: middle;
}

.btn-wrap.dash-btn a:hover .gg-arrow-long-right {
    margin-right: 12px;
}

.btn-wrap.dash-btn a:hover .gg-arrow-long-right:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    right: 0;
    bottom: -2px;
}

#featured-text-wrap {
    margin-top: 40px;
}

#featured-text-wrap .col-content-wrap {
    background: #EDF0F4;
    border-radius: 5px;
    padding: 15px 25px;
    margin-bottom: 20px;
    min-height: 90px;
    position: relative;
    top: 0;
    transition: top ease 0.3s;
    cursor: pointer;
}

#featured-text-wrap .col-content-wrap:hover {
    top: -3px;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
}

#featured-text-wrap .col-content-wrap a {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}

#featured-text-wrap .col-content-wrap video {
    max-width: 100%;
}

#featured-text-wrap #featured-conference-wrap .col-content-wrap {
    position: relative;
    margin-bottom: 20px;
    top: 0;
    transition: top ease 0.65s;
    background: transparent;
    border-radius: 0;
    padding: 0;
    min-height: auto;
}

#featured-text-wrap #featured-conference-wrap .col-content-wrap:hover {
    top: -15px;
}

#featured-text-wrap #featured-conference-wrap .col-content-wrap img {
    width: 100% !important;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    min-height: 275px;
    height: 275px !important;
}

#featured-text-wrap #featured-conference-wrap .col-content-wrap .featured-bottom-content {
    position: absolute;
    z-index: 100;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75));
    left: auto;
    top: 0;
    right: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px;
}

#featured-text-wrap #featured-conference-wrap .col-content-wrap .featured-bottom-content:hover {
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.2), rgba(51, 122, 183, 0.75));
    cursor: pointer;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
}

#featured-text-wrap #featured-conference-wrap .col-content-wrap .featured-bottom-content h4 a {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-decoration: none;
}


/* Welcome */

main#homepage-main #welcome-section-wrap {
    margin-top: 110px;
    margin-bottom: 170px;
    position: relative;
    width: 100vw;
}

@media (min-width: 990px) and (max-width: 1199px) {
    main#homepage-main #welcome-section-wrap {
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    main#homepage-main #welcome-section-wrap {
        margin-bottom: 50px;
        width: auto;
    }
}

@media (max-width: 767px) {
    main#homepage-main #welcome-section-wrap {
        margin-bottom: 50px;
        width: auto;
    }
}

main#homepage-main #welcome-section-wrap h1 {
    padding-bottom: 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    main#homepage-main #welcome-section-wrap h1,
    h1 {
        font-size: 34px;
    }
}

main#homepage-main #welcome-section-wrap p {
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
}

main#homepage-main #welcome-img-wrap {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-top: 25px;
}

@media (min-width: 768px) and (max-width: 990px) {
    main#homepage-main #welcome-img-wrap {
        display: inline-block;
        text-align: left;
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    main#homepage-main #welcome-img-wrap {
        display: inline-block;
        text-align: left;
        margin-top: 80px;
    }
}

main#homepage-main #welcome-img-wrap img {
    position: relative;
    top: 0;
    z-index: -1;
    width: 100% !important;
    max-width: 100%;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
}


/* Events */

#events-outer-wrap:not(#gm-canvas #events-outer-wrap) {
    position: relative;
    margin: 30px 0px 145px;
    padding: 100px 75px 145px;
}

@media (max-width: 990px) {
    #events-outer-wrap:not(#gm-canvas #events-outer-wrap) {
        margin-top: 100px;
        margin-bottom: 100px;
        padding: 30px 30px 60px;
    }
}

@media (max-width: 767px) {
    #events-outer-wrap:not(#gm-canvas #events-outer-wrap) {
        padding: 30px 15px 60px;
    }
}

#events-outer-wrap:not(#gm-canvas #events-outer-wrap):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.6), rgba(29, 72, 117, 0.4)), url(../images/events-outside-bg2.jpg) no-repeat;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    background-size: cover;
    z-index: -1;
    display: block;
}

#events-recent-wrap h2 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.recent-events-item a.ev-title-link {
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    color: #fff;
    border: 0px;
    padding-bottom: 8px;
    text-transform: capitalize;
    display: block;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
}

@media (max-width: 767px) {
    .recent-events-item a.ev-title-link {
        font-size: 36px;
        line-height: 46px;
    }
}

#events-section-wrap {
    margin-top: 50px;
}

#events-section-wrap h2 {
    padding-bottom: 25px;
    font-weight: 500;
}

.events-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 20px;
}

#events-section-wrap .events-item:nth-child(4) {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.events-image {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    margin-right: 20px;
}

.events-image img {
    max-width: 100%;
    height: auto;
}

.events-date-title {
    display: inline-block;
    vertical-align: top;
    width: 61%;
}

.events-item .events-date {
    margin-bottom: 15px;
}

.events-item .events-date img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.events-item .events-date span {
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #666666;
}

.events-item h4 {
    padding-bottom: 8px;
}

#events-all-wrap section.feed-item a.ev-title-link {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2em;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 8px;
    text-transform: capitalize;
    display: block;
}

#events-all-wrap section.feed-item a.ev-title-link:hover {
    color: rgba(255, 255, 255, 1) !important;
    text-decoration: none;
}

.events-description {
    margin-top: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #4D4D4D;
}

.events-shortdesc {
    margin-top: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}

.events-btn {
    margin-top: 80px;
}

.events-btn a {
    font-family: 'Inter', sans-serif;
    color: #fff;
    background: var(--primary);
    padding: 17px 28px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: background ease 0.3s;
}

.events-btn a:hover {
    background: var(--accent);
}

.events-btn a img {
    display: inline-block;
    margin-left: 25px;
}

.events-item .description {
    color: #7F7F84;
    font-family: 'Inter', sans-serif;
}

#events-all-wrap .feed-out-wrap {
    float: right;
}

#events-all-wrap .feed-out-wrap hr {
    margin-top: -10px !important;
    margin-bottom: 10px !important;
}

#events-all-wrap section.feed-item {
    margin-bottom: 0px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    width: 200px;
}

.feed-item h3 {
    font-size: 24px;
}


/* Subpage News */

a.news-title-link {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    text-decoration: none;
    line-height: 22px;
    padding-top: 10px;
    text-transform: capitalize;
    display: block;
    color: #000;
}


/* Featured Four Box */

#featured-four-box {
    margin-top: 40px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #featured-four-box {
        margin-bottom: 0px;
    }
}

#featured-four-box .col-content-wrap {
    position: relative;
    margin-bottom: 20px;
    top: 0;
    transition: top ease 0.65s;
}

#featured-four-box .col-content-wrap:hover {
    top: -15px;
}

#featured-four-box .col-content-wrap a::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#featured-four-box .col-content-wrap img {
    width: 100% !important;
    max-width: 100%;
    height: 200px !important;
    object-fit: cover;
    object-position: center;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

#featured-four-box .col-content-wrap .featured-bottom-content {
    position: absolute;
    z-index: 100;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75));
    left: auto;
    top: 0;
    right: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 10px 10px;
    text-align: center;
    border-radius: 10px;
    transition: .125s background ease-in-out;
}

#featured-four-box .col-content-wrap .featured-bottom-content:hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(29, 72, 117, 0.75));
    cursor: pointer;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
}

#featured-four-box .col-content-wrap .featured-bottom-content h4 a {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}


/* Secondary Section */

#secondary-section-wrap {
    position: relative;
    padding: 50px 0px 100px;
}

#secondary-img-wrap img {
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
}

#secondary-img-wrap img:nth-child(2) {
    top: 55px;
    position: absolute;
    left: 20%;
    z-index: 1;
}

#secondary-partner-wrap .col-content-wrap {
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    background: #fff;
    padding: 70px 50px;
    position: relative;
    margin-left: 35px;
    margin-right: 35px;
}

#secondary-partner-wrap .col-content-wrap img {
    margin: 0 auto;
}

#lifetime-car-wrap {
    padding: 20px 0px;
}

#lifetime-section-content h1 {
    margin-bottom: 10px;
}

#lifetime-section-content p {
    margin-bottom: 30px;
}

#lifetime-car-img-wrap {
    margin-top: 85px;
}

#lifetime-car-img-wrap img {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
    margin: 0 auto;
}


/* Testimonial Slide */

#testimonial-sponsors-wrap {
    padding: 30px 0px 30px;
}

@media (max-width: 767px) {
    #testimonial-sponsors-wrap {
        padding-top: 0px;
    }
}

#testimonial-slide-wrap .carousel-caption {
    position: relative;
    background: #ffff;
    display: block;
    border-radius: 2px;
    padding: 20px 0px 30px;
}

#testimonial-slide-wrap .carousel-caption .caption-wrapper {
    text-align: left;
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin: 0 !important;
}

#testimonial-slide-wrap .carousel-caption .caption-wrapper:before {
    display: block;
    content: '“';
    text-indent: 0;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
    color: var(--primary);
    font-size: 110px;
    font-family: 'Inter', sans-serif;
    line-height: 56px;
}

#testimonial-slide-wrap .item img {
    position: relative;
    top: 415px;
    z-index: 101;
    left: 0;
    margin-left: 0px !important;
    border-radius: 100%;
}

@media (min-width: 768px) and (max-width: 990px) {
    #testimonial-slide-wrap .item img {
        position: absolute;
        top: 85%;
    }
}

@media (max-width: 767px) {
    #testimonial-slide-wrap .item img {
        top: 335px;
    }
}

#testimonial-slide-wrap p.caption-text {
    color: #1A1A1A;
    text-align: left;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    width: 100%;
    margin-bottom: 70px;
    min-height: 225px;
}

@media (max-width: 767px) {
    #testimonial-slide-wrap p.caption-text {
        font-size: 28px;
        line-height: 38px;
        min-height: 170px;
        margin-bottom: 40px;
    }
}

@media (max-width: 580px) {
    #testimonial-slide-wrap p.caption-text {
        font-size: 20px;
        line-height: 32px;
    }
}

@media (max-width: 380px) {
    #testimonial-slide-wrap p.caption-text {
        font-size: 18px;
        line-height: 30px;
    }
}

#testimonial-slide-wrap p.caption-text:after {
    content: "...";
    position: relative;
    left: -12px;
}

#testimonial-slide-wrap p.alt-text {
    margin-left: 100px;
    display: block;
    color: #000000;
}

#testimonial-slide-wrap .carousel-indicators {
    display: block;
    bottom: -20px;
    margin-bottom: 0px;
}

#testimonial-slide-wrap .carousel-control {
    display: none;
}


/* All Sponsors */

#all-sponsors-wrap img {
    display: inline-block;
    margin-bottom: 20px;
}


/* Homepage Animations */

#homepage-main:not(#gm-canvas #homepage-main) {
    --time: .125s;
}

#welcome-section-wrap:not(#gm-canvas #welcome-section-wrap) img,
#featured-four-box:not(#gm-canvas #featured-four-box)>.column,
#homepage-main:not(#gm-canvas #homepage-main) h1,
#homepage-main:not(#gm-canvas #homepage-main) h2,
#homepage-main:not(#gm-canvas #homepage-main) p {
    opacity: .5;
    transition: .25s transform ease-in-out, .25s opacity ease-in-out;
    transform: translateY(30px);
}

#welcome-section-wrap:not(#gm-canvas #welcome-section-wrap) img.onscreen,
#featured-four-box:not(#gm-canvas #featured-four-box)>.column.onscreen,
#homepage-main:not(#gm-canvas #homepage-main) h1.onscreen,
#homepage-main:not(#gm-canvas #homepage-main) h2.onscreen,
#homepage-main:not(#gm-canvas #homepage-main) p.onscreen {
    transform: translateY(0);
    opacity: 1;
}

#subpage-main #featured-four-box:not(#gm-canvas #featured-four-box)>.column {
    opacity: 1;
}

#featured-four-box>.column:nth-child(1) {
    transition-delay: calc(var(--time) * 1);
}

#featured-four-box>.column:nth-child(2) {
    transition-delay: calc(var(--time) * 2);
}

#featured-four-box>.column:nth-child(3) {
    transition-delay: calc(var(--time) * 3);
}

#featured-four-box>.column:nth-child(4) {
    transition-delay: calc(var(--time) * 4);
}

#testimonial-slide-wrap p,
[class*="-btn"] img:not(.carousel img) {
    /* Exceptions to the styles above */
    transform: unset;
}

#welcome-img-wrap img:not(.carousel img):nth-child(1),
#featured-four-box .column:nth-child(2) img,
{
    transition-delay: calc(var(--time) * 1);
}

#featured-four-box .column:nth-child(3) img {
    transition-delay: calc(var(--time) * 2);
}

#featured-four-box .column:nth-child(4) img {
    transition-delay: calc(var(--time) * 3);
}


/*--------------------------------------------------------
                CSS Styles for Inner Pages
--------------------------------------------------------*/


/*----------Responsive Nivo*/

div[id^=slider-container-FD],
div[id^=slider_FD],
.nivoSlider img {
    max-width: 100% !important;
    height: auto !important;
}


/*----------Nivo Controls*/

.nivo-prevNav,
.nivo-nextNav {
    background-image: none !important;
    width: 25px !important;
    top: 25% !important;
    /*Fallback for browsers that don't support calc*/
    top: calc( 50% - 50px) !important;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 75px;
    font-family: Arial, sans-serif;
    text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
}

.nivo-prevNav:hover,
.nivo-nextNav:hover {
    text-decoration: none;
    color: #ae0e0d;
    text-shadow: none;
}

.nivo-prevNav {
    left: 10px !important;
}

.nivo-nextNav {
    right: 10px !important;
}

.nivo-prevNav:after {
    content: "‹";
}

.nivo-nextNav:after {
    content: "›";
}


/*--------------------------------------------------------
                        Footer
--------------------------------------------------------*/

footer#main-footer {
    background: var(--primary);
    padding: 50px 0px;
    margin-top: 70px;
}

footer#main-footer p {
    color: #fff;
    font-family: 'Inter', sans-serif;
    margin: 0;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 3px;
    text-shadow: none;
}

.footer-credit-section .text-left p:nth-child(2) {
    margin-top: 12px !important;
}

footer#main-footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.2s ease;
}

footer#main-footer a:hover {
    opacity: 0.65;
    color: #fff;
}

footer#main-footer strong {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

footer#main-footer span.footer-privacy {
    border-left: 1px solid #AFC6DB;
    margin-left: 16px;
    padding-left: 16px;
}

footer#main-footer .text-right a {
    text-decoration: underline;
    font-weight: 400;
}

@media (min-width: 768px) and (max-width: 990px) {
    footer#main-footer .text-left,
    footer#main-footer .text-right {
        text-align: center;
    }
}

@media (max-width: 767px) {
    #footer-logo-contact-wrap {
        margin-bottom: 20px;
    }
    footer#main-footer .text-left,
    footer#main-footer .text-right {
        text-align: center;
    }
    footer#main-footer p {
        margin-bottom: 5px;
    }
    footer#main-footer span.footer-privacy {
        display: block;
        border-left: 0px;
        padding-left: 0px;
        margin-left: 0px;
    }
    .back-top-wrap {
        padding-top: 0px !important;
        margin-bottom: 15px;
    }
}

footer#main-footer .footer-contact-wrap {
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

footer#main-footer .footer-contact-wrap a {
    text-decoration: underline;
}

.footer-social-wrap {
    margin-bottom: 15px;
}

.footer-social-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social-wrap ul li:first-child {
    margin-left: 0px;
}

.footer-social-wrap ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.footer-menu-wrap h3 {
    color: rgba(255, 255, 255, .3);
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-menu-wrap ul,
.footer-menu-wrap ul li {
    list-style: none;
    padding: 0;
}

.footer-menu-wrap ul li {
    padding-bottom: 20px;
}

.footer-menu-wrap ul li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none !important;
}


/*--------------------------------------------------------
                        MMS Styling
--------------------------------------------------------*/

.grid-slideshow-content {
    background: transparent;
    margin-left: 0px;
    padding: 0px 15px;
}

.grid-bottom-featured-wrap {
    background-image: none;
}

.grid-bottom-featured-wrap-h2 {
    color: #527785;
    margin-bottom: 0px;
}

.grid-bottom-featured-wrap-p {
    color: #323233;
}

#mycanvas #news-section-wrap .column,
#mycanvas #get-involved-wrap .column {
    min-height: 415px;
}


/*--------------------------------------------------------------
                      Modal Member Login
--------------------------------------------------------------*/

.modal {
    overflow-y: visible;
}

.modal-dialog {
    max-width: 280px;
    margin: 50px auto;
}

.modal-header {
    text-align: center;
}

.modal-body {
    padding: 15px 23px;
}

.login-form input {
    width: 203px!important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px 15px;
    margin-left: 15px;
    background: #fff;
    font-family: 'Inter', sans-serif;
    color: #9B9B9B;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
}

.login-form input[type="submit"] {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    border-radius: 3px;
    font-family: 'Inter', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    text-align: center;
    padding: 8px 20px;
    height: auto;
}

.login-form input[type="submit"]:hover,
.login-form input[type="submit"]:focus {
    background: var(--primary);
    border: 1px solid var(--primary);
    text-decoration: none;
}

.login-form a {
    color: #3A3A3A;
    font-family: 'Inter', sans-serif;
    display: block;
    margin-left: 15px;
    padding-bottom: 10px;
    text-decoration: underline;
}

.login-form a:hover,
.login-form a:focus {
    color: #27313D;
}

.login-form input:last-of-type {
    width: 100px;
    margin: none;
}

h6.modal-title {
    color: #527785;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

h4#myModalLabel {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    color: #1A1A1A;
    padding-bottom: 0px;
}

html {
    overflow-x: hidden;
    --side-margin: calc((100vw - var(--page-width) + 13px) / -2);
    /* 13px to compensate for width of scrollbar */
}

.full-width {
    /* Make an element span the width of the viewport */
    position: relative;
    left: var(--side-margin);
    right: var(--side-margin);
    width: calc(100vw + 13px);
}

#gm-canvas .full-width {
    left: unset;
    right: unset;
    width: unset;
}

.full-width>.column {
    padding-left: 0;
    padding-right: 0;
}

.full-width>.column:not(#gm-canvas .full-width>.column) img {
    max-width: 100% !important;
    width: 100% !important;
}

@media only screen and (min-width: 1600px) {
     :root {
        --page-width: 1550px;
    }
    .wrapper {
        width: 1550px;
    }
}

@media (min-width:1400px) and (max-width: 1599px) {
     :root {
        --page-width: 1370px;
    }
    .wrapper {
        width: 1370px;
    }
}

@media (min-width:1200px) and (max-width: 1399px) {
     :root {
        --page-width: 1170px;
    }
    .wrapper {
        width: 1170px;
    }
}

@media (min-width:992px) and (max-width: 1199px) {
     :root {
        --page-width: 970px;
    }
    .wrapper {
        width: 970px;
    }
}

@media (max-width: 990px) {
    .container,
    .wrapper {
        /* Extra wiggle room at a breakpoint that needs it  */
        /* width: 100%;*/
    }
    .full-width,
    #slideshow-wrap {
        --side-margin: unset;
        left: unset;
        right: unset;
        width: unset;
    }
}

main#subpage-main>.row:nth-child(2).full-width:not(#gm-canvas main#subpage-main>.row:nth-child(2)) {
    margin-top: -20px;
    margin-bottom: 2em;
}

@media (max-width: 767px) {
    main#subpage-main .row {
        margin-bottom: 2em;
    }
}


/*--------------------------------------------------------
                        MMS Styling
--------------------------------------------------------*/


/*----------- MEDIA QUERY --------------------*/

@media only screen and (min-width: 1600px) {
    .container,
    .caption-wrapper {
        max-width: 1550px;
        width: auto !important;
    }
}

@media only screen and (min-width: 1200px) {
    .container,
    .caption-wrapper {
        width: 1370px;
    }
}

@media (min-width: 1200px) and (max-width: 1369px) {
    .container,
    .caption-wrapper {
        width: 1170px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .slideshow-wrap .caption-btn {
        margin-top: 40px;
    }
}

@media (max-width: 1200px) {
    .caption-wrapper,
    .caption-wrapper {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {}
    #slideshow-wrap .column.col-md-12 {
        padding: 0;
    }
}

@media (min-width: 1000px) {
    .container {}
}

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
    .slideshow-wrap .carousel-caption {
        top: 10%;
    }
    .slideshow-wrap .carousel-caption p.caption-text {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .slideshow-wrap .carousel-caption p.alt-text {
        width: 100%;
        line-height: 24px;
    }
    .slideshow-wrap .caption-btn {
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .caption-wrapper,
    .caption-wrapper {
        max-width: 750px;
    }
    .slideshow-wrap .carousel-caption p.alt-text {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .container {}
    .slideshow-wrap .carousel-caption {
        top: 10%;
    }
    .slideshow-wrap .carousel-caption p.caption-text {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .slideshow-wrap .carousel-caption p.alt-text {
        width: 100%;
        line-height: 24px;
    }
    .slideshow-wrap .caption-btn {
        margin-top: 20px;
    }
    #welcome-section-content,
    #welcome-img-wrap {
        width: 100%;
    }
    #news-recent-wrap,
    #news-all-wrap {
        width: 100%;
    }
    #events-outer-wrap .container .col-content-wrap .row {
        padding: 30px 30px;
    }
    #events-all-wrap {
        text-align: left;
        padding-top: 80px;
    }
    #events-all-wrap .feed-out-wrap {
        float: left;
    }
    #secondary-img-wrap img {
        max-width: 80% !important;
    }
    #all-sponsors-wrap {
        margin-top: 100px;
    }
}

@media (max-width: 767px) {
    .container {}
    #top-header {
        height: auto;
        padding-bottom: 10px;
    }
    .slideshow-wrap .carousel-caption {
        position: relative;
    }
    .slideshow-wrap .carousel-caption p.caption-text {
        padding-top: 30px;
    }
    .slideshow-wrap .carousel-caption .caption-wrapper {
        padding-bottom: 130px;
    }
    #premier-diamond-sponsors .col-xs-12 {
        width: 50%;
    }
    #featured-text-wrap .col-content-wrap {
        min-height: auto;
    }
    #welcome-img-wrap img,
    #secondary-img-wrap img {
        max-width: 70%;
    }
    #events-outer-wrap .container .col-content-wrap .row {
        padding: 30px 30px;
    }
    #events-all-wrap {
        text-align: left;
        padding-top: 80px;
    }
    #events-all-wrap .feed-out-wrap {
        float: left;
    }
    #secondary-img-wrap {
        margin-bottom: 150px;
    }
    #all-sponsors-wrap {
        margin-top: 100px;
    }
}

@media (min-width: 560px) and (max-width: 767px) {}

@media (max-width: 580px) {}

@media (max-width: 480px) {
    .container {}
}

@media (max-width: 380px) {}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome,
    .div {}
}


/* Internet Browser */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}


/*------------------------Menu Opens on Hover, .dropdown-submenu takes care of 2nd tier menu hover*/

.dropdown:hover .men-level-0,
.dropdown:hover .men-level- {
    display: block;
}


/* .dropdown:hover .men-level-1 {
    display: none;
}*/

.dropdown-submenu:hover .men-level-1,
.dropdown-submenu .dropdown-submenu:hover .men-level-2 {
    display: block;
}

.men-level-1,
.men-level-2 {
    left: 100%;
}


/*--------------------Ends Menu Opens on Hover*/


/*------------------------2nd Tier Nav*/

.nav li {
    position: relative;
    /* float: left; */
    list-style-type: none;
}

.open>#nav_menu .dropdown-menu {
    display: block;
}

.men-level-1 {
    top: 0px;
}


/*--------------------End-2nd Tier Nav*/


/*----------------------------
    MMS Member Icons Menu
------------------------------*/

@media (min-width: 1200px) {
    .nav-tabs li.dropdown {
        width: 190px;
    }
}

@media (min-width: 990px) and (max-width: 1200px) {
    .nav-tabs li.dropdown {
        width: 155px;
    }
}

@media (min-width: 767px) and (max-width: 990px) {
    .nav-tabs li.dropdown {
        width: 120px;
    }
}


/*------------------------------------------------------------------------------------
                            Main Menu CSS
--------------------------------------------------------------------------------------*/

#navigation-menu-wrap {
    text-align: right;
}

.nav-main-wrapper {
    margin-left: 20px;
    margin-top: 25px;
    display: inline-block;
    vertical-align: middle;
}

.navbar-custom-wrapper {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .navbar-custom-wrapper {
        display: inline-block !important;
    }
}

#nav_menu {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-nav {
    width: 100%;
    padding: 0;
    margin: 0;
}

#nav_menu>ul {
    display: flex;
    gap: 1rem 22px;
    flex-wrap: wrap;
}

#nav_menu::before,
#nav_menu::after,
#nav_menu>ul::before,
#nav_menu>ul::after {
    content: none;
}

#nav_menu .navbar-nav>li a {
    color: #fff;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 10px 24px;
    padding-inline: 0;
    transition: background-color .3s;
    font-size: 20px;
}

@media (min-width: 1200px) and (max-width: 1299px) {
    #nav_menu .navbar-nav>li a {
        padding: 10px 5px;
        font-size: 16px;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    #nav_menu .navbar-nav>li a {
        padding: 10px 6px;
        font-size: 16px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    #nav_menu .navbar-nav>li a {
        padding: 10px 7px;
        font-size: 16px;
    }
}

#nav_menu .navbar-nav>li>a:hover,
#nav_menu .navbar-nav>li>a:focus,
.navbar-nav .open>a,
.navbar-nav .open>a:focus,
.navbar-nav .open>a:hover {
    background: transparent;
    color: var(--accent);
}

.caret {
    margin-left: 4px;
}

.login-link {
    cursor: pointer;
}

#mobile-menu .join-wrap {
    margin-top: 25px;
    margin-left: 20px;
    margin-bottom: 0px;
}

#mobile-menu .renew-wrap {
    margin-top: 8px;
    margin-left: 20px;
    margin-bottom: 25px;
}

#mobileMenuWrapper #mobile-menu .join-wrap a,
#mobileMenuWrapper #mobile-menu .renew-wrap a {
    text-align: center;
    width: 100px;
    padding: 5px 12px !important;
    border-radius: 0px;
}

li.join-wrap,
li.renew-wrap {
    margin-left: 10px;
}

li.login-link a {
    background: var(--dark-accent) !important;
    border: 1px solid var(--dark-accent) !important;
    border-color: var(--dark-accent) !important;
    color: #fff !important;
    padding: 3px 12px 4px !important;
    position: relative;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-top: 7px;
}

li.login-link a:hover {
    background: var(--accent) !important;
    border-color: var(--accent) !important;
}

#mobileMenuWrapper #mobile-menu li.mobile-secondary-menu {
    padding: 0 !important;
}


/*------------------------------------------------------------------------------------
                            Dropdown Menus - full/collapsed
--------------------------------------------------------------------------------------*/

#nav_menu .dropdown-menu {
    background-color: #FFFFFF;
    border: 0;
    border-radius: 0px;
    padding: 5px 0px;
    margin: 0px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
    font-size: inherit;
}

#nav_menu .dropdown-menu li {
    width: 100%;
    border-bottom: 0;
}

#nav_menu .dropdown-menu li:last-child {
    border-bottom: 0px;
}

#nav_menu .dropdown-menu li a {
    font-weight: 400;
    font-family: 'Inter', sans-serif !important;
    color: #333333;
    border: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px 20px;
}

#nav_menu .dropdown-menu li a:hover,
#nav_menu .dropdown-menu li a:focus {
    background: transparent;
    color: var(--primary);
}

#nav_menu .dropdown-menu li.dropdown-submenu b.caret {
    border-left: 4px dashed;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-left: 15px;
}


/*--------------------------------------------------------
    MOBILE MENU
--------------------------------------------------------*/

#mobileMenuWrapper.open {
    right: auto;
    bottom: 0px;
    left: 0;
}

#mobileMenuWrapper #mobile-menu {
    overflow: auto;
    padding: 0px 20px 10px;
}

#mobileMenuWrapper ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#mobileMenuWrapper #mobile-menu a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    background: transparent;
    padding-left: 0px;
    text-decoration: none;
}

#mobileMenuWrapper #mobile-menu a:hover,
#mobileMenuWrapper #mobile-menu a:focus {
    background: transparent;
    color: #fff;
}

#mobileMenuWrapper ul.mDropdown {
    display: none;
}

#mobileMenuWrapper .mDropdown.open {
    display: block;
}

#mobileMenuWrapper .mDropdown.open li {
    border-bottom: 1px solid #333333 !important;
}

#mobileMenuWrapper .mDropdown.open li:last-child {
    border-bottom: 0px !important;
}

#mobileMenuWrapper .mDropdown.open ul.mDropdown.open {
    background: #8C1B4F !important;
}

#mobile-menu a {}

#mobile-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

.mobile-menu-wrap {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 990px) {
    .mobile-menu-wrap {
        display: inline-block !important;
        vertical-align: middle;
    }
}

#mobile-menu-col {
    top: 2px;
    padding: 0px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-left: 0px;
}

#mobile-logo {
    width: 40%;
    float: left;
    margin-top: 27px;
    margin-bottom: 20px;
}

#mobile-logo a {
    margin: 0 !important;
}

#mobile-logo svg#logo {
    width: 250px;
    max-width: 250px;
}

svg#burger-menu {
    width: 30px;
    height: 22px;
}

svg#burger-menu rect {
    fill: #fff !important;
}

@media (max-width: 767px) {
    li.mobile-sm-wrap {
        display: inline-block !important;
        margin-top: 10px;
        margin-right: 0px;
        border-bottom: 0px !important;
        padding: 0 !important;
    }
    li.mobile-sm-wrap a {
        border-top: 0px !important;
        display: inline-block !important;
        vertical-align: middle;
        padding-right: 0px !important;
    }
}


/*-----------------toggle--------------------*/

button#mobile-toggle {
    width: 37px;
    height: 37px;
    display: none;
    position: absolute;
    right: 15px;
    bottom: 30px;
    border: 2px solid #002857;
    border-radius: 4px;
    padding: 8px 5px;
    background-color: white;
    box-shadow: 0px 1.5px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

@media (max-width: 990px) {
    button#mobile-toggle {
        display: inline-block;
    }
}

button#mobile-toggle svg * {
    fill: #002857;
}


/*-----------end--toggle---------------------*/

#mobile-menu>li#triggerClose {
    display: inline;
    float: right;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 40px;
    cursor: pointer;
    color: #333333;
}

#mobile-menu>li>a {
    width: 174px;
    min-height: 32px;
    margin-bottom: 6px;
    border-radius: 3px;
    background-color: transparent;
    padding-left: 8px;
    padding-top: 10px;
    padding-right: 5px;
    display: inline-block;
    font-weight: 400;
    color: #5485A3;
    -webkit-transition: color .25s;
    transition: color .25s;
    text-decoration: none;
}

#mobileMenuWrapper {
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 200;
    overflow-y: auto;
    overflow-x: hidden;
    left: -120%;
    width: 300px;
    background-color: #000000;
    border-right: 2px solid #000000;
    -webkit-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    -moz-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    -o-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
}


/* REQUIRED - Dropdown menu item transition states*/

#mobileMenuWrapper .mDropdown {
    display: none;
}

#mobileMenuWrapper .mDropdown.open {
    display: block;
}


/* REQUIRED - Sets the ULs to not have dots, or be spaced in the typical UL fashion. */

#mobileMenuWrapper ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}


/* OPTIONAL-ISH - These are the settings for the base menu UL */


/* OPTIONAL-ISH - This sets each link on its own line fo' sho' */


/*#mobileMenuWrapper a, #mobileMenuWrapper div{
    display: block;
}*/


/* OPTIONAL - The actual A's. Style them as you wish*/


/* Top Level / all*/

#mobileMenuWrapper #mobile-menu a {
    display: inline-block;
    width: 100%;
}


/* dropdown only */

#mobileMenuWrapper .mDropdown a {
    padding: 7px 4px !important;
}

#mobileMenuWrapper .mDropdown li:last-child a {
    border-bottom: 0px;
}

#mobile-menu>li>ul {
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    padding: 0px 0;
    box-shadow: none;
}

#mobileMenuWrapper .mDropdown a:hover,
#mobileMenuWrapper .mDropdown a:focus {
    background: transparent;
    color: #00AAA0;
    text-decoration: none;
}


/*--------------------------------------------------------
    MOBILE MENU
--------------------------------------------------------*/

#mobileMenuWrapper #mobile-menu {
    overflow: unset !important;
    padding: 0px 0px 10px 0px;
}

#mobileMenuWrapper ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#mobile-menu>li#triggerClose {
    color: #fff;
    float: right;
    display: inline;
    font-size: 40px;
    cursor: pointer;
    transform: rotate(45deg);
    border-bottom: 0px !important;
    padding-right: 20px !important;
}

#mobileMenuWrapper #mobile-menu li {
    border-bottom: 0;
    padding: 5px 15px;
}

#mobileMenuWrapper #mobile-menu li a.home-link {
    border-top: 0px;
}

#mobileMenuWrapper #mobile-menu a {
    color: #fff;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    background: transparent;
    padding: 10px 0px 0px;
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #1A1A1A;
}

#mobileMenuWrapper #mobile-menu a:hover,
#mobileMenuWrapper #mobile-menu a:focus {
    background: transparent;
    color: #fff;
}

#mobileMenuWrapper .mDropdown.open {
    display: block;
    background: #7B133E !important;
}

#mobileMenuWrapper .mDropdown.open {
    display: block;
    background: #1A1A1A !important;
    margin-top: 13px;
}

#mobile-menu a {}

#mobile-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

.mobile-menu-wrap {
    display: inline-block;
    vertical-align: middle;
}

#mobile-menu-col {
    top: 2px;
    padding: 0px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-left: 0px;
}

@media (min-width: 768px) and (max-width: 990px) {
    #mobile-menu-col {
        top: 0px;
    }
}

#mobile-logo {
    width: 40%;
    float: left;
    margin-top: 27px;
    margin-bottom: 20px;
}

#mobile-logo a {
    margin: 0 !important;
}

#mobile-logo svg#logo {
    width: 250px;
    max-width: 250px;
}

#mobileMenuWrapper #mobile-menu a b.caret {
    float: right;
    position: relative;
    top: 3px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


/*------------------------------------------------------------------------------------
                                @Media and Sizes
--------------------------------------------------------------------------------------*/


/*------ Nav collapse @ Tablet size ------*/

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    #nav_menu .navbar-nav>li {
        float: none;
    }
    #nav_menu .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}