@charset "utf-8";
/* CSS Document */
center {
	display: flow-root;
	height: auto !important;
	min-height: 50px;
    margin-top: 15px;
	margin-bottom: 15px;
}
center img.Brochure {
    display: block;
    margin: 0;
    max-width: 100%;
}
center img.Brochure-M {
    display: none;
    margin: 0;
    width: 100%;
}
center a.MobileClick {
    display: none;
    margin: 0;
    width: 100%;
}

.Cat {
  display: flex;
  width: 100%;
  border-radius: 0 50px 50px 0;
  height: 74px;
  margin-top: 20px;
  box-shadow: 1px 1px 10px 0px #ccc;
}
.Cat-LRec {
  display: block;
  width: 10px;
  height: 100%;
  background-color: var(--bs-info);
  float: left;
  position: relative;
  left: 0;
}
.Cat-Count {
  display: block;
  width: 50px;
  height: 100%;
  float: left;
}
.Cat-Count-Numbers {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  top: 0;
}
.Cat-Name {
  display: block;
  width: 100%;
  line-height: 74px;
}
.Cat-Name p {
  text-align: center;
  margin-bottom: 0;
}
.Cat-Desc p {
  margin-bottom: 0;
  text-align: center;
}
.Cat-Desc {
  display: block;
  width: 100%;
  line-height: 35px;
}
.Cat-Circle {
  display: block;
  width: 60px;
  height: 60px;
  float: right;
  border-radius: 50px;
  margin-top: 7px;
  margin-right: 6px;
}
.Cat-Circle img {
  margin: 12px 0 0 12px;
}
.Cat-Name-Desc {
	flex: 1;
  height: 100%;
  margin-left: 1%;
  margin-right: 1%;
}
.Cat-Numbers {
  display: block;
  text-align: center;
  margin-top: 25px;
	margin-left: 5px;
  /*rotate: -90deg;*/
}

.Circle {
	width: 10px;
    height: 10px;
    border: 1px solid;
    border-radius: 50px;
	margin-top: 5px;
}

.Sub-Cat {
  display: flex;
  width: 75%;
  height: 55px;
  margin-left: 4px;
  border-bottom-left-radius: 15px;
}
.Sub-Cat-Name {
  flex: 1;
  padding: 15px;
}
.Sub-Cat-Name p {
  margin-bottom: 0;
}
.Sub-Cat-Icon {
  width: 50px;
  height: 50px;
  float: right;
  position: relative;
  top: 5px;
  right: -27px;
  background-color: #444;
  border-radius: 50px;
}
.Sub-Cat-Icon img {
	margin: 8px 0 0 8px;
}
.Sub-Cat-Count {
  display: block;
  width: 50px;
  float: right;
  position: relative;
  right: -20px;
  line-height: 55px;
  margin-bottom: 0;
}
.Sub-Cat-Count p {
  margin-bottom: 0;
}

.iframe-container {
        position: relative;
        width: 100%;
        overflow: hidden; /* Hides content that might overflow during resizing */
	    margin: 20px 0 20px 0;
	    /* aspect-ratio: 16 / 9; */
	padding: 10px;
	  --b: 5px;   /* thickness of the border */
      --c: #ccc;   /* color of the border */
      --w: 20px;  /* width of border */
  

  border: var(--b) solid #0000; /* space for the border */
  --_g: #0000 90deg,var(--c) 0;
  --_p: var(--w) var(--w) border-box no-repeat;
  background:
    conic-gradient(from 90deg  at top    var(--b) left  var(--b),var(--_g)) 0    0    / var(--_p),
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g)) 100% 0    / var(--_p),
    conic-gradient(from 0deg   at bottom var(--b) left  var(--b),var(--_g)) 0    100% / var(--_p),
    conic-gradient(from -90deg at bottom var(--b) right var(--b),var(--_g)) 100% 100% / var(--_p);
    }
.flashing-text {
	color: red;
  animation: blinker 1s linear infinite; /* Apply the animation */
}
@keyframes blinker {
  50% {
    opacity: 0; /* At 50% of the animation, make the text invisible */
  }
}

.Introduction {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.Introduction-Text {
  display: block;
  width: 49%;
  min-height: 430px;
  float: left;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.Introduction-Text p:first-letter {
  font-size: 40px;
  color: #044778;
  font-weight: bold;
  line-height: 2.2rem;
  text-shadow: 2px 2px #c1c1c4;
}
.Introduction-Slider {
  display: block;
  width: 49%;
  float: right;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
	height:auto;
  min-height: 430px;
}
.Introduction-Slider img {
  margin: 0 auto;
  display: block;
}

#Poster {
	width: 43%;
	margin-right: 1%;
	float: left;
}
#Location {
	flex: 1;
	width: 56%;
	height: auto;
	min-height: 50px;
	float:right;
}
#DUH {
	flex: 1;
	height: auto;
	min-height: 825px;
}

/*====== Start Slider ======*/
.Site-Slider-Slides {
	display: block;
	width: 100%;
	height: 400px;
	margin:0 auto;
	background-color: transparent;
    margin-top: 0px;
}
.Site-Slider-Nav {
	display: block;
	height: 35px;
	margin:0 auto;
	background-color: transparent;
    margin-top: 0px;
}
.Slides-BG {
	display: block;
	width: 100%;
	height: 358px;
}
.Nav-BG {
    background-color: transparent;
    width: 100%;
    height: 40px;
}
/*====== /End Slider ======*/


@media (min-width: 768px) and (max-width: 991px) {
    .Introduction-Text {
    height: auto;
  }
    .Introduction-Slider {
    padding-top: 60px;
    height: 517px;
  }
    
}
@media (min-width: 320px) and (max-width: 959px) {
	center a.MobileClick {
        display: block;
		font-size: 24px;
}
}
@media (min-width: 300px) and (max-width: 640px) { 
    .Introduction-Text {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
    .Introduction-Slider {
    width: 100%;
    float: right;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {

	#DUH {
	min-height: 720px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {

	#DUH {
	min-height: 604px;
}
}

@media screen and (max-width: 991px) {
	
	#DUH {
	min-height: 150px;
}
	
	center img.Brochure-M {
    display: block;
		width: 100%;
		margin: auto 0;
}
	center img.Brochure {
    display: none;
}

	#Poster {
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
	float: none;
}
    #Location {
	width: 100%;
	float:none;
}
	
}
@media screen and (max-width: 768px) {
	.Cat {

  width: 100%;
}
	.home #main .categories .col,
	.home #main .categories .col.c2,
	.home #main .categories .col.c3,
	.home #main .categories.c2 .col,
	.home #main .categories.c2 .col.c2,
	.home #main .categories.c1 .col,
	.home #main .categories.c1 .category ul,
	.home #main .categories.c1 .category li{
		width: auto; 
		float: none; 
		clear: both; 
		margin: 0;
	}
	.home #main .category ul{
		display: none;
	}
}