  /* Gallery Styles 9/10/24 */
.flickr-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.gallery-item-container {
    position: relative;
}

.gallery-item-container a:after {
    content: "";
    transition: background-color 250ms ease-in-out;
    background-color: hsla(225, 63%, 18%, 0);
}

.gallery-item {
    aspect-ratio: 1/1;
    object-position: center center;
    object-fit: cover;
}

.gallery-item-container a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(225, 63%, 18%, .5);
    z-index: 0;
}

.flickr-gallery-container {
    container-type: inline-size;
    container-name: flickr-gallery-container;
}

.py-4.gallery-button-container {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@container flickr-gallery-container (max-width: 700px) {
    .flickr-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

@container flickr-gallery-container (max-width: 535px) {
    .flickr-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@container flickr-gallery-container (max-width: 510px) {
    .flickr-gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* End Gallery Styles */

/*Section ID Styles to Class*/
.container.slider .owl-carousel.owl-drag .owl-nav.disabled {
	 display: none;
}
.container.slider .owl-carousel .owl-stage {
	 padding-bottom: 80px;
}
.container.slider .owl-carousel .owl-dots .owl-dot span {
	 background: #233e95;
}
.container.slider  .owl-carousel .owl-dots .owl-dot.active span { 
	 background: #ffcc1b;
}
.nav-list__vertical .nav-list__item a.current {
    background-color: #e7eaf3;
}
.cta_section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.campus-news-and-events {
    background-color: #e7eaf3;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.mission-statement {
    background: #FFF5D3;
    padding: 2rem;
    position: relative;
    margin-bottom: 2rem;
}
.campus-news-and-events h3 {
  color: #233e95;
  font-size: 3rem;
  text-transform: uppercase;
  text-align:center;
  margin-bottom:2rem;
}
 .social-callout {
	 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: 2rem;
}
 @media screen and (min-width: 1024px) {
	 .social-callout {
		 -webkit-box-orient: horizontal;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: row;
		 flex-direction: row;
		 -ms-flex-wrap: nowrap;
		 flex-wrap: nowrap;
	}
}
.content-footer-slider {
	 padding-top: 2rem;
	 padding-bottom: 2rem;
}
.page-inner .container.slider {
    margin-top: 2rem;
}
.sidebar-right__inner .btn-outline-primary, .sidebar-right__inner .btn-outline-secondary {
    background:#fff;
}
.sidebar-right__inner .btn-outline-primary:focus, .sidebar-right__inner .btn-outline-primary:active, .sidebar-right__inner .btn-outline-primary:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
.sidebar-right__inner .btn-outline-secondary:focus, .sidebar-right__inner .btn-outline-secondary:active, .sidebar-right__inner .btn-outline-secondary:hover {
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    color: #233e95;
}
.no-sec-nav {
    margin-bottom: 2rem;
}

/*Search*/
header.no-sec-nav{
 margin-bottom: 2rem;
}
.gsc-search-button-v2 {
    border-color: #233e95 !important;
    background-color: #233e95 !important; 
    font-size: 15px !important;
    width: auto !important;
    padding: 11px 10px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
table.gsc-search-box .gsc-input {
    padding-right: 0 !important;
    
}
table#gs_id50 {
    height:100%;
}

.gsc-search-button-v2 svg:hover {
     fill: #ffcc1b !important;
}
.gsc-search-button {
    margin-left: 0 !important; 
}
.gsc-webResult .gsc-result {
    border-bottom: 1px solid #dfe1e5;
    word-break: break-word;
}
.gs-webResult .gsc-branding-text, .gs-webResult .gs-visibleUrl, .gs-webResult .gs-visibleUrl-short {
    display: none !important;
}
input#gsc-i-id1 {
    height: 35px !important;
}
.gsc-input-box {
     padding-top: 0px !important; 
     padding-bottom: 0px !important;
}
   

/*News Module*/
.news #secondary-navigation {
    margin-bottom: 2rem;
}
.news header#page_header {
  height: 40vh;
  position: relative;
}

@media screen and (min-width: 768px) {
  .news header#page_header {
    height: 60vh;
  }
}
.hh-module .category-widget ul, .hh-module .category-widget ol {
	 list-style: none;
	 margin: 0;
	 padding: 0;
}
 .hh-module ul.post-meta {
	 margin: 0;
	 padding-left: 0 !important;
}
.hh-module .post-category span, .hh-module .post-category a {
   color: var(--bs-link-color);
}
    
.hh-module .section-title .title {
    font-size: 1.30rem;
    /*font-weight: 700;*/
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: var(--bs-link-color);
}
.hh-module.section {
     padding-top: 0; 
}
.hh-module .post-meta li {
    color: #6c757d;
}
.hh-module .btn:hover, .hh-module .btn:focus {
    text-decoration: none !important;
}
.hh-module .category-widget ul li a, .hh-module .post-title a {
    color: var(--bs-body-color);
    font-weight: bold;
}
.hh-module .section-title:after {
    z-index:1;
    /*background-color: #ffcc1b;*/
}
.hh-module .post-title a:hover, .hh-module .post-title a:focus {
      color: var(--bs-body-color);
}

.hh-module .social-widget ul {
    list-style-type: none;
    padding-left: 0;
}
.hh-module .social-widget  a:hover, .hh-module .social-widget a:focus {
     text-decoration: none !important;
}
.hh-module .section-title .title {
    z-index:2;
}
.hh-module  .hot-post .post.post-thumb .post-title a:hover, .hh-module .hot-post .post.post-thumb .post-title a:focus {
        color: #ffcc1b;
}

.news-post-category span {	
    color: white;	
    font-weight: 700;	
}
.news header .news-post-category span {
    color: #ffcc1b;
    text-transform: uppercase;
}
.news header .page-title h1 {
	 color: white;
	 font-size: 1.8rem;
	 font-weight: 700;
}
 @media screen and (min-width: 768px) {
	.news header .page-title h1{
		 font-size: 2.8rem;
	}
}

.news-post-meta li {	
    display: inline-block;	
    color: rgba(255,255,255,.7);
    font-weight: 400;	
}	
.news-post-meta li:last-of-type:before {	
    content: '•';	
    display: inline-block;	
    padding-left: 5px;	
    padding-right: 5px;	
}
@media (max-width: 767.98px) {
.news .page-title {
    top: 48%;
}
}
@media (max-width: 575.98px) { 
.news header .page-title h1 {
    font-size: 1.5rem;   
}
}
.hh-module .social-widget .social-flickr {
    background: #0063dc!important;
}


/*Clive Form */
.clive-form-embed .clive-section {
    position: relative;
    margin-bottom: 50px;
}
.clive-form-embed .clive-section h2 {
    position: relative;
    text-align: center;
    padding: 1em 0 0;
    margin: 0;
    font-family: inherit;
    z-index: 10;
}

.clive-form-embed .clive-section p {
    text-align: center;
    position: relative;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding: 10px 0;
}

.clive-form-embed .clive-container {
    padding: 2em .5em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.clive-form-embed .clive-form-container p {
    font-weight: bold;
}

.clive-form-embed .reverse-order {
    flex-direction: row-reverse !important;
}

.clive-form-embed .clive-image-container,
.clive-form-embed .clive-form-container {
    flex-basis: 50%;
    position: relative;
    padding: 25px 25px;
    border-radius: 10px;
    z-index: 10;
}

.clive-form-embed .clive-image-container img {
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.clive-form-embed .clive-submit {
    transition: all 250ms ease;
    padding: 7.5pt 5pt !important;
    background: var(--bs-link-color) !important;
    color: white;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.5rem;
    text-transform: uppercase !important;
    margin-top:10pt;
}
.clive-form-embed .clive-field > input:hover,
.clive-form-embed .clive-field select:hover,
.clive-form-embed .clive-field > input:focus,
.clive-form-embed .clive-field select:focus {
    border: 1px solid var(--bs-link-color) !important;
}

.clive-form-embed .clive-field > input:focus,
.clive-form-embed .clive-field select:focus {
    background: rgba(0, 0, 0, 0.05) !important;
}

.clive-form-embed .clive-field > input:focus-visible,
.clive-form-embed .clive-field select:focus-visible {
    border: 2px solid var(--bs-link-color) !important;
    outline: 0 !important;
}

.clive-field > input,
.clive-field select,
.clive-field textarea {
    background: rgba(255, 255, 255, 0) !important;
    transition: all 250ms ease;
}
.clive-form-embed .clive-submit:hover, .clive-form-embed .clive-submit:focus {
    cursor: pointer;
    background-color: #ffcc1b !important;
    border-color: #ffcc1b !important;
    color: #233e95 !important;
}

.clive-form-embed .img-bg-title {
    color: white;
}

.clive-form-embed .img-bg-paragraph {
    color: white;
}

.clive-form-embed .clive-bg-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.clive-form-embed .form-img-bg {
    background: rgba(255, 255, 255, 0.9);
}

.clive-form-embed .clive-label-left .clive-field-wrapper > label, .clive-label-left .clive-field-wrapper div.clive-legend-wrapper {
    flex-basis: 40% !important;
}

.clive-form-embed .clive-label-left .clive-field {
    flex-basis: 60% !important;
}

.clive-form-embed .clive-field-wrapper .clive-validation-error {
    font-size: .75em !important;
}

@media only screen and (max-width: 1130px) {
    .clive-form-embed .clive-container {
        flex-direction: column;
    }

    .clive-form-embed .clive-form-container {
        margin: 25px 0;
    }

    .clive-form-embed .reverse-order {
        flex-direction: column-reverse !important;
    }
}
.clive-form-embed .clive-form-container {
    background-color: white;
}

@media (min-width: 768px) { 
    .clive-form-embed .clive-container {
       padding: 2em 4em 4em 4em;
    }
}

.clive-testimonial-slider button.btn-close:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f00d";
    font-weight: 900;
}
 .clive-testimonial-slider a.video-link:before {
   content: "\f144";
   font-weight: 900;
   text-align: center;
   font-family: 'Font Awesome 6 Free';
   width: 1.25em;
   -webkit-font-smoothing: antialiased;
   display: var(--fa-display, inline-block);
   font-style: normal;
   font-variant: normal;
   line-height: 1;
   text-rendering: auto;
}

.clive-form-container .clive-form-description-wrapper {
    margin-top:0;
}
.clive-form {
    font-family: 'Raleway', sans-serif !important;
}
#page-content .clive-form-embed .bg-blue-100  {
    background-color: transparent;
}
#page-content .clive-form-embed .clive-form-container {
    border: 4px solid #233e95;
}
.clive-form-embed  .page-content__sub-title {
    border-left: none !important;
}

#page-content .clive-form-embed .clive-form-container {
    flex-basis: 70%;
}


/*## Clive Call to Action Smart Content  ##*/
.clive-smart-content-embed .cta_section__item {
    cursor: default;
}
.clive-smart-content-embed  .cta_section__item .title h5, .clive-smart-content-embed .cta_section__item .title .h5 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.clive-smart-content-embed {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/*WYSWYG Editor Updates*/
 .wysiwyg .float-left {
	 float: left !important;
}
 .wysiwyg .float-right {
	 float: right !important;
}
 .wysiwyg .d-block {
	 display: block !important;
}
 .wysiwyg  .mr-auto, .wysiwyg  .mx-auto {
	 margin-right: auto !important;
}
.wysiwyg .mb-auto,  .wysiwyg  .my-auto {
	 margin-bottom: auto !important;
}
  .wysiwyg .ml-auto,  .wysiwyg .mx-auto {
	 margin-left: auto !important;
}
.wysiwyg figure.image.align-right {
	 margin-left: 15px;
	 margin-bottom: 10px;
	 float: right;
	 margin-top: 10px;
}
.wysiwyg figure.image.align-left {
	 margin-right: 15px;
	 margin-bottom: 10px;
	 float: left;
	 margin-top: 10px;
}
.wysiwyg figure.image.align-center {
	 display: block;
	 margin: 15px auto;
}
.wysiwyg .img-rounded{
	 border-radius:6px 
}
.wysiwyg .img-circle{
	 border-radius: 50%;
}
.wysiwyg .img-shadow {
	 box-shadow: 1px 1px 5px;
}
/*CTA BUTTON CSS */
@media screen and (min-width: 768px) {
.cta_section_items {
    display: flex;
}
}
.cta_section__item {
    flex: 0 0 33.333333%;
}

/*SIMPLE ACCORDION*/
.accordion-simple .border-blue {
    border: 4px solid #06379E;
}
.accordion-simple .border-top-blue {
    border-top: 1px solid #06379E;
}
.accordion-simple .border-bottom-blue {
    border-bottom: 1px solid #06379E;
}
.accordion-simple h3 .btn.btn-link {
    text-decoration: none;
    font-size: 1.75rem;
    text-align:left;
     word-wrap: break-word;
    overflow-wrap: break-word;
}
.accordion-simple h1 {
    font-size: 2.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
   .accordion-simple h1 {
    font-size: 4rem;
}
}

.accordion-simple .text-color-blue {
    color: #06379E;
}
.accordion-simple .text-size-title {
    font-weight:bold;
}
.accordion-simple .arrow {
  transition: transform 0.3s ease-in-out;
  max-width: 24px !important;
  fill: #ffcc1b;
}
.accordion-simple svg {
  vertical-align: middle;
  border-style:none;
}
.accordion-simple .line-before:before {
  content: '';
  background:#8B9137;
  height: 80px;
  width: 8px;
  position: absolute;
  transform: translate(-25px, 8px);
}
.accordion-simple button[aria-expanded="true"] svg{
     transform: rotate(180deg);
}

@media (min-width: 992px) and (max-width: 1200px) {
    .page-content__sub-title h2, .page-content__sub-title .h2 {
        font-size:2.4rem;
        overflow-wrap: break-word;
        white-space: normal;
    }
}

/*Background Video for mission-statement*/
.mission-statement.mission-statement--video-bg {
  position: relative; 
  overflow: hidden;
  padding: 0;             
  background: transparent;   
  margin-bottom: 2rem;       
}
.mission-statement--video-bg .mission-statement__content {
  padding: 2rem;            
  background: transparent;    
}
.mission-statement--video-bg .mission-statement__wrap { 
    position: relative; 
}
.mission-statement--video-bg .mission-statement__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none; 
}
.mission-statement--video-bg .mission-statement__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mission-statement--video-bg .mission-statement__overlay { 
    position: absolute; inset: 0; 
}
.mission-statement--video-bg .container,
.mission-statement--video-bg .mission-statement__content,
.mission-statement--video-bg .mission-statement__inner {
  position: relative;
  z-index: 2;
}
.mission-statement--video-bg .mission-statement__media-toggle {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 5;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.65);
  background: rgba(0,0,0,0.35);
  color: #fff;
  cursor: pointer;
}
.mission-statement--video-bg .mission-statement__media-toggle i {
  font-size: 1rem;
  line-height: 1;
}
.mission-statement--video-bg .mission-statement__overlay--medium {
  background:
    rgba(251, 242, 207, 0.74);
}
.mission-statement--video-bg .mission-statement__media-toggle:focus-visible {
  outline: 3px solid #f4c21f;
  outline-offset: 3px;
}
.mission-statement--video-bg .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  .mission-statement--video-bg .mission-statement__video { display: none; }
  .mission-statement--video-bg .mission-statement__media-toggle { display: none; }
}


/*Three Up Branded Page Block*/

.three-up-card-row {

  display: flex;
  gap: 5px; /* Space between blocks */
  flex-wrap: wrap; /* Allows stacking on mobile */
}

.three-up-card {
  flex: 1; /* Each card takes equal width */
  padding: 5px;
  min-width: 30%; /* Ensures they don't get too narrow */
  max-width: 33%;
  background-color: #e7eaf3; 
  color: #254193;
  border: none;
  border-radius: 0px;
}