body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222;
}
 :focus-visible{
     outline: 2px solid;
     outline-offset:2px;
}
/* :focus-visible{
     outline: 2px solid #015C71;
}
 */
 .sr-only {
     position: absolute;
     width: 1px;
     height: 1px;
     padding: 0;
     margin: -1px;
     overflow: hidden;
     clip: rect(0,0,0,0);
     border: 0;
}
 .skip-to-main-content {
     background: #015C71;
     color:#fff !important;
     height: 30px;
     left: 0%;
     line-height:1;
     padding: 5px 20px 10px;
     position: absolute;
     transform: translateY(-500%);
     transition: transform 0.3s;
     z-index:99999999999;
}
.skip-to-main-content:hover, .skip-to-main-content:visited{
     color:#fff;
}
 .skip-to-main-content:focus {
     transform: translateY(0%);
}
 h1, h2, h3, h4, h5, h6{
     font-family: 'Roboto Slab', serif;
	 font-weight:400;
     line-height:1.1;
}
 a, a:link, a:visited{
	 color:inherit;
}
 a:hover, a:focus, a:active{
	 color:#CE1126;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a{
    text-decoration: underline;
}



 ul {
     margin: 10px auto;
}
 header.et-l.et-l--header .et_pb_menu__menu {
     display: flex !important;
}
 header.et-l.et-l--header .et_mobile_nav_menu {
     display: none !important;
}
nav.breadcrumb {
    font-size: 13px;
    color: #222222;
}
nav.breadcrumb a{
	
	color: #222222;
	display:inline-block;
	padding:5px 0;
	
}
nav.breadcrumb a:hover{
	color: #222222;
	display:inline-block;
	padding:5px 0;
	text-decoration:underline;
	
}
 #top-header {
     padding:0 0;
}
 #top-header a, #top-header a {
     font-weight: 400;
     font-size: 14px;
     border: 0;
}
 #main-header #et-top-navigation {
     padding-top: 30px;
     padding-bottom: 30px;
}
 #main-header.et-fixed-header #et-top-navigation {
     padding-top: 20px;
     padding-bottom: 20px;
}
 .logo_container a{
     border:0;
}
 #logo{
     max-width:210px;
}
 #top-menu li {
    /*display: inline-block;
    */
     display: inline-flex;
     font-size: 15px;
     padding-right: 15px;
}
 @media (min-width:981px) and (max-width:1366px){
     #top-menu li {
         padding-right: 10px;
    }
}
 #top-menu a {
     border-bottom:0;
     color: #015C71;
     font-size: 15px;
     padding-bottom: 5px !important;
     padding: 5px 0;
     text-transform: uppercase;
}
 #top-menu a:hover, #top-menu a:active, #top-menu a:focus{
     border-bottom: 1px solid #015c71;
}
 #top-menu .current-menu-item a, #top-menu li.current-menu-item>a{
     color: #015C71;
     border-bottom: 1px solid #015c71;
}
 #top-menu .current-menu-parent{
     color: #015C71;
}
 .mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
     color: #015C71;
}
 #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
     color: #015C71;
     border-bottom: 1px solid #015c71;
}
 #top-menu li.current-menu-item.no-parent>a{
     border-bottom:0;
}
 #top-menu li.nav-button {
}
 #top-menu li.nav-button a {
     background: #F5E6E8;
     padding: 15px 28px 15px;
     padding-bottom:15px !important;
     border-radius: 30px;
}
 #top-menu .menu-item-has-children>a:first-child, #et-secondary-nav .menu-item-has-children>a:first-child {
     padding-right: 6px;
}
 #top-menu .menu-item-has-children>a:first-child:after, #et-secondary-nav .menu-item-has-children>a:first-child:after {
     content: "\f107";
     font-family: "Font Awesome 6 Pro";
     font-weight: 300;
     position: absolute;
     right: 0px;
     top: -2px;
     transform: translateY(6px);
     pointer-events: none;
     font-size: 20px;
     color: #015C71;
     display:none;
}
 #top-menu li.menu-item-has-children ul{
     border-top:1px solid #015C71;
     top:calc(100% - 1px);
     margin:0 0;
}
 #top-menu .menu-item-has-children > button.menu-toggle-btn {
     background: transparent;
     border: 0;
     margin-top: -3px;
     padding-left: 0;
     padding-right: 0;
     font-weight: 300;
     color: #015C71;
}
 #top-menu .menu-item-has-children:hover > .sub-menu {
     display: block;
     visibility: visible;
     opacity: 1;
}
 #top-menu .sub-menu.keyboard-visible {
     display: block !important;
     visibility: visible !important;
     opacity: 1 !important;
}
 .et_pb_menu .et-menu>li {
     padding-left: 11px;
     padding-right: 11px;
     align-items: center !important;
}
 .et-menu .menu-item-has-children>a:first-child {
     padding-right: 0;
}
 .et-menu .menu-item-has-children>a:first-child:after{
     display:none;
}
.et-menu .menu-item-has-children button.menu-toggle-btn {
    border: 0;
    color: #222;
    margin-top: -6px;
}
 .et-menu .menu-item-has-children:hover button.menu-toggle-btn {
     border: 0;
     color: #CE1126;
}
 .et-menu .menu-item-has-children button.menu-toggle-btn i::before {
     font-weight: 300;
}
 .menu-item-has-children {
     position: relative;
}
 .menu-toggle-btn i {
     transition: transform 0.3s ease;
     display: inline-block;
}
 ul.sub-menu{
     margin-top:0;
	 border-top:0;
	 
}
ul.sub-menu::before{
	
}
 ul.sub-menu.keyboard-visible {
     opacity: 1;
     visibility: visible;
}
 ul.sub-menu.keyboard-hidden {
     opacity: 0;
     visibility: hidden;
}
/* Rotate when button or link is hovered or focused */
 .menu-item-has-children:hover .menu-toggle-btn i, .menu-item-has-children:focus-within .menu-toggle-btn i {
     transform: rotate(180deg);
    /* Counter-clockwise (chevron points up) */
}
/* Rotate based on aria-expanded state */
 .menu-toggle-btn[aria-expanded="true"] i {
     transform: rotate(-180deg);
    /* Persist rotation when submenu is open */
}
 .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
     padding-bottom: 0;
}
/*Site specific*/
 .et-menu li>a {
     font-family: Roboto;
     font-weight: 500;
     font-size: 16px;
     line-height: 20px;
}
 #locations-menu {
     padding-bottom: 0;
     margin-bottom: 0;
}
 #locations-menu .et-menu-nav{
     position:relative;
}
 #locations-menu .et_pb_menu__menu>nav>ul {
    padding: 0!important;
    margin: 5px 0 0;
}
 #locations-menu .et-menu>li {
     border-right: 1px solid #e6e6e6;
    /* margin-top: 0;
     */
     align-content: baseline;
     flex-wrap: wrap;
     align-items: baseline !important;
     line-height: 0;
}
 #locations-menu .et-menu>li:last-child{
     border-right:0;
}
 #locations-menu .et-menu-nav::before {
     content: "\f041";
     color: #e6e6e6;
     font-family: "Font Awesome 6 Pro";
     position: absolute;
     top: calc(50% - 8px);
     left: -20px;
}
 #locations-menu .et_pb_menu__wrap {
     justify-content: end;
}
#locations-menu a{
	border-bottom:2px solid rgba(255,255,255,0);
     color:#e6e6e6;
     font-family:'Roboto Slab';
     font-variant: small-caps;
     line-height:1;
     padding: 5px 0;
}
#locations-menu a:hover, #locations-menu a:active{
	border-bottom:2px solid rgba(255,255,255,0.5);
     opacity:1;
	
}
 #main-menu {
     color:#fff;
}
 #main-menu a{
     color:#fff;
     border-bottom:2px solid rgba(255,255,255,0);
}
 #main-menu a:hover{
     color:#fff;
     border-bottom:2px solid rgba(255,255,255,0.5);
     opacity:1;
}
 #main-menu .et_pb_menu__wrap {
     justify-content: end;
}
 #primary-navigation-section{
	 border-bottom:1px solid rgba(34, 34, 34, 1);
}
 #primary-navigation-section a:hover, #primary-navigation-section a:active, #primary-navigation-section .et-menu>li:focus a, #primary-navigation-section .et-menu>li:focus-visible a{
     color:#CE1126;
}
 #primary-navigation-section .et-menu>li:focus-visible, #primary-menu a:focus-visible, #primary-menu .menu-item-has-children button.menu-toggle-btn:focus-visible, body #page-container .et_pb_section a#quick-links-button.et_pb_button:focus-visible {
     outline: 2px solid #CE1126;
     color:#CE1126;
}
#primary-navigation-row {
    padding: 0 0;
}
#site-primary-header.sticky-active #primary-navigation-row {
    padding: 0 0;
}
 #primary-menu {
}
#primary-menu.et_pb_menu .et-menu-nav>ul {
    margin: 0 auto;
}
 #primary-menu ul#menu-primary-menu {
     margin: 0 auto;
}
#primary-menu a {
    color: #222;
    padding-top: 2px;
    padding-bottom: 8px;
}
 body #page-container .et_pb_section a#quick-links-button {
    display: block;
    padding: 0.3em 2em 0.3em 1em !important;
}
 body #page-container .et_pb_section a#quick-links-button:hover, a#quick-links-button:active {
     color: #CE1126;
     padding: 0.3em 2em 0.3em 1em !important;
}
body #page-container .et_pb_section a#quick-links-button::after{
    content: "\f105";
    color: #A9A9A9;
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
}
#quick-links-menu-row {
    width: 100%;
}
 #quick-links {
     position: fixed;
     top: 0;
     right: -100vw;
    /* hide fully off-screen initially */
     width: 80vw;
    /* default width for mobile */
     max-width: 250px;
    /* limit the size on larger screens */
     height: 106vh;
     background-color: #fff;
     z-index: 999999;
     box-shadow: -1px 0 10px rgba(0, 0, 0, 0.1);
     transition: right 0.3s ease-in-out;
     overflow-y: auto;
     padding: 20px 0;
}
 #quick-links.open {
     right: 0;
}
/* Optional: Adjust for wider screens */
 @media (min-width: 768px) {
     #quick-links {
         width: 60vw;
    }
}
 @media (min-width: 1024px) {
     #quick-links {
         width: 25vw;
        /* max-width: 200px;*/
    }
}
#quick-links .et_pb_menu .et_pb_menu__wrap{
}
 ul#menu-quick-links {
     flex-flow: column;
     margin-left: 0;
     margin-right: 0;
     width: 100%;
}
ul#menu-quick-links.et-menu>li {
    margin-top: 0;
    padding: 8px 12px 8px 28px;
}
ul#menu-quick-links.et-menu>li:hover, ul#menu-quick-links.et-menu>li:active{
    background-color: #CE1126;

}
ul#menu-quick-links.et-menu>li a{
    width: 100%;
    

}
 ul#menu-quick-links.et-menu>li.section-last {
     margin-bottom: 24px;
}
 ul#menu-quick-links.et-menu>li.quicklink-socmed{
     justify-content: center;
}
 ul#menu-quick-links.et-menu>li.quicklink-socmed:hover,  ul#menu-quick-links.et-menu>li.quicklink-socmed:active{
    background-color: transparent;
 }
 ul#menu-quick-links.et-menu>li.quicklink-socmed a {
     background: #E6E6E6;
     color: #3d3d3d;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     height: 36px;
     width: 36px;
     font-size: 22px;
     padding: 0 0;
}
 ul#menu-quick-links.et-menu>li.quicklink-socmed a:hover,  ul#menu-quick-links.et-menu>li.quicklink-socmed a:active{
    background:  #CE1126;
    color: #fff;
 }
ul#menu-quick-links.et-menu>li.quicklink-socmed a:focus-visible{
	outline:2px solid #ad212a;
	outline-offset: 2px;
}
a#close-quick-link {
     color: #fff;
     font-size: 36px;
     font-weight: 100;
}
 a#close-quick-link i::before{
     font-weight: 100;
}
/*hide default search icon
 #main-header #et_top_search {
     display: none;
}*/
 @media (max-width:1440px){
     #top-header .container {
         max-width: calc(100% - 30px);
         width: 100%;
    }
     #main-header .container {
         max-width: calc(100% - 30px);
         width: 100%;
    }
     #logo {
         max-width: 160px;
    }
}
 @media (max-width:1080px){
     #top-menu li {
         padding-right: 10px;
    }
}
/* show mobile menu early**/
 @media (min-width: 980px) and (max-width:1080px) {
     #top-menu {
         display: none;
    }
     #et_mobile_nav_menu {
         display: block;
    }
     #main-header .mobile_menu_bar:before {
         color: #015C71;
         font-size: 50px;
    }
}
#site-primary-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    transition: box-shadow 0.3s ease;
    transition: top 0.3s ease, background-color 0.3s ease;
}

#site-primary-header.sticky-active {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#site-primary-header #main-logo img {
    max-width: 100%;
	transition: all 0.5s ease-out;
}
#site-primary-header.sticky-active #main-logo img {
    max-width: 50%;
	transition: all 0.5s ease-out;
}
 #main-header {
     background-image: radial-gradient(circle at top left,#c5242d 0%,#c5242d 40%,#ad212a 40% 100%)!important;
     background-color: #ad212a;
     width: 100%;
    /*min-height: 200px;
    */
     height: 100%;
     padding:0 0 20px;
     position: relative;
     overflow: hidden;
	 transition: all 0.5s ease-out;
}
#site-primary-header.sticky-active #main-header{
	padding:0 0 0;
	
}
 #main-header::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 50%;
     height: 200%;
     background-color: #c5242d;
     clip-path: ellipse(150% 150% at -50% -25%);
}
 #main-header a{
}
#main-header .et_pb_menu__search-button {
    position: relative;
    display: flex;
	font-size:14px;
    align-items: center;
    justify-content: center;
    width: 38px;
}
#main-header .et_pb_menu__search-button::before {
    content: '';
    height: 38px;
    width: 38px;
    border: 1px solid #fff;
    border-radius: 50% 50%;
    position: absolute;
    left: 1px;
	 z-index:1;
}
 #main-header .et_pb_menu__search-button::after{
	 color:#fff;
	 z-index:2;
	
}
#main-header .et_pb_menu__search-button:hover{
	color:#ad212a;
	
}
#main-header .et_pb_menu__search-button:hover::before, #main-header .et_pb_menu__search-button:focus-visible::before{
	background-color:#fff;
	
}
#main-header .et_pb_menu__search-button:hover, #main-header .et_pb_menu__search-button:hover::after, #main-header .et_pb_menu__search-button:focus-visible::after{
	 color:#ad212a;
	
}

.et_pb_menu .et_pb_menu__search-input {
    border: 0;
    width: 100%;
    color: #fff;
    background: transparent;
}
 #main-header .et_pb_menu .et_pb_menu__search-input::placeholder{
	color:rgba(255,255,255,.75);
}
 #main-header button.et_pb_menu__icon.et_pb_menu__close-search-button {
	 color:#fff;

}

/*Homepage*/
#home-hero-slider-section {
	min-height:50vh;

}
#home-slider-row {
	min-height: 56vh;

}
#home-hero-slider {
    min-height: 56vh;
    margin: 0 0;
}
#home-hero-slider a.et-pb-arrow-prev {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50% 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 32px;
    width: 32px;
    font-size: 24px;
}
#home-hero-slider .et-pb-arrow-next{
	color: #fff;
	border: 2px solid #fff;
    border-radius: 50% 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 32px;
    width: 32px;
    font-size: 24px;
	
}
#home-hero-slider .et_pb_slide{
	min-height:56vh;
}
#home-hero-content-section {
    position: absolute!important;
    top: 0px;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%);
    z-index: 2;
    min-height: 50vh;
    background: rgba(0, 0, 0, 0);
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
#home-hero-content-row {
	position: absolute;
    top: 0px;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%);
    z-index: 2;
    min-height: 56vh;
	max-width:1080px;
   

}
#hero-tagline {
    border: 4px solid #fff;
    padding: 40px 40px;
}
#hero-tagline h1{
	color:#fff;
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	font-size: 75px;
	line-height: 80px;
	letter-spacing: 0;


}
.home-jump-icons{
	
}
.home-jump-icons .et_pb_main_blurb_image {
    margin-bottom: 0;
    width: 120px;
    height: 100px;
}
.home-jump-icons .et_pb_module_header {
  	font-family: "Roboto Condensed", serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
#higher-education-blurbs {
	display:flex;
    column-gap: 8px;
}
/*
#higher-education-blurbs .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    justify-content: space-between;
}
#higher-education-blurbs .higher-education-blurb {
    display: flex;
    flex: 1 1 100%;
    max-width: calc(20% - 7px);
    border: 3px solid transparent;
	margin-bottom:30px;
}*/

#higher-education-blurbs .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 8px;
    row-gap: 20px;
}

#higher-education-blurbs .higher-education-blurb {
	border: 3px solid transparent;
	display: flex;
    flex: 0 0 calc(20% - 8px);
    box-sizing: border-box;
    min-width: 200px;
}
@media (max-width: 1344px) {
    #higher-education-blurbs .higher-education-blurb {
        
        flex: 0 0 calc((100% - (2 * 14px)) / 3);
    }
}
@media (max-width: 1024px) {
    #higher-education-blurbs .higher-education-blurb {
        flex: 0 0 45%;
    }
}

@media (max-width: 767px) {
    #higher-education-blurbs .higher-education-blurb {
        flex: 1 0 100%;
    }
}


#higher-education-blurbs .higher-education-blurb:hover{
	border: 3px solid #CE1126;
	
}
.higher-education-blurb .et_pb_blurb_content {
	display:flex;
	flex-flow:column;
	min-height:540px;

}
.higher-education-blurb .et_pb_main_blurb_image {
    min-height: 204px;
    
}
.higher-education-blurb .et_pb_main_blurb_image .et_pb_image_wrap {
    min-height: 204px;
    width: 100%;
    height: 204px;
}
.higher-education-blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
	
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.higher-education-blurb .et_pb_blurb_container {
	border-top: 3px solid #CE1126;
    height: 100%;
    background-color: #fff;
    margin-bottom: 0;
    padding: 30px 25px;
    flex: 1 1;
    display: flex;
    flex-direction: column; 
}
.higher-education-blurb .et_pb_module_header {
    color: #CE1126;
    font-size: 18px;
}
.higher-education-blurb .et_pb_blurb_description {
    display: flex; 
    flex-direction: column;
    flex-grow: 1; 
}
.higher-education-blurb .et_pb_blurb_description p {
    flex-grow: 0;
    flex-shrink: 0;
}
.higher-education-blurb .et_pb_blurb_description p:last-child {
	margin-top: auto;
	text-align:right;

}

.higher-education-blurb .et_pb_blurb_description a.read-more {
    color: #CE1126;
	font-family: 'Roboto Condensed';
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: auto;
    text-transform: uppercase;
}
.higher-education-blurb .et_pb_blurb_description a.read-more::after {
	color:#A9A9A9;
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
}
.campus-page-blurb{
    height: 100%;
}
.campus-page-blurb .et_pb_blurb_content {
	display:flex;
	flex-flow:column;
	min-height:540px;
    height: 100%;

}
.campus-page-blurb .et_pb_main_blurb_image {
    min-height: 204px;
    
}
.campus-page-blurb .et_pb_main_blurb_image .et_pb_image_wrap {
    min-height: 204px;
    width: 100%;
    height: 204px;
}
.campus-page-blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
	
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.campus-page-blurb .et_pb_blurb_container {
	border-top: 3px solid #CE1126;
    height: 100%;
    background-color: #fff;
    margin-bottom: 0;
    padding: 30px 25px;
    flex: 1 1;
    display: flex;
    flex-direction: column; 
}
.campus-page-blurb .et_pb_module_header {
    color: #CE1126;
    font-size: 18px;
}
.campus-page-blurb .et_pb_blurb_description {
    display: flex; 
    flex-direction: column;
    flex-grow: 1; 
}
.campus-page-blurb .et_pb_blurb_description p {
    flex-grow: 0;
    flex-shrink: 0;
}
.campus-page-blurb .et_pb_blurb_description p:last-child {
	/*margin-top: auto;
	text-align:right;*/

}

.campus-page-blurb .et_pb_blurb_description a.read-more {
    color: #CE1126;
	font-family: 'Roboto Condensed';
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: auto;
    text-transform: uppercase;
}
.campus-page-blurb .et_pb_blurb_description a.read-more::after {
	color:#A9A9A9;
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
}

a.read-more {
    color: #CE1126;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: auto;
    text-decoration: none;
    text-transform: uppercase;
} 

a.read-more::after {
	color:#A9A9A9;
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
}
a.more-link::after {
	color:#A9A9A9;
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
}

.higher-education-blurb .et_pb_blurb_content {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    min-height: 540px;
    align-content: stretch;
}
#home-video-heading {
    float: right;
    margin-top: -16%;
    margin-right: 5%;
}



.boxed-number-list {
    counter-reset: number-box;
    list-style: none;
    padding: 0 0;
    margin: 0 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    column-gap: 40px;
    width: 100%;
   
}

.boxed-number-list li {
    counter-increment: number-box;
    position: relative;
    padding: 16px 0 30px 60px;
    border-top: 1px solid #ffffff;
    display: flex;
	flex-flow:column;
    flex-flow: column;
    align-items: flex-start;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    height: auto;
}
.boxed-number-list li h3{
	font-size:19px;
	font-weight:500;
}

.boxed-number-list li::before {
    border: 1px solid #fff;
    content: counter(number-box);
    font-family: "Roboto Slab";
    position: absolute;
    left: 0;
    top: -1px;
    width: 40px;
    height: 40px;
    background-color: #CE1126;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

@media (max-width: 640px) {
    .boxed-number-list {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-auto-flow: row;
        padding: 16px;
        gap: 12px;
        column-gap: unset;
    }

    .boxed-number-list li {
        font-size: 16px;
        padding: 12px 12px 12px 52px;
        width: auto;
        margin-bottom: 24px;
    }
    .boxed-number-list li::before {
        font-size: 1.125rem;
        top: 0;
        width: 36px;
        height: 36px;
    }
}

#home-image-grid-section{
	padding:0 0;
	
}
#home-image-grid-row {
    width: 100%;
    max-width: 1440px;
	margin:0 auto;
	padding:0 0;
}

@media (min-width:1921px){
	#home-image-grid-row {
    width: 100%;
    max-width: 1280px;
		
}
}

.box-shadow-image{
	position:relative;
	
}
.box-shadow-image .et_pb_image_wrap::before {
    content: '';
    background-color: #E6E6E6;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -30px;
    bottom: -30px;
}

.box-shadow-image-red{
	position:relative;
	
}
.box-shadow-image-red .et_pb_image_wrap::before {
    content: '';
    background-color: #CE1126;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -30px;
    bottom: -30px;
}

#faculty-blurbs {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.faculty-blurb{
	flex:1 1 0;
	max-width:calc(33% - 20px);
	
}
@media (max-width:680px){
	#faculty-blurbs {
    display: block;
    
}
.faculty-blurb{
	max-width:100%;
	
}
}
.faculty-blurb .et_pb_main_blurb_image {

}
.faculty-blurb .et_pb_main_blurb_image img {
    border: 4px solid #CE1126;
    border-radius: 50% 50%;
    width: 208px;
    height: 208px;
    object-fit: cover;
}

.faculty-blurb .et_pb_blurb_container {
    background: #fff;
    padding: 100px 40px 40px;
    margin-top: -90px;
}
.faculty-blurb .et_pb_module_header {
    color: #CE1126;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 5px;
}
.faculty-blurb .et_pb_blurb_description {

}
.faculty-blurb.et_pb_blurb_description h4{
	color: #222;
    font-size: 19px;
    font-weight: 400;

}


#home-news {

}


#home-news .et_pb_ajax_pagination_container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

#home-news .et_pb_post {
    display: flex;
    flex-flow: column;
    flex: 1 1;
    max-width: calc(20% - 10px);
    background: #fff;
}
@media (max-width:680px){
	#home-news .et_pb_ajax_pagination_container {
    display: block;
    
}
#home-news .et_pb_post{
	max-width:100%;
	
}
}
#home-news .et_pb_post a img{
	height:204px;
	width:100%;
	object-fit:cover;
	
}
#home-news .et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    margin-bottom: 0;
}
#home-news .et_pb_post .entry-title {
    color: #222;
    font-size: 19px;
    padding: 20px 20px;
}
#home-news .et_pb_post .entry-title a{
	color:#222;

}
#home-news .post-content {
    display: flex;
    flex-flow: column;
    font-size: 16px;
    padding: 0 20px 20px;
    height: 100%;
}
#home-news a.more-link {
    color: #CE1126;
    font-size: 16px;
    font-weight: 500;
    margin-top: auto;
    text-align: right;
    text-transform: uppercase;
}

.alumni-slide {
    
}
.alumni-slide .et_pb_blurb_content {
	position:relative;

}
.alumni-slide .et_pb_main_blurb_image {
    height: 400px;
    width: 200px;
    position: absolute;
    top: -20px;
    left: -30px;
}
.alumni-slide .et_pb_blurb_container {
    background-color: #CE1126;
    padding: 60px 50px 60px 200px;
}
#alumni-slider .owl-item {
    padding: 30px 0;
}


.alumni-wide-slide {
    max-width: 1080px;
}
.alumni-wide-slide .et_pb_blurb_content {
    position: relative;
    width: 100%;
    min-width: 500px;
    max-width: 100%;
}
.alumni-wide-slide .et_pb_main_blurb_image {
    height: 400px;
    width: 500px;
    position: absolute;
    top: -20px;
    left: -30px;
}
.alumni-wide-slide .et_pb_blurb_container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    background-color: #e6e6e6;
    padding: 60px 100px 60px 550px;
    height: 400px;
}
.alumni-wide-slide .et_pb_module_header {
    font-size: 19px;
    font-weight: 500;
}
#academics-alumni-slider .owl-item {
    padding: 30px 0;
    /* max-width: 1080px; */
    display: flex;
    justify-content: center;
}

.rotating-headline {
    display: flex;
    justify-content: center;
}
.rotating-words {
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
  min-width: 100px; /* Optional: prevents layout shift */
}
.rotating-word {
  position: absolute;
  left: 0;
  top: 0;
}


.career-slide {
    
}

.career-slide .et_pb_blurb_content {
    position: relative;
    max-width: 80%;
    margin-right: 5%;
}
.career-slide .et_pb_main_blurb_image {
    display: flex;
    height: 100%;
    width: 250px;
    position: absolute;
    top: 0;
    left: -80px;
}
.career-slide .et_pb_blurb_container {
    background-color: #3D3D3D;
    padding: 60px 50px 60px 200px;
}




/*inner page elements*/
#inner-page-hero {
	background-color:#222;
	min-height:494px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.225) 0%, rgba(0, 0, 0, 0.5) 74.04%);
	background-size:cover;
}
#inner-hero-title-row {
    max-width: 924px;
}
#inner-page-hero h1{

	font-weight: 400;
	font-size: 50px;
	line-height: 120%;
	text-align:center;
}


#campus-page-hero {
	background-color:#222;
	min-height:auto;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.225) 0%, rgba(0, 0, 0, 0.5) 74.04%);
	background-size:cover;
}
#campus-page-hero #inner-hero-title-row {
    max-width: 924px;
}
#campus-page-hero h1{

	font-weight: 400;
	font-size: 50px;
	line-height: 120%;
	text-align:center;
}



#inner-page-sub-hero {
    border-top: 4px solid #CE1126;
    margin-top: -15vw;
    background: #fff;
    padding: 60px 60px;
    max-width: 1080px;
}
#inner-page-sub-hero h2{
    font-size: 20px;
    font-weight: 400;
}
#inner-page-sub-hero-section {
    border-bottom: 4px solid #CE1126;
}

.page-jump-links {
   /* counter-reset: number-box;*/
    list-style: none;
    padding: 0 0 !important;
    margin: 0 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    column-gap: 40px;
    width: 100%;
   
}

.page-jump-links.three-rows{
    grid-template-rows: repeat(3, auto);

}

.page-jump-links li {
    font-family: "Roboto Condensed", sans-serif;
    counter-increment: number-box;
    position: relative;
    padding: 0 0;
    border-bottom: 1px solid #222;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #222;
    box-sizing: border-box;
    height: auto;
    text-transform: uppercase;
    justify-content: space-between;
}
.page-jump-links li a{
    font-family: "Roboto Condensed", sans-serif;
    counter-increment: number-box;
    position: relative;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    color: #222;
    box-sizing: border-box;
    height: auto;
    text-transform: uppercase;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px 10px 0px;
}
.page-jump-links li a:hover, .page-jump-links li a:active{
    background-color:#CE1126;
    color: #fff;
    padding: 10px 10px 10px 10px;

}

.page-jump-links li a::after {
    color: #A9A9A9;
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
 
}
.page-jump-links li a:hover::after, .page-jump-links li a:active::after {
    color: #fff;
   
 
}

@media (max-width: 640px) {
    .page-jump-links {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-auto-flow: row;
        padding: 16px;
        gap: 12px;
        column-gap: unset;
    }

    .page-jump-links li {
        font-size: 16px;
        width: auto;
      
    }
    .page-jump-links li animation-duration::before {
        font-size: 1.125rem;
        top: 0;
        width: 36px;
        height: 36px;
    }
}


.block-list {
    list-style: none;
    padding: 0 0 !important;
    margin: 0 0 20px;
    width: 100%;
   
}

.block-list li {
    font-family: "Roboto Condensed", sans-serif;
    counter-increment: number-box;
    position: relative;
    padding: 0 0;
    border-top: 1px solid #222;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #222;
    box-sizing: border-box;
    height: auto;
    justify-content: space-between;
    padding: 15px 10px 15px 0px;
}

.list-links {
    list-style: none;
    padding: 0 0 !important;
    margin: 0 0 20px;
    width: 100%;
   
}

.list-links li {
    font-family: "Roboto Condensed", sans-serif;
    counter-increment: number-box;
    position: relative;
    padding: 0 0;
    border-bottom: 1px solid #222;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #222;
    box-sizing: border-box;
    height: auto;
    text-transform: uppercase;
    justify-content: space-between;
}
.list-links li a{
    font-family: "Roboto Condensed", sans-serif;
    counter-increment: number-box;
    position: relative;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    color: #222;
    box-sizing: border-box;
    height: auto;
    text-transform: uppercase;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px 10px 0px;
}
.list-links li a:hover, .list-links li a:active{
    background-color:#CE1126;
    color: #fff;
    padding: 10px 10px 10px 10px;

}

.list-links li a::after {
    color: #A9A9A9;
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
 
}
.list-links li a:hover::after, .list-links li a:active::after {
    color: #fff;
   
 
}

.boxed-number-list-wide {
    counter-reset: number-box;
    list-style: none;
    padding: 0 0;
    margin: 0 0 20px;
    width: 100%;
   
}

.boxed-number-list-wide li {
    counter-increment: number-box;
    position: relative;
    padding: 16px 0 30px 60px;
    border-top: 2px solid #222;
    display: flex;
	flex-flow:column;
    flex-flow: column;
    align-items: flex-start;
    font-size: 16px;
    color: #222;
    box-sizing: border-box;
    height: auto;
}
.boxed-number-list-wide li h3{
	font-size:19px;
	font-weight:500;
}

.boxed-number-list-wide li::before {
    border: 2px solid #222;
    content: counter(number-box);
    font-family: "Roboto Slab";
    position: absolute;
    left: 0;
    top: -2px;
    width: 40px;
    height: 40px;
    background-color: #e6e6e6;
    color: #222;
    font-size: 19px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.boxed-number-list-wide.red-number li::before{
    color: #CE1126;

}

/*Post Template*/
#post-hero-image {
	background-image:url(images/post-header.jpg);
	background-size:cover;
	background-position: center center;
    min-height: 200px;
}
#post-hero-image.has-featured-image{
	min-height: 430px;
	
}
#post-title {

}
#post-title h1{

	font-weight: 400;
	font-size: 38px;
	line-height: 120%;



}


.location-key-person {
    max-width: 1080px;
}
.location-key-person .et_pb_blurb_content {
    position: relative;
    width: 100%;
    min-width: 500px;
    max-width: 100%;
}
.location-key-person .et_pb_main_blurb_image {
    height: 400px;
    width: 300px;
    position: absolute;
    top: -30px;
    left: -30px;
}
.location-key-person .et_pb_blurb_container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    background-color: #e6e6e6;
    padding: 60px 60px 60px 320px;
    min-height: 400px;
}
.location-key-person .et_pb_module_header {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 0;
}


/*Divi Overrrides*/
@media only screen and (min-width: 1600px) {
    .et_pb_section {
        padding: 60px 0;
    }
}
.nav li ul{
	border-top:3px solid rgba(206, 17, 38, 1);
}
.et-menu li li a {
    padding: 6px 0;
   
}
.et_pb_menu__search-button:after{
	content:'\f002';
	font-family: "Font Awesome 6 Pro" !important;
}
 .et-menu a:hover {
     opacity: 1;
}
 .et_pb_toggle .et_pb_toggle_title {
     color: #CE1126 !important;
     font-size:19px;
     font-weight: 600 !important;
     line-height: 1;
}
.et_pb_toggle {
    border: 0;
    border-top: 2px solid #222;
    font-size: 16px;
    margin-bottom: 10px !important;
}
 .et_pb_toggle_close {
     background-color: transparent;
     padding: 20px 0;
}
 .et_pb_toggle_open {
     padding: 20px 0;
     background-color: transparent;
     z-index: 1;
}

.et_pb_toggle .et_pb_toggle_title .sub-title {
    color: #222;
    display: block;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    padding-top: 10px;
}


.et_pb_testimonial {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    background-color: rgba(255255,255,255,1);
}

.et_pb_testimonial .et_pb_testimonial_portrait {
    margin: auto;
}
.et_pb_testimonial:before {
	display:none;
    content: "|";
    font-size: 32px;
    left: 50%;
    position: absolute;
    top: -16px;
    background: #f5f5f5;
    margin-left: -16px;
    border-radius: 31px;
    z-index: 2;
}

.et_pb_testimonial .et_pb_testimonial_description {
    margin-left: 0 !important;
    padding: 0 0;
}

.et_pb_testimonial .et_pb_testimonial_description::before {
    content: '';
    display: block;
    background: #CE1126 url(/wp-content/uploads/2025/06/icon-testimonial-quote.svg) center center no-repeat;
    border-radius: 50% 50%;
    height: 40px;
    width: 40px;
    margin: -22px auto 10px;
}

/*add icon to the opened accordion*/
 .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
     display: block;
     content: "\f106";
     color:#A9A9A9;
     font-family: "Font Awesome 6 Pro" !important;
     font-size:24px;
     font-weight: 100;
}
 .et_pb_toggle_title:before {
     content: "\f107";
     color: #A9A9A9;
     font-family: "Font Awesome 6 Pro" !important;
     font-size: 24px;
     font-weight: 100;
}
 @media (max-width:1080px){
     .et_pb_toggle .et_pb_toggle_title {
         font-size: 28px;
    }
}
/*small accordion*/
 .small-accordion {
     margin:20px 0;
}
 .small-accordion .et_pb_toggle .et_pb_toggle_title {
     font-size: 19px;
     line-height: 1.2;
}
 .small-accordion .et_pb_toggle {
     border: 0;
     border-top: 1px solid #015C71;
     font-size: 19px;
}
 .small-accordion .et_pb_toggle_close {
     background-color: transparent;
     padding: 20px;
}
 .small-accordion .et_pb_toggle_open {
     padding: 20px;
     background-color: transparent;
     z-index: 1;
}
/*add icon to the opened accordion*/
 .small-accordion .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
     display: block;
     content: "\f106";
     color: #015C71;
     font-family: "Font Awesome 6 Pro" !important;
     font-size: 36px;
     font-weight: 100;
}
 .small-accordion .et_pb_toggle_title:before {
     content: "\f107";
     color: #015C71;
     font-family: "Font Awesome 6 Pro" !important;
     font-size: 36px;
     font-weight: 100;
}
/*colors*/
.red{
    color: #CE1126;

}
.gray-section{
	background-color:#F3F3F3;
}
.dark-gray-section{
	background-color:#3D3D3D;
}

/*Owl Carousel 2.3.4 overrides*/

/* Position nav container over the carousel */
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  pointer-events: none;
  z-index: 1000;
}

/* Style prev/next buttons */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: none;
  border: none;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  pointer-events: all;
  outline: none;
}

/* Hover state */
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  color: #000;
}

/* General Purpose Carousel */
/* Fix owl-carousel layout issues in Divi */
.owl-carousel-inner {
  /*display: block;*/
  display: flex;
  position: relative;
  width: 100%;
}

.owl-carousel-inner .owl-stage-outer {
  overflow: hidden;
  position: relative;
}

/* Ensure slide items are centered */
.owl-carousel-inner .owl-stage {
  display: flex !important;
  justify-content: center; /* centers items horizontally */
  align-items: stretch;
}

/* Make each item take its calculated width and center */
.owl-carousel-inner .owl-item {
    display: flex;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    margin-right: 0 !important;
    margin-left: 20px;
    padding: 20px 0;
}


/* Optional: ensure modules fill height */
.owl-carousel-inner .et_pb_module {
  width: 100%;
  height: 100%;
}

/* Adjust arrows so they don't overlay items */
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; 
  padding: 0 0; 
  box-sizing: border-box;
}
.student-life-carousel.owl-carousel .owl-nav{
    width: 105%;
}

.owl-carousel .owl-nav button {
  background: transparent;
  border: none;
  pointer-events: all; /* enable click */
  font-size: 2rem;
  color: #222;
}
.white-content .owl-carousel .owl-nav button{
    color: #fff;
}

.owl-carousel .owl-nav button:hover {
  color: #000;
}

/* Ensure dots are spaced nicely */
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 15px;
}
/* Fix blurb display issues inside Owl carousel */
.owl-carousel-inner .et_pb_blurb_content {
  display: block !important;
}
.owl-carousel-inner .et_pb_module {
  width: 100%;
  text-align: center;
}
/* Generic Owl Carousel spacing fix */
.owl-carousel .et_pb_module {
  margin-bottom: 0;
}

/* Fullwidth carousel adjustments */
.fullwidth-carousel .owl-carousel-inner .et_pb_module {
  width: 100%;
	margin:0 0;
	padding:0 0;
}
.fullwidth-carousel .owl-carousel-inner .owl-item {
  width: 100%;
	margin:0 0;
	padding:0 0;
}
/* Overlay nav on fullwidth carousel */
.fullwidth-carousel .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  pointer-events: none;
  z-index: 10;
}

.fullwidth-carousel .owl-carousel .owl-nav button {
  pointer-events: all;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  font-size: 2rem;
  padding: 0.25em 0.6em;
  color: #333;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.fullwidth-carousel .owl-carousel .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}

/* Hide nav arrows on small screens */
@media (max-width: 767px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}

/* posts widget */
.accessible-archive .archive-years {
    list-style: none;
    padding-left: 0;
}

.accessible-archive .archive-years > li {
    margin-bottom: 0;
}

.accessible-archive .year-toggle {
    background: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    color: #222222;
    text-align: left;
}

.accessible-archive .archive-months {
    list-style: none;
    margin-left:10px;
    padding-left: 0;
}

.accessible-archive a {
    text-decoration: underline;
    color: #222;
}
/* Highlight current month */
.accessible-archive a.current-month {
    font-weight: bold;
    color: #CE1126;
    
}

/* Animate reveal */
.archive-months {
    display: none;
}

/* Make year toggle look like links if preferred */
.year-toggle {
    background: none;
    border: none;
    color: #005bac;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    font-size: 1rem;
    text-align: left;
}



/*helpers*/
.half-swoosh-section {
    background-image: radial-gradient(circle at top left,#c5242d 0%,#c5242d 30%,#ad212a 30% 100%)!important;
    background-color: #ad212a;
    width: 100%;
    /* min-height: 200px; */
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-out;
}
.half-swoosh-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: #c5242d;
    clip-path: ellipse(170% 200% at -75% -33%);
}
.section-red{
	background-color:#CE1126;
	
}
.small-swoosh{
	
}
.large-number {
    font-size: 100px;
	font-weight:400;
    margin-bottom: 10px;
    line-height: 1;
}
.medium-number {
    font-size: 68px;
	font-weight:400;
    margin-bottom: 10px;
    line-height: 1;
}
 .red-swish{
     background: radial-gradient(circle at top left, #c5242d 0%, #c5242d 45%, transparent 45%, transparent 45%),#ad212a;
}
 .red-swish-also{
    /* Set the base dark red color */
     background-color: #ad212a;
    /* Overlay a radial gradient for the light red area */
     background-image: radial-gradient( circle at 0% 0%, 
    /* Origin of the circle at top-left corner */
     #c5242d 0%, 
    /* Light red starts at the origin */
     #c5242d 60%, 
    /* Light red extends to 60% of the gradient radius */
     transparent 65% 
    /* Becomes transparent sharply after that point */
     );
     background-repeat: no-repeat;
     background-size: 150% 150%;
    /* Make the circle larger than the div to cut off the desired curve */
     background-position: -25% -25%;
    /* Shift it to the top-left */
     width: 100%;
     min-height: 200px;
    /* Example height, scales */
     height: 100%;
    /* Ensure it fills parent height */
}
.flex-column-column {
     display: flex;
     flex-flow: column;
     flex-wrap: wrap;

}
 .flex-column {
     display: flex;
     flex-wrap: wrap;
     column-gap: 20px;
}
 .flex-column-small-gap {
     display: flex;
     flex-wrap: wrap;
     column-gap: 10px;
}
/* .flex-two-column .et_pb_module{
     max-width: calc(50% - 5px);
}
 */
 .flex-column .full-width-flex-item{
     flex:1 1 100%;
     width:100%;
     max-width:100%;
}
 .flex-two-column{
}
 .flex-three-column{
}
 .flex-three-column-item{
     flex: 1 1 0;
     max-width: 32.5%;
}
 .half-width {
     flex: 1 1 50%;
     max-width: calc(50% - 10px);
}
 .vertical-centered {
     display: flex;
     flex-flow: column;
     justify-content: center;
}
 .centered-vertical {
     display: flex;
     flex-flow: column;
     justify-content: center;
}
.centered-horizontal {
    align-content: center;
    flex-wrap: wrap;
}
 .centered-vertical-row {
     display: flex;
     flex-flow: row;
     justify-content: center;
     align-items: center;
}
.bottom-vertical {
    display: flex;
    flex-flow: column;
    justify-content: end;
}
 .white-content{
     color:#fff;
}
 .white-content h1, .white-content h2, .white-content h3, .white-content h4, .white-content h5{
     color:#fff;
}
 .white-content a{
     color:#fff;
}
.white-content a.button, body #page-container .et_pb_section.white-content .et_pb_button {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.white-content a.button:hover, body #page-container .et_pb_section.white-content .et_pb_button:hover {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
	background-color:#fff;
    border-color: #fff;
    color: #CE1126;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.button-large, .button-large:hover, .button-large:active, body #page-container .et_pb_section .button-large.preset--module--divi-button--default:hover{
    display: block;
    width: 100%;
    padding-top: 40px!important;
    padding-right: 20px!important;
    padding-bottom: 40px!important;
    padding-left: 20px!important;
}

#explore.white-content a.button, body #page-container #explore.et_pb_section.white-content .et_pb_button, a.et_pb_button.large-button {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    text-transform: none;
    padding: 40px 20px;
    text-align: center;
}
#explore.white-content a.button:hover, body #page-container #explore.et_pb_section.white-content .et_pb_button:hover, a.et_pb_button.large-button:hover {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
	background-color:#CE1126;
    border-color: #CE1126;
    color: #fff;
    letter-spacing: 1px;
    text-transform: none;
    padding: 40px 20px !important;
    text-align: center;
}
body #page-container .et_pb_section a.et_pb_button.large-button {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    text-transform: none;
    padding: 40px 20px !important;
    text-align: center;
    width: 100%;
}
body #page-container .et_pb_section a.et_pb_button.large-button:hover {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
	background-color:#CE1126;
    border-color: #CE1126;
    color: #fff;
    letter-spacing: 1px;
    text-transform: none;
    padding: 40px 20px !important;
    text-align: center;
}


.soc-med-follow.et_pb_button {
    position: relative;
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;

}

.soc-med-follow.et_pb_button::before {
    display: block !important;
    font-family: 'Font Awesome 6 Pro' !important;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px; /* Adjust left position */
    top: 50%;
    transform: translateY(-50%);


}

.soc-med-follow.youtube::before {
    content: '\f167';

}

.soc-med-follow.twitter::before {
    content: "\e61b";

}

.soc-med-follow.facebook::before {
    content: "\f39e";

}

.soc-med-follow.instagram::before {
    content: "\f16d";

}



 .open-mobile-menu .et_pb_menu__menu {
     display: flex!important;
}
 .open-mobile-menu .et_mobile_nav_menu {
     display: none!important;
}
 ul.yellow-triangle-list {
     padding: 0;
     list-style: none;
}
 ul.yellow-triangle-list li{
     font-size: 16px;
     margin: 0 0 16px;
     position: relative;
}
 ul.yellow-triangle-list li:before{
     content: '';
     display: inline-block;
     width: 0px;
     height: 0px;
     border-style: solid;
     border-width: 6px 0 6px 10.4px;
     border-color: transparent transparent transparent #FFD046;
     transform: rotate(0deg);
     margin-right: 10px;
}
 a.button, .button, body #page-container .et_pb_section .et_pb_button {
     font-family: "Roboto Condensed", sans-serif;
	 font-size:16px;
	 font-weight:600;
     border:2px solid rgba(206, 17, 38, 1);
	 color:#CE1126;
	 letter-spacing:1px;
	 text-transform:uppercase;
}
.button{
    background-color: transparent;
    padding: 10px 15px;
    cursor: pointer;
}
body #page-container .et_pb_section .et_pb_button.gform_button {
    background-color: transparent;
     font-family: "Roboto Condensed", sans-serif;
	 font-size:16px;
	 font-weight:600;
     border:2px solid rgba(206, 17, 38, 1);
	 color:#CE1126;
	 letter-spacing:1px;
	 text-transform:uppercase;
}
body #page-container .et_pb_section a.et_pb_button.button-on-red {
    border:2px solid rgba(255, 255, 255, 1);

}
body #page-container .et_pb_section a.et_pb_button.button-on-red:hover {
    background-color: #3d3d3d;
    border:2px solid #3d3d3d;

}
 body #page-container .et_pb_section a#quick-links-button.et_pb_button {
     border:0;
	 text-transform:none;
}
 body #page-container .et_pb_section a#quick-links-button.et_pb_button:hover, body #page-container .et_pb_section a#quick-links-button.et_pb_button:active {
     border:0;
	 background:transparent;
	 color:#CE1126;
	 text-transform:none;
}
a.button:hover, .button:hover, .et_pb_button:hover, body #page-container .et_pb_section .et_pb_button:hover {
	 border:2px solid rgba(206, 17, 38, 1);
     font-size: 16px;
     color: #fff;
     background: rgba(206, 17, 38, 1);
    
}
 a.plain-button, a.plain-button:hover{
     font-size:19px !important;
     background:none !important;
     padding:0 0 !important;
     border:0;
     border-radius:0 0 !important;
     text-decoration:underline;
     text-transform:none !important;
}

.admissions-cost-button {
    background-color: #CE1126 !important;
    border: 2px solid rgba(206, 17, 38, 1) !important;
    color: #fff !important;
    display: flex !important;
    flex-wrap: wrap;
    font-family: 'Roboto Slab', serif !important;
    align-items: center;
    justify-content: center;
    min-width: 225px;
    width: 100%;
    min-height: 125px;
    height: 125px;
    

}
.admissions-cost-button:hover {
    background-color: #222 !important;
    border: 2px solid #222 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-width: 225px;
    width: 100%;
    min-height: 125px;
    height: 125px;

}
/*Events*/
 .event-post-list {
     max-width: 90%;
     margin: auto;
}
 .event-post-list article.event {
     display: flex;
     margin-bottom: 30px;
}
 .event-post-list article.event::last-child{
     margin-bottom:0;
}
 .event-post-list a.entry-featured-image-url {
     flex: 1 1 auto;
     max-width: 305px;
}
 .event-post-list a.entry-featured-image-url {
     flex: 1 1 auto;
     max-width: 305px;
     border-bottom: 0;
     display: flex;
}
 .event-post-list .event-details {
     flex:1 1;
     background: #fff;
     padding: 30px 40px;
}
 .event-post-list h2.event-title {
     font-size: 22px;
}
 .event-post-list h2.event-title a{
     border-bottom:0;
}
 .event-post-list h2.event-title a:focus{
     border-bottom: 1px solid;
}
 .event-post-list .event-meta {
     color: #63474D;
     font-size: 14px;
     font-weight: 900;
}
 .event-post-list .event-meta i{
     display:none;
}
 .event-post-list .event-details-inner {
     margin-bottom: 10px;
}

article.event {
   background-color: #f3f3f3;
   color: #222;

}
article.event .event-details {
    padding: 30px 30px;
    
}

article.event .event-title{
    color: #222;
    font-size: 19px;
    font-weight: 400;

}
article.event dd{
    margin-left:0;

}
dd.event-location {
    margin: 10px 0;

}
#main-events {

}
#main-events  .custom-events-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
#main-events article.event {
    flex: 1 1 33%;
    max-width: calc(33% - 18px);
    background-color: #f3f3f3;
    margin-bottom: 30px;

}
#main-events article.event .event-details {
    padding: 30px 30px;
    min-height: 314px;
    display: flex;
    flex-flow: column;
}
#main-events article.event .event-details .event-link {
    color: #222;
    margin-top: auto;
    text-decoration: underline;
}
#main-events article.event dd {
    margin-left:0;
}
@media (max-width:680px){
    #main-events  .custom-events-list {
    display: block;
}
    #main-events article.event {
    max-width: 100%;

}
}

/*filters*/
form.custom-event-filters {

}
form.custom-event-filters .form-group {
    margin-bottom: 10px;
}
form.custom-event-filters label{
    display: block;

}
form.custom-event-filters select {
    width: 100%;
    padding: 10px 10px;
    position: relative;
    appearance: none;
}
form.custom-event-filters .select-wrapper {
    width: 100%;
    padding: 0 10px;
    position: relative;
}
form.custom-event-filters .select-wrapper::after{
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 20px; 
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; 
    color: #333; 
}

form.custom-event-filters .custom-date-range input{
    padding: 10px 10px 10px 10px;
    width: 100%;

}

#events-text-search {
    position: relative;

}
#events-text-search::before {
    content: '\f002';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    top: calc(50% - 14px);
    left: 10px;
}
#events-text-search #event-search {
    padding: 10px 5px 10px 30px;
    width: 100%;
}


/*modal styles*/
 .modal-popup{
     border-top:6px solid;
}
 .modal-popup h2 {
     padding-bottom: 20px;
}
 .action-modal-content {
     max-height: 75vh;
     overflow-y: auto;
     padding-right:2vw;
}
 .filter-select {
     position: relative;
     display: inline-block;
     width: 200px;
     margin: auto;
     display: flex;
}
 .filter-select select {
     width: 100%;
     padding: 10px;
     padding-right: 30px;
     appearance: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     background: white;
     border: 1px solid #015C71;
     border-radius: 0;
     font-size: 16px;
}
 .filter-select::after {
     content: "\f107";
     font-family: "Font Awesome 6 Pro";
     font-weight: 100;
     position: absolute;
     right: 10px;
    /* top: 50%;
     transform: translateY(-50%);
    */
     transform: translateY(6px);
     pointer-events: none;
     font-size: 30px;
     color: #015C71;
}
 .gfield.section-marker {
     margin: 20px 0 10px;
}
 .et_pb_main_blurb_image{
     margin-bottom:0;
}
 .modal-date {
     font-weight: 900;
     font-size: 14px;
     line-height: 100%;
     letter-spacing: 2px;
     margin-bottom: 20px !important;
     text-transform: uppercase;
}
 .modal-popup h2 {
     padding-bottom: 20px;
}
 .modal-content {
     max-height: 75vh;
     overflow-y: auto;
     padding-right:2vw;
}
 .modal-content::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: rgba(0,0,0,0.1);
}
 .modal-content::-webkit-scrollbar {
     width: 6px;
     background-color: rgba(0,0,0,0.1);
}
 .modal-content::-webkit-scrollbar-thumb {
     background-color: #015C71;
}
 a.back-to-all {
     text-transform: uppercase;
     font-weight: 400;
     font-size:15px;
     border-bottom:0;
     text-transform:none;
}
 a.back-to-all::before{
     content:'\f104 ';
     font-family: "Font Awesome 6 Pro" !important;
     font-weight: 100;
     margin-right:5px;
}
/*popup Divi hack*/
/****** Lightbox Styling *******/
 [class*="lightbox-trigger-"] {
     cursor:pointer;
}
 [class*="lightbox-content-"] {
     position:relative;
     z-index: unset !important;
}
 [class*="lightbox-content-"] .mfp-close {
     color:#015C71 !important;
}
 .take-action-modal .mfp-close {
     color:#fff !important;
}
 [class*="lightbox-content-"] .action-modal-content .mfp-close {
     color:#FCF6F7 !important;
}
 [class*="lightbox-content-"] .mfp-close:active {
     top:0px !important;
}
 .mfp-wrap .mfp-container button:hover{
     background:transparent!important 
}
 .mfp-wrap .mfp-arrow:active{
     position:absolute;
     top:50% 
}
 .mfp-wrap .mfp-close:active{
     position:absolute;
     top:-10px 
}
 .mfp-arrow-left .mfp-a,.mfp-arrow-left:after,.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{
     font-family:ETmodules;
     speak:none;
     font-style:normal;
     font-weight:400;
     font-variant:normal;
     text-transform:none;
     line-height:1;
     -webkit-font-smoothing:antialiased;
     -moz-osx-font-smoothing:grayscale 
}
 .mfp-fade.mfp-bg{
     opacity:.001;
     -webkit-transition:all .5s ease-out;
     transition:all .5s ease-out 
}
 .mfp-fade.mfp-bg.mfp-ready{
     opacity:.8 
}
 .mfp-fade.mfp-bg.mfp-removing{
     opacity:0 
}
 .mfp-fade .mfp-wrap.mfp-wrap.mfp-ready .mfp-content{
     opacity:1 
}
 .mfp-fade .mfp-wrap.mfp-wrap.mfp-removing .mfp-content{
     opacity:0 
}
 .mfp-fade .mfp-wrap .mfp-content{
     opacity:.001;
     -webkit-transition:all .5s ease-out;
     transition:all .5s ease-out 
}
 .mfp-bg{
     z-index:1000000;
     overflow:hidden;
     background:#0b0b0b;
     opacity:.8;
     filter:alpha(opacity=80) 
}
 .mfp-bg,.mfp-wrap{
     top:0;
     left:0;
     width:100%;
     height:100%;
     position:fixed 
}
 .mfp-wrap{
     z-index:1000001;
     outline:none!important;
     -webkit-backface-visibility:hidden 
}
 .mfp-container{
     text-align:center;
     position:absolute;
     width:100%;
     height:100%;
     left:0;
     top:0;
     padding:0 8px;
     -webkit-box-sizing:border-box;
     box-sizing:border-box 
}
 .mfp-container:before{
     content:"";
     display:inline-block;
     height:100%;
     vertical-align:middle 
}
 .mfp-align-top .mfp-container:before{
     display:none 
}
 .mfp-content{
     position:relative;
     display:inline-block;
     vertical-align:middle;
     margin:0 auto;
     text-align:left;
     z-index:1045 
}
 .mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{
     width:100%;
     cursor:auto 
}
 .mfp-ajax-cur{
     cursor:progress 
}
 .mfp-zoom{
     cursor:pointer;
     cursor:-webkit-zoom-in;
     cursor:zoom-in 
}
 .mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
     cursor:-webkit-zoom-out;
     cursor:zoom-out 
}
 .mfp-auto-cursor .mfp-content{
     cursor:auto 
}
 .mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{
     -webkit-user-select:none;
     -moz-user-select:none;
     -ms-user-select:none;
     user-select:none 
}
 .mfp-loading.mfp-figure{
     display:none 
}
 .mfp-hide{
     display:none!important 
}
 .mfp-preloader{
     color:#ccc;
     position:absolute;
     top:50%;
     width:auto;
     text-align:center;
     margin-top:-.8em;
     left:8px;
     right:8px;
     z-index:1044 
}
 .mfp-preloader a{
     color:#ccc 
}
 .mfp-preloader a:hover{
     color:#fff 
}
 .mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{
     display:none 
}
 button.mfp-arrow,button.mfp-close{
     overflow:visible;
     cursor:pointer;
     background:transparent;
     border:0;
     -webkit-appearance:none;
     display:block;
     outline:none;
     padding:0;
     z-index:1046;
     -webkit-box-shadow:none;
     box-shadow:none 
}
 button::-moz-focus-inner{
     padding:0;
     border:0 
}
 .mfp-close {
     width: 65px;
     height: 65px;
     line-height: 65px;
     position: absolute;
     right: 20px;
     top: 20px;
     text-decoration: none;
     text-align: center;
    /* opacity: .65;
     */
     padding: 0 0 18px 10px;
     color: #fff;
     font-style: normal;
     font-size: 80px;
    /* font-family: Arial,Baskerville,monospace;
     */
     font-family: "Major Mono Display", monospace;
     font-weight: 100;
}
 .mfp-close:focus,.mfp-close:hover{
     opacity:1;
     filter:alpha(opacity=100) 
}
 .mfp-close:active{
     top:1px 
}
 .mfp-close-btn-in .mfp-close{
     color:#333 
}
 .mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{
     color:#fff;
     right:-6px;
     text-align:right;
     padding-right:6px;
     width:100% 
}
 .mfp-counter{
     position:absolute;
     top:0;
     right:0;
     color:#ccc;
     font-size:12px;
     line-height:18px 
}
 .mfp-arrow{
     position:absolute;
     opacity:.55;
     filter:alpha(opacity=55);
     top:50%;
     margin:-32px 0 0;
     padding:0;
     -webkit-tap-highlight-color:rgba(0,0,0,0) 
}
 .mfp-arrow:hover{
     opacity:1;
     filter:alpha(opacity=100) 
}
 .mfp-arrow-left{
     left:10px 
}
 .mfp-arrow-right{
     right:10px 
}
 .mfp-iframe-holder{
     padding-top:40px;
     padding-bottom:40px 
}
 .mfp-iframe-holder .mfp-content{
     line-height:0;
     width:100%;
     max-width:900px 
}
 .mfp-iframe-holder .mfp-close{
     top:-40px 
}
 .mfp-iframe-scaler{
     width:100%;
     height:0;
     overflow:hidden;
     padding-top:56.25% 
}
 .mfp-iframe-scaler iframe{
     position:absolute;
     display:block;
     top:0;
     left:0;
     width:100%;
     height:100%;
     -webkit-box-shadow:0 0 8px rgba(0,0,0,.6);
     box-shadow:0 0 8px rgba(0,0,0,.6);
     background:#000 
}
 .mfp-arrow{
     background:none!important;
     margin-top:-32px!important;
     line-height:1em!important 
}
 .mfp-arrow,.mfp-arrow:after{
     width:48px!important;
     height:48px!important 
}
 .mfp-arrow:after{
     margin:0!important;
     top:0!important;
     border:none!important 
}
 .mfp-arrow-left{
     left:0!important 
}
 .mfp-arrow-left .mfp-a,.mfp-arrow-left:after,.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{
     border:none;
     font-size:64px;
     color:#fff 
}
 .mfp-arrow-left:before,.mfp-arrow-right:before{
     display:none 
}
 .mfp-arrow-left .mfp-a,.mfp-arrow-left:after{
     content:"4" 
}
 .mfp-arrow-right .mfp-a,.mfp-arrow-right:after{
     content:"5" 
}
 .mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{
     font-size:64px;
     font-family:Open Sans,Arial,sans-serif;
     font-weight:200;
     top:-10px;
     opacity:.2 
}
 .mfp-iframe-holder .mfp-close:hover,.mfp-image-holder .mfp-close:hover{
     opacity:1 
}
 img.mfp-img{
     width:auto;
     max-width:100%;
     height:auto;
     display:block;
     -webkit-box-sizing:border-box;
     box-sizing:border-box;
     padding:40px 0;
     margin:0 auto 
}
 .mfp-figure,img.mfp-img{
     line-height:0 
}
 .mfp-figure:after{
     content:"";
     position:absolute;
     left:0;
     top:40px;
     bottom:40px;
     display:block;
     right:0;
     width:auto;
     height:auto;
     z-index:-1;
     -webkit-box-shadow:0 0 8px rgba(0,0,0,.6);
     box-shadow:0 0 8px rgba(0,0,0,.6);
     background:#444 
}
 .mfp-figure small{
     color:#bdbdbd;
     display:block;
     font-size:12px;
     line-height:14px 
}
 .mfp-figure figure{
     margin:0 
}
 .mfp-bottom-bar{
     margin-top:-36px;
     position:absolute;
     top:100%;
     left:0;
     width:100%;
     cursor:auto 
}
 .mfp-title{
     text-align:left;
     line-height:18px;
     color:#f3f3f3;
     word-wrap:break-word;
     padding-right:36px 
}
 .mfp-image-holder .mfp-content{
     max-width:100% 
}
 .mfp-gallery .mfp-image-holder .mfp-figure{
     cursor:pointer 
}
 @media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){
     .mfp-img-mobile .mfp-image-holder{
         padding-left:0;
         padding-right:0 
    }
     .mfp-img-mobile img.mfp-img{
         padding:0 
    }
     .mfp-img-mobile .mfp-figure:after{
         top:0;
         bottom:0 
    }
     .mfp-img-mobile .mfp-figure small{
         display:inline;
         margin-left:5px 
    }
     .mfp-img-mobile .mfp-bottom-bar{
         background:rgba(0,0,0,.6);
         bottom:0;
         margin:0;
         top:auto;
         padding:3px 5px;
         position:fixed;
         -webkit-box-sizing:border-box;
         box-sizing:border-box 
    }
     .mfp-img-mobile .mfp-bottom-bar:empty{
         padding:0 
    }
     .mfp-img-mobile .mfp-counter{
         right:5px;
         top:3px 
    }
     .mfp-img-mobile .mfp-close{
         top:0;
         right:0;
         width:35px;
         height:35px;
         line-height:35px;
         background:rgba(0,0,0,.6);
         position:fixed;
         text-align:center;
         padding:0 
    }
}
 @media (max-width:900px){
     .mfp-arrow{
         -webkit-transform:scale(.75);
         transform:scale(.75) 
    }
     .mfp-arrow-left{
         -webkit-transform-origin:0;
         transform-origin:0 
    }
     .mfp-arrow-right{
         -webkit-transform-origin:100%;
         transform-origin:100% 
    }
     .mfp-container{
         padding-left:6px;
         padding-right:6px 
    }
}
/*Gravity forms override */
 .gform_heading .gform_title {
     display: none;
}
 .gf-display-title .gform_heading .gform_title {
     display: block;
}
 .gform_wrapper.gravity-theme input::placeholder, option.gf_placeholder{
     color:#015C71;
     opacity:.8;
}
 .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
     font-size: 15px;
     margin-bottom: 0;
     margin-top: 0;
     max-width: 100%;
     background: #fff;
     border: 0;
     border-bottom: 1px solid #015C71;
     padding: 12px 24px !important;
     font-size: 18px !important;
}
 .donation-form .gform_wrapper.gravity-theme input[type=color], .donation-form .gform_wrapper.gravity-theme input[type=date], .donation-form .gform_wrapper.gravity-theme input[type=datetime-local], .donation-form .gform_wrapper.gravity-theme input[type=datetime], .donation-form .gform_wrapper.gravity-theme input[type=email], .donation-form .gform_wrapper.gravity-theme input[type=month], .donation-form .gform_wrapper.gravity-theme input[type=number], .donation-form .gform_wrapper.gravity-theme input[type=password], .donation-form .gform_wrapper.gravity-theme input[type=search], .donation-form .gform_wrapper.gravity-theme input[type=tel], .donation-form .gform_wrapper.gravity-theme input[type=text], .donation-form .gform_wrapper.gravity-theme input[type=time], .donation-form .gform_wrapper.gravity-theme input[type=url], .donation-form .gform_wrapper.gravity-theme input[type=week], .donation-form .gform_wrapper.gravity-theme select, .donation-form .gform_wrapper.gravity-theme textarea {
     font-size: 19px;
     margin-bottom: 0;
     margin-top: 0;
     max-width: 100%;
     background: #fff;
     border: 0;
     border-bottom: 1px solid #AB4967;
     padding: 10px 20px !important;
     font-size: 18px !important;
}
 .gform_wrapper.gravity-theme .gfield_label {
     display: inline-block;
     font-size: 15px;
     font-weight: 400 !important;
     margin-bottom: 8px;
     padding: 0;
     color: #015C71;
}
 .donation-form .gform_wrapper.gravity-theme .gfield_html .gfield_label {
     display: inline-block;
     font-size: 19px;
     font-weight: 700 !important;
     margin-bottom: 8px;
     padding: 0;
     color: #AB4967;
     margin-top: 20px;
}
 .donation-form .gform_wrapper.gravity-theme .gfield_label{
     font-size:19px;
}
 .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
     justify-content:center;
}
 .gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input {
     align-self: center;
     border: 1px solid #015C71;
     padding: 12px 24px;
     font-size: 18px;
     font-weight:700;
     color: #015C71;
     background: #fff;
     text-transform: uppercase;
     border-radius: 30px;
}
 .ginput_container.ginput_container_consent {
}/*
 .gfield-choice-input, .ginput_container_consent input[type="radio"], input[type="radio"] {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     width: 20px;
     height: 20px;
     border: 2px solid #AB4967;
     border-radius: 0;
     background-color: #fff;
     cursor: pointer;
     position: relative;
     margin-right: 4px;
}*/
 .ginput_container.ginput_container_select {
     position: relative;
}
 .gform_wrapper.gravity-theme .gfield select {
     max-width: 100%;
     width: 100%;
     padding: 10px;
     padding-right: 30px;
    /* space for the arrow */
     appearance: none;
    /* remove default arrow in most browsers */
     -webkit-appearance: none;
     -moz-appearance: none;
     background: white;
     border: 0;
     border-bottom:0;
     border-radius: 0;
     font-size: 16px;
}
 .ginput_container.ginput_container_select::after {
     content: '\f107';
     font-family: "Font Awesome 6 Pro";
     font-weight:100;
     position: absolute;
     right: 15px;
     top: 50%;
     transform: translateY(-50%);
     pointer-events: none;
     font-size: 34px;
     color: #015C71;
}
 .gform_confirmation_message {
     color:#015C71;
     font-size:18px;
     text-align:center;
}
/* ----------------------------- 1. Square radio buttons ------------------------------ */
 #gform_wrapper_2 #input_2_1 {
     display: flex;
     flex-wrap: wrap;
     column-gap: 32px;
}
 #gform_wrapper_2 #field_2_1 input[type="radio"] {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     width: 20px;
     height: 20px;
     border: 2px solid #AB4967;
     border-radius: 0;
    /* square */
     background-color: #fff;
     cursor: pointer;
     position: relative;
     margin-right: 4px;
}
 #gform_wrapper_2 #field_2_1 input[type="radio"]:checked::before {
     content: "";
     display: block;
     width: 10px;
     height: 10px;
     background-color: #AB4967;
     position: absolute;
     top: 3px;
     left: 3px;
}
/* Optional: vertically align the label */
 #gform_wrapper_2 #field_2_1 label {
     vertical-align: middle;
}
/* ----------------------------- 2. Button-like radios for "Donation Amount" (field_2_3) ------------------------------ */
 #gform_wrapper_2 #input_2_3 {
     display: flex;
     flex-flow: row;
     flex-wrap: wrap;
}
/* Hide the native radios */
 #gform_wrapper_2 #field_2_3 input[type="radio"] {
    /*display: none;
    */
     position: absolute !important;
     height: 1px;
     width: 1px;
     overflow: hidden;
     clip: rect(1px, 1px, 1px, 1px);
     white-space: nowrap;
}
/* Style the labels like buttons */
 #gform_wrapper_2 #field_2_3 .gfield_radio .gchoice label {
     flex:1 1 auto;
     display: inline-block;
     padding: 10px 20px;
     margin: 5px 10px 5px 0;
     border: 1px solid #AB4967;
     border-radius: 0;
     background-color: #fff;
     color: #AB4967;
     font-weight: 600;
     cursor: pointer;
     text-align:center;
     transition: all 0.3s ease;
}
/* Style for selected radio label */
 #gform_wrapper_2 #field_2_3 input[type="radio"]:checked + label {
     background-color: #AB4967;
     color: #fff;
     border-color: #AB4967;
}
 #gform_wrapper_2 #field_2_3 .gchoice {
     flex: 1 1 auto;
     display: flex;
     width: auto;
     min-width: 33%;
     max-width: 33%;
}
/* Optional: hover effect */
 #gform_wrapper_2 #field_2_3 .gfield_radio .gchoice label:hover {
     background-color: #AB4967;
     color:#fff;
     opacity:1;
}
/*download forms*/
 .download-form #field_submit .gform-loader {
     display:none !important;
}
/* ----------------------------- 1. Square radio buttons ------------------------------ */
 #gform_wrapper_6 #input_6_1 {
     display: flex;
     flex-wrap: wrap;
     column-gap: 32px;
}
 #gform_wrapper_6 #field_6_1 input[type="radio"] {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     width: 20px;
     height: 20px;
     border: 2px solid #AB4967;
     border-radius: 0;
    /* square */
     background-color: #fff;
     cursor: pointer;
     position: relative;
     margin-right: 4px;
}
 #gform_wrapper_6 #input_6_1 .gfield-choice-input+label, #input_2_1 .gfield-choice-input+label{
     max-width: calc(100% - 26px);
}
 #gform_wrapper_6 #field_6_1 input[type="radio"]:checked::before {
     content: "";
     display: block;
     width: 10px;
     height: 10px;
     background-color: #AB4967;
     position: absolute;
     top: 3px;
     left: 3px;
}
/* Optional: vertically align the label */
 #gform_wrapper_6 #field_6_1 label {
     vertical-align: middle;
}
/* ----------------------------- 2. Button-like radios for "Donation Amount" (field_6_3) ------------------------------ */
 #gform_wrapper_6 #input_6_3 {
     display: flex;
     flex-flow: row;
     flex-wrap: wrap;
}
/* Hide the native radios */
 #gform_wrapper_6 #field_6_3 input[type="radio"] {
    /*display: none;
    */
     position: absolute !important;
     height: 1px;
     width: 1px;
     overflow: hidden;
     clip: rect(1px, 1px, 1px, 1px);
     white-space: nowrap;
}
/* Style the labels like buttons */
 #gform_wrapper_6 #field_6_3 .gfield_radio .gchoice label {
     flex:1 1 auto;
     display: inline-block;
     padding: 10px 20px;
     margin: 5px 10px 5px 0;
     border: 1px solid #AB4967;
     border-radius: 0;
     background-color: #fff;
     color: #AB4967;
     font-weight: 600;
     cursor: pointer;
     text-align:center;
     transition: all 0.3s ease;
}
/* Style for selected radio label */
 #gform_wrapper_6 #field_6_3 input[type="radio"]:checked + label {
     background-color: #AB4967;
     color: #fff;
     border-color: #AB4967;
}
 #gform_wrapper_6 #field_6_3 .gchoice {
     flex: 1 1 auto;
     display: flex;
     width: auto;
     min-width: 33%;
     max-width: 33%;
}
/* Optional: hover effect */
 #gform_wrapper_6 #field_6_3 .gfield_radio .gchoice label:hover {
     background-color: #AB4967;
     color:#fff;
     opacity:1;
}
 footer a, footer.et-l.et-l--footer a {
     border: 0;
}
 #main-footer {
     background: #F3F3F3;
	 border-top:4px solid #CE1126;
     color:#222222;
     font-size:15px;
     line-height:1.35;
	 font-family: Roboto;
	font-weight: 400;
	font-size: 13px;
	line-height: 140%;
	letter-spacing: 0;
	 padding-top: 30px;

}
 #main-footer a{
     color:#222222;
}
#main-footer #footer-menus-column {
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
    justify-content: space-around;
}
 #main-footer ul#menu-footer-menu {
     flex-flow: column;
}
 #main-footer ul#menu-footer-menu li{
     margin-top:0;
     margin-bottom:20px;
}
 #main-footer ul.footer-menu {
	 display:flex;
     flex-flow: column;
	 list-style:none;
	 margin:0 0;
	 padding:0 0;
}
#main-footer ul.footer-menu li {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.7;
    padding: 0 0 5px;
}
#main-footer ul.footer-menu li a{
    
}
#main-footer #footer-quick-links {

}
#main-footer #footer-quick-links a{
    display: block;
	font-family: Roboto;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
    margin-bottom: 10px;


}
#main-footer #footer-quick-links a::after {
    content: "\f105";
    color: #A9A9A9;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    margin-left: 5px;
}
 #main-footer form input {
     background-color: #A75D74 !important;
     border: 0 !important;
     border-bottom: 1px solid #fff !important;
     border-radius:0 !important;
     color: #fff !important;
     font-size: 19px ;
     padding: 10px 20px;
}
 #main-footer form input::placeholder{
     color:#fff;
}
 #main-footer form input[type="submit"] {
     font-weight: 800;
     flex: 1 1 100%;
     padding: 10px 15px;
     width: 100%;
}
 #main-footer #field_1_4 {
     grid-column: span 8;
}
 #main-footer #field_submit {
     grid-column: span 4;
}
 #main-footer .gform_wrapper.gravity-theme .gform_fields{
     grid-column-gap:0;
}
 #newsletter-subscription {
     margin-bottom: 0;
}
 #footer-copyright-wrap {
     display: flex;
     flex-wrap: wrap;
     justify-content: end;
     align-items: end;
}
 #footer-copyright {
     font-size: 12px;
     margin-bottom: 0;
     text-align: right;
    /*width: calc(100% - 100px);
     */
     position:relative;
}
 #footer-copyright::after{
    /*content:'';
     */
     background:url(/wp-content/uploads/2025/05/CJP_Badge_KO-1.png) no-repeat;
     background-size:cover;
     display:block;
     width:64px;
     height:74px;
}
 #footer-copyright ul {
     display: flex;
     flex-wrap: wrap;
     justify-content: end;
     column-gap:30px;
     list-style: none;
     margin: 0 0 4px;
     padding: 0;
}
 #footer-copyright ul li{
}
 #cjp-logo-footer {
     margin: 0 0 0 20px;
}
 ul#footer-socials {
     list-style: none;
     display: flex;
     column-gap: 12px;
     padding:0 0;
     margin:0 0;
}
 ul#footer-socials li{
}
 ul#footer-socials li a {
     display: flex;
     color: #fff;
     background: #CE1126;
     padding: 6px;
     border-radius: 50%;
     width: 30px;
     height: 30px;
     justify-content: center;
     align-items: center;
}
 .et_pb_scroll_top, .et_pb_scroll_top.et-pb-icon {
     border: 1px solid #AB4967;
     border-right: 0;
     background: #FFF url(/wp-content/uploads/2025/06/bac-to-top-arrow.png) 5px 8px no-repeat;
     padding: 10px 10px 10px 30px;
     border-radius: 0 0;
     line-height: 1;
     font-size: 15px;
}
 .et_pb_scroll_top:before {
     content: 'Back to top';
     color:#015C71;
     font-family: 'Avenir';
     font-size: 15px;
}
 @media only screen and (max-width:980px){
	 header#site-primary-header .et_pb_row .et_pb_column:first-child {
    width: 100%;
    margin-bottom: 0;
}
	 #main-header-row {
    display: flex;
}
     #main-header .et_pb_menu .et_pb_menu__menu {
         display: flex !important;
    }
     #main-header .et_pb_menu .et_mobile_nav_menu {
         display: none !important;
    }
     #main-header .mobile_menu_bar:before {
         color: #015C71;
         font-size: 50px;
    }
	 #logo-column {
    width: 80% !important;
}
     .et_pb_row {
         width: 90%;
         max-width: 1080px;
    }
     .et_pb_menu .et-menu>li {
         padding-left: 5px;
         padding-right: 5px;
    }
     .three-column-centered-content .et_pb_column:nth-child(2) {
         width: auto;
         margin-right: 0 !important;
         margin-left: 0 !important;
    }
     .three-column-centered-content .et_pb_column:last-child {
         width: auto;
        /*margin-right: 0 !important;
         margin-right: -80px !important;
        */
    }
     #footer-navigation .et_pb_menu__wrap {
         justify-content: flex-start !important;
    }
     #join-mailing-list h4 {
         text-align: center;
    }
     #footer-copyright ul {
         justify-content: flex-start;
         column-gap: 10px;
    }
     .reorder-mobile{
         display:flex;
         flex-flow:column;
    }
     .mobile-order-first {
         order: 1;
         padding-bottom:20px;
    }
     .mobile-order-second {
         order: 2;
    }
     .event-post-list article.event {
         display: block;
         margin-bottom: 30px;
    }
     .event-post-list a.entry-featured-image-url{
         max-width:100%;
         width:100%;
    }
     .half-width {
         flex: 1 1 100%;
         max-width: 100%;
    }
     #gform_wrapper_2 #input_2_3, #gform_wrapper_6 #input_6_3{
         display:block;
    }
     #gform_wrapper_6 #field_6_3 .gchoice, #gform_wrapper_2 #field_2_3 .gchoice {
         min-width: 33%;
         max-width: 100%;
    }
     .take-action-block{
         max-width:100%;
    }
     .mfp-close {
         right: 0px;
         top: 0px;
         font-size: 60px;
    }
}
 @media (max-width:767px){
	  #main-header-row {
    display: flex;
		  flex-flow:column;
}
	 #logo-column {
    width: 100% !important;
}
	 #main-menu .et_pb_menu__wrap {
    justify-content: center !important;
}
	 #primary-menu .et_pb_menu__wrap {
    justify-content: center !important;
}
.large-number {
    font-size: 60px;
	
}
     .et_pb_menu__menu {
         display: flex !important;
    }
     .et_mobile_nav_menu {
         display: none !important;
    }
     #main-header .mobile_menu_bar:before {
         color: #015C71;
         font-size: 50px;
    }
     #main-footer #field_1_4 {
         grid-column: 1/-1;
    }
     #main-footer #field_submit {
         grid-column: 1/-1;
    }
}
@media (max-width:480px){
	.et_pb_menu .et-menu>li {
    padding-left: 5px;
    padding-right: 5px;
}
	.et-menu li>a {
  
    font-size: 14px;
  
}
	#quick-links {
    width: 50vw;
}
}
 @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
     .page-sidebar-menu {
         font-size: 19px;
         width: 275px !important;
         padding: 20px 20px;
         position: absolute;
         left: -50px;
    }
     #page-sidebar-menu.et_pb_sticky.page-sidebar-menu{
         left: 15px !important;
    }
     .three-column-centered-content .et_pb_column:nth-child(2) {
        /* width: 600px;
         */
         max-width: 600px;
         margin-right: 0 !important;
         margin-left: 0 !important;
    }
     .three-column-centered-content.et_pb_gutters1 .et_pb_column_1_4, .three-column-centered-content.et_pb_gutters1.et_pb_row>.et_pb_column_1_4 {
         max-width: 10vw;
    }
     .education-program-column a.button-small, a.button-small:hover, .et_pb_button.button-small, .et_pb_button.button-small:hover, body #page-container .et_pb_section .et_pb_button.button-small:hover {
         border: 0 !important;
         color: #015C71;
         padding-top: 10px!important;
         padding-right: 24px!important;
         padding-bottom: 10px!important;
         padding-left: 24px!important;
         font-size: 12px !important;
         font-weight: 900 !important;
         letter-spacing: 1px;
    }
     #post-type-selector {
         width: 50%;
         margin: auto;
    }
}
/*Because Safari*/
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
     #top-menu li {
         display: inline-block;
         font-size: 15px;
         padding-right: 10px;
    }
     .gform_wrapper.gravity-theme #field_submit input{
         align-self: center;
         border: 1px solid #015C71;
         padding: 11px 24px 10px;
         font-size: 18px;
         font-weight: 700;
         color: #015C71;
         background: #fff;
         text-transform: uppercase;
         border-radius: 30px;
    }
     #main-footer div#footer-info-column {
         padding-right: 20px;
    }
     #main-footer form input {
         background-color: #A75D74 !important;
         border: 0 !important;
         border-bottom: 1px solid #fff !important;
         border-radius: 0 !important;
         color: #fff !important;
         font-size: 19px;
         padding: 10px 20px;
    }
     #main-footer form input[type="submit"] {
         font-weight: 800;
         flex: 1 1 100%;
         padding: 10px 15px;
         width: 100%;
    }
     .gform_wrapper.gravity-theme .gfield-choice-input+label {
         margin-bottom: 0;
         max-width: calc(100% - 22px);
         vertical-align: middle;
    }
}