*,
*: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: 'Nunito', sans-serif;
    font-size: 16px;
    color: #323233;
}

p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #323233;
}


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

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #202328;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
}

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

h1 {
    font-size: 36px;
    color: #202328;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
    color: #021C2B;
}

h4 {
    font-size: 20px;
}

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

h1.title:empty {
    display: none;
}


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


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

a {
    color: ;
}

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


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/

img {
    border: 0px;
}


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

#main-header {
    padding: 20px 0px 15px;
}

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

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

@media (min-width: 990px) and (max-width: 1199px) {
    .logo-wrap {
        width: 23%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .logo-wrap {
        width: 22%;
    }
}

@media (max-width: 767px) {
    .logo-wrap {
        margin-right: 15px;
        width: 20%;
    }
}

@media (max-width: 520px) {
    .logo-wrap {
        width: 18%;
    }
}

@media (max-width: 480px) {
    .logo-wrap {
        margin-right: 10px;
        width: 25%;
    }
}

@media (max-width: 380px) {
    .logo-wrap {
        margin-right: 5px;
        width: 25%;
    }
}

.logo-wrap svg {
    max-width: 100%;
    width: 130px;
    height: 80px;
}

@media (max-width: 767px) {
    .logo-wrap svg {
        width: 112px;
        height: 70px;
    }
}

@media (max-width: 480px) {
    .logo-wrap svg {
        width: 104px;
        height: 64px;
    }
}

@media (max-width: 430px) {
    .logo-wrap svg {
        width: 76px;
        height: 64px;
    }
}

@media (max-width: 362px) {
    .logo-wrap svg {
        width: 65px;
        height: 64px;
    }
}

.logo-txt {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #323233;
    line-height: 24px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .logo-txt {
        width: 72%;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .logo-txt {
        font-size: 18px;
        width: 75%;
    }
}

@media (max-width: 520px) {
    .logo-txt {
        width: 76%;
    }
}

@media (max-width: 480px) {
    .logo-txt {
        font-size: 16px;
        width: 65%;
    }
}

@media (max-width: 395px) {
    .logo-txt {
        font-size: 13px;
        line-height: 20px;
        width: 65%;
    }
}

.logo-txt span.red-text {
    color: #a71930;
    font-weight: 900;
    line-height: 26px;
}

@media (max-width: 395px) {
    .logo-txt span.red-text {
        line-height: 20px;
    }
}

.logo-txt span.small-text {
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 480px) {
    .logo-txt span.small-text {
        font-size: 15px;
    }
}

@media (max-width: 395px) {
    .logo-txt span.small-text {
        font-size: 14px;
    }
}

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

@media (max-width: 480px) {
    #right-side-wrap {
        margin-top: 20px;
    }
}


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

#search-login-wrap {
    display: inline-block;
}

#search-input {
    max-width: 240px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    color: #929292;
}

@media (min-width: 768px) and (max-width: 990px) {
    #search-input {
        max-width: 215px;
        margin-right: 20px;
    }
}

@media (max-width: 380px) {
    #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: #929292;
}

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

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

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

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

#search-input input {
    border: 0px;
    box-shadow: none;
    height: 29px;
    color: #929292;
    font-size: 16px;
    font-weight: 500;
    font-family: 'lato', sans-serif;
    padding: 0px 15px;
}

#search-input button {
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 4px 12px 0px;
    height: 29px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.input-group.search-input-wrap {
    border: 1px solid #c7cfd3;
    background: #fff;
    border-radius: 15px;
}


/* Mobile Search Bar */

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

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

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

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

.mobile-search-wrap input {
    border: 0px;
    box-shadow: none;
    height: 31px;
    color: #fff;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    padding: 0px 12px;
    font-weight: normal;
}

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

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

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

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

.mobile-search-wrap button {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    height: 31px;
    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;
}


/* Social Media Icons */

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

@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: 5px;
}

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

.social-media-wrap a:hover svg#fb-icon .cls-1,
.social-media-wrap a:hover svg#ig-icon .cls-1,
.social-media-wrap a:hover svg#twitter-icon .cls-1,
.social-media-wrap a:hover svg#twitter-icon .cls-2,
.social-media-wrap a:hover svg#linkedin-icon .cls-1,
.social-media-wrap a:hover svg#youtube-icon .cls-1,
.social-media-wrap a:hover svg#xing-icon .cls-1 {
    fill: #a71930 !important;
    stroke: #a71930 !important;
}

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

.mem-area-link a {
    color: #a71930;
}


/* Mobile Social Media */

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

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

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

.mobile-sm-wrap svg .cls-1,
.mobile-sm-wrap svg#twitter-icon .cls-1,
.mobile-sm-wrap svg#twitter-icon .cls-2 {
    fill: #a71930 !important;
    stroke: #d3546c !important;
}

.mobile-sm-wrap svg .cls-2,
.mobile-sm-wrap svg#twitter-icon .cls-3 {
    fill: #fff !important;
}

.mobile-sm-wrap a:hover svg .cls-1,
.mobile-sm-wrap a:hover svg#twitter-icon .cls-1,
.mobile-sm-wrap a:hover svg#twitter-icon .cls-2 {
    fill: #d3546c !important;
    stroke: #d3546c !important;
}

.mobile-sm-wrap a:hover svg .cls-2,
.mobile-sm-wrap a:hover svg#twitter-icon .cls-3 {
    fill: #ffffff !important;
}


/* Login */

#login-wrap {
    float: right;
    display: inline-block;
    vertical-align: middle;
}

#login-wrap a {
    background: #323233;
    color: #fff;
    padding: 11px 20px 12px;
    position: relative;
    top: 10px;
    text-decoration: none;
    border-left: 1px solid #d3546c;
    border-right: 1px solid #d3546c;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

@-moz-document url-prefix() {
    #login-wrap a {
        top: 9px;
    }
}

#login-wrap a:hover,
#login-wrap a:focus {
    background: #630a0f;
}

#login-wrap a span {
    padding-left: 5px;
}

svg#sign-in-icon {
    width: 12px;
    height: 16px;
}


/* Mobile Login */

li.mobile-login a {
    border-bottom: 0px !important;
}

li.mobile-login span {
    margin-left: 5px;
}


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


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

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


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


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

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

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

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

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

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

#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: 42px;
    width: 42px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
    background: transparent;
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
}

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

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

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

.carousel-control img {
    width: 10px;
    height: 16px;
    margin-top: 8px;
}

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

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

@media (min-width: 768px) and (max-width: 990px) {
    .caption-wrapper {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .caption-wrapper {
        padding: 0;
    }
}

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

@media (min-width: 768px) and (max-width: 990px) {
    .carousel-caption {
        position: relative;
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .carousel-caption {
        position: relative;
        width: 100%;
        padding: 0;
    }
}

.caption-inside-wrap {
    background: rgba(48, 48, 48, .8);
    padding: 10px 15px;
}

.carousel-caption p.caption-text {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    display: block;
    color: #ffffff;
    margin-bottom: 0px;
}

.carousel-caption p.alt-text {
    font-size: 16px;
    font-family: serif;
    font-style: italic;
    color: white;
    margin-bottom: 10px;
    display: none;
}

.carousel-indicators {
    display: none;
}


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


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


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

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

.red-btn-wrap a {
    background: #a71930;
    color: #fff;
    border-radius: 25px;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    padding: 11px 36px;
    text-decoration: none;
    text-align: center;
}

.red-btn-wrap a:hover,
.red-btn-wrap a:focus {
    background: #630a0f;
}

#welcome-events-wrap {
    margin-bottom: 50px;
}


/* Upcoming Events */

.event-content {
    border-bottom: 1px solid #dadfe5;
    padding: 15px 0px;
}

.events-out-wrap .event-item:first-child .event-content {
    padding-top: 0px;
}

.events-out-wrap .event-item:last-child .event-content {
    border-bottom: 0px;
}

.event-img-wrap {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #c7cfd3;
    margin-right: 10px;
    padding: 16px 5px;
}

.event-details-wrap {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 87px);
    width: -webkit-calc(100% - 87px);
    width: -moz-calc(100% - 87px);
    position: relative;
    padding: 0px;
    top: -3px;
}

.event-date {
    font-size: 15px;
    font-weight: 600;
    color: #4f4f4f;
}

h3.event-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    padding-top: 2px;
    padding-bottom: 0px;
}

a.ev-title-link {
    font-size: 16px;
    font-weight: 600;
    color: #a71930;
    font-family: 'Montserrat', sans-serif;
}

#events-section-wrap .red-btn-wrap a {
    padding: 7px 21px;
    font-size: 16px;
}


/* News */

#news-section-wrap {
    margin-bottom: 65px;
}

#news-section-wrap h2 {
    padding-bottom: 25px;
}

.news-item {
    background: #ffffff;
    border: 1px solid #ced9ea;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom: 3px solid #a71930;
}

.news-item:hover {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.news-details-inside-wrap {
    padding: 20px 30px 30px;
}

@media (min-width: 768px) and (max-width: 990px) {
    .news-details-inside-wrap {
        padding: 15px 10px 20px;
    }
}

.news-image img {
    max-width: 100%;
    width: 100%;
}

h3.news-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #a71930;
}

a.news-title-link {
    color: #a71930;
    font-size: 18px;
    font-weight: 600;
}

.news-date {
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.news-date img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.news-date span {
    display: inline-block;
    vertical-align: sub;
}

.news-blurb {
    font-size: 16px;
    color: #323233;
}

#news-section-wrap .red-btn-wrap a {
    padding: 7px 21px;
    font-size: 16px;
}


/* Corporate Members */

#corporate-section-wrap .carousel-control {
    display: none;
}

#corporate-section-wrap {
    margin-bottom: 50px;
}

#corporate-section-wrap h2 {
    padding-bottom: 25px;
}

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

#corporate-section-wrap .caption-wrapper {
    max-width: 165px;
    padding-right: 15px;
    padding-left: 15px;
}

#corporate-section-wrap .carousel-indicators {
    display: block;
    bottom: -60%;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 990px) {
    #corporate-section-wrap .carousel-indicators {
        bottom: -100%;
    }
}

@media (max-width: 767px) {
    #corporate-section-wrap .carousel-indicators {
        bottom: -75%;
    }
}

#corporate-section-wrap .carousel-indicators li {
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #c7cfd3;
    border-radius: 10px;
    margin: 0 auto;
    margin-left: 6px;
}

#corporate-section-wrap .carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin-left: 6px;
    background: #a71930;
    border: 1px solid #a71930;
    border-radius: 10px;
}

#corporate-section-wrap .carousel img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

#corporate-section-wrap .carousel-caption {
    top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 990px) and (max-width: 1199px) {
    #corporate-section-wrap .carousel-caption {
        position: absolute;
        padding-left: 12px;
        padding-right: 12px;
        top: 9px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    #corporate-section-wrap .carousel-caption {
        position: absolute;
        padding-left: 5px;
        padding-right: 5px;
        top: 4px;
    }
}

@media (max-width: 767px) {
    #corporate-section-wrap .carousel-caption {
        position: absolute;
        padding-left: 15px;
        padding-right: 15px;
    }
}

#corporate-section-wrap p.caption-text {
    font-size: 15px;
    color: #fff;
    line-height: normal;
    margin-bottom: 0px;
}

@media (min-width: 990px) and (max-width: 1199px) {
    #corporate-section-wrap p.caption-text {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    #corporate-section-wrap p.caption-text {
        font-size: 10px;
    }
}

#corporate-section-wrap .caption-text h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

@media (min-width: 990px) and (max-width: 1199px) {
    #corporate-section-wrap .caption-text h3 {
        font-size: 15px;
        padding-bottom: 0px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    #corporate-section-wrap .caption-text h3 {
        font-size: 12px;
        padding-bottom: 0px;
    }
}

#corporate-section-wrap .alt-text {
    display: none;
}


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

#subpage {
    min-height: calc(100vh - 360px);
    padding-top: 30px;
    padding-bottom: 30px;
}


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


/*--------------------------------------------------------------
                        Modal Log In
--------------------------------------------------------------*/

.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: 16px;
    color: #3a3f47;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
    font-family: 'Nunito', sans-serif;
}

.login-form input[type="submit"] {
    background: #a71930;
    border: 1px solid #a71930;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 18px;
    font-family: 'Nunito', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    padding: 6px 20px;
    height: auto;
}

.login-form input[type="submit"]:hover,
#login input[type="submit"]:focus {
    background: #630a0f;
    border: 1px solid #630a0f;
    text-decoration: none;
    color: #fff;
    outline: none;
}

.login-form a {
    color: #323233;
    display: block;
    margin-left: 15px;
    font-size: 15px;
    padding-bottom: 10px;
    text-decoration: underline;
}

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

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

h4.modal-title {
    color: #202328;
    font-size: 24px;
    padding-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}


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

#footer-main-menu {
    background: #a71930;
    margin-top: 30px;
    padding: 12px 0px;
}

#footer-nav-wrap ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

#footer-nav-wrap ul li {
    display: block;
    margin: 15px 17px;
    position: relative;
    float: left;
    list-style-type: none;
}

@media (min-width: 990px) and (max-width: 1199px) {
    #footer-nav-wrap ul li {
        margin: 15px 10px 0px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    #footer-nav-wrap ul li {
        margin: 15px 10px 0px;
    }
}

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

#footer-nav-wrap ul li a {
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: underline;
    outline: none;
}

@media (min-width: 990px) and (max-width: 1199px) {
    #footer-nav-wrap ul li a {
        font-size: 15px;
    }
}

.footer-sm {
    text-align: right;
}

@media (max-width: 767px) {
    .footer-sm {
        text-align: center;
    }
}

.footer-social-media-wrap {
    padding-top: 12px;
}

.footer-social-media-wrap ul {
    margin: 0;
    padding: 0;
}

.footer-social-media-wrap .social-media-wrap svg .cls-1,
.footer-social-media-wrap .social-media-wrap svg#twitter-icon .cls-1,
.footer-social-media-wrap .social-media-wrap svg#twitter-icon .cls-2 {
    fill: #a71930 !important;
    stroke: #d3546c !important;
}

.footer-social-media-wrap .social-media-wrap svg .cls-2,
.footer-social-media-wrap .social-media-wrap svg#twitter-icon .cls-3 {
    fill: #fff !important;
}

.footer-social-media-wrap a:hover svg#fb-icon .cls-1,
.footer-social-media-wrap a:hover svg#ig-icon .cls-1,
.footer-social-media-wrap a:hover svg#twitter-icon .cls-1,
.footer-social-media-wrap a:hover svg#twitter-icon .cls-2,
.footer-social-media-wrap a:hover svg#linkedin-icon .cls-1,
.footer-social-media-wrap a:hover svg#youtube-icon .cls-1,
.footer-social-media-wrap a:hover svg#xing-icon .cls-1 {
    fill: #d3546c !important;
    stroke: #d3546c !important;
}

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

.footer-content-wrapper {
    background: #000000;
    color: #929292;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 19px 0px 20px;
}

.footer-content-wrapper strong {
    color: #fff;
}

.footer-content-wrapper a {
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
}

.footer-content-wrapper p {
    color: #929292;
    font-size: 16px;
    margin-bottom: 0px;
}

.footer-content-wrapper .text-left p {
    padding-top: 17px;
}

.footer-content-wrapper .text-right img {
    max-width: 100%;
    height: auto;
}

svg#footer-logo {
    max-width: 100%;
    width: 82px;
    height: 50px;
}


/*--------------------------------------------------------
                        Data and Cookie Pop-up Styling
--------------------------------------------------------*/

.data-cookie-consent-wrapper {
    /*display: none;*/
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background-color: rgba(0, 0, 0, .75);
}

.data-cookie-consent-inner-wrapper {
    width: 600px;
    max-width: 90%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 20px 30px 25px;
    border-radius: 5px;
}

.data-cookie-consent-inner-wrapper a {
    color: #a71930;
}

.data-cookie-consent-inner-wrapper ul {
    margin-top: 25px;
    margin-bottom: 67px;
    position: relative;
    padding: 0;
}

.data-cookie-consent-inner-wrapper ul li {
    list-style-type: none;
}

.data-cookie-consent-inner-wrapper ul li a {
    display: inline-block;
    border: 2px solid #a71930;
    padding: 8px 20px;
    border-radius: 21px;
    font-weight: 800;
    width: 48%;
    text-align: center;
    position: absolute;
    text-decoration: none;
}

.data-cookie-consent-inner-wrapper ul li a:hover,
.data-cookie-consent-inner-wrapper ul li a:focus {
    color: #a71930;
}

.data-cookie-consent-inner-wrapper ul li:nth-child(1) a {
    color: #a71930;
}

.data-cookie-consent-inner-wrapper ul li:nth-child(2) a {
    color: #ffffff;
    background-color: #a71930;
    right: 0;
    position: absolute;
}

.data-cookie-consent-inner-wrapper ul li a:hover,
.data-cookie-consent-inner-wrapper ul li a:focus {
    background: #630a0f;
    border: 2px solid #630a0f;
    color: #ffffff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (max-width: 767px) {
    .data-cookie-consent-wrapper {
        overflow: scroll;
    }
}

@media (max-width: 600px) {
    .data-cookie-consent-inner-wrapper ul li a {
        display: block;
        width: 100%;
        position: relative;
    }
    .data-cookie-consent-inner-wrapper ul li:nth-child(2) a {
        margin-top: 10px;
    }
    .data-cookie-consent-inner-wrapper {
        position: relative;
        top: 20px;
        left: auto;
        right: auto;
        margin: auto;
        -ms-transform: none;
        transform: none;
    }
}


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


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

@media (min-width: 1200px) {}

@media (min-width: 1000px) {
    .container {}
    .news-item {
        min-height: 484px;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
}

@media (min-width: 768px) and (max-width: 990px) {
    .container {}
    .news-item {
        min-height: 480px;
    }
    .footer-content-wrapper span {
        display: block;
    }
}

@media (max-width: 767px) {
    .container {}
    #events-section-wrap {
        margin-top: 50px;
    }
    .news-item {
        margin-bottom: 25px;
    }
    .news-outside-wrap:last-child .news-item {
        margin-bottom: 0px;
    }
    .footer-nav {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .footer-content-wrapper .text-left,
    .footer-content-wrapper .text-right {
        text-align: center;
    }
    .footer-content-wrapper .text-right {
        margin-top: 15px;
    }
    .footer-content-wrapper span {
        display: block;
    }
}

@media (min-width: 560px) and (max-width: 767px) {
    .news-image {
        width: 33.33333333%;
    }
    .news-details {
        width: 66.66666667%;
    }
    .news-details-inside-wrap {
        padding: 10px 0px;
    }
    h3.news-title {
        padding-bottom: 5px;
        font-size: 17px;
    }
    a.news-title-link {
        font-size: 18px;
    }
    .news-date {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .news-date img {
        width: 15px;
    }
    .news-blurb {
        font-size: 14px;
    }
    #footer-nav-wrap {
        text-align: center;
    }
    #footer-nav-wrap ul li {
        display: inline-block;
        float: none;
        margin-bottom: 0px;
        width: auto;
        margin: 15px 10px 0px;
    }
}

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

.nav.main-admin-nav>li>a:focus, .nav.main-admin-nav>li>a:hover {
    background-color: #630a0f;
}

/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome,
    .event-details-wrap {
        width: 75%;
    }
}


/* Internet Browser */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #logo-wrap svg {}
    #login-wrap a {
        top: 9px;
    }
}