@import url("https://fonts.googleapis.com/css2?family=Karantina:wght@300;400;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("//hello.myfonts.net/count/3fd63c");
@import 'animate.css';
/* ---------------------------------------- COLORS  ---------------------------------------- */
.colors {
  color: #184735;
  color: #FAE4B7;
  color: #EB0546;
  color: #A8EFC8;
  color: #610024;
  color: #B0DEFF;
}

/* ---------------------------------------- FONTS  ---------------------------------------- */
.karantina {
  font-family: "Karantina", serif;
  font-weight: 700;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.spectral {
  font-family: "Spectral", serif;
  font-weight: 800;
}

/* ---------------------------------------- RESET ---------------------------------------- */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  margin: 0;
}

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

.smooth-scroll {
  z-index: 999;
}

img {
  width: 100%;
}

/* ---------------------------------------- VIDEO ---------------------------------------- */
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

video {
  width: 100%;
  min-width: 100vw;
}

/* ---------------------------------------- MOBILE ON LOAD  ---------------------------------------- */
.mobileOnly,
.mobile-only,
.mobile-only-inline {
  display: none;
  width: 0px;
  height: 0px;
}

.visibility {
  visibility: visible;
}

/* ---------------------------------------- GENERAL SPACING CONTAINERS ---------------------------------------- */
.page-container {
  padding: 2% 10%;
  padding: 0% 10%;
  max-width: 80%;
  margin: 0 auto;
}
.page-container.pricing-container {
  max-width: none;
}

.section-container-no-padding {
  width: 100%;
  padding: 0;
  max-width: 3200px;
  margin: 0 auto;
}

.section-container-large {
  width: 100%;
  padding: 2% 10%;
  max-width: 3200px;
  margin: 0 auto;
}

.section-container-small {
  width: 100%;
  padding: 2% 10%;
  max-width: 2400px;
  margin: 0 auto;
}

.section-container-tight {
  width: 100%;
  padding: 0%;
  max-width: 800px;
  margin: 0;
}

@media all and (max-width: 2400px) {
  .page-container {
    max-width: 2400px;
  }
  .section-container-no-padding {
    max-width: 2400px;
  }
  .section-container-large {
    max-width: 2400px;
  }
  .section-container-small {
    max-width: 1800px;
  }
  .section-container-tight {
    max-width: 600px;
  }
}
@media all and (max-width: 1800px) {
  .page-container {
    max-width: 1800px;
  }
  .section-container-no-padding {
    max-width: 1800px;
  }
  .section-container-large {
    max-width: 1800px;
  }
  .section-container-small {
    max-width: 1200px;
  }
  .section-container-tight {
    max-width: 400px;
  }
}
/* ---------------------------------------- GENERAL SPACING FLEXBOX ---------------------------------------- */
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
}
.column h2 {
  margin-top: 5px;
}

.wrap-reverse {
  flex-wrap: wrap-reverse;
}

.nowrap {
  flex-wrap: nowrap;
}

.space-between {
  justify-content: space-between;
}

.space-evenly {
  justify-content: space-evenly;
}
.space-evenly button {
  margin: 10px;
}

.space-around {
  justify-content: space-around;
}

.space-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: start;
}

/* ---------------------------------------- GENERAL SPACING OTHER ---------------------------------------- */
.center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

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

.margin-left-0 {
  margin-left: 0px !important;
}

.no-text-page-top {
  margin-top: 40px;
}

.row-section {
  margin: 20px 10px;
}

.text-row {
  margin: 15px 15px 30px 15px;
}
.text-row h2 {
  margin-bottom: 10px;
}

/* ---------------------------------------- BACKGROUNDS ---------------------------------------- */
.dark-bg {
  background-color: #184735;
}

.red-bg {
  background-color: #610024;
}

.graphic-small-bg {
  background-image: url(https://www.fraudconference.com/37annual/Assets/Graphics/Backgrounds/PaperTexture-2400x2400.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.graphic-large-bg {
  background-image: url(https://www.fraudconference.com/37annual/Assets/Graphics/Backgrounds/PaperTexture-3750x1200.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* ---------------------------------------- TEXT STYLING ---------------------------------------- */
p,
strong,
li,
ul,
ol,
small {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #184735;
}

small,
.sm-txt {
  font-size: 18px;
}

ul {
  list-style-type: disc;
}

.txt-left {
  text-align: left;
}

@media all and (max-width: 2400px) {
  p,
  strong,
  li,
  ul,
  ol,
  small {
    font-size: 26px;
  }
  small,
  .sm-txt {
    font-size: 16px;
  }
}
@media all and (max-width: 1800px) {
  p,
  strong,
  li,
  ul,
  ol,
  small {
    font-size: 16px;
  }
  small,
  .sm-txt {
    font-size: 12px;
  }
}
/* ---------------------------------------- TEXT STYLING COLORS ---------------------------------------- */
.light-txt {
  color: white;
}

.dark-txt {
  color: #184735;
}

.red-txt {
  color: #610024;
}

.pink-txt {
  color: #EB0546;
}

.cream-txt {
  color: #FAE4B7;
}

.green-txt {
  color: #184735;
}

.blue-txt {
  color: #B0DEFF;
}

/* ---------------------------------------- HEADERS ---------------------------------------- */
h1 {
  font-family: "Karantina", serif;
  font-weight: 700;
  font-size: 140px;
  color: #184735;
  margin: 0;
  text-transform: uppercase;
}

h2 {
  font-family: "Spectral", serif;
  font-weight: 800;
  font-size: 58px;
  color: #610024;
  margin: 0;
}

h3,
.h3 {
  font-family: "Karantina", serif;
  font-weight: 700;
  font-size: 56px;
  color: #EB0546;
  margin: 0;
  text-transform: uppercase;
}

td h3 {
  color: #610024;
}

h4,
.h4 {
  font-family: "Spectral", serif;
  font-weight: 800;
  font-size: 34px;
  color: #610024;
  margin: 0;
}

h5 {
  font-family: "Spectral", serif;
  font-weight: 800;
  font-size: 30px;
  color: #184735;
  margin: 0;
}

h6 {
  font-family: "Spectral", serif;
  font-weight: 800;
  font-size: 28px;
  color: #610024;
  margin: 0;
}

@media all and (max-width: 2400px) {
  h1 {
    font-size: 100px;
  }
  h2 {
    font-size: 42px;
  }
  h3,
  .h3 {
    font-size: 40px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
}
@media all and (max-width: 1800px) {
  h1 {
    font-size: 80px;
  }
  h2 {
    font-size: 36px;
  }
  h3,
  .h3 {
    font-size: 32px;
  }
  h4,
  .h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 17px;
  }
}
@media all and (max-width: 1150px) {
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 30px;
  }
}
@media all and (max-width: 750px) {
  h2 {
    font-size: 28px;
  }
}
@media all and (max-width: 500px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 17px;
  }
  h6 {
    font-size: 16px;
  }
}
/* ---------------------------------------- LINKS ---------------------------------------- */
p a,
.sm-link {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #610024;
  text-decoration: underline;
}
p a:hover,
.sm-link:hover {
  color: #EB0546;
}

.lrg-link,
.lrg-link-red {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 60px;
  color: #610024;
  text-decoration: underline;
}
.lrg-link:hover,
.lrg-link-red:hover {
  color: #EB0546;
}

.dark-bg p a,
.dark-bg .sm-link,
.dark-bg .lrg-link,
.dark-bg .lrg-link-red {
  color: #FAE4B7;
}
.dark-bg p a:hover,
.dark-bg .sm-link:hover,
.dark-bg .lrg-link:hover,
.dark-bg .lrg-link-red:hover {
  color: #B0DEFF;
}

@media all and (max-width: 2400px) {
  p a,
  .sm-link {
    font-size: 26px;
  }
  .lrg-link,
  .lrg-link-red {
    font-size: 36px;
  }
}
@media all and (max-width: 1800px) {
  p a,
  .sm-link {
    font-size: 16px;
  }
  .lrg-link,
  .lrg-link-red {
    font-size: 24px;
  }
}
@media all and (max-width: 480px) {
  .lrg-link,
  .lrg-link-red {
    font-size: 20px;
  }
}
/* ---------------------------------------- BUTTONS ---------------------------------------- */
.btn1,
.btn2,
.btn3 {
  font-family: "Karantina", serif;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  clip-path: polygon(10% 0, 90% 1%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
  transition: color 0.5s ease-in, background-color 0.5s ease-in;
}
.btn1:hover, .btn1:focus,
.btn2:hover,
.btn2:focus,
.btn3:hover,
.btn3:focus {
  text-decoration: none;
}

.btn-small {
  font-size: 42px;
  width: 180px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 40px;
  margin: 5px;
}

.btn-large {
  font-size: 60px;
  width: 270px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 50px;
  margin: 5px;
}

.btn1 {
  background-color: #184735;
  color: #FAE4B7;
}
.btn1:hover, .btn1::after, .btn1:focus, .btn1.clicked {
  background-color: #A8EFC8;
  color: #184735;
}

.btn2 {
  background-color: #610024;
  color: #FAE4B7;
}
.btn2:hover, .btn2::after, .btn2:focus, .btn2.clicked {
  background-color: #EB0546;
  color: #FFF;
}

.btn3 {
  background-color: #FAE4B7;
  color: #EB0546;
}
.btn3:hover, .btn3::after, .btn3:focus, .btn3.clicked {
  background-color: #B0DEFF;
  color: #184735;
}

@media all and (max-width: 2400px) {
  .btn-small {
    font-size: 32px;
  }
  .btn-large {
    font-size: 48px;
  }
}
@media all and (max-width: 1800px) {
  .btn-small {
    font-size: 24px;
  }
  .btn-large {
    font-size: 36px;
  }
}
/* ---------------------------------------- PAGE BREAKS ---------------------------------------- */
.line,
.line-mobile {
  width: 100%;
  border-bottom: solid 1.5px #B0DEFF;
}

.border-left-none {
  border-left: none !important;
}

.page-break {
  position: relative;
}

.secondary-pg-pb {
  margin: 40px 0;
}

.inverted {
  transform: rotateX(180deg);
  position: relative;
  top: -1px;
}

/* ---------------------------------------- HEADER AND NAVIGATION ---------------------------------------- */
.fc-inner {
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.fc-inner:after {
  content: "";
  display: table;
  clear: both;
}
.fc-inner .smooth-scroll {
  width: 100%;
  padding: 20px 0px 20px 20px;
}
.fc-inner .smooth-scroll a {
  transition: color 0.5s ease-in, background-color 0.5s ease-in;
}
.fc-inner .smooth-scroll a:hover {
  text-decoration: none;
}
.fc-inner .smooth-scroll #nav-icon {
  display: none;
  cursor: pointer;
  height: 20px;
  margin: 0 0 0 auto;
  width: 34px;
  transform: rotate(0deg);
  transition: 0.5s ease-in;
}
.fc-inner .smooth-scroll #nav-icon a {
  display: block;
  height: 100%;
  margin-top: 10px;
}
.fc-inner .smooth-scroll #nav-icon .bar {
  background: #610024;
  display: block;
  height: 3px;
  position: absolute;
  width: 33px;
  opacity: 1;
  width: 100%;
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in;
  -moz-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
}
.fc-inner .smooth-scroll #nav-icon .bar:nth-child(1) {
  top: 0px;
}
.fc-inner .smooth-scroll #nav-icon .bar:nth-child(2), .fc-inner .smooth-scroll #nav-icon .bar:nth-child(3) {
  top: 8px;
}
.fc-inner .smooth-scroll #nav-icon .bar:nth-child(4) {
  top: 16px;
}
.fc-inner .smooth-scroll #nav-icon.x-out .bar:nth-child(1) {
  top: 0px;
  width: 0%;
  left: 50%;
}
.fc-inner .smooth-scroll #nav-icon.x-out .bar:nth-child(2) {
  transform: rotate(45deg);
}
.fc-inner .smooth-scroll #nav-icon.x-out .bar:nth-child(3) {
  transform: rotate(-45deg);
}
.fc-inner .smooth-scroll #nav-icon.x-out .bar:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}
.fc-inner .smooth-scroll .main-menu {
  display: flex;
  justify-content: right;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 0 5px 0;
  text-align: left;
  width: 100%;
}
.fc-inner .smooth-scroll .main-menu li {
  margin: 10px 0;
  padding: 0px 40px;
}
.fc-inner .smooth-scroll .main-menu li#register-btn {
  display: inline-block;
}
.fc-inner .smooth-scroll .main-menu li#register-btn a {
  padding: 20px 40px;
}
.fc-inner .smooth-scroll .main-menu li a h4 {
  font-size: 42px;
  margin: 0;
  font-family: "Lato", sans-serif;
  transition: color 0.1s ease-in;
}
.fc-inner .smooth-scroll .main-menu li a h4:hover {
  color: #EB0546;
}
.fc-inner .smooth-scroll .main-menu a {
  text-decoration: none !important;
}
.fc-inner .smooth-scroll .main-menu .dropdown {
  position: relative;
}
.fc-inner .smooth-scroll .main-menu .dropdown:hover ul {
  display: block;
  position: absolute;
}
.fc-inner .smooth-scroll .main-menu .dropdown ul {
  text-decoration: none !important;
  display: none;
  padding: 5px 10px;
  background-color: #FFF;
  padding: 20px;
  border-bottom: #610024 6px solid;
  transition: opacity 0.4s ease;
}
.fc-inner .smooth-scroll .main-menu .dropdown ul li {
  text-decoration: none;
  border-bottom: none;
  display: block;
  margin: 0;
  padding: 0;
  margin: 10px 5px;
}
.fc-inner .smooth-scroll .main-menu .dropdown ul li:last-child {
  border-bottom: none;
}
.fc-inner .smooth-scroll .main-menu .dropdown ul li a {
  text-decoration: none !important;
  display: block;
  padding: 5px 0;
}
.fc-inner .smooth-scroll .main-menu .dropdown ul li a:hover {
  text-decoration: none !important;
  display: block;
  padding: 5px 0;
}
.fc-inner .smooth-scroll .main-menu #register-btn a {
  font-size: 60px;
}
.fc-inner .smooth-scroll .inactiveNav:hover {
  text-decoration: none;
}
.fc-inner #conf-logo {
  padding: 20px 20px 20px 0px;
  width: 25%;
}
.fc-inner #conf-logo .full-logo {
  display: none;
}
.fc-inner #conf-logo .scroll-logo {
  display: block;
}
.fc-inner .mobileOnly {
  display: none;
}

@media all and (max-width: 2400px) {
  .fc-inner .smooth-scroll .main-menu li {
    padding: 0px 20px;
  }
  .fc-inner .smooth-scroll .main-menu li#register-btn a {
    padding: 15px 30px;
  }
  .fc-inner .smooth-scroll .main-menu li a h4 {
    font-size: 32px;
  }
  .fc-inner .smooth-scroll .main-menu #register-btn a {
    font-size: 42px;
  }
}
@media all and (max-width: 1800px) {
  .fc-inner .smooth-scroll .main-menu li {
    padding: 0px 10px;
  }
  .fc-inner .smooth-scroll .main-menu li#register-btn a {
    padding: 10px 20px;
  }
  .fc-inner .smooth-scroll .main-menu li a h4 {
    font-size: 18px;
  }
  .fc-inner .smooth-scroll .main-menu #register-btn a {
    font-size: 24px;
  }
}
@media all and (max-width: 1200px) {
  .fc-inner .smooth-scroll .main-menu li a h4 {
    font-size: 16px;
  }
  .fc-inner .smooth-scroll .main-menu #register-btn a {
    font-size: 16px;
  }
}
@media all and (max-width: 812px) {
  .fc-inner {
    align-items: flex-start;
  }
  .fc-inner #conf-logo .full-logo {
    display: block;
    width: 50%;
    min-width: 200px;
  }
  .fc-inner #conf-logo .scroll-logo {
    display: none;
  }
  .fc-inner .smooth-scroll #nav-icon {
    display: block;
  }
  .fc-inner .smooth-scroll .main-menu {
    display: none;
    text-align: right;
  }
  .fc-inner .smooth-scroll .main-menu:nth-child(1) {
    margin-top: 20px;
  }
  .fc-inner .smooth-scroll .main-menu li a h4 {
    font-size: 22px;
    padding: 5px;
  }
  .fc-inner .smooth-scroll .main-menu #register-btn {
    margin-top: 15px;
  }
  .fc-inner .smooth-scroll .main-menu #register-btn a {
    font-size: 24px;
  }
  .fc-inner .mobileOnly,
  .fc-inner .mobile-only,
  .fc-inner .mobile-only-inline {
    display: block;
    width: 100%;
    height: 100%;
  }
  .fc-inner .desktopOnly,
  .fc-inner .mobile-remove {
    display: none !important;
  }
}
/* ---------------------------------------- SUBSCRIBE ---------------------------------------- */
#subscription-toggle {
  visibility: visible;
  background: #FAE4B7;
  border-radius: 35px;
  cursor: pointer;
  padding: 15px;
  position: fixed;
  right: 8px;
  bottom: 8px;
  width: 56px;
  opacity: 1;
  transition: opacity 0.4s ease;
  transition-delay: 0.5s;
  z-index: 99;
}
#subscription-toggle:hover {
  background: #A8EFC8;
}
#subscription-toggle.active {
  opacity: 1;
  display: block;
}

#subscription {
  position: fixed;
  bottom: 40px;
  right: 40px;
  max-width: 350px;
  max-height: none !important;
  background: #FFF;
  border: solid 1.5px #184735;
  color: #610024;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.8s ease;
  z-index: 999;
  display: none;
}
#subscription .inner {
  padding: 10px;
}
#subscription .inner i {
  border-radius: 25px;
  font-size: 25px;
  margin-bottom: 5px;
  padding: 10px;
}
#subscription .inner #email-popup {
  text-align: center;
  padding: 10px 0px;
  margin: 0;
  font-family: "Karantina", serif;
  font-weight: 700;
  font-size: 32px;
  color: #EB0546;
}
#subscription .inner #confirmform {
  padding: 10px 10px;
}
#subscription h3 {
  text-align: left;
}
#subscription.active {
  opacity: 1;
  transition: max-height 0.4s ease, opacity 0.8s ease;
  display: block;
}
#subscription .close-icon {
  display: none;
}
#subscription .close-icon,
#subscription .collapse-icon {
  cursor: pointer;
  text-align: right;
}
#subscription .close-icon i,
#subscription .collapse-icon i {
  color: #EB0546;
  font-size: 24px;
  position: absolute;
  top: 20px;
  right: 30px;
}

@media all and (max-width: 500px) {
  #subscription {
    display: none !important;
  }
}
/* ---------------------------------------- HOME PAGE ---------------------------------------- */
#home-hero {
  line-height: 0;
}

.countdown-container {
  width: 100%;
  text-align: center;
}
.countdown-container #countdown {
  width: 100%;
  text-align: center;
}
.countdown-container #countdown .countdown-numbers li {
  display: inline-block;
  list-style-type: none;
  padding: 2em 1em 2em 2em;
}
.countdown-container #countdown .countdown-numbers li span {
  color: #610024;
  font-family: "Karantina", serif;
  font-weight: 700;
  display: block;
  font-size: 160px;
}
.countdown-container #countdown .countdown-numbers li h2 {
  color: #184735;
  text-transform: uppercase;
  font-size: 48px;
}

@media all and (max-width: 2400px) {
  .countdown-container #countdown .countdown-numbers li span {
    font-size: 120px;
  }
  .countdown-container #countdown .countdown-numbers li h2 {
    font-size: 36px;
  }
}
@media all and (max-width: 1800px) {
  .countdown-container #countdown .countdown-numbers li span {
    font-size: 80px;
  }
  .countdown-container #countdown .countdown-numbers li h2 {
    font-size: 24px;
  }
}
@media all and (max-width: 900px) {
  .countdown-container #countdown .countdown-numbers li span {
    font-size: 60px;
  }
  .countdown-container #countdown .countdown-numbers li h2 {
    font-size: 18px;
  }
}
@media all and (max-width: 600px) {
  .countdown-container #countdown .countdown-numbers li span {
    font-size: 60px;
  }
  .countdown-container #countdown .countdown-numbers li h2 {
    font-size: 16px;
  }
}
.section-media,
.section-info {
  width: 50%;
}

.section-info h1 {
  margin-bottom: 0;
}
.section-info .details-list h1 {
  font-size: 120px;
}
.section-info .details-list h2 {
  margin-top: 20px;
  font-size: 52px;
}
.section-info .details-list p {
  margin: 0;
}
.section-info .details-list a {
  color: #EB0546;
  font-family: "Spectral", serif;
  font-weight: 800;
}
.section-info .details-list a:hover {
  color: #610024;
}
.section-info .details-list span {
  color: #EB0546;
  font-family: "Spectral", serif;
  font-weight: 800;
}

.section-media img {
  padding: 5%;
}
.section-media iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  min-height: 100% !important;
}

@media all and (max-width: 2400px) {
  .section-info .details-list h1 {
    font-size: 100px;
  }
  .section-info .details-list h2 {
    margin-top: 15px;
    font-size: 42px;
  }
}
@media all and (max-width: 1800px) {
  .section-info .details-list h1 {
    font-size: 68px;
  }
  .section-info .details-list h2 {
    margin-top: 10px;
    font-size: 32px;
  }
}
@media all and (max-width: 850px) {
  .section-media,
  .section-info {
    width: 100%;
  }
}
@media all and (max-width: 750px) {
  .section-info h1 {
    margin-bottom: 0;
  }
  .section-info .details-list h1 {
    font-size: 60px;
  }
  .section-info .details-list h2,
  .section-info .details-list a,
  .section-info .details-list span {
    font-size: 28px;
  }
}
.btn1,
.btn2 {
  margin: 20px 0px;
}

#homebtn1,
#homebtn2 {
  width: -moz-fit-content;
  width: fit-content;
}

@media all and (max-width: 850px) {
  #homebtns {
    padding: 5% 0%;
  }
  #homebtn1,
  #homebtn2 {
    font-size: 20px;
    width: 270px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 20px;
    margin: 5px;
  }
}
.home-icon {
  width: 20%;
}
.home-icon img {
  max-width: 500px;
}
.home-icon img :hover {
  padding: 20px;
  animation-duration: 0.75s;
}
.home-icon p {
  margin-bottom: 0 !important;
}
.home-icon h3 {
  margin: 0;
}

@media all and (max-width: 2400px) {
  .home-icon img {
    max-width: 300px;
  }
}
@media all and (max-width: 1800px) {
  .home-icon img {
    max-width: 200px;
  }
}
@media all and (max-width: 800px) {
  .home-icon {
    width: 35%;
    margin: 20px;
  }
}
.dark-bg.helm {
  background-image: url(../Assets/Graphics/Misc/Helm-Green.png);
  background-position: top;
  background-repeat: no-repeat;
  background-position-x: -240px;
  background-position-y: 40px;
}

#speakers-header h1 {
  margin-top: 100px;
}

.section-container-small-keynote {
  padding: 2% 5% 0% 5%;
}
.section-container-small-keynote .keynote {
  max-width: none;
  margin: 20px;
  flex-basis: 27%;
}
.section-container-small-keynote .keynote h3 {
  margin-top: 20px;
}
.section-container-small-keynote .keynote p {
  margin-bottom: 0 !important;
}
.section-container-small-keynote .keynote .headshot-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 500px;
  height: 500px;
  overflow: hidden;
}
.section-container-small-keynote .keynote .headshot-container .headshot-treatment {
  z-index: 2;
}
.section-container-small-keynote .keynote .headshot-container .headshot-treatment .headshot-treatment-inner {
  height: 100%;
  width: 100%;
}
.section-container-small-keynote .keynote .headshot-container .headshot-treatment .headshot-treatment-inner .headshot {
  width: auto;
  height: 95%;
  position: absolute;
  left: -100px;
  bottom: 0;
}
.section-container-small-keynote .keynote .headshot-container .headshot-treatment,
.section-container-small-keynote .keynote .headshot-container .blob {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-container-small-keynote .keynote .headshot-container .blob {
  margin: auto;
  position: absolute;
  fill: #184735;
  opacity: 20%;
}
.section-container-small-keynote .keynote .headshot-container .blob path {
  transform-origin: center;
}
.section-container-small-keynote .keynote .headshot-container .blob.blob1 path {
  animation: blob1 8s ease-in-out infinite alternate;
}
.section-container-small-keynote .keynote .headshot-container .blob.blob2 path {
  animation: blob2 10s ease-in-out infinite alternate;
}
.section-container-small-keynote .keynote .headshot-container .blob.blob3 path {
  animation: blob3 6s ease-in-out infinite alternate;
}
.section-container-small-keynote .keynote.keynote-green .headshot-container {
  background-color: #A8EFC8;
}
.section-container-small-keynote .keynote.keynote-green h3 {
  color: #A8EFC8;
}
.section-container-small-keynote .keynote.keynote-blue .headshot-container {
  background-color: #B0DEFF;
}
.section-container-small-keynote .keynote.keynote-blue h3 {
  color: #B0DEFF;
}

@media all and (max-width: 2400px) {
  .section-container-small-keynote .keynote .headshot-container {
    width: 350px;
    height: 350px;
  }
  .section-container-small-keynote .keynote .headshot-container .headshot-treatment .headshot-treatment-inner .headshot {
    left: -50px;
  }
}
@media all and (max-width: 1800px) {
  .section-container-small-keynote .keynote .headshot-container {
    width: 250px;
    height: 250px;
  }
}
@keyframes blob1 {
  0% {
    transform: scale(1) skew(0deg, 0deg);
  }
  20% {
    transform: scale(1.05, 0.95) skew(1deg, -1deg);
  }
  45% {
    transform: scale(0.96, 1.04) skew(-1deg, 1deg);
  }
  70% {
    transform: scale(1.03, 0.97) skew(0.5deg, -0.5deg);
  }
  100% {
    transform: scale(1) skew(0deg, 0deg);
  }
}
@keyframes blob2 {
  0% {
    transform: scale(1) skew(0deg, 0deg);
  }
  20% {
    transform: scale(1.05, 0.95) skew(1deg, -1deg);
  }
  50% {
    transform: scale(0.96, 1.04) skew(-1deg, 1deg);
  }
  80% {
    transform: scale(1.03, 0.97) skew(0.5deg, -0.5deg);
  }
  100% {
    transform: scale(1) skew(0deg, 0deg);
  }
}
@keyframes blob3 {
  0% {
    transform: scale(1) rotate(0deg);
  }
  30% {
    transform: scale(1.06) rotate(2deg);
  }
  60% {
    transform: scale(0.94) rotate(-2deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.carousel {
  white-space: nowrap;
  position: relative;
  width: 100%;
}
.carousel .carousel-inner {
  display: flex;
  align-items: center;
  gap: 2vw;
  padding: 2vh 0;
  will-change: transform;
  overflow: unset;
}
.carousel .carousel-inner img {
  height: 100%;
  transition: transform 0.5s;
  flex-shrink: 0;
  width: 20vw;
  min-width: 350px;
  max-width: 1200px;
  border-radius: 2rem;
}
.carousel .carousel-inner img:hover {
  transform: scale(1.03);
}

.pricing-section {
  background-image: url(https://fraudconference.com/37annual/Assets/Video/Gifs/Home-Pricing-1200x800.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}
.pricing-section #home-pricing-reg-now {
  font-family: "Karantina", serif;
  font-weight: 700;
  font-size: 52px;
  color: #FAE4B7;
}
.pricing-section #home-pricing-reg-now:hover {
  color: #B0DEFF;
}
.pricing-section .pricing-home h2 {
  color: #A8EFC8;
  margin-top: 40px;
}
.pricing-section .pricing-home .txt-left .row-section p {
  margin-bottom: 5px;
}
.pricing-section .pricing-home .txt-left .row-section .space-between {
  max-width: 400px;
}
.pricing-section .pricing-home .txt-left .row-section strong {
  font-size: 20px;
  padding: 5px 0px;
}
.pricing-section .btn3 {
  margin: 0;
}
.pricing-section .pricing-bg {
  position: absolute;
  left: -250px;
  height: 625px;
}
.pricing-section .section-info {
  max-width: 1800px;
  width: 65%;
  padding: 0;
  max-width: none;
}
.pricing-section .section-info .txt-left {
  width: 80%;
  padding: 2% 10% 2% 10%;
  background-color: #610024;
}
.pricing-section .section-info #pricing-right-border {
  width: 20%;
}
.pricing-section .section-info #pricing-right-border img {
  width: auto;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill;
  position: relative;
  left: -1px;
}
.pricing-section .section-media {
  width: 35%;
}
.pricing-section .section-media img {
  padding: 0;
  width: 75%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.pricing-section .conflogo {
  position: absolute;
  right: 5%;
  width: 20%;
  margin-top: -50px;
}

@media all and (max-width: 2400px) {
  .pricing-section #home-pricing-reg-now {
    font-size: 36px;
  }
}
@media all and (max-width: 1800px) {
  .pricing-section #home-pricing-reg-now {
    font-size: 22px;
  }
}
@media all and (max-width: 1150px) {
  .pricing-section .pricing-home h2 {
    font-size: 28px;
  }
  .pricing-section .pricing-home .txt-left .row-section strong {
    margin-right: 10px;
  }
  .pricing-section .pricing-home .txt-left .row-section strong {
    font-size: 18px;
  }
}
@media all and (max-width: 750px) {
  .pricing-section .section-info .txt-left {
    width: 100%;
  }
  .pricing-section .section-info img,
  .pricing-section .section-info #pricing-right-border {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .pricing-section {
    background-image: none;
  }
  .pricing-section .section-info {
    width: 100%;
  }
  .pricing-section .section-media {
    width: 0%;
  }
}
#home-sponsors #sponsors-header {
  margin-top: 100px;
}
#home-sponsors .sponsorContainerMask {
  overflow: hidden;
  width: 100%;
  -webkit-mask: linear-gradient(to right, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(to right, transparent, white 20%, white 80%, transparent);
}
#home-sponsors .sponsorContainerMask .scroll-container {
  overflow-x: auto;
  overflow-y: auto;
  white-space: nowrap;
}
#home-sponsors .sponsorContainerMask #scrollContainer {
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll 90s linear infinite;
}
#home-sponsors .sponsorContainerMask #scrollContainer .scroll-wrapper {
  display: inline-block;
  overflow: scroll;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}
#home-sponsors .sponsorContainerMask #scrollContainer .scroll-wrapper .scroll-img {
  background-color: none;
  width: 10vw;
  min-width: 100px;
  height: 10vw;
  min-height: 100px;
  margin: 20px;
  cursor: pointer;
  transition: 0.5s ease;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
/* ---------------------------------------- SECONDARY PAGES ---------------------------------------- */
.secondary .heroes {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.secondary .heroes .hero-stack {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
  margin-bottom: 40px;
  overflow: hidden;
}
.secondary .heroes .hero-stack.hero-blue {
  background-color: #B0DEFF;
}
.secondary .heroes .hero-stack.hero-blue h1 {
  color: #184735;
}
.secondary .heroes .hero-stack.hero-blue #wave-1 path {
  fill: #B0DEFF;
}
.secondary .heroes .hero-stack.hero-blue #wave-2 path {
  fill: #a8efc8;
  opacity: 0.4;
}
.secondary .heroes .hero-stack.hero-red {
  background-color: #610024;
}
.secondary .heroes .hero-stack.hero-red h1 {
  color: #FAE4B7;
}
.secondary .heroes .hero-stack.hero-red #wave-1 path {
  fill: #610024;
}
.secondary .heroes .hero-stack.hero-red #wave-2 path {
  fill: #FAE4B7;
  opacity: 0.5;
}
.secondary .heroes .hero-stack.hero-yellow {
  background-color: #FAE4B7;
}
.secondary .heroes .hero-stack.hero-yellow h1 {
  color: #184735;
}
.secondary .heroes .hero-stack.hero-yellow #wave-1 path {
  fill: #FAE4B7;
}
.secondary .heroes .hero-stack.hero-yellow #wave-2 path {
  fill: #a8efc8;
  opacity: 0.5;
}
.secondary .heroes .hero-stack h1 {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 120px;
  text-align: center;
  z-index: 3;
}
.secondary .heroes .hero-stack h1#lega-h1 {
  font-size: 100px;
}
.secondary .heroes .hero-stack .hero-layer {
  position: absolute;
  inset: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.secondary .heroes .hero-stack #wave-1 {
  transform: translateX(-50%);
  width: 50%;
}
.secondary .heroes .hero-stack #wave-2 {
  transform: translateX(-55%);
  width: 40%;
}
@media all and (max-width: 1150px) {
  .secondary .heroes .hero-stack h1 {
    font-size: 80px;
  }
  .secondary .heroes .hero-stack h1#lega-h1 {
    font-size: 70px;
  }
  .secondary .heroes .hero-stack #wave-1 {
    width: 65%;
  }
  .secondary .heroes .hero-stack #wave-2 {
    width: 40%;
  }
}
@media all and (max-width: 800px) {
  .secondary .heroes .hero-stack h1 {
    left: 30%;
    font-size: 70px;
  }
  .secondary .heroes .hero-stack h1#lega-h1 {
    font-size: 50px;
  }
  .secondary .heroes .hero-stack #wave-1 {
    transform: translateX(-30%);
    width: 65%;
  }
  .secondary .heroes .hero-stack #wave-2 {
    transform: translateX(-35%);
    width: 40%;
  }
}
@media all and (max-width: 500px) {
  .secondary .heroes {
    height: 400px;
  }
  .secondary .heroes .hero-stack {
    height: 400px;
  }
  .secondary .heroes .hero-stack h1 {
    left: 35%;
    font-size: 60px;
  }
  .secondary .heroes .hero-stack h1#lega-h1 {
    font-size: 40px;
  }
  .secondary .heroes .hero-stack #wave-1 {
    transform: translateX(-25%);
    width: 100%;
  }
  .secondary .heroes .hero-stack #wave-2 {
    transform: translateX(-24%);
    width: 100%;
  }
}
.secondary .secondary-icon {
  width: 20%;
  margin: 0 10px;
}
.secondary .secondary-icon img {
  max-width: 300px;
}
.secondary .secondary-icon p {
  margin-top: 20px;
}
.secondary .secondary-icon h4 {
  margin: 0;
}
@media all and (max-width: 2400px) {
  .secondary .secondary-icon img {
    max-width: 225px;
  }
}
@media all and (max-width: 1800px) {
  .secondary .secondary-icon img {
    max-width: 150px;
  }
}
@media all and (max-width: 800px) {
  .secondary .secondary-icon {
    width: 45%;
    margin: 20px;
  }
}
.secondary .sub-faq {
  margin-left: 40px;
}
.secondary .toggle-section {
  margin-bottom: 100px;
}
.secondary .toggle-section#full h2, .secondary .toggle-section#main h2, .secondary .toggle-section#virtual h2 {
  font-size: 56px;
}
.secondary .toggle-section h4 {
  margin-top: 5px;
}
.secondary .toggle-section h6 {
  margin-top: 20px;
  font-size: 36px;
}
.secondary .toggle-section h3 span {
  font-size: 62px;
}
.secondary .toggle-section .txt-left.pricing-catagory {
  margin-left: 60px;
}
.secondary .toggle-section .reg-btns {
  justify-content: center;
}
.secondary .toggle-section .reg-btns div {
  margin: 20px;
}
@media all and (max-width: 2400px) {
  .secondary .toggle-section#full h2, .secondary .toggle-section#main h2, .secondary .toggle-section#virtual h2 {
    font-size: 44px;
  }
  .secondary .toggle-section h6 {
    margin-top: 10px;
    font-size: 26px;
  }
  .secondary .toggle-section h3 span {
    font-size: 46px;
  }
  .secondary .toggle-section .txt-left.pricing-catagory {
    margin-left: 30px;
  }
}
@media all and (max-width: 1800px) {
  .secondary .toggle-section#full h2, .secondary .toggle-section#main h2, .secondary .toggle-section#virtual h2 {
    font-size: 28px;
  }
  .secondary .toggle-section h6 {
    margin-top: 5px;
    font-size: 14px;
  }
  .secondary .toggle-section h3 span {
    font-size: 37px;
  }
  .secondary .toggle-section .txt-left.pricing-catagory {
    margin-left: 20px;
  }
}
@media all and (max-width: 1150px) {
  .secondary .toggle-section#full h2, .secondary .toggle-section#main h2, .secondary .toggle-section#virtual h2 {
    font-size: 24px;
  }
  .secondary .toggle-section h3 span {
    font-size: 35px;
  }
}
@media all and (max-width: 500px) {
  .secondary .toggle-section#full h2, .secondary .toggle-section#main h2, .secondary .toggle-section#virtual h2 {
    font-size: 18px;
  }
  .secondary .toggle-section h3 span {
    font-size: 33px;
  }
  .secondary .toggle-section .btn-small {
    width: 110px;
  }
}
.secondary .box {
  width: 400px;
  padding: 50px 10px;
  line-height: 16px;
}
.secondary .box h5,
.secondary .box h2,
.secondary .box p {
  line-height: 32px;
}
.secondary .box h2 {
  font-weight: bold;
  font-size: 36px;
  margin-top: 20px;
}
.secondary .box h5 {
  font-size: 38px;
}
.secondary .box.pricing-box {
  border: solid #610024 1.5px;
}
.secondary .box.virtual {
  border: solid #184735 1.5px;
}
.secondary .box.ipv {
  border: solid #610024 1.5px;
}
.secondary .box.ip {
  border: solid #B0DEFF 1.5px;
}
.secondary .box.keynotes {
  border: solid #EB0546 1.5px;
}
.secondary .box .pricing-catagory {
  padding-left: 30px;
}
.secondary .box .pricing-catagory p {
  margin-bottom: 0;
}
@media all and (max-width: 2400px) {
  .secondary .box {
    width: 300px;
    padding: 30px 10px;
  }
  .secondary .box h5,
  .secondary .box h2,
  .secondary .box p {
    line-height: 24px;
  }
  .secondary .box h2 {
    font-size: 26px;
    margin-top: 10px;
  }
  .secondary .box h5 {
    font-size: 28px;
  }
}
@media all and (max-width: 1800px) {
  .secondary .box {
    width: 200px;
    padding: 15px 5px;
  }
  .secondary .box h5,
  .secondary .box h2,
  .secondary .box p {
    line-height: 16px;
  }
  .secondary .box h2 {
    font-size: 14px;
    margin-top: 5px;
  }
  .secondary .box h5 {
    font-size: 16px;
  }
}
@media all and (max-width: 800px) {
  .secondary .box {
    width: 180px;
  }
}
@media all and (max-width: 500px) {
  .secondary .box {
    width: 100%;
    border-bottom: none;
  }
  .secondary .box.pricing-box, .secondary .box.virtual, .secondary .box.ipv, .secondary .box.ip, .secondary .box.keynotes {
    border-bottom: none;
  }
}
@media all and (max-width: 1200px) {
  .secondary .pricing-container {
    padding: 0% 2%;
  }
}
@media all and (max-width: 1000px) {
  .secondary .pricing-options .section-media,
  .secondary .pricing-options .section-info {
    width: 100%;
  }
  .secondary .pricing-options .section-media div .row-section,
  .secondary .pricing-options .section-info div .row-section {
    justify-content: center;
  }
  .secondary .pricing-options .section-info {
    margin-top: -20px;
  }
}
@media all and (max-width: 500px) {
  .secondary .toggle-section .txt-left.pricing-catagory {
    margin-left: 0px;
  }
  .secondary .toggle-section .pricing-catagory {
    width: 100%;
    border-top: none;
    padding-left: 0;
    text-align: center;
    padding-bottom: 10px;
  }
  .secondary .toggle-section .pricing-catagory.border-btm-pricing-box {
    border: solid #610024 1.5px;
    border-top: none;
  }
}
.secondary .sessions .session-title {
  padding-left: 30px;
}
.secondary .sessions .session-title p {
  margin-bottom: 0;
}
.secondary .sessions.session-break {
  padding: 20px;
}
.secondary .sessions.session-break h3,
.secondary .sessions.session-break .h3 {
  color: #FAE4B7;
}
@media all and (max-width: 1000px) {
  .secondary .sessions .session-title {
    width: 70%;
  }
}
@media all and (max-width: 800px) {
  .secondary .sessions .session-title {
    width: 60%;
  }
}
@media all and (max-width: 500px) {
  .secondary .nowrap.sessions {
    flex-wrap: wrap;
  }
  .secondary .sessions .border-btm-virtual {
    border: solid #184735 1.5px;
  }
  .secondary .sessions .border-btm-ipv {
    border: solid #610024 1.5px;
  }
  .secondary .sessions .border-btm-ip {
    border: solid #B0DEFF 1.5px;
  }
  .secondary .sessions .border-btm-keynotes {
    border: solid #EB0546 1.5px;
  }
  .secondary .sessions .mobile-remove {
    display: none !important;
  }
  .secondary .sessions .mobile-only {
    display: flex;
    width: 100%;
    height: 60%;
  }
  .secondary .sessions.secondary-pg-pb {
    display: none;
  }
  .secondary .sessions .mobile-only-inline {
    display: inline !important;
    margin-top: 20px;
  }
  .secondary .sessions .box {
    display: block;
  }
  .secondary .sessions .session-title {
    width: 100%;
    border-top: none;
    padding-left: 0;
    text-align: center;
    padding-bottom: 10px;
  }
  .secondary .sessions h2 {
    margin-top: 10px;
  }
}
.secondary .agnd-btn {
  margin: 10px;
  width: 110px;
}
.secondary .agnd-btn a {
  width: 100% !important;
}
.secondary td {
  padding: 5px 0;
  vertical-align: middle;
}
.secondary td:first-child {
  padding-right: 20px;
}
.secondary td h3 {
  font-size: 18px;
  margin-right: 20px;
}
.secondary td p {
  margin-bottom: 0;
}
.secondary td h6 {
  font-size: 36px;
}
.secondary .lodging h1,
.secondary .venue h1 {
  font-size: 100px;
}
@media all and (max-width: 2400px) {
  .secondary td h6 {
    font-size: 26px;
  }
  .secondary .lodging h1,
  .secondary .venue h1 {
    font-size: 68px;
  }
}
@media all and (max-width: 1800px) {
  .secondary td h3 {
    font-size: 18px;
    margin-right: 20px;
  }
  .secondary td h6 {
    font-size: 16px;
  }
  .secondary .lodging h1,
  .secondary .venue h1 {
    font-size: 35px;
  }
}
@media all and (max-width: 480px) {
  .secondary .lodging .venue h1 {
    font-size: 28px;
  }
  .secondary td {
    vertical-align: top;
  }
  .secondary td h3 {
    font-size: 14px;
    margin-top: 3px;
    margin-right: 10px;
  }
  .secondary td p,
  .secondary td strong {
    font-size: 14px;
  }
}
.secondary #prospectus-download-btn,
.secondary #prospectus-form,
.secondary #prospectusThankYou {
  display: none;
}
.secondary #prospectus {
  margin-bottom: 50px;
}
.secondary #prospectus .section-media img {
  padding: 0;
  max-width: 600px;
}
.secondary #prospectus #prospectusThankYou {
  margin-bottom: 20px;
}
.secondary #prospectus #prospectus-download-btn {
  margin-top: 0;
}
@media all and (max-width: 2400px) {
  .secondary #prospectus .section-media img {
    max-width: 500px;
  }
}
@media all and (max-width: 1800px) {
  .secondary #prospectus .section-media img {
    max-width: 400px;
  }
}
.secondary #prospectus-form #prospectus-formModal {
  display: none;
  z-index: 999;
}
.secondary #prospectus-form .prospectus-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  max-width: 600px;
  min-width: 360px;
  height: auto;
  padding: 2%;
  background-color: #FFF;
  border: solid #610024 1.5px;
  border-radius: 0px;
  transition: max-height 0.4s ease, opacity 0.8s ease;
}
.secondary #prospectus-form .prospectus-modal-body div p {
  padding: 10px;
}
.secondary #prospectus-form .prospectus-modal-body .prospectus-modal-header {
  margin: 20px;
  text-align: left;
}
.secondary #prospectus-form .prospectus-modal-body .prospectus-modal-header h3 {
  font-size: 22px;
}
.secondary #prospectus-form .prospectus-modal-body #prospectus-modal-close h3 {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media all and (max-width: 480px) {
  .secondary #prospectus-form .prospectus-modal {
    height: 98vh;
  }
  .secondary #prospectus-form .prospectus-modal-body .prospectus-modal-header {
    margin: 10px 30px 10px 0;
  }
  .secondary #prospectus-form .prospectus-modal-body .prospectus-modal-header.mobile-remove {
    display: none;
  }
  .secondary #prospectus-form .prospectus-modal-body .prospectus-modal-header h3 {
    font-size: 18px;
  }
}
.secondary #sponsorCardContainer #diamondContainer,
.secondary #sponsorCardContainer #goldContainer,
.secondary #sponsorCardContainer #silverContainer,
.secondary #sponsorCardContainer #exhibitorContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 2% 10%;
  width: 100%;
  padding: 2% 10%;
  max-width: 2400px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.secondary #sponsorCardContainer .center h2 {
  margin: 100px auto 0 auto;
  font-size: 100px;
  position: relative;
  max-width: 1000px;
  text-align: center;
}
.secondary #sponsorCardContainer .center h2:before {
  content: " ";
  display: block;
  height: 1.5px;
  width: 250px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #610024;
}
.secondary #sponsorCardContainer .center h2:after {
  content: " ";
  height: 1.5px;
  width: 250px;
  background: #610024;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
@media all and (max-width: 2400px) {
  .secondary #diamondContainer,
  .secondary #goldContainer,
  .secondary #silverContainer,
  .secondary #exhibitorContainer {
    max-width: 1800px;
  }
  .secondary #sponsorCardContainer .center h2 {
    font-size: 72px;
  }
}
@media all and (max-width: 1800px) {
  .secondary #sponsorCardContainer .center h2 {
    font-size: 42px;
  }
}
@media all and (max-width: 800px) {
  .secondary #sponsorCardContainer .center h2 {
    font-size: 38px;
  }
  .secondary #sponsorCardContainer .center h2:before, .secondary #sponsorCardContainer .center h2:after {
    width: 150px;
  }
}
@media all and (max-width: 500px) {
  .secondary #sponsorCardContainer .center h2 {
    font-size: 38px;
  }
  .secondary #sponsorCardContainer .center h2:before, .secondary #sponsorCardContainer .center h2:after {
    width: 80px;
  }
}
.secondary .diamond .sponsor-description {
  background-image: url(https://www.fraudconference.com/37annual/Assets/Images/Sponsors/Backgrounds/Diamond.png);
}
.secondary .gold .sponsor-description {
  background-image: url(https://www.fraudconference.com/37annual/Assets/Images/Sponsors/Backgrounds/Gold.png);
}
.secondary .silver .sponsor-description {
  background-image: url(https://www.fraudconference.com/37annual/Assets/Images/Sponsors/Backgrounds/Silver.png);
}
.secondary .exhibitor .sponsor-description {
  background-image: url(https://www.fraudconference.com/37annual/Assets/Images/Sponsors/Backgrounds/Exhibitor.png);
}

/* ---------------------------------------- SPONSOR TILES ---------------------------------------- */
.sponsor-level h3 {
  text-align: center;
}
.sponsor-level .sponsor-flip {
  -ms-perspective: 1000;
  perspective: 1000;
  transform: perspective(1000px);
  transform-style: preserve-3d;
  position: relative;
  float: left;
  margin: 20px;
  width: 500px;
  height: 500px;
  margin: 40px 20px 10px 20px;
}
.sponsor-level .sponsor-flip .sponsor-logo,
.sponsor-level .sponsor-flip .sponsor-description {
  width: 100%;
  height: 100%;
}
.sponsor-level .sponsor-flip .sponsor-logo {
  background-size: cover;
  background-position: center center;
  transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  overflow: hidden;
  position: absolute;
  top: 0;
  backface-visibility: hidden;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  z-index: 1;
}
.sponsor-level .sponsor-flip .sponsor-description {
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  overflow: hidden;
  position: absolute;
  top: 0;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  z-index: 1;
}
.sponsor-level .sponsor-flip .sponsor-description .sponsor-description-container {
  text-align: center;
  margin: 0 auto;
  width: 60%;
  position: relative;
  top: 50%;
  transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
  transform-style: preserve-3d;
  z-index: 2;
}
.sponsor-level .sponsor-flip .sponsor-description .sponsor-description-container p {
  font-size: 22px !important;
}
.sponsor-level .sponsor-flip.gold, .sponsor-level .sponsor-flip.silver, .sponsor-level .sponsor-flip.exhibitor {
  width: 450px;
  height: 450px;
}
.sponsor-level .sponsor-flip.gold .sponsor-description-container p, .sponsor-level .sponsor-flip.silver .sponsor-description-container p, .sponsor-level .sponsor-flip.exhibitor .sponsor-description-container p {
  font-size: 20px !important;
}
.sponsor-level .sponsor-flip:hover .sponsor-logo {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}
.sponsor-level .sponsor-flip:hover .sponsor-description {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.sponsor-level .sponsor-flip:hover .sponsor-description-container {
  transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  transform-style: preserve-3d;
}

@media all and (max-width: 2400px) {
  .sponsor-level .sponsor-flip {
    width: 400px;
    height: 400px;
  }
  .sponsor-level .sponsor-flip .sponsor-description .sponsor-description-container p {
    font-size: 16px !important;
  }
  .sponsor-level .sponsor-flip.gold, .sponsor-level .sponsor-flip.silver, .sponsor-level .sponsor-flip.exhibitor {
    width: 350px;
    height: 350px;
  }
  .sponsor-level .sponsor-flip.gold .sponsor-description-container p, .sponsor-level .sponsor-flip.silver .sponsor-description-container p, .sponsor-level .sponsor-flip.exhibitor .sponsor-description-container p {
    font-size: 14px !important;
  }
}
@media all and (max-width: 1800px) {
  .sponsor-level .sponsor-flip {
    width: 300px;
    height: 300px;
  }
  .sponsor-level .sponsor-flip .sponsor-description .sponsor-description-container p {
    font-size: 12px !important;
  }
  .sponsor-level .sponsor-flip.gold, .sponsor-level .sponsor-flip.silver, .sponsor-level .sponsor-flip.exhibitor {
    width: 250px;
    height: 250px;
  }
  .sponsor-level .sponsor-flip.gold .sponsor-description-container p, .sponsor-level .sponsor-flip.silver .sponsor-description-container p, .sponsor-level .sponsor-flip.exhibitor .sponsor-description-container p {
    font-size: 10px !important;
  }
}
/* ----------------------------------------  FOOTER ---------------------------------------- */
footer {
  margin-top: 120px;
  background-color: #184735;
  color: #FFF;
  background-image: url(https://www.fraudconference.com/37annual/Assets/Graphics/Misc/Torch-Green.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: -267px;
}
footer .footer-row {
  margin: 30px 0;
  width: 100%;
}
footer .footer-row .logo {
  width: 10%;
  flex-wrap: wrap-reverse;
}
footer .footer-section-left {
  text-align: left;
  width: 70%;
  flex-wrap: wrap;
  display: flex;
}
footer .footer-text-section {
  text-align: left;
  width: 90%;
  flex-wrap: wrap;
  display: flex;
  padding-left: 20px;
}
footer .footer-text-section p,
footer .footer-text-section small {
  color: #FFF;
  border-left: solid #FFF 1.5px;
  padding-left: 20px;
}
footer .footer-text-section small {
  font-weight: 600;
  font-size: 20px;
}
footer .footer-link-section {
  justify-content: space-between;
}
footer .footer-link-section .footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .footer-link-section .footer-links p {
  color: #FAE4B7;
}
footer #become-sponsor {
  justify-content: right;
  font-size: 36px;
}
footer .big-footer-link {
  color: #A8EFC8;
  text-decoration: underline;
  font-weight: 700;
}
footer .big-footer-link:hover {
  color: #B0DEFF;
  text-decoration: none;
}
footer .little-footer-link {
  color: #FFF;
  text-decoration: underline;
}
footer .little-footer-link:hover {
  color: #B0DEFF;
}
footer .footer-text-section .acfe {
  width: 60%;
}
footer .social {
  width: 40%;
  text-align: right;
}
footer .social .icon img {
  margin: 5px;
  width: 60px;
}
@media all and (max-width: 2400px) {
  footer .footer-text-section small {
    font-size: 16px;
  }
  footer #become-sponsor {
    justify-content: right;
    font-size: 26px;
  }
  footer .social .icon img {
    width: 45px;
  }
}
@media all and (max-width: 1800px) {
  footer .footer-text-section small {
    font-size: 12px;
  }
  footer #become-sponsor {
    justify-content: right;
    font-size: 16px;
  }
  footer .social .icon img {
    width: 30px;
  }
}
@media all and (max-width: 1250px) {
  footer .footer-text-section {
    width: 89%;
  }
}
@media all and (max-width: 1250px) {
  footer .footer-text-section {
    width: 89%;
  }
}
@media all and (max-width: 1150px) {
  footer .footer-text-section {
    width: 88%;
  }
}
@media all and (max-width: 1050px) {
  footer .footer-row .footer-text-section {
    width: 80%;
  }
  footer .footer-row .logo {
    width: 15%;
  }
}
@media all and (max-width: 820px) {
  footer .footer-row .footer-text-section {
    width: 100%;
    align-items: center;
    justify-content: center;
    justify-items: center;
    padding-left: 0;
  }
  footer .footer-row .footer-text-section small {
    width: 100%;
    border-left: none;
    padding: 20px 0;
  }
  footer .footer-row .footer-text-section .social {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  footer .footer-row .logo,
  footer .footer-row .footer-logos {
    width: 100%;
    text-align: center;
  }
  footer .footer-row .logo img,
  footer .footer-row .footer-logos img {
    max-width: 200px;
    min-width: 200px;
  }
  footer .footer-row #become-sponsor {
    margin-top: 10px;
  }
}

/* ---------------------------------------- GENERAL MEDIA QUERIES ---------------------------------------- */
@media all and (max-width: 850px) {
  .secondary .section-media,
  .secondary .section-info {
    width: 100%;
  }
  .wrap-reverse .section-media {
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .wrap-reverse .section-media iframe {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 850px) {
  .section-info .reduce-padding-ipad {
    text-align: center !important;
  }
}
@media all and (max-width: 700px) {
  .page-container {
    padding: 0% 0%;
  }
}
@media all and (max-width: 500px) {
  .secondary .mobile-remove {
    display: none !important;
  }
  .secondary .mobileOnly,
  .secondary .mobile-only,
  .secondary .mobile-only-inline {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 480px) {
  .mobile-only {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .mobile-remove {
    display: none !important;
  }
}/*# sourceMappingURL=37-styles.css.map */