/* MCCS STYLE SHEET
VERSION: 1.0.5
WRITTEN BY: MCCS HQ WEB TEAM */


/*responsive img in WYSIWYG component */
.em-com-wysiwyg img {
	max-width:100%;
	height:auto;
}
/* END */

/* All site applicable */

body {
        background-color: #FFFFFF;
        color: #000000;
	    font-family: Arial,Helvetica,sans-serif;
	    overflow-y: auto;
	    margin: 0;
}

h1 {
    font-size: 1.8rem;
    font-weight: bold;
}

h2 {
    font-size: 1.6rem;
    font-weight: bold;
}

h3 {
    font-size: 1.4rem;
    font-weight: bold;
}

h4 {
    font-size: 1.0rem;
    font-weight: bold;
}

h5 {
    font-size: 0.9rem;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #1A51A4;
}

    a:hover {
        text-decoration: underline;
        color: #F90E2C;
    }

p {
    margin: 0 0 15px 0;
}

.main-content {
    font-size: 0.8rem;
}
.pagination {
	display:block!important;
}
.pagination li {
	margin:5px 2px!important;
}
/* NAVIGATION CARD STYLING*/
/*.list-plain-item { 
    margin-bottom: 15px;
    background: #f0f0f0;
    padding: 15px;
    border-radius: 6px;
    grid-template-columns:100%;
    grid-template-rows:128px auto 45px;
}
.list-plain-item img {
	max-width:100%;
	border-radius:5px;
}
.list-plain-item h3 {
	padding-top:15px;
	padding-bottom:5px;
}
.list-plain-item .more-info {
	background: #A6192E;
	border:3px solid #A6192E;
	color: white;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	display:block;
	border-radius:5px;
	margin-top:10px;
}
.list-plain-item .more-info:hover {
	border:3px solid #A6192E;
	text-decoration:none!important;
	background:white;
	color: #A6192E;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	display:block;
	border-radius:5px;
}
.list-plain-item .list-item-description {
	min-height:190px;
}*/
.clear-margin {
	margin:0!important;
}

/**** HOME PAGE CAROUSEL ****/
.carousel .caption{
  position: absolute;
  bottom: 0px;
  /*background: rgba(0, 0, 0, 0.75); ORIGINAL CODE*/
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  padding: 8vh 10vw 4vh 7vw;
  color: white!important;
  margin: 0;
  /*margin:0vh 0vw 7vw 6vw;*/
  font: 14px Sans-Serif;
  width: 100%;
}
.carousel .caption .title {
	font-size:4vw;
}
.slideset .fg-slide img {
	width:100%;
	/*max-height:475px;*/
	object-fit:cover;
}
.slideset .fg-slide .caption .slide-link:hover {
	text-decoration:none!important;
}
/**** END HOME PAGE CAROUSEL ****/
/**** HOME PAGE HOME TILES ****/


.home-tiles-layout {
 /*    margin: 0 7px 10px 7px; */
    text-align: center;
  /*  padding-top:25px; 
    padding-bottom:25px; */
}

 div.home-tile svg {
            fill: #FFFFFF;
            bottom: 45px;
            height: 50px;
        }

 div.home-tile p {
            display: none;
        }
/**** HOME TILE STYLES 
div.home-tile {
width: 150px;
height: 146px;
display: inline-block;
text-align: center;
color: rgb(54, 54, 54);
vertical-align: top;
background-color: transparent;
cursor: pointer;
position: relative;
border-width: 1px;
border-style: solid;
border-color: rgb(54, 54, 54);
border-image: initial;
border-radius: 0.25rem;
margin: 6px 15px; 
padding: 10px; 
}
div.home-tile h5 {
    font-weight: bold;
    line-height: 0.95;
    width: 100%;
    position: absolute;
    left: 0;
}


div.home-tile:hover{
	text-decoration: underline;
	padding-top: 10px;
	transition: padding-top ease 0.5s;
}

div.home-tile p {
    font-size: 0.7rem;
    line-height: 11px;
    margin: 0;
    padding: 0 8px 8px 8px;
    position: absolute;
    left: 0;
    bottom: 0;
}
END HOME-TILE STYLES ***/
/*
@media (min-width:1315px) {
    .home-tiles-layout {
        max-width: 1200px;
        margin: 0 auto;
    }
}
*/

    @media (max-height:665px) {
        div.home-tile {
            /*height: 85px;*/
        }

            div.home-tile h5 {
                font-size: 0.7rem;
                top: 55px;
            }

            div.home-tile svg {
                bottom: 35px;
                height: 40px;
            }

        div#home-tile-movies svg, div#home-tile-lodging svg, div#home-tile-exchange svg {
            height: 30px;
        }
    }
    @media (max-height:640px) {
        div.home-tile {
           /* height: 85px;*/
        }

            div.home-tile h5 {
                font-size: .9rem !important;
                top: 74px;
            }

            div.home-tile svg {
                bottom: 35px;
                height: 40px;
            }

        div#home-tile-movies svg, div#home-tile-lodging svg, div#home-tile-exchange svg {
            height: 30px;
        }
    }	
@media (max-width:991px) {
    .home-tiles-layout {
        margin: 0;
        padding: 2px 0;
    }

    div.home-tile {
    width: 21%;
    /*height: 102px;*/
    margin: 3px;
	display: inline-block;
    text-align: center;
    color: rgb(54, 54, 54);
    vertical-align: top;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    }

    div.home-tile h5 {
     font-size: .9rem;
        }



    div.home-tile svg {
            fill: #FFFFFF;
            bottom: 45px;
            height: 50px;
        }

    div.home-tile p {
            display: none;
        }

    div#home-tile-movies svg, div#home-tile-lodging svg, div#home-tile-exchange svg {
        height: 35px;
    }
}

/*** Home Story/Event List ***/
.home-story-title {
    position: relative;
    margin-top: -70px;
    padding: 30px 10px 9px 10px;
    background:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    text-align: left;
    line-height: 1.1;
    font-weight: 600;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: padding-top ease 0.5s;
}
.home-story-title:hover {
	padding-top:20px;
	transition: padding-top ease 0.5s;
}


@media only screen and (min-width:992px) {
	#block-mccs-content {
		background:white!important;
	
	}
	#block-mccx-content p {
		background-color:none!important;
	}	
	
#block-mccs-content  .list-plain {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap:20px;
}
}
@media only screen and (max-width:991px) {
    div.page-title {
        margin-top: -5px;
        padding: 8px 8px 15px 8px;
        color: #FFFFFF;
        background-image: url("/sites/all/themes/mccs/images/page-title-bkgnd-mobile.png");
        background-repeat: no-repeat;
        background-position: left 50% top;
        background-size: auto 100%;
        border-top: 5px solid #A6192E;
        border-bottom: 1px solid #303030;
        margin-bottom:60px;
    }

        div.page-title h1 {
            text-align: left;
            font-size: 4.5vw;
            margin: -10px 0 0 10px;
        }
/**** INNS OF THE CORP MAP MOBILE BUTTON ****/
.innsofthecorpsmap .btn {
	width:100%;
	display:block;
}

/**** END INNS OF THE CORPS MAP MOBILE BUTTON ****/
	
	
}	
  .stories-recent {
        padding-top: 8px;
        margin-top: 0;
    }

        .stories-recent div.item-list {
            margin-top: 5px;
        }

    .stories-recent-title a, .stories-recent-title a:hover {
        color: black;
    }
#block-mccs-content  .list-plain {
	margin-top:25px;
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-gap:20px;
}
#block-mccs-content{
	background:#fff;
	}
/*make homeback icon background black*/
#block-mccs-content .views-row {
		background:white;
	}

/**** NEW NAV *****/
.navcards-grid { 
    margin-bottom: 15px;
    background-color: #f0f0f0!important;
    padding-right: 0;
    padding-left:0;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
}


.navcards-grid-image img {
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: cover;
}
.btn-stories-read-more {
	width:95%;
}
.navcards-grid img {
	max-width:100%;
	border-radius:6px 6px 0 0;
}
.navcards-grid h3 {
	padding-top:15px;
	padding-bottom:5px;
}
.navcards-grid .more-info {
	background: #A6192E;
	border:3px solid #A6192E;
	color: white;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	display:block;
	border-radius:5px;
	margin-top:10px;
}
.navcards-grid .more-info:hover {
	border:3px solid #A6192E;
	text-decoration:none!important;
	background:white;
	color: #A6192E;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	display:block;
	border-radius:5px;
}
.navcards-grid .list-item-description {
	min-height:190px;
}

@media (max-width:991px) {
  .mccs-header-social {
        display:block;
        width:100%;
        background:#A6192E;
        position:initial;
        margin-top:5px;
        
    }	

    .stories-grid {
        width: 45vw;
        height: 215px!important;
        margin: 1.5vw;
        border: 0;
        background:#F0F0F0!important;
    }
    .location-bp-contact {
    	/* background: #292929!important; 
    	border:#444444 1px solid !important;*/
    }
    .btn-stories-read-more { 
    	left:0.5vw;
		    }
		.stories-grid-title {
		text-decoration:underline;
			
		}
		.stories-grid p {
			color:#292929;
		}
        .stories-grid:last-child {
            margin-bottom: 10px;
        }

    .stories-grid-image-mobile {
        margin: 10px;
        float: left;
        width: auto;
    }

    .stories-grid-title {
        font-size: 0.9rem;
    }

        .stories-grid-title a, .stories-grid-title a:hover {
            /*color: #FFFFFF;*/
        }

    .stories-grid-image {
        left: 115px;
    }

    .btn-stories-read-more {
       /* margin: 0 5px 14px 0;*/
    }
	.support-landing .stories-grid {
		width: 21.89%!important;
	}
	.stories-grid .views-field-field-image.desktop {
		display:block!important;
	}
	.home-tile a, .home-tile p {
	color: #333333 !important;
	}
	.home-tile img {
		width:70px;
		height:70px;
	}
	.change-location {
		z-index:100;
	}
	#block-mccs-main-menu-mobile .navbar-nav .menu-item--collapsed svg {
		color:white;
	}
}
@media (min-width:1501px) {
	/*html,body {
		overflow-x:hidden;
	}*/
    .stories-grid {
    	width:17.5vw;
    }
    .support-landing .stories-grid {
		width: 14.66%!important;
	}
}
@media (min-width:992px) and (max-width:1500px) {
	.support-landing .stories-grid {
		width: 17.89%!important;
	}
}
@media  (max-width:600px) {
	.support-landing .stories-grid {
	width: 29.89%!important;
	}
	.carousel .caption {
		  padding: 1vh 20vw 2vh 7vw;
	}
	.carousel .caption .title {
	font-size:28px;
	}
	
	.slideset .fg-slide img {
		/*max-height:275px;*/
	}
	.raven-fade-gallery {
		/*max-height:275px;*/
	}
}
/***********************/
/****** SIDE NAV *****/
.title-link:after {
    content: url(/CMS_Themes/MCCS/images/geo-alt.svg);
    margin-left: 15px;
    margin-bottom: 10px;
    padding-inline: 5px;
    padding-top: 4px;
    background: #ea4335;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: inline-block;
}
.title-link {
	padding-top: 16px!important;
    background: #c9c9c9!important;
}
.title-link:hover {
	background:#d1d1d1!important;
}
.lvl4 {
	background: #d3d2d2!important;
}
.lvl4:hover {
	background:#c2c2c2!important;
}
.sidenav {
	padding-top:0px !important;
	min-height: 350px;
    width: 100%;
    position: relative;
    z-index: 5;
    background-color: #EAEAEA;
    overflow-x: hidden;
    margin-bottom:15px;
    border-radius:5px;
}
.sidenav a, .dropdown-btn {

}
.sidenav a:hover {
	background: #e0e0e0;
	border-radius:0;
}
.sidenav .sidenav-btn-group .dropdown-menu .active {
	color:#000!important;
}
.sidenav .sidenav-btn-group .dropdown-menu .dropdown-item {
	white-space:normal;
}
.sidenav .sidenav-btn-group button i::before {
	transform:rotate(0deg);
	transition:200ms ease-in-out;
	-webkit-transition:200ms ease-in-out;
	-moz-transition:200ms ease-in-out;
	-o-transition:200ms ease-in-out;
	color:#A6192E;
}
.sidenav .sidenav-btn-group button.active i::before {
	transform:rotate(180deg);
}
.sidenav .sidenav-btn-group-lvl1 button.active, .sidenav .sidenav-btn-group-lvl2 button.active {
		background:#A6192E;
}
.sidenav .sidenav-btn-group-lvl1 button.active:hover, .sidenav .dropdown-container-lvl2 .sidenav-btn-group-lvl2 button.active:hover {
	background:#8b1123;
}
.sidenav .sidenav-btn-group-lvl1 button.active i::before {
	color:#f9f9f9;
}
.sidenav .dropdown-container-lvl2 .sidenav-btn-group-lvl2 button.active {
	background:#A6192E;
}

.sidenav .sidenav-btn-group-lvl2  button.active i::before {
	color:#e0e0e0;	
}
.dropdown-btn:hover {
	background: #f9f9f9;
}
.dropdown-container {
	padding-left:0!important;
}
.dropdown-container a {
	padding-left:20px!important;
}
.dropdown-container a:hover {
	background:#d2d3d3;
	/*width:100%;*/
}
.sidenav a.active {
	color:#000;
	border-left:3px solid #A6192E;
	background:#e0e0e0;
	border-radius:0;
}
.sidenav .dropdown-container-lvl2 a.active {
	color:#000;
	border-left:3px solid #A6192E;
	background:#d3d2d2;
}
.sidenav .dropdown-container-lvl2 .dropdown-container-lvl3 a.active {
	background:#c2c2c2!important;
}
.sidenav-btn-group {
	width:100%;
	position:relative;

}
.sidenav-btn-group .dropdown-main-button-a {
	width:85%!important;
}
.dropdown-main-button-a .sidenav-main-button {
	margin:0!important;
	padding:0!important;
	text-align:left;
	font-size:.8rem;
}
.sidenav-dropdown-arrow {
	width:15%;
	height:100%;
	border-radius:0;
	text-stroke-width:thick;
	-webkit-text-stroke-width:thick;
	-moz-text-stroke-width:thick;
	-o-text-stroke-width:thick
}
.sidenav-dropdown-arrow-lvl1 {
	position:absolute;
	right:0;
	top:0;
	margin:0!important;
	z-index:10;
	
}
.sidenav-dropdown-arrow-lvl2 {
	position:absolute;
	right:0;
	top:0;
	margin:0!important;
	z-index:9;
}


.sidenav-dropdown-arrow:hover {
	background: #f9f9f9;
}
.sidenav .sidenav-btn-group-lvl1 .dropdown-menu {
	margin: 30px 0px 0px -100%;
	padding:0px;
	width:100%;
}
.sidenav .sidenav-btn-group-lvl2 .dropdown-menu {
	margin:0;
	padding:0px;
	width:100%;
}
.sidenav .sidenav-btn-group-lvl2 .sidenav-main-button {
	padding-left:0;
}
/*** ORIGINAL SIDE NAV CODE FROM BLUE PRINT ***/
.sidenav ul {
    list-style: none;
    padding-left: 0;
	}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding-right: 8px;
    padding-left: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
    font-weight: 300;
    font-size: .8rem;
    color: #000000;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    white-space:normal;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: black;
}

/* Add an active class to the active dropdown button */
.active {
 /*   background-color: #EAEAEA;*/
    color: #000000;
}
.mcx-slider .active {
	border-radius:10px;
}
/* Nav parent style */
.side-nav-title {
	background: #e0e0e0!important;
	font-weight:bold!important;
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #e0e0e0;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  font-size: 20px;
  padding-right: 8px;
}

/*** SIDE NAV END ***/

/*** MOBILE SUB NAV ***/
.mobile-show-hide {
	display:none;
}
.hide {
	display:none;
}
.show {
	display:block!important;
}
.mobile-sub-side-nav {
	min-height:0px!important;
}
.mobile-sub-nav-header i {
	   float: right;
    padding-right: 1rem;
    text-stroke-width: thick;
    -webkit-text-stroke-width: thick;
    -moz-text-stroke-width: thick;
    -o-text-stroke-width: thick;
    font-size: 17px;
    color: #A6192E;
    transform:rotate(0deg);
    transition: 200ms ease-in-out;
}
.mobile-btn-group a i::before {
	transform:rotate(0deg);
    transition: 200ms ease-in-out;
}
.mobile-btn-group a.open i::before {
	transform:rotate(180deg);
}
.sidenav-container.mobile {
	margin-top:20px;
	margin-bottom:15px;
}
.sidenav-container.mobile #mobile-sub-nav-header {
	color:#292929;
}
/*** END MOBILE SUB NAV ***/




/*** HOMEPAGE ICON STYLE ***/
.home-tile a, .home-tile p {
	color: #333333;
}
/*** END HOME PAGE ICON STYLE ***/


/*** ROLL UP STYLES ***/

.roll-up-field-content {
	width:100%;
/*	padding-bottom:40px;*/
}
.btn-read-more {
    margin: auto;
	display:block;
	margin-bottom:10px;
	width:95%;
}
.roll-up-child {
	display:block;
    background: #e8e8e8;
    padding: 3px 3px 3px 10px;
    width: 100%;
    margin: 0!important;
    overflow: visible;
    border-bottom: #dddddd solid 1px;
    border-top: #dddddd solid 1px;
    color:##1A51A4;
}
.roll-up-child:hover {
	display:block;
    background: #dedede;
    padding: 3px 3px 3px 10px;
    width: 100%;
    margin: 0!important;
    overflow: visible;
    border-bottom: #dddddd solid 1px;
    border-top: #dddddd solid 1px;
}
.roll-up-description-no-children {
	margin: auto;
	display:block;
	width:95%;
	margin-bottom:10px;
}
.roll-up-children-btn.collapsed {
	position: absolute;
	left: 0;
    right: 0;
    margin: auto;
	display:block;
    bottom: 0px;
    margin-bottom: 10px;
}
.roll-up-children-btn {
	margin: auto;
	display:block;
	margin-bottom:10px;
	width:95%;
}
.roll-up-children-container.show {
	/*padding-bottom:75px;*/
}
.roll-up-description-no-children .btn {
	word-wrap: break-word;
}
/*** END ROLL UP STYLES ****/



/*** UNIQUE SIDEBAR CONTENT BOXES ***/
.sidenav-unique-content-box-fitness-centers ul {
	background:#f0f0f0;
	border-radius: 5px;
	border:1px solid #DDDDDD;
	padding-left:0;
}
.sidenav-unique-content-box-fitness-centers a {
	padding-left: 10px;
}
.sidenav-unique-content-box-fitness-centers ul li {
	min-height:0px!important;
	max-height: 30px!important;
	background:#f0f0f0;
	list-style-type:none;
	padding:6px 0 6px 0;
	height:30px;
}
.sidenav-unique-content-box-fitness-centers .first {
	border-bottom:1px solid #DDDDDD;
	border-radius: 5px 5px 0px 0px;
}
.sidenav-unique-content-box-fitness-centers .middle {
	border-bottom:1px solid #DDDDDD;
}
.sidenav-unique-content-box-fitness-centers .last {
	border-radius: 0px 0px 5px 5px;
}
.sidenav-unique-content-box-fitness-centers ul li:hover {
	background:#f9f9f9;
}


/*** END UNIQUE SIDEBAR CONTENT BOXES ***/



#recreation-and-fitness-events-block {
	margin-bottom:0!important;
}
.anchor {
	scroll-margin-top:25px;
}
.interior-nav-lvl-2 {
padding-left:25px!important;
}


/*** IMG HANDLING IN MAIN CONTENT AREA ***/
.content #bs-region--top img {
	max-width:100%;
}


/*** BLUEPRINT - Location - Description, hours, contact info and more ***/
.location-bp-contact {
	margin-bottom: 15px;
    background: #f0f0f0;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
}
.hours-col table {
margin-top:0px!important;	
}
/*** END BLUEPRINT - Location - description, house, contact info and more ***/

/*** MCX SOCIAL ICONS ***/
.mcx-social-icons div ul li a {
	background: #A6192E;
    padding: 11px 7px;
    border-radius: 5px;
}
.mcx-social-icons div ul li a:hover {
	background: #0069d9;
    padding: 11px 7px;
    border-radius: 5px;
}
/*** END MCX SOCIAL ICONS ***/


/*** MCX SLIDER ***/
@media (max-width: 767px) {
.mcx-carousel-mobile .raven-fade-gallery {
	margin: 10px 0 0 0!important;
}
}
.mcx-carousel-mobile .raven-fade-gallery .active {
	border-radius:10px;
}
/*** MCX SLIDER ***/



/*** MCX SIDE NAV ***/
.mcx-title-link {
	padding-top: 16px!important;
    background: #c9c9c9!important;
}
.mcx-title-link:hover {
	background:#d1d1d1!important;
}

/*** END MCX SIDE NAV ***/

.main-content {
	padding-right:0px;
}
/*** MCCS-JEM ***/
.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 800;
    text-transform: uppercase;
}

.change-location button {
    padding: 8px 8px !important;
}


/*** share social links on master with title layout - grey bar ***/
.se-block .block-title {
    margin: 5px 0;
}

.se-block .block-content .se-like-container {
    height: 20px;
    width: 85px;
}

.se-block .block-content .se-container {
    width: 100%;
}

    .se-block .block-content .se-container .se-trigger {
        display: inline-block;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

        .se-block .block-content .se-container .se-trigger img {
            max-height: 20px;
        }

        .se-block .block-content .se-container .se-trigger.se-disabled {
            cursor: auto;
        }

    .se-block .block-content .se-container .se-links-container {
        display: inline-block;
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        height: 20px;
    }

        .se-block .block-content .se-container .se-links-container .se-links {
            height: 20px;
            position: absolute;
            margin: 0;
            padding: 0;
            list-style: none;
            -webkit-animation-duration: 0.75s;
            -moz-animation-duration: 0.75s;
            -o-animation-duration: 0.75s;
            animation-duration: 0.75s;
            -webkit-animation-iteration-count: 1;
            -moz-animation-iteration-count: 1;
            -o-animation-iteration-count: 1;
            animation-iteration-count: 1;
            -webkit-animation-timing-function: linear;
            -moz-animation-timing-function: linear;
            -o-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-direction: alternate;
            -moz-animation-direction: alternate;
            -o-animation-direction: alternate;
            animation-direction: alternate;
            -webkit-animation-fill-mode: forwards;
            -moz-animation-fill-mode: forwards;
            -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

            .se-block .block-content .se-container .se-links-container .se-links .se-link {
                display: inline-block;
                line-height: 0;
            }

                .se-block .block-content .se-container .se-links-container .se-links .se-link img {
                    max-height: 20px;
                }

.se-block.se-has-like .se-container {
    width: -webkit-calc(100% - 85px);
    width: -moz-calc(100% - 85px);
    width: calc(100% - 85px);
}

.se-block.se-align-left .block-title {
    text-align: left;
}

.se-block.se-align-left .block-content .se-like-container {
    text-align: left;
    float: left;
}

.se-block.se-align-left .block-content .se-container {
    float: right;
}

    .se-block.se-align-left .block-content .se-container .se-trigger {
        float: left;
    }

    .se-block.se-align-left .block-content .se-container .se-links-container {
        float: left;
        margin-left: 12px;
    }

        .se-block.se-align-left .block-content .se-container .se-links-container .se-links {
            text-align: left;
        }

            .se-block.se-align-left .block-content .se-container .se-links-container .se-links.se-active {
                -webkit-animation-name: se-animation-left-active;
                -moz-animation-name: se-animation-left-active;
                -o-animation-name: se-animation-left-active;
                animation-name: se-animation-left-active;
            }

            .se-block.se-align-left .block-content .se-container .se-links-container .se-links.se-inactive {
                -webkit-animation-name: se-animation-left-inactive;
                -moz-animation-name: se-animation-left-inactive;
                -o-animation-name: se-animation-left-inactive;
                animation-name: se-animation-left-inactive;
            }

.se-block.se-align-right .block-title {
    text-align: right;
}

.se-block.se-align-right .block-content .se-like-container {
    text-align: right;
    float: right;
}

.se-block.se-align-right .block-content .se-container {
    float: left;
}

    .se-block.se-align-right .block-content .se-container .se-trigger {
        float: right;
    }

    .se-block.se-align-right .block-content .se-container .se-links-container {
        float: right;
        margin-right: 12px;
    }

        .se-block.se-align-right .block-content .se-container .se-links-container .se-links {
            text-align: right;
        }

            .se-block.se-align-right .block-content .se-container .se-links-container .se-links.se-active {
                -webkit-animation-name: se-animation-right-active;
                -moz-animation-name: se-animation-right-active;
                -o-animation-name: se-animation-right-active;
                animation-name: se-animation-right-active;
            }

            .se-block.se-align-right .block-content .se-container .se-links-container .se-links.se-inactive {
                -webkit-animation-name: se-animation-right-inactive;
                -moz-animation-name: se-animation-right-inactive;
                -o-animation-name: se-animation-right-inactive;
                animation-name: se-animation-right-inactive;
            }

/*************************/



#main {
	padding-left:0;
	padding-right:0;
}
.social-media-links--platforms {
    padding-left: 0;
}

    .social-media-links--platforms.horizontal li {
        display: inline-block;
        text-align: center;
        padding: .2em .35em;
    }

    .social-media-links--platforms.vertical li {
        list-style-type: none;
        margin: 0 0 .5em 0
    }

        .social-media-links--platforms.vertical li a img {
            vertical-align: middle;
            margin-right: .5em;
        }
        
        
/*** HIDE SKIP TO MAIN CONTENT ***/
.visually-hidden {    position: absolute !important;    overflow: hidden;    clip: rect(1px,1px,1px,1px);    width: 1px;    height: 1px;    word-wrap: normal;}
/*** END HIDE SKIP TO MAIN CONTENT ***/



/*** MAIN NAV ***/
@media (min-width: 992px) {

.main-nav-close-button {
    padding-top: 20px;
    width: 35px;
    background: #c9384e;
    padding-bottom: 20px;
    padding-right: 29px;
    margin-left: 10px;
}
.mobile-hb-icon {
	display:none;
}
}
@media (max-width: 991px) {
	.navbar-expand-lg .navbar-toggler-mobile {
		margin-top:-10px;
	}
.mobile-hb-icon{
	display:block;
}
	.desktop-hb-icon {
		display:none;
	}
	#menu-close-desktop, #menu-open-desktop {
		display:none;
	}
	.button-toggler {
		background: none;
		margin-top:-10px;
	}
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
}
/*** END MAIN NAV ***/

#main-wrapper img {
	max-width:100%;
}
.content-columns img
{
	height: auto;
}
/*** IMPORATNT LINKS ANIMATION ***/
.home-impt-links {
    margin: 20px 0;
}

.home-impt-links h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.important-links {
    width: 100%;
}

#importantLinksCarousel a.carousel-control-next, #importantLinksCarousel a.carousel-control-prev {
    color: #A6192E;
    font-size: 2.5rem;
    opacity: 1;
}

#importantLinksCarousel .carousel-inner .carousel-item div.col {
    padding: 0 5px;
}

#importantLinksCarousel .carousel-inner .carousel-item.active, #importantLinksCarousel .carousel-inner .carousel-item-next, #importantLinksCarousel .carousel-inner .carousel-item-prev {
    display: flex;
}
/*
#importantLinksCarousel .carousel-inner .carousel-item-right, #importantLinksCarousel .carousel-inner .carousel-item-left {
    transform: translateX(0);
}*/
#importantLinksCarousel .carousel-inner .carousel-item-end,
#importantLinksCarousel .carousel-inner .carousel-item-start { 
	transform: translateX(0);
}
@media (min-width:975px) {
	#importantLinksCarousel .carousel-inner .carousel-item-right.active, #importantLinksCarousel .carousel-inner .carousel-item-next {
	    transform: translateX(16.667%);
	}
	
	#importantLinksCarousel .carousel-inner .carousel-item-left.active, #importantLinksCarousel .carousel-inner .carousel-item-prev {
	    transform: translateX(-16.667%);
	}
	#importantLinksCarousel .carousel-inner {
	    width: 80%;
	    margin: 0 10%;
	}
	#importantLinksCarousel a.carousel-control-next, #importantLinksCarousel a.carousel-control-prev {
	    width: 10%;
	}
}

@media (max-width:974px) and (min-width:751px) {
	#importantLinksCarousel .carousel-inner .carousel-item-right.active, #importantLinksCarousel .carousel-inner .carousel-item-next {
	    transform: translateX(25%);
	}
	
	#importantLinksCarousel .carousel-inner .carousel-item-left.active, #importantLinksCarousel .carousel-inner .carousel-item-prev {
	    transform: translateX(-25%);
	}
	#importantLinksCarousel .carousel-inner {
	    width: 80%;
	    margin: 0 10%;
	}
		#importantLinksCarousel a.carousel-control-next, #importantLinksCarousel a.carousel-control-prev {
	    width: 10%;
	}
}
@media (max-width:750px) {
	#importantLinksCarousel .carousel-inner .carousel-item-right.active, #importantLinksCarousel .carousel-inner .carousel-item-next {
	    transform: translateX(50%);
	}
	
	#importantLinksCarousel .carousel-inner .carousel-item-left.active, #importantLinksCarousel .carousel-inner .carousel-item-prev {
	    transform: translateX(-50%);
	}
	#importantLinksCarousel .carousel-inner {
	    width: 80%;
	    margin: 0 10%;
	}
		#importantLinksCarousel a.carousel-control-next, #importantLinksCarousel a.carousel-control-prev {
	    width: 10%;
	}
	.home-3-col-ads {
		margin-top:10px;
	}
}
.home-3-col-ads {
	padding: 10px;
}
@media (max-width:991px) {
    #importantLinksCarousel a.carousel-control-next, #importantLinksCarousel a.carousel-control-prev {
        font-size: 2.0rem;
    }
}


/*** END IMPORTANT LINKS ANIMATION ***/



/*** HOME STORIES ***/
#block-mccs-content .home-story div.views-view-grid {
	max-width:1800px;
	margin:auto;
}

/*** END HOME STORIES ***/


/*** MOBILE CAROUSEL ***/
.slider-description {
	color:white!important;
}
@media (max-width: 600px) {
	.mobile-carousel .slideset .fg-slide img {
		max-height:500px !important;
	}
	.mobile-carousel .raven-fade-gallery {
		max-height:500px!important;
	}
	.mcx-mobile-carousel.raven-fade-gallery {
		max-height:500px!important;
	}

	.mobile-carousel .slideset {
		max-height:500px!important;
	}
}
@media (max-width:767px) {
	.mcx-mobile-carousel .raven-fade-gallery {
		margin:15px 0 0 0;
	}
	/*EM COMPONENT TABS */
		.cms-tabs {
			margin-top:50px;
		}
	/*END EM COMPONENT TABS*/
}
/*** END MOBILE CAROUSEL ***/



/*** MOBILE SEARCH BAR ***/
@media (max-width: 991px) {
.mccs-header-search-new {
margin-top:-30px;
padding-left:25px;
z-index:102;
position:absolute;
}
.mccs-header-search-new .form-item-keys label {
	display:none;
}
}

/*** END MOBILE SEARCH BAR ***/

/*** Search Results ***/

/*** Connected Search Results ***/

	.connect_results {
    border: 1px solid #cd2027;
    border-radius: 28px;
    padding-top: 2px;
    padding-bottom: 6px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 85%;
    background-color: #0C2340;
	}
	.connect_results img{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
    border: 2px solid #cd2027;
    border-radius: 28px;
	}
	.connect_res_title{
    color: #cd2027;
    font-size: 5rem;
    font-weight: bold;
	text-shadow: 2px 2px #C04A4A;
	}
@media (max-width:991px) {
	.connect_res_title {
	font-size: 3rem;
	}
	.connect_results {
    width: 92.3%;
	}
 	}

/*** Connected Search Results ***/

/*** SAPR Search Results ***/

	.sapr_results {
    background: black;
    border: 1px solid #00FFDB;
    border-radius: 28px;
    padding-top: 2px;
    padding-bottom: 6px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 20px;
	margin-bottom: 10px;
    width: 85%;
	}
	.sapr_results img{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
    border: 2px solid #00FFDB;
    border-radius: 28px;
	}
	.sapr_res_title{
    color: #00FFDB;
    font-size: 5rem;
    font-weight: bold;
	text-shadow: 2px 2px #53CFBE;
	}
	.sapr_results .row {
	display: flex !important;
	}
@media (max-width:991px) {
	.sapr_res_title {
	font-size: 3rem;
	}
	.sapr_results {
    width: 92.3%;
	}
 	}

/*** 
SAPR Search Results 
***/

/*** End Search Results ***/

/*** EVENT DETAIL ***/
.event-detail-widget {
width:100%;
}
.event-detail-widget p {
	margin-bottom:0;
}

.event-detail-widget .text {
	padding: 10px 0px 15px 10px;
	border-bottom:1px solid #CCCCCC;
}

.event-detail-widget .contact-phone {
	margin-top:0;
}

.event-detail-widget address {
	margin-bottom:0px;
}
/**** END EVENT DETAIL ****/



/**** LOCATION DOWNLOADS & WEBSITES ****/
.location-downloads .download-link:hover {
	background-color:#f2f2f2;
}
.location-downloads {
	margin-bottom:15px;
}
.location-websites .website-link:hover {
	background-color:#f2f2f2;
}

/*** END LOCATION DOWNLOADS & WEBSITES ***/



/*** CARD BASE STYLE ***/
.card-base {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    background: #EAEAEA;
}
/*** END BASE CARD STYLE ***/



/*** EVENT CAROUSEL ***/
#EventsCarousel a.carousel-control-next, #EventsCarousel a.carousel-control-prev {
    color: #A6192E;
    font-size: 2.5rem;
    opacity: 1;
}

#EventsCarousel .carousel-inner .carousel-item div.col {
    padding: 0 5px;
}

#EventsCarousel .carousel-inner .carousel-item.active, #EventsCarousel .carousel-inner .carousel-item-next, #EventsCarousel .carousel-inner .carousel-item-prev {
    display: flex;
}

/*#EventsCarousel .carousel-inner .carousel-item-right, #EventsCarousel .carousel-inner .carousel-item-left {
    transform: translateX(0);
}*/

#EventsCarousel .carousel-inner .carousel-item-end,
#EventsCarousel .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

@media (min-width:1101px) {

	#EventsCarousel .carousel-inner .carousel-item-right.active, #EventsCarousel .carousel-inner .carousel-item-next {
	    transform: translateX(25%);
	}
	
	#EventsCarousel .carousel-inner .carousel-item-left.active, #EventsCarousel .carousel-inner .carousel-item-prev {
	    transform: translateX(-25%);
	}
	#EventsCarousel .carousel-inner {
    	width: 90%;
    	margin: 0 5%;
	}
	#EventsCarousel a.carousel-control-next, #EventsCarousel a.carousel-control-prev {
		width:5%;
	}
}

@media (max-width:1100px) {
	
	#EventsCarousel .carousel-inner .carousel-item-right.active, #EventsCarousel .carousel-inner .carousel-item-next {
	    transform: translateX(33.333%);
	}
	
	#EventsCarousel .carousel-inner .carousel-item-left.active, #EventsCarousel .carousel-inner .carousel-item-prev {
	    transform: translateX(-33.333%);
	}
	#EventsCarousel .carousel-inner {
	    width: 80%;
	    margin: 0 10%;
	}
	#EventsCarousel a.carousel-control-next, #EventsCarousel a.carousel-control-prev {
		width:10%;
	}
}
@media (max-width:766px) {
	#EventsCarousel .carousel-inner .carousel-item-right.active, #EventsCarousel .carousel-inner .carousel-item-next {
	    transform: translateX(100%);
	}
	
	#EventsCarousel .carousel-inner .carousel-item-left.active, #EventsCarousel .carousel-inner .carousel-item-prev {
	    transform: translateX(-100%);
	}
	#EventsCarousel .carousel-inner {
	    width: 80%;
	    margin: 0 10%;
	}
	#EventsCarousel a.carousel-control-next, #EventsCarousel a.carousel-control-prev {
		width:10%;
	}
}
@media (max-width:991px) {
    #EventsCarousel a.carousel-control-next, #EventsCarousel a.carousel-control-prev {
        font-size: 2.0rem;
    }
    div.cards-grid-image img {
    max-height: 190px!important;
}
}
.carousel-event {
	padding-left:0px;
	padding-right:0px;
	background: #fff;
	border: 1px solid #e8eaeb;
}
#EventsCarousel .active .carousel-event {
	padding-left:0px;
	padding-right:0px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border: 1px solid #e8eaeb;
}
.carousel-event .text {
	padding:5px 5px 5px 10px;
}
.carousel-event a:hover {
	text-decoration:none!important;
}
.carousel-event .text .date {
	font-size: 11px;
    line-height: 16px;
    padding: 10px 0 5px 0;
    margin: 0;
    text-decoration: none!important;
    color: #2d4668;
    text-transform: uppercase;
}
.carousel-event .text .time {
	text-transform: uppercase;
	font-size: 11px;
	line-height:16px;
	margin:0;
	padding: 0px 0px 5px 0;
	color:#2d4668;
}
.carousel-event .text .title {
	text-decoration: none!important;
    color: #2d4668!important;
    font-size:16px;
    font-weight:600;
}
.carousel-event .text .description {
	text-decoration: none!important;
    color: #2d4668!important;
}
.carousel-event .text .location {
	text-decoration:none!important;
	color:#000!important;
	border-top:1px solid #ddd;
	padding-top:15px;
	font-size:11px;
	line-height:16px;
	font-weight:400;
}
/*** END EVENT CAROUSEL ***/
/*** LINK LIST CARDS ***/
.cards-grid-container {
	position:relative;
}
.cards-grid {
    border: 1px solid #DDDDDD;
    border-radius:5px;
    background:#EAEAEA;
    position: relative;
    width:95%;
    margin:0 auto;
}
div.cards-grid-image img {
    width: 100%;
    height: auto;
    /*max-height: 240px;*/
    border-radius: 5px 5px 0px 0px;
    object-fit: cover;
}
.cards-grid .cards-grid-title {
	margin: 15px 0px 10px 10px;
}
.cards-grid .cards-grid-summary {
	margin: 0px 10px 0px 10px;
	padding-bottom:55px;
}
.cards-grid .btn-cards-grid-read-more {
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    bottom: 0px;
    margin-bottom: 10px;
}
/*** END LINK LIST CARDS ***/

/*** header search bar ***/
#edit-actions {
	margin-left:155px;
	margin-top:-37px;
}
/*** end header search bar ***/


.header #navbar-main .navbar-brand:hover {
	text-decoration:none;
}

/*** correcting bootstrap 5.1.3 upgrade errors ***/
.row {
	--bs-gutter-x:0!important; 
}
.three-col-left {
	padding-right:15px;
}
@media (max-width:767px) {
	.three-col-left {
		padding-right:0;
	}
}
/*** end correcting bootstrap 5.1.3 upgrade errors ***/



/*** HOMEPAGE IMPORTANT LINKS 2 ***/
#importantLinksCarousel2 .carousel-inner {
  padding: 1em;
}
#importantLinksCarousel2 .card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}
#importantLinksCarousel2 .carousel-control-prev,
#importantLinksCarousel2 .carousel-control-next {
  color: #A6192E;
  width: 5%;
  opacity:1;
  font-size:2.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 576px) and (max-width: 991px) {
#importantLinksCarousel2 .carousel-item {th
    margin-right: 0;
    flex: 0 0 25%;
    display: block;
  }
#importantLinksCarousel2 .carousel-inner {
    display: flex;
    width:91%;
    margin:auto;
  }
}
@media (min-width: 992px) {
#importantLinksCarousel2 .carousel-item {
    margin-right: 0;
    flex: 0 0 16.666666%;
    display: block;
  }
#importantLinksCarousel2 .carousel-inner {
    display: flex;
    width:91%;
    margin:auto;
  }
}
#importantLinksCarousel2 .card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}
#importantLinksCarousel2 .card img {
    max-height: 100%;
}
@media (max-width: 767px) {
 #importantLinksCarousel2 .card .img-wrapper {
    height: 17em;
  }
}
@media (max-width: 575px) {
	#importantLinksCarousel2 .carousel-inner {
		width:80%;
		margin:auto;
	}
	#importantLinksCarousel2 .carousel-control-prev, #importantLinksCarousel2 .carousel-control-next {
		width:11%;
		
	}
}
/*** END UPDATED HOMEPAGE IMPORTANT LINKS 2 ***/
/*** LEFT COLUMN FOR 3 COL LAYOUT - GIVE SPACE TO RIGHT COL ***/
@media (min-width:768px) {
	#left-description-col {
		padding-right:25px;
	}
}
/*** END LEFT COLUMN FOR 3 COL LAYOUT - GIVE SPACE TO RIGHT COL ***/
/*** REGISTRATION STYLES ***/
.event-side-bar .registration-modal-button {
	color:white;
	font-size:18px;
	font-weight:bold;
}
.registration-modal-button:hover {
	color:white;
}
.event-detail-widget {
	padding-bottom: 15px;
    margin-bottom: 7px;
}
.event-info-title {
	margin:10px 0px 0px 48px;
}
.event-side-bar .btn {
	width:100%;
}
.event-detail-downloads p {
	font-weight:bold;
}
.event-side-bar .text p {
	font-weight:bold;
}
.event-side-bar .downloads {
	margin:0px 0px 0px 48px;
}
@media (min-width:992px){
	.event-description {
		padding: 15px 30px 30px 30px;
		display:block;
	}
	.event-map {
		padding: 25px 30px 30px 30px;
	}
}
@media (max-width:991px) {
	.event-description {
		
	}
	.event-side-bar {
		
	}
	.event-map {
		
	}
}
/*** END REGISTRATION STYLES ***/
/*** LOCATION DETAIL, CONTACT, HOURS ***/
@media (min-width:768px) {
	.contact-col {
		padding-right:10px;
	}
	.hours-col {
		padding-left:10px;
	}
}
/*** END LOCATION DETAIL, CONTACT, HOURS ***/
/*** LINK LIST IMAGE WITH DESCRIPTION ***/
#list-container {
	
}
.list-title {

}
.list-item {
	margin-bottom:15px;
}
.list-image {
	padding: 5px 5px 5px 0px;
}
.list-item img {
	width:100%;
}
.list-description {
	
}
/*** END LINK LIST IMAGE WITH DESCRIPTION ***/
.modal-backdrop.show {
	z-index:100;
}
/*** SIDEBAR ADS SINGLE COLUMN ***/
.sidebar-ads-list {
	margin-bottom:20px;
}
@media (min-width:768px) and (max-width:991px) {
	.sidebar-ads-list {
		padding:10px;
	}
}
/*** END SIDEBAR ADS SINGLE COLUMN ***/
/*** ADDITIONAL CONTACTS ***/
.additional-contacts {
	margin-bottom:15px;
}
.additional-contact-record {
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
}
.additional-contacts .title {
	margin-bottom:15px;
}
.additional-contacts-title {
	margin-bottom:15px;
	font-weight:bold;
}
.additional-contacts-email {
	margin-bottom:15px;
}
.additional-contacts-phone {
	margin-bottom:15px;
}
/*** END ADDITIONAL CONTACTS ***/
/*** TABLE STYLES ***/
.table thead tr td {
	background-color: #0f2d52 !important;
	border-bottom: 1px solid #0f2d52;
}

/*** END TABLE STYLES ***/
/*** HOMEPAGE ANNOUNCEMENT ***/
.homepage-announcement .alert {
	position: absolute;
	z-index:100;
	left:0;
	right:0;
	margin: 5px auto;
	padding:0!important;
	width:90%;
}
.homepage-announcement .alert .announcement-text {
	padding: 10px 20px;
}
/*** END HOMEPAGE ANNOUNCEMENT ***/
/*** ANIMATED CARDS ***/
@media only screen and (prefers-reduced-motion: no-preference) and (min-width:767px) {
.animated-card {
		place-items: center;
		border-radius:5px;
    padding: 15px;
  position:relative;
	}
	.animated-card h4, .animated-card p, .animated-card img {
		margin: 0;
	}
	
.card-front {
  background: #EAEAEA;
  border-radius: 0 0 10px 10px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
}
	.card-front .name{
	  padding: .75rem 1.25rem;
    font-size: 1.25rem;
	}
  .card-front .more-info {
    font-size:11px;
    font-weight:bolder;
    color:#4a4a4a;
    margin-top: -5px;
  }
.card-front p {
  padding: 0 1.25rem 1rem 1.25rem;

  
}
	.card-front-img {
		width:100%;
    border-radius: 10px 10px 0 0;
	}
.card-back {
  position:relative;
  height:0;
  overflow:hidden;
  bottom:0;
  left:0;
  right:0;
  opacity: 0;
  transition: 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
}

.background{
    background: #eaeaea;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(.2, .9);
    -webkit-transform: scale(.2, .9);
    -moz-transform: scale(.2, .9);
    -o-transform: scale(.2, .9);
    z-index: 0;
    opacity: 0;
    padding: 5px;
    border-radius: 5px;
	}
.animated-card:hover {

}
.animated-card:hover .background {
  transition: transform 250ms ease-in-out, opacity 150ms linear;
  -webkit-transition: transform 250ms ease-in-out, opacity 150ms linear;
  -moz-transition: transform 250ms ease-in-out, opacity 150ms linear;
  -o-transition: transform 250ms ease-in-out, opacity 150ms linear;
  transform: scale(1,.7);
  -webkit-transform: scale(1,.7);
  -moz-transform: scale(1,.7);
  -o-transform: scale(1,.7);
  opacity: 1;
}
.animated-card:hover .card-front {
  transform: translateY(-10%) scale(.9);
  -webkit-transform: translateY(-10%) scale(.9);
  -moz-transform: translateY(-10%) scale(.9);
  -o-transform: translateY(-10%) scale(.9);
  transition-delay: 150ms;
  z-index: 2;
  background:none;
  position:relative;
}
.animated-card:hover .card-front .name {
  animation: cardTitle 150ms forwards;
  -webkit-animation: cardTitle 150ms forwards;
  -moz-animation: cardTitle 150ms forwards;
  -o-animation: cardTitle 150ms forwards;
  animation-delay: 200ms;
}
  .animated-card:hover .card-front .more-info {
    display:none;
  }
.animated-card:hover .card-front .card-front-img {
  animation: cardImage 250ms forwards;
  -webkit-animation: cardImage 250ms forwards;
  -moz-animation: cardImage 250ms forwards;
  -o-animation: cardImage 250ms forwards;
  animation-delay: 200ms;
}

.animated-card:hover .card-back {
  transform:translateY(-2vw);
  transition-delay: 150ms;
  display:block;
  height:auto;
  opacity: 1;
  z-index: 1;
}


@keyframes cardTitle {
  0% {
    text-align:left;
    opacity: 1;
  }
  20% {
    text-align:left;
    opacity: 0;
  }
  50% {
    text-align:center;
    opacity: 0;
  }
  100% {
    text-align:center;
    opacity: 1;
  }
}

@keyframes cardImage {
  0% {
    border-radius: 10px 10px 0 0;
  }

  100% {
    border-radius: 10px;
  }
}
}
@media only screen and (max-width: 766px) {
  .animated-card-row col{
    padding: 25px;
  }
  .animated-card {
		place-items: center;
		border-radius: 10px;
    position:relative;
    background: #EAEAEA;
    margin-bottom: 25px;
    
  }
.animated-card .card-front .more-info {
    display:none;
  }
.card-front .name{
	margin-bottom:0;
    padding:15px;
}
.card-front-img {
	width:100%;
    border-radius: 10px 10px 0 0;
}
  .card-back {
    display:block;
  }
  .card-back .description {
    padding: 0px 15px 15px 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .animated-card-row .col {
  	padding:10px;
  }
  .animated-card-row col{
    padding: 25px;
  }
  .animated-card {
	place-items: center;
	border-radius: 10px;
    position:relative;
    background: #EAEAEA;
    margin-bottom: 25px;
    
  }
  .animated-card .card-front .more-info {
    display:none;
  }
  .card-front .name{
	margin-bottom:0;
    padding:15px;
}
	.card-front-img {
		width:100%;
	}
  .card-back {
    display:block;
  }
  .card-back .description {
    padding: 0px 15px 15px 15px;
  }
}

/*** END ANIMATED CARDS ***/
/*** BOOKING BTNS ***/
.booking-btn {
	background: #A6192E;
	border-radius: 5px;
	text-align:center;
	color:white;
	width:90%;
	margin:auto;
	display:block;
}
.booking-btn-group {
	margin:10px 0 10px 0;
}
.booking-btn:hover {
	color:white;
	background:#0b5ed7;
}

/*** END BOOKING BTNS ***/
/*** 4 SECTION HERO ***/
.4section-hero-link:hover{
	background: rgba(0,0,0,0.3);
}
/** END 4 SECTION HERO ***/
/** MCX BLOCKS **/
.info-block {
  padding: 35px 0 5px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .info-block {
      padding: 50px 0 20px; } }
  .info-block .item {
    margin-bottom: 47px; }
  .info-block .holder-block {
    position: relative;
    border: 3px solid #d6d1ca;
    background-color: #ffffff;
    padding: 42px 13px 20px;
    min-height: 336px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 34px;
    height: 100%; }
    @media (min-width: 992px) {
      .info-block .holder-block {
        min-height: 368px; } }
    @media (min-width: 1400px) {
      .info-block .holder-block {
        min-height: 551px;
        padding: 59px 27px 30px; } }
    .info-block .holder-block .icon {
      position: absolute;
      top: -32px;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%);
      max-width: 45px; }
      @media (min-width: 1400px) {
        .info-block .holder-block .icon {
          max-width: 68px; } }
      .info-block .holder-block .icon:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -6px;
        width: 86px;
        height: 30px;
        border-radius: 4px;
        background-color: #ffffff;
        z-index: 0;
        -webkit-transform: translate(-50%, 0px);
            -ms-transform: translate(-50%, 0px);
                transform: translate(-50%, 0px); }
        @media (min-width: 1400px) {
          .info-block .holder-block .icon:before {
            width: 128px;
            height: 61px;
            bottom: -13px; } }
      .info-block .holder-block .icon img {
        position: relative; }
    .info-block .holder-block h3 {
      font-size: 24px;
      margin-bottom: 30px; }
      @media (min-width: 1400px) {
        .info-block .holder-block h3 {
          font-size: 36px;
          margin-bottom: 45px; } }
    .info-block .holder-block .text {
      font-size: 15px;
      font-weight: 500;
      line-height: 17px; }
      @media (min-width: 1400px) {
        .info-block .holder-block .text {
          font-size: 26px;
          line-height: 30px; } }
    .info-block .holder-block .btn {
      margin-top: auto;
      position: relative;
      font-size: 19px; 
      background-color:#a6192e !important;
      border-color:#a6192e!important;
    }
      @media (min-width: 1400px) {
        .info-block .holder-block .btn {
          font-size: 30px; } }
    .info-block .holder-block.get-verified, .info-block .holder-block.shop-here {
      text-align: center; }
    .info-block .holder-block.get-verified .img-get-verified {
      display: block;
      max-width: 150px;
      margin: 0 auto 20px; }
      @media (min-width: 992px) {
        .info-block .holder-block.get-verified .img-get-verified {
          max-width: 223px;
          margin: 0 auto 32px; } }
    .info-block .holder-block.sign-up-to-save {
      color: #fff;
      border-color: transparent;
      padding: 48px 13px 20px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.sign-up-to-save {
          padding: 71px 46px 30px; } }
      .info-block .holder-block.sign-up-to-save .logotype {
        display: inline-block;
        margin-bottom: 23px;
        max-width: 155px;
        width: 100%; }
        @media (min-width: 1400px) {
          .info-block .holder-block.sign-up-to-save .logotype {
            max-width: 235px;
            margin-bottom: 39px; } }
      .info-block .holder-block.sign-up-to-save .holder-text {
        max-width: calc(100% - 150px); }
        @media (min-width: 1400px) {
          .info-block .holder-block.sign-up-to-save .holder-text {
            max-width: calc(100% - 40%); } }
      .info-block .holder-block.sign-up-to-save h4 {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 24px; }
        @media (min-width: 1400px) {
          .info-block .holder-block.sign-up-to-save h4 {
            font-size: 22px;
            margin-bottom: 18px; } }
      .info-block .holder-block.sign-up-to-save .text {
        color: #d6d1ca;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px; }
        @media (min-width: 1400px) {
          .info-block .holder-block.sign-up-to-save .text {
            font-size: 22px;
            line-height: 30px; } }
      .info-block .holder-block.sign-up-to-save .persona-img {
        position: absolute;
        right: -15px;
        bottom: -3px;
        max-width: 175px!important; }
        @media (min-width: 1400px) {
          .info-block .holder-block.sign-up-to-save .persona-img {
            max-width: 457px!important;
            right: -15px;
          	height:23vw;
          	max-height:500px;
          } }
    .info-block .holder-block.shop-here {
      padding: 34px 13px 20px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.shop-here {
          padding: 55px 30px 30px; } }
      .info-block .holder-block.shop-here .icon {
        top: -29px; }
        @media (min-width: 1400px) {
          .info-block .holder-block.shop-here .icon {
            top: -46px; } }
      .info-block .holder-block.shop-here .text-bg {
        padding: 17px 22px;
        color: #d6d1ca;
        background-image: url("../images/home/bg-info.png");
        font-size: 16px;
        font-weight: 700;
        line-height: 27px;
        text-transform: uppercase; }
        @media (min-width: 1400px) {
          .info-block .holder-block.shop-here .text-bg {
            font-size: 28px;
            font-weight: 700;
            line-height: 42px;
            padding: 15px 22px; } }
        .info-block .holder-block.shop-here .text-bg strong {
          color: #f4d256; }
.info-block .holder-block.get-stuff .icon {
      top: -37px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.get-stuff .icon {
          top: -48px; } }
    .info-block .holder-block.get-stuff .text.text-bg {
      color: #d6d1ca;
      font-size: 24px;
      font-weight: 700;
      background-image: url(../images/home/bg-info.png);
      text-transform: uppercase;
      min-height: 105px;
      padding: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      margin-bottom: 9px;
      text-transform: uppercase;
      line-height: 30px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.get-stuff .text.text-bg {
          font-size: 40px;
          min-height: 157px;
          line-height: 38px;
          margin-bottom: 18px; } }
    .info-block .holder-block.get-stuff .title {
      color: #000;
      font-size: 21px;
      font-weight: 700;
      line-height: 32px;
      text-transform: uppercase;
      margin-bottom: 9px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.get-stuff .title {
          font-size: 34px;
          line-height: 44px;
          margin-bottom: 20px;
          padding: 0 10px;
          margin-bottom: 15px; } }
    .info-block .holder-block.get-stuff .text {
      color: #000;
      font-size: 16px;
      font-weight: 300;
      line-height: 24px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.get-stuff .text {
          font-size: 28px;
          padding: 0 10px;
          line-height: 30px; } }
    .info-block .holder-block.get-local .icon {
      top: -28px;
      max-width: 34px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.get-local .icon {
          top: -36px;
          max-width: 45px; } }
    .info-block .holder-block.get-local h3 {
      font-size: 23px;
      text-transform: uppercase;
      margin-bottom: 20px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.get-local h3 {
          font-size: 36px;
          margin-bottom: 33px; } }
    .info-block .holder-block.get-local .holder-text-logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 40px; }
      @media (min-width: 1400px) {
        .info-block .holder-block.get-local .holder-text-logo {
          margin-bottom: 59px; } }
      .info-block .holder-block.get-local .holder-text-logo .col-img {
        width: 50px;
        margin-right: 20px; }
        @media (min-width: 1400px) {
          .info-block .holder-block.get-local .holder-text-logo .col-img {
            width: 75px;
            margin-right: 30px; } }
      .info-block .holder-block.get-local .holder-text-logo .col-text {
        width: calc(100% - 105px);
        font-size: 16px;
        color: #54565a;
        line-height: 20px;
        font-weight: 500; }
        @media (min-width: 1400px) {
          .info-block .holder-block.get-local .holder-text-logo .col-text {
            font-size: 22px;
            line-height: 29px; } }
      .info-block .holder-block.get-local .holder-text-logo h4 {
        font-size: 16px;
        color: #000;
        margin-bottom: 0px;
        font-weight: 700; }
        @media (min-width: 1400px) {
          .info-block .holder-block.get-local .holder-text-logo h4 {
            font-size: 22px;
            margin-bottom: 5px; } }
      .info-block .holder-block.get-local .holder-text-logo p {
        margin-bottom: 3px; }
      .info-block .holder-block.get-local .holder-text-logo a {
        color: inherit;
        text-decoration: none; }
        .info-block .holder-block.get-local .holder-text-logo a:hover {
          color: #f4d256; }



/** END MCX BLOCKS **/
/** FORM STYLE OVERRIDES **/
.fb-form {
	margin:0!important;
	padding:0!important;
}

/** END FORM STYLE OVERRIDES **/

/** HEADER IMAGE - Header image with customizable elements **/


	.page-header-card {
		background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.65)), url({{ media_image_url Config.BannerImageId }});
		background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    height: 27vmax;
	    min-height:300px;
	    max-height:500px;
	    margin-bottom: 12px;
	    padding-left: 12px;
	    position:relative;
	    border-radius: 5px;
	}
	.card-content {
		position:absolute;
		bottom: 25px;
	
	}
	.page-header-card .header-title h2 {
		display:block;
		max-width:700px;
		text-transform:uppercase;
		font-size: clamp(30px, 3vw, 40px);
		color:white;
		
	}
	.page-header-card .white {
		color:white !important;
	}
	
	.page-header-card .calls-to-action {
		/*position: absolute;
		bottom: 15px;*/
	}
	.page-header-card .calls-to-action .directions {
		display: inline-block;
	}
	.page-header-card .calls-to-action .contact-phone {
		display:inline-block;
	}



/** END Header image with customizable elements **/

/** ProgramDetail.header_section **/

	.page-header-card {
		background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.65)), url({{ media_image_url Config.BannerImageId }});
	}
	.interior-sub-header {
		margin:0;
		padding:0;
		background-color: rgba(248,248,248,1);
		margin-bottom:18px;
		min-height:500px;
		width:100%;
		border-radius:5px;
		display:flex;
	}
	.interior-sub-header .box {
		flex-grow:1;
		min-width:200px;
	}
	.interior-sub-header .text-box {
            min-height: 200px;
            padding-left: 12px;
            padding-right: 12px;
            position: relative;
            width: 40%;
	}
    .interior-sub-header .middle {
            position: relative;
            top: 50%;
            transform: translate(0, -50%);
	}
	
@media (min-width:992px) {
	
	
	
}

@media (max-width:991px) {
	
	
}

@media (max-width:767px) {
	.page-header-container {
		
		margin-bottom:10px;
		
	}
	.page-header-container .full-width {
		
		width:100%;
		height:100%;
		
	}
	.page-header-card .calls-to-action {
		display:none!important;
	}
	.location-information-block-container .location-information-col {
		padding:3px;
	}
	.location-information-block-container .location-information-col:nth-child(1) {
		padding: 3px 3px 3px 0;
	}
	.location-information-block-container .col-6:nth-child(2) {
		padding: 3px 0 3px 3px;
	}
	.location-information-block-container .col-4:nth-child(3) {
		padding: 3px 0 3px 3px;
	}
	.location-information-block-container .col-6:nth-child(3) {
		padding: 3px 3px 3px 0;
	}
	.location-information-block-container .location-information-col:nth-child(4) {
		padding: 3px 3px 3px 0;
	}
	.location-information-block-container .col-4:nth-child(4) {
		padding: 3px 3px 3px 0;
	}
	.location-information-block-container .col-6:nth-child(4) {
		padding: 3px 0 3px 3px;
	}
	.location-information-block-container .location-information-col:nth-child(6) {
		padding: 3px 0 3px 3px;
	}
	.location-information-block-container .location-information-col a {
		text-decoration:none!important;
		color:black;
	}
	.location-information-block-container .location-information-block {
		background: #E0E0E0;
		border-radius:5px;
		padding:10px;
		border: 1px solid #E0E0E0;
		height:100%;
	}
	.location-information-block-container .location-information-block p {
		text-align:center;
		padding:10px 0;
		margin:0;
		color: black!important;
	}
	.location-information-black-container .location-information-block .contact-phone p a {
		color:black!important;
	}
	.location-information-block-container .location-information-block i {
		display:block;
		height:35px;
		width:100%;
		padding:15px 0;
	}
	.location-information-block-container .location-information-block i::before {
		margin: auto;
		font-size: 20px;
		display: block;
		width: 20px;
		color:#A6192E;
	}
	.location-information-block-container .location-information-block-phone {
		margin:auto;
	}
	.location-information-block-container .location-information-block-phone p {
		text-align:center;
		padding:10px 0;
		margin:0;

	}
	.d-sm-none {
		/*display:none!important;*/
	}
	
}



/** end ProgramDetail.header_section **/
/** Location List - Modal **/
	.location-modal-list-container {
		margin-bottom:15px;
	}

	.location-modal-list-container section {
		position:relative;
		border-bottom:1px solid #e0e0e0;
	}
	.location-modal-list-container section:hover {
		cursor:pointer;
	}
	.location-modal-list-container .more-info {
		font-size: 11px;
		font-weight: bolder;
		/*color: #4a4a4a;*/
		margin-top: 5px;
	}
	.location-modal-list-container p {
		margin:0;
	}
	
	.location-modal-list-container .modal-title {
		font-size:26px;
	}
	.location-modal-list-container section .location-information {
		padding-left:15px;
	}
	.location-modal-list-container section .location-info {
		display:block;
		width:80%;
		padding: 20px 0;
	}
	.location-modal-list-container .address-icon p, .location-modal-list-container .contact-phone-container p {
		font-size: 18px;
	}
	.location-modal-list-container .modal-body .address {
		display:block;
		font-size:18px;
		padding-left:20px;
	}
	.location-modal-list-container .contact-phone-container {
		margin-top: 15px;
	}
	.location-modal-list-container .modal-body .contact-phone {
		padding-left:20px;
		margin:0;
		font-size:18px;
	}
	.location-modal-list-container section .location-info span {
		color:#404040;
	}
	.location-modal-list-container section .location-info:hover {
		text-decoration:none;
		background:#f7f7f7;
	}
	.location-modal-list-container section .direction-link {
		display:block;
		width:20%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto 0;
		height: 100%;
	}
	.location-modal-list-container section .direction-link:hover {
		background:#f7f7f7;
	}
	.location-modal-list-container section .direction-link .directions {
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    margin: auto auto;
	    left: 0;
	    right: 0;
	    height: 25px;
	    width: 100%;
	}
	.location-modal-list-container section .direction-link i {

	}
	.location-modal-list-container section .direction-link i::before {
		font-size:20px;
		display:block;
		text-align:center;
	}
	.location-modal-list-container section .directions p {
		text-align:center;
		font-size:13px;
	}
	.location-list-modal-container .modal-dialog {
		max-width:700px;
	}
	.location-list-modal-container .modal-content {
		/*min-height: calc(100% - 80px);*/
	}


/** end Location List - Modal **/
/*** START Alternating Horizontal Cards with Img ***/
    .alt-card-container .alt-card-img {
      background-position: center;
      background-size: cover;
      border-radius: 5px;
      min-height: 100%;
      min-height: 300px;
    }

    .alt-card-container .alt-card-text {
      min-height: 200px;
      padding-left: 12px;
      padding-right: 12px;
      position: relative;
      
    }

    .alt-card-container {
      background-color: rgb(250, 248, 238);
      border-radius: 5px;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 18px;
      min-height: 500px;
    }
	
	.alt-card-container .middle {
      position: relative;
      top: 50%;
      transform: translate(0, -50%);
    }

/*** END Alternating Horizontal Cards with Img ***/