@font-face {
  font-family: 'proxima_nova_regular';
  src: url('../fonts/ProximaNova-Regular.otf');
}

@font-face {
  font-family: 'proxima_nova_extrabold';
  src: url('../fonts/Proxima Nova Extrabold.otf');
}

@font-face {
  font-family: 'proxima_nova_semibold';
  src: url('../fonts/FontsFree-Net-Proxima-Nova-Sbold.otf');
}

@font-face {
  font-family: 'proxima_nova_bold';
  src: url('../fonts/Proxima Nova Bold.otf');
}

@font-face {
  font-family: 'proxima_nova_light';
  src: url('../fonts/Proxima Nova Alt Light.otf');
}

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200;300;400;500;600;700&display=swap');

body {
  font-family: IBM Plex Sans;
}
#footCan {
  justify-content: space-between;
}
#footCan a {
  color: #fff;
}
header {
  display: flex;
  flex-direction: row;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #6E6E6E80;
  opacity: 1;
  align-items: center;
  padding: 10px;
}

.btn {
  background-color: white;
  border: none;
  color: black;
  padding: 0.5vw 1vw 0.5vw 1vw;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px #b2b2b2;
  min-width: 10vw;
}

.btn-red {
  background-color: red;
  color: white;
}

a.btn.btn-red {
    color: white;
}

input[type="checkbox"] {
  height: 15px;
  width: 15px;
}

/*#main {
  margin-top: 0px;
}*/

/*div#main {
    margin-top: 0;
}
*/

/*div#main.Home {
    margin-top: 0;
}
*/
.container.home {
    max-width: 1600px;
}
.container.home #main{
  margin-top: 0px;
} 

.logo-wrapper {
  width: 12vw;
  margin-left: 2vw;
}

.logo-wrapper img {
  width: 8vw;
  margin-top: 0px;
}

.nav-wrapper {
  padding-right: 5vw;
  max-width: 100vw;
}

.nav-wrapper ul.nav li {
  display: inline-block;
  padding-left: 1vw;
  padding-right: 1vw;
}

.nav-wrapper a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-family: 'IBM Plex Sans';
  padding-bottom: 10px;
}

.nav-right-wrapper {
  display: flex;
  flex-direction: row;
  font-size: 1vw;
  padding-left: 2vw;
  right: 0;
  position: absolute;
  top: -6px !important;
  /* border-left: 2px solid gray; */
  width: 20vw;
  justify-content: flex-end;
}

.nav-right-wrapper div {
  /*padding-left: 0.5vw;*/
  padding-right: 0.5vw
}

.page-main-container {
  display: flex;
}

.page-main-left-wrapper {
  width: 25rem;
}

.page-main-header h1 {
  font-size: 2rem;
  font-family: proxima_nova_extrabold;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.page-main-description {
  line-height: 2;
  font-family: proxima_nova_semibold;
  font-size: 1.2rem;
}

.page-main-content-wrapper h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #FF0000;
  padding-bottom: 1vw;
  padding-top: 1vw;
}

.page-main-content-wrapper a {
  text-decoration: none;
  color: #FF0000;
}

.page-main-content-wrapper ul {
  list-style-type: none;
  padding-left: 3vw;
}

.page-main-content-wrapper ul li {
  line-height: 1.5;
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5rem;
}

.page-main-content-wrapper ul {
  font-size: 1.2rem;
}

.page-main-content-wrapper ul li:before {
    content: url("../images/Path.svg");
    box-shadow: 0px 0px 3px 0px grey;
    margin-right: 0.8rem;
    padding-left: 0.5rem;
    width: 1.8rem;
    height: 1.8rem;
    padding-right: 1rem;
}

.page-main-right-img img {
  width: 100%;
  height: auto;
}

.page-main-center-wrapper {
  width: 80vw;
  padding: 3vw;
}

.page-main-right-img {
  width: 20vw;
  padding: 0vw;
  padding-top: 0.2vw;
}

.img-container .img-header {
  font-size: 1.5rem;
  line-height: 5;
  font-family: proxima_nova_semibold;
}

.img-wrapper img {
  width: 100%;
}

.page-main-left-wrapper {
  background: #ea2d2d;
  box-shadow: inset 100px 0px 120px -2px #980808;
}

ul.nav-sidebar.parent-menu li a {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  padding-left: 1vw;
  font-weight: 600;
  font-family: proxima_nova_bold;
}

ul.nav-sidebar.parent-menu li,
ul.nav-sidebar.child-menu li {
  list-style-type: none;
  padding-top: 1vw;
  padding-bottom: 1vw;
  cursor: pointer;
}

ul.child-menu {
  padding-top: 1vw;
}

.page-main-left-wrapper h1 {
  color: white;
  font-size: 1.8rem;
  border-bottom: 1px solid white;
  padding: 1vw;
  font-family: proxima_nova_bold;
}

ul.child-menu li {
  padding-left: 2vw;
  border-bottom: 1px solid #d06161;
  border-top: 1px solid #d06161;
}

.child-menu li.nav-selected a {
  color: black !important;
}

.child-menu li.nav-selected {
  background: white;
  color: black;
}

li.nav-selected.nav-path-selected a {
    color: black !important;
}
li.nav-selected.nav-path-selected {
    background: white;
}

li.parent-icon.nav-selected.nav-path-selected a {
    color: white !important;
}

li.parent-icon.nav-selected.nav-path-selected {
    background: transparent;
}

ul.child-menu li a {
  font-weight: 100 !important;
  font-size: 1.2rem !important;
  font-family: proxima_nova_light !important;
}

li.parent-icon a:after {
  content: ' \02C3';
  font-size: 1.2rem;
  color: white;
  float: right;
  padding-right: 14px;
  height: 20px;
}

a.parent-icon-arrow-greater-than:after {
  content: ' \02C3' !important;
}

a.parent-icon-arrow-greater-than:after {
  content: ' \02C5' !important;
}

ul.child-menu li a:after {
  content: none !important;
}

.checkbox {
  font-size: 1rem;
}

.mobile-logo {
  display: none;
  border-bottom-right-radius: 100% 30%;
  border-bottom-left-radius: 100% 30%;
}

.mobile-toggle-icon {
  display: none;
  position: absolute;
  right: 0;
}

.mobile-toggle-icon img {
  width: 3rem;
  margin-right: 5vw
}

.custom-nav {
  display: flex;
  justify-content: flex-end;
  max-width: 1600px;
  position: absolute;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: white !important;
  justify-content: flex-start !important;
  position: relative !important;
}

.custom-nav ::marker {
  content: '';
}

.custom-nav #nav ul {
  height: 2vw !important;
  width: 80vw;
}

.custom-nav #nav>ul li a {
  color: black !important;
  text-transform: none !important;
  font-family: proxima_nova_bold !important;
  font-size: 16px !important;
  margin-right: 0rem !important;
}

.custom-nav #nav>ul li ul {
  background: white !important;
  margin-top: 0.6vw !important;
  height: auto !important;
  box-shadow: 0px 0px 3px 0px red !important;
}

img.checkbox-img {
  box-shadow: 0px 0px 3px 0px grey;
  width: 1.5rem;
  margin-right: 0.8rem;
  padding: 0.4rem;
}

.checkbox-img {
    vertical-align: sub;
}

h6.color-head {
    margin-bottom: 2vw;
    overflow: visible;
    background: none;
}

.swiftWrapper {
    display: inline-block;
    position: relative;
}

span.frontLoad.swiffer {
    left: -1.6vw;
    top: -1vw;
    position: absolute;
}

span.frontLoad.swiffer img {
    width: 4vw;
}

span.backLoad.swiffer {
    right: -1.5vw;
    bottom: -1vw;
    position: absolute;
}

span.backLoad.swiffer img {
    width: 3vw;
}
#nameHead {
    background: none;
    color: white;
    padding: 0vw;
    background: transparent linear-gradient(180deg, #FF0505 0%, #C40000 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #9F9F9FBE;
    opacity: 1;
}

#nameHead::after {
    background: none;
    width: auto;
    display: none;
}

#nameHead h1 {
	line-height: 4rem;
  font-size: 2rem;
}

#main {
	margin-top: 40px;
}

@media screen and (max-width: 1128px) {
  .page-main-left-wrapper {
    width: 100vw;
    position: absolute;
    text-align: center;
    background: white;
    box-shadow: none;
  }
  .page-main-left-wrapper h1 {
    background: #ea2d2d;
    box-shadow: inset 100px 0px 120px -2px #980808;
  }
  ul.nav-sidebar.parent-menu li {
    border-bottom: 1px solid red;
  }
  ul.child-menu li {
    background: #383838;
    border-bottom: 1px solid white !important;
  }
  ul.child-menu li a {
    color: white !important;
  }
  ul.nav-sidebar.parent-menu li a {
    padding-left: 0vw;
    color: red;
  }
  ul.nav-sidebar.parent-menu li,
  ul.nav-sidebar.child-menu li {
    padding-left: 0vw;
  }
  .page-main-center-wrapper {
    width: 100vw;
    padding: 2vw;
  }
  .page-main-right-img {
    display: none;
  }
  .logo-wrapper img {
    width: 12vw;
  }
  li.parent-icon a:after {
    color: red;
  }
  .page-main-center-wrapper {
    padding: 6vw;
  }
  .page-main-left-wrapper h1 {
    cursor: pointer;
  }
  .mobile-logo {
    display: block;
  }
 /* ul.nav {
    width: 100vw;
  }*/
  .mobile-logo {
    height: 20vw;
    background: red linear-gradient(66deg, #000000 0%, #FF3131 100%) 0% 0% no-repeat padding-box;
  }
  .mobile-logo h1 {
    color: white;
    font-size: 1rem;
    text-align: center;
    padding-top: 1vw;
  }
  .mobile-logo img {
    margin-top: 6vw;
    margin-left: 10.5vw;
    width: 18vw;
  }
  .closebtn {
    position: absolute;
    top: 0;
    right: 2vw;
    font-size: 3vw !important;
    margin-left: 50px;
    color: white !important;
    text-decoration: none !important;
  }
  .mobile-toggle-icon {
    display: block;
  }
  .nav-right-wrapper {
    display: flex;
    flex-direction: column;
    font-size: 2vw;
    padding-left: 4vw;
    right: 0;
    position: unset;
    top: 15px;
    border-left: none;
  }
  .nav-right-wrapper div {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .btn {
    font-size: 1.2rem;
  }
  .custom-nav {
    height: 0vw !important;
  }
  .fa-remove:before,
  .fa-close:before,
  .fa-times:before {
    content: "\f00d" !important;
    color: white;
  }
  #mobHam,
  #mobClose {
    position: absolute !important;
    color: #fff;
    right: 2vw;
    top: 1vw;
    font-size: 1.5vw;
    padding: 1vw;
    border: 2px solid white;
    border-radius: 4vw;
  }
  #mobHam,
  #mobClose {
    display: block !important;
  }
  .custom-nav #nav {
    top: 0 !important;
  }
  .custom-nav #nav.open {
    right: 0 !important;
    top: 0 !important;
  }
  .custom-nav #nav {
    position: fixed !important;
    right: -40% !important;
    height: 100% !important;
    background: #fff !important;
    width: 40% !important;
    -moz-transition: right 0.25s ease-in-out, border-color 0.35s ease-in-out !important;
    -webkit-transition: right 0.25s ease-in-out, border-color 0.35s ease-in-out !important;
    -ms-transition: right 0.25s ease-in-out, border-color 0.35s ease-in-out !important;
    transition: right 0.25s ease-in-out, border-color 0.35s ease-in-out !important;
  }
  .custom-nav #nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    align-items: flex-start !important;
    flex-direction: column !important;
    padding: 5vw 0 0 4vw !important;
  }
  .custom-nav #nav>ul li {
    padding-bottom: 3vw !important;
  }
  .custom-nav #nav>ul li a {
    font-family: proxima_nova_regular !important;
    font-size: 1.5rem !important;
  }
  ul.nav-sidebar.parent-menu li a {
    font-size: 1.2rem;
    font-family: proxima_nova_semibold;
  }
  .page-main-left-wrapper h1 {
    font-size: 1.5rem;
    border-radius: 5px 5px 5px 5px;
    border-bottom: 2px solid #980808;
  }
  .page-main-left-wrapper {
    margin-left: 6vw;
    margin-right: 6vw;
    width: 88vw;
    box-shadow: 0 0 5px 0 black;
    border-radius: 5px 5px 5px 5px;
  }
  ul.nav-sidebar.parent-menu li,
  ul.nav-sidebar.child-menu li {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }
  ul.nav-sidebar.parent-menu li:last-child {
      border-bottom: none !important;
  }
  .logo-wrapper {
    margin: 0 auto;
  }
  #main {
    margin-top: 15px;
  }
  .custom-nav #nav ul {
    height: auto !important;
  }
  .nav-right-wrapper a.btn {
      box-shadow: none;
      background: none;
      font-family: 'proxima_nova_regular';
      font-size: 1.5rem;
      color: black;
      text-align: left;
  }

  .child-menu li.nav-selected {
      background: #383838;
  }
  .child-menu li.nav-selected a {
    color: white !important;
  }
  li.parent-icon.nav-path-selected {
      border-bottom: none !important;
  }
  ul.child-menu li {
      padding-left: 2vw;
      border-bottom: none !important;
      border-top: 1px solid white !important;
  }
  ul.nav-sidebar.parent-menu {
      border-radius: 5px 5px 5px 5px;
  }

  #header #nav > ul li:hover ul {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .mobile-logo {
    height: 20vw;
  }
}

@media screen and (max-width: 768px) {
  .sumRow div {
  white-space: normal; 
  width: unset;
}

.sumRow > div:nth-child(2) {
  padding-left: 20px;
  box-sizing: border-box;
  width: 70%;
}

.sumRow > div:nth-child(1) {
  width: 2%;
}

.sumRow > div:nth-child(3) {
  text-align: right !important;
  width: 10% !important;
  display: flex;
  justify-content: right;
}
.nav-right-wrapper {
  width: 100%;
}
.nav-wrapper a.btn {
  padding: 11px 0px 10px !important;
}
.dateBox {
  width: 20% !important;
}
.eventInfoBox {
  padding-bottom: 20px;
}
  .nav-wrapper a {
    font-size: 1.5vw;
  }
  li.parent-icon a:after {
    color: red;
  }
  .btn {
    min-width: 15vw;
  }
  .mobile-logo {
    height: 22vw;
  }
  .mobile-logo img {
    margin-top: 6vw;
    margin-left: 14.5vw;
    width: 20vw;
  }
  .mobile-logo h1 {
    font-size: 1.2rem;
  }

  #mobHam, #mobClose {
    font-size: 2vw;
  }
  .custom-nav #nav {
      width: 50% !important;
      right: -50% !important;
  }
  #nameHead h1 {
    line-height: 3rem;
    font-size: 2rem;
  }
}
.nav-wrapper a.btn {
  padding: 11px 10px 10px;
}
.btn.dasher {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .nav-wrapper a {
    font-size: 2.5vw;
  }
  .logo-wrapper img {
    width: 15vw;
  }
  li.parent-icon a:after {
    color: red;
  }
  .closebtn {
    font-size: 4vw !important;
  }
  .page-main-center-wrapper {
    padding-top: 3rem;
  }
  .custom-nav #nav {
    width: 60% !important;
    right: -60% !important;
  }
  .mobile-logo img {
    margin-left: 18.5vw;
    width: 22vw;
  }
  .mobile-logo {
      height: 25vw;
  }
  .logo-wrapper img {
    width: 20vw;
  }
  .mobile-logo h1 {
    font-size: 1rem;
  }
  #mobHam, #mobClose {
    font-size: 3vw;
  }
  #nameHead h1 {
      line-height: 2rem;
      font-size: 1.5rem;
  }

}