/*
Theme Name: CampDanbee
Description: Dedicated Wordpress theme for Company Name
*/
/* ==========================================================================
	Base
/* ========================================================================== */
/* line 5, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
html {
  height: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

/* line 13, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
html,
button,
input,
select,
textarea {
  font-family: Arial, sans-serif;
  color: #444;
}

/* line 21, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #001040;
  background-color: #fafbfc;
  background-color: white;
  line-height: 1.4;
  min-width: 320px;
  font-family: "filson-pro", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
/* line 32, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
body:after {
  content: url("images/long_arr_left_lighter.svg") url("images/long_arr_right_lighter.svg") url("images/long_yellow_arr_right.svg") url("images/long_yellow_arr_left.svg");
  width: 0;
  height: 0;
  position: fixed;
  left: -9999px;
}
/* line 40, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
body.not-scroll {
  overflow: hidden;
  height: 100vh;
}

/* line 46, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
#page.not-scroll {
  overflow: hidden;
  max-height: 100vh;
}

/* line 51, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
body:before {
  content: 'desktop';
  display: none;
}

@media (max-width: 1199px) {
  /* line 57, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
  body:before {
    content: 'sm-desktop';
  }
}
@media (max-width: 1024px) {
  /* line 62, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
  body:before {
    content: 'tablet-l';
  }
}
@media (max-width: 992px) {
  /* line 67, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
  body:before {
    content: 'tablet';
  }
}
@media (max-width: 767px) {
  /* line 72, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
  body:before {
    content: 'mobile';
  }
}
@media (max-width: 991px) {
  /* line 77, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
  .container {
    max-width: 100%;
  }
}

/* line 85, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 92, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* line 98, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
.gm-style img {
  max-width: none;
}

/* ==========================================================================
	Links
/* ========================================================================== */
/* line 106, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
a {
  color: #0029a6;
  text-decoration: none;
}
/* line 109, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
a img {
  border: 0;
}

/* line 113, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
a:focus,
a:hover {
  color: #0029a6;
  text-decoration: underline;
}

/* line 118, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
a:focus {
  outline: 0;
}

/* line 121, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
/* line 132, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 16px;
  line-height: 24px;
}

/* line 136, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
h1 {
  font-size: 32px;
}

/* line 139, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
h2 {
  font-size: 24px;
}

/* line 142, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
h3 {
  font-size: 20.8px;
}

/* line 145, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
h4 {
  font-size: 20.8px;
  font-weight: normal;
}

/* line 149, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
h5, h6 {
  font-size: 17.6px;
}

/* Content Block Elements */
/* line 155, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 16px;
}

/* Lists */
/* line 166, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
menu,
ol,
ul {
  padding: 0 0 0 32px;
}

/* Selection Colors */
/* line 174, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 179, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
/* line 191, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
button,
.button,
a.button,
input.button {
  display: inline-block;
}

/* Responsive Media Styles */
/* line 200, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Clear Fix */
/* line 114, ../../../../source/wp-content/themes/CampDanbee/css/_mixins.scss */
.clearfix:after,
.cf:after {
  content: '';
  display: table;
  clear: both;
}

/* Floats */
/* line 217, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
.floatleft {
  float: left;
}

/* line 220, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
.floatright {
  float: right;
}

/* line 223, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

/* line 227, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

/* line 232, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
.alignnone {
  display: inline-block;
}

/* line 235, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
.aligncenter {
  display: block;
  float: none;
  text-align: center;
  clear: both;
  margin: 20px auto;
}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */
/* line 248, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
.container {
  margin: 0 auto;
}
/* line 114, ../../../../source/wp-content/themes/CampDanbee/css/_mixins.scss */
.container:after {
  content: '';
  display: table;
  clear: both;
}

/* line 253, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
.error404 {
  text-align: center;
}
/* line 255, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
.error404 ul {
  text-align: left;
}

/* line 260, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
.content.full-width,
.full-width {
  float: none;
  width: 100%;
}

/* line 266, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
.article {
  margin-bottom: 16px;
}

/* Navigation */
/* line 273, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
nav > ul {
  margin: 0;
  padding: 0;
}
/* line 114, ../../../../source/wp-content/themes/CampDanbee/css/_mixins.scss */
nav ul:after {
  content: '';
  display: table;
  clear: both;
}

/* Paginations */
/* line 285, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
.navigation.pagination {
  clear: both;
}

/* line 289, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
.mobile {
  display: none;
}
@media (max-width: 767px) {
  /* line 289, ../../../../source/wp-content/themes/CampDanbee/css/_global.scss */
  .mobile {
    display: block;
  }
}

/* =============================================================================
	Layout
/* ========================================================================== */
/* TYPOGRAPHY */
/* line 2, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
.page-title, .page-title.sub-title {
  margin-top: 69px;
}
@media (max-width: 1199px) {
  /* line 2, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  .page-title, .page-title.sub-title {
    margin-top: 65px;
  }
}
@media (max-width: 991px) {
  /* line 2, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  .page-title, .page-title.sub-title {
    margin-top: 65px;
  }
}
@media (max-width: 767px) {
  /* line 2, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  .page-title, .page-title.sub-title {
    margin-top: 37px;
  }
}

@media (max-width: 767px) {
  /* line 14, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  .page-title.sub-title {
    margin-top: 5px;
  }
}

/* PAGE TITLE ANIMATION STYLES */
/* line 21, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
[class*="letter"] {
  position: relative;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  white-space: pre;
}

/* line 29, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
.title--style-10 [class*="letter"] {
  -webkit-transform-origin: -200% 50%;
  transform-origin: -200% 50%;
}

/* line 33, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
.title--centered {
  width: 100%;
  text-align: center;
}

/* line 38, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
.js .title--centered {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 44, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
.full-page-title {
  opacity: 0;
}

/* line 47, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
.page-title {
  margin-top: 190px;
  margin-top: 71px;
  margin-bottom: 83px;
  padding-bottom: 11px;
  letter-spacing: 0;
  text-align: center;
  font-size: 99px;
  letter-spacing: 1.3px;
  color: #191978;
  font-family: "reklame-script", sans-serif;
  font-weight: 900;
}
@media (max-width: 1199px) {
  /* line 47, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  .page-title {
    font-size: 80px;
    line-height: 1.1;
    margin-top: 70px;
    margin-bottom: 30px;
    padding-bottom: 52px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  /* line 47, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  .page-title {
    font-size: 32px;
    margin-top: 23px;
    letter-spacing: .2px;
    line-height: 1.2;
    margin-bottom: 20;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  /* line 47, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  .page-title {
    max-width: 260px;
  }
}
/* line 79, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
.page-title div {
  display: inline-block;
  position: relative;
}
/* line 82, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
.page-title div span {
  display: inline-block;
}
/* line 86, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
.page-title.sub-title {
  margin-bottom: 48px;
  margin-top: 60px;
  padding-bottom: 49px;
  text-align: center;
}
@media (max-width: 1199px) {
  /* line 86, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  .page-title.sub-title {
    font-size: 100px;
    max-width: 800px;
    margin-top: 48px;
    padding-bottom: 39px;
    line-height: 1.08;
  }
}
@media (max-width: 991px) {
  /* line 86, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  .page-title.sub-title {
    font-size: 80px;
    max-width: 650px;
    line-height: 1.12;
    margin-top: 62px;
    margin-bottom: 36px;
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  /* line 86, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  .page-title.sub-title {
    font-size: 32px;
    max-width: 100%;
    margin-top: 37px;
    margin-bottom: 5px;
    padding-bottom: 25px;
  }
}
@media (max-width: 480px) {
  /* line 86, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  .page-title.sub-title {
    margin-top: 14px;
    margin-top: 23px;
    line-height: 1.17;
    padding-bottom: 17px;
  }
}

/* line 123, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
h2, h3, h4, h5, h6 {
  letter-spacing: 1.3px;
  line-height: 1.1;
}

/* line 128, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "filson-pro", sans-serif;
  font-weight: 900;
  color: #191978;
}

/* line 133, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
h1 {
  font-size: 99px;
  line-height: 1;
  margin-bottom: 45px;
}

/* line 138, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
h2 {
  font-size: 60px;
  line-height: 1.05;
  letter-spacing: 1px;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  /* line 138, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  h2 {
    font-size: 36px;
    letter-spacing: .5px;
    line-height: 1.12;
  }
}

/* line 149, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
h3 {
  font-size: 42px;
  line-height: 1;
  letter-spacing: .8px;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  /* line 149, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  h3 {
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: .5px;
  }
}

/* line 160, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
p + h3, p + div.reveal-wrapper h3 {
  margin-top: 56px;
}

/* line 163, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
h4 {
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: .5px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  /* line 163, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  h4 {
    font-size: 24px;
  }
}

/* line 172, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
p + h4, p + div.reveal-wrapper h4 {
  margin-top: 50px;
}

/* line 175, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
h5 {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 3.2px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: "vista-slab", sans-serif;
  font-weight: 900;
}
@media (max-width: 767px) {
  /* line 175, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  h5 {
    font-size: 15px;
  }
}

/* line 186, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
p + h5, p + div.reveal-wrapper h5 {
  margin-top: 42px;
}

/* line 189, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
h6 {
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 2.1px;
  margin-bottom: 11px;
  text-transform: uppercase;
}

/* line 196, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
p + h6, p + div.reveal-wrapper h6 {
  margin-top: 43px;
}
@media (max-width: 1199px) {
  /* line 196, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  p + h6, p + div.reveal-wrapper h6 {
    margin-top: 40px;
  }
}

/* PARAGRAPH */
/* line 204, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
p {
  letter-spacing: .15px;
  line-height: 1.6;
  margin-bottom: 24px;
}
/* line 213, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
p:empty {
  display: none;
}

/* line 217, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
blockquote {
  position: relative;
  font-family: "reklame-script", sans-serif;
  font-weight: 900;
  font-size: 42px;
  line-height: 1;
  text-align: center;
  margin: 41px 0;
  padding: 71px 0 3px 0;
  margin-bottom: 30px;
  color: #191978;
}
@media (max-width: 1199px) {
  /* line 217, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  blockquote {
    padding: 51px 0 0;
    margin-top: 59px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  /* line 217, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  blockquote {
    margin-top: 36px;
  }
}
/* line 236, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
blockquote:before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(images/quotes.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  width: 138px;
  height: 103px;
  top: 0;
}
@media (max-width: 767px) {
  /* line 236, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  blockquote:before {
    width: 115px;
  }
}
/* line 248, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
blockquote p {
  font-size: 42px;
  margin-bottom: 28px;
  line-height: 1.15;
  letter-spacing: .9px;
  position: relative;
}
@media (max-width: 1199px) {
  /* line 248, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  blockquote p {
    letter-spacing: .4px;
  }
}
@media (max-width: 767px) {
  /* line 248, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  blockquote p {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 32px;
  }
}

/* line 264, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
p + blockquote, .clearfix + blockquote {
  margin-top: 13px;
}

/* line 267, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
ul + h2 {
  margin-top: 76px;
}

/* line 270, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
ul + h3 {
  margin-top: 60px;
}

/* line 273, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
blockquote + h3 {
  margin-top: 84px;
}
@media (max-width: 767px) {
  /* line 273, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  blockquote + h3 {
    margin-top: 55px;
  }
}
@media (max-width: 480px) {
  /* line 273, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  blockquote + h3 {
    margin-top: 51px;
  }
}

/* line 283, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
.ezcol h6 {
  margin-top: 28px;
  margin-bottom: 19px;
}

/* line 288, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
.dataTables_wrapper + h2 {
  margin-top: 54px;
}

@media (max-width: 767px) {
  /* line 291, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
  .tabs + h2 {
    margin-bottom: 0;
  }
}

/* line 297, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
ul {
  margin-top: 10px;
}

/* line 300, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
ul, ol {
  padding: 0 0 0 20px;
  margin: 0 0 33px 0;
}
/* line 303, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
ul ul, ol ul {
  padding: 0 0 0 24px;
}

/* line 307, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
li {
  letter-spacing: .7px;
  line-height: 1.6;
}

/* line 313, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
.page-main ul {
  list-style: none;
  padding-left: 21px;
}
/* line 316, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
.page-main ul ul {
  padding-left: 15px;
  margin-left: 0;
}
/* line 320, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
.page-main ul ul li:before {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border: 1px solid #001040;
  top: 10.5px;
  left: -20px;
}
/* line 331, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
.page-main ul li {
  position: relative;
  letter-spacing: .1px;
}
/* line 334, ../../../../source/wp-content/themes/CampDanbee/css/global/_typography.scss */
.page-main ul li:before {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #001040;
  border-radius: 150%;
  top: 12px;
  left: -20px;
}

/* BUTTONS */
/* line 114, ../../../../source/wp-content/themes/CampDanbee/css/_mixins.scss */
.ezcol:after {
  content: '';
  display: table;
  clear: both;
}

/* line 11, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button-wrap {
  line-height: 1em;
  padding-bottom: 15px;
  margin-bottom: 0;
  padding-top: 6px;
  width: 20.5%;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 11, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
  .button-wrap {
    width: auto;
    float: none;
  }
}
/* line 26, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button-wrap + h5 {
  display: block;
}

/* line 31, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.iphone .button {
  line-height: 45px;
}

/* line 35, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button {
  font-family: "filson-pro", sans-serif;
  font-weight: 900;
  color: white;
  background-color: #0029a6;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 46px;
  padding: 13px 17px 17px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  min-width: 196px;
  z-index: 1;
  height: 46px;
  letter-spacing: 1.6px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  transition: color .5s ease;
}
/* line 62, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0057bf;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
/* line 83, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button span {
  position: relative;
  z-index: 2;
}
/* line 88, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button:hover:before {
  -webkit-transform: scale3d(10, 9, 1);
  transform: scale3d(10, 9, 1);
}
/* line 93, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button:hover, .button:focus {
  text-decoration: none;
  color: #fff;
}
/* line 97, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button:active, .button:target {
  background-color: #ffdb27;
}
/* line 99, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button:active:before, .button:target:before {
  background-color: #ffdb27;
}
/* line 103, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button[disabled="disabled"] {
  background-color: #bfc9e9;
}
/* line 106, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button[disabled="disabled"]:hover:after, .button[disabled="disabled"]:hover:before {
  display: none;
}
/* line 111, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button.button-next-step {
  font-size: 12px;
  min-width: 158px;
  line-height: 36px;
  line-height: 11px;
  padding: 12px 10px 10px;
  padding: 14px 10px 10px;
  height: 40px;
  background-color: transparent;
  box-shadow: inset 0 0 0px 3px #0029a6;
  color: #0029a6;
  padding-right: 27px;
  padding-right: 25px;
  letter-spacing: 1.6px;
  transition: background .3s ease 0s, color .3s ease 0s;
}
/* line 127, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button.button-next-step:after {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 9px;
  background-image: url(images/arr_blue_right.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 14px;
  right: 15px;
}
/* line 137, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button.button-next-step:before {
  background: #0029a6;
}
/* line 140, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button.button-next-step:hover {
  transition: background .3s ease .3s, color .3s ease 0s;
  color: white;
  background-color: #0029a6;
}
/* line 144, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button.button-next-step:hover:after {
  background-image: url(images/arr_white_right.svg);
}
/* line 150, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button.button-secondary {
  background-color: transparent;
  border: none;
  text-align: left;
  color: #0029a6;
  border-radius: 0;
  position: relative;
  min-width: auto;
  padding-left: 0;
  height: auto;
  overflow: visible;
}
/* line 161, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button.button-secondary:before {
  -webkit-transform: none;
  transform: none;
  width: 88%;
  width: calc(100% - 10px);
  height: 4px;
  z-index: 1;
  background-color: #0029a6;
  bottom: 5px;
  opacity: 1;
  left: 0;
  top: auto;
  margin: 0;
  border-radius: 0;
  transition: width .5s ease-out;
}
/* line 177, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button.button-secondary:after {
  display: block;
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 7px;
  height: 12px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/arr_blue_right.svg);
  opacity: 0;
  transition: opacity .3s ease-out;
  transition-delay: 0s;
}
/* line 189, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button.button-secondary:hover {
  background-color: transparent;
}
/* line 191, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button.button-secondary:hover:before {
  width: calc(100% + 50px);
  background-color: #0057bf;
}
/* line 195, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button.button-secondary:hover:after {
  opacity: 1;
  transition-delay: .4s;
}
/* line 200, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button.button-secondary:active, .button.button-secondary:target {
  color: #ffdb27;
}
/* line 202, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button.button-secondary:active:before, .button.button-secondary:target:before {
  background-color: #ffdb27;
}
/* line 205, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button.button-secondary:active:after, .button.button-secondary:target:after {
  background-image: url(images/arr_blue_yellow.svg);
}
/* line 209, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button.button-secondary[disabled="disabled"] {
  color: #bfc9e9;
}
/* line 211, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button.button-secondary[disabled="disabled"]:before {
  background-color: #bfc9e9;
}
/* line 215, ../../../../source/wp-content/themes/CampDanbee/css/global/_buttons.scss */
.button.button-secondary[disabled="disabled"]:hover:before {
  width: 88%;
  display: block;
}

/* line break style */
/* line 3, ../../../../source/wp-content/themes/CampDanbee/css/global/_elements.scss */
.line {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 76px;
  border-bottom: 2px solid #959595;
}

/* line 7, ../../../../source/wp-content/themes/CampDanbee/css/global/_elements.scss */
iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* line 12, ../../../../source/wp-content/themes/CampDanbee/css/global/_elements.scss */
.video-container {
  position: relative;
  padding-bottom: 55.8%;
  height: 0;
  overflow: hidden;
  margin-top: 16px;
  margin-bottom: 74px;
}
@media (max-width: 767px) {
  /* line 12, ../../../../source/wp-content/themes/CampDanbee/css/global/_elements.scss */
  .video-container {
    margin-top: 25px;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  /* line 12, ../../../../source/wp-content/themes/CampDanbee/css/global/_elements.scss */
  .video-container {
    margin-bottom: 55px;
  }
}
/* line 27, ../../../../source/wp-content/themes/CampDanbee/css/global/_elements.scss */
.video-container.video-container-before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 35, ../../../../source/wp-content/themes/CampDanbee/css/global/_elements.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 47, ../../../../source/wp-content/themes/CampDanbee/css/global/_elements.scss */
.ezcol-form-end {
  padding-left: 92px;
}

/* line 50, ../../../../source/wp-content/themes/CampDanbee/css/global/_elements.scss */
.ezcol-padding-left {
  padding-left: 100px;
}
@media (max-width: 991px) {
  /* line 50, ../../../../source/wp-content/themes/CampDanbee/css/global/_elements.scss */
  .ezcol-padding-left {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  /* line 57, ../../../../source/wp-content/themes/CampDanbee/css/global/_elements.scss */
  .ezcol-one-half.ezcol-form {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  /* line 62, ../../../../source/wp-content/themes/CampDanbee/css/global/_elements.scss */
  .ezcol-one-half.mobile-full {
    width: 100% !important;
  }
}

/* line 1, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-0 {
  margin-top: 0px;
}

/* line 2, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-1 {
  margin-top: 1px;
}

/* line 3, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-2 {
  margin-top: 2px;
}

/* line 4, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-3 {
  margin-top: 3px;
}

/* line 5, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-4 {
  margin-top: 4px;
}

/* line 6, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-5 {
  margin-top: 5px;
}

/* line 7, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-6 {
  margin-top: 6px;
}

/* line 8, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-7 {
  margin-top: 7px;
}

/* line 9, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-8 {
  margin-top: 8px;
}

/* line 10, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-9 {
  margin-top: 9px;
}

/* line 11, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 12, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-11 {
  margin-top: 11px;
}

/* line 13, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-12 {
  margin-top: 12px;
}

/* line 14, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-13 {
  margin-top: 13px;
}

/* line 15, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-14 {
  margin-top: 14px;
}

/* line 16, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-15 {
  margin-top: 15px;
}

/* line 17, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-16 {
  margin-top: 16px;
}

/* line 18, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-17 {
  margin-top: 17px;
}

/* line 19, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-18 {
  margin-top: 18px;
}

/* line 20, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-19 {
  margin-top: 19px;
}

/* line 21, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-20 {
  margin-top: 20px;
}

/* line 22, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-21 {
  margin-top: 21px;
}

/* line 23, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-22 {
  margin-top: 22px;
}
@media (max-width: 480px) {
  /* line 23, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mt-22 {
    margin-top: 10px;
  }
}

/* line 29, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-23 {
  margin-top: 23px;
}

/* line 30, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-24 {
  margin-top: 24px;
}

/* line 31, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-25 {
  margin-top: 25px;
}

/* line 32, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-26 {
  margin-top: 26px;
}

/* line 33, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-27 {
  margin-top: 27px;
}

/* line 34, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-28 {
  margin-top: 28px;
}

/* line 35, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-29 {
  margin-top: 29px;
}

/* line 36, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 37, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-31 {
  margin-top: 31px;
}

/* line 38, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-32 {
  margin-top: 32px;
}

/* line 39, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-33 {
  margin-top: 33px;
}

/* line 40, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-34 {
  margin-top: 34px;
}

/* line 41, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-35 {
  margin-top: 35px;
}

/* line 42, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-36 {
  margin-top: 36px;
}

/* line 43, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-37 {
  margin-top: 37px;
}

/* line 44, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-38 {
  margin-top: 38px;
}
@media (max-width: 767px) {
  /* line 44, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mt-38 {
    margin-top: 28px;
  }
}

/* line 49, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-39 {
  margin-top: 39px;
}

/* line 50, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-40 {
  margin-top: 40px;
}

/* line 51, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-41 {
  margin-top: 41px;
}

/* line 52, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-42 {
  margin-top: 42px;
}

/* line 53, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-43 {
  margin-top: 43px;
}

/* line 54, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-44 {
  margin-top: 44px;
}

/* line 55, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-45 {
  margin-top: 45px;
}

/* line 56, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-46 {
  margin-top: 46px;
}

/* line 57, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-47 {
  margin-top: 47px;
}
@media (max-width: 767px) {
  /* line 57, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mt-47 {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  /* line 57, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mt-47 {
    margin-top: 22px;
  }
}

/* line 66, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-48 {
  margin-top: 48px;
}

/* line 67, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-49 {
  margin-top: 49px;
}

/* line 68, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-50 {
  margin-top: 50px;
}

/* line 69, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-51 {
  margin-top: 51px;
}

/* line 70, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-52 {
  margin-top: 52px;
}

/* line 71, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-53 {
  margin-top: 53px;
}

/* line 72, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-54 {
  margin-top: 54px;
}
@media (max-width: 767px) {
  /* line 72, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mt-54 {
    margin-top: 48px;
  }
}

/* line 78, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-55 {
  margin-top: 55px;
}

/* line 79, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-56 {
  margin-top: 56px;
}

/* line 80, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-57 {
  margin-top: 57px;
}

/* line 81, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-58 {
  margin-top: 58px;
}

/* line 82, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-59 {
  margin-top: 59px;
}

/* line 83, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-60 {
  margin-top: 60px;
}

/* line 84, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-63 {
  margin-top: 63px;
}

/* line 85, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-66 {
  margin-top: 66px;
}
@media (max-width: 767px) {
  /* line 85, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mt-66 {
    margin-top: 49px;
  }
}

/* line 90, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-67 {
  margin-top: 67px;
}

/* line 91, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-71 {
  margin-top: 71px;
}

/* line 92, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-72 {
  margin-top: 72px;
}

/* line 93, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-73 {
  margin-top: 73px;
}

/* line 94, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-74 {
  margin-top: 74px;
}

/* line 95, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-75 {
  margin-top: 75px;
}

/* line 96, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-76 {
  margin-top: 76px;
}
@media (max-width: 767px) {
  /* line 96, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mt-76 {
    margin-top: 62px;
  }
}

/* line 102, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-77 {
  margin-top: 77px;
}

/* line 103, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-78 {
  margin-top: 78px;
}

/* line 104, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-79 {
  margin-top: 79px;
}
@media (max-width: 991px) {
  /* line 104, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mt-79 {
    margin-top: 40px;
  }
}

/* line 110, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-80 {
  margin-top: 80px;
}

/* line 111, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-81 {
  margin-top: 81px;
}
@media (max-width: 767px) {
  /* line 111, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mt-81 {
    margin-top: 58px;
  }
}
@media (max-width: 480px) {
  /* line 111, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mt-81 {
    margin-top: 52px;
  }
}

/* line 119, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-82 {
  margin-top: 82px;
}

/* line 120, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-83 {
  margin-top: 83px;
}
@media (max-width: 767px) {
  /* line 120, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mt-83 {
    margin-top: 55px;
  }
}

/* line 125, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-84 {
  margin-top: 84px;
}

/* line 126, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-85 {
  margin-top: 85px;
}

/* line 127, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-86 {
  margin-top: 86px;
}
@media (max-width: 767px) {
  /* line 127, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mt-86 {
    margin-top: 48px;
  }
}

/* line 132, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-87 {
  margin-top: 87px;
}

/* line 133, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-88 {
  margin-top: 88px;
}
@media (max-width: 767px) {
  /* line 133, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mt-88 {
    margin-top: 55px;
  }
}
@media (max-width: 480px) {
  /* line 133, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mt-88 {
    margin-top: 62px;
  }
}

/* line 142, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-89 {
  margin-top: 89px;
}

/* line 143, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-90 {
  margin-top: 90px;
}

/* line 144, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-91 {
  margin-top: 91px;
}

/* line 145, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-92 {
  margin-top: 92px;
}

/* line 146, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-93 {
  margin-top: 93px;
}

/* line 147, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-94 {
  margin-top: 94px;
}

/* line 148, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-95 {
  margin-top: 95px;
}

/* line 149, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-96 {
  margin-top: 96px;
}

/* line 150, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-97 {
  margin-top: 97px;
}

/* line 151, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-98 {
  margin-top: 98px;
}

/* line 152, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-99 {
  margin-top: 99px;
}

/* line 153, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-100 {
  margin-top: 100px;
}

/* line 155, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mt-117 {
  margin-top: 117px;
}
@media (max-width: 767px) {
  /* line 155, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mt-117 {
    margin-top: 60px;
  }
}

/* line 161, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-0 {
  margin-bottom: 0px;
}

/* line 162, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-1 {
  margin-bottom: 1px;
}

/* line 163, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-2 {
  margin-bottom: 2px;
}

/* line 164, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-3 {
  margin-bottom: 3px;
}

/* line 165, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-4 {
  margin-bottom: 4px;
}

/* line 166, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-5 {
  margin-bottom: 5px;
}

/* line 167, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-6 {
  margin-bottom: 6px;
}

/* line 168, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-7 {
  margin-bottom: 7px;
}

/* line 169, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-8 {
  margin-bottom: 8px;
}

/* line 170, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-9 {
  margin-bottom: 9px;
}

/* line 171, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-10 {
  margin-bottom: 10px;
}

/* line 172, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-11 {
  margin-bottom: 11px;
}

/* line 173, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-12 {
  margin-bottom: 12px;
}

/* line 174, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-13 {
  margin-bottom: 13px;
}

/* line 175, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-14 {
  margin-bottom: 14px;
}

/* line 176, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-15 {
  margin-bottom: 15px;
}

/* line 177, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-16 {
  margin-bottom: 16px;
}

/* line 178, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-17 {
  margin-bottom: 17px;
}

/* line 179, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-18 {
  margin-bottom: 18px;
}

/* line 180, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-19 {
  margin-bottom: 19px;
}

/* line 181, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 182, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-21 {
  margin-bottom: 21px;
}

/* line 183, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-22 {
  margin-bottom: 22px;
}

/* line 184, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-23 {
  margin-bottom: 23px;
}

/* line 185, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-24 {
  margin-bottom: 24px;
}

/* line 186, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-25 {
  margin-bottom: 25px;
}

/* line 187, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-26 {
  margin-bottom: 26px;
}

/* line 188, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-27 {
  margin-bottom: 27px;
}

/* line 189, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-28 {
  margin-bottom: 28px;
}

/* line 190, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-29 {
  margin-bottom: 29px;
}

/* line 191, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 192, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-31 {
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  /* line 192, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mb-31 {
    margin-bottom: 21px;
  }
}

/* line 197, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-32 {
  margin-bottom: 32px;
}

/* line 198, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-33 {
  margin-bottom: 33px;
}

/* line 199, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-34 {
  margin-bottom: 34px;
}

/* line 200, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-35 {
  margin-bottom: 35px;
}

/* line 201, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-36 {
  margin-bottom: 36px;
}

/* line 202, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-37 {
  margin-bottom: 37px;
}

/* line 203, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-38 {
  margin-bottom: 38px;
}

/* line 204, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-39 {
  margin-bottom: 39px;
}

/* line 205, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-40 {
  margin-bottom: 40px;
}

/* line 206, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-41 {
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  /* line 206, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mb-41 {
    margin-bottom: 21px;
  }
}

/* line 211, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-42 {
  margin-bottom: 42px;
}

/* line 212, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-43 {
  margin-bottom: 43px;
}

/* line 213, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-44 {
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  /* line 213, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mb-44 {
    margin-bottom: 33px;
  }
}

/* line 218, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-45 {
  margin-bottom: 45px;
}

/* line 219, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-46 {
  margin-bottom: 46px;
}

/* line 220, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-47 {
  margin-bottom: 47px;
}

/* line 221, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-48 {
  margin-bottom: 48px;
}

/* line 222, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-49 {
  margin-bottom: 49px;
}

/* line 223, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-50 {
  margin-bottom: 50px;
}

/* line 224, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-51 {
  margin-bottom: 51px;
}

/* line 225, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-52 {
  margin-bottom: 52px;
}

/* line 226, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-53 {
  margin-bottom: 53px;
}

/* line 227, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-54 {
  margin-bottom: 54px;
}
@media (max-width: 991px) {
  /* line 227, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mb-54 {
    margin-bottom: 37px;
  }
}
@media (max-width: 480px) {
  /* line 227, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
  .mb-54 {
    margin-bottom: 15px;
  }
}

/* line 236, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-55 {
  margin-bottom: 55px;
}

/* line 237, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-56 {
  margin-bottom: 56px;
}

/* line 238, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-57 {
  margin-bottom: 57px;
}

/* line 239, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-58 {
  margin-bottom: 58px;
}

/* line 240, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-59 {
  margin-bottom: 59px;
}

/* line 241, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-60 {
  margin-bottom: 60px;
}

/* line 242, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-71 {
  margin-bottom: 71px;
}

/* line 243, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-72 {
  margin-bottom: 72px;
}

/* line 244, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-73 {
  margin-bottom: 73px;
}

/* line 245, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-74 {
  margin-bottom: 74px;
}

/* line 246, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-75 {
  margin-bottom: 75px;
}

/* line 247, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-76 {
  margin-bottom: 76px;
}

/* line 248, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-77 {
  margin-bottom: 77px;
}

/* line 249, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-78 {
  margin-bottom: 78px;
}

/* line 250, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-79 {
  margin-bottom: 79px;
}

/* line 251, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-80 {
  margin-bottom: 80px;
}

/* line 252, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-81 {
  margin-bottom: 81px;
}

/* line 253, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-82 {
  margin-bottom: 82px;
}

/* line 254, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-83 {
  margin-bottom: 83px;
}

/* line 255, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-84 {
  margin-bottom: 84px;
}

/* line 256, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-85 {
  margin-bottom: 85px;
}

/* line 257, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-86 {
  margin-bottom: 86px;
}

/* line 258, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-87 {
  margin-bottom: 87px;
}

/* line 259, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-88 {
  margin-bottom: 88px;
}

/* line 260, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-89 {
  margin-bottom: 89px;
}

/* line 261, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-90 {
  margin-bottom: 90px;
}

/* line 262, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-91 {
  margin-bottom: 91px;
}

/* line 263, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-92 {
  margin-bottom: 92px;
}

/* line 264, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-93 {
  margin-bottom: 93px;
}

/* line 265, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-94 {
  margin-bottom: 94px;
}

/* line 266, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-95 {
  margin-bottom: 95px;
}

/* line 267, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-96 {
  margin-bottom: 96px;
}

/* line 268, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-97 {
  margin-bottom: 97px;
}

/* line 269, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-98 {
  margin-bottom: 98px;
}

/* line 270, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-99 {
  margin-bottom: 99px;
}

/* line 271, ../../../../source/wp-content/themes/CampDanbee/css/global/_position_helpers.scss */
.mb-100 {
  margin-bottom: 100px;
}

/*********** WIDGETS SUBPAGE ************/
/* line 3, ../../../../source/wp-content/themes/CampDanbee/css/global/_widget_area.scss */
.widget-area .button-wrap {
  margin-bottom: 0;
}
/* line 5, ../../../../source/wp-content/themes/CampDanbee/css/global/_widget_area.scss */
.widget-area .button-wrap .button {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  /* line 5, ../../../../source/wp-content/themes/CampDanbee/css/global/_widget_area.scss */
  .widget-area .button-wrap .button {
    max-width: 291px;
  }
}

/***** BOTTOM MOBILE WIDGETS *********/
/* line 15, ../../../../source/wp-content/themes/CampDanbee/css/global/_widget_area.scss */
.bottom-widgets {
  clear: both;
}
@media (max-width: 767px) {
  /* line 15, ../../../../source/wp-content/themes/CampDanbee/css/global/_widget_area.scss */
  .bottom-widgets {
    padding-top: 8px;
  }
}
@media (max-width: 480px) {
  /* line 15, ../../../../source/wp-content/themes/CampDanbee/css/global/_widget_area.scss */
  .bottom-widgets {
    padding-top: 0;
  }
}

/* line 25, ../../../../source/wp-content/themes/CampDanbee/css/global/_widget_area.scss */
.widget .button-wrap {
  width: 100%;
}

/* line 29, ../../../../source/wp-content/themes/CampDanbee/css/global/_widget_area.scss */
.widget-area {
  padding-top: 5px;
}
@media (max-width: 767px) {
  /* line 29, ../../../../source/wp-content/themes/CampDanbee/css/global/_widget_area.scss */
  .widget-area {
    padding-top: 0;
  }
}

/* line 36, ../../../../source/wp-content/themes/CampDanbee/css/global/_widget_area.scss */
.widget.widget_wysiwyg_widgets_widget .widget-title {
  display: none;
}
@media (max-width: 767px) {
  /* line 39, ../../../../source/wp-content/themes/CampDanbee/css/global/_widget_area.scss */
  .widget.widget_wysiwyg_widgets_widget .button-wrap {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  /* line 46, ../../../../source/wp-content/themes/CampDanbee/css/global/_widget_area.scss */
  .widget-area .button-wrap {
    margin-bottom: 0;
    text-align: center;
  }
}
/***************************
*** GRAVITY FORMS STYLES ***
****************************
1.General
2.Grid
	2a.Halfs
	2b.Thirds
	2c.Columns
	2d.List Inline
3.Fields
	3a.Checkbox, Radio
	3b.Dropdown
	3c.Multiselect
	3d.Text Input Fields
	3e.Textarea Field
	3f.Name Fields
		3fa.General Styles
		3fb.First Name & Last Name
		3fc.Prefix & First Name & Last Name
		3fd.First Name & Last Name & Suffix
		3fe.First Name & Middle Name & Last Name
		3ff.Prefix & First Name & Middle Name & Last Name & Last Name
		3fg.Prefix & First Name & Middle Name & Last Name & Suffix
		3fh.First Name & Middle Name & Last Name & Suffix
	3g.Date Fields
	3h.Time Fields
	3i.Address Fields
	3j.List Field
	3k.Single Product
4.Buttons
5.Popup Maker
*/
/************
* 1.General *
************/
/* line 36, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper {
  margin: 0;
  max-width: 100%;
}
/* line 40, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper p {
  margin: 0;
}
/* line 44, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper br {
  display: none;
}
/* line 48, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper div.gform_body {
  width: auto !important;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 54, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper ul.gform_fields {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 59, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper ul.gform_fields li.gfield {
  font-size: 16px;
  line-height: 26px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 66, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .clear-multi {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}
/* line 71, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .clear-multi:after {
  content: '';
  display: table;
  clear: both;
}
/* line 78, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper input:not([type="checkbox"]):not([type="radio"]) + label:not(.gfield_label), div.gform_wrapper input:not([type="checkbox"]):not([type="radio"]) + br + label:not(.gfield_label), div.gform_wrapper select + label:not(.gfield_label), div.gform_wrapper select + br + label:not(.gfield_label), div.gform_wrapper .select2 + br + label:not(.gfield_label), div.gform_wrapper .select2 + label:not(.gfield_label) {
  margin-bottom: 8px !important;
}
/* line 82, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label .ginput_container {
  width: 50%;
  padding-right: 15px;
}
@media screen and (max-width: 720px) {
  /* line 82, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label .ginput_container {
    width: 100%;
    padding-right: 0;
  }
}
/* line 91, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label .ginput_container input:not([type="file"]), div.gform_wrapper .top_label .ginput_container select {
  border-radius: 0 !important;
  border: 1px solid darkgray !important;
  border-style: outset;
  box-shadow: none;
}
/* line 98, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label .ginput_container select {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0;
  height: 38.8px;
  border: 1px solid darkgray !important;
  -webkit-appearance: menulist;
}
/* line 107, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label .ginput_container select[multiple="multiple"] {
  -webkit-appearance: listbox;
}
/* line 112, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label .ginput_container br {
  display: none;
}
/* line 116, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label .ginput_container * {
  width: 100%;
}
/* line 120, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label .ginput_container .gfield_list_cell {
  width: auto;
}
/* line 125, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .ginput_complex.ginput_container_address .ginput_left, div.gform_wrapper .ginput_complex.ginput_container_address .ginput_right, div.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
div.gform_wrapper.gform_legacy_markup_wrapper .clear-multi .ginput_container_date:first-child {
    margin-left: 15px !important;
}
div.gform_wrapper.gform_legacy_markup_wrapper .clear-multi .ginput_container_date {
    width: 25% !important;
    padding: 0 !important;
}
@media only screen and (min-width: 321px) {
  div.gform_wrapper.gform_legacy_markup_wrapper .gfield_date_year {
    width: 50% !important;
    max-width: 5rem !important;
  }
}
/* line 130, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li.gfield.gf_left_half *,
div.gform_wrapper .top_label li.gfield.gf_right_half *,
div.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) *,
div.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) *,
div.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) *,
div.gform_wrapper .top_label li.gfield.gf_list_2col *,
div.gform_wrapper .top_label li.gfield.gf_list_3col *,
div.gform_wrapper .top_label li.gfield.gf_list_4col *,
div.gform_wrapper .top_label li.gfield.gf_list_5col * {
  width: 100%;
}
/* line 142, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
div.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 0;
}

/*********
* 2.GRID *
**********/
/* 2a.Halfs */
@media screen and (max-width: 720px) {
  /* line 156, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label li.gfield.gf_left_half,
  div.gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100%;
  }
}

/* 2b.Thirds */
@media screen and (max-width: 720px) {
  /* line 166, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  div.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  div.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 100%;
  }
}
/* line 173, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li.gfield:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.gf_left_third) + li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  margin-left: 33.3% !important;
}
@media screen and (max-width: 720px) {
  /* line 173, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label li.gfield:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.gf_left_third) + li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    margin-left: 0 !important;
  }
}
/* line 180, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li.gfield:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.gf_left_third):not(.gf_middle_third) + li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  margin-left: 66.6% !important;
}
@media screen and (max-width: 720px) {
  /* line 180, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label li.gfield:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.gf_left_third):not(.gf_middle_third) + li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    margin-left: 0 !important;
  }
}
/* line 187, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) + li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  margin-left: 33.3% !important;
}
@media screen and (max-width: 720px) {
  /* line 187, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) + li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    margin-left: 0 !important;
  }
}

/* 2c.Columns */
/* line 198, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li.gfield.gf_list_2col {
  width: 50%;
}
/* line 201, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li.gfield.gf_list_3col {
  width: 33.3%;
}
/* line 204, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li.gfield.gf_list_4col {
  width: 25%;
}
/* line 207, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li.gfield.gf_list_5col {
  width: 20%;
}
/* line 210, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li.gfield.gf_list_2col,
div.gform_wrapper .top_label li.gfield.gf_list_3col,
div.gform_wrapper .top_label li.gfield.gf_list_4col,
div.gform_wrapper .top_label li.gfield.gf_list_5col {
  display: inline-block;
}
@media screen and (max-width: 720px) {
  /* line 210, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label li.gfield.gf_list_2col,
  div.gform_wrapper .top_label li.gfield.gf_list_3col,
  div.gform_wrapper .top_label li.gfield.gf_list_4col,
  div.gform_wrapper .top_label li.gfield.gf_list_5col {
    width: 100%;
  }
}

/* 2d.List inline */
/* line 224, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .gf_list_inline ul.gfield_checkbox, div.gform_wrapper .gf_list_inline ul.gfield_radio {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 720px) {
  /* line 224, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .gf_list_inline ul.gfield_checkbox, div.gform_wrapper .gf_list_inline ul.gfield_radio {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 234, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, div.gform_wrapper li.gf_list_inline ul.gfield_radio li {
  margin-right: 0;
  padding: 0 15px !important;
}
@media screen and (max-width: 720px) {
  /* line 234, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, div.gform_wrapper li.gf_list_inline ul.gfield_radio li {
    padding: 0 !important;
    display: block;
  }
}
/* line 244, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .gf_list_inline .gfield_checkbox li label, div.gform_wrapper .gf_list_inline .gfield_radio li label {
  max-width: 100%;
  margin: 0;
}

/***********
* 3.FIELDS *
***********/
/* 3a.Checkbox, Radio */
/* line 257, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li ul.gfield_checkbox, div.gform_wrapper .top_label li ul.gfield_radio {
  width: auto;
}
/* line 260, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li ul.gfield_checkbox br, div.gform_wrapper .top_label li ul.gfield_radio br {
  display: none;
}
/* line 264, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li ul.gfield_checkbox input[type="checkbox"], div.gform_wrapper .top_label li ul.gfield_radio input[type="checkbox"] {
  -webkit-appearance: checkbox;
  margin-top: 1px;
}
/* line 269, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li ul.gfield_checkbox input[type="radio"], div.gform_wrapper .top_label li ul.gfield_radio input[type="radio"] {
  -webkit-appearance: radio;
  margin-top: 3px;
}

/* 3b.Dropdowns */
/* line 276, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
.select2-dropdown {
  border-radius: 0;
  line-height: normal;
  font-size: 16px;
  border-color: darkgray;
  border-top: 1px solid darkgray !important;
}

/* line 284, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
.select2-results__option {
  padding: 2px;
  padding-left: 8px;
}

/* line 288, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #666666;
}
/* line 292, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #5897fb;
  color: #ffffff;
}

/* line 299, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .select2.select2-container {
  max-width: 100%;
  width: 100% !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}
/* line 305, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .select2.select2-container * {
  margin-bottom: 0 !important;
}
/* line 309, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .select2.select2-container .selection {
  width: 100%;
  padding: 0;
  float: none;
}
/* line 315, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .select2.select2-container.select2-container--open.select2-container--below .select2-selection.select2-selection--single {
  border-bottom-color: transparent;
}
/* line 320, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .select2-selection.select2-selection--single {
  width: 100% !important;
}
/* line 324, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .select2-container--default .select2-selection--single {
  height: 39.2px;
  border-radius: 0;
  outline: none;
  font-size: 16px;
  border-color: darkgray;
}
@media screen and (max-width: 720px) {
  /* line 324, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .select2-container--default .select2-selection--single {
    height: 45.2px;
  }
}
/* line 335, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 39.2px;
}
@media screen and (max-width: 720px) {
  /* line 335, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45.2px;
  }
}
/* line 343, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 7.5px;
  height: 15px;
  position: absolute;
  display: block;
  right: 15px;
  top: 50%;
  margin-top: -7.5px;
  padding-right: 0;
  margin-right: 0;
}
/* line 354, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before, div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
/* line 361, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.75px 6px 3.75px;
  border-color: transparent transparent #444444 transparent;
}
/* line 370, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.75px 0 3.75px;
  border-color: #444444 transparent transparent transparent;
}
/* line 379, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
/* line 385, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label .ginput_container.ginput_container_select {
  width: 50%;
}
@media screen and (max-width: 720px) {
  /* line 385, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label .ginput_container.ginput_container_select {
    width: 100%;
    padding-right: 0;
  }
}
/* line 393, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label .ginput_container.ginput_container_select select {
  width: 100%;
  border-radius: 0;
}

/* 3c.Multiselect */
/* line 403, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper select[multiple="multiple"] {
  min-height: 39.2px;
}
@media screen and (max-width: 720px) {
  /* line 403, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper select[multiple="multiple"] {
    min-height: 45.2px;
  }
}
/* line 411, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label select.medium {
  width: 100%;
}

/* 3d.Text Input fields */
/* line 416, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper {
  /* 3e.Textarea Field */
}
/* line 418, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label input.medium {
  width: 100%;
}
/* line 424, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label textarea {
  border-radius: 0;
  border: 1px solid darkgray !important;
  border-style: outset;
  box-shadow: none;
}

/* 3f.Name Fields */
/** 3fa.General Styles **/
/* line 437, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.ginput_container_name {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  padding-right: 0;
}
/* line 443, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.ginput_container_name span:not([class^="select2"]):not(.selection) {
  margin-right: 0;
}
/* line 447, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.ginput_container_name:after {
  content: '';
  display: table;
  clear: both;
}
/* line 453, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.ginput_container_name > p, div.gform_wrapper .top_label div.ginput_container.ginput_container_name > span:not([class^="select2"]):not(.selection) {
  display: block;
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 720px) {
  /* line 453, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label div.ginput_container.ginput_container_name > p, div.gform_wrapper .top_label div.ginput_container.ginput_container_name > span:not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}
/* line 463, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.ginput_container_name > span:not([class^="select2"]):not(.selection) + p {
  display: none;
}

/** 3fb.First Name & Last Name **/
/* line 476, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix p {
  width: 50%;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 720px) {
  /* line 476, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix p {
    width: 100%;
  }
}
/* line 485, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix p span:not([class^="select2"]):not(.selection) {
  width: 100%;
  padding: 0;
}

/** 3fc.Prefix & First Name & Last Name **/
/* line 499, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix > p {
  float: left;
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 720px) {
  /* line 499, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix > p {
    width: 100%;
  }
}
/* line 508, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix > p span:not([class^="select2"]):not(.selection) {
  padding: 0;
  width: 100%;
}
/* line 513, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix .name_prefix {
  padding: 0 15px;
}
/* line 517, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix span:not(.name_prefix):not(.name_last):not([class^="select2"]):not(.selection) {
  width: 50%;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 720px) {
  /* line 517, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name.no_suffix span:not(.name_prefix):not(.name_last):not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

/** 3fd.First Name & Last Name & Suffix **/
/* line 535, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:first-child {
  margin-bottom: 0;
  float: left;
  width: 50%;
}
@media screen and (max-width: 720px) {
  /* line 535, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:first-child {
    width: 100%;
  }
}
/* line 544, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:first-child span:not([class^="select2"]):not(.selection) {
  width: 100%;
  padding: 0;
}
/* line 550, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:last-child {
  padding: 0;
  width: 100%;
}
/* line 554, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:last-child span:not([class^="select2"]):not(.selection) {
  padding: 0 15px;
  width: 50%;
}
@media screen and (max-width: 720px) {
  /* line 554, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.no_middle_name.has_last_name.has_suffix p:last-child span:not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

/** 3fe.First Name & Middle Name & Last Name **/
/* line 571, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix {
  margin-left: 0;
  margin-right: 0;
}
/* line 575, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix p {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
/* line 581, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix p:after {
  content: '';
  display: table;
  clear: both;
}
/* line 587, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix p span:not([class^="select2"]):not(.selection) {
  float: left;
  width: 33.333%;
  padding: 0 15px;
}
@media screen and (max-width: 720px) {
  /* line 587, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.no_suffix p span:not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

/** 3ff.Prefix & First Name & Middle Name & Last Name & Last Name **/
/* line 607, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix .name_prefix {
  padding: 0 15px;
}
/* line 611, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span:not(.name_prefix):not([class^="select2"]):not(.selection) {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 720px) {
  /* line 611, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.no_suffix span:not(.name_prefix):not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

/** 3fg.Prefix & First Name & Middle Name & Last Name & Suffix **/
/* line 630, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_prefix, div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_suffix {
  padding: 0 15px;
}
/* line 634, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span:not(.name_prefix):not(.name_suffix):not([class^="select2"]):not(.selection) {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 720px) {
  /* line 634, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label div.ginput_container.has_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span:not(.name_prefix):not(.name_suffix):not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

/** 3fh.First Name & Middle Name & Last Name & Suffix **/
/* line 651, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix {
  margin-left: 0;
  margin-right: 0;
}
/* line 655, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix > p {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  width: auto;
}
/* line 662, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix .name_suffix {
  padding: 0 15px;
  width: 50%;
}
/* line 667, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span:not(.name_suffix):not([class^="select2"]):not(.selection) {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 720px) {
  /* line 667, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label div.ginput_container.no_prefix.has_first_name.has_middle_name.has_last_name.has_suffix span:not(.name_suffix):not([class^="select2"]):not(.selection) {
    width: 100%;
  }
}

/* 3g.Date Fields */
/* line 682, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date {
  width: auto;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 688, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .datepicker {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}
@media screen and (max-width: 720px) {
  /* line 688, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .datepicker {
    width: calc(100% - 30px);
  }
}
/* line 698, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .clear-multi {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
/* line 703, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .clear-multi > div {
  padding: 0 15px;
}
/* line 708, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .ginput_container_date {
  margin-right: 0;
}
/* line 712, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_month, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_day, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_year {
  width: 33.333% !important;
  float: left;
  max-width: none;
  margin: 0;
}
@media screen and (max-width: 720px) {
  /* line 712, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_month, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_day, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_year {
    width: 100%;
  }
}
/* line 722, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_month label, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_day label, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_year label {
  text-align: left;
}
/* line 727, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_month, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_day, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_year {
  width: 16.66666667%;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  float: left;
}
@media screen and (max-width: 720px) {
  /* line 727, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_month, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_day, div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date .gfield_date_dropdown_year {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* 3h.Time Fields */
/* line 744, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time, div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time, div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time {
  width: 16.66666667%;
  float: left;
  padding: 0 15px;
  max-width: none;
  margin-right: 0;
  position: relative;
}
@media screen and (max-width: 720px) {
  /* line 744, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time, div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time, div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time {
    width: 100%;
  }
}
/* line 757, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time label, div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time select, div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time label, div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time select, div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time label, div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time select {
  width: 100% !important;
  max-width: 100% !important;
  left: 0;
}
/* line 763, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time i, div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time i, div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time i {
  display: none;
}
/* line 767, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper div.gfield_time_hour.ginput_container.ginput_container_time label, div.gform_wrapper div.gfield_time_minute.ginput_container.ginput_container_time label, div.gform_wrapper div.gfield_time_ampm.ginput_container.ginput_container_time label {
  text-align: left;
}

/* 3i. Address Fields */
/* line 775, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address {
  padding-right: 0;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 781, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address:after {
  content: '';
  display: table;
  clear: both;
}
/* line 787, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_full {
  width: 100%;
  padding: 0 15px;
  display: block;
}
/* line 793, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_city, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_state, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_zip, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .address_country {
  padding: 0 15px !important;
}
/* line 797, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left {
  float: left;
  display: block;
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 720px) {
  /* line 797, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left {
    width: 100%;
  }
}
/* line 807, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right.address_city, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right.address_state, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right.address_zip, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right.address_country, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left.address_city, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left.address_state, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left.address_zip, div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left.address_country {
  padding: 0 15px !important;
}
/* line 812, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_right {
  float: right;
}
/* line 816, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .ginput_complex.ginput_container.ginput_container_address .ginput_left {
  float: left;
}

/* 3j.List Field */
/* line 824, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .ginput_container.ginput_container_list.ginput_list {
  width: 100%;
  padding-right: 0;
}
/* line 829, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper table.gfield_list td.gfield_list_icons {
  position: relative;
}
/* line 832, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper table.gfield_list td.gfield_list_icons img {
  height: 19.4px;
  width: auto;
  vertical-align: top;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 3px;
}
@media screen and (max-width: 720px) {
  /* line 832, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper table.gfield_list td.gfield_list_icons img {
    position: static;
  }
}
/* line 845, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper table.gfield_list td.gfield_list_icons img:last-child {
  left: 23px;
}

/* 3k.Single Product */
/* line 854, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .ginput_container.ginput_container_singleproduct {
  width: 100%;
}

/* 3l.Quantity */
/* line 861, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .gfield.gfield_price.gfield_quantity {
  padding: 0;
  margin: 16px 0 0;
}
/* line 865, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .gfield.gfield_price.gfield_quantity label {
  display: block;
  padding: 0 15px;
  width: 33.333%;
}
@media screen and (max-width: 720px) {
  /* line 865, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .gfield.gfield_price.gfield_quantity label {
    width: 100%;
  }
}
/* line 875, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
div.gform_wrapper .gfield.gfield_price.gfield_quantity .ginput_container.ginput_container_number {
  padding: 0 15px;
  width: 33.333%;
}
@media screen and (max-width: 720px) {
  /* line 875, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms_new.scss */
  div.gform_wrapper .gfield.gfield_price.gfield_quantity .ginput_container.ginput_container_number {
    width: 100%;
  }
}

/* 4.Button Style */
/* line 1, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.sub-container .gform_wrapper ul {
  max-width: 100%;
}

/* line 4, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gform_heading {
  margin-top: 0;
  margin-bottom: 0 !important;
}

/* line 8, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gform_description {
  margin-bottom: 0 !important;
}

/* line 12, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gform_wrapper .top_label .gfield_label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  margin-bottom: 16px;
  margin-top: 25px;
}

/* line 20, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gform_wrapper p {
  margin-bottom: 0;
}
/* line 23, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gform_wrapper ul {
  list-style: none;
}
/* line 26, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gform_wrapper ul li:before {
  display: none;
}

/* line 33, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gform_footer.top_label p {
  height: 0;
}
@media (max-width: 991px) {
  /* line 35, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
  .gform_footer.top_label p:last-child {
    height: 0;
  }
}

/* INPUT, TEXTAREA */
/* line 44, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100%;
}

/* line 47, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100% !important;
}

/* line 51, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gform_wrapper textarea, .gform_wrapper input {
  max-width: 100%;
}

/* line 55, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gform_wrapper textarea.medium {
  height: 194px !important;
  padding: 14px 18px !important;
}

/* line 59, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=file]) {
  padding: 5px 13px !important;
}

/* line 62, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=file]), .gform_wrapper textarea.medium {
  height: 47px;
  border: 1px solid #00004d !important;
}
/* line 67, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=file]):focus, .gform_wrapper textarea.medium:focus {
  border: 1px solid #0029a6 !important;
}
/* line 70, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=file])[disabled=disabled], .gform_wrapper textarea.medium[disabled=disabled] {
  border: 1px solid #ccc !important;
}

/* line 77, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gform_wrapper input[type="submit"] {
  border: none;
}

/* line 84, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gform_wrapper ul.gform_fields li.gfield {
  margin-bottom: 12px !important;
}

/* line 89, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}

/* line 93, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
::-webkit-input-placeholder {
  font-size: 14px;
  color: #d8d7d6;
}

/* line 98, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
:-moz-placeholder {
  font-size: 14px;
  color: #d8d7d6;
}

/* line 103, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
::-moz-placeholder {
  font-size: 14px;
  color: #d8d7d6;
}

/* line 108, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
:-ms-input-placeholder {
  font-size: 14px;
  color: #d8d7d6;
}

/* line 112, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #0029a6;
}

/* line 116, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #0029a6;
}

/* line 120, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #0029a6;
}

/* line 124, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #0029a6;
}

/* CHECKOBOXES, RADIOBUTTONS */
/* line 135, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gfield_checkbox .ez-radio:hover + br + label, .gfield_checkbox .ez-radio:hover + label + label, .gfield_checkbox .ez-checkbox:hover + br + label, .gfield_checkbox .ez-checkbox:hover + label + label, .gfield_radio .ez-radio:hover + br + label, .gfield_radio .ez-radio:hover + label + label, .gfield_radio .ez-checkbox:hover + br + label, .gfield_radio .ez-checkbox:hover + label + label {
  color: #0029a6;
}
/* line 141, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gfield_checkbox br, .gfield_radio br {
  display: none;
}
/* line 144, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gfield_checkbox label, .gfield_radio label {
  position: relative;
  bottom: 6px;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
}
/* line 149, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gfield_checkbox li, .gfield_radio li {
  margin-bottom: 15px;
}
/* line 151, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
.gfield_checkbox li label, .gfield_radio li label {
  margin-top: 0 !important;
  margin-left: 9px !important;
}

@media only screen and (min-width: 641px) {
  /* line 160, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
  .page-main .gform_wrapper .top_label li.gfield.gf_left_half:before, .gform_wrapper .top_label li.gfield.gf_right_half:after {
    width: 0;
    height: 0;
  }
}
/* line 167, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
div.gform_wrapper .top_label .ginput_container .ez-checkbox, div.gform_wrapper .top_label .ginput_container .ez-radio {
  width: 15px;
}

/* line 171, ../../../../source/wp-content/themes/CampDanbee/css/global/_forms.scss */
div.gform_wrapper .top_label li.gfield > div.ginput_container.ginput_container_date label {
  display: block;
}

/*5.Popup Maker */
.popmaker-content div.gform_wrapper .top_label .ginput_container {
  width: 100%;
  padding-right: 15px;
}
.popmake-content div.gform_wrapper .top_label .gfield_label {
  margin-bottom: 0;
  width: 50%;
}
.popmake-content div.gform_wrapper .gform_footer input[type="submit"]{
  color: #0029a6;
  background-color: #ffdb27;
}

.popmake-content div.gform_wrapper ul.gform_fields li.gfield {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popmake-content div.gform_legacy_markup_wrapper .gform_footer {
    display: flex;
    justify-content: center; 
}

/* MULTISELECT STYLES */
/* line 8, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.sbSelector:link, .sbSelector:visited, .sbSelector:hover, .ms-choice span {
  color: #001040;
  font-size: 14px;
  line-height: 44px;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
}

/* line 14, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.ms-parent {
  max-width: 100%;
  position: relative;
  top: 1px;
}

/* line 19, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.ms-choice {
  height: 44px;
  border: none;
}

/* line 23, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.ms-drop ul > li label {
  font-size: 14px;
}

/* line 26, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.ms-choice > div {
  height: 100%;
  width: 40px;
}
/* line 29, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.ms-choice > div:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  border-top: 6px solid #001040;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

/* line 39, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.ms-drop .ez-checkbox {
  position: relative;
  top: 4px;
}

/* line 44, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.gform_wrapper form .ms-drop li {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #edebea;
}
/* line 48, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.gform_wrapper form .ms-drop li:last-child, .gform_wrapper form .ms-drop li:nth-last-child(2) {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 54, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.ms-parent {
  background-color: transparent;
  border: 1px solid #00004d;
  border-radius: 4px;
  height: 47px;
  max-width: 100%;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
}
/* line 61, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.ms-parent:focus {
  border: 1px solid #0029a6;
}

/* line 65, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.sbHolder, .ms-parent.medium.gfield_select {
  background-color: transparent;
  border: 1px solid #00004d;
  border-radius: 4px;
  height: 47px;
  max-width: 100%;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
}
/* line 72, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.sbHolder:focus, .ms-parent.medium.gfield_select:focus {
  border: 1px solid #0029a6;
}

/* line 76, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.sbOptions, .ms-drop.bottom, .ms-drop {
  background-color: #fff;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(43, 26, 26, 0.15);
  -moz-box-shadow: 0 4px 8px rgba(43, 26, 26, 0.15);
  box-shadow: 0 4px 8px rgba(43, 26, 26, 0.15);
  top: calc(100% + 10px);
}
/* line 88, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.sbOptions .ez-checked + span, .ms-drop.bottom .ez-checked + span, .ms-drop .ez-checked + span {
  color: #0029a6;
}
/* line 92, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.sbOptions .ez-checkbox, .ms-drop.bottom .ez-checkbox, .ms-drop .ez-checkbox {
  margin-right: 10px;
}
/* line 96, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.sbOptions a, .ms-drop.bottom a, .ms-drop a {
  border-bottom: none;
  color: #001040;
  padding: 13px 0 13px 3px;
}
/* line 100, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.sbOptions a:hover, .ms-drop.bottom a:hover, .ms-drop a:hover {
  color: #0029a6;
}

/* line 105, ../../../../source/wp-content/themes/CampDanbee/css/global/_select.scss */
.sbToggle {
  height: 100%;
}

/* line 1, ../../../../source/wp-content/themes/CampDanbee/css/global/_page_transition.scss */
.page-transition {
  z-index: 1000000;
}

/* line 4, ../../../../source/wp-content/themes/CampDanbee/css/global/_page_transition.scss */
.page-color {
  position: fixed;
  z-index: 100000000000;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .3s ease;
}

/* line 15, ../../../../source/wp-content/themes/CampDanbee/css/global/_page_transition.scss */
.page-color-1 {
  background-color: #ffdb27;
}
/* line 18, ../../../../source/wp-content/themes/CampDanbee/css/global/_page_transition.scss */
.page-color-1.animate {
  -webkit-animation-name: widthTransition;
  -webkit-animation-duration: .8s;
  /* or: Xms */
  -webkit-animation-iteration-count: 1;
  /*  animation-direction: alternate; or: normal */
  -webkit-animation-timing-function: ease-out;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  -webkit-animation-fill-mode: forwards;
  /* or: backwards, both, none */
  -webkit-animation-delay: 0s;
  /* or: Xms */
  animation-name: widthTransition;
  animation-duration: 1.2s;
  /* or: Xms */
  animation-iteration-count: 1;
  /*  animation-direction: alternate; or: normal */
  animation-timing-function: ease-out;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards;
  /* or: backwards, both, none */
  animation-delay: 0s;
  /* or: Xms */
}

/* line 36, ../../../../source/wp-content/themes/CampDanbee/css/global/_page_transition.scss */
.page-color-2 {
  background-color: #191978;
}
/* line 38, ../../../../source/wp-content/themes/CampDanbee/css/global/_page_transition.scss */
.page-color-2.animate {
  -webkit-animation-name: widthTransition;
  -webkit-animation-duration: 1.2s;
  /* or: Xms */
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  -webkit-animation-fill-mode: forwards;
  /* or: backwards, both, none */
  -webkit-animation-delay: .4s;
  /* or: Xms */
  animation-name: widthTransition;
  animation-duration: 1.2s;
  /* or: Xms */
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards;
  /* or: backwards, both, none */
  animation-delay: .4s;
  /* or: Xms */
}

/* line 54, ../../../../source/wp-content/themes/CampDanbee/css/global/_page_transition.scss */
.page-color-3 {
  background-color: #ffdb27;
}
/* line 56, ../../../../source/wp-content/themes/CampDanbee/css/global/_page_transition.scss */
.page-color-3.animate {
  -webkit-animation-name: widthTransition;
  -webkit-animation-duration: 1.2s;
  /* or: Xms */
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  -webkit-animation-fill-mode: forwards;
  /* or: backwards, both, none */
  -webkit-animation-delay: .7s;
  /* or: Xms */
  animation-name: widthTransition;
  animation-duration: 1.2s;
  /* or: Xms */
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards;
  /* or: backwards, both, none */
  animation-delay: .7s;
  /* or: Xms */
}

@-webkit-keyframes widthTransition {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthTransition {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* line 83, ../../../../source/wp-content/themes/CampDanbee/css/global/_page_transition.scss */
#page-transitioner {
  display: none;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  overflow: hidden;
}

/* line 94, ../../../../source/wp-content/themes/CampDanbee/css/global/_page_transition.scss */
.page-transitioner-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 101, ../../../../source/wp-content/themes/CampDanbee/css/global/_page_transition.scss */
.page-transitioner-layer:nth-child(odd) {
  background: #09687c;
}

/* line 104, ../../../../source/wp-content/themes/CampDanbee/css/global/_page_transition.scss */
.page-transitioner-layer:nth-child(even) {
  background: #fff;
}

/* REVEAL ANIMATION */
/* line 2, ../../../../source/wp-content/themes/CampDanbee/css/global/_reveal_animation.scss */
.reveal-wrapper {
  position: relative;
}
/* line 5, ../../../../source/wp-content/themes/CampDanbee/css/global/_reveal_animation.scss */
.reveal-wrapper.revealed .reveal-inner-wrapper {
  opacity: 1;
}
/* line 8, ../../../../source/wp-content/themes/CampDanbee/css/global/_reveal_animation.scss */
.reveal-wrapper.revealed .reveal-element {
  width: 0;
}

/* line 13, ../../../../source/wp-content/themes/CampDanbee/css/global/_reveal_animation.scss */
.reveal-inner-wrapper {
  opacity: 0;
  transition: all .2s ease;
  transition-delay: .3s;
}

/* line 18, ../../../../source/wp-content/themes/CampDanbee/css/global/_reveal_animation.scss */
.reveal-element {
  position: absolute;
  height: 108%;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 23, ../../../../source/wp-content/themes/CampDanbee/css/global/_reveal_animation.scss */
.reveal-element.lr {
  left: 0;
  right: auto;
}
/* line 27, ../../../../source/wp-content/themes/CampDanbee/css/global/_reveal_animation.scss */
.reveal-element.rl {
  transform: translate(-100%, -50%);
}

/* line 32, ../../../../source/wp-content/themes/CampDanbee/css/global/_reveal_animation.scss */
.hero-wrappero .reveal-element.rl, .hero-wrappero + .reveal-element.rl, .content-img-wrapper .reveal-element.rl, .content-img-wrapper + .reveal-element.rl {
  transform: translate(0, -50%);
}

/* DONT HIDE ON MOBILE !!! */
/* line 37, ../../../../source/wp-content/themes/CampDanbee/css/global/_reveal_animation.scss */
.body-mobile .full-width-page .reveal-wrapper, .iphone .full-width-page .reveal-wrapper {
  bottom: 0;
}
/* line 40, ../../../../source/wp-content/themes/CampDanbee/css/global/_reveal_animation.scss */
.body-mobile .full-width-page .reveal-inner-wrapper, .iphone .full-width-page .reveal-inner-wrapper {
  opacity: 1;
}
/* line 43, ../../../../source/wp-content/themes/CampDanbee/css/global/_reveal_animation.scss */
.body-mobile .full-width-page .reveal-element, .iphone .full-width-page .reveal-element {
  display: none;
}

/* line 49, ../../../../source/wp-content/themes/CampDanbee/css/global/_reveal_animation.scss */
.full-width-page .reveal-wrapper {
  bottom: -20px;
}
/* line 52, ../../../../source/wp-content/themes/CampDanbee/css/global/_reveal_animation.scss */
.full-width-page .reveal-wrapper.revealed {
  bottom: 0;
}

/* ACCORDION */
/* line 17, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.sub-container .accordion p, .sub-container .accordion ul {
  max-width: 100%;
  width: 100%;
}

/* Accordion styles */
/* line 24, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.reveal-wrapper + .accordion {
  border-top: 2px solid #959595;
}

/* line 27, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.accordion {
  border-bottom: 2px solid #959595;
  margin-top: 39px;
  position: relative;
}
/* line 31, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.accordion:first-of-type {
  border-top: 2px solid #959595;
}
/* line 34, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.accordion + h1, .accordion + h2, .accordion + h3, .accordion + h4, .accordion + h5, .accordion + h6 {
  margin-top: 73px;
}
@media (max-width: 767px) {
  /* line 34, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
  .accordion + h1, .accordion + h2, .accordion + h3, .accordion + h4, .accordion + h5, .accordion + h6 {
    margin-top: 50px;
    margin-bottom: 8px;
  }
}
/* line 41, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.accordion + .accordion {
  margin-top: 0;
}
/* line 44, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.accordion .accordion-header {
  padding-left: 4px;
  font-family: "filson-pro", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  color: #191978;
  letter-spacing: 2px;
  line-height: 1.3;
  padding: 50px 30px 53px 29px;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 44, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
  .accordion .accordion-header {
    padding: 23px 30px 21px 29px;
  }
}
/* line 53, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.accordion .accordion-header span {
  padding-left: 16px;
  display: inline-block;
}
/* line 59, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.accordion .accordion-header.active span.accordion-icon:after {
  width: 10px;
}
/* line 65, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.accordion .accordion-header span.accordion-icon {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 39px;
  left: -14px;
  padding-left: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 65, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
  .accordion .accordion-header span.accordion-icon {
    top: 17px;
    left: -9px;
  }
}
/* line 78, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.accordion .accordion-header span.accordion-icon:before, .accordion .accordion-header span.accordion-icon:after {
  content: "";
  display: block;
  background-color: #191978;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
}
/* line 87, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.accordion .accordion-header span.accordion-icon:after {
  width: 14px;
}
/* line 90, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.accordion .accordion-header span.accordion-icon:before {
  width: 2px;
  height: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 97, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.accordion .accordion-header.active span.accordion-icon:before {
  content: none;
}
/* line 102, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.accordion .accordion-content {
  margin-top: 0;
  padding: 0 0 45px 0;
  display: none;
}
/* line 106, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.accordion .accordion-content p {
  margin-bottom: 20px;
}
/* line 108, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.accordion .accordion-content p:last-child {
  margin-bottom: 0;
}
/* line 112, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.accordion .accordion-content p + ul, .accordion .accordion-content p + ol {
  margin-top: 5px;
}
/* line 115, ../../../../source/wp-content/themes/CampDanbee/css/components/_accordion.scss */
.accordion .accordion-content ul, .accordion .accordion-content ol {
  margin-bottom: 0;
}

/* LARGE GALLERY ARROWS */
/* slider gallery */
/* line 17, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slider-wrapper {
  position: relative;
  width: 48.5%;
  margin-top: 10px;
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  /* line 22, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
  .slider-wrapper .slick-arrow {
    display: none;
  }
}

/* line 29, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.page-main .page-content-slider {
  padding-left: 0;
}

/* line 35, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.page-main .slick-slide:before {
  display: none;
}

/* line 41, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.sub-container .slider-wrapper .slick-dots {
  margin-left: auto;
  margin-right: auto;
}

/* line 47, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.page-main .slick-dots li {
  padding: 0;
}
/* line 49, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.page-main .slick-dots li:before {
  display: none;
}

/* line 54, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slick-dots {
  width: 100%;
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  bottom: -11.5px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  margin-bottom: 0;
}
/* line 66, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slick-dots.bounce-up.in-view {
  bottom: -11.5px;
}
/* line 69, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slick-dots li {
  padding: 0;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
/* line 74, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slick-dots li:last-child {
  margin-right: 0;
}
/* line 79, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slick-dots .slick-active button {
  background-color: #0029a6;
  width: 20px;
  height: 20px;
}
/* line 85, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slick-dots button {
  padding: 0;
  font-size: 0;
  background-color: transaprent;
  outline: none;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 150%;
  background-color: #001040;
}

/* line 97, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.page-content-slider {
  padding: 0;
  margin-bottom: 0;
}
/* line 100, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.page-content-slider .slick-slide img {
  width: 100%;
  height: auto;
}

/* line 105, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slider-wrapper.full {
  width: 100%;
  clear: both;
  margin-bottom: 136px;
}
@media (max-width: 767px) {
  /* line 105, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
  .slider-wrapper.full {
    margin-bottom: 23px;
    margin-top: 33px;
  }
}
@media (max-width: 480px) {
  /* line 105, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
  .slider-wrapper.full {
    margin-bottom: 80px;
  }
}

/* GLOBAL ARROW STYLES */
/* line 134, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slick-arrow, .slick-next, .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 45.3%;
  top: 50%;
  display: block;
  position: absolute;
  text-indent: -999999px;
  z-index: 99;
  font-size: 0;
  border: none;
  background-color: transparent;
  overflow: hidden;
  outline: 0;
  width: 45px;
  height: 104px;
  transition: all .3s ease;
}
/* line 155, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slick-arrow:before, .slick-next:before, .slick-prev:before {
  display: block;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("images/bubble.svg");
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 165, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slick-arrow:after, .slick-next:after, .slick-prev:after {
  display: block;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  /* line 134, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
  .slick-arrow, .slick-next, .slick-prev {
    top: 45%;
  }
}
@media (max-width: 991px) {
  /* line 134, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
  .slick-arrow, .slick-next, .slick-prev {
    top: 47%;
  }
}
@media (max-width: 767px) {
  /* line 134, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
  .slick-arrow, .slick-next, .slick-prev {
    top: auto;
    bottom: 0;
  }
}
/* line 189, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slick-arrow:focus, .slick-next:focus, .slick-prev:focus {
  outline: 0;
}

/* line 194, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slick-prev {
  left: 0;
}
/* line 196, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slick-prev:after {
  background-image: url("images/long_arr_right.svg");
  background-position: center left;
  right: -1px;
}
/* line 202, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slick-prev:before {
  left: -1px;
}

/* line 207, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slick-next {
  right: 0;
}
/* line 209, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slick-next:after {
  background-image: url("images/long_arr_left.svg");
  background-position: center;
  left: 11px;
}
/* line 214, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
.slick-next:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 1px;
}

@media (max-width: 767px) {
  /* line 222, ../../../../source/wp-content/themes/CampDanbee/css/components/_slide_gallery.scss */
  .slider-wrapper {
    width: 100%;
  }
}
/* line 15, ../../../../source/wp-content/themes/CampDanbee/css/components/_dots_animation.scss */
.pagination {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* line 22, ../../../../source/wp-content/themes/CampDanbee/css/components/_dots_animation.scss */
.pagination-navigation {
  position: relative;
  text-align: center;
  font-size: 0;
  -webkit-filter: url("#goo");
  filter: url("#goo");
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 32, ../../../../source/wp-content/themes/CampDanbee/css/components/_dots_animation.scss */
.pagination-dot,
.pagination-current {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 0;
  line-height: 32px;
  background: #d5d3d2;
  border-radius: 50%;
  margin: 0 13px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* line 51, ../../../../source/wp-content/themes/CampDanbee/css/components/_dots_animation.scss */
.pagination-number {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

/* line 60, ../../../../source/wp-content/themes/CampDanbee/css/components/_dots_animation.scss */
.pagination-current {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 66, ../../../../source/wp-content/themes/CampDanbee/css/components/_dots_animation.scss */
.pagination-content {
  height: 300px;
}

/* line 70, ../../../../source/wp-content/themes/CampDanbee/css/components/_dots_animation.scss */
.pagination-item {
  position: absolute;
  left: 50%;
  margin-left: -200px;
  font-size: 0;
  border-radius: 5px;
  border: 7px solid #fff;
}

/* line 79, ../../../../source/wp-content/themes/CampDanbee/css/components/_dots_animation.scss */
.pagination-item img {
  position: relative;
  opacity: 0.95;
}

/* LARGE GALLERY CAPTION */
/* LIGHTBOX OVERLAY */
/* LIGHTBOX CLOSE BTN */
/* LIGHTBOX ARROWS */
/* LIGHTBOX CAPTION */
/*  lightbox gallery style */
/* line 45, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.thumbnail-gallery-wrap {
  margin-top: 24px;
  margin-bottom: 69px;
}
/* line 114, ../../../../source/wp-content/themes/CampDanbee/css/_mixins.scss */
.thumbnail-gallery-wrap:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  /* line 45, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .thumbnail-gallery-wrap {
    margin-top: 34px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  /* line 45, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .thumbnail-gallery-wrap {
    margin-bottom: 40px;
  }
}
/* line 56, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.thumbnail-gallery-wrap ul {
  margin: 0;
  padding: 0;
}
/* line 60, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.thumbnail-gallery-wrap .gallery-item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 60, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .thumbnail-gallery-wrap .gallery-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  /* line 60, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .thumbnail-gallery-wrap .gallery-item {
    margin-bottom: 10px;
  }
}

/* line 70, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-trigger {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 74, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-trigger:after {
  display: block;
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 219, 39, 0.6);
  opacity: 0;
  transition: all .4s ease;
}
/* line 84, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-trigger:hover:after {
  opacity: 1;
}
/* line 88, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-trigger img {
  margin: 0;
}

/* line 92, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: #00004d;
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: none;
  padding: 0 15px;
  min-width: 320px;
}
@media (max-width: 1199px) {
  /* line 92, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .lightbox-overlay {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  /* line 92, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .lightbox-overlay {
    padding-left: 7px;
    padding-right: 7px;
  }
}
/* line 111, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .lightbox-close {
  position: absolute;
  font-size: 30px;
  color: white;
  top: 30px;
  right: 36px;
  right: 16px;
  display: block;
  background-color: transparent;
  z-index: 99;
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-image: url("images/close_btn.svg");
  line-height: 48px;
  text-align: center;
}
/* line 132, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .lightbox-close:hover {
  background-color: transparent;
}
@media (max-width: 767px) {
  /* line 111, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .lightbox-overlay .lightbox-close {
    width: 25px;
    height: 25px;
    top: 15px;
    font-size: 15px;
    line-height: 33px;
  }
}
/* line 143, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .container {
  padding: 0;
  height: 100vh;
  width: 100%;
  max-width: 1440px;
  position: relative;
}
/* line 150, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font-family: "filson-pro", sans-serif;
  font-weight: 900;
}
/* line 157, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .slider-caption .slick-slide span {
  text-align: center;
  display: block;
  color: #ffffff;
  position: relative;
  z-index: 100;
  color: white;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
/* line 170, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .slider-wrapper {
  margin: 0;
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 120px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: none;
}
/* line 181, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .slider-wrapper .lightbox-image-slider, .lightbox-overlay .slider-wrapper .image-slider-caption, .lightbox-overlay .slider-wrapper .adventure-slider {
  opacity: 0;
}
/* line 184, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .slider-wrapper .lightbox-image-slider.visible, .lightbox-overlay .slider-wrapper .image-slider-caption.visible, .lightbox-overlay .slider-wrapper .adventure-slider.visible {
  opacity: 1;
}
/* line 188, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .slider-wrapper.full {
  max-width: 80%;
  max-width: 100%;
}
/* line 192, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .slider-wrapper .lightbox-image-slider, .lightbox-overlay .slider-wrapper .adventure-slider, .lightbox-overlay .slider-wrapper .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 199, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .slider-wrapper .lightbox-image-slider .slick-track, .lightbox-overlay .slider-wrapper .adventure-slider .slick-track {
  position: absolute;
  height: 100%;
}
/* line 203, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .slider-wrapper .slick-slide {
  outline: none;
  position: relative;
}
/* line 206, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .slider-wrapper .slick-slide .image-wrap {
  max-width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  /* line 206, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .lightbox-overlay .slider-wrapper .slick-slide .image-wrap {
    max-width: 85%;
  }
}
@media (max-width: 991px) {
  /* line 206, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .lightbox-overlay .slider-wrapper .slick-slide .image-wrap {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  /* line 206, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .lightbox-overlay .slider-wrapper .slick-slide .image-wrap {
    max-width: 85%;
  }
}
/* line 224, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .slider-wrapper .slick-slide img {
  margin: 0 auto;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 69vh;
}
@media (max-width: 1199px) {
  /* line 224, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .lightbox-overlay .slider-wrapper .slick-slide img {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  /* line 224, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .lightbox-overlay .slider-wrapper .slick-slide img {
    max-width: 100%;
    max-height: none;
  }
}
/* line 241, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .slick-controls p {
  margin: 0;
}
/* line 245, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 25px;
  height: 48px;
  background-color: transparent;
  background-image: url("images/lightbox_arr.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 48px;
  -moz-transition: background-color 0.3s ease;
  -webki-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  /* line 245, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .lightbox-overlay .slick-arrow {
    width: 15px;
    height: 38px;
    background-size: 15px 38px;
  }
}
/* line 268, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .slick-arrow:hover {
  background-color: transparent;
  background-image: url("images/lightbox_arr_hover.svg");
}
/* line 272, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .slick-arrow:before, .lightbox-overlay .slick-arrow:after {
  display: none;
}
/* line 275, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .slick-arrow.slick-prev {
  left: 30px;
}
@media (max-width: 991px) {
  /* line 275, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .lightbox-overlay .slick-arrow.slick-prev {
    left: 5px;
  }
}
@media (max-width: 767px) {
  /* line 275, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .lightbox-overlay .slick-arrow.slick-prev {
    left: 0;
  }
}
/* line 287, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.lightbox-overlay .slick-arrow.slick-next {
  right: 30px;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: rotateY(180deg) translateY(-50%);
}
@media (max-width: 991px) {
  /* line 287, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .lightbox-overlay .slick-arrow.slick-next {
    right: 5px;
  }
}
@media (max-width: 767px) {
  /* line 287, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .lightbox-overlay .slick-arrow.slick-next {
    right: 0;
  }
}

/* line 300, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
.overlay-title {
  font-family: "filson-pro", sans-serif;
  font-weight: 900;
  color: white;
  letter-spacing: 2.3px;
  position: absolute;
  text-transform: uppercase;
  bottom: 0;
  bottom: -40px;
  font-size: 15px;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  color: white;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 300, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .overlay-title {
    bottom: -40px;
  }
}

@media (max-width: 767px) {
  /* line 319, ../../../../source/wp-content/themes/CampDanbee/css/components/_lightbox_gallery.scss */
  .thumbnail-gallery-wrap .lightbox-trigger img {
    width: 100%;
    height: auto;
  }
}
/************ TABS SETTINGS ***************/
/* line 27, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tabs {
  margin-top: 60px;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  /* line 27, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
  .tabs {
    margin-bottom: 0;
  }
}
/* line 33, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tabs ul {
  list-style: none;
  padding-left: 0;
}
/* line 37, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tabs a {
  text-decoration: none;
  color: #2f1945;
}
/* line 41, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tabs li {
  text-align: center;
}
/* line 43, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tabs li:before {
  display: none;
}

/* line 49, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.page-main .tab-head li:before {
  display: none;
}

/* line 54, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.page-main .tab-head {
  padding-left: 0;
}

/* line 58, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tab-head {
  padding-top: 4px;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
  border-bottom: 1px solid #868481;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 114, ../../../../source/wp-content/themes/CampDanbee/css/_mixins.scss */
.tab-head:after {
  content: '';
  display: table;
  clear: both;
}
/* line 70, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tab-head li {
  font-size: 14px;
  text-decoration: none;
  width: 100%;
  line-height: 1.2;
  text-transform: uppercase;
  padding-left: 0;
  position: relative;
}
@media (max-width: 767px) {
  /* line 70, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
  .tab-head li {
    display: none;
    margin-right: 0;
    text-align: center;
    font-size: 15px;
  }
}
/* line 84, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tab-head li:before {
  display: none;
}
@media (max-width: 767px) {
  /* line 87, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
  .tab-head li.active {
    display: block;
    width: 100%;
  }
}
/* line 92, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tab-head li.active a:not(.tab-arrow) {
  color: #0029a6;
}
/* line 94, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tab-head li.active a:not(.tab-arrow):after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  background-color: #0029a6;
  left: 0;
  width: 100%;
  height: 2px;
}
@media (max-width: 767px) {
  /* line 94, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
  .tab-head li.active a:not(.tab-arrow):after {
    display: none;
  }
}
/* line 107, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tab-head li a:not(.tab-arrow) {
  font-family: "filson-pro", sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 2.2px;
  width: 100%;
  padding-bottom: 15px;
  color: #2f1945;
  transition: all .3s ease;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
/* line 116, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tab-head li a:not(.tab-arrow):hover, .tab-head li a:not(.tab-arrow):focus {
  text-decoration: none;
  color: #0029a6;
}

/* line 123, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tab-body {
  padding-top: 33px;
  padding-bottom: 10px;
  display: none;
  /* TAB BODY MOBILE STYLES */
}
@media (max-width: 1199px) {
  /* line 123, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
  .tab-body {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  /* line 123, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
  .tab-body {
    background-color: white;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 137, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tab-body.active {
  display: block;
}
/* line 140, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tab-body a {
  color: #0029a6;
  text-decoration: none;
}
/* line 144, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tab-body a:focus,
.tab-body a:hover {
  color: #0029a6;
  text-decoration: underline;
}

/***** TAB ICON MOBILE ******/
/* line 152, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tab-icon {
  display: none;
  cursor: pointer;
  transition: all .3s ease;
  display: block;
  position: absolute;
  width: 14px;
  height: 8px;
  right: 13px;
  top: 21px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background: url("images/tab_arr.svg");
}
@media (max-width: 767px) {
  /* line 152, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
  .tab-icon {
    display: block;
  }
}

/* line 169, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.active .tab-icon {
  background: url("images/tab_arr_active.svg");
}

@media (max-width: 767px) {
  /* line 174, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
  .tab-trigger-wrapper {
    margin-top: 20px;
    position: relative;
    border: 1px solid black;
    background-color: white;
    font-family: "filson-pro", sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 2.2px;
    transition: all .3s ease;
    padding: 15px;
    display: none;
    border-bottom: 1px solid black;
  }
  /* line 187, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
  .tab-trigger-wrapper.active {
    border: 1px solid #248ec2;
    border-bottom: none;
  }
  /* line 190, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
  .tab-trigger-wrapper.active a {
    color: #0029a6;
  }
  /* line 194, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
  .tab-trigger-wrapper a {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 15px;
    color: black;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  /* line 194, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
  .tab-trigger-wrapper a {
    letter-spacing: 2px;
  }
}

/* line 210, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tab-prev, .tab-next, .tab-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 12px;
  width: 15px;
}

/* line 217, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tab-prev {
  left: 0;
  background-image: url(images/tab_arr.svg);
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}

/* line 223, ../../../../source/wp-content/themes/CampDanbee/css/components/_tabs.scss */
.tab-next {
  right: 0;
  background-image: url(images/tab_arr.svg);
  -webkit-transform: translate(0, -62%);
  transform: translate(0, -62%);
}

/* styles for tables */
/* line 16, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
.dataTables_length, .dataTables_info, .dataTables_filter, .dataTables_paginate.paging_simple, .tablepress .sorting:after {
  display: none;
}

/* line 19, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
.dataTables_wrapper {
  margin: 35px 0 20px 0 !important;
}
@media (max-width: 991px) {
  /* line 19, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  .dataTables_wrapper {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  /* line 19, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  .dataTables_wrapper {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  /* line 19, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  .dataTables_wrapper {
    padding-top: 5px;
  }
}

/* line 33, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
table {
  box-sizing: border-box;
  font-size: 16px;
}

@media (max-width: 767px) {
  /* line 37, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  .tablepress, table, .dataTables_wrapper .tablepress {
    border-right: none;
  }
}
@media (max-width: 767px) {
  /* line 41, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  .tablepress span, table span, .dataTables_wrapper .tablepress span {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* line 50, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
.tablepress thead th, table thead th, .dataTables_wrapper .tablepress thead th {
  font-size: 14px;
  color: black;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "filson-pro", sans-serif;
  font-weight: 900;
  background-color: transparent !important;
  padding: 28px 29px 31px 29px;
  cursor: none;
  border-right: 1px solid #e1dedc;
  border-bottom: none !important;
}
@media (max-width: 1199px) {
  /* line 50, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  .tablepress thead th, table thead th, .dataTables_wrapper .tablepress thead th {
    padding: 28px 10px 31px 10px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 50, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  .tablepress thead th, table thead th, .dataTables_wrapper .tablepress thead th {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border: none;
  }
}
@media (max-width: 767px) {
  /* line 50, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  .tablepress thead th, table thead th, .dataTables_wrapper .tablepress thead th {
    box-sizing: border-box;
    padding: 12px 46px 12px 29px;
  }
}
/* line 71, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
.tablepress thead th:last-child, table thead th:last-child, .dataTables_wrapper .tablepress thead th:last-child {
  border-right: none;
}
/* line 79, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
.tablepress thead, table thead, .dataTables_wrapper .tablepress thead {
  background-color: white;
}
@media (max-width: 767px) {
  /* line 79, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  .tablepress thead, table thead, .dataTables_wrapper .tablepress thead {
    border-right: none;
    border-left: none;
    border-bottom: none;
  }
}
/* line 87, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
.tablepress tbody tr td, table tbody tr td, .dataTables_wrapper .tablepress tbody tr td {
  padding: 26px 27px 27px 30px;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 2px;
  background-color: transparent;
  color: black;
}
@media (max-width: 767px) {
  /* line 87, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  .tablepress tbody tr td, table tbody tr td, .dataTables_wrapper .tablepress tbody tr td {
    padding: 12px 30px;
  }
}
/* line 101, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
.tablepress caption, table caption, .dataTables_wrapper .tablepress caption {
  display: none;
}

/* line 105, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
.tablepress .sorting, .tablepress .sorting_asc, .tablepress .sorting_desc {
  cursor: auto !important;
}

/* line 108, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
table .even td, .tablepress .even td {
  background-color: #f5f7fc !important;
}

/* line 111, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
.tablepress .row-hover tr:hover td {
  background-color: transparent !important;
}

/* line 114, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
table .odd td, .tablepress .odd td {
  background: white !important;
}

@media (max-width: 767px) {
  /* line 119, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  .tablepress thead th:last-child, table thead th:last-child {
    border-right: none;
  }
}

/* line 126, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
.tablepress tbody tr td, table tbody tr td {
  border-collapse: collapse;
  border-top: none;
}
@media (max-width: 767px) {
  /* line 126, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  .tablepress tbody tr td, table tbody tr td {
    border-top: none;
  }
}

/* line 133, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
.tablepress tbody tr, table tbody tr {
  border-top: none;
}

/* line 136, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
.tablepress tbody tr td {
  border-right: 1px solid #e1dedc;
}
@media (max-width: 767px) {
  /* line 136, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  .tablepress tbody tr td {
    border-right: none;
  }
}
/* line 141, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
.tablepress tbody tr td:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  /* line 146, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  /* line 147, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  th,
  td {
    margin: 0;
    vertical-align: top;
    white-space: nowrap;
  }

  /* line 150, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  th {
    text-align: left;
  }

  /* line 151, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  table {
    display: block;
    position: relative;
    width: 100%;
    overflow-x: auto;
  }

  /* line 152, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  thead {
    display: block;
    float: left;
  }

  /* line 153, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  tbody {
    display: block;
    width: auto;
    position: relative;
    white-space: nowrap;
  }

  /* line 154, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  thead tr {
    display: block;
  }

  /* line 155, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  th {
    display: block;
    text-align: right;
  }

  /* line 156, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  /* line 157, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  td {
    display: block;
    text-align: left;
  }

  /* line 159, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  .tablepress, table {
    padding-bottom: 9px;
  }

  /* line 162, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  .tablepress thead th {
    width: auto !important;
  }

  /* line 166, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  table tbody tr td,
  .tablepress tbody tr td {
    margin: 0 0 0 -4px;
  }

  /* line 170, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  table tbody tr:first-child td,
  .tablepress tbody tr:first-child td {
    margin: 0;
  }

  /* line 174, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  table tbody tr td, .tablepress tbody tr td,
  .tablepress tbody tr:first-child td {
    border-left: none !important;
    border-top: none !important;
  }

  /* line 179, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  .tablepress tbody tr:first-child td:first-child {
    border-left: none !important;
  }

  /* line 182, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
  .tablepress tbody tr td:nth-child(2n), table tbody tr {
    overflow: hidden;
  }
}
/* line 186, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
  background-color: transparent !important;
}

/* line 191, ../../../../source/wp-content/themes/CampDanbee/css/components/_table.scss */
.tablepress .sorting_asc:after {
  content: "" !important;
}

/******** SIDEBAR MULTILEVEL MENU SETTINGS ***********/
/* left sidebar on subpage */
/* line 35, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu {
  margin-bottom: 21px;
  clear: both;
  background-color: #0029a6;
}
@media (max-width: 1199px) {
  /* line 35, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
  .sidebar-menu {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  /* line 35, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
  .sidebar-menu {
    margin-bottom: 15px;
    margin-bottom: 0;
    position: relative;
  }
}
/* line 47, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu .menu-title {
  font-size: 12px;
  color: white;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0;
  overflow: hidden;
  position: relative;
  letter-spacing: 1.2px;
  position: relative;
  line-height: 1.1;
  background-color: #0029a6;
  padding: 31px 15px 18px 15px;
  cursor: pointer;
}
/* line 61, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu .menu-title span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
/* line 66, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu .menu-title span.close:after {
  background-image: url(images/arr_white_down.svg);
}
/* line 71, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu .menu-title span.open:after {
  background-image: url(images/arr_yellow_up.svg);
}
/* line 75, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu .menu-title span.active {
  opacity: 1;
}
/* line 78, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu .menu-title span:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: -15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 89, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul.multi-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  padding: 14px 0;
}
@media (max-width: 767px) {
  /* line 89, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
  .sidebar-menu ul.multi-menu {
    background-color: #fff;
  }
}
/* line 102, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul.multi-menu > li {
  position: relative;
  width: 33%;
}
/* line 105, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul.multi-menu > li:before {
  width: calc(100% + 30px);
  height: 2px;
  left: -30px;
  bottom: 0;
  background-color: #899c62;
}
@media (max-width: 767px) {
  /* line 112, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
  .sidebar-menu ul.multi-menu > li:last-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  /* line 116, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
  .sidebar-menu ul.multi-menu > li:last-child:before {
    display: none;
  }
}
/* line 124, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul {
  list-style: none;
  padding: 0;
  display: none;
  margin-bottom: 0;
}
/* line 129, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul a {
  line-height: 13px;
  padding: 7px 5px 4px 5px;
  color: #fff;
  display: block;
  letter-spacing: 2px;
  text-decoration: none;
  background-color: transparent;
  transition: all .2s ease;
  position: relative;
}
@media (max-width: 767px) {
  /* line 129, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
  .sidebar-menu ul a {
    font-size: 12px;
    letter-spacing: 1px;
    color: #191978;
    padding: 25px 5px 24px 15px;
  }
}
/* line 146, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul a:before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: 2px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 12px;
  background-color: #ffdb27;
  transition: all .2s ease;
  opacity: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  /* line 146, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
  .sidebar-menu ul a:before {
    display: none;
  }
}
/* line 161, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul li {
  position: relative;
  transition: all .2s ease;
}
/* line 165, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul li.current_page_item > a {
  color: #248ec2;
}
/* line 171, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul li.dl-back:hover a {
  color: #fff;
}
/* line 177, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul li:hover > a {
  color: #ffdb27;
}
@media (max-width: 767px) {
  /* line 177, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
  .sidebar-menu ul li:hover > a {
    color: #191978;
  }
}
/* line 182, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul li:hover > a:before {
  opacity: 1;
}
/* line 188, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul li:hover.menu-item-has-children.active:hover > a {
  background-color: transparent;
}
/* line 194, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul li:before {
  display: none;
}
/* line 198, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul li.current-menu-ancestor ul, .sidebar-menu ul li.current-menu-item ul {
  display: block;
}
/* line 203, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul li.menu-item-has-children {
  position: relative;
}
/* line 206, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul li.menu-item-has-children.active .sub-menu-activator {
  /* transform-origin: center top; */
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}
/* line 212, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul li.menu-item-has-children > a {
  padding-right: 32px;
  position: relative;
  /****** SUB MENU ACTIVATOR *********/
}
@media (max-width: 991px) {
  /* line 212, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
  .sidebar-menu ul li.menu-item-has-children > a {
    padding-right: 21px;
  }
}
/* line 219, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul li.menu-item-has-children > a.active a {
  color: #0068b3;
}
/* line 224, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul li.menu-item-has-children > a .sub-menu-activator {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  width: 40px;
  height: 40px;
  background-image: url("images/mobile_arr.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 7px 13px;
  transition: all .3s ease;
}
/* line 238, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul.sub-menu {
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 8px;
  margin-top: -3px;
}
@media (max-width: 991px) {
  /* line 238, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
  .sidebar-menu ul.sub-menu {
    margin-top: -2px;
  }
}
/* line 246, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul.sub-menu li {
  padding: 0;
}
/* line 248, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul.sub-menu li::before {
  display: none;
}
/* line 252, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul.sub-menu li a {
  padding: 9px 20px 11px 33px;
  position: relative;
  line-height: 1;
}
@media (max-width: 767px) {
  /* line 252, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
  .sidebar-menu ul.sub-menu li a {
    padding-left: 25px;
  }
}
/* line 259, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
.sidebar-menu ul.sub-menu li a:before {
  display: block;
  content: "";
  position: absolute;
  background: url(images/arr_blue_right.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: 9px;
  top: 12px;
  height: 11px;
  width: 15px;
}

/* MOBILE SIDEBAR MENU */
@media (max-width: 767px) {
  /* line 277, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
  .sidebar-menu .menu-subpage-container {
    opacity: 0;
    visibility: hidden;
    overflow: visible;
  }
  /* line 281, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
  .sidebar-menu .menu-subpage-container.mobile-menu {
    position: absolute;
    top: 50px;
    background-color: transparent;
  }
  /* line 285, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
  .sidebar-menu .menu-subpage-container.mobile-menu.active {
    opacity: 1;
    visibility: visible;
  }
  /* line 289, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
  .sidebar-menu .menu-subpage-container.mobile-menu .dl-menu {
    max-width: 80%;
    padding-bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-box-shadow: 0 2px 8px rgba(35, 35, 40, 0.1);
    -moz-box-shadow: 0 2px 8px rgba(35, 35, 40, 0.1);
    box-shadow: 0 2px 8px rgba(35, 35, 40, 0.1);
  }
  /* line 299, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
  .sidebar-menu .dl-menuwrapper li.menu-item-has-children > a:after {
    display: none;
  }
  /* line 302, ../../../../source/wp-content/themes/CampDanbee/css/components/_sidebar_multilevel_menu.scss */
  .sidebar-menu ul {
    display: block;
  }
}
/* OTHER LINKS */
/* line 7, ../../../../source/wp-content/themes/CampDanbee/css/components/_other_links.scss */
.sub-container .link-item h5 {
  max-width: 100%;
}

/* line 13, ../../../../source/wp-content/themes/CampDanbee/css/components/_other_links.scss */
.other-links-wrapper {
  padding-top: 27px;
  padding-bottom: 19px;
  padding-bottom: 0;
}

/* line 19, ../../../../source/wp-content/themes/CampDanbee/css/components/_other_links.scss */
.link-item {
  margin-bottom: 50px;
  display: block;
  text-decoration: none;
}
@media (max-width: 991px) {
  /* line 19, ../../../../source/wp-content/themes/CampDanbee/css/components/_other_links.scss */
  .link-item {
    margin-bottom: 50px;
  }
}
/* line 26, ../../../../source/wp-content/themes/CampDanbee/css/components/_other_links.scss */
.link-item h5 {
  color: #0029a6;
  text-transform: uppercase;
  font-family: "filson-pro", sans-serif;
  font-weight: 900;
  padding: 20px 5px;
  padding-left: 10px;
  padding-top: 21px;
  padding-bottom: 19px;
  left: 0;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border: 6px solid #0029a6;
  background-color: white;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
  width: calc(100% - 50px);
  position: absolute;
  bottom: 0;
  letter-spacing: 2px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  margin-left: 25px;
  margin-right: 25px;
  z-index: 1;
}
/* line 52, ../../../../source/wp-content/themes/CampDanbee/css/components/_other_links.scss */
.link-item h5 span {
  display: inline-block;
  position: relative;
  padding: 0 17px;
}
/* line 56, ../../../../source/wp-content/themes/CampDanbee/css/components/_other_links.scss */
.link-item h5 span:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 53%;
  left: 0;
  background-image: url(images/long_arr_left.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 11px;
  height: 9px;
  opacity: 0;
  transition: all .3s ease;
}
/* line 71, ../../../../source/wp-content/themes/CampDanbee/css/components/_other_links.scss */
.link-item a {
  text-decoration: none;
}
/* line 73, ../../../../source/wp-content/themes/CampDanbee/css/components/_other_links.scss */
.link-item a img {
  width: 100%;
  height: 100%;
}

/* line 89, ../../../../source/wp-content/themes/CampDanbee/css/components/_other_links.scss */
.link-item:hover .link-trigger:after {
  opacity: 1;
}
/* line 94, ../../../../source/wp-content/themes/CampDanbee/css/components/_other_links.scss */
.link-item:hover h5 span:before {
  opacity: 1;
}

/* line 101, ../../../../source/wp-content/themes/CampDanbee/css/components/_other_links.scss */
.link-trigger {
  position: relative;
  display: block;
  /* overflow: hidden; */
}
/* line 105, ../../../../source/wp-content/themes/CampDanbee/css/components/_other_links.scss */
.link-trigger:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 219, 39, 0.6);
  opacity: 0;
  transition: all .4s ease;
}

/* STYLES FOR HEADER */
/* line 4, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
.header-container {
  padding-left: 33px;
  padding-right: 47px;
}

.header-container > .row {
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 100px;
}
@media (max-width: 1199px) {
  /* line 4, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
  .header-container {
    padding-left: 19px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  /* line 4, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
  .header-container {
    padding-left: 15px;
  }
}

/* line 15, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
header.main {
  /* *****STICKY NAVIGATION ************/
}
/* line 17, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
header.main.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 140;
  background-color: white;
}

/* line 27, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
header.main {
  font-family: "filson-pro", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 0;
  width: 100%;
  position: relative;
  background-color: white;
  z-index: 10;
  min-width: 320px;
  overflow: visible !important;
}
@media (max-width: 1199px) {
  /* line 27, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
  header.main {
    padding-bottom: 0;
  }
}
/* line 40, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
header.main a {
  text-decoration: none;
}
/* line 43, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
header.main ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
/* line 114, ../../../../source/wp-content/themes/CampDanbee/css/_mixins.scss */
header.main ul:after {
  content: '';
  display: table;
  clear: both;
}
/* line 49, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
header.main li {
  float: left;
  display: block;
}
/* line 53, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
header.main.sticky {
  background-color: white;
}

/* STYLES FOR MAIN MENU */
/* line 59, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
.main-navigation {
  font-size: 18px;
  background-color: white;
}
@media (max-width: 1199px) {
  /* line 59, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
  .main-navigation {
    padding-top: 0;
    border-bottom: 2px solid #f2f1f0;
  }
}
@media (max-width: 767px) {
  /* line 59, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
  .main-navigation {
    padding-bottom: 0;
    padding-top: 3px;
  }
}
/* line 74, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
.main-navigation.mobile {
  display: none;
}
@media (max-width: 991px) {
  /* line 74, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
  .main-navigation.mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  /* line 80, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
  .main-navigation.desktop {
    display: none;
  }
}

/* line 86, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
.main-menu {
  font-size: 14px;
}
@media (max-width: 1300px) {
  /* line 86, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
  .main-menu {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  /* line 86, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
  .main-menu {
    display: none;
  }
}

/* line 100, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
.main-menu li {
  padding-right: 20px;
  padding-left: 19px;
  letter-spacing: 2px;
}
@media (max-width: 1199px) {
  /* line 100, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
  .main-menu li {
    padding-left: 18px;
    padding-right: 18px;
  }
}
/* line 111, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
.main-menu li.menu-item-object-ccs_custom_menu_item > a:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  background: url(images/menu_arrow.svg) no-repeat center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 9px;
  height: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 41%;
}
/* line 126, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
.main-menu li:hover > a:before {
  height: 15px;
}
/* line 131, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
.main-menu li a {
  display: inline-block;
  transition: color .2s ease;
  color: #0029a6;
  position: relative;
  padding-bottom: 5px;
  z-index: 1;
  padding-right: 12px;
}
/* line 139, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
.main-menu li a:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  z-index: -1;
  background-color: #ffdb27;
  bottom: 0;
  transition: all .3s ease;
}
/* line 149, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
.main-menu li:first-child {
  padding-left: 0;
}
/* line 152, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
.main-menu li:last-child {
  padding-right: 0;
}
/* line 154, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
.main-menu li:last-child:after {
  display: none;
}
.header-container::after, .header-container .row::after,
.header-container::before, .header-container .row::before{
  content: none;
}

/* line 114, ../../../../source/wp-content/themes/CampDanbee/css/_mixins.scss */
.main-menu-container:after, .next-btn-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  /* line 160, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
  .main-menu-container, .next-btn-wrapper {
    display: none;
  }
}

/* line 167, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */

@media (max-width: 1199px) {
  /* line 167, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
  .main-menu-container {
    display: none;
  }
}

/* HEADER NEXT STEPS BUTTON */

@media (max-width: 1199px) {
  /* line 175, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
  .next-btn-wrapper {
    display: none;
  }
}
/* line 180, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
.next-btn-wrapper .button {
  float: right;
}

/********** HEADER LOGO SIZE *************/
/* line 186, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */

@media (max-width: 1199px) {
  /* line 186, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
  .logo-wrapper {
    padding-top: 9px;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  /* line 186, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
  .logo-wrapper {
    padding-top: 14px;
    width: 25%;
    padding-left: 10px;
    padding-right: 9px;
  }
}

/* line 199, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
.logo {
  display: block;
  max-width: 100px;
}
@media (max-width: 1199px) {
  /* line 199, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
  .logo {
    max-width: 82px;
  }
}
@media (max-width: 480px) {
  /* line 199, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
  .logo {
    max-width: 64px;
    margin: 0 auto;
  }
}
/* line 210, ../../../../source/wp-content/themes/CampDanbee/css/header/_header.scss */
.logo img {
  width: 100%;
}

/* HEADER MEGAMENu */
/* line 4, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.next-step-megamenu.open {
  z-index: 1;
}
/* line 6, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.next-step-megamenu.open .navi-megamenu {
  display: block;
  z-index: 1;
  opacity: 1;
  height: 220px;
  visibility: visible;
}
@media (max-width: 767px) {
  /* line 6, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
  .next-step-megamenu.open .navi-megamenu {
    height: auto;
  }
}
/* line 16, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.next-step-megamenu.open .megamenu-overlay {
  opacity: 1;
  visibility: visible;
}
/* line 20, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.next-step-megamenu.open .megamenu-inner {
  opacity: 1;
}
/* line 24, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.next-step-megamenu.open .megamenu-menu-wrapper:after {
  width: 0;
  opacity: .7;
}

/* line 33, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.menu-item-object-ccs_custom_menu_item.removeDelay .navi-megamenu {
  transition-delay: 0s;
}
/* line 38, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.menu-item-object-ccs_custom_menu_item.active .navi-megamenu {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  transition: all 500ms ease;
  transition-delay: 0s;
  pointer-events: auto;
}
/* line 45, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.menu-item-object-ccs_custom_menu_item.active .navi-megamenu .megamenu-menu-wrapper {
  opacity: 1;
  top: 0;
}
/* line 50, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.menu-item-object-ccs_custom_menu_item.active .navi-megamenu .megamenu-menu-wrapper:nth-child(1) {
  transition-delay: 0.4s;
}
/* line 50, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.menu-item-object-ccs_custom_menu_item.active .navi-megamenu .megamenu-menu-wrapper:nth-child(2) {
  transition-delay: 0.5s;
}
/* line 50, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.menu-item-object-ccs_custom_menu_item.active .navi-megamenu .megamenu-menu-wrapper:nth-child(3) {
  transition-delay: 0.6s;
}
/* line 50, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.menu-item-object-ccs_custom_menu_item.active .navi-megamenu .megamenu-menu-wrapper:nth-child(4) {
  transition-delay: 0.7s;
}
/* line 50, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.menu-item-object-ccs_custom_menu_item.active .navi-megamenu .megamenu-menu-wrapper:nth-child(5) {
  transition-delay: 0.8s;
}
/* line 56, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.menu-item-object-ccs_custom_menu_item.active .megamenu-overlay {
  opacity: 1;
  visibility: visible;
}

/* overlay animation */
/* line 63, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-menu-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 1;
  flex: 1;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  position: relative;
  padding-top: 50px;
  top: -40px;
}
/* line 78, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-menu-wrapper ul {
  width: 100%;
}

/* line 80, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 75%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  left: 40px;
  top: -40px;
  padding-top: 41px;
  padding-top: 0;
}
/* line 93, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100%;
  width: auto;
  font-size: 16px;
}
/* line 108, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner ul.sub-menu li a:hover {
  color: #ffdb27;
  color: #072daa;
}
/* line 115, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner ul a {
  color: #191978;
  pointer-events: all;
}
/* line 118, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner ul a:before {
  display: none;
}
/* line 121, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner ul a:hover {
  color: #ffdb27;
  color: #072daa;
}
/* line 126, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner ul li {
  padding-left: 0;
  text-align: left;
  text-transform: uppercase;
  line-height: 2.5;
}
/* line 132, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner ul > li {
  font-family: "filson-pro", sans-serif;
  font-weight: 900;
}
/* line 137, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner ul.sub-menu {
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 0px;
}
/* line 141, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner ul.sub-menu li {
  text-transform: none;
  font-family: "filson-pro", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}
/* line 146, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner ul.sub-menu li:first-child {
  padding-top: 0;
}
/* line 149, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner ul.sub-menu li:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -15px;
  background-image: url(images/arr_blue_right.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 8px;
  height: 9px;
  opacity: 0;
  z-index: 1;
  transition: all .3s ease;
}
/* line 162, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner ul.sub-menu li:hover:before {
  opacity: 1;
}
/* line 166, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner ul.sub-menu li a {
  color: black;
  color: #00004c;
}
/* line 173, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner .menu-with-icons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  text-align: center;
  padding-top: 40px;
  padding-top: 12px;
  padding-left: 0;
  z-index: 1;
}
/* line 187, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner .menu-with-icons li {
  height: 125px;
  width: 125px;
  border-radius: 50%;
  position: relative;
  background-color: #f2f1f0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 30px;
}
/* line 206, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner .menu-with-icons li:first-child {
  padding-top: 0;
}
/* line 209, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner .menu-with-icons li:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  /* line 209, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
  .megamenu-inner .menu-with-icons li:last-child {
    margin-bottom: 0;
  }
}
/* line 215, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner .menu-with-icons li img {
  width: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
/* line 221, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner .menu-with-icons li a {
  font-size: 12px;
  color: #0029a6;
  text-transform: uppercase;
  padding-bottom: 0;
  padding-right: 0;
}
/* line 229, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-inner .menu-with-icons li span {
  letter-spacing: 3.5px;
  display: inline-block;
  max-width: 70%;
  line-height: 1.3;
}

/* main megamenu wrapper */
/* line 239, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.navi-megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7f2f7;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  max-height: 78vh;
  transition: all 200ms ease;
  transition-delay: .3s;
  pointer-events: none;
}
/* line 256, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.navi-megamenu:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  background-color: white;
  transition: opacity 200ms ease;
}
/* line 267, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.navi-megamenu .megamenu-menu-wrapper {
  opacity: 0;
  transition-delay: 0s;
  transition: all 0.4s ease;
}
/* line 272, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.navi-megamenu.visible {
  z-index: 1;
  opacity: 1;
  transition: all 500ms ease;
  pointer-events: auto;
}

/* MEGAMENU OVERLAY */
/* line 280, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-overlay {
  display: block;
  content: "";
  position: absolute;
  background-color: rgba(0, 16, 64, 0.55);
  position: fixed;
  top: 250px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
  transition: all .3s ease;
}

/* line 295, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu.scss */
.megamenu-list-title {
  font-family: "filson-pro", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 2.4;
  margin-bottom: 17px;
  color: #0029a6;
  color: #ffdb27;
  margin-bottom: 1.24em;
  text-align: left;
  width: 100%;
}

/* NEXT STEPS MEGAMENU */
/* line 3, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.iphone .next-step-megamenu {
  overflow: auto;
}
/* line 5, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.iphone .next-step-megamenu.open {
  min-height: 100vh;
}
/* line 7, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.iphone .next-step-megamenu.open .navi-megamenu {
  min-height: 100vh;
  overflow: auto;
}
/* line 12, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.iphone .next-step-megamenu.open .megamenu-inner {
  overflow: auto;
}
/* line 16, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.iphone .next-step-megamenu .navi-megamenu {
  top: 0;
  overflow: auto;
  padding-bottom: 60px;
}
/* line 20, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.iphone .next-step-megamenu .navi-megamenu ul {
  padding-bottom: 20px;
}
/* line 22, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.iphone .next-step-megamenu .navi-megamenu ul a {
  pointer-events: auto;
}

/* line 29, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.next-step-megamenu {
  padding-top: 0;
  position: absolute;
  width: 100%;
}
/* line 33, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.next-step-megamenu .megamenu-inner {
  top: 0;
}
/* line 36, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.next-step-megamenu .navi-megamenu {
  min-height: 220px;
  padding-top: 50px;
  max-height: none;
}
@media (max-width: 767px) {
  /* line 36, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
  .next-step-megamenu .navi-megamenu {
    padding-bottom: 0;
    padding-top: 0;
  }
}
/* line 44, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.next-step-megamenu .navi-megamenu ul {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 47, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
  .next-step-megamenu .navi-megamenu:after {
    display: none;
  }
}
/* line 53, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.next-step-megamenu .megamenu-inner {
  left: 0;
}
@media (max-width: 991px) {
  /* line 53, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
  .next-step-megamenu .megamenu-inner {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  /* line 53, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
  .next-step-megamenu .megamenu-inner {
    padding-top: 0;
    width: 100%;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
  }
}

/* line 70, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.megamenu-inner .megamenu-next-step {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  /* line 70, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
  .megamenu-inner .megamenu-next-step {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
/* line 79, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.megamenu-inner .megamenu-next-step li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 42px;
  font-family: "reklame-script", sans-serif;
  font-weight: 900;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  text-transform: none;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  /* line 79, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
  .megamenu-inner .megamenu-next-step li {
    padding: 40px 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    border-bottom: 1px solid #d8d7d6;
  }
}
@media (max-width: 767px) {
  /* line 95, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
  .megamenu-inner .megamenu-next-step li:last-child {
    border: none;
  }
}
/* line 100, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.megamenu-inner .megamenu-next-step li:before {
  display: block;
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(images/next_step_hover.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .5s ease;
  opacity: 0;
}
@media (max-width: 767px) {
  /* line 100, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
  .megamenu-inner .megamenu-next-step li:before {
    width: 140px;
    height: 140px;
  }
}
/* line 115, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.megamenu-inner .megamenu-next-step li:hover:before {
  opacity: 1;
}
/* line 120, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.megamenu-inner .megamenu-next-step a {
  pointer-events: auto;
  display: inline-block;
  max-width: 175px;
  line-height: 1.2;
  position: relative;
  color: #0029a6;
}
/* line 127, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
.megamenu-inner .megamenu-next-step a:hover {
  color: #0029a6;
}
@media (max-width: 767px) {
  /* line 120, ../../../../source/wp-content/themes/CampDanbee/css/header/_megamenu_next_step.scss */
  .megamenu-inner .megamenu-next-step a {
    max-width: 100%;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}

/* line 1, ../../../../source/wp-content/themes/CampDanbee/css/header/_next_step_hover.scss */
.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent;
}

/* line 8, ../../../../source/wp-content/themes/CampDanbee/css/header/_next_step_hover.scss */
.wrappero, .wrappero * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10, ../../../../source/wp-content/themes/CampDanbee/css/header/_next_step_hover.scss */
.wrappero {
  width: 175px;
  height: 175px;
}

/* line 22, ../../../../source/wp-content/themes/CampDanbee/css/header/_next_step_hover.scss */
.megamenu-next-step li:hover .wrappero .filler {
  animation: opa 5s steps(1, end) forwards reverse;
}
/* line 26, ../../../../source/wp-content/themes/CampDanbee/css/header/_next_step_hover.scss */
.megamenu-next-step li:hover .wrappero .spinner {
  animation: rota 5s linear forwards;
}
/* line 30, ../../../../source/wp-content/themes/CampDanbee/css/header/_next_step_hover.scss */
.megamenu-next-step li:hover .wrappero .mask {
  animation: opa 5s steps(1, end) forwards;
}

/* line 43, ../../../../source/wp-content/themes/CampDanbee/css/header/_next_step_hover.scss */
.wrappero .pie {
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  position: absolute;
  background: #fff;
  border: none;
}

/* line 52, ../../../../source/wp-content/themes/CampDanbee/css/header/_next_step_hover.scss */
.wrappero .spinner {
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  z-index: 200;
  border-right: none;
}

/* line 60, ../../../../source/wp-content/themes/CampDanbee/css/header/_next_step_hover.scss */
.wrappero:hover .spinner,
.wrappero:hover .filler,
.wrappero:hover .mask {
  animation-play-state: running;
}

/* line 66, ../../../../source/wp-content/themes/CampDanbee/css/header/_next_step_hover.scss */
.wrappero .filler {
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  left: 50%;
  opacity: 0;
  opacity: 1;
  z-index: 100;
  border-left: none;
}

/* line 76, ../../../../source/wp-content/themes/CampDanbee/css/header/_next_step_hover.scss */
.wrappero .mask {
  width: 50%;
  height: 100%;
  position: absolute;
  background: white;
  opacity: 1;
  z-index: 300;
}

@keyframes rota {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes opa {
  0% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
/************ MOBILE MENU SETTINGS ****************/
/* line 18, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.mobile-navigation {
  display: none;
  padding-right: 0;
}
@media (max-width: 1199px) {
  /* line 18, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
  .mobile-navigation {
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (max-width: 480px) {
  /* line 18, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
  .mobile-navigation {
    width: 75%;
    padding-left: 0;
  }
}
/* line 32, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.mobile-navigation > a, .mobile-navigation .hamburger {
  min-width: 81px;
  border-left: 2px solid #f2f1f0;
  padding: 17px 0;
  padding-bottom: 9px;
}
@media (max-width: 480px) {
  /* line 32, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
  .mobile-navigation > a, .mobile-navigation .hamburger {
    min-width: 50px;
    -webkit-flex: 1;
    flex: 1;
  }
}
/* line 43, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.mobile-navigation .hamburger {
  padding: 30px 0;
  padding-bottom: 25px;
}
/* line 47, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.mobile-navigation a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: all .3s ease;
}
/* line 52, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.mobile-navigation a:hover {
  text-decoration: none;
  background-color: #f7f7f9;
}
/* line 57, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.mobile-navigation .mobile-call-us {
  display: none;
}
@media (max-width: 480px) {
  /* line 57, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
  .mobile-navigation .mobile-call-us {
    display: inline-block;
  }
}
/* line 63, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.mobile-navigation span {
  display: block;
  font-size: 10px;
  color: #0029a6;
  max-width: 45px;
  margin: 0 auto;
  line-height: 1.1;
  letter-spacing: .8px;
}
/* line 72, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.mobile-navigation img {
  display: block;
  height: 24px;
  margin: 0 auto;
  margin-bottom: 7px;
}
@media (max-width: 480px) {
  /* line 72, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
  .mobile-navigation img {
    height: 20px;
    margin-bottom: 11px;
  }
}

@media (max-width: 1199px) {
  /* line 84, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
  .header-container > .row {
    display: -webkit-flex;
    display: flex;
  }
}

/* HAMBURGER STYLES */
/* line 92, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.hamburger {
  cursor: pointer;
  color: #162c83;
  position: relative;
}
/* line 96, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.hamburger a {
  color: #162c83;
  display: block;
}
/* line 100, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.hamburger img {
  width: 36px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
/* line 106, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.hamburger img.hidden {
  opacity: 0;
  visibility: hidden;
}
/* line 111, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.hamburger span {
  letter-spacing: .5px;
  position: relative;
  top: 3px;
}

/* line 118, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
header.main {
  left: 0;
}

/* line 121, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.menu-none {
  display: none;
}

/* line 125, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-menuwrapper {
  text-transform: uppercase;
  padding-top: 0;
  background-color: #ffffff;
}
/* line 129, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-menuwrapper .dl-menu {
  margin: 45px 0 0 0;
  margin-top: 0;
  padding-bottom: 100px;
  background-color: #ffffff;
}
/* line 135, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-menuwrapper a {
  text-align: left;
  position: relative;
}
/* line 139, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-menuwrapper .menu-close-trigger {
  position: absolute;
}
/* line 142, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-menuwrapper li {
  border-bottom: 1px solid #f2f1f0;
}
/* line 144, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-menuwrapper li a {
  padding: 20px 15px;
  color: white;
  font-size: 13px;
  color: #191978;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
/* line 152, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-menuwrapper li.menu-item-has-children.dl-subviewopen {
  border-bottom: none;
}
/* line 157, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-menuwrapper li.menu-item-has-children > a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  width: 7px;
  height: 13px;
  background-image: url("images/mobile_arr.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 168, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-menuwrapper li.dl-back:after {
  content: '';
  display: none;
}
/* line 172, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-menuwrapper li.dl-back {
  background-color: #0029a6;
  color: #fff;
}
/* line 175, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-menuwrapper li.dl-back a {
  padding-left: 40px;
  color: #fff;
}
/* line 178, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-menuwrapper li.dl-back a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 20px;
  width: 7px;
  height: 13px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background-image: url("images/white_mobile_arr.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 190, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-menuwrapper li.dl-back:hover {
  color: #fff;
}
/* line 192, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-menuwrapper li.dl-back:hover a {
  background-color: #0029a6;
}

/* MENU CLOSE BUTTON */
/* line 200, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.menu-close-trigger {
  position: absolute;
  font-size: 20px;
  text-transform: uppercase;
  color: #9279b7;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-weight: 600;
  text-decoration: none;
  top: 9px;
  right: 15px;
}
/* line 210, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.menu-close-trigger:hover {
  text-decoration: none;
  color: #9279b7;
}

/* line 216, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.mobile-menu {
  opacity: 0;
  left: 0;
  visibility: hidden;
  overflow-y: auto;
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  z-index: 101;
  top: 80px;
  position: absolute;
  position: fixed;
  transition: all 0.5s ease;
}
/* line 229, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}
/* line 234, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.mobile-menu .menu-close-trigger::before {
  content: '';
  display: block;
  height: 17px;
  width: 16px;
  background: url("images/close.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 248, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.no-touch .dl-menuwrapper li:not(.dl-back):hover > a {
  background-color: #ebebeb;
}

/* line 252, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-menuwrapper .dl-menu {
  margin-top: -1px;
}

/* line 255, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-menuwrapper:first-child {
  margin-right: 0;
}

/* line 258, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-submenu {
  margin-bottom: 0;
}

/* line 262, ../../../../source/wp-content/themes/CampDanbee/css/header/_header_responsive.scss */
.dl-menuwrapper > .dl-submenu {
  top: 0;
}

/* line 1, ../../../../source/wp-content/themes/CampDanbee/css/footer/_main.scss */
footer.main {
  background-color: #0029a6;
  margin-top: 93px;
  padding-top: 60px;
}
@media (max-width: 1199px) {
  /* line 1, ../../../../source/wp-content/themes/CampDanbee/css/footer/_main.scss */
  footer.main {
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../../../../source/wp-content/themes/CampDanbee/css/footer/_main.scss */
  footer.main {
    padding-top: 43px;
  }
}

/* line 1, ../../../../source/wp-content/themes/CampDanbee/css/footer/_socials.scss */
.socials {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  /* line 1, ../../../../source/wp-content/themes/CampDanbee/css/footer/_socials.scss */
  .socials {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../../../../source/wp-content/themes/CampDanbee/css/footer/_socials.scss */
  .socials {
    padding-bottom: 41px;
  }
}
/* line 16, ../../../../source/wp-content/themes/CampDanbee/css/footer/_socials.scss */
.socials a {
  width: 30px;
  height: 30px;
  display: block;
  text-decoration: none;
}
/* line 21, ../../../../source/wp-content/themes/CampDanbee/css/footer/_socials.scss */
.socials a img {
  max-width: 50%;
  max-height: 60%;
}
/* line 26, ../../../../source/wp-content/themes/CampDanbee/css/footer/_socials.scss */
.socials li {
  margin-right: 38px;
}
/* line 28, ../../../../source/wp-content/themes/CampDanbee/css/footer/_socials.scss */
.socials li:last-child {
  margin-right: 0;
}

/* SOCIALS HOVER EFFECT */
/* line 35, ../../../../source/wp-content/themes/CampDanbee/css/footer/_socials.scss */
.ico-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  background: #ffffff;
}
/* line 42, ../../../../source/wp-content/themes/CampDanbee/css/footer/_socials.scss */
.ico-wrap img {
  position: relative;
  display: block;
  z-index: 11;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 51, ../../../../source/wp-content/themes/CampDanbee/css/footer/_socials.scss */
.ico-wrap:hover:before {
  width: 100%;
}
/* line 55, ../../../../source/wp-content/themes/CampDanbee/css/footer/_socials.scss */
.ico-wrap:before {
  content: "";
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  background: #ffdb27;
  border-radius: 50%;
}

/* line 1, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
.footer-middle {
  padding-top: 14px;
  padding-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
@media (max-width: 1199px) {
  /* line 1, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
  .footer-middle {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
    max-width: 81%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  /* line 1, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
  .footer-middle {
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: center;
    align-items: center;
  }
}
/* line 22, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
.footer-middle h4 {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
/* line 31, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
.footer-middle p {
  font-size: 14px;
  margin-bottom: 11px;
  opacity: .9;
}
/* line 36, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
.footer-middle .column, .footer-middle a, .footer-middle p a {
  color: white;
  text-decoration: none;
}
/* line 41, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
.footer-middle a:hover {
  color: #ffdb27;
  transition: all .3s ease;
}
/* line 46, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
.footer-middle .column {
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  /* line 46, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
  .footer-middle .column {
    margin-bottom: 17px;
    padding-bottom: 2px;
  }
}
@media (max-width: 1199px) {
  /* line 53, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
  .footer-middle .column:nth-child(3) {
    -webkit-order: -1;
    order: -1;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  /* line 53, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
  .footer-middle .column:nth-child(3) {
    padding-bottom: 2px;
  }
}
@media (max-width: 1199px) {
  /* line 62, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
  .footer-middle .column:nth-child(3):after {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 62, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
  .footer-middle .column:nth-child(3):after {
    display: block;
  }
}
@media (max-width: 1199px) {
  /* line 71, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
  .footer-middle .column:nth-child(2) {
    -webkit-order: -2;
    order: -2;
  }
}
/* line 77, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
.footer-middle .column:after {
  display: block;
  content: "";
  position: absolute;
  height: 75%;
  top: 0;
  right: 0;
  width: 1px;
  background-color: #3354b8;
}
@media (max-width: 1199px) {
  /* line 77, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
  .footer-middle .column:after {
    height: 100%;
    top: -15px;
  }
}
@media (max-width: 767px) {
  /* line 77, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
  .footer-middle .column:after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    right: auto;
  }
}
/* line 98, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
.footer-middle .column, .footer-middle .logos-column {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  /* line 98, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
  .footer-middle .column, .footer-middle .logos-column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  /* line 98, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
  .footer-middle .column, .footer-middle .logos-column {
    width: 100%;
  }
}

/* line 109, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
.logos-column {
  padding-left: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  /* line 109, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
  .logos-column {
    padding-bottom: 21px;
    margin-bottom: 24px;
  }
}
/* line 123, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
.logos-column:after {
  background-color: #3354b8;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
@media (max-width: 767px) {
  /* line 123, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
  .logos-column:after {
    display: block;
    content: "";
    position: absolute;
  }
}
/* line 133, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
.logos-column li {
  display: block;
  margin-bottom: 20px;
}
/* line 136, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
.logos-column li:last-child {
  margin-bottom: 0;
}

/* line 141, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
.footer-logo-wrapper {
  display: inline-block;
}
/* line 143, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
.footer-logo-wrapper img {
  max-height: 57px;
  max-width: 150px;
  min-width: 130px;
}

/* line 151, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
.logos-column img, .footer-bottom-logos img {
  transition: opacity .3s ease;
}
/* line 153, ../../../../source/wp-content/themes/CampDanbee/css/footer/_columns.scss */
.logos-column img:hover, .footer-bottom-logos img:hover {
  opacity: .8;
}

/* line 1, ../../../../source/wp-content/themes/CampDanbee/css/footer/_bottom_logos.scss */
.footer-bottom {
  padding-top: 9px;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  /* line 1, ../../../../source/wp-content/themes/CampDanbee/css/footer/_bottom_logos.scss */
  .footer-bottom {
    padding-top: 0;
    position: relative;
    top: -14px;
  }
}
/* line 9, ../../../../source/wp-content/themes/CampDanbee/css/footer/_bottom_logos.scss */
.footer-bottom h6 {
  color: white;
  text-align: center;
  font-size: 12px;
  font-family: "vista-slab", sans-serif;
  font-weight: 900;
}

/* line 16, ../../../../source/wp-content/themes/CampDanbee/css/footer/_bottom_logos.scss */
.footer-bottom-logos {
  padding-left: 0;
  list-style: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  padding-top: 21px;
}
@media (max-width: 1199px) {
  /* line 16, ../../../../source/wp-content/themes/CampDanbee/css/footer/_bottom_logos.scss */
  .footer-bottom-logos {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* line 16, ../../../../source/wp-content/themes/CampDanbee/css/footer/_bottom_logos.scss */
  .footer-bottom-logos {
    -webkit-flex-flow: column;
    flex-flow: column;
    margin-bottom: 23px;
  }
}
/* line 34, ../../../../source/wp-content/themes/CampDanbee/css/footer/_bottom_logos.scss */
.footer-bottom-logos li {
  padding-right: 27px;
  padding-left: 27px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 34, ../../../../source/wp-content/themes/CampDanbee/css/footer/_bottom_logos.scss */
  .footer-bottom-logos li {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 42, ../../../../source/wp-content/themes/CampDanbee/css/footer/_bottom_logos.scss */
.footer-bottom-logos li:after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 55%;
  background-color: #3354b8;
}
@media (max-width: 767px) {
  /* line 42, ../../../../source/wp-content/themes/CampDanbee/css/footer/_bottom_logos.scss */
  .footer-bottom-logos li:after {
    display: none;
  }
}
/* line 54, ../../../../source/wp-content/themes/CampDanbee/css/footer/_bottom_logos.scss */
.footer-bottom-logos li:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  /* line 54, ../../../../source/wp-content/themes/CampDanbee/css/footer/_bottom_logos.scss */
  .footer-bottom-logos li:first-child {
    margin-bottom: 15px;
  }
}
/* line 60, ../../../../source/wp-content/themes/CampDanbee/css/footer/_bottom_logos.scss */
.footer-bottom-logos li:last-child {
  padding-right: 0;
}
/* line 62, ../../../../source/wp-content/themes/CampDanbee/css/footer/_bottom_logos.scss */
.footer-bottom-logos li:last-child:after {
  display: none;
}
/* line 67, ../../../../source/wp-content/themes/CampDanbee/css/footer/_bottom_logos.scss */
.footer-bottom-logos .footer-logo-wrapper {
  min-width: 150px;
  max-width: 170px;
}

/* line 1, ../../../../source/wp-content/themes/CampDanbee/css/footer/_copyright.scss */
.copyright {
  padding-top: 0;
  padding-bottom: 15px;
  text-align: center;
}
@media (max-width: 1199px) {
  /* line 1, ../../../../source/wp-content/themes/CampDanbee/css/footer/_copyright.scss */
  .copyright {
    padding-bottom: 44px;
  }
}
/* line 8, ../../../../source/wp-content/themes/CampDanbee/css/footer/_copyright.scss */
.copyright a {
  text-decoration: none;
}
/* line 10, ../../../../source/wp-content/themes/CampDanbee/css/footer/_copyright.scss */
.copyright a img {
  max-width: 42px;
  margin-left: 9px;
}
/* line 15, ../../../../source/wp-content/themes/CampDanbee/css/footer/_copyright.scss */
.copyright p {
  font-size: 11.7px;
  opacity: .3;
  margin-bottom: 11px;
}
/* line 20, ../../../../source/wp-content/themes/CampDanbee/css/footer/_copyright.scss */
.copyright p, .copyright a {
  color: white;
}

@media (max-width: 991px) {
  /* line 2, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
  section.main.page-main {
    padding-bottom: 40px;
  }
}
/* line 7, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
section.main.main404 {
  padding-top: 160px;
}

/* line 11, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.hero-img {
  position: relative;
  width: 100%;
  padding-bottom: 29.45%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  /* line 11, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
  .hero-img {
    padding-bottom: 32.45%;
  }
}
@media (max-width: 991px) {
  /* line 11, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
  .hero-img {
    padding-bottom: 33.9%;
  }
}
@media (max-width: 767px) {
  /* line 11, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
  .hero-img {
    padding-bottom: 32.9%;
  }
}
/* line 30, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.hero-img.full-hero {
  padding-bottom: 33.2%;
}
@media (max-width: 1199px) {
  /* line 30, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
  .hero-img.full-hero {
    padding-bottom: 33.6%;
  }
}
@media (max-width: 767px) {
  /* line 30, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
  .hero-img.full-hero {
    padding-bottom: 56.7%;
    padding-bottom: 35.7%;
  }
}
@media (max-width: 480px) {
  /* line 30, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
  .hero-img.full-hero {
    padding-bottom: 65.7%;
    padding-bottom: 32.7%;
    min-height: 110px;
  }
}

/* DONT HIDE ON MOBILE !!!or ie.... */
/* line 62, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.unknown .full-width-page .reveal-wrapper, .iphone .full-width-page .reveal-wrapper, .unknown .reveal-wrapper, .iphone .reveal-wrapper {
  bottom: 0;
}
/* line 65, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.unknown .full-width-page .reveal-wrapper h2, .iphone .full-width-page .reveal-wrapper h2, .unknown .reveal-wrapper h2, .iphone .reveal-wrapper h2 {
  opacity: 1;
}
/* line 65, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.unknown .full-width-page .reveal-wrapper h3, .iphone .full-width-page .reveal-wrapper h3, .unknown .reveal-wrapper h3, .iphone .reveal-wrapper h3 {
  opacity: 1;
}
/* line 65, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.unknown .full-width-page .reveal-wrapper h4, .iphone .full-width-page .reveal-wrapper h4, .unknown .reveal-wrapper h4, .iphone .reveal-wrapper h4 {
  opacity: 1;
}
/* line 65, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.unknown .full-width-page .reveal-wrapper h5, .iphone .full-width-page .reveal-wrapper h5, .unknown .reveal-wrapper h5, .iphone .reveal-wrapper h5 {
  opacity: 1;
}
/* line 65, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.unknown .full-width-page .reveal-wrapper h6, .iphone .full-width-page .reveal-wrapper h6, .unknown .reveal-wrapper h6, .iphone .reveal-wrapper h6 {
  opacity: 1;
}

/* line 72, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.hero-img {
  position: relative;
}

/* line 76, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.content-img-wrapper {
  padding: 21px 0;
  padding: 16px 0;
}
@media (max-width: 767px) {
  /* line 76, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
  .content-img-wrapper {
    padding-top: 5px;
    padding-bottom: 20px;
  }
}
/* line 83, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.content-img-wrapper + p {
  margin-top: 35px;
}

/* line 93, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.content-img-wrapper img.alignleft, .img-indent img.alignleft {
  padding-right: 0;
  margin: 0 15px 20px 0;
}
/* line 97, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.content-img-wrapper img.alignright, .img-indent img.alignright {
  padding-left: 0;
  margin: 0 0 20px 15px;
}
/* line 101, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.content-img-wrapper img.alignleft, .content-img-wrapper img.alignright, .img-indent img.alignleft, .img-indent img.alignright {
  padding-bottom: 0;
}
/* line 104, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.content-img-wrapper img.medium-img, .img-indent img.medium-img {
  max-width: 459px;
}
@media (max-width: 767px) {
  /* line 104, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
  .content-img-wrapper img.medium-img, .img-indent img.medium-img {
    max-width: 100%;
  }
}

/* line 113, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.img-indent.indent-left {
  margin-left: -88px;
}
@media (max-width: 1199px) {
  /* line 113, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
  .img-indent.indent-left {
    margin-left: -60px;
  }
}
@media (max-width: 767px) {
  /* line 113, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
  .img-indent.indent-left {
    margin-left: auto;
  }
}
/* line 122, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.img-indent.indent-right {
  margin-right: -88px;
}
@media (max-width: 1199px) {
  /* line 122, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
  .img-indent.indent-right {
    margin-right: -60px;
  }
}
@media (max-width: 767px) {
  /* line 122, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
  .img-indent.indent-right {
    margin-right: auto;
  }
}
/* line 131, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.img-indent img {
  padding-top: 9px;
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  /* line 131, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
  .img-indent img {
    padding-top: 5px;
    padding-bottom: 20px;
  }
}

/* line 141, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.full-width-content-wrapper .content-img-wrapper {
  padding-top: 22px;
}

/* line 145, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.wider-sub-container {
  padding-left: 15px;
  padding-right: 15px;
  width: 65%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  /* line 152, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
  .content-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* BOUNCE UP ANIMATION */
/* line 160, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.bounce-up {
  position: relative;
  bottom: -20px;
  opacity: 0;
  transition: all 600ms ease-out;
}
/* line 165, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.bounce-up.in-view {
  opacity: 1;
  bottom: 0;
}

/* line 171, ../../../../source/wp-content/themes/CampDanbee/css/_full_width.scss */
.iphone .bounce-up, .unknown .bounce-up {
  bottom: 0;
  opacity: 1;
}

/* REVEAL ANIMATION */
/* line 2, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_global.scss */
.default.page footer.main {
  margin-top: 0;
}
/* line 6, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_global.scss */
.default.page .wider-content .content-img-wrapper {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  /* line 13, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_global.scss */
  .mobile-full .content-img-wrapper {
    text-align: center;
  }
}

/* line 1, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
.oval-button {
  display: block;
  height: 134px;
  width: 134px;
  background-color: white;
  border-radius: 50%;
  border: 6px solid #ebebeb;
  text-transform: uppercase;
  font-size: 12px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 1, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  .oval-button {
    margin: 0 auto;
    height: 120px;
    width: 120px;
  }
}
/* line 21, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
.oval-button:hover {
  text-decoration: none;
}
/* line 24, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
.oval-button span {
  display: inline-block;
  max-width: 60px;
  text-align: center;
  line-height: 1.15;
  letter-spacing: 3.5px;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
}
/* line 32, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
.oval-button img {
  height: 41px;
  min-width: 30px;
  margin-bottom: 11px;
}

/* line 38, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content {
  margin-top: 120px;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  /* line 38, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  /* line 38, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content {
    margin-top: 120px;
    position: relative;
  }
}
/* line 49, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #f2f2f6;
  display: none;
}
@media (max-width: 767px) {
  /* line 49, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content:before {
    display: block;
  }
}
/* line 62, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .widget-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767px) {
  /* line 62, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .widget-area {
    position: relative;
    left: auto;
    top: -85px;
    margin-bottom: -112px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 480px) {
  /* line 62, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .widget-area {
    margin-bottom: -102px;
  }
}
/* line 78, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu {
  position: relative;
  /* 	mobile, tablet */
}
/* line 81, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu.lg-hidden {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  /* line 81, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu.lg-hidden {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 92, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  /* line 92, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
/* line 101, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu.one-next-item {
  justify-content: flex-end;
}
/* line 104, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu.one-next-item .next a {
  padding-left: 165px;
}
@media (max-width: 1199px) {
  /* line 104, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu.one-next-item .next a {
    padding-left: 0;
  }
}
/* line 112, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li {
  text-align: center;
  -webkit-flex: 1;
  flex: 1;
  text-transform: none;
  display: none;
}
@media (max-width: 767px) {
  /* line 112, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li {
    width: 60%;
    -webkit-flex: none;
    flex: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
/* line 130, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li.prev, section.bottom-content .bottombar-menu ul.multi-menu li.next, section.bottom-content .bottombar-menu ul.multi-menu li.visible {
  display: block;
}
/* line 133, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li a {
  font-size: 18px;
  letter-spacing: .6px;
  font-weight: 400;
}
/* line 137, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li a .prev-item, section.bottom-content .bottombar-menu ul.multi-menu li a .next-item {
  position: relative;
}
/* line 142, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li a .prev-item:before, section.bottom-content .bottombar-menu ul.multi-menu li a .next-item:before {
  width: 17px;
  height: 13px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 51%;
  background-color: transparent;
  opacity: 1;
}
/* line 152, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li a .prev-item {
  padding-left: 30px;
  float: left;
}
@media (max-width: 767px) {
  /* line 152, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li a .prev-item {
    float: none;
    position: relative;
    padding-right: 40px;
    padding-left: 40px;
    padding-right: 20px;
    padding-left: 30px;
  }
}
/* line 163, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li a .prev-item:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  background-image: url(images/long_white_arr_left.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  /* line 163, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li a .prev-item:before {
    display: block;
  }
}
/* line 175, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li a .next-item {
  padding-right: 30px;
  float: right;
}
@media (max-width: 767px) {
  /* line 175, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li a .next-item {
    float: none;
    text-align: center;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    padding-left: 20px;
    padding-right: 30px;
  }
}
/* line 187, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li a .next-item:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  background-image: url(images/long_white_arr_right.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  /* line 187, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li a .next-item:before {
    display: block;
  }
}
/* line 199, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li a .menu-image-title {
  display: inline-block;
  min-width: 150px;
  max-width: 60%;
}
@media (max-width: 767px) {
  /* line 199, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li a .menu-image-title {
    max-width: 90%;
    min-width: 40px;
  }
}
/* line 210, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li.prev, section.bottom-content .bottombar-menu ul.multi-menu li.next {
  -webkit-flex: .6;
  flex: .6;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  /* line 210, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li.prev, section.bottom-content .bottombar-menu ul.multi-menu li.next {
    -webkit-flex: .4;
    flex: .4;
  }
}
@media (max-width: 767px) {
  /* line 210, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li.prev, section.bottom-content .bottombar-menu ul.multi-menu li.next {
    -webkit-flex: none;
    flex: none;
    width: 100%;
  }
}
/* line 223, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li.prev a, section.bottom-content .bottombar-menu ul.multi-menu li.next a {
  font-size: 12px;
  letter-spacing: 2px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 223, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li.prev a, section.bottom-content .bottombar-menu ul.multi-menu li.next a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 242, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li.prev {
    text-align: right;
    text-align: center;
  }
}
/* line 247, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li.prev:before {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 2000px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 0;
  display: none;
}
@media (max-width: 767px) {
  /* line 247, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li.prev:before {
    display: block;
  }
}
/* line 259, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li.prev a {
  padding-left: 32px;
  padding-right: 70px;
}
@media (max-width: 1199px) {
  /* line 259, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li.prev a {
    padding-left: 8px;
    padding-right: 0;
    padding-right: 76px;
  }
}
@media (max-width: 767px) {
  /* line 259, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li.prev a {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 275, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li.prev a .menu-image-title {
  text-align: right;
}
@media (max-width: 767px) {
  /* line 275, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li.prev a .menu-image-title {
    text-align: center;
  }
}
/* line 300, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li.prev:hover a:before, section.bottom-content .bottombar-menu ul.multi-menu li.prev:hover a span:before {
  background-image: url(images/long_yellow_arr_left.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 307, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li.next {
  text-align: center;
}
@media (max-width: 767px) {
  /* line 307, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li.next {
    -webkit-order: -1;
    order: -1;
    position: relative;
  }
}
/* line 317, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li.next:before {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 2000px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 0;
  display: none;
}
@media (max-width: 767px) {
  /* line 317, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li.next:before {
    display: block;
  }
}
/* line 329, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li.next a {
  padding-right: 32px;
  padding-left: 70px;
}
@media (max-width: 1199px) {
  /* line 329, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li.next a {
    padding-right: 8px;
    padding-left: 76px;
  }
}
@media (max-width: 767px) {
  /* line 329, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li.next a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 344, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li.next a .menu-image-title {
  text-align: left;
}
@media (max-width: 767px) {
  /* line 344, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul.multi-menu li.next a .menu-image-title {
    text-align: center;
  }
}
/* line 369, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul.multi-menu li.next:hover a:before, section.bottom-content .bottombar-menu ul.multi-menu li.next:hover a span:before {
  background-image: url(images/long_yellow_arr_right.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 380, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul a {
  padding: 46px 5px 43px 5px;
}
@media (max-width: 767px) {
  /* line 380, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  section.bottom-content .bottombar-menu ul a {
    padding: 45px 5px 40px 5px;
  }
}
/* line 385, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
section.bottom-content .bottombar-menu ul a:before {
  display: none;
}

/* line 402, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
.bottombar-menu {
  margin-bottom: 21px;
  clear: both;
  background-color: #0029a6;
}
@media (max-width: 1199px) {
  /* line 402, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  .bottombar-menu {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  /* line 402, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  .bottombar-menu {
    margin-bottom: 0;
  }
}
/* line 412, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
.bottombar-menu ul.multi-menu {
  padding-left: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
@media (max-width: 767px) {
  /* line 412, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  .bottombar-menu ul.multi-menu {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 428, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
.bottombar-menu ul.multi-menu li {
  position: relative;
}
/* line 430, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
.bottombar-menu ul.multi-menu li:before {
  width: calc(100% + 30px);
  height: 2px;
  left: -30px;
  bottom: 0;
  background-color: #899c62;
}
@media (max-width: 767px) {
  /* line 437, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  .bottombar-menu ul.multi-menu li:last-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  /* line 441, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  .bottombar-menu ul.multi-menu li:last-child:before {
    display: none;
  }
}
/* line 448, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
.bottombar-menu ul.multi-menu li:hover > a {
  color: #ffdb27;
}
/* line 450, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
.bottombar-menu ul.multi-menu li:hover > a:before {
  opacity: 1;
}
/* line 456, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
.bottombar-menu ul.multi-menu a {
  line-height: 13px;
  padding: 21px 5px 17px 5px;
  color: #fff;
  display: block;
  letter-spacing: 2px;
  text-decoration: none;
  background-color: transparent;
  transition: all .2s ease;
  position: relative;
}
@media (max-width: 767px) {
  /* line 456, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  .bottombar-menu ul.multi-menu a {
    line-height: 19px;
  }
}

@media (max-width: 991px) {
  /* line 474, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  .chrome section.bottom-content .bottombar-menu ul.multi-menu li.next a, .gecko section.bottom-content .bottombar-menu ul.multi-menu li.next a, .ie section.bottom-content .bottombar-menu ul.multi-menu li.next a, .unknown section.bottom-content .bottombar-menu ul.multi-menu li.next a, .opera section.bottom-content .bottombar-menu ul.multi-menu li.next a {
    padding-left: 76px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 474, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  .chrome section.bottom-content .bottombar-menu ul.multi-menu li.next a, .gecko section.bottom-content .bottombar-menu ul.multi-menu li.next a, .ie section.bottom-content .bottombar-menu ul.multi-menu li.next a, .unknown section.bottom-content .bottombar-menu ul.multi-menu li.next a, .opera section.bottom-content .bottombar-menu ul.multi-menu li.next a {
    padding-left: 10px;
  }
}
@media (max-width: 1199px) {
  /* line 486, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  .chrome section.bottom-content .bottombar-menu ul.multi-menu li.prev a, .gecko section.bottom-content .bottombar-menu ul.multi-menu li.prev a, .ie section.bottom-content .bottombar-menu ul.multi-menu li.prev a, .unknown section.bottom-content .bottombar-menu ul.multi-menu li.prev a, .opera section.bottom-content .bottombar-menu ul.multi-menu li.prev a {
    padding-right: 76px;
  }
}
@media (max-width: 991px) {
  /* line 486, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  .chrome section.bottom-content .bottombar-menu ul.multi-menu li.prev a, .gecko section.bottom-content .bottombar-menu ul.multi-menu li.prev a, .ie section.bottom-content .bottombar-menu ul.multi-menu li.prev a, .unknown section.bottom-content .bottombar-menu ul.multi-menu li.prev a, .opera section.bottom-content .bottombar-menu ul.multi-menu li.prev a {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 486, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  .chrome section.bottom-content .bottombar-menu ul.multi-menu li.prev a, .gecko section.bottom-content .bottombar-menu ul.multi-menu li.prev a, .ie section.bottom-content .bottombar-menu ul.multi-menu li.prev a, .unknown section.bottom-content .bottombar-menu ul.multi-menu li.prev a, .opera section.bottom-content .bottombar-menu ul.multi-menu li.prev a {
    padding-right: 10px;
  }
}

/* line 502, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
.lg-hidden {
  display: none;
}
@media (max-width: 1199px) {
  /* line 502, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  .lg-hidden {
    display: block;
  }
}

@media (max-width: 1199px) {
  /* line 508, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_bottom_content.scss */
  .lg-visible {
    display: none;
  }
}

/* line 1, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
section.looking-for-more {
  margin-top: -77px;
  padding-top: 123px;
  background-color: #f2f1f0;
}
@media (max-width: 1199px) {
  /* line 1, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
  section.looking-for-more {
    margin-top: -15px;
    padding-top: 67px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
  section.looking-for-more {
    display: none;
  }
}
/* line 12, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
section.looking-for-more h2 {
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: .9px;
}
@media (max-width: 1199px) {
  /* line 12, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
  section.looking-for-more h2 {
    margin-bottom: 23px;
  }
}

/* STYLES FROM MENU MEGAMENU */
/* line 22, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.megamenu-list-title {
  text-transform: uppercase;
}

/* line 25, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.navi-megamenu.subpage-megamenu {
  padding-bottom: 100px;
  position: static;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  padding-top: 0;
  min-height: 100px;
  height: auto;
  max-height: none;
  background-color: transparent;
}
@media (max-width: 1199px) {
  /* line 25, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
  .navi-megamenu.subpage-megamenu {
    padding-bottom: 56px;
  }
}
@media (max-width: 991px) {
  /* line 25, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
  .navi-megamenu.subpage-megamenu {
    padding-bottom: 44px;
  }
}
/* line 42, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.navi-megamenu.subpage-megamenu:after {
  display: none;
}
/* line 45, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.navi-megamenu.subpage-megamenu .megamenu-list-title {
  padding-top: 18px;
  padding-top: 19px;
  margin-bottom: 0;
  margin-bottom: 13px;
  line-height: 2.3px;
  letter-spacing: 1.6px;
}
@media (max-width: 1199px) {
  /* line 45, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
  .navi-megamenu.subpage-megamenu .megamenu-list-title {
    padding-top: 15px;
    font-size: 14px;
    margin-bottom: 8px;
  }
}
/* line 59, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.navi-megamenu.subpage-megamenu ul.megamenu-list > li {
  line-height: 3.1;
  line-height: 2.5;
}
@media (max-width: 1199px) {
  /* line 59, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
  .navi-megamenu.subpage-megamenu ul.megamenu-list > li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  /* line 59, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
  .navi-megamenu.subpage-megamenu ul.megamenu-list > li {
    line-height: 2.7;
  }
}
/* line 69, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.navi-megamenu.subpage-megamenu ul {
  max-width: 100%;
  width: auto;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  /* line 69, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
  .navi-megamenu.subpage-megamenu ul {
    padding-right: 15px;
  }
}
/* line 78, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.navi-megamenu.subpage-megamenu ul li {
  letter-spacing: 1.3px;
  line-height: 1.2;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  /* line 78, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
  .navi-megamenu.subpage-megamenu ul li {
    margin-bottom: 17px;
  }
}
/* line 86, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.navi-megamenu.subpage-megamenu ul ul {
  padding-left: 20px;
}
/* line 88, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.navi-megamenu.subpage-megamenu ul ul li {
  letter-spacing: .3px;
}
/* line 94, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.navi-megamenu.subpage-megamenu a:hover {
  text-decoration: none;
}
/* line 98, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.navi-megamenu.subpage-megamenu .megamenu-inner {
  left: auto;
  max-width: 90%;
  padding-top: 35px;
  padding-top: 43px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 991px) {
  /* line 98, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
  .navi-megamenu.subpage-megamenu .megamenu-inner {
    max-width: 100%;
    padding-top: 40px;
  }
}
/* line 109, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.navi-megamenu.subpage-megamenu .megamenu-inner .menu-with-icons li {
  background-color: white;
}
/* line 112, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.navi-megamenu.subpage-megamenu .megamenu-inner ul.sub-menu {
  padding-top: 8px;
  padding-bottom: 0;
}
/* line 115, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.navi-megamenu.subpage-megamenu .megamenu-inner ul.sub-menu li {
  line-height: 1.2;
}
/* line 123, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.navi-megamenu.subpage-megamenu .menu-with-icons {
  padding-top: 0;
}
@media (max-width: 1199px) {
  /* line 123, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
  .navi-megamenu.subpage-megamenu .menu-with-icons {
    -webkit-flex-flow: column;
    flex-flow: column;
    width: 100%;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-left: 63px;
  }
}
@media (max-width: 991px) {
  /* line 123, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
  .navi-megamenu.subpage-megamenu .menu-with-icons {
    padding-left: 43px;
  }
}
@media (max-width: 1199px) {
  /* line 136, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
  .navi-megamenu.subpage-megamenu .menu-with-icons li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  /* line 142, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
  .navi-megamenu.subpage-megamenu .menu-with-icons:last-child {
    margin-bottom: 0;
  }
}
/* line 148, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.navi-megamenu.subpage-megamenu .megamenu-menu-wrapper {
  opacity: 1;
  top: 0;
  flex: .9;
}
/* line 155, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.navi-megamenu.subpage-megamenu .megamenu-menu-wrapper:first-child {
  flex: 1;
}
/* line 158, ../../../../source/wp-content/themes/CampDanbee/css/subpage/_looking_for_more.scss */
.navi-megamenu.subpage-megamenu .megamenu-menu-wrapper:last-child {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

/*********** FILTERS SETTINGS *************/
/* line 12, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
body.blog .filters header, body.archive .filters header {
  font-size: 18px;
}

/* line 15, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
body.blog .filters .filters-title, body.archive .filters .filters-title {
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  position: relative;
  color: white;
  font-size: 15px;
  line-height: 30px;
  padding: 12px 0;
  letter-spacing: 1.5px;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 15, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
  body.blog .filters .filters-title, body.archive .filters .filters-title {
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px;
  }
}
/* line 32, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
body.blog .filters .filters-title .hidden, body.archive .filters .filters-title .hidden {
  display: none;
}

/* line 36, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
body.blog .filters .filters-title span, body.archive .filters .filters-title span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  right: 4px;
  top: 16px;
}

/* line 47, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
section.filters {
  padding-top: 45px;
}
@media (max-width: 991px) {
  /* line 47, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
  section.filters {
    padding-top: 41px;
  }
}
@media (max-width: 767px) {
  /* line 47, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
  section.filters {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 0;
    background-color: #2f1945;
  }
}
/* line 58, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
section.filters.adventures-filters {
  background-color: transparent;
}

@media (max-width: 767px) {
  /* line 62, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
  .filters-content {
    padding-top: 10px;
    padding-bottom: 20px;
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 68, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
  .filters-content.adventures-filters-content {
    display: block;
  }
}

/* line 75, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
div.fancy-select.disabled {
  opacity: 0.5;
}

/* line 79, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
div.fancy-select select:focus + div.trigger {
  box-shadow: 0 0 0 2px #4B5468;
}

/* line 83, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}

/* line 87, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
div.fancy-select div.trigger {
  border-radius: 3px;
  cursor: pointer;
  padding: 15px 24px 15px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: .2px;
  position: relative;
  background: white;
  color: black;
  font-weight: 600;
  line-height: 20px;
  border: 1px solid #b7b7b7;
  width: 100%;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}
@media (max-width: 767px) {
  /* line 87, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
  div.fancy-select div.trigger {
    margin-bottom: 10px;
  }
}

/* line 112, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
div.fancy-select div.trigger:after, .filters-title span:after {
  content: "\f078";
  display: block;
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 11px;
  top: 16px;
  right: 10px;
}

/* line 125, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
.filters-title.active span:after {
  content: "\f077";
}

/* line 128, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
.filters-title span:after {
  color: white;
  z-index: 10;
  transform: translate(0, -58%) rotate(0);
}

/* line 134, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
div.fancy-select div.trigger.open {
  border: 1px solid transparent;
  box-shadow: none;
}
/* line 137, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
div.fancy-select div.trigger.open:after {
  content: "\f077";
}

/* line 143, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
div.fancy-select {
  position: relative;
  font-size: 15px;
  width: 100%;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  /* line 143, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
  div.fancy-select {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
/* line 153, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: white;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #ebebeb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  font-size: 15px;
  padding: 0;
  padding-top: 10px;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}
/* line 177, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
div.fancy-select ul.options.open {
  visibility: visible;
  top: 50px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}
/* line 189, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}
/* line 197, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}
/* line 207, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
div.fancy-select ul.options li {
  padding: 4px 15px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 15px;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}
/* line 217, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
div.fancy-select ul.options li.selected {
  background: #f2f2f2;
}
/* line 220, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
div.fancy-select ul.options li.disabled {
  background-color: #cbc9c9;
  cursor: default;
}
/* line 224, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
div.fancy-select ul.options li.disabled:hover {
  background-color: #cbc9c9;
}
/* line 228, ../../../../source/wp-content/themes/CampDanbee/css/filters/_selects.scss */
div.fancy-select ul.options li:hover {
  background: #f2f2f2;
}

/*********  FILTERS SEARCHFORM *****************/
/* line 3, ../../../../source/wp-content/themes/CampDanbee/css/filters/_searchform.scss */
.searchform input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  border-radius: 1px;
  padding: 15px 50px 15px 12px;
  background: white;
  color: black;
  font-weight: 600;
  line-height: 20px;
  border: 1px solid #b7b7b7;
  width: 100%;
  font-size: 15px;
  height: auto;
  color: #959595;
}
/* line 16, ../../../../source/wp-content/themes/CampDanbee/css/filters/_searchform.scss */
.searchform input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder {
  color: #959595;
}
/* line 20, ../../../../source/wp-content/themes/CampDanbee/css/filters/_searchform.scss */
.searchform input:not([type="checkbox"]):not([type="radio"]):-moz-placeholder {
  color: #959595;
}
/* line 24, ../../../../source/wp-content/themes/CampDanbee/css/filters/_searchform.scss */
.searchform input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder {
  color: #959595;
}
/* line 28, ../../../../source/wp-content/themes/CampDanbee/css/filters/_searchform.scss */
.searchform input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder {
  color: #959595;
}

/* line 32, ../../../../source/wp-content/themes/CampDanbee/css/filters/_searchform.scss */
.searchform {
  position: relative;
}
@media (max-width: 767px) {
  /* line 32, ../../../../source/wp-content/themes/CampDanbee/css/filters/_searchform.scss */
  .searchform {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 38, ../../../../source/wp-content/themes/CampDanbee/css/filters/_searchform.scss */
.searchform button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
/* line 47, ../../../../source/wp-content/themes/CampDanbee/css/filters/_searchform.scss */
.searchform button:focus, .searchform button:active {
  outline: none;
}
/* line 51, ../../../../source/wp-content/themes/CampDanbee/css/filters/_searchform.scss */
.searchform:after {
  content: "\f002";
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  /* line 51, ../../../../source/wp-content/themes/CampDanbee/css/filters/_searchform.scss */
  .searchform:after {
    right: 33px;
  }
}

/* line 1, ../../../../source/wp-content/themes/CampDanbee/css/home/_load_screen.scss */
.load-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-width: 320px;
  z-index: 150;
  background-color: #0029a6;
  text-align: center;
}

/* line 12, ../../../../source/wp-content/themes/CampDanbee/css/home/_load_screen.scss */
.load-screen-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 16, ../../../../source/wp-content/themes/CampDanbee/css/home/_load_screen.scss */
.d-letter {
  width: 210px;
  height: auto;
  height: auto;
}
@media (max-width: 991px) {
  /* line 16, ../../../../source/wp-content/themes/CampDanbee/css/home/_load_screen.scss */
  .d-letter {
    max-width: 200px;
  }
}

/* line 24, ../../../../source/wp-content/themes/CampDanbee/css/home/_load_screen.scss */
.load-screen.hidden {
  display: none;
}

/* line 28, ../../../../source/wp-content/themes/CampDanbee/css/home/_load_screen.scss */
.load-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 120px;
  background-color: #0029a6;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  /* line 28, ../../../../source/wp-content/themes/CampDanbee/css/home/_load_screen.scss */
  .load-text-wrapper {
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  /* line 28, ../../../../source/wp-content/themes/CampDanbee/css/home/_load_screen.scss */
  .load-text-wrapper {
    width: 100%;
    max-height: 80px;
  }
}
/* line 47, ../../../../source/wp-content/themes/CampDanbee/css/home/_load_screen.scss */
.load-text-wrapper img, .load-text-wrapper svg {
  min-width: 580px;
  height: 140px;
}
@media (max-width: 991px) {
  /* line 47, ../../../../source/wp-content/themes/CampDanbee/css/home/_load_screen.scss */
  .load-text-wrapper img, .load-text-wrapper svg {
    min-width: 500px;
    height: 190px;
  }
}
@media (max-width: 767px) {
  /* line 47, ../../../../source/wp-content/themes/CampDanbee/css/home/_load_screen.scss */
  .load-text-wrapper img, .load-text-wrapper svg {
    min-width: 95%;
  }
}
/* line 60, ../../../../source/wp-content/themes/CampDanbee/css/home/_load_screen.scss */
.load-text-wrapper .load-overlay {
  transition: all .3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #0029a6;
}

/* HOME TOP SLIDER */
/* line 2, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.home-slider {
  padding-left: 0;
  margin: 0;
  width: 100%;
  position: relative;
  /* BOTTOM GRADIENT */
}
/* line 11, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.home-slider:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.64) 1%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.64) 1%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.64) 1%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: .7;
}
/* line 29, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.home-slider li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 86vh;
}
@media (max-width: 1199px) {
  /* line 29, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
  .home-slider li {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 29, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
  .home-slider li {
    height: 75.5vh;
  }
}

/* HOME TOP VIDEO - WISTIA */
/* line 46, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.home-video {
  position: relative;
  overflow: hidden;
}
/* line 50, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.home-video:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #001040;
  opacity: 0;
  transition: all .5s ease;
}
/* line 61, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.home-video.menu-open:after {
  opacity: .3;
}

/* line 66, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.home_video {
  position: relative;
  top: -9px;
}

/* line 70, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.wistia_responsive_padding {
  padding-top: 51%;
}

/* line 73, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
#wistia_grid_15_main {
  display: block;
  position: relative;
}

/* line 77, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.wistia_responsive_wrapper {
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 83, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.video-wrapper {
  overflow: hidden;
}

/* line 88, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.body-mobile .mobile {
  display: block;
}
/* line 91, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.body-mobile .desktop {
  display: none;
}

/* line 96, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.mobile {
  display: none;
}

/* HOME  - SCROLL DOWN BUTTON */
/* line 101, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.scroll-down {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  left: 48.5%;
  bottom: 4%;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  letter-spacing: 1.8px;
  z-index: 2;
}
@media (max-width: 1199px) {
  /* line 101, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
  .scroll-down {
    bottom: 3%;
  }
}
@media (max-width: 767px) {
  /* line 101, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
  .scroll-down {
    left: 52.5%;
  }
}
@media (max-width: 480px) {
  /* line 101, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
  .scroll-down {
    z-index: 1;
  }
}
/* line 127, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.scroll-down:hover, .scroll-down:focus, .scroll-down:active {
  text-decoration: none;
  color: white;
  text-align: center;
}
/* line 132, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.scroll-down img {
  width: 23px;
  margin: 0 10px;
}

/* VIDEO LIGHTBOX */
/* line 139, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.video-lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease;
  z-index: -1;
}
/* line 150, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.video-lightbox.visible {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
/* line 154, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.video-lightbox.visible .lightbox-video-wrapper {
  display: block;
}

/* line 160, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.lightbox-video-wrapper {
  position: relative;
  max-width: 83%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
@media (max-width: 767px) {
  /* line 160, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
  .lightbox-video-wrapper {
    max-width: 100%;
  }
}

/* video lightbox close button */
/* line 171, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.video-lightbox-close {
  display: block;
  position: absolute;
  top: 30px;
  right: 36px;
  right: 16px;
  z-index: 99;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-image: url("images/close_btn.svg");
  line-height: 48px;
}

/* MOBILE LIGHTBOX OPEN HOME */
/* line 190, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.mobile-video-trigger {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 54%;
  width: 65px;
  height: 65px;
  width: 130px;
  height: 130px;
  height: 80px;
  width: 80px;
  border: 6px solid #ffdb27;
  border-radius: 50%;
}
@media (max-width: 767px) {
  /* line 190, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
  .mobile-video-trigger {
    display: block;
  }
}
/* line 213, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
.mobile-video-trigger:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  position: absolute;
  background-image: url(images/play_triangle.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
@media (max-width: 480px) {
  /* line 213, ../../../../source/wp-content/themes/CampDanbee/css/home/_video.scss */
  .mobile-video-trigger:before {
    width: 20px;
    height: 20px;
  }
}

/* line 1, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.bubble-wrapper {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 47px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/bubble1.svg);
  cursor: pointer;
  background-position: left center;
  transition: all .4s ease;
  z-index: 101;
}
/* line 13, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.bubble-wrapper:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 21px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/long_arr_left.svg);
  -webkit-transform: translateX(-100%) rotate(180deg);
  transform: translateX(-100%) rotate(180deg);
  left: 26px;
  top: 38px;
  left: 50%;
  top: 43%;
}

/* IE FIXES.... */
/* line 32, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.ie .video-left-menu .bubble-wrapper {
  -ms-transform: translate(-16px, -50%);
  -webkit-transform: translate(-16px, -50%);
  transform: translate(-16px, -50%);
}
/* line 39, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.ie .video-menu.video-right-menu:before {
  -ms-transform: translate(-30px, -50%) rotate(180deg);
  -webkit-transform: translate(-30px, -50%) rotate(180deg);
  transform: translate(-30px, -50%) rotate(180deg);
}

/* line 49, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.menu-open .video-menu.video-left-menu .bubble-wrapper {
  transition: all .42s ease;
}

/* line 54, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu {
  position: absolute;
  height: 100%;
  width: 47px;
  top: 0;
  background-color: white;
  z-index: 1;
}
@media (max-width: 480px) {
  /* line 54, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .video-menu {
    width: 38px;
    z-index: 3;
  }
}
/* line 65, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu:before {
  display: block;
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/bubble1.svg);
  cursor: pointer;
  background-position: left center;
}
/* line 75, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu h6 {
  position: relative;
  top: 49%;
  color: #0029a6;
  word-break: keep-all;
  font-size: 15px;
  font-family: "filson-pro", sans-serif;
  font-weight: 900;
  letter-spacing: 5px;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  /* line 75, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .video-menu h6 {
    font-size: 12px;
  }
}
/* line 91, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu h6:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 99, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-left-menu {
  left: 0;
  transition: all .4s ease;
}
@media (max-width: 480px) {
  /* line 99, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .video-menu.video-left-menu {
    overflow: visible;
  }
}
/* line 106, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-left-menu:before {
  display: none;
}
/* line 109, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-left-menu .bubble-wrapper {
  height: 150px;
  left: 26px;
  background-image: url(images/bubble1new.svg);
  transition: all .32s ease;
}
@media (max-width: 480px) {
  /* line 109, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .video-menu.video-left-menu .bubble-wrapper {
    left: 17px;
  }
}
/* line 119, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-left-menu.open-mobile {
  width: 300px;
}
@media (max-width: 480px) {
  /* line 119, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .video-menu.video-left-menu.open-mobile {
    width: 230px;
  }
}
/* line 124, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-left-menu.open-mobile .video-menu-wrapper {
  opacity: 1;
}
/* line 126, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-left-menu.open-mobile .video-menu-wrapper:before {
  width: 200px;
}
/* line 130, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-left-menu.open-mobile .one-video-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: .45s;
}
/* line 135, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-left-menu.open-mobile .bubble-wrapper {
  transition: all .4s ease;
  left: 310px !important;
}
@media (max-width: 480px) {
  /* line 135, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .video-menu.video-left-menu.open-mobile .bubble-wrapper {
    left: 240px !important;
  }
}
/* line 144, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-left-menu.open {
  width: 300px;
}
/* line 146, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-left-menu.open .bubble-wrapper {
  left: 310px !important;
}
/* line 149, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-left-menu.open .video-menu-wrapper {
  opacity: 1;
}
/* line 151, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-left-menu.open .video-menu-wrapper:before {
  width: 200px;
}
/* line 155, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-left-menu.open .one-video-menu {
  transition-delay: .35s;
  opacity: 1;
  visibility: visible;
}
/* line 160, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-left-menu.open .video-canvas {
  display: none;
}
/* line 164, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-left-menu h6 {
  z-index: 102;
  -webkit-transform: translate(-40%, -29%) rotate(-90deg);
  transform: translate(-40%, -29%) rotate(-90deg);
}
@media (max-width: 480px) {
  /* line 164, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .video-menu.video-left-menu h6 {
    -webkit-transform: translate(-43%, -29%) rotate(-90deg);
    transform: translate(-43%, -29%) rotate(-90deg);
  }
}
/* line 172, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-left-menu h6:before {
  display: none;
}
/* line 177, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-right-menu {
  right: 0;
}
@media (max-width: 767px) {
  /* line 177, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .video-menu.video-right-menu {
    display: none;
  }
}
/* line 182, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-right-menu:before {
  right: -15px;
  background-position: right center;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
/* line 188, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-right-menu h6 {
  -webkit-transform: translate(-37%, 0) rotate(90deg);
  transform: translate(-37%, 0) rotate(90deg);
}
/* line 191, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-right-menu h6:before {
  border-bottom: 20px solid #0029a6;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  top: 41px;
  left: 50%;
  transition: all .3s ease;
}
/* line 202, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu.video-right-menu:hover h6:before {
  border-bottom: 20px solid #ffdb27;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* line 211, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.one-video-menu {
  opacity: 0;
  visibility: hidden;
  padding-left: 72px;
  position: relative;
  transition: opacity .2s ease;
  transition-delay: 0s;
}
@media (max-width: 480px) {
  /* line 211, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .one-video-menu {
    padding-left: 46px;
  }
}
/* line 221, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.one-video-menu:first-child {
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  /* line 221, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .one-video-menu:first-child {
    padding-bottom: 24px;
  }
}
/* line 227, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.one-video-menu:last-child {
  padding-top: 40px;
}
@media (max-width: 480px) {
  /* line 227, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .one-video-menu:last-child {
    padding-top: 24px;
  }
}
/* line 232, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.one-video-menu:last-child:after {
  display: none;
}
/* line 236, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.one-video-menu:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 181px;
  right: 59px;
  background-color: #bfbebd;
  height: 1px;
}
@media (max-width: 480px) {
  /* line 236, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .one-video-menu:after {
    right: 0;
  }
}
/* line 247, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.one-video-menu .menu-item a img {
  width: 29px;
  padding-right: 0;
  position: absolute;
}
@media (max-width: 480px) {
  /* line 247, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .one-video-menu .menu-item a img {
    width: 25px;
  }
}
/* line 255, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.one-video-menu .menu-image-title {
  margin-left: 40px;
}
@media (max-width: 480px) {
  /* line 255, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .one-video-menu .menu-image-title {
    margin-left: 30px;
  }
}
/* line 261, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.one-video-menu .menu-item a.menu-image-hovered img.hovered-image {
  margin-left: 0 !important;
}
/* line 264, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.one-video-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
/* line 268, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.one-video-menu ul a {
  text-decoration: none;
  font-size: 16px;
  color: #0029a6;
}
@media (max-width: 480px) {
  /* line 268, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .one-video-menu ul a {
    font-size: 14px;
  }
}
/* line 277, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.one-video-menu li {
  font-family: "vista-slab", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}
/* line 280, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.one-video-menu li:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  /* line 277, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .one-video-menu li {
    margin-bottom: 15px;
    margin-bottom: 11px;
  }
}
/* line 288, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.one-video-menu h3 {
  font-size: 24px;
  max-width: 140px;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0029a6;
}
@media (max-width: 480px) {
  /* line 288, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .one-video-menu h3 {
    font-size: 18px;
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%;
    letter-spacing: .5px;
  }
}

/* line 304, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  position: relative;
  opacity: 0;
  top: -20px;
  transition: all .4s ease;
}
@media (max-width: 480px) {
  /* line 304, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .video-menu-wrapper {
    margin-top: -17px;
    padding-bottom: 0;
  }
}
/* line 321, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-menu-wrapper:before {
  display: block;
  content: "";
  position: absolute;
  height: 140%;
  width: 0;
  transition: width .5s ease;
  border-radius: 50%;
  background-color: white;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -32px;
}

/* CANVAS VIDEO */
/* line 335, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
.video-canvas {
  position: absolute;
  height: 100%;
  bottom: 0;
  pointer-events: none;
  left: 47px;
  transition: opacity .3s ease;
  z-index: 100;
}
@media (max-width: 991px) {
  /* line 335, ../../../../source/wp-content/themes/CampDanbee/css/home/_video_menu.scss */
  .video-canvas {
    display: none;
  }
}

/* line 1, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
.testimonials {
  background-image: url(images/home_triangles.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 153px;
  padding-bottom: 100px;
  text-align: center;
  position: relative;
}
@media (max-width: 1199px) {
  /* line 1, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
  .testimonials {
    padding-top: 130px;
    background-image: url(images/triangles_mobile.svg);
    background-position: top left;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  /* line 1, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
  .testimonials {
    padding-top: 53px;
    padding-bottom: 0;
    margin-bottom: 100px;
  }
}
/* line 23, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
.testimonials:after {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 160px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  bottom: -80px;
  background-color: #0029a6;
  z-index: 2;
}
@media (max-width: 767px) {
  /* line 23, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
  .testimonials:after {
    bottom: -137px;
    height: 117px;
  }
}
/* line 38, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
.testimonials h2 {
  font-size: 72px;
  padding-top: 4px;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  /* line 38, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
  .testimonials h2 {
    line-height: 1.18;
    letter-spacing: .2px;
  }
}
@media (max-width: 767px) {
  /* line 38, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
  .testimonials h2 {
    font-size: 30px;
    max-width: 62%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  /* line 38, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
  .testimonials h2 {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 55, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
  .testimonials h2 br {
    display: none;
  }
}
/* line 61, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
.testimonials h5 {
  font-size: 18px;
  letter-spacing: 4.3px;
  margin-bottom: 19px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 61, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
  .testimonials h5 {
    font-size: 10px;
    letter-spacing: 2.3px;
  }
}
/* line 70, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
.testimonials h5:before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(images/quotebig.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  width: 244px;
  height: 151px;
  top: -38px;
  z-index: -1;
}
@media (max-width: 1199px) {
  /* line 70, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
  .testimonials h5:before {
    top: -28px;
  }
}
@media (max-width: 767px) {
  /* line 70, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
  .testimonials h5:before {
    height: 100px;
    width: 120px;
  }
}
/* line 88, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
.testimonials .button-wrap {
  padding-top: 23px;
}
@media (max-width: 767px) {
  /* line 88, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
  .testimonials .button-wrap {
    padding-top: 50px;
  }
}
/* line 94, ../../../../source/wp-content/themes/CampDanbee/css/home/_testimonials.scss */
.testimonials .button {
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1.9px;
}

@media (max-width: 767px) {
  /* line 2, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .girl-world h2, .danbee-power h2 {
    font-size: 36px;
    margin-bottom: 17px;
    letter-spacing: .2px;
  }
}
@media (max-width: 767px) {
  /* line 8, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .girl-world h2 br, .danbee-power h2 br {
    display: none;
  }
}

/* line 16, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.girl-world {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 135px;
  padding-bottom: 0;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 1199px) {
  /* line 16, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .girl-world {
    -webkit-flex-flow: column;
    flex-flow: column;
    padding-top: 118px;
    margin-bottom: 79px;
  }
}
@media (max-width: 767px) {
  /* line 16, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .girl-world {
    padding-top: 57px;
  }
}
@media (max-width: 480px) {
  /* line 16, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .girl-world {
    margin-bottom: 40px;
  }
}
/* line 37, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.girl-world:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  width: 49%;
  height: 30%;
  min-height: 310px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/yellow_triangle.svg);
  background-position: left center;
  left: 0;
  bottom: -18px;
  z-index: 1;
}
@media (max-width: 1199px) {
  /* line 37, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .girl-world:before {
    width: 85%;
    height: 27%;
    bottom: -2px;
    background-position: left bottom;
  }
}
@media (max-width: 767px) {
  /* line 37, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .girl-world:before {
    display: none;
    width: 65%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    background-position: bottom center;
  }
}
/* line 62, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.girl-world:after {
  display: block;
  content: "";
  position: absolute;
  display: none;
  width: 94%;
  height: 114.5%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  top: 29px;
  border: 13px solid #ffdb27;
  z-index: -1;
}
@media (max-width: 1199px) {
  /* line 62, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .girl-world:after {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 62, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .girl-world:after {
    width: 77%;
    height: 122.5%;
    border-width: 10px;
    top: -26px;
  }
}
@media (max-width: 480px) {
  /* line 62, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .girl-world:after {
    width: 91%;
  }
}

/* line 85, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider {
  padding-left: 0;
  list-style: none;
  width: 49%;
  margin: 0;
  /* HOME SLIDERS MOBILE ARROWS */
}
@media (max-width: 1199px) {
  /* line 85, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider {
    width: 79%;
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
}
@media (max-width: 767px) {
  /* line 85, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider {
    -webkit-align-self: center;
    align-self: center;
    width: 64%;
    padding-top: 25px;
  }
}
@media (max-width: 480px) {
  /* line 85, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider {
    width: 100%;
    padding-top: 0;
  }
}
/* line 105, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider li {
  position: relative;
  width: 100%;
  padding-bottom: 37%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  /* line 105, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider li {
    padding-bottom: 38.5%;
  }
}
@media (max-width: 767px) {
  /* line 105, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider li {
    padding-bottom: 39%;
  }
}
@media (max-width: 480px) {
  /* line 105, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider li {
    padding-bottom: 37.5%;
  }
}
/* line 123, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider li:before {
  height: 30%;
  min-height: 310px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/yellow_triangle.svg);
  background-position: left center;
  z-index: 1;
  width: 100%;
  height: 27%;
  background-position: bottom center;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  /* line 123, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider li:before {
    display: block;
    content: "";
    position: absolute;
    left: -1px;
    bottom: -1px;
  }
}
/* line 146, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider .slick-arrow {
  width: 47px;
  height: 47px;
  border: 4px solid #0029a6;
  border-radius: 50%;
  right: -77px;
  top: 44%;
  transition: all .3s ease;
  display: none !important;
}
@media (max-width: 1199px) {
  /* line 146, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider .slick-arrow {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 146, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider .slick-arrow {
    top: 6px;
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 480px) {
  /* line 146, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider .slick-arrow {
    top: -19px;
  }
}
/* line 166, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider .slick-arrow:after {
  background-size: 20px 20px;
}
@media (max-width: 767px) {
  /* line 166, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider .slick-arrow:after {
    background-size: 17px 17px;
  }
}
/* line 172, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider .slick-arrow:hover {
  border: 4px solid #7f94d2;
}
/* line 176, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider .slick-next {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 767px) {
  /* line 176, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider .slick-next {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    right: 30px;
  }
}
@media (max-width: 480px) {
  /* line 176, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider .slick-next {
    right: 45px;
  }
}
/* line 187, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider .slick-next:after {
  left: 0;
  background-image: url("images/long_arr_left.svg");
}
/* line 192, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider .slick-next:hover:after {
  background-image: url("images/long_arr_left_lighter.svg");
}
/* line 197, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider .slick-prev {
  left: auto;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  /* line 197, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider .slick-prev {
    left: 30px;
  }
}
@media (max-width: 480px) {
  /* line 197, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider .slick-prev {
    left: 45px;
  }
}
/* line 207, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider .slick-prev:after {
  right: 0;
  background-position: center center;
  background-image: url("images/long_arr_right.svg");
}
/* line 213, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider .slick-prev:hover:after {
  background-image: url("images/long_arr_right_lighter.svg");
}
/* line 218, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider div {
  height: 100%;
}
/* line 221, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider .slick-dots {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  bottom: auto;
  top: -35px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  left: 18%;
  z-index: 10;
  width: 80%;
}
@media (max-width: 1199px) {
  /* line 221, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider .slick-dots {
    top: -27px;
    left: 40%;
  }
}
@media (max-width: 767px) {
  /* line 221, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider .slick-dots {
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-justify-content: center;
    justify-content: center;
    top: -33px;
  }
}
@media (max-width: 480px) {
  /* line 221, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider .slick-dots {
    top: -59px;
    z-index: 10;
    padding-left: 0;
  }
}
/* line 246, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider .slick-dots li {
  padding-bottom: 0;
  width: auto;
}
@media (max-width: 767px) {
  /* line 250, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider .slick-dots li:before {
    display: none;
  }
}
/* line 257, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider:after {
  display: block;
  content: "";
  position: absolute;
  background-image: url(images/white_triangle.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: top right;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  height: 107%;
  width: 400px;
  width: 30%;
  top: 0;
  right: -2px;
}
@media (max-width: 767px) {
  /* line 257, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider:after {
    display: none;
  }
}
/* line 273, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider:before {
  right: 35%;
  display: block;
  content: "";
  position: absolute;
  width: 135%;
  height: 122%;
  top: -11%;
  border: 13px solid #ffdb27;
  z-index: -1;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1900px) {
  /* line 273, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider:before {
    right: 41%;
  }
}
@media (max-width: 1199px) {
  /* line 273, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider:before {
    display: none;
  }
}

/* line 292, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider, .middle-home-slider-text {
  position: relative;
}

/* line 296, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider-text {
  padding-left: 30px;
  padding-top: 146px;
  padding-top: 79px;
  padding-bottom: 132px;
  width: 51%;
  position: relative;
  padding-right: 64px;
}
@media (max-width: 1199px) {
  /* line 296, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider-text {
    width: 100%;
    -webkit-order: -1;
    order: -1;
    padding-top: 0;
    padding-left: 146px;
    padding-bottom: 146px;
    padding-left: 36px;
    padding-right: 37px;
  }
}
@media (max-width: 767px) {
  /* line 296, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider-text {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 55%;
  }
}
@media (max-width: 480px) {
  /* line 296, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider-text {
    max-width: 79%;
    padding-bottom: 137px;
  }
}
/* line 326, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider-text .text-wrapper {
  position: relative;
}
/* line 329, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider-text .button-wrap {
  padding-top: 28px;
}
@media (max-width: 767px) {
  /* line 329, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider-text .button-wrap {
    padding-top: 24px;
    text-align: center;
  }
}
/* line 336, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider-text .about {
  color: #0029a6;
  font-size: 18px;
  font-family: "vista-slab", sans-serif;
  font-weight: 900;
  position: absolute;
  margin: 0;
  top: 28%;
  right: 55px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translate(100%, -10%) rotate(90deg);
  transform: translate(100%, -100%) rotate(90deg);
}
@media (max-width: 1199px) {
  /* line 336, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider-text .about {
    right: 46px;
  }
}
@media (max-width: 767px) {
  /* line 336, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider-text .about {
    display: none;
  }
}
/* line 356, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider-text h6 {
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
  font-family: "utopia-std";
  font-style: italic;
  font-weight: 700;
}
@media (max-width: 767px) {
  /* line 356, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider-text h6 {
    font-size: 14px;
  }
}

/* line 367, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
.middle-home-slider-text-inner {
  max-width: 430px;
}
@media (max-width: 1199px) {
  /* line 367, ../../../../source/wp-content/themes/CampDanbee/css/home/_slider.scss */
  .middle-home-slider-text-inner {
    margin-left: auto;
    margin-right: auto;
  }
}

/* HOME BLUE BOXES SECTION */
/* line 3, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.boxes-section {
  position: relative;
  top: -152px;
  top: -169px;
  margin-bottom: -237px;
  z-index: 2;
}
@media (max-width: 1199px) {
  /* line 3, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .boxes-section {
    top: 0;
    margin-bottom: 0;
  }
}

/* line 14, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.boxes-wrapper {
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  /* line 14, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .boxes-wrapper {
    max-width: 86%;
    -webkit-flex-flow: column;
    flex-flow: column;
  }
}
@media (max-width: 767px) {
  /* line 14, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .boxes-wrapper {
    max-width: 51%;
  }
}
@media (max-width: 480px) {
  /* line 14, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .boxes-wrapper {
    max-width: 76%;
  }
}
/* line 31, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.boxes-wrapper:hover .one-box, .boxes-wrapper.clicked .one-box {
  background-color: #00238c;
}
@media (max-width: 1199px) {
  /* line 31, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .boxes-wrapper:hover .one-box, .boxes-wrapper.clicked .one-box {
    padding-bottom: 33%;
  }
}
@media (max-width: 767px) {
  /* line 31, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .boxes-wrapper:hover .one-box, .boxes-wrapper.clicked .one-box {
    padding-bottom: 90%;
  }
}
/* line 39, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.boxes-wrapper:hover .one-box .title, .boxes-wrapper:hover .one-box .number, .boxes-wrapper.clicked .one-box .title, .boxes-wrapper.clicked .one-box .number {
  color: #8094d3;
}
/* line 43, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.boxes-wrapper:hover .one-box .title:after, .boxes-wrapper.clicked .one-box .title:after {
  background-color: #8094d3;
}
@media (max-width: 1199px) {
  /* line 42, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .boxes-wrapper:hover .one-box .title, .boxes-wrapper.clicked .one-box .title {
    padding-top: 11px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  /* line 42, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .boxes-wrapper:hover .one-box .title, .boxes-wrapper.clicked .one-box .title {
    font-size: 24px;
  }
}
/* line 54, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.boxes-wrapper:hover .one-box:hover, .boxes-wrapper:hover .one-box.clicked, .boxes-wrapper.clicked .one-box:hover, .boxes-wrapper.clicked .one-box.clicked {
  background-color: #0029a6;
  -webkit-flex: 1.7;
  flex: 1.7;
}
@media (max-width: 1199px) {
  /* line 54, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .boxes-wrapper:hover .one-box:hover, .boxes-wrapper:hover .one-box.clicked, .boxes-wrapper.clicked .one-box:hover, .boxes-wrapper.clicked .one-box.clicked {
    -webkit-flex: 0;
    flex: 0;
    padding-bottom: 70.5%;
  }
}
@media (max-width: 767px) {
  /* line 54, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .boxes-wrapper:hover .one-box:hover, .boxes-wrapper:hover .one-box.clicked, .boxes-wrapper.clicked .one-box:hover, .boxes-wrapper.clicked .one-box.clicked {
    padding-bottom: 185%;
  }
}
/* line 66, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.boxes-wrapper:hover .one-box:hover .wrapper, .boxes-wrapper:hover .one-box.clicked .wrapper, .boxes-wrapper.clicked .one-box:hover .wrapper, .boxes-wrapper.clicked .one-box.clicked .wrapper {
  height: 90%;
  top: 50%;
}
@media (max-width: 1199px) {
  /* line 66, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .boxes-wrapper:hover .one-box:hover .wrapper, .boxes-wrapper:hover .one-box.clicked .wrapper, .boxes-wrapper.clicked .one-box:hover .wrapper, .boxes-wrapper.clicked .one-box.clicked .wrapper {
    height: 80%;
  }
}
/* line 73, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.boxes-wrapper:hover .one-box:hover .title, .boxes-wrapper:hover .one-box.clicked .title, .boxes-wrapper.clicked .one-box:hover .title, .boxes-wrapper.clicked .one-box.clicked .title {
  font-size: 66px;
  color: #ffdb27;
}
/* line 76, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.boxes-wrapper:hover .one-box:hover .title:after, .boxes-wrapper:hover .one-box.clicked .title:after, .boxes-wrapper.clicked .one-box:hover .title:after, .boxes-wrapper.clicked .one-box.clicked .title:after {
  background-color: white;
}
@media (max-width: 767px) {
  /* line 73, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .boxes-wrapper:hover .one-box:hover .title, .boxes-wrapper:hover .one-box.clicked .title, .boxes-wrapper.clicked .one-box:hover .title, .boxes-wrapper.clicked .one-box.clicked .title {
    font-size: 30px;
  }
}
/* line 83, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.boxes-wrapper:hover .one-box:hover .content, .boxes-wrapper:hover .one-box.clicked .content, .boxes-wrapper.clicked .one-box:hover .content, .boxes-wrapper.clicked .one-box.clicked .content {
  opacity: 1;
  height: auto;
  visibility: visible;
}
@media (max-width: 1199px) {
  /* line 83, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .boxes-wrapper:hover .one-box:hover .content, .boxes-wrapper:hover .one-box.clicked .content, .boxes-wrapper.clicked .one-box:hover .content, .boxes-wrapper.clicked .one-box.clicked .content {
    height: auto;
  }
}
/* line 90, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.boxes-wrapper:hover .one-box:hover .content .button.button-secondary, .boxes-wrapper:hover .one-box.clicked .content .button.button-secondary, .boxes-wrapper.clicked .one-box:hover .content .button.button-secondary, .boxes-wrapper.clicked .one-box.clicked .content .button.button-secondary {
  min-width: 128px;
}
/* line 92, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.boxes-wrapper:hover .one-box:hover .content .button.button-secondary:before, .boxes-wrapper:hover .one-box.clicked .content .button.button-secondary:before, .boxes-wrapper.clicked .one-box:hover .content .button.button-secondary:before, .boxes-wrapper.clicked .one-box.clicked .content .button.button-secondary:before {
  width: calc(100% - 20px);
}
/* line 98, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.boxes-wrapper:hover .one-box:hover .number, .boxes-wrapper:hover .one-box.clicked .number, .boxes-wrapper.clicked .one-box:hover .number, .boxes-wrapper.clicked .one-box.clicked .number {
  color: white;
}

/* line 106, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.gecko .one-box, .unknown .one-box {
  padding-bottom: 0;
  height: 60vh;
  min-height: 550px;
}
@media (max-width: 1199px) {
  /* line 106, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .gecko .one-box, .unknown .one-box {
    height: 35vh;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  /* line 106, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .gecko .one-box, .unknown .one-box {
    height: 35vh;
  }
}
@media (max-width: 1199px) {
  /* line 120, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .gecko .boxes-wrapper:hover .one-box, .gecko .boxes-wrapper.clicked .one-box, .unknown .boxes-wrapper:hover .one-box, .unknown .boxes-wrapper.clicked .one-box {
    height: 26.5vh;
    padding-bottom: 0;
    min-height: 290px;
  }
}
@media (max-width: 767px) {
  /* line 120, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .gecko .boxes-wrapper:hover .one-box, .gecko .boxes-wrapper.clicked .one-box, .unknown .boxes-wrapper:hover .one-box, .unknown .boxes-wrapper.clicked .one-box {
    min-height: 25vh;
    padding-bottom: 0;
    min-height: 310px;
  }
}
@media (max-width: 1199px) {
  /* line 131, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .gecko .boxes-wrapper:hover .one-box:hover, .gecko .boxes-wrapper:hover .one-box.clicked, .gecko .boxes-wrapper.clicked .one-box:hover, .gecko .boxes-wrapper.clicked .one-box.clicked, .unknown .boxes-wrapper:hover .one-box:hover, .unknown .boxes-wrapper:hover .one-box.clicked, .unknown .boxes-wrapper.clicked .one-box:hover, .unknown .boxes-wrapper.clicked .one-box.clicked {
    height: 52vh;
    min-height: 620px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 131, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .gecko .boxes-wrapper:hover .one-box:hover, .gecko .boxes-wrapper:hover .one-box.clicked, .gecko .boxes-wrapper.clicked .one-box:hover, .gecko .boxes-wrapper.clicked .one-box.clicked, .unknown .boxes-wrapper:hover .one-box:hover, .unknown .boxes-wrapper:hover .one-box.clicked, .unknown .boxes-wrapper.clicked .one-box:hover, .unknown .boxes-wrapper.clicked .one-box.clicked {
    height: 55vh;
    min-height: 580px;
    padding-bottom: 0;
  }
}

/* line 147, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.one-box {
  display: block;
  text-decoration: none;
  background-color: #0029a6;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  transition: all .4s ease;
  position: relative;
  padding-bottom: 51.4%;
  text-align: center;
  border-right: 1px solid #8094d3;
  cursor: pointer;
}
@media (max-width: 1199px) {
  /* line 147, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .one-box {
    border-right: none;
    border-bottom: 2px solid #8094d3;
    padding-bottom: 45.5%;
  }
}
@media (max-width: 767px) {
  /* line 147, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .one-box {
    padding-bottom: 121.5%;
  }
}
/* line 168, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.one-box:last-child {
  border-right: none;
}
@media (max-width: 1199px) {
  /* line 168, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .one-box:last-child {
    border-bottom: none;
  }
}
/* line 174, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.one-box:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 181, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.one-box .number {
  color: white;
  font-size: 20px;
  font-family: "filson-pro", sans-serif;
  font-weight: 900;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 181, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .one-box .number {
    font-size: 16px;
    letter-spacing: 2.6px;
    font-weight: 400;
  }
}
/* line 194, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.one-box .wrapper {
  position: absolute;
  text-align: center;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 61%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 225px;
  z-index: 1;
  transition: all .3s ease;
}
@media (max-width: 1199px) {
  /* line 194, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .one-box .wrapper {
    top: 50%;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
/* line 215, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.one-box .title, .one-box .number, .one-box .content {
  transition: all .4s ease;
}
@media (max-width: 1199px) {
  /* line 219, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .one-box .title br {
    display: block;
  }
}
/* line 226, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.one-box .title {
  left: 50%;
  color: #ffdb27;
  font-family: "reklame-script", sans-serif;
  font-weight: 900;
  font-size: 42px;
  padding-top: 29px;
  -webkit-transform-origin: 50% 50%;
  -webkit-transform: translateX(-50%) rotate(-10deg);
  transform: translateX(-47%) rotate(-10deg);
  transform-origin: 50% 50%;
  padding-bottom: 65px;
  letter-spacing: 2.5px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  /* line 226, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .one-box .title {
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 40px;
    line-height: 1.4;
  }
}
/* line 251, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.one-box .title p {
  overflow: hidden;
  margin-bottom: 0;
  line-height: 1.1;
}
@media (max-width: 767px) {
  /* line 251, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .one-box .title p {
    line-height: 1.4;
  }
}
/* line 259, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.one-box .title:after {
  display: block;
  content: "";
  position: absolute;
  background-color: white;
  height: 4px;
  width: 35px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transform: translate(-50%) rotate(10deg);
  transform: translate(-135%) rotate(10deg);
  bottom: 0;
  transition: all .4s ease;
}
@media (max-width: 767px) {
  /* line 259, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .one-box .title:after {
    -webkit-transform: translate(-93%) rotate(10deg);
    transform: translate(-93%) rotate(10deg);
  }
}
/* line 275, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.one-box .content {
  visibility: hidden;
  opacity: 0;
  color: white;
}
@media (max-width: 1199px) {
  /* line 275, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .one-box .content {
    height: 0;
  }
}
@media (max-width: 767px) {
  /* line 283, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
  .one-box .content p {
    line-height: 1.5;
  }
}
/* line 288, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.one-box .content .button.button-secondary {
  color: white;
  padding: 0;
  text-align: center;
  min-width: 128px;
}
/* line 293, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.one-box .content .button.button-secondary:before {
  background-color: #ffdb27;
  width: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
/* line 298, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.one-box .content .button.button-secondary:after {
  display: none;
}
/* line 301, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.one-box .content .button.button-secondary:hover, .one-box .content .button.button-secondary:focus, .one-box .content .button.button-secondary:target, .one-box .content .button.button-secondary:active {
  color: #ffdb27;
  min-width: 128px;
}
/* line 304, ../../../../source/wp-content/themes/CampDanbee/css/home/_boxes.scss */
.one-box .content .button.button-secondary:hover:before, .one-box .content .button.button-secondary:focus:before, .one-box .content .button.button-secondary:target:before, .one-box .content .button.button-secondary:active:before {
  width: calc(100% - 20px);
}

/* line 1, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
.danbee-power {
  display: -webkit-flex;
  display: flex;
  padding-bottom: 130px;
  padding-bottom: 213px;
  position: relative;
}
@media (max-width: 1199px) {
  /* line 1, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .danbee-power {
    -webkit-flex-flow: column;
    flex-flow: column;
  }
}
@media (max-width: 767px) {
  /* line 1, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .danbee-power {
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  /* line 19, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .danbee-power h2 {
    margin-bottom: 31px;
  }
}
@media (max-width: 480px) {
  /* line 19, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .danbee-power h2 {
    line-height: 1.1;
  }
}
/* line 28, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
.danbee-power:before {
  right: 45%;
}
@media (max-width: 1900px) {
  /* line 28, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .danbee-power:before {
    right: 41%;
  }
}
@media (max-width: 1199px) {
  /* line 28, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .danbee-power:before {
    display: block;
    content: "";
    position: absolute;
    width: 94%;
    height: 102.5%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    top: -161px;
    border: 13px solid #ffdb27;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  /* line 28, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .danbee-power:before {
    width: 77%;
    border-width: 10px;
    top: -32%;
  }
}
@media (max-width: 480px) {
  /* line 28, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .danbee-power:before {
    width: 91%;
    height: 125%;
    top: -45%;
  }
}

/* line 56, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
.middle-home-slider-text.left {
  width: 50%;
  padding-bottom: 79px;
  padding-right: 20px;
  padding-left: 83px;
  padding-top: 254px;
}
@media (max-width: 1199px) {
  /* line 56, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider-text.left {
    width: 100%;
    -webkit-order: 0;
    order: 0;
    padding-top: 78px;
    padding-left: 40px;
    padding-bottom: 140px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 56, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider-text.left {
    padding-top: 70px;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* line 56, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider-text.left {
    padding-top: 63px;
  }
}
/* line 78, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
.middle-home-slider-text.left:before {
  left: auto;
  right: -300px;
  height: calc(100% + 155px);
  width: calc(100% + 230px);
}
@media (max-width: 480px) {
  /* line 84, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider-text.left p {
    line-height: 1.55;
  }
}
@media (max-width: 480px) {
  /* line 89, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider-text.left .button-wrap {
    padding-top: 27px;
    padding-left: 10px;
  }
}
/* line 95, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
.middle-home-slider-text.left .about {
  right: auto;
  left: 36px;
  top: 59%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translate(0, 100%) rotate(-90deg);
  transform: translate(0, 100%) rotate(-90deg);
}
/* line 104, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
.middle-home-slider-text.left .middle-home-slider-text-inner {
  padding-left: 0;
  float: none;
  margin: 0 auto;
  max-width: 395px;
}
@media (max-width: 1199px) {
  /* line 104, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider-text.left .middle-home-slider-text-inner {
    float: none;
    margin: 0 auto;
  }
}
/* line 115, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
.middle-home-slider-text.left .text-wrapper {
  padding-left: 90px;
}
/* line 114, ../../../../source/wp-content/themes/CampDanbee/css/_mixins.scss */
.middle-home-slider-text.left .text-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  /* line 115, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider-text.left .text-wrapper {
    padding-left: 61px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 115, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider-text.left .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* line 115, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider-text.left .text-wrapper {
    padding-left: 20px;
    padding-right: 35px;
  }
}

/* line 136, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
.middle-home-slider.right {
  width: 50%;
}
@media (max-width: 1199px) {
  /* line 136, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider.right {
    width: 84%;
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
}
@media (max-width: 767px) {
  /* line 136, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider.right {
    width: 66%;
    -webkit-align-self: center;
    align-self: center;
    margin-top: 53px;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  /* line 136, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider.right {
    width: 100%;
  }
}
/* line 153, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
.middle-home-slider.right .slick-arrow {
  left: -37px;
  top: 39%;
}
@media (max-width: 767px) {
  /* line 153, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider.right .slick-arrow {
    top: -40px;
  }
}
/* line 161, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
.middle-home-slider.right .slick-prev {
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  /* line 161, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider.right .slick-prev {
    left: 30px;
    right: auto;
  }
}
@media (max-width: 480px) {
  /* line 161, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider.right .slick-prev {
    left: 45px;
  }
}
@media (max-width: 767px) {
  /* line 171, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider.right .slick-next {
    right: 30px;
    left: auto;
  }
}
@media (max-width: 480px) {
  /* line 171, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider.right .slick-next {
    right: 45px;
  }
}
/* line 180, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
.middle-home-slider.right .slick-dots {
  top: auto;
  bottom: -21px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  right: 18%;
  left: auto;
}
@media (max-width: 1199px) {
  /* line 180, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider.right .slick-dots {
    bottom: auto;
    top: -32px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    right: auto;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  /* line 180, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider.right .slick-dots {
    top: -51px;
    width: 100%;
    padding-left: 0;
  }
}
/* line 204, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
.middle-home-slider.right .slick-slide {
  height: 0;
}
/* line 224, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
.middle-home-slider.right .slick-slide:before {
  display: block;
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  bottom: auto;
  width: 101%;
  right: -2px;
  background-position: left bottom;
  -webkit-transform: translate(0, 0) rotate(180deg);
  transform: translate(0, 0) rotate(180deg);
  min-height: 290px;
}
@media (max-width: 767px) {
  /* line 224, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider.right .slick-slide:before {
    min-height: 310px;
  }
}
/* line 240, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
.middle-home-slider.right:before {
  bottom: auto;
  top: -11%;
  -webkit-transform: translateX(-12%);
  transform: translateX(-12%);
  width: 133%;
  width: 144%;
  height: 121%;
}
@media (max-width: 1900px) {
  /* line 240, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider.right:before {
    width: 134%;
  }
}
@media (max-width: 1199px) {
  /* line 240, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider.right:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: translateX(0) rotate(180deg);
    transform: translateX(0) rotate(180deg);
    height: 30%;
    min-height: 310px;
    border: none;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/yellow_triangle.svg);
    background-position: bottom left;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  /* line 240, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider.right:before {
    display: none;
  }
}
/* line 270, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
.middle-home-slider.right:after {
  right: auto;
  background-color: transparent;
  background-image: url(images/white_triangle.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transform: translate(0, 0) rotate(-180deg);
  transform: translate(0, 0) rotate(-180deg);
  height: 107%;
  width: 400px;
  width: 30%;
  left: -2px;
}
@media (max-width: 1199px) {
  /* line 270, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
  .middle-home-slider.right:after {
    left: 30px;
    left: -1px;
    background-size: cover;
  }
}

/* line 293, ../../../../source/wp-content/themes/CampDanbee/css/home/_bottom_slider.scss */
.ie .middle-home-slider.right::after {
  left: -90px;
}

/* line 2, ../../../../source/wp-content/themes/CampDanbee/css/home/_pagination.scss */
main.content.full-width svg {
  height: 0;
  width: 0;
}

@media (min-width: 768px) {
  /* line 11, ../../../../source/wp-content/themes/CampDanbee/css/home/_pagination.scss */
  .gecko .girl-world .slick-dots, .gecko .danbee-power .slick-dots, .chrome .girl-world .slick-dots, .chrome .danbee-power .slick-dots {
    transform: none !important;
    position: static;
  }
  /* line 14, ../../../../source/wp-content/themes/CampDanbee/css/home/_pagination.scss */
  .gecko .girl-world .slick-dots li, .gecko .danbee-power .slick-dots li, .chrome .girl-world .slick-dots li, .chrome .danbee-power .slick-dots li {
    padding: 0;
    font-size: 0;
    background-color: transaprent;
    outline: none;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 150%;
    background-color: #001040;
    margin: 0 7px;
    cursor: pointer;
  }
  /* line 27, ../../../../source/wp-content/themes/CampDanbee/css/home/_pagination.scss */
  .gecko .girl-world .slick-dots button, .gecko .danbee-power .slick-dots button, .chrome .girl-world .slick-dots button, .chrome .danbee-power .slick-dots button {
    display: none;
  }
  /* line 31, ../../../../source/wp-content/themes/CampDanbee/css/home/_pagination.scss */
  .gecko .girl-world .current-el, .gecko .danbee-power .current-el, .chrome .girl-world .current-el, .chrome .danbee-power .current-el {
    position: absolute;
    top: 0;
    z-index: 2;
    background-color: #0029a6;
    margin: 0;
    width: 32px;
    height: 32px;
    margin: 0 7px;
    border-radius: 50%;
  }
  /* line 42, ../../../../source/wp-content/themes/CampDanbee/css/home/_pagination.scss */
  .gecko .girl-world .slick-dots-wrapper, .gecko .danbee-power .slick-dots-wrapper, .chrome .girl-world .slick-dots-wrapper, .chrome .danbee-power .slick-dots-wrapper {
    position: absolute;
    top: -60px;
    left: 110px;
    z-index: 10;
    width: 100%;
    filter: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="800">\a 					<defs>\a 					<filter id="goo">\a 					<feGaussianBlur in="SourceGraphic" stdDeviation="10" result="blur"></feGaussianBlur>\a 					<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 42 -26" result="goo"></feColorMatrix>\a 					<feComposite in="SourceGraphic" in2="goo" operator="atop"></feComposite>\a 					</filter>\a 					</defs>\a 					</svg>#goo');
    -webkit-filter: url("#goo");
    height: auto;
  }
}
/* line 64, ../../../../source/wp-content/themes/CampDanbee/css/home/_pagination.scss */
.gecko .danbee-power .slick-dots-wrapper, .chrome .danbee-power .slick-dots-wrapper {
  top: initial;
  max-width: 45%;
  z-index: 99;
  left: 55%;
  bottom: -40px;
}
/* line 70, ../../../../source/wp-content/themes/CampDanbee/css/home/_pagination.scss */
.gecko .danbee-power .slick-dots-wrapper .slick-dots, .chrome .danbee-power .slick-dots-wrapper .slick-dots {
  justify-content: flex-start !important;
}

@media (min-width: 768px) {
  /* line 80, ../../../../source/wp-content/themes/CampDanbee/css/home/_pagination.scss */
  .gecko .girl-world .slick-dots-wrapper, .gecko .danbee-power .slick-dots-wrapper {
    filter: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="800">\a 					<defs>\a 					<filter id="goo">\a 					<feGaussianBlur in="SourceGraphic" stdDeviation="10" result="blur"></feGaussianBlur>\a 					<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 42 -26" result="goo"></feColorMatrix>\a 					<feComposite in="SourceGraphic" in2="goo" operator="atop"></feComposite>\a 					</filter>\a 					</defs>\a 					</svg>#goo');
  }
}

/* HOME INSTAGRAM */
/* line 2, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.instagram {
  padding-bottom: 100px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  /* line 2, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .instagram {
    padding-bottom: 78px;
    padding-bottom: 0;
  }
}
/* line 9, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.instagram > .container {
  padding-top: 121px;
  position: relative;
}
@media (max-width: 1199px) {
  /* line 9, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .instagram > .container {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  /* line 9, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .instagram > .container {
    padding-top: 40px;
  }
}
/* line 18, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.instagram > .container:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 128px);
  height: 83%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  left: 54%;
  background: url(images/two_triangles.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  /* line 18, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .instagram > .container:before {
    top: -11%;
    height: 100%;
    width: calc(100% - 85px);
  }
}
@media (max-width: 767px) {
  /* line 18, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .instagram > .container:before {
    background: url(images/insta_triangle.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 95%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 60%;
  }
}

/* line 42, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.instagram-inner-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  /* line 42, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .instagram-inner-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    max-width: 64%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  /* line 42, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .instagram-inner-wrapper {
    max-width: 100%;
  }
}

/* line 56, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.instagram-images {
  display: -webkit-flex;
  display: flex;
  padding-bottom: 148px;
}
@media (max-width: 1199px) {
  /* line 56, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .instagram-images {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  /* line 56, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .instagram-images {
    -webkit-flex-flow: column;
    flex-flow: column;
    padding-top: 55px;
    padding-bottom: 11px;
  }
}

/* line 70, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.instagram-text {
  position: absolute;
  top: 0;
  right: 136px;
  right: 8%;
  padding-top: 18px;
}
@media (max-width: 1199px) {
  /* line 70, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .instagram-text {
    right: 8%;
    padding-top: 0;
    top: -31px;
  }
}
@media (max-width: 767px) {
  /* line 70, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .instagram-text {
    position: static;
    right: auto;
    top: auto;
    -webkit-order: -1;
    order: -1;
    padding-left: 22px;
  }
}
/* line 89, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.instagram-text h5 {
  color: #0029a6;
  font-family: "utopia-std";
  font-style: italic;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  /* line 89, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .instagram-text h5 {
    font-size: 12px;
  }
}
/* line 98, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.instagram-text h2 {
  font-family: "filson-pro", sans-serif;
  font-weight: 900;
  font-size: 42px;
  color: #191978;
  letter-spacing: .6px;
}
@media (max-width: 1199px) {
  /* line 98, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .instagram-text h2 {
    font-size: 28px;
    margin-bottom: 13px;
  }
}
/* line 108, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.instagram-text .button-wrap {
  padding-top: 0;
  padding-left: 3px;
}
/* line 112, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.instagram-text .button {
  letter-spacing: 2px;
}
/* line 118, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.instagram-text .button:before {
  width: 87%;
}
/* line 122, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.instagram-text p {
  color: #00004c;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  /* line 122, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .instagram-text p {
    font-size: 17px;
  }
}

/* line 131, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.insta-img-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  /* line 133, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .insta-img-wrapper.vertical {
    width: 23%;
  }
}
@media (max-width: 767px) {
  /* line 133, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .insta-img-wrapper.vertical {
    display: none;
  }
}
/* line 140, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.insta-img-wrapper.vertical img {
  max-width: 268px;
}
@media (max-width: 1199px) {
  /* line 140, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .insta-img-wrapper.vertical img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  /* line 147, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .insta-img-wrapper.horizontal {
    width: 39%;
  }
}
@media (max-width: 767px) {
  /* line 147, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .insta-img-wrapper.horizontal {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 147, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .insta-img-wrapper.horizontal {
    max-width: 100%;
    padding-bottom: 15px;
  }
}
/* line 158, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.insta-img-wrapper.horizontal img {
  max-width: 460px;
}
@media (max-width: 1199px) {
  /* line 158, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .insta-img-wrapper.horizontal img {
    width: 100%;
  }
}
/* line 165, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.insta-img-wrapper:nth-child(2), .insta-img-wrapper:nth-child(3) {
  left: -72px;
}
@media (max-width: 767px) {
  /* line 165, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .insta-img-wrapper:nth-child(2), .insta-img-wrapper:nth-child(3) {
    left: auto;
  }
}
/* line 171, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.insta-img-wrapper:nth-child(2) {
  top: 55px;
  z-index: 1;
}
@media (max-width: 1199px) {
  /* line 171, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .insta-img-wrapper:nth-child(2) {
    top: 35px;
    left: -30px;
  }
}
@media (max-width: 767px) {
  /* line 171, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .insta-img-wrapper:nth-child(2) {
    top: auto;
  }
}
/* line 182, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.insta-img-wrapper:nth-child(3) {
  top: 289px;
  left: -146px;
}
@media (max-width: 1199px) {
  /* line 182, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .insta-img-wrapper:nth-child(3) {
    top: 195px;
    left: auto;
    right: 45px;
  }
}
@media (max-width: 767px) {
  /* line 182, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .insta-img-wrapper:nth-child(3) {
    top: auto;
    left: auto;
    right: auto;
  }
}

/* line 197, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.instagram-bottom {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  padding-bottom: 80px;
  padding-left: 99px;
}
/* line 114, ../../../../source/wp-content/themes/CampDanbee/css/_mixins.scss */
.instagram-bottom:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  /* line 197, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .instagram-bottom {
    padding-left: 62px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 197, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
  .instagram-bottom {
    padding-left: 33px;
  }
}
/* line 213, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.instagram-bottom:hover {
  text-decoration: none;
}
/* line 215, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.instagram-bottom:hover .insta-icon-wrapper {
  background-color: #ffdb27;
}
/* line 219, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.instagram-bottom h5 {
  text-transform: none;
  font-size: 14px;
  color: #0029a6;
  letter-spacing: 0;
  margin-bottom: 0;
  display: inline-block;
  padding-left: 10px;
  letter-spacing: .6px;
  font-family: "vista-slab", sans-serif;
  font-weight: 900;
}

/* line 231, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.insta-icon-wrapper {
  float: left;
  width: 44px;
  height: 44px;
  background-color: #0029a6;
  border-radius: 150%;
  text-align: center;
  position: relative;
  transition: all .3s ease;
}
/* line 240, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.insta-icon-wrapper:hover {
  background-color: #ffdb27;
}
/* line 243, ../../../../source/wp-content/themes/CampDanbee/css/home/_instagram.scss */
.insta-icon-wrapper img {
  max-width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  /* line 3, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  .blog-nav {
    padding: 0 85px;
  }
}
@media (max-width: 480px) {
  /* line 3, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  .blog-nav {
    padding: 0 5px;
  }
}
/* line 10, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
.blog-nav .ms-parent {
  border: none;
}
/* line 13, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
.blog-nav .row {
  margin-left: -39px;
  margin-right: -39px;
}
@media (max-width: 1199px) {
  /* line 13, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  .blog-nav .row {
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media (max-width: 1024px) {
  /* line 13, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  .blog-nav .row {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  /* line 13, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  .blog-nav .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}

/* line 31, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
.blog-title {
  font-family: "reklame-script", sans-serif;
  font-weight: 900;
  letter-spacing: 1.25px;
  border-top: 2px solid #f2f1f0;
  text-align: center;
  padding: 65px 0;
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  /* line 31, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  .blog-title {
    font-size: 80px;
    line-height: 92px;
    letter-spacing: 0.75px;
    padding: 62px 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  /* line 31, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  .blog-title {
    padding: 41px 30px;
  }
}
@media (max-width: 767px) {
  /* line 31, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  .blog-title {
    font-size: 32px;
    line-height: 40px;
    padding: 45px 0;
    letter-spacing: 0.25px;
    margin-bottom: 7px;
  }
}
@media (max-width: 480px) {
  /* line 31, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  .blog-title {
    padding: 28px;
    margin-bottom: 8px;
  }
}

/* line 61, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
.blog-nav-wrapper {
  padding: 30px 30px 27px 30px;
  background-color: #faf9f7;
}
@media (max-width: 1199px) {
  /* line 61, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  .blog-nav-wrapper {
    padding: 29px 47px 27px 49px;
  }
}
@media (max-width: 1024px) {
  /* line 61, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  .blog-nav-wrapper {
    padding: 30px 29px 27px 31px;
  }
}
@media (max-width: 767px) {
  /* line 61, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  .blog-nav-wrapper {
    padding: 0;
  }
}
/* line 73, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
.blog-nav-wrapper form {
  display: inline-block;
}

/* line 78, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-filters {
  float: left;
  display: -webkit-flex;
  display: flex;
  max-width: 60%;
}
@media (max-width: 767px) {
  /* line 78, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  #blog-filters {
    max-width: none;
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    background: #fff;
  }
}
/* line 91, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-filters .ms-parent {
  width: auto !important;
  padding-right: 30px;
  margin-right: 11px;
}
@media (max-width: 767px) {
  /* line 91, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  #blog-filters .ms-parent {
    width: 100% !important;
    border-bottom: 1px solid #f3f2f1;
    margin-right: 0;
    padding-left: 25px;
    padding-top: 3px;
  }
}
@media (max-width: 767px) {
  /* line 103, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  #blog-filters .ms-choice {
    position: relative;
    overflow: visible;
  }
}
/* line 108, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-filters .ms-choice:focus, #blog-filters .ms-choice:active {
  outline: none;
}
/* line 111, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-filters .ms-choice span {
  position: static;
  text-transform: uppercase;
  padding-left: 0;
  letter-spacing: 2px;
  background-color: #faf9f7;
  color: #191978;
}
@media (max-width: 767px) {
  /* line 111, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  #blog-filters .ms-choice span {
    font-size: 12px;
    line-height: 16px;
  }
}
/* line 124, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-filters .ms-choice div {
  width: 42px;
}
@media (max-width: 767px) {
  /* line 124, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  #blog-filters .ms-choice div {
    top: -2px;
    right: -20px;
  }
}
/* line 130, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-filters .ms-choice div:after {
  border: none;
  background-image: url("images/menu_arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 100%;
}
@media (max-width: 767px) {
  /* line 130, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  #blog-filters .ms-choice div:after {
    transform: rotate(270deg);
    top: 1px;
  }
}
@media (max-width: 767px) {
  /* line 145, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  #blog-filters .ms-choice div.open:after {
    transform: rotate(0deg);
  }
}
/* line 152, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-filters .ms-drop {
  width: auto;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 152, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  #blog-filters .ms-drop {
    position: static;
    box-shadow: none;
    padding-bottom: 15px;
  }
}
/* line 161, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-filters .ms-drop span:hover, #blog-filters .ms-drop input:hover {
  cursor: pointer;
}
/* line 166, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-filters .ms-select-all {
  display: none;
}

/* line 172, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
.safari #blog-search input {
  padding-top: 23px;
  padding-top: 7px;
}
@media (max-width: 991px) {
  /* line 172, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  .safari #blog-search input {
    padding-top: 7px;
  }
}

/* line 181, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-search {
  float: right;
}
@media (max-width: 767px) {
  /* line 181, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  #blog-search {
    display: none;
  }
}
/* line 186, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-search input {
  border: 1px solid #0029a6;
  border-radius: 25px;
  width: 292px;
  height: 42px;
  padding: 15px 20px;
  padding: 0 20px;
  line-height: 1;
  color: black;
  letter-spacing: 0.4px;
}
/* line 196, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-search input:focus, #blog-search input:active {
  outline: 0;
}
@media (max-width: 1199px) {
  /* line 186, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  #blog-search input {
    width: 218px;
  }
}
/* line 203, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-search ::-webkit-input-placeholder {
  color: rgba(38, 59, 122, 0.5);
}
/* line 207, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-search :-moz-placeholder {
  color: rgba(38, 59, 122, 0.5);
}
/* line 211, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-search ::-moz-placeholder {
  color: rgba(38, 59, 122, 0.5);
}
/* line 215, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-search :-ms-input-placeholder {
  color: rgba(38, 59, 122, 0.5);
}

/* line 220, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
.filters-mobile-btn {
  display: none;
  width: calc(100% - 30px);
  margin: 0 15px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #0029a6;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  padding: 16px 0;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  /* line 220, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  .filters-mobile-btn {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  /* line 220, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  .filters-mobile-btn {
    padding: 17px 0 16px 0;
  }
}
/* line 239, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
.filters-mobile-btn:after {
  content: '';
  width: 5px;
  height: 8px;
  background-image: url("images/arr_white_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 4px;
}
/* line 251, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
.filters-mobile-btn .enabled {
  display: none;
}
/* line 254, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
.filters-mobile-btn.active {
  width: 100%;
  margin: 0 auto;
  color: #ffdb27;
}
/* line 258, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
.filters-mobile-btn.active:after {
  transform: rotate(-90deg);
  background-image: url("images/arr_blue_yellow.svg");
}
/* line 262, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
.filters-mobile-btn.active .enabled {
  display: inline-block;
}
/* line 265, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
.filters-mobile-btn.active .disabled {
  display: none;
}
/* line 269, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
.filters-mobile-btn:focus, .filters-mobile-btn:active {
  outline: none;
}

/* line 275, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-category-filter + .ms-parent {
  max-width: 130px;
}
@media (max-width: 767px) {
  /* line 275, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  #blog-category-filter + .ms-parent {
    max-width: 100%;
  }
}

/* line 284, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-tag-filter + .ms-parent {
  max-width: 100px;
}
@media (max-width: 767px) {
  /* line 284, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  #blog-tag-filter + .ms-parent {
    max-width: 100%;
  }
}

/* line 293, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-author-filter + .ms-parent {
  max-width: 110px;
}
@media (max-width: 767px) {
  /* line 293, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  #blog-author-filter + .ms-parent {
    max-width: 100%;
  }
}

/* line 302, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
#blog-type-filter + .ms-parent {
  max-width: 110px;
}
@media (max-width: 767px) {
  /* line 302, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_top.scss */
  #blog-type-filter + .ms-parent {
    max-width: 100%;
  }
}

/* line 2, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.blog #page {
  overflow: hidden;
}

/* line 7, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.posts-cards {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  /* line 7, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .posts-cards {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  /* line 7, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .posts-cards {
    padding: 0 93px 0 94px;
  }
}
@media (max-width: 480px) {
  /* line 7, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .posts-cards {
    margin-top: 37px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

/* line 23, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.body-mobile .post-card {
  opacity: 1;
}
/* line 25, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.body-mobile .post-card:nth-child(odd) {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* line 29, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.body-mobile .post-card:nth-child(even) {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 35, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.post-card {
  display: flex;
  border: 3px solid #0029a6;
  padding: 0;
  margin-bottom: 77px;
  position: relative;
  color: black;
  opacity: 0;
  transition: all 1s;
  text-decoration: none;
}
/* line 45, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.post-card:hover, .post-card:focus, .post-card:active {
  text-decoration: none;
}
/* line 48, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.post-card:nth-child(odd) {
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
}
/* line 52, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.post-card:nth-child(even) {
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
}
/* line 56, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.post-card.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* line 61, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.post-card:last-of-type {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  /* line 61, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card:last-of-type {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  /* line 61, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card:last-of-type {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  /* line 35, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card {
    width: 70%;
    margin-bottom: 19px;
  }
}
@media (max-width: 1024px) {
  /* line 35, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card {
    width: 89%;
  }
}
@media (max-width: 767px) {
  /* line 35, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 37px;
  }
}

@media (max-width: 1199px) {
  /* line 84, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card-left {
    float: left;
    margin-left: 8.5%;
  }
}
@media (max-width: 1024px) {
  /* line 84, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card-left {
    margin-left: 1.5%;
  }
}
@media (max-width: 767px) {
  /* line 84, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card-left {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  /* line 97, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card-right {
    float: right;
    margin-right: 8.5%;
  }
}
@media (max-width: 1024px) {
  /* line 97, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card-right {
    margin-right: 1%;
  }
}
@media (max-width: 767px) {
  /* line 97, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card-right {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  /* line 108, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card-right .pc-right {
    padding: 44px 45px 0 11px;
  }
}
@media (max-width: 767px) {
  /* line 108, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card-right .pc-right {
    padding: 30px 30px 22px 21px;
  }
}

/* line 118, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.pc-left {
  width: 38%;
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
@media (max-width: 1199px) {
  /* line 118, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-left {
    width: 65%;
    min-height: 240px;
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  /* line 118, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-left {
    max-height: 45vh;
    float: left;
    width: 44%;
  }
}
@media (max-width: 767px) {
  /* line 118, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-left {
    width: 100%;
    float: none;
    height: 240px;
  }
}
/* line 138, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.pc-left img {
  height: 100%;
  position: absolute;
  width: auto;
  max-width: none;
}
@media (max-width: 767px) {
  /* line 138, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-left img {
    height: auto;
    min-height: 100%;
    min-width: 100%;
  }
}
/* line 149, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.pc-left:before {
  content: '';
  position: absolute;
  height: 105%;
  background-image: url(images/w_triangle.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: top right;
  width: 25%;
  top: 0;
  right: -25.5px;
  right: -2px;
  z-index: 1;
}
@media (max-width: 1199px) {
  /* line 149, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-left:before {
    width: 30%;
  }
}
/* line 169, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.pc-left:after {
  content: '';
  position: absolute;
  height: 40%;
  width: calc(100% + 30px);
  width: 100%;
  bottom: 0;
  z-index: 1;
  background-image: url(images/blue_triangle.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: left bottom;
  bottom: -1px;
  left: -2px;
}
@media (max-width: 767px) {
  /* line 169, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-left:after {
    height: 47%;
  }
}

/* line 196, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.pc-right {
  float: right;
  width: 62%;
  padding: 43px 45px 0 30px;
}
@media (max-width: 1199px) {
  /* line 196, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-right {
    padding: 50px 45px 0 14px;
  }
}
@media (max-width: 1024px) {
  /* line 196, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-right {
    width: 56%;
    padding: 45px 45px 0 14px;
  }
}
@media (max-width: 767px) {
  /* line 196, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-right {
    width: 100%;
    padding: 30px 30px 22px 21px;
  }
}

/* line 213, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.pc-icon {
  position: absolute;
  bottom: 18px;
  left: 31px;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
@media (max-width: 1199px) {
  /* line 213, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-icon {
    font-size: 13.37px;
    line-height: 25.4px;
    bottom: 20px;
    left: 30px;
  }
}
/* line 228, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.pc-icon:before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  left: -14px;
  top: 5px;
}

/* line 239, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.pc-details {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 1.75px;
}
@media (max-width: 1199px) {
  /* line 239, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-details {
    font-size: 11.46px;
    line-height: 15.28px;
    margin-bottom: 14px;
  }
}
@media (max-width: 1024px) {
  /* line 239, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-details {
    letter-spacing: 1.5px;
  }
}
@media (max-width: 767px) {
  /* line 239, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-details {
    font-size: 11px;
  }
}

/* line 259, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.pc-title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 21px;
  letter-spacing: 0.5px;
  display: inline-block;
}
@media (max-width: 1199px) {
  /* line 259, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-title {
    margin-bottom: 28px;
  }
}
@media (max-width: 1024px) {
  /* line 259, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-title {
    letter-spacing: 0.25px;
  }
}
@media (max-width: 767px) {
  /* line 259, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 19px;
  }
}
/* line 276, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.pc-title span {
  position: relative;
}
/* line 278, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.pc-title span:after {
  content: '';
  height: 40%;
  width: 113%;
  left: -16px;
  bottom: 0;
  z-index: -1;
  background-color: #ffdb27;
  position: absolute;
}
/* line 289, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.pc-title span:last-of-type:after {
  left: -35px;
}
@media (max-width: 1199px) {
  /* line 294, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-title span:after {
    width: 113%;
    height: 35%;
    left: 0;
  }
  /* line 300, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-title span:last-of-type:after {
    left: 0;
  }
}

/* line 309, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.pc-intro p {
  margin-bottom: 19px;
  letter-spacing: 0;
}

/* line 315, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.pc-author {
  font-weight: bold;
}
@media (max-width: 767px) {
  /* line 315, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-author {
    font-size: 14px;
  }
}
/* line 320, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.pc-author img {
  width: 45.5px;
  height: 45.5px;
  border-radius: 50%;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  /* line 320, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-author img {
    width: 36px;
    height: 36px;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  /* line 320, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .pc-author img {
    margin-left: 4px;
    margin-right: 18px;
  }
}

@media (max-width: 767px) {
  /* line 338, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card-gallery .pc-icon {
    bottom: 17px;
    left: 35px;
  }
}
/* line 343, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.post-card-gallery .pc-icon:before {
  background-image: url("images/ico-camera.png");
  width: 31px;
  height: 26px;
}
@media (max-width: 1199px) {
  /* line 343, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card-gallery .pc-icon:before {
    width: 28px;
    height: 23.5px;
    left: -12px;
  }
}

@media (max-width: 1199px) {
  /* line 357, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card-video .pc-icon {
    left: 23px;
  }
}
@media (max-width: 767px) {
  /* line 357, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card-video .pc-icon {
    left: 30px;
  }
}
/* line 364, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.post-card-video .pc-icon:before {
  background-image: url("images/ico-play.png");
  width: 32px;
  height: 32px;
  top: 12px;
}
@media (max-width: 1199px) {
  /* line 364, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card-video .pc-icon:before {
    width: 28.5px;
    height: 30.5px;
    left: -8px;
    top: 11px;
  }
}

/* line 380, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.post-card-featured .pc-icon {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  /* line 380, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card-featured .pc-icon {
    left: 25px;
  }
}
/* line 385, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
.post-card-featured .pc-icon:before {
  background-image: url("images/ico-star.png");
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 43%;
}
@media (max-width: 1199px) {
  /* line 385, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_posts.scss */
  .post-card-featured .pc-icon:before {
    width: 28.5px;
    height: 28.5px;
    left: -8px;
  }
}

/* line 1, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_pagination.scss */
.posts-cards-pagination {
  text-align: center;
}

/* line 6, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_pagination.scss */
.pcp-pages ul {
  list-style-type: none;
}
/* line 9, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_pagination.scss */
.pcp-pages li {
  display: inline-block;
  padding: 0 7px;
}
/* line 12, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_pagination.scss */
.pcp-pages li.current-page {
  position: relative;
  top: 3px;
}
/* line 15, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_pagination.scss */
.pcp-pages li.current-page a {
  width: 17.5px;
  height: 17.5px;
  background-color: #0029a6;
}
/* line 22, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_pagination.scss */
.pcp-pages a {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: black;
  border-radius: 50%;
}

/* line 31, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_pagination.scss */
.pcp-previous-page, .pcp-next-page {
  position: relative;
  top: 3px;
}
/* line 34, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_pagination.scss */
.pcp-previous-page a, .pcp-next-page a {
  width: 20.5px;
  height: 14.5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  background-color: transparent;
}

/* line 45, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_pagination.scss */
.pcp-previous-page {
  padding-left: 25px;
}
/* line 47, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_pagination.scss */
.pcp-previous-page a {
  background-image: url("images/long_arr_right.svg");
}

/* line 52, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_pagination.scss */
.pcp-next-page {
  padding-right: 25px;
}
/* line 54, ../../../../source/wp-content/themes/CampDanbee/css/blog/_blog_pagination.scss */
.pcp-next-page a {
  background-image: url("images/long_arr_left.svg");
}

/* line 1, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.post-main {
  border-top: 2px solid #f2f1f0;
}
@media (max-width: 1199px) {
  /* line 1, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .post-main {
    border-top: none;
  }
}
/* line 6, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.post-main .page-title {
  margin-top: 0;
  text-align: center;
  padding: 47px 0;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}
@media (max-width: 1199px) {
  /* line 6, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .post-main .page-title {
    padding: 64px 0 38px 0;
  }
}
@media (max-width: 1024px) {
  /* line 6, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .post-main .page-title {
    padding: 53px 0 30px 0;
  }
}
@media (max-width: 767px) {
  /* line 6, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .post-main .page-title {
    padding: 45px 0 24px 0;
  }
}
@media (max-width: 480px) {
  /* line 6, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .post-main .page-title {
    padding: 27px 35px 38px 35px;
  }
}
/* line 25, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.post-main p {
  letter-spacing: .1px;
}
/* line 28, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.post-main h6 {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  /* line 28, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .post-main h6 {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  /* line 28, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .post-main h6 {
    margin-bottom: 12px;
  }
}
/* line 37, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.post-main p + h6 {
  margin-top: 27px;
}
@media (max-width: 767px) {
  /* line 40, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .post-main .content-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 47, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.post-main .full-width-content-wrapper .content-img-wrapper {
  padding-top: 34px;
}
@media (max-width: 1199px) {
  /* line 47, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .post-main .full-width-content-wrapper .content-img-wrapper {
    padding-top: 5px;
  }
}
/* line 52, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.post-main .full-width-content-wrapper .content-img-wrapper img {
  padding-bottom: 34px;
}
@media (max-width: 767px) {
  /* line 58, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .post-main .wider-content .content-img-wrapper {
    text-align: center;
  }
}
/* line 62, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.post-main .wider-content .content-img-wrapper img {
  padding-top: 9px;
  padding-bottom: 33px;
}
@media (max-width: 1199px) {
  /* line 62, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .post-main .wider-content .content-img-wrapper img {
    padding-top: 5px;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  /* line 62, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .post-main .wider-content .content-img-wrapper img {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  /* line 62, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .post-main .wider-content .content-img-wrapper img {
    max-width: 100%;
  }
}
/* line 83, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.post-main .view-all-posts {
  text-align: center;
  padding-top: 44px;
}
@media (max-width: 1199px) {
  /* line 83, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .post-main .view-all-posts {
    padding-top: 15px;
    padding-bottom: 47px;
    padding-left: 11px;
  }
}
/* line 91, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.post-main .view-all-posts .button-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 95, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.post-main .view-all-posts .button {
  padding: 2px 15px;
  height: 48px;
  min-width: 248px;
  letter-spacing: 2px;
  font-weight: 600;
}

/* line 105, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.single-top {
  text-align: center;
}

/* line 109, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.single-details-data {
  display: inline-block;
}
/* line 111, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.single-details-data div {
  float: left;
}

/* line 117, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.single-avatar img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  /* line 117, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .single-avatar img {
    width: 36px;
    height: 36px;
  }
}

/* line 128, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.single-details {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  padding-left: 20px;
  padding-right: 55px;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (max-width: 1199px) {
  /* line 128, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .single-details {
    padding-right: 49px;
  }
}
@media (max-width: 1024px) {
  /* line 128, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .single-details {
    padding-right: 57px;
  }
}
@media (max-width: 767px) {
  /* line 128, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .single-details {
    padding-left: 13px;
    padding-right: 53px;
    line-height: .9;
  }
}

/* line 150, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.single-author {
  position: relative;
}
@media (max-width: 767px) {
  /* line 150, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .single-author {
    font-size: 14px;
    line-height: 1;
  }
}
/* line 156, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.single-author:after {
  content: '';
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
  background-color: #ffdb27;
}
@media (max-width: 1024px) {
  /* line 156, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .single-author:after {
    height: 45%;
    left: -5px;
  }
}

/* line 172, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.single-date {
  font-size: 12px;
}
@media (max-width: 767px) {
  /* line 172, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .single-date {
    font-size: 11px;
    line-height: 14px;
  }
}

/* line 180, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
.single-thumb {
  margin: 46px auto 66px auto;
}
@media (max-width: 1199px) {
  /* line 180, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .single-thumb {
    margin: 37px auto 35px auto;
  }
}
@media (max-width: 1024px) {
  /* line 180, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .single-thumb {
    margin: 47px auto 50px auto;
  }
}
@media (max-width: 767px) {
  /* line 180, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .single-thumb {
    margin: 24px auto 34px auto;
  }
}
@media (max-width: 480px) {
  /* line 180, ../../../../source/wp-content/themes/CampDanbee/css/_single.scss */
  .single-thumb {
    margin: 43px auto 38px auto;
  }

  .tablepress tfoot th, .tablepress thead th {
    font-weight: 400;
    text-align: left;
    white-space: break-spaces;
    line-height: 1.4;
  }

  .tablepress thead, table thead, .dataTables_wrapper .tablepress thead {
    max-width: 45%;
  }

  table.tablepress thead {
    border-right: 1px solid #000000;
  }

  .tablepress thead th, table thead th, .dataTables_wrapper .tablepress thead th {
    box-sizing: border-box;
    padding: 12px;
  }

  .tablepress thead th, table thead th, .dataTables_wrapper .tablepress thead th {
    font-size: 12px;
    font-weight: 400;

  }

  table.tablepress{
    display: block;
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }

  tbody {
    overflow-x: scroll;
  }

  .tablepress tbody tr td, table tbody tr td, .dataTables_wrapper .tablepress tbody tr td {
    padding: 12px;
    font-size: 12px;
    white-space: break-spaces;
  }
}
