@charset "UTF-8";
.redtext {
  color: #c32126 !important;
}

body {
  font-family: proxima-nova;
  font-size: 14pt;
  overflow-x: hidden !important;
}

html {
  overflow-x: hidden;
}

h1 {
  font-family: proxima-nova-condensed;
  font-weight: 900;
  letter-spacing: 2px !important;
}

h2, h3, h4, h5, h6, h7 {
  font-family: proxima-nova-condensed;
  letter-spacing: 1px !important;
}

.nomargin {
  padding: 0px !important;
  margin: 0px !important;
}

a, a:visited, a:active {
  color: black;
  text-decoration: none;
  transition: 0.5s all;
}

a:hover {
  color: #c32126;
  text-decoration: none;
  transition: 0.5s all;
}

.posts-carousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  height: 0;
  margin-top: -25px;
}

.posts-carousel.slick-initialized {
  visibility: visible;
  opacity: 1;
  height: fit-content;
}

.posts-carousel-home {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  height: 0;
}

.posts-carousel-home.slick-initialized {
  visibility: visible;
  opacity: 1;
  height: fit-content;
}

.posts-carousel .slick-track {
  display: flex !important;
}
.posts-carousel .slick-slide {
  height: inherit !important;
}
.posts-carousel .slick-slide img {
  padding: 75px;
  filter: grayscale(100);
  transform: scale(1);
  transition: 0.5s all;
}
.posts-carousel .slick-slide.slick-current img {
  padding: 25px;
  transform: scale(1);
  filter: grayscale(0) !important;
  transition: 0.5s all;
}
.posts-carousel .slick-slide:hover {
  transform: scale(1);
  transition: 0.5s all;
}
.posts-carousel .slick-slide:hover img {
  filter: grayscale(0) !important;
  transition: 0.5s all;
}
.posts-carousel .slick-track {
  display: flex !important;
}
.posts-carousel .slick-slide {
  height: inherit !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.posts-carousel .slick-slide > div {
  height: 100%;
}

.posts-carousel-home {
  overflow: hidden;
  background: white;
  border-radius: 20px !important;
  box-shadow: 0 0 20px 0 #979797;
}
.posts-carousel-home div {
  border-radius: 20px !important;
}

.header {
  color: #0F2552;
  z-index: 100000;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

.position-absolute {
  position: absolute !important;
}

.headersection {
  background: url("inc/img/bg.png"), linear-gradient(320deg, #699ef7, white);
  padding-bottom: 200px;
  position: relative;
  z-index: 100;
}
.headersection .tagline h1 {
  font-family: proxima-nova !important;
  font-size: 50pt;
  line-height: 45pt;
  text-transform: uppercase;
  font-weight: 900;
  color: #0F2552;
}
.headersection .tagline .tl1 {
  font-weight: 500;
}
.headersection .tagline .tl2 {
  font-weight: 700;
}
.headersection .tagline .tl3 {
  font-weight: 900;
}
.headersection.pageheader {
  padding-bottom: 0px !important;
}

.slidersection {
  font-size: 16pt;
  z-index: 1000000;
  position: relative;
  font-weight: bold;
  background: white;
  margin-bottom: 50px;
}
.slidersection .image-wrapper {
  top: -300px;
  width: 650px;
  left: 50%;
  z-index: 10000;
  position: relative;
  z-index: 1000000;
}
.slidersection .image-wrapper .homeimage {
  display: block;
  width: 100%;
  height: auto;
  z-index: 100000;
}

.overflow-wrapper {
  overflow: hidden !important;
}

.sitepage h2, .fourohfour h2 {
  font-family: proxima-nova !important;
  font-size: 30pt;
  line-height: 25pt;
  text-transform: uppercase;
  font-weight: 900;
  color: #0F2552;
}

.eventssection {
  background: linear-gradient(0deg, white, white);
  padding-bottom: 0px;
}
.eventssection.whitebg {
  background: white !important;
}
.eventssection p {
  font-size: 16pt;
}
.eventssection h2 {
  font-family: proxima-nova !important;
  font-size: 30pt;
  line-height: 25pt;
  text-transform: uppercase;
  font-weight: 900;
  color: #0F2552;
}
.eventssection h3 {
  font-family: proxima-nova !important;
  font-size: 20pt !important;
  line-height: 25pt;
  text-transform: uppercase;
  font-weight: 700;
  color: black;
}
.eventssection .baseselector {
  padding-top: 25px;
  padding-bottom: 0px;
  width: 100% !important;
}
.eventssection .baseselector select {
  border: 0;
  box-shadow: 0 0 20px 0 #ccc;
  padding-right: 50px;
  font-weight: 700;
  padding: 5px 50px 5px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.eventssection .st0 {
  fill: #ccc;
}
.eventssection .st1 {
  fill: #C32327;
}
.eventssection .st2 {
  fill: #FFFFFF;
  transition: 0.5s all;
}
.eventssection .t1:hover .st2 {
  fill: #C32327;
  transition: 0.5s all;
}

.headerfixed {
  position: fixed;
  width: 100%;
  top: 0;
  transition: 0.5s all;
  margin-top: -500px;
  box-shadow: 0px 5px 5px rgba(102, 102, 102, 0.5);
}
.headerfixed.scrolled {
  position: fixed;
  transition: 0.5s all;
  width: 100%;
  top: 0;
  margin-top: 0px;
}

.nav-iconclose {
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  overflow: visible;
  margin-top: 5px;
  float: right;
}

.nav-iconclose span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: black;
  border-radius: 20px;
  opacity: 1;
  left: 0;
}

.nav-iconclose span {
  background: #0F2552;
}

.nav-iconclose span:nth-child(1) {
  top: 4px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-iconclose span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-iconclose span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-iconclose.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.nav-iconclose.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-iconclose.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 8px;
}

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: black;
  z-index: 100000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.overlay.active {
  display: block;
  opacity: 0.75;
  transition: all 0.3s ease-in-out;
  pointer-events: all;
}

.site {
  transform: translateX(0);
  transition: 0.3s all ease-in-out;
}

.site.opened {
  transform: translateX(-250px);
  transition: 0.3s all ease-in-out;
}

.site-header-fixed {
  transition: 0.3s all ease-in-out;
}

.site-header-fixed.opened {
  transform: translateX(-250px);
  transition: 0.3s all ease-in-out;
  z-index: 100 !important;
}

/* MOBILE NAVIGATION */
.sidenav {
  height: 100%;
  width: 250px;
  padding: 20px 0 0 0;
  transform: translateX(250px);
  position: fixed;
  z-index: 100000000000;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s all ease-in-out;
  text-align: left;
  /*   border-left: 3px solid rgb(205, 51, 47); */
  background: #0F2552;
}

.sidenav.opened {
  transform: translateX(0);
  margin-right: 0px;
  transition: 0.5s all ease-in-out;
  box-shadow: 0 0px 50px 0px black;
}

.sidenav a {
  text-decoration: none;
  padding: 0px 0px !important;
  color: white;
  display: block;
  text-align: right;
  transition: 0.3s;
}

.mobile-nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: #0F2552;
}

.mobile-nav a {
  color: white;
  margin: 0px;
  padding: 0px;
}

.mobile-nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0pt;
  background: #0F2552;
}

.mobile-nav li a {
  margin: 0px;
  padding: 15px 25px !important;
  font-weight: 900;
  font-size: 18pt !important;
  font-family: proxima-nova;
  border-bottom: 0px solid rgba(238, 238, 238, 0.15) !important;
  text-transform: uppercase;
}

.mobile-nav li a:hover {
  color: black;
}

.mobile-nav li ul li a {
  margin: 0px;
  font-weight: normal;
  font-size: 14pt !important;
  font-family: proxima-nova-condensed;
  text-transform: none;
}

.mobile-nav li ul li ul li a {
  padding-left: 50px !important;
}

.mobile-nav li ul li a:hover {
  color: #cd332f;
}

.mobile-nav .donate a {
  background: green;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu {
  width: 100%;
  font-family: proxima-nova-condensed;
  color: #ffffff;
}

#cssmenu ul ul {
  display: none;
}

.align-right {
  float: right;
}

#cssmenu > ul > li > a {
  padding: 15px 20px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background: #0F2552;
}

#cssmenu > ul > li > a:hover {
  color: #212529;
  background: white !important;
}

#cssmenu > ul > li.open > a {
  border-bottom: 0px solid #1682ba;
}

#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 0px solid #1682ba;
}

.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.holder::after {
  top: 20px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}

.holder::before {
  top: 20px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}

#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #eeeeee;
  background: #0F2552;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #0F2552;
  color: #ffffff;
}

#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}

#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul ul li a {
  padding-left: 30px;
}

#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}

#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}

#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}

#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 20px;
  z-index: 10;
  top: 15px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}

.topnavigation .menu-home-container ul {
  padding: 0;
  margin: 60px 0 0 0;
  list-style: none;
  float: right;
  font-size: 13pt;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  z-index: 10000000000 !important;
}
.topnavigation .menu-home-container ul li {
  padding: 0;
  margin: 0;
  margin-left: 0px;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
}
.topnavigation .menu-home-container ul li:hover > ul, .topnavigation .menu-home-container ul li ul:hover {
  visibility: visible;
  opacity: 1;
  transition: 0.5s all;
  margin-top: 10px;
  pointer-events: all;
  z-index: 100000000000 !important;
  position: absolute;
}
.topnavigation .menu-home-container ul li a {
  text-decoration: none;
  color: #0F2552;
  padding: 5px 15px;
  margin: 0;
}
.topnavigation .menu-home-container ul li a:hover {
  color: #c32126;
}
.topnavigation .menu-home-container ul li ul {
  visibility: hidden;
  background: #eee;
  opacity: 0;
  margin-top: -20px;
  position: absolute;
  padding: 0 15px;
  z-index: 100000000000 !important;
  pointer-events: none;
  font-size: 12pt;
  line-height: 12pt;
  border-radius: 9px;
  transition: 0.5s all;
  box-shadow: 0px 5px 5px rgba(102, 102, 102, 0.5);
}
.topnavigation .menu-home-container ul li ul li {
  width: 100%;
}
.topnavigation .menu-home-container ul li ul li a {
  padding: 10px 0;
  display: block;
  font-size: 12pt;
}
.topnavigation .menu-home-container ul li.hiring a {
  text-decoration: none;
  background: #0F2552;
  border-radius: 9px;
  color: white;
  margin-left: 20px;
  padding: 8px 15px;
}
.topnavigation .menu-home-container ul li.hiring a:hover {
  background: #c32126;
}
.topnavigation .menu-primary-container ul {
  background: white;
  box-shadow: 0 0 20px 0 #979797;
  padding: 40px 20px 25px 0px;
  border-radius: 9px;
  margin: -40px 0 0 0;
  list-style: none;
  float: right;
  font-size: 10pt;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.7px;
  z-index: 10000000000 !important;
}
.topnavigation .menu-primary-container ul li {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
}
.topnavigation .menu-primary-container ul li a {
  text-decoration: none;
  background: #c32126;
  border-radius: 9px;
  color: white;
  margin-left: 20px;
  padding: 8px 15px;
}
.topnavigation .menu-primary-container ul li a:hover {
  background: #0F2552;
}
.topnavigation .menu-primary-container ul li ul {
  visibility: hidden;
  background: #eee;
  opacity: 0;
  margin-top: -20px;
  position: absolute;
  padding: 0 15px;
  z-index: 100000000000 !important;
  pointer-events: none;
  font-size: 12pt;
  line-height: 12pt;
  border-radius: 9px;
  transition: 0.5s all;
  box-shadow: 0px 5px 5px rgba(102, 102, 102, 0.5);
}
.topnavigation .menu-primary-container ul li ul li {
  width: 100%;
}
.topnavigation .menu-primary-container ul li ul li a {
  padding: 10px 0;
  display: block;
  font-size: 12pt;
}
.topnavigation .menu-primary-container ul li.iama a {
  text-decoration: none;
  background: white;
  border-radius: 0px;
  color: #0F2552;
  margin-left: 0px;
  padding: 8px 15px;
  cursor: default !important;
}
.topnavigation .menu-primary-container ul li.iama a:hover {
  background: white;
  color: #0F2552;
}

.copyrightcolumn {
  font-size: 10pt;
}
.copyrightcolumn span {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bottomnavigation ul {
  padding: 0;
  margin: 0px;
  list-style: none;
  font-size: 10pt;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 10000000000 !important;
  margin-right: 0;
}
.bottomnavigation ul li {
  padding: 0;
  margin: 15px 0;
  margin-left: 0px;
  display: block;
  line-height: 12pt;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
}
.bottomnavigation ul li:hover > ul, .bottomnavigation ul li ul:hover {
  visibility: visible;
  opacity: 1;
  transition: 0.5s all;
  margin-top: 10px;
  pointer-events: all;
  z-index: 100000000000 !important;
  position: absolute;
}
.bottomnavigation ul li a {
  text-decoration: none;
  color: white;
  padding: 0px 0px;
}
.bottomnavigation ul li a:hover {
  color: #c32126;
}
.bottomnavigation ul li ul {
  visibility: hidden;
  background: #eee;
  opacity: 0;
  margin-top: -20px;
  position: absolute;
  padding: 0 15px;
  z-index: 100000000000 !important;
  pointer-events: none;
  font-size: 12pt;
  line-height: 12pt;
  border-radius: 9px;
  transition: 0.5s all;
  box-shadow: 0px 5px 5px rgba(102, 102, 102, 0.5);
}
.bottomnavigation ul li ul li {
  width: 100%;
}
.bottomnavigation ul li ul li a {
  padding: 10px 0;
  display: block;
  font-size: 12pt;
}

.privacynavigation ul {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
  font-size: 10pt;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 10000000000 !important;
}
.privacynavigation ul li {
  padding: 0;
  margin: 0px;
  margin-left: 0px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
}
.privacynavigation ul li:after {
  content: " ·";
}
.privacynavigation ul li:last-child:after {
  content: none;
}
.privacynavigation ul li:hover > ul, .privacynavigation ul li ul:hover {
  visibility: visible;
  opacity: 1;
  transition: 0.5s all;
  margin-top: 10px;
  pointer-events: all;
  z-index: 100000000000 !important;
  position: absolute;
}
.privacynavigation ul li a {
  text-decoration: none;
  color: white;
  padding: 0 0 10px 0;
}
.privacynavigation ul li a:hover {
  color: #c32126;
}
.privacynavigation ul li ul {
  visibility: hidden;
  background: #eee;
  opacity: 0;
  margin-top: -20px;
  position: absolute;
  padding: 0 15px;
  z-index: 100000000000 !important;
  pointer-events: none;
  font-size: 12pt;
  line-height: 12pt;
  border-radius: 9px;
  transition: 0.5s all;
  box-shadow: 0px 5px 5px rgba(102, 102, 102, 0.5);
}
.privacynavigation ul li ul li {
  width: 100%;
}
.privacynavigation ul li ul li a {
  padding: 10px 0;
  display: block;
  font-size: 12pt;
}

.socialnavigation {
  text-align: center;
}
.socialnavigation ul {
  padding: 0;
  margin: 0px;
  list-style: none;
  font-size: 35pt;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 10000000000 !important;
}
.socialnavigation ul li {
  padding: 0;
  margin: 0px;
  margin-left: 0px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
}
.socialnavigation ul li a {
  text-decoration: none;
  color: white;
  padding: 0px 15px;
  transform: rotate(0) scale(1) !important;
}
.socialnavigation ul li a:hover {
  color: #c32126;
}
.socialnavigation ul li:hover {
  transform: rotate(360deg) scale(1) !important;
}

.footer {
  background: linear-gradient(180deg, #0F2552, black);
  color: white;
  padding-bottom: 75px;
}
.footer .container {
  padding-top: 20px;
}
.footer .logobottom {
  padding-bottom: 10px;
  padding-top: 5px;
}
.footer h2 {
  font-family: proxima-nova;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 16pt;
  letter-spacing: 2px;
  color: #ccc;
}

body input {
  padding: 21px 25px !important;
  margin: 0;
  border: 0;
  font-weight: 700;
}
body input::placeholder {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}
body input[type=submit] {
  padding: 21px 25px !important;
  margin: 0;
  font-weight: 900;
  background: #ccc;
  color: #0F2552;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: -5px;
}
body textarea::placeholder {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
}
body textarea {
  padding: 21px 25px !important;
  margin: 0;
  font-weight: 700;
  background: white;
  color: #0F2552;
  letter-spacing: 0px;
}
body input[type=submit]:hover {
  background: #c32126;
  color: white;
  font-weight: 900;
  letter-spacing: 2px;
}

.footerextra h2 {
  font-family: proxima-nova;
  font-weight: 700;
  text-transform: uppercase;
}
.footerextra input {
  padding: 18px 25px !important;
  margin: 0;
  border: 0;
  font-weight: 700;
}
.footerextra input::placeholder {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}
.footerextra input[type=submit] {
  padding: 21px 25px 21px 25px !important;
  margin: 0;
  font-weight: 900;
  background: #ccc;
  color: #0F2552;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footerextra input[type=submit]:hover {
  background: #c32126;
  color: white;
}

.homepagebox a {
  font-size: 9pt;
  background: #0F2552;
  color: #ccc;
  text-decoration: none;
  padding: 25px;
  border-radius: 20px;
  display: block;
  font-weight: 700;
  letter-spacing: 1px !important;
  text-transform: uppercase;
}
.homepagebox a:hover {
  background: #c32126;
  box-shadow: 0 0 20px 0 #979797;
}
.homepagebox a h2 {
  color: white;
  font-family: proxima-nova !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px !important;
  font-size: 16pt;
  margin-bottom: 0px;
}
.homepagebox a p {
  margin: 0px;
}

.eventitem {
  text-align: center;
}
.eventitem .eventcal {
  box-shadow: 0 0 20px 0 #ccc;
  border-radius: 20px !important;
  transform: scale(1);
  transition: 0.5s all;
}
.eventitem .eventmonth {
  font-weight: 900;
  text-transform: uppercase;
  background: #c32126;
  color: white;
  border-radius: 20px 20px 0 0;
  padding: 0px;
  font-size: 30pt;
  letter-spacing: 5px;
  transition: 0.5s all;
}
.eventitem .eventday {
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 0 0 20px 20px;
  background: white;
  padding: 60px 10px;
  font-size: 70pt;
  line-height: 0pt;
  letter-spacing: 0px;
  transition: 0.5s all;
}
.eventitem .eventlocation {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 0 10px 0;
  font-size: 14pt;
  line-height: 13pt;
  transition: 0.5s all;
}
.eventitem .eventlocation i {
  color: #c32126;
  display: block;
  font-size: 20pt;
}
.eventitem .eventtime {
  font-weight: 900;
  text-transform: uppercase;
  padding: 15px 0 5px 0;
  font-size: 18pt;
  transition: 0.5s all;
}
.eventitem .eventtime i {
  color: #c32126;
}
.eventitem .eventbutton {
  background: #ccc;
  padding: 10px 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  border-radius: 9px !important;
  width: fit-content;
  margin: 0 auto;
  transition: 0.5s all;
  opacity: 0;
}
.eventitem:hover {
  color: #0F2552 !important;
}
.eventitem:hover .eventcal {
  transform: scale(1.1);
  transition: 0.5s all;
}
.eventitem:hover .eventmonth {
  background: #0F2552;
  transition: 0.5s all;
}
.eventitem:hover .eventbutton {
  background: #c32126;
  transition: 0.5s all;
  padding: 10px 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  border-radius: 9px !important;
  width: fit-content;
  margin: 0 auto;
  opacity: 1;
}

.baseitem {
  position: relative;
  transform: scale(1);
  transition: 0.5s all;
  box-shadow: 0 0 20px 0 #ccc;
  border-radius: 20px !important;
}
.baseitem img {
  border-radius: 20px !important;
  filter: grayscale(100%) contrast(30%);
  transition: 0.5s all;
}
.baseitem .basename {
  position: absolute;
  padding: 25px;
  color: white;
  bottom: 0;
  text-shadow: 0px 0px 5px black, 0px 0px 15px black;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 20pt;
  font-size: 20pt;
  transition: 0.5s all;
}
.baseitem .basename .baselocation {
  font-size: 12pt;
  font-weight: 700;
  padding-top: 10px;
  transition: 0.5s all;
}
.baseitem:hover {
  transform: scale(1.1);
  transition: 0.5s all;
}
.baseitem:hover img {
  border-radius: 20px !important;
  filter: grayscale(0%) contrast(100%);
  transition: 0.5s all;
}
.baseitem:hover .basename .baselocation {
  padding-top: 0px;
  transition: 0.5s all;
}

.actionbutton {
  width: fit-content;
  background: #0F2552;
  border-radius: 9px;
  color: white;
  font-weight: 700;
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  transition: 0.5s all;
  line-height: 14pt;
}
.actionbutton a {
  color: white;
}
.actionbutton:hover {
  background: #c32126;
  transition: 0.5s all;
}
.actionbutton.registerationbutton {
  font-size: 24pt;
  padding: 20px 20px;
  background: #c32126;
}
.actionbutton.registerationbutton:hover {
  background: #0F2552;
  transition: 0.5s all;
}

.starttime {
  color: #c32126;
  font-weight: 900;
  font-size: 20pt;
}

.eventdetails {
  font-size: 16pt;
  text-transform: uppercase;
  font-weight: 700;
}
.eventdetails i {
  font-size: 16pt;
}

.eventpage .eventitem .registerbutton {
  width: fit-content;
  background: #c32126;
  border-radius: 9px;
  color: white;
  font-weight: 700;
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  margin: 0 auto;
  transition: 0.5s all;
  line-height: 14pt;
}
.eventpage .eventitem:hover .registerbutton {
  background: #0F2552;
  transition: 0.5s all;
}
.eventpage h2 {
  font-family: proxima-nova;
  font-weight: 900;
  color: #0F2552;
  font-size: 30pt;
  text-transform: uppercase;
}
.eventpage h3 {
  font-family: proxima-nova;
  font-weight: 700;
  color: #0F2552;
  font-size: 18pt;
  text-transform: uppercase;
}

.basethumb img {
  border-radius: 20px !important;
  box-shadow: 0 0 20px 0 #979797;
}

.s1, .s2, .s3, .s4, .s5 {
  padding: 50px 0 50px 0;
}

.s2 {
  background: #c32126;
  background: -webkit-linear-gradient(180deg, #0F2552, #c32126);
  background: linear-gradient(180deg, #0F2552, #c32126);
  color: white;
}

.s4 {
  background: #eee;
}

.ratio iframe {
  border-radius: 20px !important;
}

.custom-shape-divider-top {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 59px;
}

.custom-shape-divider-top .shape-fill {
  fill: #eee;
}

.custom-shape-divider-bottom {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  position: relative;
  z-index: 1000;
  margin-top: -250px;
  margin-bottom: -90px;
}
.custom-shape-divider-bottom.pageheader {
  margin-top: -55px;
  margin-bottom: 0px;
}

.pagecontent {
  background: linear-gradient(0deg, #eaeaea, white);
}

.footerextra {
  background: #0F2552;
  color: white;
}
.footerextra h2 {
  color: white;
  margin-bottom: 15px;
}
.footerextra p {
  font-size: 14pt;
}

.custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 209px;
}

.custom-shape-divider-bottom.pageheader svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 100px !important;
}

.custom-shape-divider-bottom .shape-fill {
  fill: #c32126;
}

.custom-shape-divider-footer {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 100000;
  margin-bottom: -2px !important;
}

.custom-shape-divider-footer svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 100px;
}

.custom-shape-divider-footer .shape-fill {
  fill: #c32126;
}

.box {
  background-color: white;
  padding: 25px;
  border-radius: 20px !important;
  box-shadow: 0 0 20px 0 #ccc;
  color: #0F2552;
}

.newsitem {
  margin-top: 25px;
  transition: 0.5s all;
}
.newsitem .newsdate {
  font-weight: 100;
  letter-spacing: 2px;
  color: #0F2552;
  text-transform: uppercase;
  font-size: 10pt;
}
.newsitem .newssource {
  font-weight: 900;
  letter-spacing: 2px;
  color: #0F2552;
  text-transform: uppercase;
  font-size: 10pt;
}
.newsitem .newscategory {
  background: #eee;
  color: #0F2552;
  margin: -25px;
  margin-top: 25px;
  padding: 12.5px 25px;
  border-radius: 0 0 9px 9px;
  transition: 0.5s all;
  font-weight: 900;
  letter-spacing: 2px;
  color: #0F2552;
  text-transform: uppercase;
  font-size: 10pt;
}
.newsitem:hover {
  transform: scale(1.05);
  transition: 0.5s all;
}
.newsitem:hover .newscategory {
  background: #c32126;
  color: white;
  transition: 0.5s all;
}

.sidebox {
  position: relative;
  transform: scale(1);
  transition: 0.5s all;
  border-radius: 9px;
  box-shadow: 0 0 20px 0 #ccc;
  border-radius: 20px !important;
}
.sidebox img {
  border-radius: 20px 20px 0 0;
  transition: 0.5s all;
}
.sidebox .copy {
  background: #0F2552;
  padding: 25px;
  color: white;
  border-radius: 0 0 20px 20px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 16pt;
  font-size: 16pt;
  transition: 0.5s all;
}
.sidebox:hover {
  transform: scale(1.05);
  transition: 0.5s all;
}
.sidebox:hover .copy {
  background: #c32126;
  transition: 0.5s all;
}
.sidebox:hover img {
  transition: 0.5s all;
}

.aboutdescip {
  font-size: 12pt;
  line-height: 12pt;
  font-weight: bold;
}

.aboutsummaries a {
  transition: 0 all;
}
.aboutsummaries a .aboutsummariesbox {
  transform: scale(1);
  margin: 0;
  padding: 0;
  transition: 0.5s all;
  background: #eee;
  border-radius: 20px !important;
}
.aboutsummaries a .aboutsummariesbox:hover {
  transform: scale(1.05);
  transition: 0.5s all;
}

h2.bigger {
  font-size: 45pt !important;
  line-height: 40pt;
}

h2.bigger2 {
  font-size: 20pt !important;
  line-height: 18pt;
}

.titleheader {
  color: #0F2552;
  padding: 0 0 50px 0;
}
.titleheader h1 {
  margin: 0;
  padding: 0;
  font-size: 40pt !important;
  line-height: 30pt !important;
}
.titleheader h1 div {
  font-weight: 500 !important;
  font-size: 30pt;
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.breadcrumbs a {
  color: #505050;
}
.breadcrumbs a:hover {
  color: #c32126;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #ccc;
}

.page .site-main, .single .site-main, .error404 .site-main {
  padding: 0 0;
}

.disclaimer {
  font-size: 75%;
}

.logo img {
  margin-top: 0px;
  padding-top: 35px;
}

.cn-button {
  background: #c32126 !important;
  padding: 12.5px !important;
  border-radius: 20px !important;
  font-weight: 900 !important;
}
.cn-button:hover {
  background: #eee !important;
  color: black !important;
}

.carousel {
  position: relative;
  z-index: 1000000;
}

.carousel-inner {
  border-radius: 20px !important;
  box-shadow: 0 0 40px 0 #262626;
}
.carousel-inner img {
  border-radius: 20px !important;
}

.carousel-indicators {
  margin-bottom: 25px;
}
.carousel-indicators.active {
  background-color: #c32126 !important;
}
.carousel-indicators li {
  height: 20px;
  width: 20px;
  border-radius: 200px;
  background-color: white !important;
  border: 3px solid white;
}

.carousel-caption {
  border-top: 0px solid #d2d2d2;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 50px;
  right: 0;
  left: 0;
  bottom: 0;
}

.carousel-control-prev, .carousel-control-next {
  background: none;
  width: 10%;
  padding: 0;
  margin: 0;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  background: none;
}

li.gfield:after {
  content: "";
  display: table;
  clear: both;
}

/* Hidden & Validation Forms */
li.gform_validation_container, li.gform_hidden {
  position: absolute;
  left: -999em;
  visibility: hidden;
}

.hidden_label > label {
  position: absolute;
  left: -999em;
}

/* Buttons */
.btn, .btn-primary, .button, .button:visited, .h nav li.button a, button, input[type=button], input[type=submit], input[type=reset], .menu-toggle {
  color: white;
  font-size: 1em;
  background: #666;
  border-radius: 9px;
  border: none;
  padding: 15px 25px;
  line-height: 1;
  transition: background 500ms, color 500ms;
  text-decoration: none;
  text-align: center;
  font-weight: 900;
}

.select2-container .select2-choice {
  background: #efefef !important;
  border: none !important;
  padding: 0.75em 1em !important;
}

.select2-display-none {
  padding-top: 0.5em !important;
}

.button.secondary-button, input[type=reset] {
  color: black;
  background: lightgrey;
}

.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, .menu-toggle:hover, .h nav li.button a:hover {
  color: white;
  background: black;
  cursor: pointer;
  transition: background 0.5s, color 0.5s;
}

/* Form Elements */
.content form {
  margin: 1em 0;
}

fieldset {
  padding: 1em 0;
}

fieldset > * {
  padding-left: 0em;
}

fieldset legend {
  padding-left: 0;
}

label {
  display: block;
  padding: 1em 0 12.5px 0;
  font-size: 16pt;
}

.ginput_container_radio label, .ginput_container_checkbox label {
  display: block;
  padding: 0em 0 6.25px 0;
  font-size: 16pt;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
  margin-top: 5px !important;
  margin-right: 10px !important;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 16pt !important;
  margin-top: 0px;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 14pt !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em;
  background: white;
  border: 1;
  border-radius: 9px;
  padding: 8.3333333333px 12.5px;
  font-size: 1em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto;
}

select:after {
  content: "<>";
  font: 17px "Consolas", monospace;
  color: red;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  position: absolute;
  pointer-events: none;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0.25em 0.5em;
}

textarea, select[multiple], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=week], input[type=number], input[type=password], input[type=search], input[type=text], input[type=time], input[type=url], input[type=tel], input[type=time] {
  width: 100%;
  max-width: 100%;
  border-radius: 9px;
  border: 1;
  padding: 8.3333333333px 12.5px;
  font-size: 1em;
  outline: none;
  background: white;
}

select[multiple] {
  width: auto;
}

input[type=week], input[type=month], input[type=date], input[type=datetime], input[type=datetime-local], input[type=number], input[type=time] {
  width: 5em;
  max-width: 100%;
}

input[type=checkbox], input[type=radio] {
  display: inline-block;
  padding-top: 0;
  clear: left;
  float: left;
}

input[type=checkbox] + label, input[type=radio] + label {
  display: inline-block;
  max-width: 95%;
  float: left;
}

input[type=search] {
  appearance: none;
}

textarea {
  min-height: 200px;
  width: 100%;
}

form button, form input[type=submit] {
  float: right;
}

form.simple-search input {
  width: 100%;
  padding-right: 40px;
}

.search form.simple-search {
  width: 60%;
}

form.simple-search button {
  top: 5px;
  right: 5px;
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}

form.simple-search button:hover, form.simple-search button:active {
  box-shadow: none;
}

form.simple-search button img {
  width: 2em;
}

form.search-form {
  padding: 0;
  overflow: hidden;
  margin-top: 1em;
  max-height: 3.25em;
  position: relative;
}

form.search-form input {
  padding: 1em 3em 1em 1em;
  width: 100%;
}

.search-form label:before {
  font-size: 2em;
}

.search-form * {
  outline: none;
}

.search-form button {
  width: 10%;
  height: 5em;
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.search-form button:before {
  font-size: 2.5em;
}

.search-form button.icon-replacement:before {
  left: 0.35em;
  top: 0.4em;
}

.select2-container .select2-choice {
  padding: 1.05em !important;
}

/* Gravity Forms Styling, v .1 */
/* Basics */
.gform_wrapper:after, .gform_wrapper li:after, .gfield_html_formatted:after, .clear-multi:after, .gf_progressbar_wrapper:after, .gform_page_footer:after, .gf_page_steps:after {
  content: "";
  display: table;
  clear: both;
}

.gform_wrapper ul, .gform_wrapper li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.gform_wrapper .small, .small + .ginput_counter, .small + .chosen-container-multi {
  width: 20% !important;
  max-width: 100%;
}

.gform_wrapper .medium, .medium + .ginput_counter, .medium + .chosen-container-multi {
  width: 50% !important;
  max-width: 100%;
}

.gform_wrapper .large, .large + .ginput_counter, .large + .chosen-container-multi {
  width: 100% !important;
  max-width: 100%;
}

@media (max-width: 767px) {
  .gform_wrapper .small, .small + .ginput_counter, .small + .chosen-container-multi {
    width: 40% !important;
    max-width: 100%;
  }

  .gform_wrapper .medium, .medium + .ginput_counter, .medium + .chosen-container-multi {
    width: 75% !important;
    max-width: 100%;
  }

  .gform_wrapper .large, .large + .ginput_counter, .large + .chosen-container-multi {
    width: 100% !important;
    max-width: 100%;
  }
}
.ginput_counter {
  padding-top: 0.25em;
}

.gfield_required {
  padding: 0 0.2em;
}

.gfield_description {
  padding: 0.25em 0.25em 0 0.25em;
  clear: both;
}

.field_description_above .gfield_description {
  padding: 0.75em 0.25em;
}

.field_sublabel_above.field_description_above .gfield_description + .clear-multi label {
  padding-top: 0;
}

@media (max-width: 767px) {
  li.gfield {
    max-width: 100%;
    overflow-x: scroll;
  }
}
/* Typography */
.gfield_total label {
  font-size: 1.75em;
}

.ginput_container_total, h3.gf_progressbar_title, .ginput_container_post_title {
  font-size: 1.5em;
}

h3.gf_progressbar_title {
  font-size: 1em;
}

.ginput_counter, .ginput_complex span label, .ginput_container_fileupload .screen-reader-text, .instruction, .ui-datepicker-title select {
  font-size: 0.9em;
}

.gfield_description, .gfield .instruction {
  font-style: italic;
}

.gfield_label, .gfield_required, .ginput_product_price_label, .ginput_product_price, input:checked + label, td.ui-datepicker-today a, .gfield_description.validation_message, .ginput_shipping_price, h3.gf_progressbar_title {
  font-weight: bold;
}

.ginput_counter {
  text-align: right;
}

.ginput_counter {
  line-height: 1;
}

/* Colors */
.gfield_required, .warningTextareaInfo, ul.chosen-results li.no-results, .ginput_container_fileupload span.screen-reader-text + div {
  color: #bf0421;
  font-size: 14pt !important;
}

/* Maroon */
.ginput_product_price_label, .ginput_product_price, .ginput_container_total {
  color: green;
}

.gform_required_legend {
  display: none;
}

select[multiple] + .chosen-container li.result-selected, td.ui-datepicker-current-day a.ui-state-active, ul.chosen-results li.active-result.result-selected {
  background: black;
  color: white;
}

/* Radio & Checkboxes */
.gfield_checkbox li label, .gfield_radio li label {
  padding-top: 0;
  padding-left: 20px;
  top: -0.4em;
  position: relative;
  margin-bottom: 0;
}

.gfield_radio input[type=radio] + input[type=text] {
  float: left;
  display: inline-block;
  width: 10em;
  top: -0.75em;
  position: relative;
  margin-left: 0.25em;
}

/* Selects */
.ginput_container_select {
  position: relative;
  display: inline;
}

.ginput_container_select.chosen-after {
  display: inline-block;
}

.ginput_container_select.chosen-after:after {
  top: 1.3em;
}

.ginput_container_select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}

.ginput_container_select:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 0.3em;
  right: 0.75em;
  border-top: 8px solid black;
  opacity: 0.5;
}

.ginput_container_select select {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.chosen-container {
  position: relative;
}

li.gfield a.chosen-single span, li.gfield .chosen-container-multi .search-choice span {
  color: black;
  position: absolute;
  display: block;
  left: 1em;
  top: 0.85em;
}

ul.chosen-results {
  display: none;
  border: 3px solid #efefef;
  background: white;
  top: -0.3em;
  position: relative;
  padding: 0 !important;
  max-height: 11.75em;
  overflow: scroll;
}

.chosen-container-multi ul.chosen-results {
  top: -1em;
  left: 1em;
  width: 15em;
  max-width: 90%;
}

ul.chosen-results li.active-result {
  padding: 0.5em 0.75em;
}

ul.chosen-results li.active-result:hover {
  background: #efefef;
}

select[multiple] + .chosen-container li.result-selected {
  padding-left: 0.75em;
}

select[multiple] + .chosen-container.chosen-container-active li.search-field {
  display: none;
}

ul.chosen-results li.active-result.result-selected.gf_placeholder {
  background: transparent;
  color: black;
}

ul.chosen-results li.no-results {
  padding: 0.5em 0.75em;
  font-style: italic;
}

.chosen-container-active ul.chosen-results {
  display: block;
}

.chosen-container-active a.chosen-single span {
  visibility: hidden;
}

.chosen-container-multi .search-choice span {
  top: 2em;
  left: 2em;
}

.chosen-container-multi li.search-choice {
  position: relative;
  top: 2.5em;
}

.chosen-container-multi .search-field input {
  overflow-x: hidden;
}

.ginput_container_multiselect select {
  height: 8em;
  overflow: scroll;
}

.ginput_container_multiselect select.small {
  height: 6.5em;
}

.ginput_container_multiselect select.large {
  height: 12em;
}

.small + .chosen-container-multi .search-field input, .medium + .chosen-container-multi .search-field input, .large + .chosen-container-multi .search-field input {
  width: 100%;
}

select[multiple] + .chosen-container li.search-field input {
  width: 100% !important;
}

select[multiple] + .chosen-container-multi ul.chosen-choices li.search-choice {
  position: relative;
  left: 90%;
  padding-bottom: 1em;
}

/* HTML Field & Sections */
.gfield_html_formatted {
  margin-bottom: 1em;
}

li.gsection {
  margin-top: 2em;
}

/* Name Fields */
.ginput_complex span label {
  padding: 0.25em 0 0.75em 0.25em;
}

span.name_first, span.name_last, span.name_middle, span.name_prefix, span.name_suffix {
  width: 49%;
  float: left;
}

span.name_first {
  margin-right: 1%;
}

span.name_last {
  margin-left: 1%;
}

.no_prefix.no_middle_name.no_last_name.no_suffix span.name_first label,
.no_prefix.no_middle_name.no_first_name.no_suffix span.name_last label {
  display: none;
}

.no_prefix.no_middle_name.no_first_name.no_suffix span.name_last {
  margin-left: 0;
}

.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_first {
  width: 40%;
  margin-right: 1%;
}

.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_middle {
  width: 18%;
}

.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_last {
  width: 40%;
  margin-left: 1%;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_prefix {
  width: 10%;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_first {
  width: 39%;
  margin-right: 1%;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_middle {
  width: 10%;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_last {
  width: 39%;
}

.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_first {
  width: 38.5%;
  margin-right: 1%;
}

.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_middle {
  width: 10%;
  margin-right: 1%;
}

.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_last {
  width: 38.5%;
  margin-left: 0;
}

.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_suffix {
  width: 10%;
  margin-left: 1%;
}

.has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_prefix {
  width: 10%;
}

.has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_first {
  width: 39%;
  margin-right: 1%;
}

.has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_last {
  width: 39%;
  margin-left: 0;
}

.has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_suffix {
  width: 10%;
  margin-left: 1%;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_prefix {
  width: 10%;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_first {
  width: 33.5%;
  margin-right: 1%;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_middle {
  width: 10%;
  margin-right: 1%;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_last {
  width: 33.5%;
  margin-left: 0;
}

.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_suffix {
  width: 10%;
  margin-left: 1%;
}

@media (max-width: 767px) {
  .has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_prefix {
    width: 20%;
  }

  .has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_first {
    width: 40%;
    margin-right: 1%;
  }

  .has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_middle {
    clear: left;
    width: 20%;
  }

  .has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span.name_last {
    width: 40%;
  }

  .no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_first {
    width: 40%;
    margin-right: 1%;
  }

  .no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_middle {
    width: 20%;
    margin-right: 1%;
  }

  .no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_last {
    clear: left;
    width: 40%;
    margin-left: 0;
  }

  .no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_suffix {
    width: 20%;
    margin-left: 1%;
  }

  .has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_prefix {
    width: 20%;
  }

  .has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_first {
    width: 40%;
    margin-right: 1%;
  }

  .has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_last {
    width: 40%;
    clear: left;
    margin-left: 0;
  }

  .has_prefix.has_first_name.no_middle_name.has_last_name.has_suffix span.name_suffix {
    width: 20%;
    margin-left: 1%;
  }

  .has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_prefix {
    width: 20%;
    margin-right: 1%;
  }

  .has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_first {
    width: 40%;
    margin-right: 1%;
  }

  .has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_middle {
    clear: left;
    width: 20%;
    margin-right: 1%;
  }

  .has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_last {
    width: 40%;
    margin-left: 0;
  }

  .has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span.name_suffix {
    width: 20%;
    margin-left: 1%;
  }
}
.field_sublabel_above span label {
  padding-bottom: 0;
}

/* Calendar */
.ui-datepicker .ui-icon {
  position: relative;
}

a.ui-datepicker-prev, a.ui-datepicker-next {
  float: left;
  width: 1em;
  height: 1em;
  margin-top: 0.45em;
}

a.ui-datepicker-next {
  float: right;
}

#ui-datepicker-div {
  background: white;
  padding: 0.5em;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

table.ui-datepicker-calendar th, table.ui-datepicker-calendar td {
  padding: 0.25em;
}

a.ui-datepicker-next.ui-corner-all {
  float: right;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  padding: 0.5em 1em;
  margin: 0 0.15em;
}

td.ui-datepicker-week-end {
  background: #efefef;
}

table.ui-datepicker-calendar td {
  padding: 0.25em;
  text-align: center;
}

select[multiple] + .chosen-container li.result-selected {
  padding-left: 0.75em;
  background: black;
  color: white;
}

td.ui-datepicker-current-day a.ui-state-active {
  display: block;
  border-radius: 50%;
  width: 1.5em;
}

input.datepicker_with_icon + img {
  width: 1.5em;
  position: relative;
  left: 0.5em;
  top: 0.25em;
}

/* Time */
.ginput_container_time {
  float: left;
}

.ginput_container_time i {
  font-style: normal;
  display: inline-block;
  padding: 0 0.25em 0 0;
}

.gfield_time_ampm {
  margin-left: 1%;
}

/* Address */
span.address_city, span.address_state, span.address_zip {
  float: left;
  width: 32%;
  margin-right: 1%;
}

span.address_city {
  width: 34%;
}

span.address_zip {
  margin-right: 0;
}

.address_state select {
  width: 100%;
}

@media (max-width: 767px) {
  span.address_city {
    width: 100%;
    float: none;
  }

  span.address_city input {
    width: 80%;
  }

  span.address_state, span.address_zip {
    width: 49%;
  }
}
/* Email Address */
.ginput_container_email > span {
  float: left;
  width: 49.5%;
  margin-right: 0.5%;
}

.ginput_container_email span.ginput_right {
  margin-left: 0.5%;
  margin-right: 0;
}

/* File Upload */
.ginput_container_fileupload {
  background: #efefef;
  padding: 0.75em;
  border-radius: 3px;
}

.ginput_container_fileupload .screen-reader-text {
  display: inline;
}

.ginput_container_fileupload > div:first-of-type {
  text-align: center;
  padding: 2em 0;
  border: 3px dashed #ddd;
}

span.gform_drop_instructions {
  display: block;
  margin: 0 0 1em 0;
}

.ginput_container_fileupload > div + span.screen-reader-text {
  display: block;
  text-align: center;
  margin: 1em 0 0 0;
}

.ginput_container_fileupload span.screen-reader-text + div li {
  padding: 0.25em 0 0 0;
}

@media (max-width: 767px) {
  .ginput_container_fileupload .screen-reader-text {
    display: block;
    font-size: 0.7em;
    padding: 1em 0.75em;
  }

  span.gform_drop_instructions {
    display: none;
  }
}
/* List */
td.gfield_list_icons img {
  position: relative;
  top: 1em;
  opacity: 1 !important;
}

.field_description_above .gfield_description + .ginput_container_list {
  margin-top: -1.5em;
}

/* Product Fields */
.ginput_container_singleproduct .ginput_product_price_label {
  padding-left: 1em;
}

span.ginput_quantity_label {
  margin-left: 1em;
}

.instruction {
  padding: 0.5em 0.35em;
}

.ginput_shipping_price {
  padding: 1em;
  display: block;
}

.ginput_container_total {
  display: block;
  margin-left: 0.35em;
}

/* Error & Validation Messages */
.validation_error, .gform_validation_error li.gfield_error {
  background: #bf0421;
  /* Maroon */
  color: white;
  padding: 0 1em 1em 1em;
  margin: 1em 0;
  border-radius: 3px;
}

.validation_error {
  padding-top: 1em;
}

.gfield_description.validation_message {
  position: absolute;
  top: -1.25em;
  left: 1em;
  background: black;
  border-radius: 3px;
  padding: 0.25em 0.5em;
}

.gfield_description.validation_message:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  left: 1em;
  border-top: 5px solid black;
}

.gform_wrapper li.gfield_error {
  position: relative;
  margin-top: 3em;
}

.gfield_error .ginput_container_select:after {
  display: none;
}

.gfield_error .warningTextareaInfo {
  color: white;
}

.gfield_error .ginput_container_fileupload {
  color: black;
}

.gfield_error img.add_list_item {
  background-color: white;
  border-radius: 50%;
}

/* From Heading */
.gform_heading .gform_description {
  padding: 1em 0;
  display: block;
}

/* Progress Bars & Paging */
.gf_progressbar {
  position: relative;
  border-top: 5px solid #efefef;
}

.gf_progressbar_percentage {
  color: white;
  border-top: 5px solid #4480c3;
  position: relative;
  top: -5px;
  text-align: right;
}

.gf_progressbar_percentage span {
  background: black;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.75;
  border-radius: 3px;
  border-top-right-radius: 0;
  font-size: 0.9em;
  margin-top: 0.25em;
  position: relative;
  text-align: center;
}

.gf_progressbar_percentage.percentbar_0 span {
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
}

.gf_progressbar_percentage span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 0 solid transparent;
  top: -5px;
  right: 0;
  border-bottom: 5px solid black;
}

.gf_progressbar_percentage.percentbar_0 span:after {
  right: auto;
  left: 0;
  border-right: 5px solid transparent;
  border-left: 0;
}

.gf_progressbar_percentage.percentbar_red {
  border-color: #bf0421;
}

.gf_progressbar_percentage.percentbar_green {
  border-color: green;
}

.gf_progressbar_percentage.percentbar_gray {
  border-color: #666;
}

.gf_progressbar_percentage.percentbar_orange {
  border-color: #e8641b;
}

.gf_progressbar_percentage.percentbar_custom {
  border-color: transparent;
}

.gf_progressbar_wrapper + .gform_body .gform_page_footer {
  padding-top: 2em;
}

.gform_next_button {
  float: right;
}

div.gform_confirmation_message {
  background: green;
  color: white;
  padding: 1em;
  margin: 1em 0;
  border-radius: 3px;
}

body img.gform_ajax_spinner {
  display: block;
  margin: 1em auto;
}

.gf_page_steps {
  display: table;
  width: 100%;
}

.gf_page_steps > div {
  padding: 0.25em;
  display: table-cell;
  color: white;
  background: black;
  vertical-align: top;
  font-weight: bold;
}

.gf_page_steps > div.gf_step_pending {
  background: #efefef;
  color: #666;
}

.gf_step_clear {
  display: none !important;
}

span.gf_step_number {
  background: white;
  color: black;
  display: inline-block;
  width: 2em;
  text-align: center;
  border-radius: 50%;
  line-height: 2;
}

@media (max-width: 767px) {
  .gf_step {
    text-align: center;
  }

  .gf_step span {
    clear: both;
    display: block;
    margin: 0 auto;
  }

  span.gf_step_number {
    margin-top: 0.5em;
  }

  span.gf_step_label {
    margin-top: -1em;
  }
}
/* Credit Card */
.ginput_container_creditcard {
  background: #efefef;
  padding: 2em;
  border-radius: 5px;
}

.ginput_container_creditcard input, .ginput_container_creditcard select {
  background: white;
}

.gform_card_icon_container div {
  font-size: 2em;
  float: left;
  text-indent: -99em;
  position: relative;
  display: block;
}

.gform_card_icon_container div:before {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}

.gform_card_icon_container div {
  font-size: 2em;
  float: left;
  text-indent: -99em;
  position: relative;
  display: block;
  width: 1.5em;
  color: #666;
}

.ginput_card_security_code_icon:before {
  content: "\e911";
}

.icon-cc-paypal:before {
  content: "\e913";
}

.gform_card_icon_amex:before {
  content: "\e914";
}

.gform_card_icon_discover:before {
  content: "\e915";
}

.gform_card_icon_mastercard:before {
  content: "\e916";
}

.gform_card_icon_visa:before {
  content: "\e917";
}

.ginput_cardinfo_left, .ginput_cardinfo_right {
  float: left;
}

.ginput_cardinfo_right {
  margin-left: 1em;
}

span.ginput_card_security_code_icon {
  font-size: 1.5em;
  float: left;
  color: #666;
}

.gfield_creditcard_warning_message {
  background: #bf0421;
  color: white;
  padding: 1em 0.75em;
  border-radius: 3px;
}

.gfield_error .ginput_container_creditcard label {
  color: black;
}

.ginput_container_creditcard .ginput_full {
  clear: both;
  display: block;
}

.field_sublabel_above .ginput_container_creditcard .ginput_full:first-of-type {
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .ginput_container_creditcard {
    padding: 1em;
  }

  .ginput_cardinfo_right {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
  }

  .custom-shape-divider-bottom {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    position: relative;
    z-index: 1000;
    margin-top: -220px;
    margin-bottom: -30px;
  }

  .custom-shape-divider-bottom.pageheader svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 75px !important;
  }

  .slick-slide {
    height: inherit !important;
  }
  .slick-slide img {
    padding: 30px;
  }
  .slick-slide.slick-current img {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .logo img {
    margin-top: 0px;
    padding-top: 3px;
  }

  .socialnavigation, .bottomnavigation {
    text-align: center;
  }
  .socialnavigation ul, .bottomnavigation ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom: 1;
    float: none;
    *display: inline;
  }
  .socialnavigation ul li, .bottomnavigation ul li {
    float: left;
  }

  .baseselector select {
    font-size: 10pt;
  }
}
@media (max-width: 1199.98px) {
  .tagline h1 {
    font-family: proxima-nova !important;
    font-size: 35pt !important;
    line-height: 30pt !important;
    text-transform: uppercase;
    font-weight: 900;
    color: #0F2552;
  }

  .slidersection {
    font-size: 16pt;
    z-index: 1000000;
    position: relative;
    font-weight: bold;
    background: white;
    margin-bottom: 50px;
  }
  .slidersection .image-wrapper {
    top: -230px;
    width: 700px;
    left: 52%;
    z-index: 10000;
    position: relative;
    z-index: 1000000;
  }
  .slidersection .image-wrapper .homeimage {
    display: block;
    width: 100%;
    height: auto;
    z-index: 100000;
  }
}

/*# sourceMappingURL=custom.css.map */
