body {
  font-family: "Open Sans", "Myriad","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
p {
  font-size: 1rem !important;
}

/*  SVG Hamburger Top Menu */

svg.hamburger-menu {
    padding-top: .35rem;
}

/*  CSC Logo - Right Nav Menu */
.logo {
  width: min(50vw, 300px); /*Set width of logo as the minimum of 200px & 50vw */
}

.menu-header {
    padding-top: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #660033;
}
a.parent-link:hover {
  color: #660033;
}
a.parent-link {
  color: #000;
}



/*Search Button*/
.top-bar .button {
  top: 3px !important;
  padding: .6rem .5rem .5rem .5rem !important;
}

/* Sidebar */

/* Bring Menu to Top Right */
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
} 

.sidebar-nav li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 100%;
}

.sidebar-nav:hover {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;

}

#sidebar-wrapper {
    width: 280px;
    height: 100%;
    background-color: rgb(0, 0, 0);
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0) 5%;
}



.sidebar-nav li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 100%;
}

.sidebar-nav li:before {
    -moz-transition: width 0.2s ease-in;
    -ms-transition: width 0.2s ease-in;
    -webkit-transition: width 0.2s ease-in;
    background-color: #1c1c1c;
    padding: -5px 0 -5px 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 3px;
    z-index: -1;
}


li.sidebar-brand:hover, .close-button {
  background-color: #660033;
}

li.sidebar-brand:hover {
  background-color: #000;
}

.sidebar-nav li:first-child a {
    color: #ffffff;
    background-color: #000;
}

.sidebar-nav li:first-child a:hover {
  color: #ffffff;
  background-color: #000;
}

.sidebar-nav li:nth-child(2):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(3):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(4):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(5):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(6):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(7):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(8):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(9):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(10):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(11):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(12):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(13):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(14):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(15):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(16):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(17):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(18):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(19):before {
    background-color: #660033;
}

.sidebar-nav li:nth-child(20):before {
    background-color: #660033;
}
.sidebar-nav li:nth-child(21):before {
  background-color: #660033;
}
.sidebar-nav li:nth-child(22):before {
  background-color: #660033;
}

.sidebar-nav li:hover:before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}

.sidebar-nav li a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    text-indent: -22px;
    margin-left: 36px;
    background-color: #000;
}

.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    font-size: 15px;
    line-height: 44px;
}

/* Side nav to right */
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: auto;
    z-index: 1030;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.right-nav {
    right: -280px;
    transition: right 1s ease;
  }
  .right-nav.open {
    right: 0px;
  }
/* csc homepage cta wrapper*/
.csc-homepage-cta-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .csc-hero-cta-wrapper {

    display: inline;
  }

  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .csc-content .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin: 0 0 30px;
  }
  @media (min-width: 1025px) {
    .csc-content {
      max-width: 1400px;
      padding: 0 40px;
    }
  }
  @media (min-width: 1025px) {
    .csc-homepage-cta-wrapper > .row:first-child {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      border: 0;
    }
  }

/* Banner Button */
.columns.large-5.small-12.medium-order-2.medium-4.button-banner {
  padding: 0 !important;
}


/*  Call to Action */
.button.expand.active {
  background: #660033;
  color:white!important;
}
.p-title {
    width: 50%;
}
.main-cta {
    max-width: 100% !important;
    background-color: #DDDDDD;
    padding: 5%;
    text-align: center;

}
.main-cta h3 {
    color: #000;
    font-weight: bold;
    font-size: 1.25rem;
}

.general-cta {
    background: #660033;
    padding:5%;
    text-align: center;
}
.general-cta1 {
  max-width: 100% !important;
    background: #DDDDDD;
    padding-left:17%;
  padding-right:17%;
    padding-top:5%;
  padding-bottom:5%;
 
    
}

.general-cta2 {
  max-width: 100% !important;
    background: #660033;
    padding-left:17%;
  padding-right:17%;
    padding-top:5%;
  padding-bottom:5%;
  color: white;
 
    
}

.btn {
    margin: 0 auto;
    color: #FFF;
    border: 2px solid white;
    background-color: #660033;
    font-weight: bold;
}
.btn:hover {
    background-color: #FFF;
    color: #660033;
}
.btn a {
color: #fff;
}
.btn a:hover {
color: #660033;
}

.general-cta a.btn.btn-primary {
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
}


/*Button Styles */
.button {
  margin: 0 auto;
  color: #FFF;
  border: 2px solid transparent !important;
  background-color: #660033 !important;
  font-weight: bold;
}
.button:hover {
  background-color: #FFF !important;
  color: #660033 !important;
  border: 2px solid #660033 !important;
  font-weight: bold;
}
.featured-article span.button {
    display: inline-block !important;
    margin: 0;
}

/* End Button styles */
.general-cta p {
    color: #FFF;
}
.general-cta h3 {
    color: #FFF;
}


/* Banner homepage */
.inline-list li a {
  color: #000;
}
.inline-list li a:hover {
  color: #660033
}
.main-menu-dropdown .dropdown-links a:hover {
  color: #fff
}

.open-slide .fa {
  font-size: 1rem !important;
  display: inline-block !important;
}

/* Search */
    .gs-title,
    .gs-title b {
        color: #660033 !important;
    }
.gsc-cursor > div {
  border-color: #660033 !important;
  background-color: #660033 !important;
}

.gsc-cursor > div.gsc-cursor-current-page {
  border-color: #660033 !important;
  color: #660033 !important;
}

.gsc-cursor > div:hover {
  background-color: #320019 !important;
}

/* Recent News */

.news-panel, .homepage-news {
    border: 1px solid #66003362 !important;
    padding-right: 1.6em;
    background: #660033 !important;
    color: #FFF !important;
}

.homepage-news h3, .title {
  color: #fff !important;
  font-weight: normal !important;
}

.homepage-news a {
  color: #fff !important;
  font-weight: normal !important;
}

h2.title {
  color: #660033 !important;
}

.snippet.news-listing .date-stamp .month {
  border-color: #660033 !important;
  background-color: #660033 !important;
}

.snippet.news-listing .date-stamp .day {
  border-color: #660033 !important;
  color: #660033 !important;
}

.snippet .date-stamp .month {
  color: #fff !important;
  padding: .35em 0 0 0;
  font-size: 1.3em;
}

.homepage-events .snippet .day {
  color: #fff !important;
}


figure {
margin-bottom: 1.25rem;
}
figcaption {
    font-style: italic;
  line-height: 1.6;
}


/* Footer Styling */



.social-icons a {
    display: inline-block;
    margin-right: 0.5rem;
}
.social-icons {
  text-align: right;
}
@media(max-width: 767px) { 
  .social-icons { 
     text-align: center;
  }
}

.soc.clearfix.footer-col a {
  color: #FFF;
}

.video-description h3 a {
  color: #1c1c1c !important;
}

.footer{
    padding: 70px 0;
}
.footer ul {
    margin-left: 0;
}
.footer li {
    list-style-type: none;
}
.footer-col {
   width: 100%;
   padding: 0 1px;
}
.footer-col h4 {
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before {
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #660033;
	height: 2px;
	box-sizing: border-box;
	width: 100%;
}
.footer-col ul li:not(:last-child) {
	margin-bottom: 10px;
}
.footer-col ul li a {
	font-size: 0.9rem;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover {
  background-color: #3c3c3c;
  margin-left: -0.5em;
  padding-left: 0.5em;
}
.footer-col .social-links a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
	color: #24262b;
	background-color: #ffffff;
}

.circle-list a {
  color: #660033 !important;
}
/* .homepage-news a {
  color: #660033 !important;
} */

/* Staff Directory Listing */
/* .card-heading {
  color: #660033 !important;
} */
.add-filter {
  font-style: normal !important;
}


  .social-footer, .global-footer {
    padding: 1em !important;
  }


  .global-footer {
    background-color: #660033 !important;
  }

/*responsive*/
@media(max-width: 767px){

.social-icons,
.global-footer {
  padding: 1rem !important;
}

  .footer-col{
    width: auto;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
.stu-footer-logo {
  margin: 1rem !important;
} 
}

/*Menu Code*/


.close-button .fa {
    float: right;
    font-size: 1.2rem;
    padding: 0rem;
  }
  
  .sidebar-brand a {
    font-size: 1.4rem;
  }
  .main-menu-dropdown {
    position: absolute;
    z-index: 10;
    background-color: black;
    width: 100%;
    padding: 2rem;
    text-align: left;
    color: #fff;
    margin-top: 2.1rem !important;
    left: 0;
  }
  .main-menu-dropdown:before {
    position: absolute;
    content: '';
    height: 3rem;
    width: 100%;
    background-color: transparent;
    top: -2rem;
    left: 0
  }
  
  .main-menu-dropdown.menu-open {
      display: block;
  }
  .main-menu-dropdown .dropdown-title {
    text-transform: none;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    position: relative;
  }
  .main-menu-dropdown .dropdown-title:before {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -4px; 
    margin: 0 ;
      left: 0;
    right: 0;
      width: 80%;
      background: #660033;
  }
  .main-menu-dropdown .dropdown-link a {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0.5rem;
    display: block;
  
  }
  .main-menu-dropdown .dropdown-links li:hover {
    background: #660033;
  }
  .main-menu-dropdown .dropdown-link a span {
    margin-left: 1rem;
  }
  .main-menu-dropdown .dropdown-link a:hover {
    text-decoration: underline;
  }
  .main-menu-dropdown .dropdown-links {
    list-style: none;
    margin-left: 0.5rem;
    text-transform: none;
  }
  .main-menu-dropdown .dropdown-links a {
    color: #fff;
    display: inline-block;
    width: 100%;
  }
  .menu-header {
    color: #660033;
  }
  .menu-header .inline-list {
    overflow: visible;
  }
  .menu-header .inline-list a {
    position: relative;
    display: inline-block;

  }
  .menu-header .inline-list a.parent-link.active:before {
    border-style: solid;
      border-width: 0.25em 0.25em 0 0;
      content: '';
      display: block;
      height: 1rem;
      position: absolute;
      bottom: -1.3rem;
    left: 45%;
      width: 1rem;
    transform: rotate(135deg);
    z-index: 2100;
    margin: 0 auto;
  }
  .menu-header .inline-list a.parent-link.active:after {
    border-style: solid;
      border-width: 0.25rem 0.25em 0 0;
      content: '';
      display: block;
    width: 100%;
    position: absolute;
    bottom: -2.6rem;
  }
  .main-menu-dropdown .inline-list a:hover:after,
  .main-menu-dropdown .inline-list a:hover:before {
      border:  none;
  }
  .main-menu-dropdown.menu-open,
  .main-menu-dropdown.menu-open:hover,
  .main-menu-dropdown.menu-open:active,
  .main-menu-dropdown.menu-open:focus {
      display: block !important;
  }

  .slick-overlay, .slick-overlay {
    background-color: rgba(65, 63, 63, 0.479) !important;
  }

.slick-next:before, .slick-prev:before {
  background: rgb(202, 202, 202);
  color: #FFF;
  border-radius: 9999px;
  display: block;
  line-height: 3 !important;
}

.multi-column {
  padding-top: 5rem;
  padding-bottom: 1rem;
}
  /* Banner Marketing Buttons  */
.row.marketing {
  margin-top: 30px;
  margin-bottom: 30px; !important;
}
.marketing a.button {
    color: #FFF;
    background-color: #660033;
    border: 2px solid transparent;
    margin-bottom: 0;
    height: 100%;
}
.marketing a.button:hover {
    color: #660033;
    border: 2px solid #660033;
    background-color: white;
    font-weight: bold;
}
@media screen and (max-width: 640px) {
  .row.marketing {
  margin-top: 1em;
  margin-bottom: 1em; !important;
}
  
  
}
/*Video Section*/
.video-description {
    margin-top: 5%;
    padding: 2rem;
}
.video-desc.button {
    color: #FFF;
    background-color: #660033;
    width: 10rem;
    border: 2px solid transparent;
}
.video-desc.button:hover {
    color: #660033;
    border: 2px solid #660033;
    background-color: white;
    font-weight: bold;
}
/* Video Aspect Ratio */
.flex-video.video-desc {
  position: relative;
  width: 100%;
  padding-bottom: 56% !important;
  margin-bottom: 1.5rem;
  overflow: hidden;
} 


/* Colour Updates  */
.snippet, .date-stamp, .month {
  color: #660033 !important;
  padding: .35em 0 0 0;
}

.category-slider .slides .slide:hover span {
  background-color: #660033 !important;
  color: #FFF !important;
}
/* General Content Colour Updates  */
.side-nav-header a { 
  background-color: #660033 !important;
}
.side-nav li a:not(.button) {
  color: #660033 !important;
}
p.a { 
  color: #660033 !important;
}
code { 
  color: #660033 !important;
}

/* Accordians Page */
div#item-395 a {
  color: #660033 !important;
}

/* Newsroom */ 
span.date {
  color: #660033;
}
.news.feature-cards .content-row .feature-card:hover {
  color: #1e1e1e;
}

/* Program Compare  */
div#coursecompare-results a {
  color: #660033;
}

/* Program Search  */
.course-listing a {
  color: #660033;
}

.pagination a, .pagination span {
  color: #fff !important;
  background-color: #660033 !important;
  border: 1px solid #660033 !important;
}
.pagination span, .pagination .current a, .pagination .current a:hover {
  color: #660033 !important;
  background: #FFF;
}
span.currentpage a, span.currentpage {
  color: #660033 !important;
  background-color: #FFF !important;
  border: 1px solid #660033;
}

.staff-card a{
  color: #660033 !important;
  background-color: #FFF !important;
  line-height: 1.75rem;
}
.staff-directory {
  padding-left: 1rem;
}

.atoz button.selected {
  background-color: #660033 !important;
  color: #FFF !important;
}

nav.view_period_switchers.ajax-load-link a {
  color: #660033 !important;
}

.title a {
  color: #660033 !important;
}

#calendar_box table tr td.hasEvents a {
  background-color: #660033 !important;
  color: #FFF !important;
}
a.ajax-load-link {
  color: #660033 !important;
  background-color: #FFF !important;
}

#calendar_events .snippet .date-stamp .month, #calendar_events .snippet .date-stamp .day, #calendar_events .title {
  color: #660033 !important;
}


/* End Colour Updates */

.site-header {
  padding: 1em !important;
}


/* D Code */

@media screen and (max-width: 1500px) {
  .parallax img {
    top: -200px !important;
  }
}
@media screen and (max-width: 1000px) {
  .parallax img {
    top: -50px !important;
  }
}
@media screen and (max-width: 768px) {
  .parallax {
    display: none !important;
  }
}


.slick-slider .slick-overlay .button-banner .button {
  display: block;
}
@media screen and (min-width: 640px) {
    .slick-slider .slick-overlay p {
      line-height: 1.4 !important;
      margin-bottom: .5rem !important;
    }
    .slick-slider .slick-overlay {
      bottom: 1rem;
    }
    .slick-slider .slick-overlay .button-banner .button {
      display: inline-block !important;
      margin-bottom: 0.5rem;
      
    }
 
}

.category-slider .slides .slide img {
  height: 250px !important;
  object-fit: cover;
  object-position: top;
}

.top-bar input {
  top: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; 
}

/* Disabling to fix search box positioning on home page top bar. This class exists in style-local.css and displays properly on inner pages. Double check both stylesheets and confirm clean display.
.top-bar-section .right .row {
  padding-top: 1rem;
}
*/

button.button.expand.active {
  padding: 0 !important;
  top: 12px !important;
}

@media screen and (max-width: 640px) { 
  button.button.expand.active {
    padding: 0 !important;
    top: 3px !important;
  }
  .home-nav {
    display: none !important;
  }
  
}

.dropdown-links li {
  list-style-type: none;
}

.top-bar-selection ul {
  background-color: #ffffff;
}

p.p-title.columns {
  padding-left: 0;
}


/*Joe's Code*/
.video-section h3 {
  font-size: 1.3rem !important;
}

@media screen and (max-width: 1639px) {
  .parallax-large {
    display: none;
  }
}

.circle-list img {
  width: 50px !important;
}
.circle-list img.large {
  width: 100% !important; 
}
.circle-list h4 {
  font-size: 1.3rem !important;
}


@media screen and (min-width: 640px) and (max-width: 1024px) { 
  .large-buttons-3 {
    width: 50% !important;
    height: 75px;
  }
  .large-buttons-3:nth-child(3) {
    width: 100% !important
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) { 
  .large-buttons-5 {
    width: 33.3% !important;
  }
  .large-buttons-5:nth-child(4),
  .large-buttons-5:nth-child(5) {
    width: 50% !important
  }
}
.marketing a.button {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 640px) and (max-width: 1024px) { 
  .large-buttons-3 {
    width: 50% !important;
  }
  .large-buttons-3:nth-child(3) {
    width: 100% !important
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) { 
  .large-buttons-5 {
    width: 33.3% !important;
  }
  .large-buttons-5:nth-child(4),
  .large-buttons-5:nth-child(5) {
    width: 50% !important
  }
}

@media screen and (max-width: 640px) {
  .slick-slider .slick-overlay {
      position: relative !important;
      color: #333 !important;
      background-color: #fff !important;
      width: 100% !important;
    }
    .slick-slider .slick-overlay h3 {
      color: #333 !important;
      font-size: 1.2rem !important;
      text-align: center !important;
    }
    .slick-slider .slick-overlay h1 {
      color: #333 !important;
      font-size: .8rem !important;
      text-align: center !important;
      margin-bottom: .5rem !important;
    }
    .slick-slider .slick-overlay p {
      margin-bottom: 1rem !important;
      text-align: center !important;
      line-height: 1.3 !important;
    }
  }

@media screen and (max-width: 640px) {
  .slick-dotted.slick-slider {
    min-height: 25rem;
  }
  .slick-initialized .slick-slide {
    min-height: 25rem;
  }
  .slick-slider img {
    object-fit: cover;
    height: 25rem;
  }
  .slick-slider .caption-container h3 {
    margin-bottom: 1rem !important;
  }
  .site-header {
    padding: 1rem 0 !important;
  }
  .slick-slider .slick-overlay {
    margin-bottom: 1rem;
  }
  .site-header .inline-list>li {
    margin-left: 0 !important;
  }
} 


.slick-slider img {
  object-fit: cover;
  height: 70vh;
}
@media screen and (max-width: 1024px) {
.slick-dotted.slick-slider {
  min-height: 30rem !important;
}
.slick-slider img {
  object-fit: cover;
  height: 30rem !important;
}
.marketing .columns {
  margin-bottom: 1rem !important;
}
} 

.mobile-arrow.open:before {
  content: "\f077";
}
.mobile-arrow:before {
  content: "\f078";
}




@media screen and (max-width: 1024px) {
  .top-bar .top-bar-section li {
    display: none;
  }
  .top-bar .top-bar-section li.has-form {
    display: inline-block;
    width: 100%;
  }
}
.top-bar .toggle-topbar.menu-icon a {
  padding-right: 0 !important;
  padding-top: 0.2rem;
}
.top-bar .toggle-topbar.menu-icon a::after {
  box-shadow: none !important;
}

.top-bar .toggle-topbar.menu-icon a span.fa {
  visibility: visible;
  display: inline-block;
  padding-right: 0;
}
.inline-list .mobile-only-menuItem {
  display: none;
}

.mobile-menu-button, .menu-header .inline-list .mobile-arrow {
  display: none;
}
@media screen and (max-width: 1024px){
  a.child-link {
    width: 85%;
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 1.3rem;
    padding: 0.5rem;
    position: relative;
    z-index: 20;
  }
  

  .mobile-menu-button {
    margin-top: -0.7rem !important;
  }
  .inline-list .mobile-only-menuItem {
      display: block;
    }
}
@media screen and (max-width: 640px){
  .mobile-menu-button {
    margin-top: -3.4rem !important;
  }
}
.title-area .name a {
  display: none;
} 
@media screen and (max-width: 1024px) {
  .title-area .name a {
    display: inline-block !important;
    color: #fff;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-top: 1rem
  } 
}

.menu-header .inline-list .a11ylinks {
  position:  relative;
}
.menu-header .inline-list .a11ylinks a {
position: absolute;
right:  -4000px;

}
.menu-header .inline-list .a11ylinks a .fa{ 
margin-left: 5px;
}
.menu-header .inline-list .a11ylinks a:active, .menu-header .inline-list .a11ylinks a:focus{
right: 0;
top:  0;
width:  130px;
}

.close-button .fa {
float: right;
font-size: 1.2rem;
padding: 0rem;
}

.sidebar-brand a {
font-size: 1.4rem;
}
.main-menu-dropdown {
position: absolute;
z-index: 10;
background-color: #fefefe;
width: 100%;
padding: 2rem;
text-align: left;
color: #1e1e1e;
margin-top: 2.5rem;
left: 0;
}
.main-menu-dropdown:before {
position: absolute;
content: '';
height: 2.5rem;
width: 100%;
background-color: transparent;
top: -2.5rem;
left: 0;
}

.main-menu-dropdown.menu-open {
  display: block;
}
.main-menu-dropdown .dropdown-title {
  text-transform: none;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  position: relative;
}
.main-menu-dropdown .dropdown-title:before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -4px; 
  margin: 0 ;
  left: 0;
  right: 0;
  width: 80%;
  background: #660033;
}
.main-menu-dropdown .columns,
.main-menu-dropdown .columns:last-child {
  float: left !important;
}

.main-menu-dropdown .dropdown-link a {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0.5rem;
  display: block;

}
.main-menu-dropdown .dropdown-links li:hover {
  background: #660033;
  margin-left: -0.5em;
  padding-left: 0.5em;
}
.main-menu-dropdown .dropdown-link a span {
  margin-left: 1rem;
}
.main-menu-dropdown .dropdown-link a:hover {
  text-decoration: underline;
}
.main-menu-dropdown .dropdown-links {
  list-style: none;
  margin-left: -1rem;
  text-transform: none;
}
.main-menu-dropdown .dropdown-links a {
  color: #222;
}
.menu-header .inline-list {
  overflow: visible;
}
.menu-header .inline-list a {
  position: relative;
}
.menu-header .inline-list a.parent-link.active:before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: block;
  height: 1rem;
  position: absolute;
  bottom: -1.3rem;
  left: 45%;
  width: 1rem;
transform: rotate(135deg);
z-index: 2100;
margin: 0 auto;
}
.menu-header .inline-list a.parent-link.active:after {
border-style: solid;
  border-width: 0.25rem 0.25em 0 0;
  content: '';
  display: block;
width: 100%;
position: absolute;
bottom: -2.6rem;
}
.main-menu-dropdown .inline-list a:hover:after,
.main-menu-dropdown .inline-list a:hover:before {
  border:  none;
}
.main-menu-dropdown.menu-open,
.main-menu-dropdown.menu-open:hover,
.main-menu-dropdown.menu-open:active,
.main-menu-dropdown.menu-open:focus {
  display: block !important;
}
/*Mobile Menu*/

.mobile-menu-button, .menu-header .inline-list .mobile-arrow {
  display: none;
}
.mobile-menu-button span {
  font-size:  2rem;
}
@media screen and (max-width: 1024px) {
.site-header {
  padding-bottom:  0.5rem;
}
.menu-header .inline-list {
  display: none;
  width:  100%;
}
.menu-header .inline-list.main-menu-open {
  display: block;
  margin-top:  2rem;
}
.menu-header .inline-list li {
  margin-left:  0;
}
.menu-header .inline-list .parent-link.active:before,
.menu-header .inline-list .parent-link.active:after {
  border: none !important;
}
.menu-header .inline-list .parent-link {
  width: 85%;
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 1.3rem;
  padding: 0.5rem;
  position: relative;
  z-index: 20;
}
.menu-header .inline-list .mobile-arrow {
  width: 15%;
  float: right;
  display: inline-block;
  font-size: 1.8rem;
  padding-top: 0.5rem;
  position: relative;
  z-index: 20;
}
.mobile-menu-button {
  display: block;
  margin-top:  -3.4rem;
}
.inline-list>li {
  float: none !important;
}

/* Mid sizes main menu */

@media screen and (max-width: 1100px) {
  .inline-list>li {
    margin-left: 0.8rem !important;
  }
}

.main-menu-dropdown {
  position: relative;
}
.main-menu-dropdown.open {
  display: inline-block !important;
  margin-top:  0;
}
.main-cta {
  text-align: left;
}


}

/* Button Section - 3 to 5 buttons */

@media screen and (min-width: 1025px) {
  .large-buttons-5,.large-buttons-5:nth-child(5),.large-buttons-5:nth-child(4) {
    width: 20% !important;
  }
}
@media screen and (min-width: 641px) {
  .large-buttons-5 {
    width: 33%;
  }
  .circle-list .large-buttons-5 {
    width: 30%;
  }
  .large-buttons-5:nth-child(4),.large-buttons-5:nth-child(5) {
    width: 50%
  }
  .marketing a.button {
    margin-bottom: 1rem;
  }
}

/*   - Media Queries  */
@media screen and (max-width: 1024px) {
  .main-menu-dropdown.open.open-menu {
    background: #DDDDDD;
    color: #1c1c1c !important;
  }
  .inline-list li a {
    color: #1c1c1c !important;
  }
  
}

/*JC Code updates 19/11/2021*/
.slick-dotted.slick-slider {
  position: relative;
}
.slick-slider span.fa.next {
    right: 0 !important;
    margin-right: 0.2rem !important;
}
.slick-slider span.fa.previous {
    left: 0;
    margin-left: 0.2rem !important;
}
.slick-slider span.fa {
  position: absolute !important;
  top: 45% !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 640px) {
  .slick-slider span.fa {
    top: 35% !important;
  }
  .slick-slider img {
    height: 50vh !important;
  }
  .slick-slider .slick-overlay {
    padding:  0 !important;
    background-color: transparent !important;
  }
  .slick-slider .caption-container h3 {
    margin-top: 1rem !important;
    font-weight: bold;
  }
  .caption-container {
    background-color: rgba(0, 0, 0, 0.8)!important;
    
    
  }
}

/* updated v5 */

.top-bar .name {
  visibility: hidden;
}

#main-menu .dropdown-links {
  margin: 0 !important;
}

#main-menu ul {
  margin-left: 0 !important;
}

@media screen and (max-width: 1024px) {
  .category-slider .slides .slide span.category-heading {
    font-size: 1.3rem !important;
  }
  .mobile-menu-button {
    margin-top: -3rem !important;
  }
  .main-menu-dropdown {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .social-footer .stu-footer-logo {
    /* height: 100px; */
    padding-bottom: 1rem;
    text-align: center;
    margin: 0 !important;
  }
  .social-footer .stu-footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
  }
  .social-footer .soc.clearfix.footer-col {
    width: 100%;
    text-align: center;
  }
  .category-slider .slides .slide span.category-heading {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-menu-button {
    margin-top: -3.3rem !important;
  }
}

@media screen and (max-width: 320px) {
  .mobile-menu-button {
    margin-top: -3rem !important;
  }
}
.main-menu-dropdown .dropdown-links a:hover, .main-menu-dropdown .dropdown-links a:active,.main-menu-dropdown .dropdown-links a:focus {
  color: #fff !important;
  background-color:#872046;
  /*padding-left: 4px;*/
}
.main-menu-dropdown .dropdown-links a {
  transition: 0.2s padding ease-out;
}

@media screen and (max-width: 1024px) { 
  #main-menu .dropdown-links {
    margin-bottom: 1rem !important;
  }

}

/* PSRR-13658 */

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    height: unset;
    width: unset;
    padding: 0;
    margin: 0;
}

button.slick-next::before,
button.slick-prev::before {
    color: black;
    width: unset;
    border: 1px solid black;
    font-size: 30px;
    background: white;
    width: 25px;
    height: 25px;
    display: inline !important;
}

.slides.content-row.slick-initialized.slick-slider {
    padding-left: 1.09rem;
    padding-right: 1px;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}

.slick-prev::before {
    content: '<';
    border : none !important;
}

.slick-next::before {
    content: '>';
    border : none !important;
}

/* mobile header fix */
.mobile-menu-button {
    width: 50px;
    float: right;
}

/* PSRR-13656 */

div#___gcse_0, .gsc-control-cse, .gsc-webResult.gsc-result, .gsc-control-cse .gsc-table-result {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
}

.gsc-results .gsc-cursor-box {
  padding: 2rem 0;
}

.video-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hidden { display: none; }

/* wh-text used in CSC - Text Box Over Image and variants */

.wh-text {
  color: white !important;
}
  
.wh-text p {
  color: white !important;
}

.wh-text p.testimonial-attrib {
  margin-bottom: 0;
}

.wh-text h1 {
  color: white !important;
}

.wh-text h2 {
  color: white !important;
  font-weight: bold;
}

.wh-text h3 {
  color: white !important;
  font-weight: bold;
  line-height: 1.25 !important;
}

.wh-text h4 {
  color: white !important;
  font-weight: bold;
}

.wh-text a {
  color: white !important;
  font-weight: bold;
}
.wh-text a:hover {
  color: #DDDDDD !important;
  font-weight: bold;
}
.csc-btn-dark {
  display: block;
  width:100%;
  text-align: center;
  background-color: #660033;
  color: #ffffff;
  padding: 15px;
  font-weight: 700;
  border: 2px solid #ffffff;
  transition: background-color 300ms ease-out;
}

.csc-btn-dark:hover {
  background-color: #fff;
  border: 2px solid #603;
  color: #603
  transition: ease-in 300ms;
}

@media (min-width: 768px) {
.csc-norm .csc-btn-dark {
  width: 25%;
}}

.csc-btn-sd {
  display: block;
  width: 100%;
  font-size: 12px
  text-align: center;
  background-color: #660033;
  color: #ffffff;
  padding: 5px;
  font-weight: 700;
  border: 2px solid #ffffff;
  margin: 0;
}

.csc-btn-sd:hover {
  background-color: #dddddd;
  color: #660033;
}

.filtertr {

  display: none;
}

.show {
  display: block;
}




.csc-btn-bk {
 
  
width:100%;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
     padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;


   font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
  border: 2px solid #ffffff;
 position: relative;
    text-decoration: none;
    text-align: center;
   -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    cursor: pointer;
}

.csc-btn-bk:hover {
  background-color: #CCCCCC;
  color: #000000;
}

.csc-btn-m {
  display: block;
  width:100%;
  text-align: center;
  background-color: #660033;
  color: #ffffff;
  padding: 15px;
  font-weight: 700;
  border: 2px solid #ffffff;
}
.csc-btn-m:hover {
  background-color: #dddddd;
  color: #ffffff;
}


[id^=modal] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
[id^=modal]:target {
    display: block;
}
input[type=checkbox] {
    cursor: pointer;
}
.popup {
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.popup__overlay {
    position: fixed;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000b3;
}
.popup__wrapper {
    position: fixed;
    z-index: 9;
    width: 80%;
    max-width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    padding: 58px 32px 32px 32px;
    background: #fff;
}
.popup__close {
    position: absolute;
    top: 16px;
    right: 26px;
}

 .videoResponsive2 {
    	padding-bottom:56.25%;
      height:0;
    position:relative;
    	
    	overflow:hidden;
    }
    .videoResponsive2 iframe, 
   .videoResponsive2 video, 
    .videoResponsive2 object, 
    .videoResponsive2 embed {
position:absolute;
    		width:100%;
    	height:100%;
      left: -10px;}

.noHover{
    pointer-events: none;
}

.d-edit a{
color:#ffffff;

}
.d-edit a:hover{
color:#ffffff;

}
.d-edit{
background-color:#1E1E1E;
padding-bottom:15px;
text-align:right;
padding-right:10px;


}



  
.headersp{display:flex;position:relative}
.headersp .headersp4{display:block;margin-bottom:32px}
@media(max-width:575px){.headersp .headersp4{display:none}
}
.headersp .headersp4 img{max-width:400px;max-height:100px}
@media(max-width:767px){.headersp .headersp4 img{max-width:340px}
}
.headersp .Header_buttons__1-4gO{display:flex;flex-wrap:wrap}
.headersp .Header_buttons__1-4gO button{margin-right:16px}
@media(max-width:575px){.headersp .Header_buttons__1-4gO{flex-direction:column}
.headersp .Header_buttons__1-4gO button{margin-right:0;margin-bottom:16px}
}
.headersp .headersp1{z-index:1;width:100%;display:flex;justify-content:center}
.headersp .headersp2{width:86vw;max-width:1240px}
@media(max-width:575px){.headersp .headersp2{width:100%}
}
.headersp .headersp3{padding:64px 0 340px;width:55vw;max-width:800px}
@media(max-width:575px){.headersp .headersp3{width:100%;padding:16px}
}
@media(min-width:576px)and (max-width:767px){.headersp .headersp3{width:90%;padding:40px 0 60px}
}
.headersp h1{margin:0 0 4px;font-size:44px;font-weight:700;color:#fff;color:var(--theme-primary-text-color,#fff)}
@media(max-width:575px){.headersp h1{font-size:32px}
}
.headersp p{color:#fff;color:var(--theme-primary-text-color,#fff);font-size:20px;line-height:30px}
@media(max-width:575px){.headersp p{font-size:18px}
}
.headersp .Header_loading_pic__2CAzT{position:absolute;background:var(--theme-primary-color)}
@media(min-width:768px){.headersp .Header_loading_pic__2CAzT{width:100%;height:100%;background-image:linear-gradient(60deg,#ececec 25%,#fcfcfc 0,#fcfcfc 50%,#ececec 0,#ececec 75%,#fcfcfc 0,#fcfcfc);background-size:69.28px 120px;-webkit-animation:Header_shine__1lcUo .5s linear infinite;animation:Header_shine__1lcUo .5s linear infinite}
@-webkit-keyframes Header_shine__1lcUo{0%{-webkit-transform:translateX(0);transform:translateX(0)}
to{-webkit-transform:translateX(46px);transform:translateX(46px)}
}
@keyframes Header_shine__1lcUo{0%{-webkit-transform:translateX(0);transform:translateX(0)}
to{-webkit-transform:translateX(46px);transform:translateX(46px)}
}
}
.headersp .headersp-image{position:absolute;left:12%;width:100%;height:100%;z-index:-1;background-size:cover;background-position:50%}
@media(min-width:992px){.headersp .headersp-image{left:25%;width:80%}
}

@media(max-width:575px){.headersp .headersp-image{left:10%; top:25%;}
}
.headersp .headersp-overlay{position:absolute;display:flex;height:100%;left:-20%;right:-40%}
@media(max-width:575px){.headersp .headersp-overlay{left:-40%;right:-60%}
}
.headersp .headersp-stripes{position:relative;width:50%;left:-10%;background-image:linear-gradient(60deg,var(--theme-primary-color) 12%,transparent 0,transparent 50%,var(--theme-primary-color) 0,var(--theme-primary-color) 62%,transparent 0);background-size:254px 440px}
@media(min-width:768px)and (max-width:991px){.headersp .headersp-stripes{left:-14%}
}
@media(max-width:575px){.headersp .headersp-stripes{width:40%;left:-26%;background-image:linear-gradient(60deg,var(--theme-primary-color) 15%,transparent 0,transparent 50%,var(--theme-primary-color) 0,var(--theme-primary-color) 65%,transparent 0);background-size:100px 173px}
}
.headersp .headersp-trap{position:relative;width:90%;left:-6.5%;background-color:var(--theme-primary-color);-webkit-transform:skew(30deg);transform:skew(30deg)}

.headersp-body-parent{display:flex;justify-content:center;background-color:#fff}
.headersp-body-parent-color{background-color:var(--theme-light-color)}
.headersp-body-1{position:relative;-webkit-transform:translateY(-300px);transform:translateY(-300px);margin-bottom:-300px;width:86vw;max-width:1240px;min-height:600px;background-color:#fff;border-radius:4px;box-shadow:0 0 94px 0 rgba(55,55,55,.17)}
@media(max-width:767px){.headersp-body-1{-webkit-transform:unset;transform:unset;margin-bottom:unset;width:unset}
}
   .pause-overlay {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 2;
        cursor: pointer;
    }


.video-header-contain {
  display: block;
  position: relative;
}


.video-header-contain video {
  object-fit: cover;
  width: 100%;
  display: block;
  height: calc(80vh - 146px);
}


@media only screen and (max-width: 520px) {
  .video-header-contain video { height: calc(50vh - 146px);}
}
  

.filter-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
    
    white-space: nowrap; 
    overflow: hidden;
}

.filter-tab {
  cursor: pointer;
  padding: 10px 10px;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
    display: inline-block; 
   
   
    border-radius: 5px;
    margin: 0; 
   text-align: center; 
}

.filter-tab:hover {
  background-color: #ddd;
}

.filter-tab.active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 600px) {
  .filter-tabs {
    flex-wrap: wrap; 
    overflow: visible; 
  }

}
@media (max-width: 768px) {
  .slick-left {
    left:0!important; 
  }

}
/* Library Layout CSS */

.lib-hamburger-menu {
  display: none;
}

.lib-navbar {
  background-color: #660033;
  width: 100%;
  
}

.lib-nav-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.lib-nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.lib-nav-item {
  position: relative;
}

.lib-nav-link {
  display: flex;
  align-items: center;
  padding: 0.9375em 1.25em;
  color: white;
  text-decoration: none;
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
}

.lib-nav-link:hover {
  opacity: 0.8;
  border-radius: 0.3125em;
  box-shadow: 0 0 0.625em rgba(255, 255, 255, 0.2);
  color: white;
}

.lib-dropdown-arrow {
  margin-left: 0.625em;
  font-size: 0.875em;
}

.lib-dropdown {
  display: none;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0.3125em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  padding: 0.625em 0;
  width: 12.5em;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000;
}

.lib-nav-item:hover .lib-dropdown {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.lib-nav-item:hover .lib-dropdown:hover {
  display: block;
  opacity: 1;
}

.lib-dropdown li {
  padding: 0.625em;
  text-align: left;
}

.lib-dropdown li a {
  color: white;
  text-decoration: none;
  padding: 0.625em;
  display: block;
}

.lib-dropdown li a:hover {
  background-color: #ddd;
  color: black;
}

@media (max-width: 768px) {
  .lib-nav-list {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .lib-dropdown li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
  }

  .lib-nav-container {
    padding: .5em;
  }

  .lib-nav-item {
    width: 100%;
  }

  .lib-nav-link {
    padding: 1em;
    font-size: 1.2em;
    display: block;
    text-align: left;
  }

  .lib-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .lib-dropdown {
    position: relative;
    display: none;
    background-color: #660033;
    padding: 0.625em 0;
    width: 100%;
    box-shadow: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .lib-nav-item:hover .lib-dropdown {
    display: block;
  }

  .lib-hamburger-menu {
    display: block;
    cursor: pointer;
    margin-right: 1em;
    font-size: 2em;
    color: white;
  }

  .lib-hamburger-menu.open + .lib-nav-list {
    display: flex;
  }

  .lib-hamburger-menu.open + .lib-nav-list .lib-nav-item {
    text-align: left;
  }
}

.lib-dropdown-arrow {
  font-size: 0.875em;
}

/* Library Layout CSS End */

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip:focus {
  position: static;
  width: auto;
  height: auto;
  color:white!important;
}


.csca1-a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

.csca1-a:focus .csca1-d-contain,
.csca1-a:hover .csca1-d-contain {
  outline: 4px solid Blue;
  outline-offset: -4px;
  border-radius: 4px;
  background-color: rgba(25, 25, 25, 0.95); 
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}

.ig1-a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  color: inherit;
}


.ig1-a:focus .csc-ig1-overlay,
.ig1-a:hover .csc-ig1-overlay {
  outline: 4px solid #ffffff; 
  outline-offset: -4px;
  border-radius: 4px;
  background-color: rgba(25, 25, 25, 0.85); 
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}
.button:focus {
  outline: 5px solid #ffffff; /* Or your brand color */
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.3);

}
.csc-btn-dark:focus {
  outline: 5px solid #ffffff; /* Or your brand color */
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.3);

}
.nns-image-wrapper a:focus-visible .nns-caption {
  background: rgba(255, 204, 0, 0.9);
  color: #000;
}


.nns-image-wrapper a:focus-visible .nns-caption {
  background: rgba(255, 204, 0, 0.9);
  color: #000;
}
.marketing a.button:focus,
.marketing a.button:focus-visible {
  outline: none; 
  box-shadow: 0 0 0 3px blue; 
  border-color: blue;
}
.button-banner a.button:focus,
.button-banner a.button:focus-visible {
  color: #ffffff; /* White text */
}

@media (hover: none) and (pointer: coarse) {
  .parent-link:hover {
    background: none !important;
    color: inherit !important;
    text-decoration: none !important;
    
  }

}
@media (max-width: 768px) {
.mobile-arrow {
  cursor: pointer !important;
}

}
@media (max-width: 768px) {
  .foun {
    padding-top: 1em;
  }
}









































































































































































































