@charset "UTF-8";
/* Colors */
/* Type */
p {
  font-family: urbane, sans-serif;
  font-weight: 300;
  margin-bottom: 0 !important;
  font-size: 14px;
}

a {
  font-family: urbane, sans-serif;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-family: urbane, sans-serif;
  font-weight: 700;
  font-size: 50px !important;
  margin: 0 !important;
}

h2 {
  font-family: urbane, sans-serif;
  font-weight: 200;
  font-size: 46px !important;
}

h3 {
  font-family: urbane, sans-serif;
  font-weight: 600;
  font-size: 20px !important;
  margin-bottom: 0 !important;
}

h4 {
  font-family: urbane, sans-serif;
  font-weight: 300;
  font-size: 20px !important;
}

h5 {
  font-family: urbane, sans-serif;
  font-weight: 600;
  font-size: 30px !important;
  margin: 0 !important;
}

.blackbg {
  background-color: #404040;
}

.navybg {
  background-color: #0F102D;
}

.graybg {
  background-color: #e2e2e2;
}

.redbg {
  background-color: #e2442f;
}

.tealbg {
  background-color: #189579;
}

.mintbg {
  background-color: #C1E2CD;
}

.purplebg {
  background-color: #531641;
}

.bluebg {
  background-color: #274a70;
}

.lightbluebg {
  background-color: #368b91;
}

.pinkbg {
  background-color: #e8735f;
}

.limebg {
  background-color: #b3d24a;
}

.yellowbg {
  background-color: #fcc103;
}

.navytext {
  color: #0F102D !important;
}
.navytext a {
  color: #0F102D !important;
}

.whitetext {
  color: #fff !important;
}

.redtext {
  color: #e2442f !important;
}

.graytext {
  color: #e2e2e2;
}

.texturebg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page {
  margin: 0 !important;
}

.demi-bold {
  font-weight: 600;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.c {
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .c-small {
    text-align: center;
  }
}
.l {
  text-align: left;
}

.r {
  text-align: right;
}

.bold {
  font-weight: 700 !important;
}

.italic {
  font-style: italic !important;
}

.bottom {
  position: absolute;
  bottom: 0;
}

.iframe-sizer {
  height: 750px;
  width: 100%;
  disaply: block;
}

.three-list {
  column-count: 3;
  column-gap: 40px;
  column-rule-width: 1px;
  column-rule-style: outset;
  column-rule-color: #ccc;
  list-style: none;
}

@media only screen and (max-width: 1000px) {
  .three-list {
    column-count: 1;
  }
}
.slash {
  background-image: url("../images/logo-simple-slash.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.rvatechfullborder {
  border: 1px solid #e2e2e2;
  padding-bottom: 25px;
  height: 100%;
  margin-top: -35px;
}

.rvatechfullborder-alt {
  border: 1px solid #e2e2e2;
  padding: 45px 25px;
}

.rvatechborderright {
  border-right: 2px solid #f4f4f4;
  padding-right: 25px;
  padding-left: 25px;
}

@media only screen and (max-width: 1000px) {
  .rvatechborderright {
    border-right: none;
  }
}
.deadline {
  background-color: #e2442f;
  display: inline-block;
  position: relative;
  padding: 10px 35px;
  min-height: 60px;
  z-index: 500;
  color: white !important;
  border-radius: 5px;
}

.article {
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em;
}

@media only screen and (max-width: 1000px) {
  .article {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}
.post-password-form {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
}
.post-password-form p {
  font-size: 18px;
}

.no-padding-hidden {
  padding: 0px !important;
  overflow: hidden;
}

.carousel-image-slider-link {
  height: 100%;
  width: 100%;
  display: block;
}

.solid-slider-image {
  height: 100%;
  width: 100%;
  display: block;
}

#image-slide {
  height: auto !important;
}

.mega-sub-menu {
  margin-top: 15px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-family: urbane, sans-serif;
  font-weight: 600 !important;
}

.rvatech-nav {
  border-bottom: 1px solid #e2e2e2;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-family: urbane, sans-serif;
}

.rvatech-events-nav ul {
  text-align: left !important;
}
.rvatech-events-nav ul li {
  text-align: left !important;
}
.rvatech-events-nav ul li a {
  text-align: left !important;
  border-bottom: none !important;
  transition: color 1s !important;
  font-weight: 700 !important;
}
.rvatech-events-nav ul li a:hover {
  color: #e2442f !important;
}

.rvatech-events-nav-nosub ul li {
  padding-bottom: 0px !important;
}
.rvatech-events-nav-nosub ul li a {
  padding-bottom: 0px !important;
  color: #e2442f !important;
  font-weight: 700 !important;
  transition: opacity 1s !important;
}
.rvatech-events-nav-nosub ul li a:hover {
  opacity: 0.5 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  font-weight: 300 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  border-bottom: 3px solid white;
  padding-bottom: 2px;
  transition: border-bottom 2s;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  border-bottom: 3px solid #e2442f;
}

#mega-menu-wrap-menu-1.mega-sticky #mega-menu-menu-1 {
  border-bottom: 1px solid #e2e2e2;
}

@media only screen and (max-width: 1276px) {
  .mega-menu-link:hover {
    border-bottom: 2px solid white !important;
    opacity: 0.8 !important;
  }

  .rvatech-events-nav {
    text-align: center !important;
  }
  .rvatech-events-nav ul {
    text-align: center !important;
  }
  .rvatech-events-nav ul li {
    text-align: center !important;
  }
  .rvatech-events-nav ul li a {
    text-align: center !important;
    border-bottom: 2px solid white !important;
  }
  .rvatech-events-nav .rvatech-events-nav-nosub ul li {
    padding-bottom: 0px !important;
  }
  .rvatech-events-nav .rvatech-events-nav-nosub ul li a {
    padding-bottom: 0px !important;
    transition: color 2s !important;
  }
  .rvatech-events-nav .rvatech-events-nav-nosub ul li a:hover {
    color: #e2442f !important;
  }

  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    border-bottom: 1px solid #e2e2e2;
  }

  #mega-menu-wrap-menu-1 .mega-menu-toggle {
    border-bottom: 1px solid #e2e2e2;
  }
}
@media only screen and (max-width: 1275px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.slick-prev {
  color: #404040 !important;
  background-color: #404040;
  z-index: 500;
}

.carousel-link img {
  padding-top: 25px;
  width: 100%;
  display: block;
  opacity: 1;
  transition: all 2s;
}
.carousel-link img:hover {
  filter: drop-shadow(0 0 0.75rem #404040);
}

.carousel-link h3 {
  padding-left: 25px;
  padding-right: 25px;
  opacity: 1;
  transition: opacity 2s;
}
.carousel-link h3:hover {
  opacity: 0.7;
}

.carousel-equal {
  height: 100%;
}

.rvatechborder {
  border-bottom: 1px solid #e2e2e2;
}

.carousel-bg {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
}

.policycarouseltext {
  padding-left: 50px;
  padding-right: 50px;
}

.rvatechlight {
  font-weight: 300 !important;
}

.carousel-title-new {
  margin-left: 15%;
}
.carousel-title-new .carousel-title {
  hyphens: auto;
}

@media only screen and (max-width: 1200px) {
  .carousel-title-new {
    margin-left: 20%;
  }
  .carousel-title-new .carousel-title {
    hyphens: auto;
  }
}
@media only screen and (max-width: 900px) {
  .carousel-title-new {
    margin-left: 10%;
  }
  .carousel-title-new .carousel-title {
    hyphens: auto;
  }
}
.smallgalleryimage {
  background-size: cover;
  background-position: center center;
  height: 500px;
  width: 100%;
}

.carousel-item-padding {
  padding-left: 20px;
}

.carousel-arrows {
  text-align: left;
  font-size: 25px;
}

.carousel-nav {
  display: block;
  margin-right: 25px;
}

.carousel-nav-new {
  position: absolute;
  margin-right: 15%;
  right: 0;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .carousel-nav-new {
    margin-right: 20%;
  }
}
@media only screen and (max-width: 900px) {
  .carousel-nav-new {
    margin-right: 10%;
  }
}
.arrow-left {
  background-image: url("../images/arrow-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 78px;
  height: 10px;
  display: inline-block;
  opacity: 1;
  transition: opacity 1s;
}
.arrow-left:hover {
  opacity: 0.3;
}

.arrow-right {
  background-image: url("../images/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 78px;
  height: 10px;
  display: inline-block;
  margin-left: 20px;
  opacity: 1;
  transition: opacity 1s;
}
.arrow-right:hover {
  opacity: 0.3;
}

.carousel-row-top {
  background-color: white;
}

@media only screen and (min-width: 1200px) {
  .bottom {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .bottom {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
  }
}
@media only screen and (max-width: 900px) {
  .carousel-title {
    font-size: 25px !important;
  }

  .carousel-nav-new {
    display: none;
  }
}
.carousel-item {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.staticsliderrow {
  height: 600px;
  padding-bottom: 100px;
}

#darkfadeoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}

.static-slider-button-div {
  text-align: right;
  display: block;
  width: 100%;
}

.staticslideroverlay {
  margin-bottom: -600px;
  z-index: 10;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .staticslider-bigtext {
    text-align: center;
    font-size: 20px !important;
  }

  .static-slider-button-div {
    text-align: center;
  }

  .carousel-item {
    height: 400px;
  }

  .staticsliderrow {
    height: 400px;
    padding-bottom: 50px;
  }

  .staticslideroverlay {
    margin-bottom: -400px;
  }
}
@media only screen and (max-width: 1200px) {
  .slick-slide {
    opacity: 1;
  }

  .slick-center {
    opacity: 1;
  }
}
.member-logo-link {
  transition: opacity 2s;
  display: block;
}
.member-logo-link:hover {
  opacity: 0.5;
}

.card-header {
  background-color: white;
  transition: background-color 2s, color 2s;
}
.card-header:hover {
  background-color: #e2442f;
  color: white;
}

a.staffbio {
  color: #e2442f;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom: 10px;
}

.appear {
  display: block !important;
}

.staff-icons-wrapper {
  display: block;
  margin-top: -18px;
  margin-bottom: 25px;
  margin-right: 25px;
}
.staff-icons-wrapper .staff-icons {
  display: inline-block;
  margin: 0 auto;
}

#red-overlay {
  position: relative;
  margin-top: -350px;
  width: 100%;
  height: 350px;
  background-color: #e2442f;
  opacity: 1;
  z-index: 10;
}

.red-img-txt-link {
  display: block;
  height: 100%;
  width: 100%;
  transition: opacity 2s;
}
.red-img-txt-link:hover {
  transition: opacity 2s;
}
.red-img-txt-link:hover .portrait-square {
  opacity: 0.1 !important;
}

.portrait {
  height: 250px;
  width: 250px;
  border: 1px solid #e2e2e2;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #9baacf;
}

.portrait-square {
  position: relative;
  border: 1px solid #e2e2e2;
  height: 350px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 100;
}

.name-title {
  min-height: 75px;
}

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aligner-item {
  max-width: 50%;
}

@media only screen and (max-width: 1276px) {
  .portrait-square {
    background-position: center 0;
  }
}
.rvatech-redbg-button {
  background-color: white;
  transition: background-color 1s;
  display: block;
  border-bottom: #e2e2e2 solid 1px;
}
.rvatech-redbg-button h2 {
  color: #404040;
  transition: color 1s;
}
.rvatech-redbg-button:hover {
  background-color: #e2442f;
}
.rvatech-redbg-button:hover h2 {
  color: white;
}

.feedimage {
  height: 200px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.upcoming-event-image {
  background-size: cover;
  background-position: center center;
  height: 500px;
  width: 100%;
}

.sponsor-logo {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.eventgrid-img {
  background-size: cover;
  background-position: center center;
  height: 200px;
  width: 100%;
  background-color: #e2e2e2;
}

.eventgrid-title {
  min-height: 75px;
}

.eventgrid-h3title {
  width: 100%;
}

.past-events {
  opacity: 0.5 !important;
}

.date-highlight {
  display: inline-block;
  padding: 5px 10px;
  background-color: #e2442f;
  color: white;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 1px;
}

.cmcal-calendar-container.cmcal-calendar-35 .fc-event-container, .cmcal-calendar-container.cmcal-calendar-35 a.fc-event, .cmcal-calendar-container.cmcal-calendar-35 .fc-unthemed td.fc-event-container .fc-event, .cmcal-calendar-container.cmcal-calendar-35 .fc-list-item td, .cmcal-calendar-container.cmcal-calendar-35 .fc-list-item td a {
  hyphens: auto;
}

.membership_tiers {
  width: 100%;
  display: block;
}

.dashboard-link {
  display: inline-block;
  opacity: 1;
  transition: all 1s;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.dashboard-link:hover {
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.3);
}

.event-nav-button {
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  color: #404040;
  opacity: 0.6;
  transition: all 1s;
}
.event-nav-button:hover {
  text-decoration: none;
  opacity: 1;
}

.dark-rvatech-button {
  font-weight: 700;
  color: #404040;
  opacity: 0.8;
  transition: all 1s;
}
.dark-rvatech-button:hover {
  text-decoration: none;
  color: #e2442f;
  opacity: 1;
}

.simple-rvatech-button {
  font-weight: 700;
  color: #404040;
  opacity: 0.3;
  transition: all 1s;
}
.simple-rvatech-button:hover {
  text-decoration: none;
  color: #e2442f;
  opacity: 1;
}

.simple-rvatech-button-white {
  font-weight: 700;
  color: white !important;
  opacity: 0.3;
  transition: all 1s;
}
.simple-rvatech-button-white:hover {
  text-decoration: none;
  color: #e2442f;
  opacity: 1;
}

.rvatech-button {
  text-align: center;
  padding: 10px 40px;
  color: #404040;
  background-color: #ffffff;
  border: 1px solid #404040;
  opacity: 1;
  transition: background-color 2s, color 2s;
  display: inline-block;
}
.rvatech-button:hover {
  background-color: #e2442f;
  opacity: 1;
  color: #ffffff !important;
  border: 1px solid #e2442f;
}

.rvatech-membershiptier-button {
  text-align: center;
  padding: 10px 40px;
  background-color: #e2442f;
  opacity: 1;
  color: #ffffff;
  border: 1px solid white;
  transition: background-color 2s, color 2s;
  display: block;
  width: 100%;
  cursor: pointer;
  min-height: 70px;
}
.rvatech-membershiptier-button:hover {
  color: #404040 !important;
  background-color: #ffffff;
  border: 1px solid #404040 !important;
  opacity: 1;
}

.rvatech-button-reverse {
  text-align: center;
  padding: 10px 40px;
  background-color: #e2442f;
  opacity: 1;
  color: #ffffff;
  border: 1px solid #e2442f;
  transition: background-color 2s, color 2s;
  display: inline-block;
}
.rvatech-button-reverse:hover {
  color: #404040;
  background-color: #ffffff;
  border: 1px solid #404040;
  opacity: 1;
}

.rvatech-white-button {
  text-align: center;
  padding: 10px 40px;
  opacity: 1;
  color: #ffffff !important;
  border: 1px solid white;
  transition: opacity 2s;
  display: inline-block;
}
.rvatech-white-button:hover {
  opacity: 0.5 !important;
}

.membershipform-button {
  text-align: right;
  border-bottom: 3px solid white !important;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 5px;
  color: rgba(255, 255, 255, 0.8) !important;
  margin-bottom: 5px;
  display: inline-block;
  transition: color 1s, border-bottom 1s;
  cursor: pointer;
}
.membershipform-button:hover {
  text-decoration: none !important;
  color: white !important;
  border-bottom: 3px solid #e2442f !important;
}

.static-slider-button {
  text-align: right;
  border-bottom: 3px solid white !important;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 5px;
  color: rgba(255, 255, 255, 0.8) !important;
  margin-bottom: 5px;
  display: inline-block;
  transition: color 1s, border-bottom 1s;
}
.static-slider-button:hover {
  text-decoration: none !important;
  color: white !important;
  border-bottom: 3px solid #e2442f !important;
}

.img-txt-link {
  display: block;
  height: 100%;
  width: 100%;
  transition: opacity 2s;
}
.img-txt-link:hover {
  opacity: 0.6;
}

a.blog-link .portrait {
  opacity: 1;
  transition: all 1s;
  border: 2px solid white;
}
a.blog-link:hover .portrait {
  opacity: 0.7;
  border: 2px solid #404040;
}

.membership-hero {
  min-height: 500px;
  z-index: 5000;
}

#membershipfadeoverlay {
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  height: 100%;
  width: 100%;
  display: block;
  z-index: 5;
}

.relativemembership {
  position: relative;
}

.frontmembership {
  z-index: 1000;
  position: relative;
}

.information-band {
  display: block;
  background-color: #e2442f;
}

.check {
  display: none;
  position: absolute;
  top: 7px;
  right: -5px;
}

.membershipform-button::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.highlight::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

.appear {
  display: block;
}

.timeline-image-odd {
  height: 75px;
  width: 75px;
  margin: 0 auto;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #9baacf;
}

.timeline-image-even {
  height: 75px;
  width: 75px;
  display: block;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #9baacf;
}

.timeline-column {
  margin: 0;
}

.timeline-text {
  display: block;
}

.timeline-border {
  border-right: 2px solid #e2e2e2;
}

@media only screen and (max-width: 770px) {
  .timeline-text {
    text-align: center;
  }
}
.col-img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: 100%;
  min-height: 250px;
  background-color: #e2e2e2;
}

.circle-img {
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background: white;
}

.textimgbutton-text {
  text-align: center;
  display: block;
  width: 100%;
}

.outer-list-wrapper {
  height: 100%;
  width: 100%;
}
.outer-list-wrapper .list-wrapper {
  display: block;
  width: 100%;
}
.outer-list-wrapper .list-wrapper .rvatech-list {
  margin: 0 !important;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.outer-list-wrapper .list-wrapper .rvatech-list li {
  border-bottom: 2px solid #e2442f;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.outer-list-wrapper .list-wrapper .rvatech-list li p {
  font-size: 20px;
  color: #e2442f;
}

.no-padding {
  padding: 0px !important;
}

.no-spacing {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.padding-100 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.padding-small {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media only screen and (max-width: 992px) {
  .padding-100 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .padding-small {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.fullwidth {
  display: block;
  height: 750px;
  width: 100%;
}

.gridwidth {
  display: block;
  height: 600px;
  width: 100%;
}

.bod-logo {
  height: 100px;
  width: 100px;
  margin-bottom: -75px;
  display: block;
  border-radius: 50%;
  background-color: #e2442f;
  position: relative;
  z-index: 500;
}

.media-logo {
  height: 100px;
  width: 100px;
  margin-bottom: -50px;
  margin-top: -50px;
  margin-left: 25px;
  display: block;
  border-radius: 50%;
  border: 1px solid #404040;
  background-color: #e2442f;
  position: relative;
  z-index: 1000;
}

.excom-logo {
  height: 100px;
  width: 100px;
  margin-top: -105px;
  margin-left: 5px;
  display: block;
  position: relative;
  z-index: 600;
  border-radius: 50%;
  background-color: #e2442f;
  border: 2px solid white;
}

.excom-logo-triangle {
  height: 100px;
  width: 100px;
  margin-top: -95px;
  display: block;
  background-color: #e2442f;
  position: relative;
  z-index: 500;
  background-color: #e2442f;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.red-email-overlay {
  height: 35px;
  width: 35px;
  line-height: 35px;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  display: inline-block;
  background-color: #e2442f;
  border: 1px solid white;
  position: relative;
  z-index: 500;
  border-radius: 50%;
  transition: all 1s;
}
.red-email-overlay:hover {
  background-color: white;
  border: 1px solid #404040;
  color: #404040 !important;
}

.threecol-event-image {
  height: 100px;
  width: 100px;
  display: block;
  border-radius: 50%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.event-img-txt-link {
  display: block;
  height: 100%;
  width: 100%;
}
.event-img-txt-link .threecol-event-image {
  border: 3px solid white;
  transition: border 2s;
}
.event-img-txt-link:hover .threecol-event-image {
  border: 3px solid #e2442f;
}
.event-img-txt-link p {
  opacity: 1;
  transition: all 2s;
}
.event-img-txt-link:hover p {
  opacity: 0.6;
}

@media only screen and (max-width: 800px) {
  .threecol-event-image {
    height: 200px;
    width: 200px;
  }
}
@media only screen and (max-width: 800px) {
  .threecol-event-image {
    height: 150px;
    width: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .threecol-event-image {
    height: 100px;
    width: 100px;
  }
}
.twocol-event-image {
  height: 150px;
  width: 150px;
  display: block;
  border-radius: 50%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
  .twocol-event-image {
    height: 100px;
    width: 100px;
  }
}
.no-bod-logo {
  margin-top: 25px;
}

.background-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  .fullwidth {
    height: 600px;
  }

  .gridwidth {
    height: 500px;
  }
}
@media only screen and (max-width: 800px) {
  .fullwidth {
    height: 400px;
  }

  .gridwidth {
    height: 300px;
  }
}
.textimgbutton {
  position: relative;
  display: block;
  border: 3px solid white;
  transition: all 2s;
}
.textimgbutton:hover {
  border: 3px solid #e2442f;
}
.textimgbutton .imagetextlink {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  height: 250px;
}
.textimgbutton .textimgbuttongradient {
  margin-top: -250px;
  height: 250px;
  display: block;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
  opacity: 1;
  transition: all 2s;
}
.textimgbutton .textimgbuttontop {
  margin-top: -250px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  height: 250px;
  text-align: center;
  align-items: center;
  display: block;
}
.textimgbutton .textimgbuttontop h3 {
  opacity: 1 !important;
}
.textimgbutton .textimgbuttontop p {
  opacity: 1 !important;
}

h3.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom: 10px;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
h3.accordion.active, p.accordion:hover {
  background-color: #ddd;
}

/* Unicode character for "plus" sign (+) */
h3.accordion:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

/* Unicode character for "minus" sign (-) */
h3.accordion.active:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

/* Style the element that is used for the panel class */
div.panel {
  padding: 0 25px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  opacity: 0;
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
}

div.panel.show {
  opacity: 1;
  padding: 25px 25px;
  max-height: 1500px;
  /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}

#dark-col-bg h3.accordion {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: 0.4s;
}
#dark-col-bg h3.accordion.active, #dark-col-bg h3.accordion:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#dark-col-bg h3.accordion:after {
  color: #fff !important;
}
#dark-col-bg h3.accordion.active:after {
  color: #fff;
}
#dark-col-bg div.panel {
  padding: 0 25px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid white;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  opacity: 0;
  margin-bottom: 10px;
}
#dark-col-bg div.panel.show {
  opacity: 1;
  padding: 25px 25px;
  max-height: 1500px;
  /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}

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