/* LEGACY SNIPPETS  */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}
#banner .weather {
	  background: #7fd5f0;
    width: calc(100vw - 5rem);
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    padding: 2.5rem;
}
#banner .weather img {
	min-width: auto;
    height: auto;
    transform: none;
    left: 0;
    margin-right: 3%;
}
@media only screen and (max-width: 900px){
	#banner .weather img {
		display: none;	
	}
}
#video_banner {
	background: #000;
}

@media only screen and (max-width: 487px){
	#video_banner .video_heading {
		font-size: 2rem!important;
		line-height: 2rem!important;
	}
}

.secondary_nav .second_tier > li.active_section_transition {
	background: #4E59D0;
}
.secondary_nav ul .third_tier li a {
	width: 88%;
}

.secondary_nav ul .third_tier, .secondary_nav ul .second_tier .plus_wrapper {
	/*display: none!important;*/
}

.page_wrapper a { 
word-break: break-word;
}

a[id]:not([href]) {
	border: none;
color: black;
text-decoration: none;
}
#banner .klaxon {
	padding: 0;
	padding-bottom: 1rem;
}
#banner .klaxon img {
	width: 100px;
}
#banner .page_title:empty {
	display: none;
}

#header #marketing_banner .logo_container {
    display: block!important;
}
#header #marketing_banner .inner_rim {
	max-width: 80rem;
	width: 90%;
}
#header:not([role=banner]) {
    display: block!important;
}

@media only screen and (max-width: 56em) {
	#header #marketing_banner .logo_container .logo {
		background-size: 14rem!important;
	}
}


.ksu_calendar .show_more_events span {
	    top: -0.8rem;
}
/* LEGACY SHOW/HIDE ACCORDION  */
.showhide_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: initial;
	margin-bottom: 1rem;
}

.showhide_block > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 4px);
    border-bottom: 2px solid #e5e5e5;
    border-left: 4px solid #ffc629;
}

.showhide_block > li.active {
    border-left-color: #ffc629;
    border-bottom: 4px solid #ffc629;
}

.showhide_block > li.active > .showhide_btn {
    background-color: #ffc629;
    color: #1A1A1A;
}

.showhide_block > li > .showhide_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 5%;
    background-color: #fff;
    color: #000;
    border: none;
	width:initial;
}

.showhide_block > li > .showhide_btn .col_1 {
	margin-right: calc(1.5% - 4px);
}

.showhide_block > li > .showhide_btn:hover {
    cursor: pointer;
}

.showhide_block > li > .showhide_btn span {
    padding: 0;
    margin: 1rem 0;
    font-weight: 700;
    margin-right: auto;
}

/*.showhide_block > li > .showhide_btn span:after {
    content: '+'!important;
    position: absolute;
    font-family: FontAwesome;
    font-size: 2rem;
    font-weight: bold;
    right: 1rem;
    top: 0.5rem;
    color: #000;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.showhide_block > li.open > .showhide_btn span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #1A1A1A;
}
*/
.showhide_block > li > .showhide_btn .plus_wrapper {
	right: 3%;

}

.showhide_block > li > .showhide_btn .plus_wrapper .vertical {
    top: -1rem;
}


.showhide_block > li .more_info {
    display: none;
	width: calc(100% - 4rem);
    padding: 1rem 2rem;
    background-color: #fff;
    color: #000;
    border-bottom: none!important;
}

.showhide_block_title {
    background: #000;
    color: #ffc629;
    padding: 11.2px;
    padding: 0.7rem;
    padding-left: 3%;
    padding-right: 3%;
    padding: 1rem calc(5% + 4px);
    font-weight: 700;
    }
    
    .showhide_block > li > .showhide_btn span {
    padding: 0;
    margin: 1rem 0;
    font-weight: 500;
    margin-right: auto;
		width: 85%;
    }
    
    .showhide_block > li.open {
    border-left: 4px solid #ffc629;
    border-bottom: 4px solid #ffc629;
    border-right: none;
    }
	.showhide_block_title + .showhide_block > li.open > .showhide_btn {
		background: #ffc629;
	}
	.showhide_block_title + .showhide_block > li.open .replace_title{
		padding: 1rem 0;
	}
/* LEGACY BUTTON  */
.btn {
    background-color: #ffc629;
    color: #1A1A1A !important;
    text-decoration: none;
    display: -webkit-inline-box;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.7rem!important;
    border-radius: 9999px!important;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: initial;
    letter-spacing: 2px;
    padding: 0.75rem 2rem!important;
	margin: 1rem 0;
	text-align: center;
	border: none!important;
}

.btn:hover {
    background-color: #4E59D0 !important;
    color: #fff !important;
	border:none;
}

@media only screen and (max-width: 900px) {
  .btn {
    margin: 0.5rem 0;
    font-size: 0.8rem;
	text-align: center;
  }
}
.btn, body button {
    border: 1px solid #000;
}

.btn.alt,
button.alt {
  background: #ffc629;
  border: 1px solid #ffc629;
  box-sizing: border-box;
}

/* LEGACY CARD-GROUP */
.card_group {
  position: relative;
  z-index: 1;
  margin: 1rem 0;
  width: 100%;
  font-size: 1rem;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

.card_group .card {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  background-color: #f7f7f7;
  min-width: 13rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 3.75px);
  flex: 0 0 calc(25% - 3.75px);
}

.card_group .card {
  flex-direction: unset;
}

.card_group .card:before{
  content: '';
  display: block;
  padding-top: 100%;
}

.card_group .card a {
  color: #1A1A1A;
  background-color: #ffc629;
  -webkit-box-shadow: 0px 5px 0px #ffc629;
  box-shadow: 0px 5px 0px #ffc629;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight:normal;
}
.card_group .card.bg_bronze a {
	background-color: #c69214;
	color: #1A1A1A;
}
.card_group .card.bg_georgia_sky a {
	background-color: #007BC7;
	color: #ffffff;
}
.card_group .card.bg_gold a {
	background-color: #ffc629;
	color: #1A1A1A;
}
.card_group .card.bg_green a {
	background-color: #108A00;
	color: #ffffff;
}
.card_group .card.bg_leaning_man a {
	background-color: #FF6F47;
	color: #1A1A1A;
}
.card_group .card.bg_slap_rock_gray a {
	background-color: #b2b4b2;
	color: #1A1A1A;
}
.card_group .card.bg_tan a {
	background-color: #b7a99a;
	color: #1A1A1A;
}
.card_group .card.bg_chastain_blue a {
	background-color: #bbdde6;
	color: #1A1A1A;
}
.card_group .card.bg_honors_blue a {
	background-color: #003e51;
	color: #ffffff;
}
.card_group .card.bg_parliament_blue a {
	background-color: #1a658f;
	color: #ffffff;
}
.card_group .card.bg_lilac a {
	background-color: #7566a0;
	color: #ffffff;
}
.card_group .card.bg_white a {
	background-color: #ffffff;
	color: #1A1A1A;
}
.card_group .card.bg_beige a {
	background-color: #FFF4D4;
	color: #1A1A1A;
}
.card_group .card.bg_black a {
	background-color: #000;
	color: #ffffff;
}
.card_group .card.bg_marietta_blue a {
	background-color: #4E59D0;
	color: #ffffff;
}
.card_group .card.bg_purple a {
	background-color: #702f8a;
	color: #ffffff;
}

.card_group .card a[href]:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #000;
  -webkit-box-shadow: 0px 5px 0px #ffc629;
          box-shadow: 0px 5px 0px #ffc629;
}

.card_group .card a[href]:hover div:before {
  background-color: #4E59D0;
}

.card_group .card a img {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  opacity: 0.15;
  z-index: -1;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 7em;
  max-width: 7rem;
  margin-bottom: 0.5rem;
}

.card_group .card a > p {
  margin: 0;
  margin-bottom: 0.5rem;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  overflow-wrap: break-word;
  line-height: initial;
  padding: 1rem;
  /* (remove width: calc(100% - 2rem);) */
}

.card_group .card a > div {
  width: 100%;
  margin: 0;
  font-weight: 500;
  position: relative;
}

.card_group .card a > div:before {
    content: '';
    position: absolute;
    width: 3.5rem;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: -1rem;
    background-color: #ffc629;
    background-color: #dca100;
    height: .4rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
    .card_group .card a[href]:hover div:before {
    background-color: #ffc629;
    }

.card_group .card a > div > p {
    margin:0;
    padding: 0 1rem;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    word-wrap:break-word;
    }

.card_group .card a .caret_down.fa.fa-chevron-down, .card_group .card a .caret_right.fa.fa-chevron-right {
  display: none;
}

.card_group .card:hover a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card_group.one_col .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
  
.card_group.two_col .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 2.5px);
          flex: 0 0 calc(50% - 2.5px);
}
  
@media only screen and (max-width: 600px) {
  .card_group.two_col .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
  
.card_group.three_col .card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.33% - 3.33px);
  flex: 0 0 calc(33.33% - 3.33px);
}
  
@media only screen and (max-width: 1100px) {
  .card_group.three_col .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2.5px);
            flex: 0 0 calc(50% - 2.5px);
  }
}
  
@media only screen and (max-width: 600px) {
  .card_group.three_col .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
  
.card_group.four_col .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 3.75px);
          flex: 0 0 calc(25% - 3.75px);
}
  
@media only screen and (max-width: 1100px) {
  .card_group.four_col .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2.5px);
            flex: 0 0 calc(50% - 2.5px);
  }
}
  
@media only screen and (max-width: 600px) {
  .card_group.four_col .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (max-width: 900px) {
	body .site_wrapper .card_group .card a:hover {
		color: white!important;
	}
	body .site_wrapper .card_group .card .bg {
		display: block !important;
	}
}

@media only screen and (max-width: 56em) {
	body .site_wrapper .card_group .card a {
		padding-right: 1rem;
	}
}

/* LEGACY CATEGORY BOXES & SECTION BOXES */

.module_grid {
  margin: 1rem auto;
  padding: 0;  
  display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  width: 100%;
  gap: 5px;
  align-items: stretch;
}

.module_grid > li {
  flex-direction: column;
  background-color: #f7f7f7;
  min-width: 13rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #000 !important;
  padding: 0;
  -webkit-box-shadow: 0px 5px 0px #ffc629;
  box-shadow: 0px 5px 0px #ffc629;
  z-index: 1;
  overflow: hidden;
  max-width: 100%;
  margin-right:0;
  margin: 1rem auto;
  padding: 1rem;
  width: calc(44.75% - 1rem);
}

.module_grid > li:nth-child(2n) {
	margin-right: 0!important;
}

.module_grid li a {
	text-underline-offset: unset;
	font-size:unset;
	text-decoration-thickness: unset;
}

.module_grid li > a {
  text-decoration:none;
  margin: 0;
  text-align: center;
  font-size: 1.75rem !important;
  line-height: initial;
  font-weight: 700!important;
  color: #1A1A1A;
}

.module_grid li > a > p {
	font-weight:700;
}

.module_grid li:hover{
  cursor: pointer;
  color: inherit;
  -webkit-box-shadow: 0px 5px 0px #4E59D0;
  box-shadow: 0px 5px 0px #4E59D0;
}

.module_grid li:hover a[href] > p{
  color: #4E59D0;
}

.module_grid li > p {
  margin-top:1.75rem;
}

.module_grid.three_col li {
  -ms-flex: 0 0 calc(33.33% - 5.25rem);
      flex: 0 0 calc(33.33% - 5.25rem);
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1;
}

.module_grid.three_col li:hover{
  cursor: unset;
  -webkit-box-shadow: 0px 5px 0px #ffc629;
  box-shadow: 0px 5px 0px #ffc629;
}

.module_grid.three_col li > h2 {
  margin: 0;
  width: 100%;
  font-size: 1.75rem;
  font-weight: 700;
  word-wrap: break-word;
  display:flex;
  flex-direction: column;
}

.module_grid.three_col li > h2::after {
  content: '';
  width: 3.5rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  bottom: -0.75rem;
  clear: both;
  width: 3.5rem;
  border-width: 0.4rem;
  margin: 0;
  border-top: 0.3rem solid #ffc629;
  margin: 0 2% 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20px;
  flex: 1 0 20px;
  border-width: 0.4rem;
}

.module_grid.three_col li > p {
  width: 100%;
  margin: 0;
  margin-top: 1rem;
  position: relative;
}
@media only screen and (max-width: 900px) {
	.module_grid > li {
		width: calc(90% - 1rem)!important;
	}
}


/* LEGACY CHANNELS */
.core_worlds {
    margin: 0 auto;
    padding: 2rem 2.5%;
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    max-width: 80rem;
}
  
.core_worlds > li {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 1.5rem;
	min-width: 10rem;
}
  
.core_worlds li a {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: center;
	justify-content: flex-start;
}
  
.core_worlds > li a[href]:hover{
    color: black;
}
  
.core_worlds > li a[href]:hover img {
    /*box-shadow: 0 0 0 6px #ffc629;*/
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
    transition: all 0.2s ease;
}
  
.core_worlds > li a img {
    border-radius: 9999px;
    max-width: 12rem;
    max-height: 12rem;
	width: 100%;
    position: relative;
    object-fit: cover;
    object-position: bottom;
    transition: all 0.2s ease;
}

.core_worlds.four_col li a img {
    max-width:10rem;
    max-height:10rem;
}

.core_worlds.five_col li a img {
    max-width:8rem;
    max-height:8rem;
}

.core_worlds.six_col li a img {
    max-width:8rem;
    max-height:8rem;
}

.core_worlds li a p {
    margin: 0 auto;
    margin-top: 1rem;
    width: 100%;
    font-size: 1.45rem;
    font-weight: 700;
}

@media only screen and (max-width: 1400px){
    .core_worlds li {
      min-width: 10rem;
    }
      .core_worlds li a img{
         max-width:10rem;
         max-height:10rem;
      }
      .core_worlds.four_col li a img{
         max-width:8rem;
         max-height:8rem;
      }
      .core_worlds.five_col li a img{
         max-width:7rem;
         max-height:7rem;
      }
    .core_worlds.five_col li a p{
         font-size: 1.25rem;
      }
      .core_worlds.six_col li a img{
         max-width:8rem;
         max-height:8rem;
      }
    .core_worlds.six_col li a p{
         font-size: 1.1rem;
      }
    }
  
@media only screen and (max-width: 900px){
	.core_worlds li {
		min-width: 10rem;
	}
    .core_worlds li a img{
       max-width:8rem;
       max-height:8rem;
    }
    .core_worlds.four_col li a img{
       max-width:6rem;
       max-height:6rem;
    }
    .core_worlds.five_col li a img{
       max-width:5rem;
       max-height:5rem;
    }
	.core_worlds.five_col li a p{
       font-size: 1.25rem;
    }
    .core_worlds.six_col li a img{
       max-width:4rem;
       max-height:4rem;
    }
	.core_worlds.six_col li a p{
       font-size: 1.1rem;
    }
}

@media only screen and (max-width: 900px) {
  .core_worlds li {
    border-bottom: 1px solid white;
  }
  .core_worlds li:last-of-type {
    border: none;
  }
  .core_worlds li a {
   	display: block;
	text-align: left;
  }
  .core_worlds li a img {
    max-width: 8rem!important;
    max-height: 8rem!important;
  }
  .core_worlds li a p {
    font-size: 1.35rem;
  }
}


/* LEGACY COLUMNS */

.grid.sm-full.md-six .row, .grid.sm-full.md-four.medium .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.grid.sm-full.md-six .row > div, .grid.sm-full.md-four.medium .row > div {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: block;
}

.grid.sm-full.md-six .row > div:not(:last-child), .grid.sm-full.md-four.medium .row > div:not(:last-child) {
  margin-right: 3rem;
}

@media only screen and (max-width: 40em) {
  .grid.sm-full.md-six .row, .grid.sm-full.md-four.medium .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
   .grid.sm-full.md-six .row, .grid.sm-full.md-four.medium .row {
    -webkit-box-orient: vertical;
  }
   .grid.sm-full.md-six .row > div:not(:last-child), .grid.sm-full.md-four.medium .row > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .grid.sm-full.md-six .row > div, .grid.sm-full.md-four.medium .row > div {
    margin-bottom: 0rem !important;
  }
}


/* LEGACY CONTENT CONTAINER */

.inner_rim {
  width: 90%;
  margin: 0 auto;
  max-width: 80rem;
}
.inner_rim.hours {
    display: none;
}


/* LEGACY COURSE LISTING */

.teaser.course_listing > li {
    border-bottom: 1px solid #e5e5e5;
}

.teaser.course_listing > li:first-child {
    margin-top: 1rem;
}


/* LEGACY FEATURE */

/* tie bomber */


.tie_bomber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: flex-start;
  -ms-flex-pack: center;
  background-color: #f7f7f7!important;
  color:black!important;
  background-size: cover;
  /*min-height: 100%;*/
  overflow: hidden;
  flex-direction: column;
  align-content: space-between;
  flex-wrap: nowrap;
  padding: 3rem;
  width:initial;
  background:initial;
}

/* for Social Media snippet  */
.tie_bomber > .btn {
margin: 1rem;
}
.tie_bomber > p, .tie_bomber ul {
  margin-left:auto;
  width: 100%;
}

.tie_bomber h1, .tie_bomber h2,.tie_bomber h3,.tie_bomber h4,.tie_bomber h5,.tie_bomber h6{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  width: 100%;
  font-weight: 700;
  margin-left: auto;
  margin-right:  auto;
	font-size: 1.7rem!important;
	color: black;
}

.tie_bomber h1:after, .tie_bomber h2:after, .tie_bomber h3:after, .tie_bomber h4:after, .tie_bomber h5:after, .tie_bomber h6:after {
  position: relative;
  bottom: -0.75rem;
  clear: both;
  width: 3.5rem;
  border-width: 0.4rem;
  margin: 0;
  content: '';
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20px;
  flex: 1 0 20px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 20px;
  border-top-width: 0.4rem;
  border-top-style: solid;
  border-top-color: rgb(255, 198, 41);
}

.tie_bomber .h1:first-child {
    width: 100%;
    font-size: 1.75rem;
    text-align: center;
    color: black;
	display: flex;
    align-items: center;
}
/*.tie_bomber .h1:first-child:before {
	content: '';
    border-top: 0.3rem solid #ffc629;
    margin: 0 2% 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20px;
    flex: 1 0 20px;
}
.tie_bomber .h1:first-child:after {
	content: '';
    border-top: 0.3rem solid #ffc629;
    margin: 0 0 0 2%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20px;
    flex: 1 0 20px;
}*/
.tie_bomber > ul {
	margin: 0;
    margin-top: 1rem;
    padding: 0;
  }
.tie_bomber ul li {
    position: relative;
    border-bottom: none;
}
  .tie_bomber > ul li a {
    border-bottom: none;
  }
  
  .tie_bomber > ul li:before {
    /*content: '>';*/
    position: absolute;
    font-size: 2rem;
    left: -1.2rem;
    color: #ffc629;
    font-family: 'Trebuchet MS';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: .3rem;
  }
  
  .tie_bomber > ul li a {
  position: relative;
  padding: 0.35rem 0;
  display: inline;
  align-items: center;
  font-weight: 500;
  }

  .tie_bomber a:not(.btn) {
	  
	  color: #4E59D0!important;
    border-color: #4E59D0!important;
  }
.tie_bomber a:not(.btn):hover {
	color: #ffc629!important;
}
 

  .tie_bomber .h1 {
    display: hidden;
  }
  
  .tie_bomber > .social_media li:before {
    display:none;
  }

  .social_media > li {
    margin: 0;
}

@media only screen and (max-width: 900px){
  .tie_bomber {
    max-width: 100%;
    padding: 1.5rem 5%;
  }
}

.tie_bomber.left{
  float: left;
  margin-right: 1rem;
  width: 100%;
  max-width: 19rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.tie_bomber.right{
  float: right;
  margin-left: 1rem;
  width: 100%;
  max-width: 19rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media only screen and (max-width: 900px){
  .tie_bomber.left, .tie_bomber.right {
    float: none;
    margin: 0;
    width: 100%;
    max-width: fit-content;
  }
}


/* LEGACY SOCIAL MEDIA */

.social_media {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
	margin: 0!important;
  	width: 100%!important;
}

.social_media > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  width:initial;
	min-width: 4rem;
}

.social_media > li > a {
  display: block;
  padding: 0 2rem;
  font-size: 3.5rem;
  color: inherit;
  min-width: 3.5rem;
  line-height: 1;
}

.social_media > li > a >img {
  max-width: 1em;
  border-radius: 10%;
  margin: 0 auto;
  display: block;
}

.social_media > li > a[href]:hover {
  opacity: 80%
}


/* LEGACY GOLD HEADING & LEGACY HEADING WITH LINE */

.gold_header h1 ,.gold_header h2, 
.gold_header h3 ,.gold_header h4,
.gold_header h5 ,.gold_header h6,
.lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin:0
}

.gold_header h1:before, .gold_header h1:after,
.gold_header h2:before, .gold_header h2:after, 
.gold_header h3:before, .gold_header h3:after,
.gold_header h4:before, .gold_header h4:after, 
.gold_header h5:before, .gold_header h5:after,
.gold_header h6:before, .gold_header h6:after,
.lines:before, .lines:after {
  content: '';
  border-top: 0.3rem solid #ffc629;
  margin: 0 2% 0 0;
  margin-top: 0px;
  margin-right: 2%;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20px;
  flex: 1 0 20px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 20px;
  margin:0;
}

.gold_header h1:after, .gold_header h2:after, 
.gold_header h3:after, .gold_header h4:after, 
.gold_header h5:after, .gold_header h6:after,
.lines:after {
  margin: 0 0 0 2%;
}

.gold_header {
	background: #ffc629;
}

.lines.left{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

.lines.left:after {
  position: relative;
  bottom: -0.75rem;
  clear: both;
  width: 3.5rem;
  border-width: 0.4rem;
  margin: 0;
}

.lines.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 2rem;
}

.lines.right:after {
  position: relative;
  bottom: -0.75rem;
  clear: both;
  width: 3.5rem;
  border-width: 0.4rem;
  margin: 0;
}


.section_title {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
    line-height: initial;
	padding-bottom: 0.25rem;
}
.section_title h1 ,.section_title h2, 
.section_title h3 ,.section_title h4,
.section_title h5 ,.section_title h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
    margin-top: 1em;
    margin-bottom: 1.5rem;
}

.section_title > h1:before, .section_title > h2:before,
.section_title > h3:before, .section_title > h4:before,
.section_title > h5:before, .section_title > h6:before {
    content: '';
    border-top: 0.3rem solid #ffc629;
    margin: 0 2% 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20px;
    flex: 1 0 20px;
}

.section_title > h1:after, .section_title > h2:after,
.section_title > h3:after, .section_title > h4:after,
.section_title > h5:after, .section_title > h6:after {
    content: '';
    border-top: 0.3rem solid #ffc629;
    margin: 0 0 0 2%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20px;
    flex: 1 0 20px;
}

.section_title span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: -0.5rem;
    width: 100%;
    font-size: 1rem;
    position: absolute;
    bottom: 0.5rem;
    right:0;
    width: calc(100% - 4rem);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    margin: 0 auto;
}

.section_title span a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #000;
    min-width: 0;
	border: none;
}

.section_title span i {
	display: none;	
}
.section_title span a[href]:hover {
    color:#4E59D0;
}

.section_title span > a:hover:after{
    color:#4E59D0;
}

.section_title span > a:after {
    content: "+";
    font-size: 1.8rem;
    margin-left: 0.5rem;
    color: #ffc629;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
}


/* LEGACY INDEX LISTING */
/* Legacy index listing uses the cantina class and 
has the same styles as the legacy link list */


/* LEGACY LINK LIST */

.cantina {
  list-style:none;
  padding: 0;
  padding-bottom: 1rem;
 
  margin: 0 auto;
  max-width: 80rem;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.cantina > li {
  flex-basis: 100%;
  display: block;
}

.cantina > li:not(:last-child){
  margin-right:3rem;
}

.cantina > li .title {
  width: 100%;
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 0;
  margin-top: 0.5em;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  word-break: break-word;
}

.cantina > li .title:after {
  content: '';
  border-top: 0.3rem solid #ffc629;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20px;
  flex: 1 0 20px;
  position: relative;
  bottom: -0.75rem;
  clear: both;
  width: 3.5rem;
  border-width: 0.4rem;
  margin: 0;
}

.cantina > li div ul {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  list-style: none;
  line-height: initial;
}

.cantina > li div ul:not(.col_1){
    padding-bottom: 1rem;
}

.cantina > li div ul.col_1, .cantina > li div ul.col_2 {
  width:47.5%;
  float:left;
}

.cantina > li div .col_1 {
  margin-right: 5%;
}

@media only screen and (max-width: 900px){
  .cantina.two_col .col_1, .cantina.two_col .col_2 {
    float: none;
    width: 100%;
    margin: 0;
  }
}

.cantina > li div ul li {
  position: relative;
}

.cantina > li div ul li a:before {
  content: '>';
  position: absolute;
  font-size: 2rem;
  left: 0;
  color: #ffc629;
  font-family: 'Trebuchet MS';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: -0.3rem;
}

.cantina > li div ul li a {
position: relative;
padding: 0.35rem 0;
padding-left: 1.25rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
font-weight: 500;
background:none;
}

.cantina > li div ul li:hover a:before {
color: #4E59D0;
-webkit-transform: translate(35%, 0);
        transform: translate(35%, 0);
}
.cantina ul li {
    border-bottom: none;
	overflow: hidden;
  }
  .cantina > ul > li > a {
    /* color: black; */
    padding-left: 1rem;
  }
  
  .cantina > ul > li a:hover {
    background-color: #4E59D0;
    color: #fff;
    width: 100%;
  }
  
  .cantina > li div ul li {
    position: relative;
    border-bottom: none;
  }
  
  .cantina.two_col > li > ul > li > a {
    padding-left: 1rem;
    color: black;
	background:none;
  }
  
  .cantina.two_col > li > ul li a:hover {
    background-color: #4E59D0;
    color: #fff;
    width: 100%;
  }
  
  .cantina.two_col > li > ul ul > li > a {
    padding-left: 1rem;
    color: black;
  }
  
  .cantina.two_col > li > ul ul li a:hover {
    background-color: #4E59D0;
    color: #fff;
    width: 100%;
  }

.cantina.two_col > li > ul > div > span > i {
    display: none;
}

@media only screen and (max-width: 640px){
  .cantina {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .cantina > li:not(:last-child){
      margin-right: 0;
      margin-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 900px){
	.cantina.two_col {
		flex-direction: row;
	}
}
@media only screen and (max-width: 640px){
  .cantina.two_col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .cantina.two_col > li:not(:last-child){
      margin-right: 0;
      margin-bottom: 0.5rem;
  }
}




/* LEGACY LINK LIST (SIDEBAR) */

.tie_advanced {
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
	margin-bottom: 1rem;
}

.tie_advanced .title {
  display: flex;
  font-weight: 700;
  font-size: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 0;
  flex-direction: column;
  padding: 1.5rem 2rem 0 2rem;
}

.tie_advanced .title:after {
  content: '';
  border-top: 0.3rem solid #ffc629;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20px;
  flex: 1 0 20px;
}

.tie_advanced .title:after {
  position: relative;
  bottom: -0.75rem;
  clear: both;
  width: 3.5rem;
  border-width: 0.4rem;
  margin: 0;
}

/* in tie-advanced take out the padding on ul li elements */
.tie_advanced ul {
    padding: 0;
   }
   .tie_advanced ul li {
     padding: 0.5rem 1rem;
   }

@media only screen and (max-width: 900px){
 .tie_advanced .title{
      font-size: 1.75rem;
  }
}

.tie_advanced > ul {
  list-style: none;
  padding: 0;
}

.tie_advanced ul li {
  border-bottom: 2px solid #f7f7f7;
  padding: 0.5rem;
  font-weight: 500;
  display: block;
	width: calc(100% - 1rem);
}

.tie_advanced ul li:hover {
  background-color: #4E59D0;
}
.tie_advanced ul li:hover a{
  color: #fff;
}
.tie_advanced ul li a {
  position: relative;
  padding: 0.35rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  text-decoration:none;
}


/* LEGACY LONG LIST */

.ou_long_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ou_long_list>li{
  padding: 1rem 2.5%;
}

.ou_long_list>li:nth-child(even) {
  background: #f7f7f7;
}

/* SEARCH BOX  */

.ksu_searchbox{
  position: relative;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0.5rem 0 1rem 0;  
}

.ksu_searchbox:after{
  content: '\f002';
  position: absolute;
  font-family: FontAwesome;
  font-size: 1.5rem;
  right: 14rem;
  color: #000;
  bottom: .5rem;
  display: none;
}

.ksu_searchbox .inline input[type="text"] {
  width: 100%;
  max-width: none;
  height: 3rem;
  border: 1px solid #000;
  -webkit-box-shadow: 0px 3px 0px #000;
  box-shadow: 0px 3px 0px #000;
  font-size: 1.25rem;
  padding: .75rem;
}

@media only screen and (max-width: 900px){
  .inline input[type="text"] {
    width: 100%;
  }
} 
.ksu_searchbox .inline input[type="submit"] {
	display: none;
}
.ksu_searchbox.cludo_search {
  display: none;
}


/* LEGACY PAGE SECTION  */

.outer_rim { 
  width: 90%;
  padding: 1.5rem 5%;
  margin: 1.875rem 0;
  background: #f7f7f7;;
  clear: both;
}

.outer_rim.bg_lightestgray {
background-color: #f7f7f7;
color: #1A1A1A;
}

.outer_rim.bg_lightestgray a {
color: #1A1A1A;
}

.outer_rim.bg_lightestgray a:hover {
color: #4d4d4d;
}

.outer_rim.bg_lightergray {
background-color: #e5e5e5;
color: #1A1A1A;
}

.outer_rim.bg_lightergray a {
color: #1A1A1A;
}

.outer_rim.bg_lightergray a:hover {
color: #4d4d4d;
}

.outer_rim.bg_lightgray {
background-color: #c1c1c1;
color: #1A1A1A;
}

.outer_rim.bg_lightgray a {
color: #1A1A1A;
}

.outer_rim.bg_lightgray a:hover {
color: #4d4d4d;
}

.outer_rim.bg_gray {
background-color: #999;
color: #1A1A1A;
}

.outer_rim.bg_gray a {
color: #1A1A1A;
}

.outer_rim.bg_gray a:hover {
color: #4d4d4d;
}

.outer_rim.bg_darkgray {
background-color: #444;
color: white;
}

.outer_rim.bg_darkgray a {
color: white;
}

.outer_rim.bg_darkgray a:hover {
color: #cccccc;
}

.outer_rim.bg_darkergray {
background-color: #222;
color: white;
}

.outer_rim.bg_darkergray a {
color: white;
}

.outer_rim.bg_darkergray a:hover {
color: #cccccc;
}

.outer_rim.bg_gold {
background-color: #ffc629;
color: #1A1A1A;
}

.outer_rim.bg_gold a {
color: #1A1A1A;
}

.outer_rim.bg_gold a:hover {
color: #4d4d4d;
}

.outer_rim.bg_black, .section.announcement {
background-color: #000;
color: white;
}

.outer_rim.bg_black a, .section.announcement a {
color: white;
}

.outer_rim.bg_black a:hover, .section.announcement a:hover {
color: #cccccc;
}

.outer_rim.bg_slap_rock_gray {
background-color: #b2b4b2;
color: #1A1A1A;
}

.outer_rim.bg_slap_rock_gray a {
color: #1A1A1A;
}

.outer_rim.bg_slap_rock_gray a:hover {
color: #4d4d4d;
}

.outer_rim.bg_white {
background-color: #ffffff;
color: #1A1A1A;
}

.outer_rim.bg_white a {
color: #1A1A1A;
}

.outer_rim.bg_white a:hover {
color: #4d4d4d;
}

.outer_rim.bg_marietta_blue {
background-color: #4E59D0;
color: white;
}

.outer_rim.bg_marietta_blue a {
color: white;
}

.outer_rim.bg_marietta_blue a:hover {
color: #cccccc;
}

.outer_rim.bg_georgia_sky {
background-color: #007BC7;
color: white;
}

.outer_rim.bg_georgia_sky a {
color: white;
}

.outer_rim.bg_georgia_sky a:hover {
color: #cccccc;
}

.outer_rim.bg_green {
background-color: #108A00;
color: white;
}

.outer_rim.bg_green a {
color: white;
}

.outer_rim.bg_green a:hover {
color: #cccccc;
}

.outer_rim.bg_purple {
background-color: #702f8a;
color: white;
}

.outer_rim.bg_purple a {
color: white;
}

.outer_rim.bg_purple a:hover {
color: #cccccc;
}

.outer_rim.bg_leaning_man {
background-color: #FF6F47;
color: #1A1A1A;
}

.outer_rim.bg_leaning_man a {
color: #1A1A1A;
}

.outer_rim.bg_leaning_man a:hover {
color: #4d4d4d;
}

.outer_rim.bg_honors_blue {
background-color: #003e51;
color: white;
}

.outer_rim.bg_honors_blue a {
color: white;
}

.outer_rim.bg_honors_blue a:hover {
color: #cccccc;
}

.outer_rim.bg_parliament_blue {
background-color: #1a658f;
color: white;
}

.outer_rim.bg_parliament_blue a {
color: white;
}

.outer_rim.bg_parliament_blue a:hover {
color: #cccccc;
}

.outer_rim.bg_lilac {
background-color: #7566a0;
color: white;
}

.outer_rim.bg_lilac a {
color: white;
}

.outer_rim.bg_lilac a:hover {
color: #cccccc;
}

.outer_rim.bg_bronze {
background-color: #c69214;
color: #1A1A1A;
}

.outer_rim.bg_bronze a {
color: #1A1A1A;
}

.outer_rim.bg_bronze a:hover {
color: #4d4d4d;
}

.outer_rim.bg_tan {
background-color: #b7a99a;
color: #1A1A1A;
}

.outer_rim.bg_tan a {
color: #1A1A1A;
}

.outer_rim.bg_tan a:hover {
color: #4d4d4d;
}

.outer_rim.bg_chastain_blue {
background-color: #bbdde6;
color: #1A1A1A;
}

.outer_rim.bg_chastain_blue a {
color: #1A1A1A;
}

.outer_rim.bg_chastain_blue a:hover {
color: #4d4d4d;
}

.outer_rim.bg_beige {
background-color: #FFF4D4;
color: #1A1A1A;
}

.outer_rim.bg_beige a {
color: #1A1A1A;
}

.outer_rim.bg_beige a:hover {
color: #4d4d4d;
}

.outer_rim.bg_transparent {
background-color: transparent;
color: white;
}

.outer_rim.bg_transparent a {
color: white;
}

.outer_rim.bg_transparent a:hover {
color: #cccccc;
}


/* LEGACY PREVIEW */

.fleet {
  margin: 0 auto;
  padding: 2rem 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 80rem;
}

.fleet li {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1.5rem;
min-width: 23.125%;
}
@media only screen and (max-width: 900px) {
	.fleet li {
		width: 100%;
		border-bottom: 1px solid #e5e5e5!important; 
    	padding-bottom: 1rem;
	}
}

.fleet li > p, .fleet li > h1, .fleet li > h2, .fleet li > h3, .fleet li > h4, .fleet li > h5, .fleet li > h6 {
  display:none;
}

.fleet li a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  flex-direction: column;
  align-items: center;
}

.fleet li a[href]:hover{
  color: #888;
}
.fleet li a[href]:hover p{
  color: #888;
}

.fleet li a[href]:hover img {
  box-shadow: 0 0 0 6px #ffc629;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: all 0.2s ease;
}

.fleet li a img {
  border-radius: 9999px;
  width: 10rem;
  height: 10rem;
  position: relative;
  object-fit: cover;
  object-position: bottom;
  transition: all 0.2s ease;
}

.fleet.one_col li a img, 
.fleet.two_col li a img, 
.fleet.three_col li a img {
  width: 12rem;
  height:12rem;
}

.fleet li a p {
  margin: 0;
  margin-top: 1rem;
  width: 85%;
  font-size: 1.25rem;
  font-weight: 700;
  word-wrap: break-word;
}

.fleet.one_col li a p,
.fleet.two_col li a p,
.fleet.three_col li a p {
	font-size: 1.45rem;
}

.fleet.one_col li a span,
.fleet.two_col li a span,
.fleet.three_col li a span {
	font-size: inherit;
}

/* preview */
.fleet .title {
    font-size: initial;
	border: none;
	margin-top: 1rem;
	padding: 0;
  }
.fleet span {
	margin-top: 0.5rem;
	text-transform: initial;
}

@media only screen and (max-width: 1250px){
  .fleet li a img{
    width:6rem;
    height:6rem;
  }
  .fleet.three_col li a img{
    width:8rem;
    height:8rem;
  }
  .fleet.three_col li a p {
	font-size: 1.25rem;
  }
  .fleet.three_col li a span {
	font-size: .9rem;
  }
  .fleet li a p {
	font-size: 1.15rem;
  }
  .fleet li a span {
	font-size: .9rem;
  }
}

@media only screen and (max-width: 900px) {
  .fleet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fleet li {
    border-bottom: 1px solid white;
  }
  .fleet li:last-of-type {
    border: none;
  }
  .fleet li a {
    display: block;
    text-align: left;
  }
  .fleet li a img {
    width: 8rem!important;
    height: 8rem!important;
    margin-right: 1rem;
    float: left;
  }
  .fleet li a p {
    font-size: 1.45rem;
  }
  .fleet li a span {
    width: 70%;
	  font-size: 1.1rem;
	      display: inline;
  }
  .fleet.three_col li a p {
	  font-size: 1.45rem;
  }
  .fleet.three_col li a span {
	  font-size: 1.1rem;
  }
}


/* LEGACY TEASER */

.teaser {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction:column;
  align-items: flex-start;
  margin: 0 auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}


/* TEASER */
.teaser > li {
  margin-bottom: 1rem;
  width: 100%;
}

.teaser > li div.col_1, .teaser > li div.col_2 {
  width:47.5%;
  float:left;
}

.teaser.photo > li div.col_1 {
  width:initial;
}

.teaser > li div.col_1 {
  margin-right: 5%;
}

.teaser li div ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: initial;
}
.teaser > li div ul li {
  position:  relative;
}

/*.teaser > li div ul li:before {
  content: '>';
  position: absolute;
  font-size: 2rem;
  left: 0;
  color: #ffc629;
  font-family: 'Trebuchet MS';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: -0.2rem;
}*/
/*
.teaser > li div ul li a:before {
  content: '>';
  position: absolute;
  font-size: 2rem;
  left: 0;
  color: #ffc629;
  font-family: 'Trebuchet MS';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: -0.3rem;
}

.teaser > li div ul li:hover a:before {
  color: #4E59D0;
  -webkit-transform: translate(35%, 0);
  transform: translate(35%, 0);
}
*/
/*.teaser > li div ul li a {
	position: relative;
	padding: 0.35rem 0;
	padding-left: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-weight: 500;
}
*/
.teaser.photo > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  /*align-items: center;*/
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 1rem;
  width: calc(100% - 1rem);
}

.teaser.photo li > img {
  object-fit: cover;
  margin-right: 3rem;
  transition: all 0.2s ease;
  clip-path: circle();
  height: 15rem;
}
.teaser.photo li > img[src=""] {
    display: none;
}

@media only screen and (max-width: 1100px) {
  .teaser.photo li .content div ul li {
    list-style: none;
    max-width: 100%;
  }
  .teaser.photo li .content div ul li a {
    width: auto;
    /* font-size: 0.8rem; */
    margin: 16px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}


.teaser li h1, .teaser li h2, .teaser li h3, .teaser li h4, .teaser li h5, .teaser li h6{
  display: -ms-flexbox;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.teaser li h1::after, .teaser li h2::after, .teaser li h3::after, .teaser li h4::after, .teaser li h5::after, .teaser li h6:after {
  position: relative;
  bottom: -0.75rem;
  clear: both;
  width: 3.5rem;
  margin: 0;
  content: '';
  border-top: 0.3rem solid #ffc629;
  margin: 0 2% 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20px;
  flex: 1 0 20px;
  border-width: 0.4rem;
}

@media only screen and (max-width: 1250px){
.teaser.photo li > img {
      width: 15rem;
      height: 15rem;
  }
}

@media only screen and (max-width: 1100px){
  .teaser.photo {
    align-items: center;
  }
  .teaser.photo > li {
    display:flex;
    max-width: 100%;
    padding: 1.5rem 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-direction: column;
  }
  /*.teaser li h1, .teaser li h2, .teaser li h3, .teaser li h4, .teaser li h5, .teaser li h6 {
    align-items:center;
  }*/
  .teaser.photo li > img {
    margin-right: 0;
    margin-bottom: 1rem;
    align-self: center;
	      height: 14rem;
  }
  .teaser.photo li > .content {
    width:100%!important
  }
}
@media only screen and (max-width: 900px){
.teaser.photo li > img {
	margin-right: auto;
    margin-left: auto;
	    width: 100%;
	height:auto;
  }
}

.teaser li ul li a  {
    border-bottom: none;
  }
  
  .teaser.photo li .content div ul li a {
    font-size:initial;
  }


/* LEGACY TESTIMONIALS */

.cantina.testimonials {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    }
      
    .cantina.testimonials > li,.cantina.testimonials > li:not(:last-child)  {
      margin-right: 0;
      margin-bottom: 0.5rem;
      border-bottom: 1px solid #e5e5e5;
    }
      
    .cantina.testimonials > li .quote {
      padding: 1rem;
      margin-bottom: 0;
    }
      
    .cantina.testimonials > li .quote .quotation.open-quote {
      display: none;
    }
      
    .cantina.testimonials >li .quote:after {
      position: absolute;
      color: #ffc629;
      font-size: 8rem;
      width: 4rem;
      height: 4rem;
      content: '”';
      right: 1rem;
      bottom: -4rem;
    }
    .cantina.testimonials >li .quote:before {
      position: absolute;
      color: #ffc629;
      font-size: 8rem;
      width: 4rem;
      height: 4rem;
      content: '“';
      left: -2rem;
      top: 2rem;
    }
      
    .cantina.testimonials > li .byline {
      margin-top: 0;
    }


/* news */
.news {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    font-size: 16px;
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .5%;
  }
  .news li {
    margin: 1% 0;
    float: left;
    width: 33%;
    cursor: pointer;
    background: #f7f7f7;
    box-shadow: 0px 5px 0px #e5e5e5;
  }
.news li:nth-child(n+4) {
    display: none;
}
  .news li:nth-child(4n) {
    margin-right: 0;
  }
  .news li:hover img {
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(80));
  }
  .news li:hover a {
    color: #ffc629;
  }
  .news::after {
    content: "";
    display: block;
    clear: both;
  }
  .news img {
    width: 100%;
    max-width: 50rem;
    height: 40rem;
    -ms-transition: opacity 0.2s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -o-backface-visibility: hidden;
    -o-transform: translateZ(0) scale(1, 1);
    -ms-backface-visibility: hidden;
    -ms-transform: translateZ(0) scale(1, 1);
    -moz-backface-visibility: hidden;
    -moz-transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1);
    -webkit-box-shadow: 0px 4px 0px #ffc629;
    box-shadow: 0px 4px 0px #ffc629;
  }
  .news span {
    width: calc(100% - 2rem);
    text-transform: capitalize;
    text-align: center;
    padding: 1rem;
    color: black;
    font-weight: 500;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    min-height: 2vh;
  }
  .news a {
    -ms-transition: color 0.2s;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    /*text-decoration: none;*/
    border: none;
    display: flex;
    flex-direction: column;
    /* height: 100%; */
  }
  .news.two_col li {
    width: 48.75%;
  }
  .news.two_col li:nth-child(4n) {
    margin-right: 2.5%;
  }
  .news.two_col li:nth-child(2n) {
    margin-right: 0;
  }
  .news.one_col li {
    width: 100%;
    margin: 0;
  }
  
  .news img {
    float:left;
    width: 100%;
     height: 150vh;
   	max-height: calc(10rem + 5vw);
    object-fit: cover;
    /*object-position: 0 10%;*/
  }

@media only screen and (max-width: 900px){
	.news li {
		width: 100%;
	}
	.news li a  {
		padding: 0;
		width: 100%;
	}
	.news li img {
		display: block;
		-webkit-box-shadow: 4px 0px 0px #ffc629;
    	box-shadow: 4px 0px 0px #ffc629;
		width: 100%;
		height: 100%;
		max-width: 25vw;
		max-height: initial;
	}
	.news li span {
		width: auto;
		height: calc(100% - 2rem);
	}
}
.events {
	display: flex;
	gap: 8px;
}
.events::after {
	content: none;
}
.events li {
	    border: none;
		margin-right: 0;
}
.events a {
	    display: flex;
		height: 100%;
}
.events .date {
	background: #ffc629;
	    display: flex;
    flex-direction: column;
    justify-content: center;
	    font-weight: bold;
}
.events .details {
	display: flex;
	flex-flow: column;
}
@media only screen and (max-width: 900px){
	.events {
		flex-direction: column;
	}
	.events li {
		margin: 0;
	}
	
}
.table h1, .table h2, .table h3, .table h4, .table h5, .table h6 {
    font-size: 1rem;
}
ul.table {
	line-height: initial;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
}
ul.table div {
	font-size: 1rem!important;
}
ul.table .titles div {
	font-size: .85rem!important;
    text-transform: uppercase;
    font-weight: bold!important;
}
ul.table li:not(.titles) {
	background: transparent!important;
}
ul.table li:not(:last-of-type) {
	border-bottom: 1px solid #e5e5e5;
}

.testimonials .half_line {
	display: none;
}
.flexslider .flex-control-paging { 
	margin-right: auto;
	right: 50%;
	transform: translateX(50%);
}
.flex-direction-nav a {
	line-height: initial;
}