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


/*This changes the box model of everything in the website and can be overwriten per component if needed. To read more about box-sizing and why you'd want to overwrite it see https://css-tricks.com/international-box-sizing-awareness-day/ or https://www.w3schools.com/cssref/css3_pr_box-sizing.asp*/


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

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #4D4D4D;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #4D4D4D;
    line-height: 24px;
    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 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #3A3A3A;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
}

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

h1 {
    font-size: 35px;
    color: #404041;
}

h2 {
    font-size: 24px;
    color: #3A3A3A;
}

h3 {
    font-size: 22px;
    color: #337ab7;
}

h4 {
    font-size: 20px;
    color: #337ab7;
}

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

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


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


/*Styles below are taken from Bootstrap's table style to ensure that tables on content pages are responsive and neat whether Bootstrap classes are added or not*/

#subpage-main table {
    max-width: 100%;
    border-collapse: collapse;
    color: #212529;
    margin-bottom: 1em;
}

#subpage-main table td,
#subpage-main table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: inherit;
}

#subpage-main table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-top: none;
}

#subpage-main table caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

#subpage-main table tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075);
}

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.*/
}


/* Accordions */

main#subpage-main .panel>.panel-heading {
    background: #BE1E2D;
}

main#subpage-main .panel-heading>.panel-title {
    padding: 0;
    color: white;
}
main#subpage-main .panel>.panel-heading a {
    color: #fff;
}


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

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

#search-input {
    max-width: 250px;
    display: inline-block;
    vertical-align: middle;
    color: #4D4D4D;
    position: relative;
    margin-left: 15px;
}

@media (max-width: 767px) {
    #search-input {
        margin-right: 0px;
    }
}

@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: #4D4D4D;
}

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

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

#search-input :-ms-input-placeholder {
    color: #4D4D4D;
}

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

#search-input input {
    box-shadow: none;
    height: 39px;
    color: #4D4D4D;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 0px 13px;
    border: 1px solid #DCDFE5;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

#search-input button {
    background: #fff;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 5px 13px 0px;
    height: 39px;
    border-radius: 0px;
    outline: none;
    border-top: 1px solid #DCDFE5;
    border-bottom: 1px solid #DCDFE5;
    border-right: 1px solid #DCDFE5;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

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


/* Mobile Search Bar */

li.mobile-search-wrap {
    margin-top: 35px;
    margin-bottom: 0px;
    padding-left: 0px;
    width: 250px;
}

li.mobile-search-wrap a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-bottom: 0px !important;
}

li.mobile-search-wrap .input-group.search-input-wrap {
    border: 1px solid #DCDFE5;
    background: #fff;
}

.mobile-search-wrap input {
    border: 0px;
    box-shadow: none;
    height: 39px;
    color: #4D4D4D;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    padding: 0px 12px;
    font-weight: normal;
}

.mobile-search-wrap ::-webkit-input-placeholder {
    color: #4D4D4D;
}

.mobile-search-wrap :-moz-placeholder {
    /* Firefox 18- */
    color: #4D4D4D;
}

.mobile-search-wrap ::-moz-placeholder {
    /* Firefox 19+ */
    color: #4D4D4D;
}

.mobile-search-wrap :-ms-input-placeholder {
    color: #4D4D4D;
}

.mobile-search-wrap button {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 10px 10px;
    height: 39px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.mobile-search-wrap button:hover,
.mobile-search-wrap button:focus {
    background: transparent;
    color: transparent;
}

#contactus-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

#contactus-wrap a {
    background: #6D6E70;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 8px 17px 10px;
    border-radius: 2px;
    text-decoration: none;
}

li.mobile-contact {
    margin-top: 35px;
    margin-bottom: 10px;
}

li.mobile-contact a {
    background: #6D6E70 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif !important;
    border-radius: 2px !important;
    text-decoration: none !important;
    width: 117px !important;
    height: 39px !important;
    border: 0px !important;
    text-align: center !important;
}


/* Social Media Icons */

.social-media-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
}

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

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

.social-media-wrap ul>li {
    float: left;
    position: relative;
    display: block;
    margin-right: 6px;
}

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

.social-media-wrap svg {
    width: 30px;
    height: 30px;
}

.social-media-wrap a:hover svg#fb-icon .cls-1,
.social-media-wrap a:hover svg#linkedin-icon .cls-1,
.social-media-wrap a:hover svg#twitter-icon .cls-1,
.social-media-wrap a:hover svg#email-icon .cls-1 {
    fill: #232d69 !important;
    stroke: #232d69 !important;
}

.social-media-wrap a:hover svg#fb-icon .cls-2,
.social-media-wrap a:hover svg#linkedin-icon .cls-2,
.social-media-wrap a:hover svg#twitter-icon .cls-2,
.social-media-wrap a:hover svg#email-icon .cls-2 {
    fill: #ffffff !important;
}


/* Mobile Social Media */

.mobile-sm-wrap svg {
    width: 30px;
    height: 30px;
}

li.mobile-sm-wrap {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    li.mobile-sm-wrap {
        display: inline-block !important;
    }
}

li.mobile-sm-wrap a {
    border-bottom: 0px !important;
    padding: 0px !important;
    margin-right: 5px;
}


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

#main-header {
    padding: 0px 0px 10px;
}

#logo-wrap {
    position: relative;
    top: 15px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #logo-wrap img {
        margin: 0 auto;
    }
}

#logo-wrap a {
    text-decoration: none;
}

svg#main-logo {
    max-width: 100%;
    width: 175px;
    height: 120px;
    vertical-align: inherit;
}

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

.logo-text-wrap {
    margin-left: 15px;
    color: #6D6E70;
    font-family: 'Nunito Sans';
    font-style: italic;
    line-height: 19px;
}

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


/*Login Wrap */

.login-mobile-menu-wrap {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 14px;
}

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

.login-wrap a {
    color: #fff;
    background: #BE1E2D;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 14.5px 30px;
}


/*--------------------------------------------------------
                    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 - 150px - 50px - 158.8px - 95px);
    /*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: 80px;
    position: relative;
}

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

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

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

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

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

.slideshow-wrap .carousel-inner .item img {
    max-height: 500px;
    object-fit: cover;
}

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

.slideshow-wrap [class*="col-"] {
    padding: 0;
}

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

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

.carousel-control.right {
    height: 40px;
    width: 40px;
    color: #fff;
    top: 0px;
    left: auto;
    right: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Poppins', sans-serif;
    background: rgba(25, 35, 51, 0.4);
    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 {
        bottom: 35%;
    }
}

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

.carousel-control img {
    width: 14px;
    height: 20px;
    margin-top: 7px;
    border: none !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

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

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

.carousel-caption {
    position: absolute;
    z-index: 100;
    background: rgba(64, 64, 65, 0.85);
    padding: 10px 0px 14px;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    text-shadow: none;
    margin: 0;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .carousel-caption {
        position: relative;
    }
}

@media (max-width: 990px) {
    .carousel-caption {
        background: rgba(64, 64, 65, 0.85);
        display: block;
        position: static;
        width: 100%;
        height: auto !important;
        min-height: 85px !important;
    }
}

@media (max-width: 460px) {
    .carousel-caption {
        min-height: 140px !important;
    }
}

p.caption-text {
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    margin-bottom: 0px;
    word-wrap: break-word;
    line-height: normal;
}

p.alt-text {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    margin-bottom: 0px;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
}

.carousel-indicators {
    bottom: 0px;
    display: none;
}

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

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


/* Caption Slideshow */

.caption-inside-wrap {
    display: inline-block;
    vertical-align: sub;
    width: 83%;
    text-align: left;
    float: left;
}

.caption-slide-btn {
    display: inline-block;
    vertical-align: sub;
    width: 17%;
}

.caption-slide-btn a {
    background: #1E809A;
    color: #fff;
    text-decoration: none;
    padding: 7px 17px;
    border-radius: 1px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}


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


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


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


/* Buttons */

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

.btn-wrap a {
    background: #393536;
    border-radius: 2px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 16px;
    text-decoration: none;
}

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

@media (max-width: 767px) {
    #slideshow-events-wrap {
        margin-top: 15px;
    }
    .caption-inside-wrap,
    .caption-slide-btn {
        width: 100%;
        text-align: left;
    }
    .caption-slide-btn {
        margin-top: 20px;
    }
}


/* Upcoming Events */

#events-section-wrap h2,
#events-section-wrap .btn-wrap {
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
}

#events-section-wrap h2:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 47px;
    background: #F2F2F2;
    height: 1px;
    vertical-align: middle;
    margin-left: 10px;
}

#events-section-wrap .btn-wrap {
    float: right;
    margin-bottom: 0px;
    margin-top: 0px;
}

#events-section-wrap .btn-wrap a {
    background: #393536;
    border-radius: 2px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 14px 7px;
    text-decoration: none;
}

.event-item {
    margin-bottom: 13px;
    border-bottom: 1px solid #F2F2F2;
}

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

.event-details-wrap {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    position: relative;
    padding: 15px 5px;
}

.event-month {
    text-align: center;
    color: #6D6E70;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.event-day {
    margin-bottom: 5px;
}

.event-day * {
    color: #6D6E70;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.event-date-wrap .event-day img,
.event-date {
    display: inline-block;
}

.event-date-wrap .event-day img {
    margin-right: 8px;
}

.event-date {
    color: #6D6E70;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

#event-container {
    padding-left: 0px;
    margin-left: -15px;
}

.event-time {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.event-time img {
    display: inline-block;
    vertical-align: sub;
    margin-right: 10px;
}

h3.event-title {
    padding-bottom: 20px;
}

h3.event-title-custom {
    font-size: 16px;
    padding-bottom: 0px;
}

a.ev-title-link {
    color: #404041;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    word-break: break-word;
    border-bottom: 1.5px solid #000000;
}

a.ev-title-link:hover {
    color: #000000;
    text-decoration: none;
}

.event-content {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #4D4D4D;
}

.event-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
}

.event-day-custom {
    margin-bottom: 5px;
}

.event-day-custom * {
    color: #6D6E70;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
}


/* Sponsors Slideshow */

#home-sponsor-slideshow-wrap {
    padding: 70px 0px;
}

#home-sponsor-slideshow-wrap a {
    text-decoration: none;
}

#home-sponsor-slideshow-wrap h2 {
    text-align: center;
    margin-bottom: 15px;
}

#home-sponsor-slideshow-wrap .carousel-caption,
#home-sponsor-slideshow-wrap .carousel-indicators {
    display: none;
}

#home-sponsor-slideshow-wrap .carousel-control {
    display: none;
}

#home-sponsor-slideshow-wrap .carousel-control.left {
    left: -8%;
}

#home-sponsor-slideshow-wrap .carousel-control.right {
    right: -8%;
}

#home-sponsor-slideshow-wrap .carousel img {
    border: 1px solid #F1F1F1;
    border-radius: 3px;
    max-width: 100%;
}

#home-sponsor-slideshow-wrap .carousel .item {
    margin: 0 auto;
    text-align: center;
}


/* Featured News section */

.feat-news-wrap {
    background: #BE1E2D;
    padding: 50px 0px 36px;
}

.feat-news-wrap * {
    color: #fff;
}

#feat-content-wrap h2 {
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    padding-bottom: 15px;
}

#feat-content-wrap p {
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}


/* News Section */

#news-section-wrap h2,
#news-section-wrap .btn-wrap {
    display: inline-block;
    vertical-align: middle;
}

#news-section-wrap h2:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 95px;
    background: #CE4E5E;
    height: 1px;
    vertical-align: middle;
    margin-left: 10px;
}

#news-section-wrap .btn-wrap {
    float: right;
    margin-bottom: 0px;
    margin-top: 0px;
}

#news-section-wrap .btn-wrap a {
    background: #404041;
    border-radius: 2px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 14px 7px;
    text-decoration: none;
}

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

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

.news-item .news-date img,
.news-item .news-date span {
    display: inline-block;
}

.news-item .news-date span {
    color: #E6E6E6;
}

.news-item .news-date img {
    margin-right: 8px;
}

.news-date {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

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

a.news-title-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    word-break: break-word;
    border-bottom: 1.5px solid #FFFFFF;
}

.description {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.news-details-inside-wrap {
    margin-left: 20px;
}


/* Subpages Sponsors Slideshow */

#subpage-sponsor-wrap {
    padding: 30px 0px;
}

#subpage-sponsor-wrap a {
    text-decoration: none;
}

#subpage-sponsor-wrap h2 {
    text-align: center;
    margin-bottom: 15px;
}

#subpage-sponsor-wrap .carousel-caption,
#subpage-sponsor-wrap .carousel-indicators,
#subpage-sponsor-wrap .carousel-control {
    display: none;
}

#subpage-sponsor-wrap .carousel-control.left {
    left: -8%;
}

#subpage-sponsor-wrap .carousel-control.right {
    right: -8%;
}

#subpage-sponsor-wrap .carousel .item {
    margin: 0 auto;
    text-align: center;
}

#subpage-sponsor-wrap .carousel img {
    border: 1px solid #F1F1F1;
    border-radius: 3px;
    max-width: 100%;
}


.evr-complete-btn {
    background: #315BF8 !important;
    color: #fff !important;
}
.evr-discount-btn {
    background: #31F852 !important;
    color: #000 !important;
    font-weight: 700 !important;

}



/*--------------------------------------------------------
                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: #404041;
    padding: 40px 0px 31px;
}

footer#main-footer p {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    line-height: 24px;
}

footer#main-footer a {
    color: #fff;
    text-decoration: none;
}

footer#main-footer a:hover {
    color: #ffffff;
}

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

footer#main-footer .text-right span {
    color: #CCCCCC;
}

@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#main-footer .text-left,
    footer#main-footer .text-right {
        text-align: center;
    }
}


/* Footer Menu Links */

.footer-menu-links ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-menu-links ul li {
    display: block;
    margin: 0px 15px;
    position: relative;
    float: left;
    list-style-type: none;
}

.footer-menu-links ul li:first-child {
    margin-left: 0px;
}

.footer-menu-links ul li:last-child {
    margin-right: 0px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .footer-menu-links ul li {
        float: none;
        display: inline-block;
    }
    .footer-menu-links {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer-menu-links ul li {
        width: 100%;
        margin: 3px 0;
        text-align: center;
    }
}

.footer-menu-links ul li a {
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none !important;
    outline: none;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .footer-menu-links ul li a {
        font-size: 15px;
    }
}


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

tr.event_table_list:nth-child(even) {
    background-color: #f2f2f2;
}

tr.event_table_list {
    padding: 5px;
}

.evr-submit {
    background: #be1e2d !important;
    color: #ffffff !important;
}


/*--------------------------------------------------------------
                      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-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #9B9B9B;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
}

.login-form input[type="submit"] {
    background: #BE1E2D;
    border: 1px solid #BE1E2D;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    border-radius: 3px;
    font-family: 'Poppins', 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: #BE1E2D;
    border: 1px solid #BE1E2D;
    text-decoration: none;
}

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

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

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

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

h4#myModalLabel {
    font-size: 22px;
    color: #4A4F56;
    padding-bottom: 0px;
}


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


/*-- Custom Member Menu --*/

hr.line {
    background-color: #404041;
    height: 6px;
    position: relative;
    margin: 0 auto;
}

p.title {
    background-color: #FFFFFF;
    margin-top: -15px;
    margin-left: 30px;
    width: auto;
    position: relative;
    display: inline-block;
    float: left;
    font-family: Verdana;
    font-size: 18px !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}


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

@media (min-width: 1332px) and (max-width: 1365px) {}

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

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

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
    #home-sponsor-slideshow-wrap .carousel-control.left {
        left: -5%;
    }
    #home-sponsor-slideshow-wrap .carousel-control.right {
        right: -5%;
    }
    .caption-inside-wrap {
        width: 75%;
    }
    .caption-slide-btn {
        width: 25%;
    }
    #events-section-wrap h2 {
        font-size: 22px;
    }
    #events-section-wrap h2:after {
        display: none;
    }
}

@media (max-width: 991px) {
    .caption-wrapper {
        max-width: 750px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .container {}
    #right-side-wrap {
        margin-top: 27px;
    }
    #search-input {
        max-width: 190px;
    }
    .search-contact-wrap {
        margin-top: 10px;
    }
    #events-section-wrap {
        margin-top: 55px;
    }
    #home-sponsor-slideshow-wrap .carousel .col-sm-2,
    #sub-sponsor-slide-wrap .carousel .col-sm-2 {
        width: 33.3333333333%;
    }
    #home-sponsor-slideshow-wrap .carousel-control,
    #sub-sponsor-slide-wrap .carousel-control {
        bottom: auto;
        top: auto;
    }
    #home-sponsor-slideshow-wrap .carousel-control.left,
    #sub-sponsor-slide-wrap .carousel-control.left {
        left: 41%;
    }
    #home-sponsor-slideshow-wrap .carousel-control.right,
    #sub-sponsor-slide-wrap .carousel-control.right {
        right: 41%;
    }
    #home-sponsor-slideshow-wrap .carousel img {
        margin-bottom: 25px;
    }
    #news-section-wrap {
        margin-top: 40px;
    }
    #slideshow-events-wrap {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .container {}
    #events-section-wrap {
        margin-top: 50px;
    }
    #home-sponsor-slideshow-wrap .carousel img,
    #sub-sponsor-slide-wrap .carousel img {
        margin-bottom: 20px;
    }
    #home-sponsor-slideshow-wrap .carousel-control,
    #sub-sponsor-slide-wrap .carousel-control {
        bottom: auto;
        top: auto;
    }
    #home-sponsor-slideshow-wrap .carousel-control.left,
    #sub-sponsor-slide-wrap .carousel-control.left {
        left: 35%;
    }
    #home-sponsor-slideshow-wrap .carousel-control.right,
    #sub-sponsor-slide-wrap .carousel-control.right {
        right: 35%;
    }
    #home-sponsor-slideshow-wrap .carousel-control.left,
    #home-sponsor-slideshow-wrap .carousel-control.right,
    #sub-sponsor-slide-wrap .carousel-control.left,
    #sub-sponsor-slide-wrap .carousel-control.right {
        width: 32px;
        height: 32px;
    }
    #home-sponsor-slideshow-wrap .carousel-control img,
    #sub-sponsor-slide-wrap .carousel-control img {
        width: 13px;
        height: 16px;
        margin-top: 0px;
    }
    #subpage-sponsor-wrap {
        margin-bottom: 50px;
    }
    #news-section-wrap {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .footer-menu-links ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        margin-bottom: 20px;
    }
}

@media (min-width: 560px) and (max-width: 767px) {
    #home-sponsor-slideshow-wrap .carousel .col-sm-2,
    #sub-sponsor-slide-wrap .carousel .col-sm-2 {
        width: 50%;
        float: left;
    }
}

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

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

@media (max-width: 355px) {
    svg#main-logo {
        width: 120px;
    }
}


/* 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) {}