/******* Global settings *********/
.font-Play {
  font-family: "Play", sans-serif;
}
.font-Lora {
  font-family: "Lora", serif;
}
header,
main,
footer,
.annoucement {
  padding-left: 300px;
}
main {
  min-height: 56vh;
}

@media print {
  header,
  main,
  footer,
  .annoucement {
    padding-left: 0;
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
a {
  text-decoration: underline;
  color: #781964;
}
a:hover,
a:visited {
  color: #781964;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
table td,
table th {
  font-size: 1rem;
  font-weight: 400;
}

@media only screen and (max-width: 1200px) {
  header,
  main,
  footer,
  .annoucement {
    padding-left: 0;
  }
}

a.CS_LinkBar_Item:first-of-type {
  display: none;
}
.CS_Element_LinkBar span:first-of-type {
  display: none;
}
/* Color Palette*/
.hacc-purple {
  background-color: #782964 !important;
}
.hacc-purple-darken {
  background-color: #551d47;
}
.rgba-hacc-purple-strong {
  background-color: rgba(120, 41, 100, 0.8);
}
.hacc-peru {
  background-color: #bc9f73 !important;
}
.hacc-blue {
  background-color: #5381ac !important;
}
.hacc-olive {
  background-color: #8b8e4b !important;
}
.hacc-maroon {
  background-color: #9e1b32 !important;
}
.hacc-gray {
  background-color: #93847b !important;
}
.hacc-black {
  background-color: #000000 !important;
}
.text-purple {
  color: #782964 !important;
}
.text-peru {
  color: #bc9f73 !important;
}
.text-blue {
  color: #5381ac !important;
}
.text-olive {
  color: #8b8e4b !important;
}
.text-maroon {
  color: #9e1b32 !important;
}
.text-gray {
  color: #93847b;
}
.text-black {
  color: #000000;
}
/*Float Box*/
.floating-box {
  position: fixed;
  right: 0;
  left: 0;
  top: auto;
  bottom: 0;
  background-color: white;
  font-size: 1.2rem;
  z-index: 2000;
  padding: 2px 5px 0px 2px;
}

@media (min-width: 768px) {
  .floating-box {
    top: 25%;
    left: auto;
    bottom: auto;
    border-radius: 11px 0px 0px 11px;
  }
}
.floating-box a {
  text-decoration: none;
}

/*Optimized layout for Print */
@media print {
  .panel-collapse,
  .panel-collapse .collapse,
  .collapse.in {
    height: auto !important;
    display: block;
  }
}

/*Naming Opportunity */
.row_hover {
  background-color: rgba(158, 27, 50, 1);
  color: white;
}
.row_selected {
  background-color: rgba(158, 27, 50, 1);
  color: white;
}
.dataTable thead {
  background-color: #782964;
  color: white;
  font-weight: bold;
}
.detailBlock {
  display: none;
  max-width: 100%;
  margin-bottom: 1rem;
}
.detailBlock.checked {
  display: block;
}

.cswTabContent a.tabAccordionHeader {
  border: 1px solid #5381ac;
}

.dataTable .sold {
  background-color: #9e1b32;
  color: white;
}

/********* Old Styling******/
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.purple_header {
  color: #782964;
  font-size: 1.7rem;
}
.purple_button {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: white;
  background-color: #7e0b6e;
  border: none;
  padding: 10px 15px;
  font-size: 1.1em;
  border-radius: 10px;
}
#boardmembers {
  width: 100%;
  background: #7e0b6e url(../img/white_10.png) 50% 0% no-repeat;
  background-size: 100% auto;
  margin-left: 0;
  clear: both;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 0px;
}
.btn_main {
  font-family: "Play", Arial, sans-serif;
  font-weight: bold;
  font-size: 0.8em;
  background-color: rgba(158, 27, 50, 1);
  color: white;
  border-radius: 10px;
  text-decoration: none;
  white-space: normal;
}

.btn_main:hover,
.btn_main:visited {
  background-color: white;
  color: rgba(158, 27, 50, 1);
  border-color: rgba(158, 27, 50, 1);
}
.btn_main-outline {
  background-color: white;
  color: rgba(158, 27, 50, 1);
  border-color: rgba(158, 27, 50, 1);
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  white-space: normal;
}
.btn_main-outline:hover,
.btn_main:visited {
  background-color: rgba(158, 27, 50, 1);
  color: white;
}
.CS_Form {
  font-size: 1em;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 2px;
  margin-left: 16px;
}
.cognito select {
  display: block !important;
}
[type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
/*This is a bug from commonspot 10.5 upgrade* in cf_form.css */
.CS_FormFieldControlContainer div.multicheckbox,
.CS_FormFieldControlContainer div.radiobutton {
  float: none;
}

.purple_header {
  color: #782964;
  z-index: 100;
}
.yellow_header {
  color: #e2c879;
}
.turquoise_header {
  color: #337c71;
}

.purple_button {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: white;
  background-color: #7e0b6e;
  border: none;
  padding: 10px 15px;
  font-size: 1.1em;
  border-radius: 10px;
}
.purple_button: visited {
  color: white;
}
.yellow_button {
  color: #262626;
  background-color: #e2c879;
  border: none;
  padding: 5px 5px 5px 5px; /* was 7 20 10 20*/
  font-size: 1.2em;
  border-radius: 10px;
}
.turquoise_button {
  color: #fff;
  background-color: #337c71;
  border: none;
  padding: 5px 5px 5px 5px; /* was 7 20 10 20*/
  font-size: 1.2em;
  border-radius: 10px;
}
.floatleft {
  float: left;
}

/*************Fixed Left Navigation****************/

.side-nav {
  width: 300px;
}
.side-nav .collapsible a {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  height: auto;
  line-height: 36px;
  padding-left: 1rem;
}
.side-nav .collapsible .fas {
  font-size: 1rem;
}
.side-nav .logo-wrapper a {
  margin: 0 auto;
}

@media (max-height: 992px) {
  .side-nav .logo-wrapper,
  .side-nav .logo-wrapper a {
    height: 90px;
  }
}
.side-nav .logo-wrapper img {
  padding-left: 30px;
  padding-right: 30px;
}
.side-nav .search-form input[type="text"] {
  font-weight: 400;
  font-size: 1rem;
  border: none;
  color: white;
  padding: 1rem 0rem 1rem 1rem;
  width: 9.5rem;
}
.side-nav .search-form input[type="text"]:focus:not([readonly]) {
  border: none;
}
.side-nav .search-form .form-inline {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  width: 10%;
}
.side-nav .featured-link {
  line-height: 1.2;
  padding-left: 0;
  color: white;
}
.side-nav a.first-level {
  padding-left: 1rem;
  text-decoration: none;
}
.side-nav a.second-level {
  padding-left: 1.5rem;
  text-decoration: none;
  height: auto;
}
.side-nav a.third-level {
  padding-left: 2rem;
  padding-right: 0.2rem;
  text-decoration: none;
  height: auto;
}
.side-nav a:hover {
  text-decoration: underline;
}
.md-accordion .card .card-body {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}

/* make the left navigation scrollable*/
div#slide-out {
  overflow: auto;
}
.side-nav > ul {
  max-height: inherit;
}

/******fixed for IE bug******/
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .side-nav.fixed {
    -ms-transform: translateX(0);
  }
}
/************* Homepage Carousel ***************/

/* Necessary for full page carousel*/
html,
body,
#homepage-carousel .carousel-item .view {
  height: 100vh;
}
/* Carousel*/
#homepage-carousel .carousel,
#homepage-carousel .carousel-item,
#homepage-carousel .carousel-item.active {
  height: 100vh;
}
#homepage-carousel .carousel-inner {
  height: 100vh;
}
#homepage-carousel .carousel-item .view {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/*****Vertical Tabs Pannel*******/
.hacc-tabs.md-pills .nav-link {
  background-color: transparent !important;
  box-shadow: 0 0;
  line-height: 1;
  font-weight: bold;
  width: 5rem;
}
.hacc-tabs.md-pills .nav-link.active {
  border-bottom: 10px solid;
}

/*****Streak******/
@media (max-width: 736px) {
  .streak.streak-md {
    height: 105%;
  }
}
/********Student Testimonials******/
.student-testimonial .testimonial-card .avatar {
  width: 140px;
  margin-top: -70px;
}
s .student-testimonial .streak .streak-lg {
  height: 750px;
}
/*******Smooth Scroll to top**********/
.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
  transition: all 1s;
}
.scrolltop.show {
  display: block;
}
.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.scroll:hover {
  bottom: 30px;
}
/* Style Google tranlate	*/
.goog-te-gadget-simple {
  white-space: nowrap !important;
  background-color: transparent !important;
  border: none !important;
  font-size: 1rem !important;
  font-family: "Roboto", sans-serif;
  padding: 0;
}
.goog-te-gadget-simple .goog-te-menu-value span {
  color: white !important;
}
