/*  ==============================
            Fonts
=================================*/

@font-face {
  font-family: Busorama;
  src: url("../fonts/Busorama/busorama.ttf");
}
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: MetropolisThin;
  src: url("../fonts/Metropolis/Metropolis-Thin.otf");
}
@font-face {
  font-family: MetropolisExtraLight;
  src: url("../fonts/Metropolis/Metropolis-ExtraLight.otf");
}
@font-face {
  font-family: MetropolisLight;
  src: url("../fonts/Metropolis/Metropolis-Light.otf");
}
@font-face {
  font-family: MetropolisRegular;
  src: url("../fonts/Metropolis/Metropolis-Regular.otf");
}
@font-face {
  font-family: MetropolisMedium;
  src: url("../fonts/Metropolis/Metropolis-Medium.otf");
}
@font-face {
  font-family: MetropolisSemiBold;
  src: url("../fonts/Metropolis/Metropolis-SemiBold.otf");
}
@font-face {
  font-family: MetropolisBold;
  src: url("../fonts/Metropolis/Metropolis-Bold.otf");
}
@font-face {
  font-family: MetropolisExtraBold;
  src: url("../fonts/Metropolis/Metropolis-ExtraBold.otf");
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w5aX8.ttf) format('truetype');
}

/*  ==============================
            Generic CSS
=================================*/

body {
  font-family: "Montserrat", sans-serif;
  font-family: normal;
}
.vm-1 {
  margin: 1rem 0;
}
h1 {
  color: #3b1719;
  text-transform: uppercase;
  font-size: 1.6em;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 15px;
  margin-top: 2em;
  font-weight: 500;
}
h1:after {
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #a35d5d;
  bottom: 0;
  content: '';
}
h1:before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  background: #d8cfcf;
  bottom: 0px;
}
h2 {
  text-transform: uppercase;
  font-size: 1.2em;
}
p {
  color: #4f5a62;
  font-size: 1em;
}
a {
  color: #074486;
}
.btn-mainColor {
  background-color: #32131a;
  color: #FFF;
  transition: 0.4s ease-in-out;
}
.btn-mainColor:hover {
  background-color: #5a2d38;
  color: #FFF;
}
@media all and (max-width: 768px) {
  .btn-mainColor {
    margin-bottom: 1em;
  }
}
.openNextDivv {
  font-style: italic;
  color: #0000FF;
  cursor: pointer;
}
.openNextDiv {
  cursor: pointer;
}
.openNextDiv2 {
  color: white;
  cursor: pointer;
}
.openNextDiv2:hover {
  color: white;
  cursor: pointer;
  text-decoration: none;
}
.court-form-btn {
  min-width:48%;
  margin: auto 5px;
}

@media all and (max-width: 992px) {
  .court-form-btn {
    min-width: 100%;
    margin-bottom: 10px;
  }
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
}

/*  ==============================
            Form Styles
=================================*/

form.myFormStyle1 input {
  height: 40px;
  margin-bottom: 1.3em;
}
form.myFormStyle1 input[type=radio] {
  height: auto;
}
form.myFormStyle1 p.radio {
  display: inline-block;
}
form.myFormStyle1 span {
  font-size: 0.8em;
  color: red;
}
form.myFormStyle1 p.span {
  font-size: 0.9em;
  font-weight: bold;
  color: red;
}
p.form-success {
  background: #8aeaa0;
  padding: 10px;
  border-radius: 7px;
  color: #065f1a;
}
p.form-error {
  background: #d89698;
  padding: 10px;
  border-radius: 7px;
  color: #483434;
}
.searchPage form input {
  height: 50px;
}
.searchPage form button {
  height: 50px;
}
.searchPage p.searchMatches {
  background: #f7f7f7;
  color: #292424;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 1.2em;
}
.searchPage p.matches {
  padding: 0 10px;
}
.searchPage li.limatches {
  background: #f9f9f9;
  padding: 0 25px;
  margin-bottom: 15px;
}
.film-app .app-header {
  margin-top: 2em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ced4da;
  padding-bottom: 1em;
}
.film-app .app-header h2 {
  text-align: center;
  font-size: 2em;
  padding-top: 1em;
}
.film-app .app-header img {
  width: 100px;
  display: block;
  margin: 0 auto;
}
.film-app p.permitApplicationSucces {
  background: #91e491;
  padding: 10px 10px;
  color: #135013;
  border-radius: 5px;
  font-weight: 600;
}
.film-app p.permitApplicationSucces button {
  float: right;
  border: none;
  outline: 0;
  background: #4e864e;
  font-weight: bold;
  color: white;
  border-radius: 5px;
}
.film-app p.permitApplicationError {
  background: #ec9e9e;
  padding: 10px 10px;
  color: #4c1313;
  border-radius: 5px;
  font-weight: 600;
}
.film-app p.permitApplicationError button {
  float: right;
  border: none;
  outline: 0;
  background: #7d4b4b;
  font-weight: bold;
  color: white;
  border-radius: 5px;
}
.film-app form span {
  font-size: 0.7em;
}
.film-app form label {
  font-weight: bold;
}

/*  ==============================
            Modals
=================================*/

.modalStyle {
  display: none;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0);
  background: rgba(0, 0, 0, 0.8);
  animation-name: fadeIn;
  animation-duration: 0.4s;
}
.modalStyle button {
  float: right;
  padding: 1px 10px;
  margin: 35px;
  font-size: 1.5em;
  background: no-repeat;
  border: none;
  color: #FFF;
  font-weight: bold;
  background: #0c0a0a;
}
.modalStyle iframe {
  bottom: 0;
  width: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@media all and (max-width: 991px) {
  .modalStyle iframe {
    width: 95%;
    height: 400px;
  }
}
@media all and (max-width: 768px) {
  .modalStyle button {
    margin: 0px;
  }
}
.gallery-imgs img {
  display: block;
  margin: 0 auto;
  margin: 10px 0px;
  border-bottom: 3px solid #a7a3a3;
  border-radius: 5px;
  cursor: pointer;
}
.gallery-imgs img:hover {
  opacity: 0.8;
}
.showGallery {
  display: block !important;
}
.galleryRow {
  display: none;
}
.galleryModal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 3em;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #000;
}
.galleryModal span {
  color: #FFF;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.galleryModal span:hover {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.galleryModal span:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.galleryModal .modal-content {
  position: relative;
  background: #000;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
.galleryModal .modal-content .indianCanyonGallery {
  display: none;
}
.galleryModal .modal-content img {
  background: white;
  padding: 5px;
}
.galleryModal .modal-content p {
  margin: 0;
  padding: 0;
  text-align: right;
  padding-bottom: 10px;
  position: relative;
  background: black;
  color: #f9f9f9;
}
.galleryModal .bck,
.galleryModal .nxt {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 15px;
  margin-top: -50px;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2em;
  transition: 0.6 ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.galleryModal .bck:hover,
.galleryModal .nxt:hover {
  color: red;
}
.galleryModal .bck:focus,
.galleryModal .nxt:focus {
  color: red;
}
.galleryModal .nxt {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.slideShowImgs {
  width: 130px;
}

/*  ==============================
            Header
=================================*/

.main-menu {
  width: 100%;
  background: #32131a;
  border-bottom: 2px solid #FFF;
}
.main-menu .container {
  padding: 0;
}
.main-menu .collapse {
  background: #32131a;
}
.main-menu .navbar-light .navbar-nav .nav-link {
  color: #FFF;
}
.main-menu nav {
  width: 100%;
}
.main-menu nav ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  padding-left: 10px;
}
.main-menu nav ul li {
  display: inline-block;
  position: relative;
  padding: 0px 10px;
}
.main-menu nav ul li a {
  display: block;
  padding: 20px 40px;
  text-decoration: none;
  color: #FFF;
  font-family: defaultFontBold;
  font-weight: 700;
  font-size: 1em;
}
.main-menu nav ul li a:focus {
  text-decoration: underline;
}
.main-menu nav ul li:hover {
  text-decoration: underline;
}
.main-menu nav ul li:hover ul {
  left: 0;
}
.main-menu nav ul li img {
  width: 20px;
}
.main-menu nav ul li form {
  padding: 10px 0px;
}
.main-menu nav ul li form input {
  width: 120px;
  height: 35px;
  padding: 10px;
  border: none;
  outline: none;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.main-menu nav ul li form button {
  background: #7c7680;
  margin-left: -10px;
  border-top: 1px solid #7c7680;
  color: #fff;
  margin-bottom: 2px !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.main-menu nav i {
  background: #FFF;
  padding: 10px 13px;
  font-size: 1.3em;
  margin-top: -7px;
  border-radius: 5px;
}
.main-menu nav .dropdown-menu a {
  padding: 5px 20px;
  font-weight: normal;
}
.main-menu .navbar-brand {
  display: none;
}
.main-menu .navbar-brand:hover {
  color: #FFF;
}
.main-menu .navbar-expand-lg .navbar-nav .dropdown-menu {
  background: #32131a;
}
.main-menu button {
  border: none;
  outline: none;
}
.main-menu li.mmobile {
  display: none;
}
.main-menu ul.social-m {
  display: none;
}
.main-menu .dropdown-item:hover,
.main-menu .dropdown-item:focus {
  color: #FFF;
}
@media all and (max-width: 1200px) {
  .main-menu nav ul li {
    padding: 0 0px;
  }
}
@media all and (max-width: 991px) {
  .main-menu form.mySearch {
    margin-left: 10px;
  }
  .main-menu form.mySearch button {
    margin-bottom: 9px !important;
  }
  .main-menu form.mySearch2 {
    margin-left: 10px;
  }
  .main-menu form.mySearch2 button {
    margin-bottom: 9px !important;
  }
  .main-menu .navbar-brand {
    display: block;
    color: #FFF;
    padding: 10px;
  }
  .main-menu .navbar-light .navbar-toggler {
    padding: 1px 3px;
    margin: 10px;
  }
  .main-menu nav ul li {
    padding: 0px;
  }
  .main-menu nav ul li:hover {
    text-decoration: none;
  }
  .main-menu nav ul li a {
    padding: 12px 0;
    font-weight: normal;
  }
  .main-menu .collapse {
    background: #582b3b;
    color: #FFF;
  }
  .main-menu li.mmobile {
    display: block;
  }
  .main-menu ul.social-m {
    display: block;
    margin-top: 7px;
  }
  .main-menu ul.social-m i {
    background: transparent;
    padding: 0px 3px;
  }
  .main-menu ul.social-m img {
    font-size: 1.3em;
    margin-top: -7px;
    border-radius: 5px;
    margin-right: 10px;
  }
  .main-menu ul.social-m .navbar-brand {
    padding: 0;
  }
  .main-menu button {
    font-size: 1rem;
  }
}
form.mySearch .container {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 100px;
}
form.mySearch .container .search {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #32131a;
  border-radius: 5%;
  transition: all 1s;
  z-index: 4;
}
form.mySearch .container .search:hover {
  cursor: pointer;
}
form.mySearch .container .search::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 18px;
  right: 0;
  bottom: 0;
  left: 14px;
  width: 8px;
  height: 2px;
  background: white;
  transform: rotate(45deg);
  transition: all 0.5s;
}
form.mySearch .container .search::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -5px;
  right: 0;
  bottom: 0;
  left: -5px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid white;
  transition: all 0.5s;
}
form.mySearch .container input {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 40px;
  outline: none;
  border: none;
  background: #FFF;
  color: #000;
  padding: 0 80px 0 20px;
  border-radius: 10px;
  transition: all 1s;
  opacity: 0;
  z-index: 5;
  font-weight: bolder;
  letter-spacing: 0.1em;
}
form.mySearch .container input:hover {
  cursor: pointer;
}
form.mySearch .container input:focus {
  width: 270px;
  opacity: 1;
  cursor: text;
}
form.mySearch .container input:focus ~ .search {
  right: -250px;
  background: #32131a;
  z-index: 6;
}
form.mySearch .container input:focus ~ .search::before {
  top: 0;
  left: 0;
  width: 25px;
}
form.mySearch .container input:focus ~ .search::after {
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  border: none;
  background: white;
  border-radius: 0%;
  transform: rotate(-45deg);
}
form.mySearch .container input::placeholder {
  color: grey;
  opacity: 0.5;
  font-weight: bolder;
}
@media all and (max-width: 1200px) {
  form.mySearch .container {
    width: 200px;
  }
  form.mySearch .container input:focus {
    width: 160px;
  }
  form.mySearch .container input:focus ~ .search {
    right: -165px;
  }
}
@media all and (max-width: 990px) {
  form.mySearch .container {
    position: relative;
    height: 55px;
    margin-bottom: 1em;
    width: 250px;
  }
  form.mySearch .container .search {
    background: #582b3b;
  }
  form.mySearch .container input:focus ~ .search {
    background: #582b3b;
  }
  form.mySearch form.mySearch .container input:focus {
    width: 215px;
  }
}
form.mySearch2 .container {
  position: absolute;
  margin: auto;
  top: 0;
  right: -70px;
  bottom: 0;
  width: 250px;
  height: 100px;
}
form.mySearch2 .container .search {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #32131a;
  border-radius: 5%;
  transition: all 1s;
  z-index: 4;
}
form.mySearch2 .container .search:hover {
  cursor: pointer;
}
form.mySearch2 .container .search::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 18px;
  right: 0;
  bottom: 0;
  left: 14px;
  width: 8px;
  height: 2px;
  background: white;
  transform: rotate(45deg);
  transition: all 0.5s;
}
form.mySearch2 .container .search::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -5px;
  right: 0;
  bottom: 0;
  left: -5px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid white;
  transition: all 0.5s;
}
form.mySearch2 .container input {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 40px;
  outline: none;
  border: none;
  background: #FFF;
  color: #000;
  padding: 0 80px 0 20px;
  border-radius: 10px;
  transition: all 1s;
  opacity: 0;
  z-index: 5;
  font-weight: bolder;
  letter-spacing: 0.1em;
}
form.mySearch2 .container input:hover {
  cursor: pointer;
}
form.mySearch2 .container input:focus {
  width: 270px;
  opacity: 1;
  cursor: text;
}
form.mySearch2 .container input:focus ~ .search {
  right: -250px;
  background: #32131a;
  z-index: 6;
}
form.mySearch2 .container input:focus ~ .search::before {
  top: 0;
  left: 0;
  width: 25px;
}
form.mySearch2 .container input:focus ~ .search::after {
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  border: none;
  background: white;
  border-radius: 0%;
  transform: rotate(-45deg);
}
form.mySearch2 .container input::placeholder {
  color: grey;
  opacity: 0.5;
  font-weight: bolder;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  form.mySearch2 .container {
    right: -30px;
  }
}

@media all and (max-width: 1200px) {
  form.mySearch2 .container {
    width: 200px;
  }
  form.mySearch2 .container input:focus {
    width: 160px;
  }
  form.mySearch2 .container input:focus ~ .search {
    right: -165px;
  }
}
@media all and (max-width: 990px) {
  form.mySearch2 .container {
    position: relative;
    height: 55px;
    margin-bottom: 1em;
    width: 250px;
  }
  form.mySearch2 .container .search {
    background: #582b3b;
  }
  form.mySearch2 .container input:focus ~ .search {
    background: #582b3b;
  }
  form.mySearch2 form.mySearch2 .container input:focus {
    width: 215px;
  }
}
div.instantSearch {
  background: white;
  position: absolute;
  right: 0px;
  width: 245px;
  z-index: 99999;
  border: 1px solid black;
  padding: 10px;
}
div.instantSearch img {
  width: 40px;
  display: block;
  margin: 0 auto;
}
div.instantSearch li {
  list-style: none;
  padding-left: 10px;
  font-style: italic;
}
div.instantSearch p {
  margin-bottom: 3px;
  font-weight: bold;
  background: #f1eded;
  color: #32131a;
  padding-left: 10px;
}
div.instantSearch p i {
  background: none;
  padding: 0;
  margin-top: 0;
  border-radius: 0;
  font-size: 0.9em;
}
div.instantSearch button {
  background: 0 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  font-style: italic;
  color: #3c6ca0;
  padding: 0;
  letter-spacing: 0;
  margin: 0;
  font-size: 0.9em;
  padding-left: 10px;
}
div.instantSearch button:hover {
  background: none;
  text-decoration: underline;
}
@media all and (max-width: 990px) {
  div.instantSearch {
    width: 100%;
  }
}
.dropdown-item:hover,
.dropdown-item:focus {
  background: #6d3642;
}
.main-menu nav ul li:first-child {
  padding-left: 0;
}
.main-menu nav ul li:last-child:hover {
  background: none;
}
#mainMenu {
  cursor: pointer;
  padding: 17px 36px 21px 6px;
  background: white;
  margin-right: 5px;
  border-radius: 3px;
  transition: 0.4s ease-in-out;
  float: right;
}
#mainMenu:hover {
  background: #f3bfd2;
}
#mainMenu:focus {
  background: #f3bfd2;
  border: 4px solid white;
}
#mainMenu span,
#mainMenu span:before,
#mainMenu span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 30px;
  background: #100001;
  position: absolute;
  display: inline-block;
  content: '';
  border-radius: 4px;
}
#mainMenu span:before {
  top: -10px;
  left: 5px;
  right: 5px;
  width: 20px;
}
#mainMenu span:after {
  bottom: -10px;
  left: 5px;
  right: 5px;
  width: 20px;
}
#mainMenu span,
#mainMenu span:before,
#mainMenu span:after {
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#mainMenu.active span {
  background-color: transparent;
}
#mainMenu.active span:before,
#mainMenu.active span:after {
  top: 0;
}
#mainMenu.active span:before {
  transform: rotate(45deg);
}
#mainMenu.active span:after {
  transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}
#mainMenuSearch {
  cursor: pointer;
  padding: 3px ​10px 3px 10px;
  margin-right: 5px;
  border-radius: 3px;
  transition: 0.4s ease-in-out;
  float: right;
}
#mainMenuSearch:hover {
  background: #f3bfd2;
}
#mainMenuSearch:focus {
  background: #f3bfd2;
  border: 4px solid white;
}
.main-menu-links {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #2a2a2a;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  color: #FFF;
}
.main-menu-links a {
  color: #FFF;
}
.main-menu-links img {
  float: left;
  width: 450px;
  margin-top: 20px;
}
.main-menu-links .container {
  border-bottom: 1px solid #4c4c4c;
  margin-bottom: 3em;
}
.main-menu-links span {
  height: 40px;
  width: 40px;
  position: relative;
  box-sizing: border-box;
  line-height: 50px;
  display: inline-block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.main-menu-links span:before,
.main-menu-links span:after {
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  left: 60%;
  margin-top: -10px/2;
  margin-left: -50px/2;
  display: block;
  height: 5px;
  width: 40px;
  background-color: #fff;
  transition: all 0.2s ease-out;
}
.main-menu-links span:after {
  transform: rotate(45deg);
}
.main-menu-links span:hover:before,
.main-menu-links span:hover:after {
  transform: rotate(0deg);
}
.main-menu-links span:focus:before,
.main-menu-links span:focus:after {
  transform: rotate(0deg);
}
.main-menu-links .row h3 {
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 1px solid #333232;
  padding-bottom: 10px;
  font-family: normal;
  font-size: 1em;
}
.main-menu-links .row p {
  color: #FFF;
  font-size: 0.85em;
}
.main-menu-links .row ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 0.8em;
}
.main-menu-links .row ul li {
  list-style: none;
  color: #cbcbcb;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-menu {
  background-color: #120013;
  width: 100%;
}
.top-menu .container {
  padding: 0;
}
.top-menu a.individual {
  margin-top: 3px;
  position: absolute;
  padding: 9px 7px;
  text-decoration: none;
  color: #FFF;
  font-size: 0.9em;
  font-family: normal;
}
.top-menu a.individual:hover {
  text-decoration: underline;
}
.top-menu a.individual:focus {
  text-decoration: underline;
}
.top-menu nav {
  display: table;
  width: 100%;
}
.top-menu nav ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  float: right;
}
.top-menu nav ul li {
  display: inline-block;
  position: relative;
}
.top-menu nav ul li a {
  display: block;
  padding: 9px 7px;
  text-decoration: none;
  color: #FFF;
  font-size: 0.9em;
  font-family: normal;
}
.top-menu nav ul li a:focus {
  text-decoration: underline;
}
.top-menu nav ul li:hover {
  background: #601625;
}
.top-menu nav ul li:hover ul,
.top-menu nav ul li.hover ul {
  left: 0;
}
.top-menu nav ul li img {
  width: 20px;
}
.top-menu nav ul ul {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 0;
  left: -9999em;
  z-index: 1;
}
.top-menu nav ul ul li {
  width: 100%;
}
.top-menu nav ul ul li img {
  float: right;
}
.top-menu nav ul ul li a:hover {
  background: #000;
}
.top-menu nav .right {
  float: right;
}
.top-menu nav .right a {
  padding-left: 10px;
  padding-right: 10px;
}
.top-menu nav .right a ul {
  padding-left: 10px;
  padding-right: 10px;
}
.top-menu nav .search {
  background: white;
  margin-left: 10px;
}
.top-menu nav .search a {
  padding: 9px 10px;
}
.top-menu nav .search a:hover {
  background: #f1eaec;
}
.logo-weather {
  padding-top: 10px;
}
.logo-weather .container {
  padding-left: 0px;
}
.logo-weather [class*=col] {
  padding-right: 0px;
}
.logo-weather img.main-logo {
  width: 350px;
  margin-top: 0px;
  position: inherit;
}
.logo-weather .weather-main {
  margin-top: 10px;
  float: right;
}
.logo-weather .social-media {
  float: right;
  margin-right: 15px;
}
.logo-weather .social-media ul {
  list-style: none;
}
.logo-weather .social-media ul li {
  display: inline-block;
}
.logo-weather .social-media img {
  width: 27px;
  margin: 15px 10px;
}
@media all and (max-width: 991px) {
  .logo-weather .social-media {
    display: none;
  }
  .logo-weather img.main-logo {
    margin-bottom: 5px;
  }
}
@media all and (max-width: 768px) {
  .logo-weather {
    padding: 1px 0;
  }
  .logo-weather .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .logo-weather img.main-logo {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .logo-weather .social-media {
    float: initial;
  }
  .logo-weather ul {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
  }
}
ul.social-media li {
  display: inline-block;
}
a.prepositionBtns {
  float: left;
}
a.prepositionBtns img {
  width: 75px;
  padding: 15px 0px;
  margin-right: 30px;
}
@media all and (max-width: 1024px) {
  a.prepositionBtns img {
    margin-right: 20px;
  }
}
@media all and (max-width: 769px) {
  a.prepositionBtns {
    float: initial;
  }
  a.prepositionBtns img {
    padding: 15px 0px;
    margin-right: 20px;
  }
}
@media all and (max-width: 200px) {
  a.prepositionBtns img {
    width: 48px;
    padding: 5px 0;
  }
}
@media all and (max-width: 991px) {
  #mainMenu {
    display: none;
  }
  .slideShowImgs {
    width: 100px;
  }
  .singleBanner {
    height: 130px;
  }
}
@media all and (max-width: 500px) {
  img.sec {
    height: 115px;
  }
}
@supports (-ms-ime-align:auto) {
  .main-menu nav ul li:hover {
    color: #FFF;
  }
}
@-moz-document url-prefix() {
  .sub-menu nav ul li a {
    display: inherit;
  }
  .sub-menu nav ul li span {
    position: initial;
  }
  .main-menu nav ul li:hover {
    color: #FFF;
  }
  .sub-menu nav ul {
    padding: 10px 20px;
  }
}

/*  ==============================
        Footer
=================================*/

footer {
  width: 100%;
  background: #221d21;
  padding: 2em 0;
  color: #FFF;
  margin-top: 6em;
}
footer p.title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.2em;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 10px;
  font-weight: 500;
}
footer p.title:after {
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #ac8e98;
  bottom: 0;
  content: '';
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
footer ul li {
  padding-left: 1.4em;
  padding-bottom: 10px;
}
footer ul li i {
  padding-right: 0.8em;
}
footer ul li a {
  color: #FFF;
}
footer ul li a:hover {
  color: #FFF;
}
footer ul li a:focus {
  text-decoration: underline;
}
footer .contact-us {
  background: #FFF;
  text-align: center;
  margin-top: -95px;
  border-top: 5px solid #32131a;
  padding: 25px 20px;
}
footer .contact-us p.header {
  color: #3b1719;
  font-size: 1.4em;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0.8em;
}
footer .contact-us p.header:after {
  display: block;
  width: 50px;
  height: 3px;
  background: #ac8e98;
  bottom: 0;
  content: '';
  margin: 0 auto;
  margin-top: 12px;
  position: inherit;
}
footer .contact-us a {
  color: #4f5a62;
}
footer .contact-us ul {
  list-style: none;
}
footer .contact-us ul li {
  display: inline-block;
}
footer .contact-us p {
  color: #4f5a62;
}
footer p {
  color: #FFF;
}
footer p.xtra {
  padding-left: 20px;
  text-align: justify;
  font-size: 0.7em;
}
footer img {
  width: 25px;
}
@media all and (max-width: 768px) {
  footer .contact-us {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  footer p.xtra {
    padding-left: 0px;
  }
}
.copyright {
  background: #000;
  width: 100%;
}
.copyright p {
  text-align: center;
  margin: 0;
  padding: 15px;
  color: #a2a2a2;
  font-size: 0.9em;
}

/*  ==============================
        Admin / Login
=================================*/

#login {
  margin-top: 2em;
  margin-bottom: 8em;
  padding: 3em 0;
}
#login .login-section {
  background: #f1f1f1;
  padding: 3em 2em 3em 2em;
  border: 1px solid #e6e6e6;
}
#login .login-section img {
  width: 200px;
  display: block;
  margin: 0 auto;
  margin-bottom: 2em;
  border-bottom: 1px solid #dcd9d9;
  padding-bottom: 1em;
}
#login .login-section form span {
  padding: 0px 20px;
}
#login .login-section form label {
  font-size: 1.1em;
  font-weight: 600;
}
#login .login-section form input {
  width: 100%;
  font-size: 1.1em;
  padding: 10px;
  height: 55px;
}
#login .login-section form .form-group {
  margin-bottom: 2em;
}
#login .login-section form button {
  margin-top: 1em;
  background-image: url("../imgs/bg-texture.png");
  background-color: #633244;
  border: 1px solid #633244;
  transition: ease-in-out 0.4s;
}
#login .login-section form button:hover {
  background-color: #8c5167;
}
.admin .logout {
  float: right;
  margin-bottom: -10px;
  margin-top: 20px;
}
.admin .newEvent {
  margin-bottom: -10px;
  margin-top: 20px;
}
.admin table img {
  width: 90px;
  display: block;
  margin: 0 auto;
}
.admin table form {
  padding: 0;
}
.admin table form button {
  font-size: 0.9em;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}
.admin form {
  padding: 20px;
}
.admin .new_event {
  margin: 10px 0;
  margin-bottom: 3em;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.admin .new_event h3 {
  color: #585454;
  padding-left: 15px;
  font-size: 1.4em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
}
.admin .new_event form {
  padding: 0;
  background: white;
  border: 1px solid #efe6e6;
  padding: 18px;
}
.admin .new_event h1 {
  margin-top: 0.2em;
}
.admin .new_event button {
  background-color: #337ab7;
  color: #FFF;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-size: 1em;
  border-radius: 7px;
  font-weight: bold;
}
.admin .new_event button:after {
  content: '+';
  color: #FFF;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.admin .new_event label {
  color: #868080;
  font-weight: normal;
}
.admin .new_event input {
  border: 1px solid #c5c3c3;
  padding: 10px;
  border-radius: 2px;
  width: 100%;
  margin-top: 5px;
}
.admin .new_event .input-group-addon {
  background: none;
  border: none;
}
.admin .new_event .input-group-addon span {
  background: #eee;
  padding: 13px 17px;
  margin-left: 0px;
  margin-top: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.admin #newEventContent form {
  margin-top: 1.5em;
}
.admin .newContentActive {
  display: block !important;
}
.active_:after {
  content: '-' !important;
}

/*  ==============================
            Home Banner
=================================*/

div.videoBtn {
  top: 80%!important;
  float: right;
  left: 70%;
  top: 68%;
  transition: tran;
  transform: translate(-48%, -90%);
}
div.videoBtn a {
  color: #191818;
  background: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}
div.videoBtn a:hover {
  background: #983236;
  color: #FFF;
}
div.icBtn {
  top: 77.5%!important;
  float: right;
  left: 45%;
  transition: tran;
  transform: translate(-48%, -90%);
}
div.icBtn a {
  color: #191818;
  background: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}
div.icBtn a:hover {
  background: #983236;
  color: #FFF;
}
@media all and (max-width: 768px) {
  div.icBtn {
    top: 80%!important;
    left: 40%;
  }
}
div.spaBtn {
  top: 67%!important;
  float: right;
  left: 82.5%;
  right: 10%;
  transition: tran;
  transform: translate(-48%, -90%);
}
div.spaBtn a {
  color: #191818;
  background: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}
div.spaBtn a:hover {
  background: #983236;
  color: #FFF;
}
@media all and (max-width: 768px) {
  div.spaBtn {
    top: 80%!important;
    left: 70%;
  }
}
div.accmBtn2 {
  top: 85%!important;
  float: right;
  left: 63.2%;
  transition: tran;
  transform: translate(-48%, -90%);
}

div.accmBtn {
  top: 85%!important;
  float: right;
  left: 63.2%;
  transition: tran;
  transform: translate(-48%, -90%);
}
div.accmBtn a {
  color: #191818;
  background: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}
div.accmBtn a:hover {
  background: #983236;
  color: #FFF;
}
@media all and (max-width: 768px) {
  div.accmBtn {
    top: 80%!important;
    left: 40%;
  }
}
div.tcBtn {
  top: 63%!important;
  float: right;
  left: 84.5%;
  right: 0;
  transition: tran;
  transform: translate(-48%, -90%);
}
div.tcBtn a {
  color: #191818;
  background: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}
div.tcBtn a:hover {
  background: #983236;
  color: #FFF;
}
@media all and (max-width: 768px) {
  div.tcBtn {
    top: 80%!important;
    left: 70%;
  }
}
div.cpBtn {
  top: 64%!important;
  float: right;
  left: 67.5%;
  right: 0;
  transition: tran;
  transform: translate(-48%, -90%);
}
div.cpBtn a {
  color: #191818;
  background: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}
div.cpBtn a:hover {
  background: #983236;
  color: #FFF;
}
@media all and (max-width: 768px) {
  div.cpBtn {
    top: 80%!important;
    left: 70%;
  }
}
.carousel .playPauseControls {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  right: 50%;
  color: white;
  left: 50%;
  font-size: 1.2em;
  margin-bottom: 1em;
  cursor: pointer;
}
.carousel .playPauseControls span {
  display: inline-block;
}
.carousel .playPauseControls span:focus {
  width: 25px;
}
@media all and (max-width: 991px) {
  .carousel .playPauseControls {
    bottom: 0px;
  }
}
.hiddenContent {
  position: absolute;
  left: -9999em;
}
.sliderClass {
  box-shadow: 0 0 6px #d4cfcf;
  background: white;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  margin-bottom: 2em;
}
.sliderClass img {
  display: block;
  margin: 0 auto;
  width: 120px;
  margin-top: 15px;
}
.sliderClass hr {
  width: 80%;
}
.sliderClass p {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.sliderClass p i {
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: -15px;
  display: block;
}
.sliderClass span {
  background: #32131a;
  color: #FFF;
  width: 100%;
  display: block;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
  padding: 3px 0px;
  transition: ease-in-out 0.4s;
  cursor: pointer;
}
.sliderClass span:hover {
  background: #692a38;
}
.sliderClass span i {
  padding-left: 5px;
}
.sliderClass span a {
  color: #FFF;
}
.sliderClass span a:hover {
  text-decoration: none;
}
.sliderClass img {
  width: 90% !important;
  margin-bottom: 10px;
  box-shadow: 0 0 2px #7f7878;
  border-radius: 2px;
}
.sliderClass p.second {
  margin-top: -15px;
}
.sliderClass .extraInfo {
  display: none;
  padding: 20px 30px;
}
.sliderClass .extraInfo ul {
  padding: 0;
  margin: 0;
}
@media all and (max-width: 991px) {
  .sliderClass {
    margin-bottom: 1.5em;
  }
}

/*  ==============================
            Home Page
=================================*/

.homePage .magazineDiv {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.homePage .magazineDiv .left {
  background-color: #221d21;
  padding: 35px 20px 20px 20px;
}
.homePage .magazineDiv .left p {
  color: white;
  font-size: 1em;
}
.homePage .magazineDiv .left a {
  color: white;
  font-size: 0.9em;
  text-align: center;
  display: block;
  line-height: 25px;
}
.homePage .magazineDiv .left h2 {
  color: #FFF;
  margin-bottom: 15px;
}
.homePage .magazineDiv .left h2:after {
  position: absolute;
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 3px;
  background: #fdfdfd;
  content: '';
}
.homePage .magazineDiv .right {
  padding: 0;
  background-color: #32131a;
}
.homePage .magazineDiv .right h2 {
  color: #FFF;
  margin-bottom: 15px;
}
.homePage .magazineDiv .right h2:after {
  position: absolute;
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 3px;
  background: #fdfdfd;
  content: '';
}
.homePage .magazineDiv .right ul {
  list-style: none;
}
.homePage .magazineDiv .right ul li:before {
  content: "\2022";
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.homePage .magazineDiv .right ul li a {
  color: #FFF;
  font-size: 1em;
}
.homePage .magazineDiv .right a.read-more {
  display: block;
  text-align: center;
  color: #FFF;
}
@media all and (max-width: 990px) {
  .homePage .magazineDiv {
    background: none;
  }
  .homePage .magazineDiv .left {
    padding: 30px;
    background: #221d21;
    text-align: center;
  }
  .homePage .magazineDiv .left img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .homePage .magazineDiv .left h2 {
    border-bottom: 1px solid #3e3c3d;
    padding-bottom: 10px;
  }
  .homePage .magazineDiv .left h2:after {
    content: none;
  }
  .homePage .magazineDiv .right h2 {
    border-bottom: 1px solid #3e3c3d;
    padding-bottom: 10px;
    text-align: center;
  }
  .homePage .magazineDiv .right h2:after {
    content: none;
  }
  .homePage .magazineDiv .right ul {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #3e3c3d;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .homePage .magazineDiv .right a.read-more {
    text-align: left;
  }
}
.homePage .magazineDiv2 {
  width: 100%;
  height: 100%;
  background       : url('../imgs/MYWBackground.png');
  padding          : 35px 35px 25px 35px;
  background-size: cover;
  background-repeat: no-repeat;
}
.homePage .magazineDiv2 .left p {
  color: white;
  font-size: 1em;
}
.homePage .magazineDiv2 .left a {
  color: white;
  font-size: 0.9em;
  text-align: center;
  display: block;
  line-height: 25px;
}
.homePage .magazineDiv2 .left h2 {
  color: #FFF;
  margin-bottom: 15px;
}
.homePage .magazineDiv2 .left h2:after {
  position: absolute;
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 3px;
  background: #fdfdfd;
  content: '';
}
.homePage .magazineDiv2 .right {
  padding-left: 180px !important;
  padding: 0;
}
.homePage .magazineDiv2 .right h2 {
  color: #FFF;
  margin-bottom: 15px;
}
.homePage .magazineDiv2 .right h2:after {
  position: absolute;
  display: block;
  width: 76px;
  height: 2px;
  margin-top: 3px;
  background: #fdfdfd;
  content: '';
}
.homePage .magazineDiv2 .right ul {
  list-style: none;
}
.homePage .magazineDiv2 .right ul li:before {
  content: "\2022";
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.homePage .magazineDiv2 .right ul li a {
  color: #FFF;
  font-size: 1em;
}
.homePage .magazineDiv2 .right a.read-more {
  display: block;
  text-align: center;
  color: #FFF;
}
@media all and (max-width: 990px) {
  .homePage .magazineDiv2 {
    background: none;
  }
  .homePage .magazineDiv2 .left {
    padding: 30px;
    background: #221d21;
    text-align: center;
  }
  .homePage .magazineDiv2 .left img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .homePage .magazineDiv2 .left h2 {
    border-bottom: 1px solid #3e3c3d;
    padding-bottom: 10px;
  }
  .homePage .magazineDiv2 .left h2:after {
    content: none;
  }
  .homePage .magazineDiv2 .right {
    padding: 30px !important;
    background: #32131a;
    text-align: center;
  }
  .homePage .magazineDiv2 .right h2 {
    border-bottom: 1px solid #3e3c3d;
    padding-bottom: 10px;
    text-align: center;
  }
  .homePage .magazineDiv2 .right h2:after {
    content: none;
  }
  .homePage .magazineDiv2 .right ul {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #3e3c3d;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .homePage .magazineDiv2 .right a.read-more {
    text-align: center;
  }
}
.homePage .specialEvents .imgURL a {
  border: none !important;
}
.homePage .specialEvents img {
  border: 2px solid #a7a7a7;
}
.homePage .specialEvents .calendarSpecialEvents {
  background: #f5f5f5;
  border-radius: 8px;
}
.homePage .specialEvents .calendarSpecialEvents span {
  display: block;
}
.homePage .specialEvents .calendarSpecialEvents .number {
  color: #32131a;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
}
.homePage .specialEvents .calendarSpecialEvents .month {
  text-align: center;
  text-transform: uppercase;
  background: #32131a;
  color: #FFF;
  font-weight: bold;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.homePage .specialEvents .title {
  font-weight: bold;
  font-size: 1.3em;
  color: #32131a;
}
.homePage .specialEvents .time,
.homePage .specialEvents .location {
  display: inline-block;
  font-style: italic;
}
.homePage .specialEvents .time img,
.homePage .specialEvents .location img {
  border: none;
  width: 30px;
  margin-top: -2px;
  display: inline;
}
.homePage .specialEvents .time i,
.homePage .specialEvents .location i {
  margin-right: 0.5em;
  color: #32131a;
}
.homePage .specialEvents p a {
  float: none;
  padding: 0;
  border: none;
}
.homePage .specialEvents a {
  text-align: right;
  float: right;
  border: 1px solid #4e2426;
  padding: 5px 10px;
  border-radius: 3px;
  color: #4e2426;
  transition: 0.5s ease-in-out;
}
.homePage .specialEvents a:hover {
  text-decoration: none;
  background: #f3f3f3;
}
.homePage .specialEvents a.photos {
  margin-right: 4em;
}
@media all and (max-width: 990px) {
  .homePage .specialEvents .location {
    margin-left: 0em;
  }
  .homePage .specialEvents .time,
  .homePage .specialEvents .location {
    display: block;
    text-align: center;
  }
  .homePage .specialEvents .time img {
    margin: inherit;
  }
  .homePage .specialEvents .time a {
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  .homePage .specialEvents img {
    width: 65%;
    display: block;
    margin: 0 auto;
    margin-bottom: 2em;
  }
  .homePage .specialEvents a.photos {
    margin-right: 0em;
  }
  .homePage .specialEvents p {
    margin-bottom: 0;
  }
  .homePage .specialEvents .location {
    padding-bottom: 1em;
    margin-left: 0px;
  }
  .homePage .specialEvents a {
    margin-top: 1em;
    display: block;
    width: 100%;
    text-align: center;
  }
  .homePage .specialEvents .calendarSpecialEvents {
    width: 85px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
  }
  .homePage .specialEvents .title {
    text-align: center;
    padding-bottom: 7px;
  }
}
@media all and (max-width: 449px) {
  .homePage .specialEvents .location {
    display: block;
  }
}
.homePage .subscribe {
  background: #221d21;
  padding: 2em 4em;
  margin: 3em 0;
  text-align: center;
}
.homePage .subscribe h2 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 500;
}
.homePage .subscribe p {
  color: #FFF;
}
.homePage .subscribe form {
  display: inline-block;
}
.homePage .subscribe form input {
  width: 420px;
  height: 44px;
}
.homePage .subscribe form button {
  padding: 9px;
  margin-left: -16px;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #635057;
  border-color: #635057;
  color: #FFF;
}
.homePage .subscribe form button:hover {
  background: #4e3941;
}
.homePage .subscribe form button:active {
  background: #4e3941;
}
.homePage .subscribe form button:focus {
  border-color: #4e3941;
  outline: none;
  box-shadow: none;
}
.homePage .subscribe form button i {
  padding-left: 10px;
}
.homePage .subscribe .subscribeSuccess {
  background: #3e0000;
  color: #fbfbfb;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #b5b4b4;
  width: 100%;
  display: block;
}
.homePage .subscribe .subscribeError {
  background: #504545;
  color: #fbfbfb;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #b5b4b4;
  width: 100%;
  display: block;
}
@media all and (max-width: 768px) {
  .homePage .subscribe form input {
    width: 185px;
  }
  .homePage .subscribe {
    padding: 1em 3em;
  }
}
@media all and (max-width: 400px) {
  .homePage .subscribe form input {
    width: 150px;
  }
}

/* News Section */
.newsDiv {
  background: #f3f3f3;
  padding: 30px;
}
.newsDiv img {
  width: 140px;
}
.newsDiv h2 {
  text-transform: none;
  font-weight: bold;
}
@media all and (max-width: 990px) {
  .newsDiv {
    padding-bottom: 1em;
  }
  .newsDiv img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}
button.realFullArticle {
  background: #4b4b55;
  text-align: center;
  padding: 3px;
  text-transform: uppercase;
  display: block;
  color: white;
  letter-spacing: 2px;
  transition: 0.4s ease-in-out;
  margin-bottom: 2em;
  border: none;
  outline: none;
  width: 100%;
}
button.realFullArticle:hover {
  text-decoration: none;
  background: #31313f;
}
p.subtitle {
  color: #777;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
h2.pressReleaseTitle {
  font-size: 1.5em;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  border-top: 1px solid #e2e2e2;
  padding-top: 0.7em;
  text-align: center;
  font-weight: bold;
  text-transform: none;
}
a.btn-back {
  color: #fff;
  background-color: #845a64;
  border-color: #845a64;
  margin-bottom: 1em;
}
a.btn-back:hover {
  color: #FFF;
  background: #633f47;
}
img.pressReleaseLogo {
  width: 150px;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
}
.highlight {
  background: yellow;
}
input.small-input {
  width: 40%;
  display: none;
}
img.img-hover {
  transition: 0.5s ease-in-out;
}
img.img-hover:hover {
  opacity: 0.7;
  background: #eaeaea;
}
ul.inline-ul {
  display: inline-block;
  list-style: none;
}
ul.inline-ul li {
  text-align: center;
  font-weight: 700;
  border-top: 1px solid #efeaea;
  padding-bottom: 2em;
  padding-top: 2em;
}
ul.inline-ul li a {
  color: #4f5a62;
}
ul.inline-ul li img {
  width: 10%;
  margin-right: 1em;
}
.pagesLogosText img {
  width: 70%;
  float: right;
}
.pagesLogosText a.link {
  float: left;
  margin-top: 40px;
  font-weight: bold;
  color: #4f5a62;
}
@media all and (max-width: 991px) {
  .pagesLogosText img {
    width: 40%;
    float: none;
    display: block;
    margin: auto;
  }
  .pagesLogosText a.link {
    float: none;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}

/*  ==============================
            Home Misc
=================================*/

.carousel-caption {
  position: absolute;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  background: none;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  translate: translate(-50%, -50%);
  height: auto;
  color: #FFF;
}
.carousel-caption div {
  background: rgba(0, 0, 0, 0.45);
  padding: 20px;
  text-shadow: 1px 1px 3px #000;
}
.carousel-caption div p {
  color: #000;
  font-size: 1em;
  line-height: 25px;
  border-top: 1px solid #c3c2c2;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-top: 15px;
  text-shadow: none;
}
.carousel-caption div p a {
  color: #191818;
  background: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}
.carousel-caption div p a:hover {
  background: #983236;
  color: #FFF;
}
.carousel-caption div span {
  font-size: 1.4em;
  position: relative;
  margin-bottom: 1em;
}
.carousel-caption span.videoLink {
  color: #191818;
  background: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: ease-in-out 0.2s;
  cursor: pointer;
  font-size: 1em;
}
.carousel-caption span.videoLink:hover {
  background: #983236;
  color: #FFF;
}
@media all and (max-width: 1350px) {
  .carousel-caption {
    width: 75%;
    top: 45%;
  }
}
@media all and (max-width: 845px) {
  .carousel-caption {
    top: 30%;
  }
}
@media all and (max-width: 845px) {
  .carousel-caption div {
    padding: 5px;
  }
  .carousel-caption span {
    font-size: 0.8em !important;
  }
  .carousel-caption p {
    font-size: 0.8em !important;
    border-top: none !important;
    padding-top: 5px !important;
  }
}
.carousel-indicators {
  display: none;
}
.sub-menu {
  margin-top: -45px;
  position: relative;
  text-align: center;
}
.sub-menu span {
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 1em;
  cursor: pointer;
}
.sub-menu nav ul {
  list-style: none;
  background-color: #32131a;
  padding: 20px 20px;
  border-top: 5px solid #FFF;
  text-align: center;
}
.sub-menu nav ul li {
  display: inline-block;
}
.sub-menu nav ul li a {
  padding: 10px;
  font-size: 1.05em;
  color: #FFF;
  font-family: defaultFontBold;
  font-weight: bold;
  padding: 10px 25px;
}
.sub-menu nav ul li a:focus {
  text-decoration: underline;
}
.sub-menu nav ul li span {
  font-size: 1.1em;
  position: absolute;
  color: #FFF;
}
@media all and (max-width: 991px) {
  .sub-menu {
    display: none;
  }
}
.welcome-message {
  padding: 3em 0;
}
.welcome-message p {
  text-align: justify;
}
.welcome-message img {
  float: right;
  width: 210px;
}
.welcome-message a {
  display: block;
  text-align: center;
  color: #4f5a62;
  font-family: defaultFontBold;
  text-transform: uppercase;
}
.welcome-message a:after {
  content: '';
  position: absolute;
  display: block;
  width: 83px;
  height: 2px;
  background: #c9e7e9;
  bottom: 30px;
  left: calc(50% - 43px);
}

/*  ==============================
          Me Yah Whae Page
=================================*/

.magazine {
  border: 1px solid #eceaea;
  border-bottom: 2px solid #c5bdbd;
  margin-bottom: 2em;
  padding: 1em;
  border-top: 2px solid #c5bdbd;
}
.magazine img {
  width: 95%;
  display: block;
  margin: 0 auto;
  margin-bottom: 14px;
}
img.imgStyle1 {
  background: #fdfcfc;
  border: 4px solid white;
  box-shadow: 0 0 4px #dedede;
}

/*  ==============================
        Cultural Tourism Page
=================================*/

.cultural-tourism-postcards {
  margin-top: 1em;
}
.cultural-tourism-postcards img {
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.sec-tabs {
  display: none;
  border-left: 1px dotted #000;
  border-right: 1px dotted #000;
  border-bottom: 1px dotted #000;
  margin-top: -8px;
  padding: 0px 10px 10px 10px;
  margin-top: 0.2em;
}

/*  ==============================
        Calendar
=================================*/

.calendar .marginT {
  margin-top: 10px;
}
.calendar .header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
}
.calendar .header div {
  padding: 0;
}
.calendar h2#calendarTitle {
  color: #524f4f;
  font-size: 1.75rem;
  text-transform: none;
}
.calendar .today {
  background: #fbccde;
}
.calendar .disableDay {
  background: #f3f2f2;
  color: #575758;
}
.calendar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.calendar ul li {
  display: table-cell;
}
.calendar button {
  width: 30px;
  border: none;
  background: none;
  margin-top: 0px;
  font-size: 1.7em;
  color: #585353;
}
.calendar .btn-today {
  border: 1px solid #cec9c9;
  width: auto;
  border-radius: 5px;
  font-size: 1em;
  padding: 5px 10px;
  transition: 0.4s ease-in-out;
}
.calendar .btn-today:hover {
  background: #f3ecec;
}
.calendar table {
  border: 0;
}
.calendar table td {
  font-weight: bold;
  font-size: 1.2em;
  height: 100px;
}
.calendar table th {
  text-transform: uppercase;
  border: 0;
  color: #b6525e;
  font-weight: normal;
  text-align: left;
  padding-left: 2px;
}
.calendar table img {
  width: 130px;
  display: block;
  margin: 0 auto;
  margin-bottom: 7px;
}
.calendar table p {
  margin: 0;
}
.calendar table .title {
  font-size: 0.75em;
  color: #1b1b17;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.calendar table .title div {
  visibility: hidden;
  width: 200px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  box-shadow: 0 0 7px #bfbfbf;
  padding: 15px;
  background: #FFF;
  text-align: left;
}
.calendar table .title div .tiempo {
  font-size: 0.8em;
}
.calendar table .title div .title {
  font-size: 0.9em;
  border-bottom: 0;
}
.calendar table .title div .month {
  font-size: 0.9em;
  font-weight: normal;
}
.calendar table .title div .description {
  font-size: 0.8em;
  font-style: normal;
  border-top: 1px dotted;
  margin-top: 5px;
  padding-top: 5px;
}
.calendar table .title:hover div {
  visibility: visible;
}
.calendar table .tiempo {
  font-weight: bold;
  font-size: 0.7em;
  color: #6c6c6b;
}
.calendar table .tiempo:before {
  content: "\A";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ea86ab;
  margin-right: 5px;
  display: inline-block;
}
.calendar table a span {
  margin-left: 10px;
  font-size: 0.75em;
  color: #d46e93;
}
.calendar table .description {
  font-style: italic;
  font-size: 0.7em;
  font-weight: normal;
  color: #6c6c6b;
}
.calendarMobile {
  display: none;
}
.calendarMobile h2 {
  font-size: 1.4em;
  text-align: center;
}
.calendarMobile .calendarEvent {
  border-bottom: 1px dotted #e4dada;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}
.calendarMobile .calendarEvent .one div {
  background: #f9f9f9;
  width: 80%;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 0 4px #dad5d5;
}
.calendarMobile .calendarEvent .one div p {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background: #9c2c56;
  border-top-right-radius: 6px;
  border-top-left-radius: 5px;
  color: white;
  margin-bottom: 8px;
  font-size: 0.7em;
  padding: 2px 0px;
  text-shadow: 0 0 4px #633244;
}
.calendarMobile .calendarEvent .one div span {
  text-align: center;
  font-size: 1.45em;
  font-weight: 700;
  margin-top: -7px;
  display: block;
  padding-bottom: 2px;
}
.calendarMobile .calendarEvent .two p {
  margin-bottom: 5px;
}
.calendarMobile .calendarEvent .two h3 {
  width: fit-content;
  font-size: 1.3em;
  border-bottom: 1px dotted grey;
  padding-bottom: 7px;
}
.calendarMobile .calendarEvent .two a {
  color: black;
}
.calendarMobile .calendarEvent .two a:hover {
  text-decoration: none;
  color: #9c2c56;
}
.calendarMobile .calendarEvent .two a span {
  font-size: 0.6em;
  margin-left: 5px;
}
.calendarMobile .calendarEvent .two img {
  display: none;
}
@media all and (max-width: 991px) {
  .calendarMobile .calendarEvent .two img {
    display: block;
  }
}
.calendarMobile .calendarEvent .three img {
  width: 160px;
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  .calendarMobile .calendarEvent .three img {
    display: none;
  }
}
.calendarSearch #calendarTable {
  display: none;
  background: #f5f5f5;
  border: 1px dotted #c7c7c7;
}
.calendarSearch #calendarTable .one div {
  background: #f9f9f9;
  width: 80%;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 0 4px #dad5d5;
}
.calendarSearch #calendarTable .one div p {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background: #9c2c56;
  border-top-right-radius: 6px;
  border-top-left-radius: 5px;
  color: white;
  margin-bottom: 8px;
  font-size: 0.7em;
  padding: 2px 0px;
  text-shadow: 0 0 4px #633244;
}
.calendarSearch #calendarTable .one div span {
  text-align: center;
  font-size: 1.45em;
  font-weight: 700;
  margin-top: -7px;
  display: block;
  padding-bottom: 2px;
}
.calendarSearch #calendarTable .two p {
  margin-bottom: 5px;
}
.calendarSearch #calendarTable .two h3 {
  width: fit-content;
  font-size: 1.3em;
  border-bottom: 1px dotted grey;
  padding-bottom: 7px;
}
.calendarSearch #calendarTable .two a {
  color: black;
}
.calendarSearch #calendarTable .two a:hover {
  text-decoration: none;
  color: #9c2c56;
}
.calendarSearch #calendarTable .two a span {
  font-size: 0.6em;
  margin-left: 5px;
}
.calendarSearch #calendarTable .two img {
  display: none;
}
@media all and (max-width: 991px) {
  .calendarSearch #calendarTable .two img {
    display: block;
  }
}
.calendarSearch #calendarTable .three img {
  width: 160px;
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  .calendarSearch #calendarTable .three img {
    display: none;
  }
}
.calendarSearch .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  display: none;
}
.calendarSearch p#searchResult {
  font-weight: bold;
  color: #c3205c;
  margin-top: 20px;
  margin-bottom: 0;
}
.calendarSearch p#searchResult span {
  color: #000;
}
.calendarSearch #calendarSearch {
  background-image: url('../imgs/search-icon-input.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 1em;
  padding: 17px 25px 10px 55px;
  border: 1px solid #ddd;
  margin-bottom: -1em;
}
.calendarSearch #clear {
  color: #de4242 !important;
}
@media all and (max-width: 991px) {
  .calendarSearch #calendarSearch {
    display: none;
  }
}
.todayClass {
  background: #fbccde;
}
@media all and (max-width: 991px) {
  .calendar {
    display: none;
  }
  .calendarMobile {
    display: block;
  }
}
.monthsSelection .calendarMonth {
  background: #f7f7f7;
  width: 21%;
  display: inline-block;
  margin: 2%;
}
.monthsSelection .calendarMonth h2 {
  text-align: center;
  display: block;
  color: #676464;
}
.monthsSelection .calendarMonth a {
  background: #eaeaea;
  display: block;
  padding: 1em;
  transition: 0.3s ease-in-out;
}
.monthsSelection .calendarMonth a:hover {
  text-decoration: none;
  background: #d2d0d0;
}
.monthsSelection .calendarMonth a:hover h2 {
  text-decoration: none;
}
.monthsSelection h2#monthsSelectionTitle {
  margin-top: 4px;
  display: inline-block;
  font-size: 2em;
  padding: 3px 19px;
}
.monthsSelection button {
  background: none;
  border: none;
  outline: none;
  font-size: 2em;
  display: inline-block;
}
.monthsSelection ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.monthsSelection ul li {
  display: inline-block;
}
.monthsSelection ul li button {
  background: none;
  border: none;
  outline: none;
  font-size: 1.5em;
}
@media all and (max-width: 991px) {
  .monthsSelection .calendarMonth {
    width: 45%;
  }
}

/*  ==============================
          No Page
=================================*/

.no-page {
  background-image: url('../imgs/no-page.png');
  background-size: auto;
  margin-bottom: -6em;
  margin-top: -3.3em;
  height: 500px;
  text-align: center;
}
.no-page h1 {
  padding-top: 4em;
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 11px black;
}
.no-page h1:after {
  display: none;
}
.no-page h1:before {
  display: none;
}
.no-page p {
  color: white;
  font-size: 1.2em;
  text-shadow: 0px 0px 10px black;
}

/*  ==============================
        TRIBAL COUNCIL PAGE
=================================*/

.tribal-council .bios img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5em;
  width: 140px;
}
.tribal-council .bios p {
  padding-bottom: 0;
  margin-bottom: 5px;
  text-align: center;
}
.tribal-council .bios span {
  text-align: center;
  display: block;
}
.tribal-council .bios hr {
  margin: 5px 0px 5px 0px;
}
@media all and (max-width: 991px) {
  .tribal-council .bios img {
    width: 90px;
  }
  .tribal-council .bios p {
    font-size: 0.8em;
  }
}
.tribal-council .biosMobile img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5em;
  width: 140px;
  margin-top: 1em;
}
.tribal-council .biosMobile p {
  padding-bottom: 0;
  margin-bottom: 5px;
  text-align: center;
}
.tribal-council .biosMobile hr {
  margin: 5px 0px 5px 0px;
}
.tribal-council .biosMobile .bioActive {
  background: #32131a;
  color: #FFF;
}
.tribal-council .tab-pane {
  padding: 20px 25px 10px 26px;
  border-left: 1px dotted #9c9c9c;
  border-right: 1px dotted #9c9c9c;
  border-bottom: 1px dotted #9c9c9c;
  border: none;
}
.tribal-council .nav-tabs {
  border-bottom: 1px dotted #9c9c9c;
  border: none;
}
.tribal-council .nav-link {
  border: 1px dotted transparent;
}
.tribal-council .nav-tabs .nav-link.active,
.tribal-council .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #9c9c9c #9c9c9c #fff;
  border: none;
}
.tribal-council .nav-tabs .nav-link.active span,
.tribal-council .nav-tabs .nav-item.show .nav-link span {
  background: #32131a;
  color: #FFF;
}
.tribal-council ul {
  padding-left: 7em;
}
@media all and (max-width: 1200px) {
  .tribal-council ul {
    padding-left: 3em;
  }
}
@media all and (max-width: 992px) {
  .tribal-council ul {
    padding-left: 0em;
  }
}
.tribal-council .bios img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5em;
  width: 140px;
}
.tribal-council .bios p {
  padding-bottom: 0;
  margin-bottom: 5px;
  text-align: center;
}
.tribal-council .bios span {
  text-align: center;
  display: block;
}
.tribal-council .bios hr {
  margin: 5px 0 5px 0;
}
@media all and (max-width: 991px) {
  .tribal-council .bios img {
    width: 90px;
  }
  .tribal-council .bios p {
    font-size: 0.8em;
  }
}
.tribal-council .biosMobile img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5em;
  width: 140px;
  margin-top: 1em;
}
.tribal-council .biosMobile p {
  padding-bottom: 0;
  margin-bottom: 5px;
  text-align: center;
}
.tribal-council .biosMobile hr {
  margin: 5px 0 5px 0;
}
.tribal-council .biosMobile .bioActive {
  background: #32131a;
  color: #fff;
}
.tribal-council .tab-pane {
  padding: 20px 25px 10px 26px;
  border-left: 1px dotted #9c9c9c;
  border-right: 1px dotted #9c9c9c;
  border-bottom: 1px dotted #9c9c9c;
  border: none;
}
.tribal-council .nav-tabs {
  border-bottom: 1px dotted #9c9c9c;
  border: none;
}
.tribal-council .nav-link {
  border: 1px dotted transparent;
}
.tribal-council .nav-tabs .nav-item.show .nav-link,
.tribal-council .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #9c9c9c #9c9c9c #fff;
  border: none;
}
.tribal-council .nav-tabs .nav-item.show .nav-link span,
.tribal-council .nav-tabs .nav-link.active span {
  background: #32131a;
  color: #fff;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  background-color: transparent;
  border-color: transparent;
}
.plustwo {
  display: none;
}
.nav-link.active .plustwo {
  display: block;
}
.nav-link:hover {
  border-color: transparent !important;
}
.tribal-council ul {
  padding-left: 10em;
}
@media all and (max-width: 1200px) {
  .tribal-council ul {
    padding-left: 3em;
  }
}
@media all and (max-width: 992px) {
  .tribal-council ul {
    padding-left: 0;
  }
  .tribal-council .nav-link {
    padding: 0 12px;
  }
}
.new-council {
  padding-left: 7em !important;
}
@media all and (max-width: 1200px) {
  .new-council {
    padding-left: 0em !important;
  }
}
@media all and (max-width: 992px) {
  .new-council {
    padding-left: 0 !important;
  }
}
.new-council2 {
  padding-left: 16em !important;
}
@media all and (max-width: 1200px) {
  .new-council2 {
    padding-left: 12em !important;
  }
}
@media all and (max-width: 992px) {
  .new-council2 {
    padding-left: 8em !important;
  }
}
.new-council3 {
  padding-left: 6em !important;
}
@media all and (max-width: 1200px) {
  .new-council3 {
    padding-left: 0em !important;
  }
}
@media all and (max-width: 992px) {
  .new-council3 {
    padding-left: 0em !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tribal-council .bios img {
    width: 75px !important;
  }
  .tribal-council .bios2 img {
    width: 75px !important;
  }
  .tribal-council .bios3 img {
    width: 75px !important;
  }
}
.tribal-council .bios2 {
  margin-left: -10px;
}
.tribal-council .bios3 {
    margin: 0 -10px 0 -20px;
}
.tribal-council .bios2 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5em;
  width: 140px;
}
.tribal-council .bios3 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5em;
    width: 140px;
}
.tribal-council .bios2 p {
  padding-bottom: 0;
  margin-bottom: 5px;
  text-align: center;
}
.tribal-council .bios3 p {
    padding-bottom: 0;
    margin-bottom: 5px;
    text-align: center;
}
.tribal-council .bios2 span {
  text-align: center;
  display: block;
}
.tribal-council .bios3 span {
    text-align: center;
    display: block;
}
.tribal-council .bios2 hr {
  margin: 5px 0 5px 0;
}
.tribal-council .bios3 hr {
    margin: 5px 0 5px 0;
}
@media all and (max-width: 991px) {
  .tribal-council .bios2 img {
    width: 90px;
  }
  .tribal-council .bios2 p {
    font-size: 0.8em;
  }
  .tribal-council .bios3 img {
    width: 90px;
  }
  .tribal-council .bios3 p {
    font-size: 0.8em;
  }
}

/*  ==============================
        TAX DEPARTMENT PAGE
=================================*/

.tax-faq-btn {
  width: 460px;
  height: 60px;
  padding: 15px 0 10px 0;
  font-size: 18px;
  margin-top: 10px;
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#saletaxfaq {
  margin-bottom: 20px;
}
#saletaxfaq .btn {
  font-weight: 700;
  height: 60px;
  padding-top: 18px;
  width: 460px;
}
@media all and (max-width: 575px) {
  .tax-faq-btn {
    width: 95%;
    height: 50px;
    padding: 12px 0 10px 0;
    font-size: 14px;
  }
  #saletaxfaq .btn {
    width: auto;
  }
}
@media all and (max-width: 320px) {
  .tax-faq-btn {
    width: 100%;
    height: 40px;
    padding: 10px 0 10px 0;
    font-size: 12px;
  }
  #saletaxfaq .btn {
    padding-top: 7px;
  }
}
@media all and (max-width: 990px) {
  .break-disp {
    display: none;
  }
}
.iframe-box {
  width: 560px;
  margin-bottom: 50px;
  height: 315px;
}
.iframe-test {
  width: 100%;
}
@media all and (max-width: 575px) {
  .iframe-box {
    width: 95%;
    margin-bottom: 30px;
    height: 250px;
    overflow: visible;
  }
  .iframe-test {
    width: 95%;
  }
}

/*  ==============================
          MUMAWET PAGE
=================================*/

.mumawetbutton {
  width: 50%;
}
@media all and (max-width: 1200px) {
  .mumawetbutton {
    width: 60%;
  }
}
@media all and (max-width: 990px) {
  .mumawetbutton {
    width: 70%;
  }
}
@media all and (max-width: 767px) {
  .mumawetbutton {
    width: 80%;
  }
}
@media all and (max-width: 575px) {
  .mumawetbutton {
    width: 90%;
  }
}
@media all and (max-width: 400px) {
  .mumawetbutton {
    width: 100%;
  }
}

/*  ==============================
          CAREER PAGES
=================================*/

.btn-careers {
  background-color: #32131a;
  color: #fff;
  width: 180px;
  font-size: 26px;
  font-weight: 700;
  font-family: "MetropolisMedium", sans-serif;
  padding: 12px 0;
}
.btn-careers:hover {
  color: #fff;
}
.btn-positions {
  background-color: #32131a;
  color: #fff;
  width: 220px;
  font-size: 18px;
  padding: 6px 0;
}
.btn-positions:hover {
  color: #fff;
}
.btn-positions-blu {
  background-color: #192541;
  color: #fff;
  width: 220px;
  font-size: 18px;
  padding: 6px 0;
}
.btn-positions-blu:hover {
  color: #fff;
}
.pos1 {
  text-align: left;
}
.pos2 {
  text-align: center;
}
.pos3 {
  text-align: center;
}
.pos4 {
  text-align: right;
}
.career-head {
  font-size: 66px;
  margin: 60px 0;
  color: #32131a;
  line-height: 60px;
  font-family: "MetropolisMedium", sans-serif;
}
.career-head span {
  font-weight: 700;
  font-family: "MetropolisExtraBold", sans-serif;
}
.button-row {
  padding: 0 80px;
}
.position-button-cont {
  margin: 60px auto 60px auto;
}
#careers {
  padding: 40px 0 0 0;
}
#careers-gen {
  padding: 0 0 40px 0;
}
#careers-find {
  background-color: #192541;
  padding: 15px 0 10px 0;
  margin: 0 0 100px 0;
}
#career-learn {
  background-color: #515b72;
  padding: 80px 100px 120px 100px;
  z-index: 2;
}
#career-bottom {
  background-color: #221d21;
  margin-bottom: -6.1em;
  padding: 80px 100px 60px 100px;
  z-index: 2;
}
.learn-head {
  color: #fff;
  font-size: 46px;
  font-family: "MetropolisLight", sans-serif;
  margin: 0 auto 80px auto;
}
.learn-head span {
  font-family: "MetropolisBold", sans-serif;
}
.migration-row {
  margin-top: -200px;
  z-index: 9999;
}
.migration-pic {
  width: 80%;
  margin-bottom: 60px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
#positions {
  background-color: #515b72;
  margin-bottom: -6em;
  padding: 140px 0 60px 0;
}
#benefits {
  background-color: #515b72;
  margin-bottom: -6em;
  padding: 140px 100px 60px 100px;
}
#locations {
  background-color: #515b72;
  margin-bottom: -6em;
  padding: 80px 0px 60px 0px;
}
.location-content {
  background-color: #fff;
  padding: 40px 120px 70px 120px;
  margin: 80px 150px 100px 150px;
  border-radius: 10px;
}
.location-content h3 {
  color: #32131a;
  font-family: "MetropolisExtraBold", sans-serif;
}
.location-content p {
  color: #32131a;
  font-family: "MetropolisMedium", sans-serif;
  font-size: 20px;
}
.location-content h4 {
  color: #32131a;
  font-family: "MetropolisBold", sans-serif;
}
.location-content h4 a {
  color: #32131a;
  font-family: "MetropolisBold", sans-serif;
}
.loc-address {
  float: right;
}
#faq {
  background-color: #515b72;
  margin-bottom: -6em;
  padding: 80px 100px 80px 100px;
}
.blue-banner {
  background-color: #192541;
  width: 40%;
  margin-bottom: -50px;
  position: relative;
  z-index: 99999 !important;
  padding: 5px 0 0 0;
  border-radius: 0 5px 5px 0;
}
.blue-banner-head {
  color: #fff;
  font-size: 60px;
  font-family: "MetropolisBold", sans-serif;
  margin-right: 40px;
}
.lavender-box {
  background-color: #7b66b5;
  padding: 200px;
}
.white-box {
  background-color: #fff;
  padding: 80px 60px 60px 60px;
}
.position-box {
  color: #fff;
  font-size: 120px;
  font-family: "MetropolisBold", sans-serif;
}
.benefit-box {
  color: #212226;
  font-size: 180px;
  font-family: "MetropolisBold", sans-serif;
}
.coming-soon {
  color: #fff;
  font-size: 90px;
  font-family: "MetropolisBold", sans-serif;
}
.coming-soon2 {
  color: #212226;
  font-size: 120px;
  font-family: "MetropolisBold", sans-serif;
}
.loc-head {
  color: #fff;
  font-size: 45px;
  font-family: "MetropolisLight", sans-serif;
  margin: 40px 0 60px 0;
}
.loc-head span {
  color: #fff;
  font-size: 45px;
  font-family: "MetropolisBold", sans-serif;
}
.car-head {
  color: #192541;
  font-size: 55px;
  font-family: "MetropolisLight", sans-serif;
  margin: 0 0 0 0;
}
.car-head span {
  color: #192541;
  font-size: 55px;
  font-family: "MetropolisBold", sans-serif;
}
.car-head2 {
  color: #fff;
  font-size: 65px;
  font-family: "MetropolisRegular", sans-serif;
  margin: 0 0 0 0;
  text-transform: uppercase;
  line-height: 60px;
}
.car-head3 {
  color: #192541;
  font-size: 55px;
  font-family: "MetropolisLight", sans-serif;
  margin: 60px 0 -20px 0;
}
.car-head3 span {
  color: #192541;
  font-size: 55px;
  font-family: "MetropolisBold", sans-serif;
}
.loc-card-row {
  margin-bottom: 160px;
}
.loc-card-pos {
  width: 320px;
  position: relative;
  margin: 10px 5px 10px 5px;
}
.location-left {
  padding-left: 120px;
}
.loc-card {
  border-radius: 0 0 0 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.plus {
  position: absolute;
  right: 10px;
  bottom: -15px;
  width: 20%;
}
.faq-cont {
  background-color: #32131a;
  padding: 10px 0;
  position: relative;
  margin: 20px auto 0 auto;
  width: 70%;
}
.faq-cont i {
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  font-size: 20px;
  right: 23px;
  line-height: 1.25;
  transform: translate(0, -50%);
}
.minus {
  display: none !important;
}
.faq-head {
  color: #fff;
  font-size: 20px;
  text-transform: none;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 5px;
}
.answer-cont {
  background-color: #32131a;
  padding: 5px 60px 15px 0;
  position: relative;
  margin: 0 auto 0 auto;
  width: 70%;
}
.answer-text {
  color: #fff;
  font-size: 18px;
  text-transform: none;
  margin-left: 100px;
  line-height: 32px;
}
.main-benefit-head {
  font-family: "MetropolisSemiBold", sans-serif;
  font-size: 32px;
  margin-bottom: 20px;
}
.main-benefit-text {
  font-family: "MetropolisRegular", sans-serif;
  font-size: 18px;
  margin-bottom: 60px;
}
.benefitRow {
  margin: 0 0 80px 0 !important;
}
.ben-row-two {
  margin-top: 20px;
}
.benefit-head {
  width: 100%;
  font-size: 36px;
  font-family: "MetropolisLight", sans-serif;
  text-transform: none;
}
.benefit-head span {
  float: right;
}
.benefit-head span i {
  font-size: 22px;
  opacity: 0.7;
}
.benefit-line {
  width: 100%;
  height: 1px;
  background-color: #212226;
  opacity: 0.5;
  margin-bottom: 30px;
}
.check i {
  color: #329b65;
  margin-right: 20px;
}
.check ul {
  list-style-type: none;
}
.check ul li {
  margin-top: -25px;
}
.check ul li span {
  font-size: 18px;
  font-family: "MetropolisRegular", sans-serif;
}
.check span {
  font-size: 18px;
  font-family: "MetropolisRegular", sans-serif;
}

/*  ==============================
      CAREER PAGES RESPONSIVE
=================================*/

@media all and (min-width: 2400px) {
  #locations {
    padding: 80px 0px 60px 0px;
  }
  .location-left {
    padding-left: 380px !important;
  }
  .loc-card-pos {
    width: 320px;
    margin: 10px 5px 10px 5px;
  }
}
@media all and (min-width: 2200px) {
  #locations {
    padding: 80px 0px 60px 0px;
  }
  .location-left {
    padding-left: 340px !important;
  }
  .loc-card-pos {
    width: 320px;
    margin: 10px 5px 10px 5px;
  }
}
@media all and (min-width: 2000px) {
  #locations {
    padding: 80px 0px 60px 0px;
  }
  .location-left {
    padding-left: 
    200px;
  }
  .loc-card-pos {
    width: 320px;
    margin: 10px 5px 10px 5px;
  }
}
@media all and (max-width: 1800px) {
  #locations {
    padding: 80px 0px 60px 0px;
  }
  .location-left {
    padding-left: 150px;
  }
  .loc-card-pos {
    width: 270px;
    margin: 10px 5px 10px 5px;
  }
}
@media all and (max-width: 1700px) {
  #locations {
    padding: 80px 0px 60px 0px;
  }
  .location-left {
    padding-left: 140px;
  }
  .loc-card-pos {
    width: 260px;
    margin: 10px 5px 10px 5px;
  }
}
@media all and (max-width: 1600px) {
  #locations {
    padding: 80px 0px 60px 0px;
  }
  .location-left {
    padding-left: 120px;
  }
  .loc-card-pos {
    width: 250px;
    margin: 10px 5px 10px 5px;
  }
  .migration-row {
    margin-top: -210px;
    z-index: 9999;
  }
  .migration-pic {
    width: 90%;
    margin-bottom: 60px;
  }
}
@media all and (max-width: 1500px) {
  #locations {
    padding: 80px 0px 60px 0px;
  }
  .location-left {
    padding-left: 100px;
  }
  .loc-card-pos {
    width: 240px;
    margin: 10px 5px 10px 5px;
  }
  .location-content {
    background-color: #fff;
    padding: 40px 80px 70px 80px;
    margin: 40px 80px 60px 80px;
    border-radius: 10px;
  }
  .location-content h3 {
    color: #32131a;
    font-family: "MetropolisExtraBold", sans-serif;
    font-size: 24px;
  }
  .location-content p {
    color: #32131a;
    font-family: "MetropolisMedium", sans-serif;
    font-size: 17px;
  }
  .location-content h4 {
    color: #32131a;
    font-family: "MetropolisBold", sans-serif;
    font-size: 20px;
  }
  .location-content h4 a {
    color: #32131a;
    font-family: "MetropolisBold", sans-serif;
    font-size: 20px;
  }
}
@media all and (max-width: 1400px) {
  #careers {
    padding: 0 0 0 0;
  }
  .position-button-cont {
    margin: 60px auto 80px auto;
  }
  .btn-positions {
    width: 200px;
    font-size: 18px;
    padding: 7px 0;
  }
  .btn-positions-blu {
    width: 200px;
    font-size: 18px;
    padding: 7px 0;
  }
  .blue-banner {
    width: 40%;
    margin-bottom: -55px;
    padding: 5px 0 0 0;
  }
  .blue-banner-head {
    font-size: 70px;
    margin-right: 40px;
  }
  #locations {
    padding: 80px 0px 60px 0px;
  }
  .location-left {
    padding-left: 90px;
  }
  .loc-card-pos {
    width: 220px;
    margin: 10px 4px 10px 4px;
  }
  #positions {
    padding: 140px 60px 60px 60px;
  }
  #benefits {
    padding: 140px 60px 60px 60px;
  }
  #faq {
    padding: 80px 60px 60px 60px;
  }
  .faq-head {
    font-size: 19px;
    margin-left: 40px;
  }
  .faq-cont {
    background-color: #32131a;
    padding: 9px 0;
    position: relative;
    margin: 20px auto 0 auto;
    width: 65%;
  }
  .faq-cont i {
    font-size: 17px;
  }
  .answer-cont {
    background-color: #32131a;
    padding: 5px 60px 15px 0;
    position: relative;
    margin: 0 auto 0 auto;
    width: 65%;
  }
  .answer-text {
    font-size: 17px;
    line-height: 30px;
  }
  .lavender-box {
    background-color: #7b66b5;
    padding: 160px 0;
  }
  .white-box {
    background-color: #fff;
    padding: 80px 40px 60px 40px;
  }
  .position-box {
    font-size: 110px;
  }
  .benefit-box {
    font-size: 150px;
  }
  .coming-soon {
    font-size: 80px;
  }
  .coming-soon2 {
    font-size: 100px;
  }
}
@media all and (max-width: 1300px) {
  #locations {
    padding: 80px 0px 60px 0px;
  }
  .location-left {
    padding-left: 70px;
  }
  .loc-card-pos {
    width: 210px;
    margin: 10px 3px 10px 3px;
  }
}
@media all and (max-width: 1200px) {
  #careers {
    padding: 0 0 0 0;
  }
  .career-head {
    font-size: 52px;
    margin: 60px 0 40px 0;
  }
  .car-head {
    font-size: 45px;
  }
  .car-head span {
    font-size: 45px;
  }
  .car-head2 {
    font-size: 55px;
    line-height: 50px;
  }
  .car-head3 {
    font-size: 45px;
  }
  .car-head3 span {
    font-size: 45px;
  }
  #careers-find {
    margin: 0 0 80px 0;
  }
  .btn-careers {
    background-color: #32131a;
    color: #fff;
    width: 150px;
    font-size: 23px;
    padding: 8px 0;
  }
  .migration-row {
    margin-top: -170px;
  }
  .migration-pic {
    width: 90%;
    margin-bottom: 40px;
  }
  .learn-head {
    font-size: 40px;
    margin: 0 auto;
  }
  .position-button-cont {
    margin: 60px auto 60px auto;
  }
  .btn-positions {
    width: 180px;
    font-size: 16px;
    padding: 7px 0;
  }
  .btn-positions-blu {
    width: 180px;
    font-size: 16px;
    padding: 7px 0;
  }
  .blue-banner {
    width: 45%;
    margin-bottom: -45px;
    padding: 5px 0 0 0;
  }
  .blue-banner-head {
    font-size: 55px;
    margin-right: 40px;
  }
  #positions {
    padding: 140px 60px 60px 60px;
  }
  #benefits {
    padding: 140px 60px 60px 60px;
  }
  #locations {
    padding: 80px 0px 60px 0px;
  }
  .location-left {
    padding-left: 60px;
  }
  .loc-card-pos {
    width: 175px;
    margin: 10px 0px 10px 0px;
  }
  .location-content {
    background-color: #fff;
    padding: 40px 20px 70px 20px;
    margin: 40px 40px 60px 40px;
    border-radius: 10px;
  }
  .location-content h3 {
    color: #32131a;
    font-family: "MetropolisExtraBold", sans-serif;
    font-size: 22px;
  }
  .location-content p {
    color: #32131a;
    font-family: "MetropolisMedium", sans-serif;
    font-size: 16px;
  }
  .location-content h4 {
    color: #32131a;
    font-family: "MetropolisBold", sans-serif;
    font-size: 18px;
  }
  .location-content h4 a {
    color: #32131a;
    font-family: "MetropolisBold", sans-serif;
    font-size: 18px;
  }
  .plus {
    position: absolute;
    right: 10px;
    bottom: -5px;
    width: 20%;
  }
  #faq {
    padding: 60px 60px 60px 60px;
  }
  .faq-head {
    font-size: 18px;
    margin-left: 20px;
  }
  .faq-cont {
    padding: 8px 0;
  }
  .faq-cont i {
    font-size: 16px;
  }
  .answer-text {
    font-size: 16px;
    margin-left: 60px;
    line-height: 28px;
  }
  .lavender-box {
    background-color: #7b66b5;
    padding: 120px 0;
  }
  .white-box {
    background-color: #fff;
    padding: 80px 40px 60px 40px;
  }
  .position-box {
    font-size: 100px;
  }
  .benefit-box {
    font-size: 130px;
  }
  .coming-soon {
    font-size: 70px;
  }
  .coming-soon2 {
    font-size: 85px;
  }
  .loc-head {
    color: #fff;
    font-size: 38px;
    font-family: "MetropolisLight", sans-serif;
    margin: 20px 0 40px 0;
  }
  .loc-head span {
    color: #fff;
    font-size: 38px;
    font-family: "MetropolisBold", sans-serif;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #career-learn {
    padding: 40px 100px 120px 100px;
  }
  #careers {
    padding: 0 0 0 0;
  }
  .career-head {
    font-size: 42px;
    margin: 60px 0 40px 0;
    line-height: 50px;
  }
  .car-head {
    font-size: 35px;
  }
  .car-head span {
    font-size: 35px;
  }
  .car-head2 {
    font-size: 45px;
    line-height: 40px;
  }
  .car-head3 {
    font-size: 35px;
    margin: 40px 0 -20px 0;
  }
  .car-head3 span {
    font-size: 35px;
  }
  #careers-find {
    margin: 0 0 60px 0;
  }
  .btn-careers {
    background-color: #32131a;
    color: #fff;
    width: 130px;
    font-size: 20px;
    font-weight: 700;
    font-family: "MetropolisMedium", sans-serif;
    padding: 8px 0;
  }
  .migration-row {
    margin-top: -160px;
  }
  .migration-pic {
    width: 100%;
    margin-bottom: 40px;
  }
  .learn-head {
    font-size: 36px;
    margin: 0 auto;
  }
  .position-button-cont {
    margin: 60px auto 60px auto;
  }
  .btn-positions {
    width: 160px;
    font-size: 16px;
    padding: 7px 0;
  }
  .btn-positions-blu {
    width: 160px;
    font-size: 16px;
    padding: 7px 0;
  }
  .blue-banner {
    width: 45%;
    margin-bottom: -40px;
    padding: 7px 0 0 0;
  }
  .blue-banner-head {
    font-size: 45px;
    margin-right: 40px;
  }
  #positions {
    padding: 120px 40px 60px 40px;
  }
  #benefits {
    padding: 120px 40px 60px 40px;
  }
  #locations {
    padding: 60px 0px 60px 0px;
  }
  .location-content {
    background-color: #fff;
    padding: 40px 20px 70px 20px;
    margin: 40px 40px 60px 40px;
    border-radius: 10px;
  }
  .location-content h3 {
    color: #32131a;
    font-family: "MetropolisExtraBold", sans-serif;
    font-size: 22px;
  }
  .location-content p {
    color: #32131a;
    font-family: "MetropolisMedium", sans-serif;
    font-size: 16px;
  }
  .location-content h4 {
    color: #32131a;
    font-family: "MetropolisBold", sans-serif;
    font-size: 18px;
  }
  .location-content h4 a {
    color: #32131a;
    font-family: "MetropolisBold", sans-serif;
    font-size: 18px;
  }
  .location-left {
    padding-left: 0px;
  }
  .loc-card-pos {
    width: 140px;
    margin: 10px 0px 10px 0px;
  }
  .plus {
    position: absolute;
    right: 10px;
    bottom: -5px;
    width: 20%;
  }
  #faq {
    padding: 60px 40px 60px 40px;
  }
  .faq-head {
    font-size: 17px;
    margin-left: 20px;
  }
  .faq-cont {
    background-color: #32131a;
    padding: 7px 0;
    position: relative;
    margin: 18px auto 0 auto;
    width: 85%;
  }
  .faq-cont i {
    font-size: 15px;
  }
  .answer-cont {
    padding: 5px 60px 15px 0;
    width: 85%;
  }
  .answer-text {
    font-size: 15px;
    margin-left: 70px;
    line-height: 28px;
  }
  .lavender-box {
    background-color: #7b66b5;
    padding: 100px 0;
  }
  .white-box {
    background-color: #fff;
    padding: 80px 40px 60px 40px;
  }
  .position-box {
    font-size: 90px;
  }
  .benefit-box {
    font-size: 120px;
  }
  .coming-soon {
    font-size: 60px;
  }
  .coming-soon2 {
    font-size: 75px;
  }
  .loc-card-pos {
    max-width: 240px;
    position: relative;
    margin: 10px auto 30px auto;
  }
  .loc-head {
    color: #fff;
    font-size: 36px;
    font-family: "MetropolisLight", sans-serif;
    margin: 0px 0 40px 0;
  }
  .loc-head span {
    color: #fff;
    font-size: 36px;
    font-family: "MetropolisBold", sans-serif;
  }
}
@media all and (max-width: 767px) {
  #careers {
    padding: 0 0 0 0;
  }
  #career-learn {
    background-color: #515b72;
    padding: 40px 100px 800px 100px;
    z-index: 2;
  }
  .career-head {
    font-size: 36px;
    margin: 60px 0 40px 0;
    color: #32131a;
    line-height: 45px;
    font-family: "MetropolisMedium", sans-serif;
  }
  .car-head {
    font-size: 35px;
  }
  .car-head span {
    font-size: 35px;
  }
  .car-head2 {
    font-size: 45px;
    line-height: 40px;
  }
  .car-head3 {
    font-size: 35px;
    margin: 40px 0 0px 0;
  }
  .car-head3 span {
    font-size: 35px;
  }
  #careers-find {
    margin: 0 0 60px 0;
  }
  #career-bottom {
    background-color: #221d21;
    margin-bottom: -6.1em;
    padding: 5px 100px 5px 100px;
    z-index: 2;
  }
  .btn-careers {
    background-color: #32131a;
    color: #fff;
    width: 160px;
    font-size: 20px;
    font-weight: 700;
    font-family: "MetropolisMedium", sans-serif;
    padding: 8px 0;
    margin: 5px 0 5px 0;
  }
  .migration-row {
    margin-top: -760px;
    z-index: 9999;
  }
  .migration-pic {
    width: 320px;
    margin-bottom: 20px;
  }
  .learn-head {
    font-size: 36px;
    margin: 20px auto 0 auto;
  }
  .pos1 {
    text-align: center;
  }
  .pos2 {
    text-align: center;
  }
  .pos3 {
    text-align: center;
  }
  .pos4 {
    text-align: center;
  }
  .position-button-cont {
    margin: 60px auto 40px auto;
  }
  .btn-positions {
    width: 240px;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .btn-positions-blu {
    width: 240px;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .blue-banner {
    width: 60%;
    margin-bottom: -40px;
    padding: 7px 0 0 0;
  }
  .blue-banner-head {
    font-size: 36px;
    margin-right: 40px;
  }
  #positions {
    padding: 100px 20px 60px 20px;
  }
  #benefits {
    padding: 100px 20px 60px 20px;
  }
  #locations {
    padding: 100px 20px 60px 20px;
  }
  .location-content {
    background-color: #fff;
    padding: 40px 20px 70px 20px;
    margin: 40px 0px 100px 0px;
    border-radius: 10px;
  }
  .location-content h3 {
    color: #32131a;
    font-family: "MetropolisExtraBold", sans-serif;
  }
  .location-content p {
    color: #32131a;
    font-family: "MetropolisMedium", sans-serif;
    font-size: 20px;
  }
  .location-content h4 {
    color: #32131a;
    font-family: "MetropolisBold", sans-serif;
  }
  .location-content h4 a {
    color: #32131a;
    font-family: "MetropolisBold", sans-serif;
  }
  #faq {
    padding: 60px 20px 60px 20px;
  }
  .faq-head {
    font-size: 16px;
    margin-left: 20px;
  }
  .faq-cont {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .faq-cont i {
    font-size: 15px;
  }
  .answer-cont {
    padding: 5px 60px 15px 0;
    width: 100%;
  }
  .answer-text {
    font-size: 14px;
    margin-left: 60px;
    line-height: 30px;
  }
  .lavender-box {
    background-color: #7b66b5;
    padding: 80px 0;
  }
  .white-box {
    background-color: #fff;
    padding: 80px 40px 60px 40px;
  }
  .main-benefit-head {
    font-family: "MetropolisSemiBold", sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .main-benefit-text {
    font-family: "MetropolisRegular", sans-serif;
    font-size: 17px;
    margin-bottom: 60px;
  }
  .position-box {
    font-size: 80px;
  }
  .benefit-box {
    font-size: 100px;
  }
  .coming-soon {
    font-size: 50px;
  }
  .coming-soon2 {
    font-size: 60px;
  }
  .loc-card-pos {
    max-width: 400px;
    position: relative;
    margin: 10px auto 30px auto;
  }
  .loc-card-pos hr {
    border-top: none;
  }
  .loc-card {
    box-shadow: none;
  }
  .loc-head {
    color: #fff;
    font-size: 34px;
    font-family: "MetropolisLight", sans-serif;
    margin: 0px 0 40px 0;
  }
  .loc-head span {
    color: #fff;
    font-size: 34px;
    font-family: "MetropolisBold", sans-serif;
  }
  .ben-res {
    margin-top: 15px;
  }
  .monitor-other {
    margin-top: 20px;
  }
}
@media all and (max-width: 575px) {
  #career-people {
    background-image: url(../imgs/people.png);
    width: 100%;
    margin: 80px auto 0 auto;
    height: 460px;
  }
  .career-head {
    font-size: 32px;
  }
  .car-head {
    font-size: 30px;
  }
  .car-head span {
    font-size: 30px;
  }
  .car-head3 {
    font-size: 30px;
  }
  .car-head3 span {
    font-size: 30px;
  }
  .car-head2 {
    font-size: 35px;
    line-height: 30px;
  }
  #careers-find {
    margin: 0 0 40px 0;
  }
  #career-bottom {
    background-color: #221d21;
    margin-bottom: -6.1em;
    padding: 5px 20px 5px 20px;
    z-index: 2;
  }
  #career-learn {
    background-color: #515b72;
    padding: 20px 100px 700px 100px;
    z-index: 2;
  }
  .migration-row {
    margin-top: -680px;
    z-index: 9999;
  }
  .migration-pic {
    width: 280px;
    margin-bottom: 20px;
  }
  .learn-head {
    font-size: 26px;
    margin: 20px auto 0 auto;
  }
  .blue-banner-head {
    font-size: 36px;
    margin-right: 20px;
  }
  #positions {
    padding: 100px 20px 60px 20px;
  }
  #benefits {
    padding: 100px 20px 60px 20px;
  }
  #locations {
    padding: 100px 20px 60px 20px;
  }
  .location-content {
    background-color: #fff;
    padding: 40px 20px 80px 20px;
    margin: 40px 0px 100px 0px;
    border-radius: 10px;
  }
  .location-content h3 {
    color: #32131a;
    font-family: "MetropolisExtraBold", sans-serif;
  }
  .location-content p {
    color: #32131a;
    font-family: "MetropolisMedium", sans-serif;
    font-size: 16px;
  } 
  .location-content h4 {
    color: #32131a;
    font-family: "MetropolisBold", sans-serif;
    font-size: 18px;
  }
  .location-content h4 a {
    color: #32131a;
    font-family: "MetropolisBold", sans-serif;
  }
  .benefit-head {
    font-size: 26px;
  }
  .check ul li span {
    font-size: 16px;
  }
  .check span {
    font-size: 16px;
  }
  #faq {
    padding: 60px 10px 60px 10px;
  }
  .faq-head {
    font-size: 16px;
    margin-left: 20px;
  }
  .faq-cont {
    background-color: #32131a;
    padding: 5px 0;
    position: relative;
    margin: 12px 0 0 0;
  }
  .faq-cont i {
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    font-size: 14px;
    right: 17px;
    line-height: 1.25;
    transform: translate(0, -50%);
  }
  .answer-cont {
    background-color: #32131a;
    padding: 5px 40px 15px 0;
    position: relative;
    margin: 0 0 0 0;
  }
  .answer-text {
    font-size: 14px;
    margin-left: 40px;
    line-height: 25px;
  }
  .lavender-box {
    background-color: #7b66b5;
    padding: 60px 0;
  }
  .white-box {
    background-color: #fff;
    padding: 60px 20px 20px 20px;
  }
  .main-benefit-head {
    font-family: "MetropolisSemiBold", sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .main-benefit-text {
    font-family: "MetropolisRegular", sans-serif;
    font-size: 16px;
    margin-bottom: 60px;
  }
  .position-box {
    font-size: 50px;
  }
  .benefit-box {
    font-size: 70px;
  }
  .coming-soon {
    font-size: 30px;
  }
  .coming-soon2 {
    font-size: 40px;
  }
  .loc-card-pos {
    max-width: 95%;
    position: relative;
    margin: 10px auto 30px auto;
  }
  .loc-head {
    color: #fff;
    font-size: 32px;
    font-family: "MetropolisLight", sans-serif;
    margin: 0px 0 40px 0;
  }
  .loc-head span {
    color: #fff;
    font-size: 32px;
    font-family: "MetropolisBold", sans-serif;
  }
}
@media all and (max-width: 480px) {
  .migration-row {
    margin-top: -780px;
    z-index: 9999;
  }
  #career-learn {
    background-color: #515b72;
    padding: 20px 20px 820px 20px;
    z-index: 2;
  }
  .migration-pic {
    width: 80%;
    margin-bottom: 20px;
  }
  .learn-head {
    font-size: 26px;
    margin: 20px auto 0 auto;
  }
  .benefit-box {
    font-size: 60px;
  }
  .coming-soon2 {
    font-size: 30px;
  }
  .loc-head {
    color: #fff;
    font-size: 30px;
    font-family: "MetropolisLight", sans-serif;
    margin: 0px 0 40px 0;
  }
  .loc-head span {
    color: #fff;
    font-size: 30px;
    font-family: "MetropolisBold", sans-serif;
  }
  .faq-head {
    font-size: 15px;
    margin-left: 15px;
  }
  .faq-cont i {
    font-size: 12px;
  }
  .answer-text {
    font-size: 13px;
    line-height: 25px;
  }
  .main-benefit-head {
    font-size: 26px;
  }
}
@media all and (max-width: 400px) {
  .faq-head {
    font-size: 13px;
    margin-left: 10px;
  }
  .answer-cont {
    background-color: #32131a;
    padding: 5px 20px 15px 0;
    position: relative;
    margin: 0 0 0 0;
  }
  .answer-text {
    font-size: 12px;
    margin-left: 20px;
    line-height: 24px;
  }
}

/*  ==============================
        Gourd Rattle Page
=================================*/

.burg-banner-head {
  color: #32131a;
  font-size: 60px;
  font-family: "MetropolisBold", sans-serif;
  margin-top: 60px;
}
.rattle-box-area {
  background-color: #5e8f8f;
  width: 60%;
  margin: 0 auto;
  padding: 50px 40px;
  margin-top: 40px;
}
.rattle-box-text {
  color: #fff;
  font-family: "MetropolisLight", sans-serif;
  font-size: 40px;
  margin: 0;
}
.rattle-head-back {
  background-color: #32131a;
  margin-top: 120px;
  width: 120px;
  padding: 5px 0 5px 0;
}
.rattle-head {
  color: #fff;
  margin: 0;
  font-family: "MetropolisBold", sans-serif;
}
.rattle-border {
  padding-top: 20px;
  border-left: 3px solid #32131a;
  padding-bottom: 5px;
}
.rattle-text {
  margin-left: 20px;
}
.senses-box {
  background-color: #32131a;
  padding: 0px 10px;
  width: 100%;
  height: 400px;
  float: right
}
.media-box {
  background-color: #e0dcdd;
  padding: 25px 10px;
  width: 100%;
  float: left;
  height: 400px;
}
.gourd-section-bottom {
  margin-top: 80px;
}
.pad-neg {
  padding: 0;
}
.gourd-media-head {
  font-family: MetropolisRegular;
  font-size: 40px;
  margin: 0;
}
.senses-text {
  font-family: MetropolisLight;
  font-size: 44px;
  color: #fff;
  margin: 60px 0;
}
.senses-text span {
  font-family: MetropolisBold;
  font-size: 44px;
  color: #fff;
}
.earthy-pic {
  width: 160px;
}
.wood-pic {
  width: 90%;
}
.earthy-marg {
  margin-bottom: 50px;
}
.rattle-marg {
  margin-bottom: 65px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .burg-banner-head {
    font-size: 50px;
    margin-top: 60px;
  }
  .senses-text {
    font-size: 36px;
    margin: 70px 0;
  }
  .senses-text span {
    font-family: MetropolisBold;
    font-size: 36px;
    color: #fff;
  }
  .rattle-box-area {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .burg-banner-head {
    font-size: 55px;
  }
  .rattle-box-area {
    width: 90%;
    padding: 80px 70px;
  }
  .rattle-head-back {
    margin-top: 80px;
  }
  .gourd-section-bottom {
    margin-top: 0px;
  }
  .gourd-media-head {
    margin-top: 60px;
  }
  .senses-text {
    font-size: 40px;
  }
  .senses-text span {
    font-size: 40px;
  }
}
@media all and (max-width: 575px) {
  .burg-banner-head {
    font-size: 45px;
  }
  .rattle-head-back {
    margin-top: 60px;
  }
  .gourd-section-bottom {
    padding: 0 20px;
  }
  .senses-box {
    height: 380px;
  }
  .media-box {
    height: 380px;
  }
  .senses-text {
    font-size: 36px;
  }
  .senses-text span {
    font-size: 36px;
  }
}
@media all and (max-width: 360px) {
  .rattle-marg audio {
    width: 240px;
  }
}


/*  ==============================
  Dancing and Singing Events
=================================*/

.dancesingsignupdiv1{
	width: 100%;
	height: auto;
	padding: 35px 35px 25px 35px;
	font-size: 20px;

}
.dancesingsignupdiv1 img{
	width: 100%;
	height: auto;
	padding:0px;
}

.dancesingsignupdiv2{
	width: 100%;
	height: auto;
	padding: 35px 35px 25px 35px;
	font-size: 25px;

	margin-bottom:50px;
	margin-top:50px;
	color:white;
}

.dancesingsignupdiv2 img{
	width: 100%;
	height: auto;
}

.dancesingsignupdiv3{
	width: 100%;
	height: auto;
	padding: 35px 35px 25px 35px;
	font-size: 25px;

	margin-bottom:50px;
	margin-top:50px;
	color:white;
}

.dancesingsignupdiv3 img{
	width: 100%;
	height: auto;
}


.dancesingsignupdiv4{
	width: 100%;
	height: auto;
	padding: 35px 35px 25px 35px;
	font-size: 25px;

	margin-bottom:50px;
	margin-top:50px;
	color:white;
}

.dancesingsignupdiv4 img{
	width: 100%;
	height: auto;
	
}


.dancingsignuphiddenlink{
	display:none;
}

@media (max-width: 990px){



.dancesingsignupdiv2 .showLarge{
	display:none;
}
.dancesingsignupdiv3 img{
	display: none;
}
.dancesingsignupdiv4 img{
	display: none;
}

.dancesingsignupdiv2{

	margin-top:25px;
	
}

.dancesingsignupdiv2 .left{
    	padding: 10px;
	background: #221d21;
	text-align: center;
	text-decoration:none !important;
	color:white !important;
}
.dancesingsignupdiv3 .left{
	padding: 10px;
	background: #221d21;
	text-align: center;
	text-decoration:none !important;
	color:white !important;
}
.dancesingsignupdiv4 .left{
	padding: 10px;
	background: #221d21;
	text-align: center;
	text-decoration:none !important;
	color:white !important;
}

.dancesingsignupdiv2 .right{
	padding: 30px !important;
	background: #32131a;
	text-align: center;
	
}
.dancesingsignupdiv3 .right{
	padding: 30px !important;
	background: #32131a;
	text-align: center;

}
.dancesingsignupdiv4 .right{
	padding: 30px !important;
	background: #32131a;
	text-align: center;
}

.dancesingsignupdiv2 .right a{
	text-decoration:none !important;
	color:white !important;
}
.dancesingsignupdiv3 .right a{
	text-decoration:none !important;
	color:white !important;
}
.dancesingsignupdiv4 .right a{
	text-decoration:none !important;
	color:white !important;
}

.dancesingsignupdiv2 .left p{
	text-decoration:none !important;
	color:white !important;
}
.dancesingsignupdiv3 .left p{
	text-decoration:none !important;
	color:white !important;
}
.dancesingsignupdiv4 .left p{
	text-decoration:none !important;
	color:white !important;
}

.dancingsignuphiddenlink{
	display:block;
}

.showLarge{
  display:none !important;

}

}


/*  ==============================
  tribal court
=================================*/

.tribalCourtImg{
	width: 100%;
	height: auto;

	font-size: 20px;

}
.tribalCourtImg img{
	width: 100%;
	height: auto;
	padding:0px;
}

.addressBannerCourt{
  background-color: #32131a;
  width: 100%;
  margin: 0px;
  text-align: center;
  padding-top: 5px;
  height: 130px;
  color: white !important;
  
}
.addressBannerCourt p{
  color: white;
  margin-top: 10px;
  /* margin-bottom: 10px; */
  
}
.addressBannerCourt p a{
  color: white;
  text-decoration: none;
}

@media all and (max-width: 415px) {
  .addressBannerCourt{
    height: 125px;
    padding: 5px;
  }

}

/*  ==============================
  Legal Department Edited button
=================================*/

.myh2dropdown{
  text-transform: none !important;
  
}

/*  ==============================
  Audio Player Cahuilla Words
=================================*/
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
.culturalModal {
	display: none;
	position                  : fixed;
	z-index                   : 1;
	padding-top               : 100px;
	left                      : 0;
	top                       : 0;
	width                     : 100%;
	height                    : 100%;
	overflow                  : auto;
	background                : rgb(0,0,0);
	background                : rgba(0,0,0,.4);
	-webkit-animation-name    : fadeIn;
	-webkit-animation-duration: 0.5s;
	animation-name; fadeIn;
	animation-duration        : 0.4s;
}

.culturalModal div {
	position                  : fixed;
	bottom                    : 0;
	background                : #fefefe;
	width                     : 100%;
	-webkit-animation-name    : slideIn;
	-webkit-animation-duration: 0.4s;
	animation-name            : slideIn;
	animation-duration        : 0.4s;
}

.culturalModal button {
	color        : #695555; 
	font-size    : 2em;
	font-weight  : bold;
	text-align   : right;
	display      : block;
	padding-right: 20px;
	margin       : 0;
	background   : #eaeaea;
	width        : 100%;
	border       : none;
}

.culturalModal img {
    display: block;
    margin : auto;
} 

@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

.audioMediaPlayer { 
	margin-bottom: 4em;
}

.audioMediaPlayer .header { 
	background             : #485c6d;
	border                 : 1px solid #9ab1c5;
	padding                : 10px 0px 0px 20px;
	border-top-right-radius: 5px;
	border-top-left-radius : 5px; 
	margin-bottom          : -1px; 
}

.audioMediaPlayer .header p {
	font-weight: bold;
	color: #FFF;
}

.audioMediaPlayer .header img {
	float       : right;
	margin-right: 20px;
}

.audioMediaPlayer .expand {
	background                : #9ab1c5;
	text-align                : center; 
	color                     : #FFF; 
	cursor                    : pointer;
	transition                : .4s ease-in-out;
	margin-bottom             : -8px;
	position                  : relative;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius : 10px;
}

.audioMediaPlayer .expand i {
	font-size  : 19px;
	font-weight: bold; 
}

.audioMediaPlayer .expand:hover {
	background: #8ea5b9;
}

.audioMediaPlayer .player-content {
	display                   : none;
	background                : #FFF;
	border                    : 1px solid #ccc;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius : 5px;
	padding                   : 0px 20px;
	border-top                : 8px solid #8ea5b9;
}

.audioMediaPlayer .player-content .buttons {
	display: none;
}

.audioMediaPlayer .player-content .mainPhoto {
	display      : block;
	border       : 4px solid #FFF;
	box-shadow   : 0px 4px 4px #9ab1c5;
	margin       : 0 auto;
	margin-top   : 25px;
	margin-bottom: 25px;
}

.audioMediaPlayer .player-content table tr {
	padding   : 20px;
	border-top: 1px solid grey;
}

.audioMediaPlayer .player-content table tr i {
	width: 20px;
	float: right;
	color: #54718a;
}

.audioMediaPlayer .player-content table button {
	background: none;
	border    : none;
	outline   : none;
}  

@media (max-width: 800px) {
	.audioMediaPlayer .player-content table tr {
		    border-top: 1px solid #e8e8e8;
	}

	.audioMediaPlayer .player-content table tr td {
		width: 100%;
		display: block;
	    text-align: center;
	    padding: 1px;
	    border: white;
	}
}
