/* line 1, ../sass/elements/_buttons.scss */

.aspect-ratio-wrapper-guests-api {
  position: relative;
  width: 100%;
  text-align: justify;
}

  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #808080;
    border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #808080;
  }

  ::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 5px;
  }

.hidden {
display: none !important;
}

.custom-md-4 {
  max-width: 30.33% !important;
}
.mr-custom {
 margin-right: 2.5rem;
}

.aspect-ratio-img-guests-api {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 15px 15px 0 15px;
  text-align: center;
}

.guest-2023-img {
 aspect-ratio: 7/9;
  height: 100%;
  object-fit: cover;
  padding: 15px 15px 0 15px;
  text-align: center;
}

.hour-color-2023 {
  position: absolute;
  display: block;
  width: 5px;
  top: 0;
  bottom: 0;
  left: 0 !important;
}

.sticky-left {
position: sticky !important;
left: 0;
z-index: 999; /* Update z-index */
padding-left: 0 !important;
}

.sticky-top {
  position: fixed !important;
  top: 0;
  z-index: 1000;
  padding-left: 0 !important;
}

.mobile-day-hour {
	display: none;
}

.desktop-day-hour {
	display: block;
}
    
.program-bg {
background-color: #f7f7f7 !important;
}

.program-filters button {
	width: 100px !important;
}

.program-day {
  font-size: 24px;
  color: #464e7e;
  padding-top: 34px;
  }

.break-all {
	word-break: break-all !important;
}

.arrow-container {
    z-index: 9999;
    height: fit-content;
    right: 40px;
    top: 7rem;
    background-color: #dd9933;
    color: #fff;
    padding: 8px 10px;
    border-radius: 70%;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}

.arrow-visible {
    opacity: 1;
}

.arrow-hidden {
    opacity: 0;
}

.no-scroll .arrow-visible {
    display: none;
}

.clear-search {
    display: none;
    cursor: pointer;
    position: relative;
    top: 0;
    right: 0;
}

.margin-negative-hours {
	margin-left: -1rem !important;
    margin-right: -1rem !important;
}

.btn-outline {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #dd9933;
  border: 2px solid #dd9933;
  line-height: 1;
  padding: 22px 46px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  display: table;
}
/* line 12, ../sass/elements/_buttons.scss */
.btn-outline:hover {
  color: #fff;
  background-color: #dd9933;
}

/* line 20, ../sass/elements/_buttons.scss */
.btn-outline.btn-outline-big {
  font-size: 18px;
  letter-spacing: -0.32px;
}

/* line 1, ../sass/extends/_extends.scss */
.btn-outline, #main-menu li a, #main-menu li a:before, .footer-1-wrapper ul li a, ul.social li a i, .container-baner-home h1 a, .baner-buttons button, .baner-buttons button i, .col-custom-post h3 a, .social-box, .blog-pagination .pagination li a, .blog-pagination .pagination li a.next:before, .blog-pagination .pagination li a.prev:before, .wpcf7 form .input-wrapper input, .wpcf7 form .input-wrapper textarea, .form-payment-wrapper form .input-wrapper input, .form-payment-wrapper form .input-wrapper textarea, .wpcf7 form .submit-wrapper input[type=submit], .form-payment-wrapper form .submit-wrapper input[type=submit], .form-floating .wpcf7-form-control-wrap > label, .form-floating .form-control-wrapper > label, section.videos a h4, section.videos .video-img-wrapper:before, .col-schedule-item-name h3 a, .form-payment-wrapper .payment-input-wrapper label {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 5, ../sass/extends/_extends.scss */
.baner:before {
  background: #8094dd;
  background: -moz-linear-gradient(0deg, rgba(128, 148, 221, 0.24694) 0%, #8094dd 100%);
  background: -webkit-linear-gradient(0deg, rgba(128, 148, 221, 0.24694) 0%, #8094dd 100%);
  background: linear-gradient(0deg, rgba(128, 148, 221, 0.24694) 0%, #8094dd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#22649c",endColorstr="#227f9c",GradientType=1);
}

/* line 1, ../sass/layout/_global.scss */
body {
  color: #3b3b3b;
}

/* line 5, ../sass/layout/_global.scss */
a {
  text-decoration: none;
}

/* line 9, ../sass/layout/_global.scss */
ul {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 12, ../sass/layout/_global.scss */
ul li {
  list-style-type: none;
}

/* line 17, ../sass/layout/_global.scss */
#page {
  overflow: hidden;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

/* line 25, ../sass/layout/_global.scss */
.heading-with-line {
  font-size: 36px;
  line-height: 1.25;
  color: #484848;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  position: relative;
  display: table;
  padding-bottom: 13px;
  margin-bottom: 45px;
}
/* line 35, ../sass/layout/_global.scss */
.heading-with-line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #dd9933;
  height: 2px;
  width: 93px;
}
/* line 44, ../sass/layout/_global.scss */
.heading-with-line.heading-with-line-big-space {
  padding-bottom: 50px;
}

/* line 49, ../sass/layout/_global.scss */
.heading-small {
  color: #dd9933;
  font-size: 20px;
  font-weight: bold;
  display: table;
  text-transform: uppercase;
  margin-bottom: 19px;
}

/* line 58, ../sass/layout/_global.scss */
.baner {
  height: 515px;
  background-size: cover !important;
  position: relative;
  z-index: 1;
}
/* line 63, ../sass/layout/_global.scss */
.baner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/* line 76, ../sass/layout/_global.scss */
.wrapper-content {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 81, ../sass/layout/_global.scss */
.section-content-top {
  background-color: #fff;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: -222px;
  z-index: 3;
}

/* line 91, ../sass/layout/_global.scss */
p {
  font-size: 20px;
  line-height: 1.5;
}

/* line 96, ../sass/layout/_global.scss */
.campus-shape {
  position: absolute;
  z-index: 1001;
}

/* line 101, ../sass/layout/_global.scss */
.floating-section {
  position: relative;
  padding-bottom: 70px;
}
/* line 105, ../sass/layout/_global.scss */
.floating-section .white-shape {
  height: 70px;
  background-color: #fff;
  width: 1500px;
  left: 50%;
  margin-left: -750px;
  bottom: 0;
  position: absolute;
}
/* line 113, ../sass/layout/_global.scss */
.floating-section .white-shape:after {
  content: "";
  display: block;
  position: absolute;
  width: 205px;
  height: 191px;
  top: -137px;
  left: 50%;
  margin-left: -230px;
  background: url(/wp-content/themes/understrap-child-master/images/shape1.png) no-repeat center top;
}

/* line 127, ../sass/layout/_global.scss */
.col-floating-img {
  position: static;
}
/* line 129, ../sass/layout/_global.scss */
.col-floating-img .image-half-screen-left {
  height: 100%;
  background-size: cover !important;
}
/* line 133, ../sass/layout/_global.scss */
.col-floating-img .image-half-screen {
  position: absolute;
}
/* line 137, ../sass/layout/_global.scss */
.col-floating-img .image-half-screen img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 140, ../sass/layout/_global.scss */
.col-floating-img .image-half-screen.image-half-screen-left {
  left: 0;
  top: 0;
  width: calc(50% - 70px);
}
/* line 145, ../sass/layout/_global.scss */
.col-floating-img .image-half-screen.image-half-screen-right {
  right: 0;
  top: 0;
  width: calc(50% - 50px);
}

/* line 153, ../sass/layout/_global.scss */
.col-floating-content-right {
  padding-left: 50px;
}

/* line 157, ../sass/layout/_global.scss */
.col-floating-content-left {
  padding-right: 50px;
}

/* line 162, ../sass/layout/_global.scss */
.col-floating-content-right p, .col-floating-content-left p {
  margin-bottom: 30px;
}
/* line 164, ../sass/layout/_global.scss */
.col-floating-content-right p:last-child, .col-floating-content-left p:last-child {
  margin-bottom: 0;
}

/* line 170, ../sass/layout/_global.scss */
.floating-sidebar {
  position: absolute;
  right: 80px;
  z-index: 1003;
  display: block;
  top: 100%;
  margin-top: 35px;
}
/* line 178, ../sass/layout/_global.scss */
.floating-sidebar ul li {
  margin-bottom: 9px;
}
/* line 180, ../sass/layout/_global.scss */
.floating-sidebar ul li a {
  width: 42px;
  height: 42px;
  background-color: #dd9933;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
/* line 187, ../sass/layout/_global.scss */
.floating-sidebar ul li a i {
  color: #fff;
  font-size: 21px;
  margin-top: 11px;
}

/* line 198, ../sass/layout/_global.scss */
.home .floating-sidebar {
  top: 100%;
  margin-top: 35px;
}

/* line 206, ../sass/layout/_global.scss */
.fontsize body p, .fontsize body a, .fontsize body h4, .fontsize body h5, .fontsize body h6, .fontsize body span {
  font-size: 110% !important;
}

/* line 212, ../sass/layout/_global.scss */
#secondary-sidebar {
  position: absolute;
  top: 17px;
  right: 55px;
  display: table;
  z-index: 99999999;
  width: auto;
}

/* line 225, ../sass/layout/_global.scss */
html[lang="en-GB"] .col-schedule-item-name a.btn-outline {
  display: none !important;
}

/* line 1, ../sass/layout/_header.scss */
#main-menu {
  margin-left: auto;
}
/* line 4, ../sass/layout/_header.scss */
#main-menu li a {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  padding: 13px 20px;
  position: relative;
  text-transform: uppercase;
}
/* line 14, ../sass/layout/_header.scss */
#main-menu li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 44%;
  height: 2px;
  bottom: 0;
  left: 20px;
  background-color: transparent;
}
/* line 26, ../sass/layout/_header.scss */
#main-menu li a:hover:before {
  background-color: #dd9933;
}
/* line 34, ../sass/layout/_header.scss */
#main-menu .menu-item-has-children > a:before {
  display: none;
}
/* line 38, ../sass/layout/_header.scss */
#main-menu .menu-item-has-children ul {
  margin-top: 0;
  border: none;
  border-radius: 0 !important;
}
/* line 42, ../sass/layout/_header.scss */
#main-menu .menu-item-has-children ul:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 100%;
  height: 6px;
  background-color: transparent;
  position: absolute;
  z-index: 1000;
}
/* line 53, ../sass/layout/_header.scss */
#main-menu .menu-item-has-children ul .menu-item-has-children > a {
  position: relative;
}
/* line 55, ../sass/layout/_header.scss */
#main-menu .menu-item-has-children ul .menu-item-has-children > a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 10px;
  top: 21px;
}
/* line 69, ../sass/layout/_header.scss */
#main-menu .menu-item-has-children ul .menu-item-has-children ul {
  left: 100%;
  top: 0;
}
/* line 75, ../sass/layout/_header.scss */
#main-menu .menu-item-has-children ul .menu-item-has-children:hover > ul {
  display: block;
}
/* line 82, ../sass/layout/_header.scss */
#main-menu .menu-item-has-children ul li a:hover {
  background-color: #dd9933 !important;
  color: #fff !important;
}
/* line 85, ../sass/layout/_header.scss */
#main-menu .menu-item-has-children ul li a:hover:after {
  border-left: 0.3em solid #fff;
}
/* line 93, ../sass/layout/_header.scss */
#main-menu .menu-item-has-children:hover > ul {
  display: block;
}
/* line 97, ../sass/layout/_header.scss */
#main-menu .menu-item-has-children > ul {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 101, ../sass/layout/_header.scss */
#main-menu .menu-item-has-children > ul li a {
  color: #3b3b3b;
}
/* line 103, ../sass/layout/_header.scss */
#main-menu .menu-item-has-children > ul li a:before {
  display: none;
}
/* line 106, ../sass/layout/_header.scss */
#main-menu .menu-item-has-children > ul li a:hover {
  background-color: transparent;
  color: #dd9933;
}
/* line 109, ../sass/layout/_header.scss */
#main-menu .menu-item-has-children > ul li a:hover:before {
  display: none;
}
/* line 118, ../sass/layout/_header.scss */
#main-menu li.btn-menu a {
  border: 2px solid #dd9933;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  background-color: #dd9933;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 124, ../sass/layout/_header.scss */
#main-menu li.btn-menu a:hover {
  border: 2px solid #e16f8f;
  background-color: #e16f8f;
}
/* line 128, ../sass/layout/_header.scss */
#main-menu li.btn-menu a:before {
  display: none !important;
}
/* line 132, ../sass/layout/_header.scss */
#main-menu li.btn-menu.btn-recrucation {
  margin-right: 14px;
}
/* line 134, ../sass/layout/_header.scss */
#main-menu li.btn-menu.btn-recrucation a {
  padding-left: 50px;
  padding-right: 50px;
  border-color: #dd9933;
  background-color: #dd9933;
}
/* line 139, ../sass/layout/_header.scss */
#main-menu li.btn-menu.btn-recrucation a:hover {
  background-color: transparent;
}
/* line 145, ../sass/layout/_header.scss */
#main-menu li.btn-menu.btn-download-app a {
  border-color: #83d2e2;
  background-color: transparent;
}
/* line 148, ../sass/layout/_header.scss */
#main-menu li.btn-menu.btn-download-app a:hover {
  background-color: #83d2e2;
}
/* line 156, ../sass/layout/_header.scss */
#main-menu li.active a:before {
  background-color: #dd9933;
}

/* line 163, ../sass/layout/_header.scss */
.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 168, ../sass/layout/_header.scss */
#main-nav {
  padding-left: 50px;
  padding-right: 50px;
}

/* line 173, ../sass/layout/_header.scss */
#wrapper-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}
/* line 179, ../sass/layout/_header.scss */
#wrapper-navbar .container {
  max-width: 1920px;
}

/* line 184, ../sass/layout/_header.scss */
.navbar-toggler {
  background: transparent !important;
  float: right;
  margin-top: -21px;
  border: none !important;
  margin-right: -15px;
  position: absolute;
  right: 20px;
  top: 54px;
  z-index: 1001;
}
/* line 195, ../sass/layout/_header.scss */
.navbar-toggler .navbar-toggler-icon {
  height: 3px !important;
  width: 28px !important;
  position: relative;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 200, ../sass/layout/_header.scss */
.navbar-toggler .navbar-toggler-icon:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 28px;
  background-color: #fff;
  top: 0;
  left: 50%;
  margin-left: -14px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 213, ../sass/layout/_header.scss */
.navbar-toggler .navbar-toggler-icon:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 28px;
  background-color: #fff;
  left: 50%;
  margin-left: -14px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 227, ../sass/layout/_header.scss */
.navbar-toggler:focus {
  outline: none;
}
/* line 230, ../sass/layout/_header.scss */
.navbar-toggler:hover {
  cursor: pointer;
}
/* line 235, ../sass/layout/_header.scss */
.navbar-toggler.collapsed .navbar-toggler-icon {
  background-color: #fff;
}
/* line 237, ../sass/layout/_header.scss */
.navbar-toggler.collapsed .navbar-toggler-icon:before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: -8px;
}
/* line 241, ../sass/layout/_header.scss */
.navbar-toggler.collapsed .navbar-toggler-icon:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  bottom: -8px;
}

/* line 249, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container {
  position: absolute;
  background: transparent !important;
  right: 93px !important;
  height: auto;
  width: 100%;
  max-width: 500px;
}
/* line 256, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container button.aicon_link,
html body #wp_access_helper_container.accessability_container .close_container.wahout {
  display: none;
}
/* line 260, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .wah-free-credits {
  z-index: -999;
  position: relative;
}
/* line 264, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .accessability_container a {
  display: none;
}
/* line 267, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .wah-free-credits {
  position: fixed;
  right: -300%;
}
/* line 272, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .a_module.wah_font_resize > div {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 275, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .a_module.wah_font_resize .a_module_title {
  color: #fff !important;
  font-weight: 300;
  font-size: 14px !important;
  margin-bottom: 0;
  padding-right: 8px;
}
/* line 283, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .a_module_exe.font_resizer {
  padding-left: 23px;
  position: relative;
  top: -3px;
  padding-right: 35px;
}
/* line 289, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .a_module_exe.font_resizer * {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: none !important;
  background: transparent !important;
  width: auto;
  color: #fff !important;
  border: none !important;
  padding: 0 !important;
  margin-top: 0;
  font-family: 'Open Sans',sans-serif;
}
/* line 299, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .a_module_exe.font_resizer *:focus {
  outline: none !important;
  border: none !important;
}
/* line 304, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .wah-action-button.smaller.wahout {
  font-style: italic;
  font-size: 22px;
  margin-right: 4px;
}
/* line 309, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .wah-action-button.larger.wahout {
  font-style: italic;
  font-size: 24px;
  position: relative;
}
/* line 314, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .wah-action-button.wah-font-reset.wahout {
  font-style: italic;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 6px;
}
/* line 321, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .access_container_inner * {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: none !important;
}
/* line 325, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .contrast_trigger {
  display: none;
}
/* line 329, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .a_module:not(.wah_font_resize) .a_module_title {
  color: #fff !important;
  font-weight: 300;
  font-size: 14px !important;
  margin-bottom: 0;
  padding-right: 8px;
}
/* line 338, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .a_module:not(.wah_font_resize) .color_selector button {
  width: 22px !important;
  height: 22px !important;
  position: relative;
}
/* line 342, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .a_module:not(.wah_font_resize) .color_selector button span {
  font-size: 14px !important;
  height: auto !important;
  width: auto !important;
  clip: auto !important;
  clip-path: initial !important;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  left: 4px;
  top: 1px;
}
/* line 355, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .a_module:not(.wah_font_resize) .color_selector button:nth-child(1) {
  background: #000000;
  color: #fff;
}
/* line 358, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .a_module:not(.wah_font_resize) .color_selector button:nth-child(1) span {
  color: #fff !important;
}
/* line 363, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .a_module:not(.wah_font_resize) .color_selector button:nth-child(2) {
  background: #fefe1d;
  color: #221e1f;
}
/* line 366, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .a_module:not(.wah_font_resize) .color_selector button:nth-child(2) span {
  color: #221e1f !important;
}
/* line 371, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .a_module:not(.wah_font_resize) .color_selector button:nth-child(3) {
  background: #000000;
  color: #fefe1d;
}
/* line 374, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .a_module:not(.wah_font_resize) .color_selector button:nth-child(3) span {
  color: #fefe1d !important;
}
/* line 381, ../sass/layout/_header.scss */
html body #wp_access_helper_container.accessability_container .wahout.wah-call-clear-cookies {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

/* line 391, ../sass/layout/_header.scss */
.accessability_container .wah-free-credits .wah-free-credits-inner a {
  position: fixed;
  right: -300%;
}

/* line 395, ../sass/layout/_header.scss */
body .accessability_container * {
  background: transparent !important;
}

/* line 398, ../sass/layout/_header.scss */
body .accessability_container .a_module {
  border: none !important;
}

/* line 402, ../sass/layout/_header.scss */
body.fixed {
  position: fixed;
}
/* line 404, ../sass/layout/_header.scss */
body.fixed #wrapper-navbar {
  position: fixed;
}

/* line 409, ../sass/layout/_header.scss */
.btn-recrutation {
  margin-right: 20px;
}

/* line 1, ../sass/layout/_footer.scss */
#wrapper-footer {
  padding-top: 15px;
  padding-bottom: 100px;
}

/* line 10, ../sass/layout/_footer.scss */
.footer-1-wrapper {
  position: relative;
  display: table;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 24px;
}
/* line 17, ../sass/layout/_footer.scss */
.footer-1-wrapper .col-footer-1 > a, .footer-1-wrapper .col-footer-1 > div {
  display: inline;
  float: left;
}
/* line 23, ../sass/layout/_footer.scss */
.footer-1-wrapper ul {
  padding-left: 27px;
  padding-top: 30px;
}
/* line 26, ../sass/layout/_footer.scss */
.footer-1-wrapper ul li {
  list-style-type: none;
  margin-right: 50px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 30, ../sass/layout/_footer.scss */
.footer-1-wrapper ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #575757 !important;
}
/* line 35, ../sass/layout/_footer.scss */
.footer-1-wrapper ul li a:hover {
  color: #dd9933 !important;
}
/* line 39, ../sass/layout/_footer.scss */
.footer-1-wrapper ul li:last-child {
  margin-right: 0;
}
/* line 43, ../sass/layout/_footer.scss */
.footer-1-wrapper ul li.current_page_item a {
  color: #dd9933;
}

/* line 51, ../sass/layout/_footer.scss */
ul.social {
  padding-top: 30px;
  padding-left: 0;
  margin-bottom: 0;
  display: table;
  margin-left: auto;
}
/* line 57, ../sass/layout/_footer.scss */
ul.social li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 18px;
}
/* line 61, ../sass/layout/_footer.scss */
ul.social li:last-child {
  margin-right: 0;
}
/* line 65, ../sass/layout/_footer.scss */
ul.social li a i {
  color: #404041;
  font-size: 23px;
}
/* line 71, ../sass/layout/_footer.scss */
ul.social li a:hover i {
  color: #dd9933;
}

/* line 79, ../sass/layout/_footer.scss */
.copyrights-wrapper {
  padding-top: 31px;
}
/* line 81, ../sass/layout/_footer.scss */
.copyrights-wrapper p {
  font-size: 14px;
  font-weight: 300;
  color: #afafaf;
  text-align: center;
}

/* line 1, ../sass/pages/_home.scss */
.video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(/wp-content/uploads/2023/08/background.png) no-repeat center top !important;
  background-size: cover !important;
  overflow: hidden;
}
/* line 10, ../sass/pages/_home.scss */
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 17, ../sass/pages/_home.scss */
.video-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(128, 148, 221, 0.5);
}

/* line 31, ../sass/pages/_home.scss */
.home .btn-outline {
  background-color: #dd9933;
  color: #fff;
}
/* line 34, ../sass/pages/_home.scss */
.home .btn-outline:hover {
  background-color: #e16f8f;
  border: 2px solid #e16f8f;
}

/* line 41, ../sass/pages/_home.scss */
#home-page-wrapper {
  padding-top: 0;
}

/* line 45, ../sass/pages/_home.scss */
.baner-home {
  position: relative;
}

/* line 53, ../sass/pages/_home.scss */
.facebook-posts-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 59, ../sass/pages/_home.scss */
.cff-posts-wrap .cff-post-links {
  width: 100%;
  margin-bottom: 10px;
}

/* line 65, ../sass/pages/_home.scss */
.container-baner-home {
  padding-top: 200px;
  padding-bottom: 227px;
  position: relative;
  z-index: 999;
}

.container-baner-home ul li {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 70, ../sass/pages/_home.scss */
.container-baner-home h1 {
  font-size: 80px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  color: #fff;
  text-shadow: #FBB90B 0 0 10px;
  margin-bottom: 70px;
  position: relative;
  display: table;
}
/* line 79, ../sass/pages/_home.scss */
.container-baner-home h1 span {
  background-color: #dd9933;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 84, ../sass/pages/_home.scss */
.container-baner-home h1 a {
  font-size: 20px !important;
  line-height: 28px;
  position: absolute;
  left: 100%;
  margin-left: 30px;
  top: 50%;
  display: table;
  width: 100%;
  max-width: 280px;
  margin-top: -20px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #dd9933;
  color: #fff;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #dd9933;
}
/* line 106, ../sass/pages/_home.scss */
.container-baner-home h1 a:hover {
  background-color: transparent;
}
/* line 111, ../sass/pages/_home.scss */
.container-baner-home p {
  font-size: 24px;
  color: #fff;
  line-height: 2;
}

.container-baner-home ul li {
  padding: 10px;
}

/* line 117, ../sass/pages/_home.scss */
.baner-buttons {
  position: absolute;
  right: 100px;
  bottom: 121px;
  z-index: 999;
}
/* line 123, ../sass/pages/_home.scss */
.baner-buttons button {
  appearance: none !important;
  border: none;
  background-color: transparent;
  position: relative;
  width: 30px;
  height: 30px;
}
/* line 131, ../sass/pages/_home.scss */
.baner-buttons button:focus {
  outline: none;
  border: none;
}
/* line 136, ../sass/pages/_home.scss */
.baner-buttons button:hover i {
  color: #83d2e2;
}
/* line 140, ../sass/pages/_home.scss */
.baner-buttons button i {
  color: #dd9933;
  font-size: 27px;
  position: absolute;
}
/* line 147, ../sass/pages/_home.scss */
.baner-buttons button.playing .fa-pause {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
/* line 151, ../sass/pages/_home.scss */
.baner-buttons button.playing .fa-play {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}
/* line 157, ../sass/pages/_home.scss */
.baner-buttons button.not-playing .fa-pause {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}
/* line 161, ../sass/pages/_home.scss */
.baner-buttons button.not-playing .fa-play {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

/* line 169, ../sass/pages/_home.scss */
.mause-button {
  width: 36px;
  height: 96px;
  position: absolute;
  left: inherit;
  right: 45px;
  margin-left: -18px;
  bottom: 100px;
  padding-top: 48px;
  z-index: 999;
}
/* line 179, ../sass/pages/_home.scss */
.mause-button span {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #dd9933;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  left: 50%;
  margin-left: -3px;
}
/* line 188, ../sass/pages/_home.scss */
.mause-button span:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #dd9933;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: -18px;
  left: 0;
}
/* line 199, ../sass/pages/_home.scss */
.mause-button span:after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #dd9933;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: -18px;
  left: 0;
}

/* line 212, ../sass/pages/_home.scss */
.posts-home {
  padding-top: 70px;
  padding-bottom: 80px;
}

/* line 217, ../sass/pages/_home.scss */
.home-posts-wrapper {
  margin-top: 8px;
}
/* line 219, ../sass/pages/_home.scss */
.home-posts-wrapper .row {
  margin-right: -30px;
  margin-left: -30px;
}
/* line 222, ../sass/pages/_home.scss */
.home-posts-wrapper .row div[class*='col'] {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 229, ../sass/pages/_home.scss */
.col-custom-post {
  margin-bottom: 27px;
}
/* line 232, ../sass/pages/_home.scss */
.col-custom-post h3 a {
  font-size: 24px;
  line-height: 1.5;
  color: #3b3b3b;
  font-weight: bold !important;
}
/* line 238, ../sass/pages/_home.scss */
.col-custom-post h3 a:hover {
  color: #dd9933;
}
/* line 243, ../sass/pages/_home.scss */
.col-custom-post p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
}
/* line 248, ../sass/pages/_home.scss */
.col-custom-post .global-entry-meta {
  background-color: #dd9933;
  display: table;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 20px;
  position: relative;
  margin-top: -22px;
  margin-bottom: 25px;
}
/* line 262, ../sass/pages/_home.scss */
.col-custom-post.col-custom-post-big {
  margin-bottom: 77px;
}
/* line 264, ../sass/pages/_home.scss */
.col-custom-post.col-custom-post-big h3 {
  margin-bottom: 23px;
}
/* line 266, ../sass/pages/_home.scss */
.col-custom-post.col-custom-post-big h3 a {
  font-size: 36px;
}
/* line 270, ../sass/pages/_home.scss */
.col-custom-post.col-custom-post-big .global-entry-meta {
  margin-bottom: 13px;
  margin-left: 30px;
}
/* line 274, ../sass/pages/_home.scss */
.col-custom-post.col-custom-post-big p {
  margin-bottom: 49px;
}

/* line 280, ../sass/pages/_home.scss */
.btn-more-news {
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
}

/* line 286, ../sass/pages/_home.scss */
.social-home {
  padding-top: 80px;
  padding-bottom: 60px;
  background: url(/wp-content/themes/understrap-child-master/images/obserwuj-bg.jpg) no-repeat center top;
}

/* line 292, ../sass/pages/_home.scss */
.social-box {
  display: block;
  background-size: cover !important;
  color: #fff;
  padding: 25px;
  margin-bottom: 49px;
  height: 268px;
}
/* line 300, ../sass/pages/_home.scss */
.social-box.social-box-facebook {
  height: 585px;
}
/* line 303, ../sass/pages/_home.scss */
.social-box:hover {
  color: #fff;
}
/* line 306, ../sass/pages/_home.scss */
.social-box span {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 18px;
}
/* line 311, ../sass/pages/_home.scss */
.social-box span i {
  margin-right: 11px;
}
/* line 315, ../sass/pages/_home.scss */
.social-box p {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.65;
}

/* line 323, ../sass/pages/_home.scss */
#cff.cff-light .cff-item {
  border: 1px solid #d7d7d7 !important;
  margin-bottom: 40px !important;
}

/* line 1, ../sass/pages/_app.scss */
.container-app {
  max-width: 100%;
  padding-top: 70px;
}

/* line 6, ../sass/pages/_app.scss */
.col-app-content {
  padding-left: 0;
}

/* line 10, ../sass/pages/_app.scss */
.app-list {
  padding-top: 50px;
}
/* line 12, ../sass/pages/_app.scss */
.app-list li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 14, ../sass/pages/_app.scss */
.app-list li:first-child {
  margin-right: 22px;
}

/* line 1, ../sass/pages/_recrucation.scss */
.container-recrutation {
  text-align: center;
  padding-top: 185px;
  padding-bottom: 170px;
}
/* line 6, ../sass/pages/_recrucation.scss */
.container-recrutation .heading-small {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
/* line 11, ../sass/pages/_recrucation.scss */
.container-recrutation .heading-with-line {
  margin-right: auto;
  margin-left: auto;
}
/* line 14, ../sass/pages/_recrucation.scss */
.container-recrutation .heading-with-line:after {
  left: 50%;
  margin-left: -46px;
}
/* line 19, ../sass/pages/_recrucation.scss */
.container-recrutation .btn-outline {
  margin-right: auto;
  margin-left: auto;
  padding-left: 64px;
  padding-right: 64px;
  margin-top: 50px;
}

/* line 29, ../sass/pages/_recrucation.scss */
#recrutation-page-wrapper:after {
  content: "";
  width: 257px;
  height: 179px;
  background: url(/wp-content/themes/understrap-child-master/images/shape2.png) no-repeat center top;
  display: block;
  position: absolute;
  left: 0;
  top: 575px;
  z-index: 999;
}
/* line 41, ../sass/pages/_recrucation.scss */
#recrutation-page-wrapper .section-content-top:after {
  content: "";
  width: 205px;
  height: 191px;
  background: url(/wp-content/themes/understrap-child-master/images/shape1.png) no-repeat center top;
  display: block;
  position: absolute;
  right: 0;
  top: 16px;
  margin-right: -102px;
  z-index: 999;
}

/* line 1, ../sass/pages/_terms.scss */
.container-terms {
  padding-top: 70px;
  padding-bottom: 80px;
}
/* line 4, ../sass/pages/_terms.scss */
.container-terms .btn-outline {
  margin-top: 57px;
  margin-left: auto;
}
/* line 8, ../sass/pages/_terms.scss */
.container-terms .heading-small {
  margin-bottom: 39px;
}

/* line 13, ../sass/pages/_terms.scss */
.row-terms-conditions {
  margin-top: 60px;
}
/* line 15, ../sass/pages/_terms.scss */
.row-terms-conditions .term-condition {
  max-width: 1100px;
  position: relative;
  padding-left: 130px;
}
/* line 20, ../sass/pages/_terms.scss */
.row-terms-conditions .term-number {
  position: absolute;
  left: 0;
  font-size: 72px;
  color: #e4e4e4;
  font-weight: bold;
  line-height: 0.4166666666666667;
}
/* line 28, ../sass/pages/_terms.scss */
.row-terms-conditions .term-condition {
  font-weight: 300;
  padding-bottom: 28px;
}
/* line 31, ../sass/pages/_terms.scss */
.row-terms-conditions .term-condition h2 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 33px;
}
/* line 36, ../sass/pages/_terms.scss */
.row-terms-conditions .term-condition p {
  margin-bottom: 30px;
}
/* line 39, ../sass/pages/_terms.scss */
.row-terms-conditions .term-condition ul {
  margin-bottom: 30px;
}
/* line 41, ../sass/pages/_terms.scss */
.row-terms-conditions .term-condition ul li {
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  padding-left: 17px;
}
/* line 46, ../sass/pages/_terms.scss */
.row-terms-conditions .term-condition ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 12px;
  left: 0;
  background-color: #dd9933;
}
/* line 58, ../sass/pages/_terms.scss */
.row-terms-conditions .term-condition p.lead {
  margin-bottom: 0;
}

/* line 64, ../sass/pages/_terms.scss */
#terms-page-wrapper {
  position: relative;
}
/* line 66, ../sass/pages/_terms.scss */
#terms-page-wrapper .dots-blue {
  left: 90px;
  top: 1482px;
}
/* line 71, ../sass/pages/_terms.scss */
#terms-page-wrapper .lines-blue {
  right: 0;
  top: 2300px;
}
/* line 75, ../sass/pages/_terms.scss */
#terms-page-wrapper .dots-blue2 {
  right: 90px;
  top: 4163px;
}
/* line 78, ../sass/pages/_terms.scss */
#terms-page-wrapper .dots-blue2 img {
  max-width: 178px;
}
/* line 82, ../sass/pages/_terms.scss */
#terms-page-wrapper .lines-red3 {
  left: 0;
  bottom: 1349px;
}
/* line 86, ../sass/pages/_terms.scss */
#terms-page-wrapper .squares-right {
  right: 0;
  bottom: 650px;
}

/* line 1, ../sass/pages/_privacy.scss */
.container-privacy {
  padding-top: 70px;
  padding-bottom: 70px;
}
/* line 4, ../sass/pages/_privacy.scss */
.container-privacy .btn-outline {
  margin-top: 57px;
  margin-left: auto;
}
/* line 8, ../sass/pages/_privacy.scss */
.container-privacy .heading-small {
  margin-bottom: 39px;
}
/* line 11, ../sass/pages/_privacy.scss */
.container-privacy h1.heading-with-line {
  padding-bottom: 60px;
  margin-bottom: 34px;
}

/* line 17, ../sass/pages/_privacy.scss */
.col-privacy-content-1 {
  padding-bottom: 35px;
}
/* line 19, ../sass/pages/_privacy.scss */
.col-privacy-content-1 p {
  font-size: 20px;
  font-weight: bold;
}

/* line 25, ../sass/pages/_privacy.scss */
.privacy-content-1-wrapper {
  padding-left: 130px;
  max-width: 1100px;
  padding-bottom: 45px;
}

/* line 31, ../sass/pages/_privacy.scss */
.privacy-content-2-wrapper {
  padding-left: 130px;
  max-width: 1100px;
}
/* line 34, ../sass/pages/_privacy.scss */
.privacy-content-2-wrapper h2 {
  font-weight: 300;
  padding-bottom: 33px;
  margin-bottom: 55px;
}

/* line 42, ../sass/pages/_privacy.scss */
.privacy-content p {
  margin-bottom: 30px;
}
/* line 45, ../sass/pages/_privacy.scss */
.privacy-content ul {
  margin-bottom: 30px;
  padding-left: 36px;
}
/* line 48, ../sass/pages/_privacy.scss */
.privacy-content ul li {
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  padding-left: 17px;
}
/* line 53, ../sass/pages/_privacy.scss */
.privacy-content ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 12px;
  left: 0;
  background-color: #dd9933;
}
/* line 65, ../sass/pages/_privacy.scss */
.privacy-content p.lead {
  margin-bottom: 0;
}

/* line 70, ../sass/pages/_privacy.scss */
#privacy-page-wrapper {
  position: relative;
}
/* line 72, ../sass/pages/_privacy.scss */
#privacy-page-wrapper .lines-red {
  left: 0;
  top: 834px;
}
/* line 76, ../sass/pages/_privacy.scss */
#privacy-page-wrapper .dots-red {
  right: 70px;
  top: 913px;
}
/* line 80, ../sass/pages/_privacy.scss */
#privacy-page-wrapper .dots-blue {
  left: 196px;
  top: 1539px;
}
/* line 84, ../sass/pages/_privacy.scss */
#privacy-page-wrapper .lines-blue {
  right: 0;
  top: 1465px;
}
/* line 88, ../sass/pages/_privacy.scss */
#privacy-page-wrapper .dots-blue2 {
  right: 140px;
  top: 1954px;
}
/* line 92, ../sass/pages/_privacy.scss */
#privacy-page-wrapper .squares-left {
  left: 0;
  bottom: 1470px;
}
/* line 96, ../sass/pages/_privacy.scss */
#privacy-page-wrapper .lines-red2 {
  right: 0;
  bottom: 1094px;
}

/* line 1, ../sass/pages/_guests.scss */
.container-guests {
  padding-top: 70px;
  padding-bottom: 83px;
}
/* line 6, ../sass/pages/_guests.scss */
.container-guests .top-wrapper p {
  font-weight: 300;
}
/* line 9, ../sass/pages/_guests.scss */
.container-guests .top-wrapper h1 {
  padding-bottom: 40px;
}

/* line 15, ../sass/pages/_guests.scss */
.col-guest-image {
  text-align: center;
  width: 286px;
  max-width: inherit;
  flex-basis: inherit;
  flex-grow: inherit;
  padding-right: 0;
}

/* line 24, ../sass/pages/_guests.scss */
.col-guest-description {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 0;
  padding-right: 100px;
}

/* line 32, ../sass/pages/_guests.scss */
.guest-description-wrapper {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.75);
  -webkit-box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.75);
  box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.75);
  padding: 40px 60px 56px 70px;
}
/* line 36, ../sass/pages/_guests.scss */
.guest-description-wrapper h2 {
  font-size: 38px;
  padding-bottom: 25px;
  margin-bottom: 39px;
}

/* line 46, ../sass/pages/_guests.scss */
.guest-image-wrapper {
  position: relative;
  z-index: 2;
  padding: 15px 15px 0 15px;
}
/* line 50, ../sass/pages/_guests.scss */
.guest-image-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain !important;
  z-index: -1;
}
/* line 58, ../sass/pages/_guests.scss */
.guest-image-wrapper.shape2:before {
  background: url(/wp-content/themes/understrap-child-master/images/shape2.png) no-repeat center top;
  width: 257px;
  height: 190px;
  right: 100%;
  margin-right: -73px;
  top: 50%;
  margin-top: -95px;
}
/* line 70, ../sass/pages/_guests.scss */
.guest-image-wrapper.shape1:before {
  background: url(/wp-content/themes/understrap-child-master/images/shape1.png) no-repeat center top;
  width: 177px;
  height: 165px;
  right: 100%;
  margin-right: -86px;
  top: -98px;
}
/* line 80, ../sass/pages/_guests.scss */
.guest-image-wrapper.shape5:before {
  background: url(/wp-content/themes/understrap-child-master/images/shape5.png) no-repeat center top;
  width: 180px;
  height: 166px;
  right: 100%;
  margin-right: -73px;
  top: 50%;
  margin-top: -84px;
}
/* line 91, ../sass/pages/_guests.scss */
.guest-image-wrapper.shape8:before {
  background: url(/wp-content/themes/understrap-child-master/images/shape8.png) no-repeat center top;
  width: 257px;
  height: 157px;
  right: 100%;
  margin-right: -89px;
  top: 50%;
  margin-top: -45px;
}

/* line 103, ../sass/pages/_guests.scss */
.row-guests {
  margin-top: 66px;
}

/* line 110, ../sass/pages/_guests.scss */
.col-guests .row-guest {
  margin-bottom: 60px;
}
/* line 113, ../sass/pages/_guests.scss */
.col-guests .row-guest:nth-child(even) {
  flex-direction: row-reverse;
}
/* line 115, ../sass/pages/_guests.scss */
.col-guests .row-guest:nth-child(even) .col-guest-image {
  padding-right: 20px;
  padding-left: 0;
}
/* line 119, ../sass/pages/_guests.scss */
.col-guests .row-guest:nth-child(even) .col-guest-description {
  padding-left: 100px;
  padding-right: 0;
}
/* line 125, ../sass/pages/_guests.scss */
.col-guests .row-guest:nth-child(even) .guest-image-wrapper.shape2:before {
  left: 100%;
  margin-left: -73px;
  right: initial;
  margin-right: initial;
}
/* line 133, ../sass/pages/_guests.scss */
.col-guests .row-guest:nth-child(even) .guest-image-wrapper.shape1:before {
  left: 100%;
  margin-left: -86px;
  right: initial;
  margin-right: initial;
}
/* line 141, ../sass/pages/_guests.scss */
.col-guests .row-guest:nth-child(even) .guest-image-wrapper.shape5:before {
  left: 100%;
  margin-left: -73px;
  right: initial;
  margin-right: initial;
}
/* line 149, ../sass/pages/_guests.scss */
.col-guests .row-guest:nth-child(even) .guest-image-wrapper.shape8:before {
  left: 100%;
  margin-left: -89px;
  right: initial;
  margin-right: initial;
}

/* line 161, ../sass/pages/_guests.scss */
.row-guests-2 .col-guest-2 {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 40px;
}
/* line 166, ../sass/pages/_guests.scss */
.row-guests-2 .guest-image-wrapper.shape2:before {
  display: none;
}
/* line 169, ../sass/pages/_guests.scss */
.row-guests-2 .guest-description-wrapper {
  padding: 20px 15px 20px 15px;
  box-shadow: none;
}
/* line 173, ../sass/pages/_guests.scss */
.row-guests-2 .guest-description-wrapper h2 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
/* line 178, ../sass/pages/_guests.scss */
.row-guests-2 p {
  font-size: 14px;
}
/* line 181, ../sass/pages/_guests.scss */
.row-guests-2 .guest-wrapper-2 {
  background-color: #fff;
  height: 100%;
  -moz-box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.75);
  -webkit-box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.75);
  box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.75);
}

/* line 189, ../sass/pages/_guests.scss */
.row-search-guests input {
  display: block;
  width: 100%;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  font-size: 18px;
  color: #575757;
  min-height: 56px;
  padding: 0 15px 0 47px;
  font-weight: 400;
  border: none;
  outline: 1px solid transparent;
  position: relative;
  z-index: 1;
  background-color: transparent !important;
}
/* line 206, ../sass/pages/_guests.scss */
.row-search-guests .search-input-wrapper {
  -moz-box-shadow: 0px 0px 18px 0px rgba(209, 219, 228, 0.8);
  -webkit-box-shadow: 0px 0px 18px 0px rgba(209, 219, 228, 0.8);
  box-shadow: 0px 0px 18px 0px rgba(209, 219, 228, 0.8);
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  background-color: transparent;
  position: relative;
  max-width: 600px;
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  margin-top: 30px;
  width: 100%;
}

/* line 221, ../sass/pages/_guests.scss */
.alphabet {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
/* line 226, ../sass/pages/_guests.scss */
.alphabet ul {
  text-align: center;
}
/* line 228, ../sass/pages/_guests.scss */
.alphabet ul li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 10px;
  font-size: 20px;
}

/* line 1, ../sass/pages/_partners.scss */
.container-partners {
  padding-top: 70px;
  padding-bottom: 83px;
}
/* line 5, ../sass/pages/_partners.scss */
.container-partners .top-wrapper {
  margin-bottom: 76px;
}
/* line 7, ../sass/pages/_partners.scss */
.container-partners .top-wrapper p {
  font-weight: 300;
  margin-bottom: 30px;
}
/* line 11, ../sass/pages/_partners.scss */
.container-partners .top-wrapper h1 {
  padding-bottom: 60px;
}
/* line 14, ../sass/pages/_partners.scss */
.container-partners .top-wrapper a {
  margin-left: auto;
  margin-bottom: 30px;
}
/* line 18, ../sass/pages/_partners.scss */
.container-partners .top-wrapper .heading-small {
  margin-bottom: 40px;
}

/* line 24, ../sass/pages/_partners.scss */
.col-partner-logo {
  text-align: center;
  width: 340px;
  max-width: inherit;
  flex-basis: inherit;
  flex-grow: inherit;
}

/* line 32, ../sass/pages/_partners.scss */
.col-partner-description {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
/* line 37, ../sass/pages/_partners.scss */
.col-partner-description h2 {
  padding-bottom: 20px;
  margin-bottom: 39px;
}
/* line 42, ../sass/pages/_partners.scss */
.col-partner-description p a {
  text-decoration: underline;
}

/* line 48, ../sass/pages/_partners.scss */
.partner-wrapper {
  -moz-box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.75);
  -webkit-box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.75);
  box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.75);
  padding: 50px 100px 55px 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

/* line 56, ../sass/pages/_partners.scss */
.col-partner {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
/* line 60, ../sass/pages/_partners.scss */
.col-partner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-size: contain !important;
}
/* line 67, ../sass/pages/_partners.scss */
.col-partner:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-size: contain !important;
}

/* line 77, ../sass/pages/_partners.scss */
.col-partner-1:before {
  width: 178px;
  height: 166px;
  background: url(/wp-content/themes/understrap-child-master/images/shape5.png) no-repeat center top;
  right: 100%;
  margin-right: -20px;
  top: 0;
}
/* line 85, ../sass/pages/_partners.scss */
.col-partner-1:after {
  width: 205px;
  height: 191px;
  background: url(/wp-content/themes/understrap-child-master/images/shape1.png) no-repeat center top;
  left: 100%;
  margin-left: -122px;
  bottom: -108px;
}

/* line 96, ../sass/pages/_partners.scss */
.col-partner-3:before {
  width: 231px;
  height: 182px;
  background: url(/wp-content/themes/understrap-child-master/images/shape3.png) no-repeat center top;
  left: -117px;
  top: 20px;
}

/* line 106, ../sass/pages/_partners.scss */
.col-partner-4:before {
  width: 178px;
  height: 166px;
  background: url(/wp-content/themes/understrap-child-master/images/shape1.png) no-repeat center top;
  left: -118px;
  bottom: -43px;
}
/* line 113, ../sass/pages/_partners.scss */
.col-partner-4:after {
  width: 378px;
  height: 290px;
  background: url(/wp-content/themes/understrap-child-master/images/shape9.png) no-repeat center top;
  right: -112px;
  bottom: -90px;
}

/* line 122, ../sass/pages/_partners.scss */
.partner-logo-wrapper {
  position: relative;
  left: -46px;
  -moz-box-shadow: 0px 0px 20px 0px rgba(209, 219, 228, 0.75);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(209, 219, 228, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(209, 219, 228, 0.75);
}

/* line 129, ../sass/pages/_partners.scss */
.guest-image-wrapper {
  position: relative;
  z-index: 2;
}
/* line 132, ../sass/pages/_partners.scss */
.guest-image-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain !important;
  z-index: -1;
}
/* line 140, ../sass/pages/_partners.scss */
.guest-image-wrapper.shape2:before {
  background: url(/wp-content/themes/understrap-child-master/images/shape2.png) no-repeat center top;
  width: 257px;
  height: 190px;
  right: 100%;
  margin-right: -73px;
  top: 50%;
  margin-top: -95px;
}
/* line 152, ../sass/pages/_partners.scss */
.guest-image-wrapper.shape1:before {
  background: url(/wp-content/themes/understrap-child-master/images/shape1.png) no-repeat center top;
  width: 177px;
  height: 165px;
  right: 100%;
  margin-right: -86px;
  top: -98px;
}
/* line 162, ../sass/pages/_partners.scss */
.guest-image-wrapper.shape5:before {
  background: url(/wp-content/themes/understrap-child-master/images/shape5.png) no-repeat center top;
  width: 180px;
  height: 166px;
  right: 100%;
  margin-right: -73px;
  top: 50%;
  margin-top: -84px;
}
/* line 173, ../sass/pages/_partners.scss */
.guest-image-wrapper.shape8:before {
  background: url(/wp-content/themes/understrap-child-master/images/shape8.png) no-repeat center top;
  width: 257px;
  height: 157px;
  right: 100%;
  margin-right: -89px;
  top: 50%;
  margin-top: -45px;
}

/* line 185, ../sass/pages/_partners.scss */
.row-guests {
  margin-top: 66px;
}

/* line 192, ../sass/pages/_partners.scss */
.col-guests .row-guest {
  margin-bottom: 60px;
}
/* line 195, ../sass/pages/_partners.scss */
.col-guests .row-guest:nth-child(even) {
  flex-direction: row-reverse;
}
/* line 197, ../sass/pages/_partners.scss */
.col-guests .row-guest:nth-child(even) .col-guest-image {
  padding-right: 20px;
  padding-left: 0;
}
/* line 201, ../sass/pages/_partners.scss */
.col-guests .row-guest:nth-child(even) .col-guest-description {
  padding-left: 100px;
  padding-right: 0;
}
/* line 207, ../sass/pages/_partners.scss */
.col-guests .row-guest:nth-child(even) .guest-image-wrapper.shape2:before {
  left: 100%;
  margin-left: -73px;
  right: initial;
  margin-right: initial;
}
/* line 215, ../sass/pages/_partners.scss */
.col-guests .row-guest:nth-child(even) .guest-image-wrapper.shape1:before {
  left: 100%;
  margin-left: -86px;
  right: initial;
  margin-right: initial;
}
/* line 223, ../sass/pages/_partners.scss */
.col-guests .row-guest:nth-child(even) .guest-image-wrapper.shape5:before {
  left: 100%;
  margin-left: -73px;
  right: initial;
  margin-right: initial;
}
/* line 231, ../sass/pages/_partners.scss */
.col-guests .row-guest:nth-child(even) .guest-image-wrapper.shape8:before {
  left: 100%;
  margin-left: -89px;
  right: initial;
  margin-right: initial;
}

/* line 242, ../sass/pages/_partners.scss */
.row-partners {
  margin-bottom: 50px;
}
/* line 245, ../sass/pages/_partners.scss */
.row-partners h3 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 32px;
}

/* line 1, ../sass/pages/_blog-single.scss */
#single-wrapper {
  padding-top: 0;
}
/* line 4, ../sass/pages/_blog-single.scss */
#single-wrapper .section-content-top {
  padding-top: 70px;
}
/* line 6, ../sass/pages/_blog-single.scss */
#single-wrapper .section-content-top .post-categories {
  margin-bottom: 36px;
}
/* line 9, ../sass/pages/_blog-single.scss */
#single-wrapper .section-content-top .post-categories li a {
  font-size: 20px;
  color: #dd9933;
  font-weight: bold;
}
/* line 16, ../sass/pages/_blog-single.scss */
#single-wrapper .section-content-top .heading-small {
  text-transform: none;
  margin-bottom: 36px;
}
/* line 21, ../sass/pages/_blog-single.scss */
#single-wrapper .site-main {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 26, ../sass/pages/_blog-single.scss */
#single-wrapper .entry-content {
  max-width: 1100px;
  padding-left: 130px;
  position: relative;
}
/* line 31, ../sass/pages/_blog-single.scss */
#single-wrapper .entry-content p, #single-wrapper .entry-content li, #single-wrapper .entry-content a {
  font-weight: 300;
}
/* line 34, ../sass/pages/_blog-single.scss */
#single-wrapper .entry-content p {
  margin-bottom: 31px;
}
/* line 36, ../sass/pages/_blog-single.scss */
#single-wrapper .entry-content p.lead {
  font-size: 36px;
  line-height: 1.416666666666667;
  margin-bottom: 45px;
}
/* line 42, ../sass/pages/_blog-single.scss */
#single-wrapper .entry-content .single-article-image-wrapper {
  display: table;
  margin-bottom: 36px;
}
/* line 46, ../sass/pages/_blog-single.scss */
#single-wrapper .entry-content .custom-posts {
  margin-right: -40px;
  margin-left: -40px;
}
/* line 49, ../sass/pages/_blog-single.scss */
#single-wrapper .entry-content .custom-posts div[class*="col"] {
  padding-left: 40px;
  padding-right: 40px;
}
/* line 55, ../sass/pages/_blog-single.scss */
#single-wrapper .single-article-date {
  position: absolute;
  background-color: #dd9933;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  max-width: 96px;
  padding-top: 19px;
  padding-bottom: 11px;
  left: 0;
  top: 0;
}
/* line 68, ../sass/pages/_blog-single.scss */
#single-wrapper .single-article-date span {
  font-size: 48px;
  line-height: 1;
}
/* line 74, ../sass/pages/_blog-single.scss */
#single-wrapper .lines-red {
  left: 0;
  top: 835px;
}
/* line 78, ../sass/pages/_blog-single.scss */
#single-wrapper .dots-red {
  right: 70px;
  top: 830px;
}
/* line 82, ../sass/pages/_blog-single.scss */
#single-wrapper .dots-blue {
  left: 196px;
  top: 1534px;
}
/* line 86, ../sass/pages/_blog-single.scss */
#single-wrapper .lines-blue {
  right: 0;
  top: 1464px;
}
/* line 90, ../sass/pages/_blog-single.scss */
#single-wrapper .dots-blue2 {
  right: 140px;
  top: 1953px;
}
/* line 94, ../sass/pages/_blog-single.scss */
#single-wrapper .squares-left {
  left: 0;
  top: 2242px;
}

/* line 1, ../sass/pages/_blog.scss */
#index-wrapper {
  padding-top: 0;
}
/* line 4, ../sass/pages/_blog.scss */
#index-wrapper #main {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 8, ../sass/pages/_blog.scss */
#index-wrapper .section-content-top {
  padding-top: 70px;
}
/* line 11, ../sass/pages/_blog.scss */
#index-wrapper .section-content-top .heading-small {
  margin-bottom: 39px;
  text-transform: none;
}

/* line 18, ../sass/pages/_blog.scss */
.blog-article-image-wrapper {
  display: table;
  position: relative;
  margin-bottom: 72px;
}
/* line 22, ../sass/pages/_blog.scss */
.blog-article-image-wrapper .blog-article-date {
  background-color: #dd9933;
  display: table;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 20px;
  position: relative;
  margin-top: -22px;
  margin-left: 30px;
}

/* line 35, ../sass/pages/_blog.scss */
.blog-article-content-wrapper {
  margin-bottom: 72px;
}
/* line 37, ../sass/pages/_blog.scss */
.blog-article-content-wrapper h2 {
  position: relative;
  margin-top: -16px;
  margin-bottom: 23px;
}
/* line 41, ../sass/pages/_blog.scss */
.blog-article-content-wrapper h2 a {
  font-size: 36px;
  line-height: 1.527777777777778;
  font-weight: bold;
  color: #3b3b3b;
}
/* line 48, ../sass/pages/_blog.scss */
.blog-article-content-wrapper p {
  line-height: 36px;
  margin-bottom: 26px;
}

/* line 54, ../sass/pages/_blog.scss */
.blog-pagination {
  padding-top: 44px;
  padding-bottom: 26px;
  border-top: 1px solid #e0e0e0;
  width: 100%;
}
/* line 60, ../sass/pages/_blog.scss */
.blog-pagination .pagination {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
/* line 64, ../sass/pages/_blog.scss */
.blog-pagination .pagination li {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 4px;
  margin-right: 4px;
}
/* line 69, ../sass/pages/_blog.scss */
.blog-pagination .pagination li span {
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-color: #dd9933 !important;
  color: #fff;
  padding: 0;
  display: block;
  width: 54px;
  height: 54px;
  font-weight: bold;
  line-height: 54px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 82, ../sass/pages/_blog.scss */
.blog-pagination .pagination li span.dots {
  background-color: #fff !important;
  color: #dd9933 !important;
  border: none !important;
}
/* line 88, ../sass/pages/_blog.scss */
.blog-pagination .pagination li a {
  font-size: 19px;
  text-align: center;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-color: transparent;
  padding: 0;
  display: block;
  width: 54px;
  height: 54px;
  font-weight: bold;
  line-height: 54px;
  border: none;
}
/* line 103, ../sass/pages/_blog.scss */
.blog-pagination .pagination li a:hover {
  background-color: #dd9933;
  color: #fff;
}
/* line 107, ../sass/pages/_blog.scss */
.blog-pagination .pagination li a.next, .blog-pagination .pagination li a.prev {
  border: 2px solid #dd9933;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  position: relative;
}
/* line 111, ../sass/pages/_blog.scss */
.blog-pagination .pagination li a.next:before, .blog-pagination .pagination li a.prev:before {
  font-family: FontAwesome;
  font-size: 18px;
  color: #dd9933;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: 0;
  left: 50%;
  margin-left: -5px;
}
/* line 123, ../sass/pages/_blog.scss */
.blog-pagination .pagination li a.next:hover, .blog-pagination .pagination li a.prev:hover {
  background-color: #dd9933;
}
/* line 125, ../sass/pages/_blog.scss */
.blog-pagination .pagination li a.next:hover:before, .blog-pagination .pagination li a.prev:hover:before {
  color: #fff;
}
/* line 131, ../sass/pages/_blog.scss */
.blog-pagination .pagination li a.next:before {
  content: "\f054";
}
/* line 136, ../sass/pages/_blog.scss */
.blog-pagination .pagination li a.prev:before {
  content: "\f053";
}

/* line 2, ../sass/pages/_media.scss */
#media-page-wrapper .section-content-top {
  padding-top: 70px;
}
/* line 4, ../sass/pages/_media.scss */
#media-page-wrapper .section-content-top .heading-small {
  margin-bottom: 35px;
}
/* line 7, ../sass/pages/_media.scss */
#media-page-wrapper .section-content-top .heading-with-line {
  padding-bottom: 60px;
}

/* line 14, ../sass/pages/_media.scss */
.row-media-1 {
  margin-top: 53px;
}
/* line 16, ../sass/pages/_media.scss */
.row-media-1 .col-floating-content-right {
  position: relative;
}
/* line 20, ../sass/pages/_media.scss */
.row-media-1 .image-half-screen-left:before {
  content: "";
  display: block;
  position: absolute;
  width: 257px;
  height: 179px;
  top: -57px;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/shape2.png) no-repeat center top;
}

/* line 34, ../sass/pages/_media.scss */
.row-media h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 24px;
}

/* line 42, ../sass/pages/_media.scss */
.row-media-2 .content-3 {
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding-top: 70px;
}
/* line 47, ../sass/pages/_media.scss */
.row-media-2 .content-3 p {
  margin-bottom: 30px;
}
/* line 51, ../sass/pages/_media.scss */
.row-media-2 .btn-outline {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
/* line 57, ../sass/pages/_media.scss */
.row-media-2 .image-half-screen-right:before {
  content: "";
  display: block;
  position: absolute;
  width: 205px;
  height: 191px;
  bottom: -85px;
  right: 28px;
  background: url(/wp-content/themes/understrap-child-master/images/shape5.png) no-repeat center top;
}

/* line 72, ../sass/pages/_media.scss */
.media-content-wrapper-2 {
  background-color: #fff;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
}

/* line 81, ../sass/pages/_media.scss */
.white-media-section {
  height: 70px;
  background-color: #fff;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -70px;
  position: relative;
}
/* line 89, ../sass/pages/_media.scss */
.white-media-section:after {
  content: "";
  display: block;
  position: absolute;
  width: 205px;
  height: 191px;
  top: -137px;
  left: 50%;
  margin-left: -230px;
  background: url(/wp-content/themes/understrap-child-master/images/shape1.png) no-repeat center top;
}

/* line 102, ../sass/pages/_media.scss */
.row-read {
  margin-bottom: 45px;
}
/* line 104, ../sass/pages/_media.scss */
.row-read h3 {
  font-size: 30px;
  line-height: 1.6;
}
/* line 108, ../sass/pages/_media.scss */
.row-read span.read-media {
  position: relative;
  display: table;
  color: #dd9933;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 38px;
}
/* line 117, ../sass/pages/_media.scss */
.row-read p {
  font-weight: 300;
}
/* line 119, ../sass/pages/_media.scss */
.row-read p a {
  color: #dd9933;
  font-weight: 300;
}
/* line 122, ../sass/pages/_media.scss */
.row-read p a i {
  color: #dd9933;
  position: relative;
  font-size: 16px;
}

/* line 131, ../sass/pages/_media.scss */
.media-read {
  padding-bottom: 80px;
}

/* line 137, ../sass/pages/_media.scss */
.col-read .row:nth-child(2) .read-image-wrapper {
  position: relative;
}
/* line 139, ../sass/pages/_media.scss */
.col-read .row:nth-child(2) .read-image-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 270px;
  height: 156px;
  top: 20px;
  left: 0;
  margin-left: -165px;
  background: url(/wp-content/themes/understrap-child-master/images/shape7.png) no-repeat center top;
  z-index: -1;
}

/* line 2, ../sass/pages/_fundation.scss */
#fundation-page-wrapper .section-content-top {
  padding-top: 70px;
}
/* line 4, ../sass/pages/_fundation.scss */
#fundation-page-wrapper .section-content-top .heading-small {
  margin-bottom: 35px;
}
/* line 7, ../sass/pages/_fundation.scss */
#fundation-page-wrapper .section-content-top .heading-with-line {
  padding-bottom: 60px;
}
/* line 13, ../sass/pages/_fundation.scss */
#fundation-page-wrapper .floating-section .white-shape:after {
  display: none;
}
/* line 19, ../sass/pages/_fundation.scss */
#fundation-page-wrapper .col-floating-content-right:before {
  content: "";
  display: block;
  position: absolute;
  width: 205px;
  height: 191px;
  top: 196px;
  left: 100%;
  margin-left: 65px;
  background: url(/wp-content/themes/understrap-child-master/images/shape5.png) no-repeat center top;
}

/* line 35, ../sass/pages/_fundation.scss */
.row-fundation-1 {
  margin-top: 53px;
}
/* line 37, ../sass/pages/_fundation.scss */
.row-fundation-1 .col-floating-content-right {
  position: relative;
}
/* line 41, ../sass/pages/_fundation.scss */
.row-fundation-1 .image-half-screen-left:before {
  content: "";
  display: block;
  position: absolute;
  width: 205px;
  height: 191px;
  top: 100%;
  margin-top: 11px;
  left: 104px;
  background: url(/wp-content/themes/understrap-child-master/images/shape1.png) no-repeat center top;
}

/* line 56, ../sass/pages/_fundation.scss */
.row-fundation h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 46px;
}

/* line 64, ../sass/pages/_fundation.scss */
.row-fundation-2 .content-3 {
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding-top: 70px;
}
/* line 69, ../sass/pages/_fundation.scss */
.row-fundation-2 .content-3 p {
  margin-bottom: 30px;
}
/* line 73, ../sass/pages/_fundation.scss */
.row-fundation-2 .btn-outline {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

/* line 82, ../sass/pages/_fundation.scss */
.fundation-content-wrapper-2 {
  background-color: #fff;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
}

/* line 91, ../sass/pages/_fundation.scss */
.section-fundation-bottom {
  padding-bottom: 90px;
}
/* line 93, ../sass/pages/_fundation.scss */
.section-fundation-bottom p {
  margin-bottom: 30px;
}
/* line 97, ../sass/pages/_fundation.scss */
.section-fundation-bottom .content-2:before {
  content: "";
  display: block;
  position: absolute;
  width: 205px;
  height: 191px;
  left: 100%;
  top: 50%;
  margin-top: -90px;
  margin-left: 22px;
  background: url(/wp-content/themes/understrap-child-master/images/shape1.png) no-repeat center top;
}

/* line 2, ../sass/pages/_contact.scss */
#contact-page-wrapper .section-content-top {
  padding-top: 70px;
  text-align: center;
  position: relative;
}
/* line 6, ../sass/pages/_contact.scss */
#contact-page-wrapper .section-content-top:before {
  content: "";
  display: block;
  position: absolute;
  width: 205px;
  height: 191px;
  top: 75px;
  right: 120px;
  background: url(/wp-content/themes/understrap-child-master/images/shape5.png) no-repeat center top;
}
/* line 16, ../sass/pages/_contact.scss */
#contact-page-wrapper .section-content-top:after {
  content: "";
  display: block;
  position: absolute;
  width: 257px;
  height: 179px;
  top: 290px;
  right: 100%;
  background: url(/wp-content/themes/understrap-child-master/images/shape2.png) no-repeat center top;
}
/* line 30, ../sass/pages/_contact.scss */
#contact-page-wrapper .top-wrapper span {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
}
/* line 35, ../sass/pages/_contact.scss */
#contact-page-wrapper .top-wrapper h1 {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 50px;
  padding-bottom: 34px;
}
/* line 41, ../sass/pages/_contact.scss */
#contact-page-wrapper .top-wrapper h1:after {
  left: 50%;
  margin-left: -46px;
}
/* line 48, ../sass/pages/_contact.scss */
#contact-page-wrapper .lines-red {
  left: 0;
  top: 584px;
}

/* line 55, ../sass/pages/_contact.scss */
.container-form, .container-hidden-form {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 58, ../sass/pages/_contact.scss */
.container-form .row, .container-hidden-form .row {
  margin-right: -10px;
  margin-left: -10px;
}
/* line 61, ../sass/pages/_contact.scss */
.container-form .row div[class*="col"], .container-hidden-form .row div[class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
/* line 68, ../sass/pages/_contact.scss */
.container-form br, .container-hidden-form br {
  display: none;
}

/* line 76, ../sass/pages/_contact.scss */
.wpcf7 form .input-wrapper input, .wpcf7 form .input-wrapper textarea, .form-payment-wrapper form .input-wrapper input, .form-payment-wrapper form .input-wrapper textarea {
  display: block;
  width: 100%;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  font-size: 14px;
  color: #575757;
  min-height: 56px;
  padding: 0 15px 0 47px;
  font-weight: 400;
  border: none;
  outline: 1px solid transparent;
  position: relative;
  z-index: 1;
  background-color: transparent !important;
}
/* line 91, ../sass/pages/_contact.scss */
.wpcf7 form .input-wrapper input:focus, .wpcf7 form .input-wrapper textarea:focus, .form-payment-wrapper form .input-wrapper input:focus, .form-payment-wrapper form .input-wrapper textarea:focus {
  outline: 1px solid #83d2e2;
  -moz-box-shadow: inset 0px 0px 4px 0px rgba(131, 210, 226, 0.7);
  -webkit-box-shadow: inset 0px 0px 4px 0px rgba(131, 210, 226, 0.7);
  box-shadow: inset 0px 0px 4px 0px rgba(131, 210, 226, 0.7);
}
/* line 95, ../sass/pages/_contact.scss */
.wpcf7 form .input-wrapper input::placeholder, .wpcf7 form .input-wrapper textarea::placeholder, .form-payment-wrapper form .input-wrapper input::placeholder, .form-payment-wrapper form .input-wrapper textarea::placeholder {
  color: transparent;
}
/* line 98, ../sass/pages/_contact.scss */
.wpcf7 form .input-wrapper input.wpcf7-not-valid, .wpcf7 form .input-wrapper textarea.wpcf7-not-valid, .form-payment-wrapper form .input-wrapper input.wpcf7-not-valid, .form-payment-wrapper form .input-wrapper textarea.wpcf7-not-valid {
  -moz-box-shadow: inset 0px 0px 4px 0px #f88e8e;
  -webkit-box-shadow: inset 0px 0px 4px 0px #f88e8e;
  box-shadow: inset 0px 0px 4px 0px #f88e8e;
}
/* line 103, ../sass/pages/_contact.scss */
.wpcf7 form .input-wrapper textarea, .form-payment-wrapper form .input-wrapper textarea {
  padding-top: 19px !important;
}
/* line 108, ../sass/pages/_contact.scss */
.wpcf7 form .input-wrapper.placeholder-input-wrapper input::placeholder, .form-payment-wrapper form .input-wrapper.placeholder-input-wrapper input::placeholder {
  color: #575757;
}
/* line 115, ../sass/pages/_contact.scss */
.wpcf7 form .input-wrapper, .form-payment-wrapper form .input-wrapper {
  -moz-box-shadow: 0px 0px 18px 0px rgba(209, 219, 228, 0.8);
  -webkit-box-shadow: 0px 0px 18px 0px rgba(209, 219, 228, 0.8);
  box-shadow: 0px 0px 18px 0px rgba(209, 219, 228, 0.8);
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  background-color: transparent;
  position: relative;
}
/* line 120, ../sass/pages/_contact.scss */
.wpcf7 form .input-wrapper:before, .form-payment-wrapper form .input-wrapper:before {
  content: "";
  position: absolute;
  font-size: 20px;
  font-family: FontAwesome;
  left: 18px;
  color: #83d2e2;
  top: 12px;
  z-index: 999;
}
/* line 131, ../sass/pages/_contact.scss */
.wpcf7 form .input-wrapper.name-input-wrapper:before, .form-payment-wrapper form .input-wrapper.name-input-wrapper:before {
  content: "\f007";
}
/* line 136, ../sass/pages/_contact.scss */
.wpcf7 form .input-wrapper.tel-input-wrapper:before, .form-payment-wrapper form .input-wrapper.tel-input-wrapper:before {
  content: "\f095";
}
/* line 141, ../sass/pages/_contact.scss */
.wpcf7 form .input-wrapper.email-input-wrapper:before, .form-payment-wrapper form .input-wrapper.email-input-wrapper:before {
  content: "\f0e0";
}
/* line 146, ../sass/pages/_contact.scss */
.wpcf7 form .input-wrapper.message-input-wrapper:before, .form-payment-wrapper form .input-wrapper.message-input-wrapper:before {
  content: "\f075";
}
/* line 155, ../sass/pages/_contact.scss */
.wpcf7 form .submit-wrapper input[type=submit], .form-payment-wrapper form .submit-wrapper input[type=submit] {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #dd9933;
  border: 2px solid #dd9933;
  background-color: #fff;
  line-height: 1;
  padding: 22px 77px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  display: table;
  margin-left: auto;
  width: auto;
}
/* line 171, ../sass/pages/_contact.scss */
.wpcf7 form .submit-wrapper input[type=submit]:hover, .form-payment-wrapper form .submit-wrapper input[type=submit]:hover {
  background-color: #dd9933 !important;
  color: #fff;
}
/* line 178, ../sass/pages/_contact.scss */
.wpcf7 .wpcf7-response-output, .form-payment-wrapper .wpcf7-response-output {
  border: none !important;
  margin-left: 0;
  display: table;
  margin-top: 0 !important;
}
/* line 184, ../sass/pages/_contact.scss */
.wpcf7 .col-input-checkbox, .form-payment-wrapper .col-input-checkbox {
  margin-top: 20px;
}
/* line 186, ../sass/pages/_contact.scss */
.wpcf7 .col-input-checkbox input, .form-payment-wrapper .col-input-checkbox input {
  height: 1px;
  width: 1px;
  position: absolute;
  left: 21px;
  top: 13px;
  z-index: -1;
}
/* line 196, ../sass/pages/_contact.scss */
.wpcf7 .col-input-checkbox input:checked + label:before, .form-payment-wrapper .col-input-checkbox input:checked + label:before {
  background-color: #dd9933;
}
/* line 199, ../sass/pages/_contact.scss */
.wpcf7 .col-input-checkbox input:checked + label:after, .form-payment-wrapper .col-input-checkbox input:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 204, ../sass/pages/_contact.scss */
.wpcf7 .col-input-checkbox label, .form-payment-wrapper .col-input-checkbox label {
  font-size: 10px;
  position: relative;
  padding-left: 50px;
}
/* line 208, ../sass/pages/_contact.scss */
.wpcf7 .col-input-checkbox label:before, .form-payment-wrapper .col-input-checkbox label:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #dd9933;
  z-index: 1;
  background-color: #fff;
}
/* line 222, ../sass/pages/_contact.scss */
.wpcf7 .col-input-checkbox label:after, .form-payment-wrapper .col-input-checkbox label:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 16px;
  top: 5px;
  left: 11px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  z-index: 2;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 236, ../sass/pages/_contact.scss */
.wpcf7 .col-input-checkbox label a, .form-payment-wrapper .col-input-checkbox label a {
  color: #dd9933;
}

/* line 243, ../sass/pages/_contact.scss */
.form-floating .wpcf7-form-control-wrap, .form-floating .form-control-wrapper {
  display: block;
}
/* line 245, ../sass/pages/_contact.scss */
.form-floating .wpcf7-form-control-wrap > label, .form-floating .form-control-wrapper > label {
  margin-bottom: 0;
  position: absolute;
  left: 47px;
  z-index: -1;
  font-size: 14px;
  color: #575757;
  top: 18px;
  pointer-events: none;
}
/* line 257, ../sass/pages/_contact.scss */
.form-floating .wpcf7-form-control-wrap > .form-control:focus, .form-floating .wpcf7-form-control-wrap > .form-control:not(:placeholder-shown), .form-floating .form-control-wrapper > .form-control:focus, .form-floating .form-control-wrapper > .form-control:not(:placeholder-shown) {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 263, ../sass/pages/_contact.scss */
.form-floating .wpcf7-form-control-wrap > .form-control:-webkit-autofill, .form-floating .form-control-wrapper > .form-control:-webkit-autofill {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 271, ../sass/pages/_contact.scss */
.form-floating .wpcf7-form-control-wrap > .form-control:focus ~ label,
.form-floating .wpcf7-form-control-wrap > .form-control:not(:placeholder-shown) ~ label,
.form-floating .wpcf7-form-control-wrap > .form-select ~ label, .form-floating .form-control-wrapper > .form-control:focus ~ label,
.form-floating .form-control-wrapper > .form-control:not(:placeholder-shown) ~ label,
.form-floating .form-control-wrapper > .form-select ~ label {
  opacity: 1;
  top: 7px;
  color: #84d2e2;
  font-size: 11px;
}
/* line 279, ../sass/pages/_contact.scss */
.form-floating .wpcf7-form-control-wrap > .form-control:-webkit-autofill ~ label, .form-floating .form-control-wrapper > .form-control:-webkit-autofill ~ label {
  opacity: 1;
  top: 7px;
  color: #84d2e2;
  font-size: 11px;
}
/* line 286, ../sass/pages/_contact.scss */
.form-floating .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .form-floating .form-control-wrapper .wpcf7-not-valid-tip {
  text-align: left;
  font-size: 11px;
  position: absolute;
  left: 47px;
  bottom: 3px;
}

/* line 295, ../sass/pages/_contact.scss */
.col-contact-content {
  text-align: left;
  padding-top: 100px;
  padding-left: 60px;
}
/* line 299, ../sass/pages/_contact.scss */
.col-contact-content p, .col-contact-content a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
/* line 305, ../sass/pages/_contact.scss */
.col-contact-content .contact-conetnt-1 p, .col-contact-content .contact-conetnt-2 p {
  color: #3b3b3b;
}
/* line 310, ../sass/pages/_contact.scss */
.col-contact-content .contact-conetnt-3 a {
  font-weight: 500;
}
/* line 312, ../sass/pages/_contact.scss */
.col-contact-content .contact-conetnt-3 a:first-child {
  color: #3b3b3b;
}
/* line 317, ../sass/pages/_contact.scss */
.col-contact-content h6 {
  font-size: 14px;
}
/* line 319, ../sass/pages/_contact.scss */
.col-contact-content h6 a {
  font-size: 14px;
}

/* line 2, ../sass/pages/_campus.scss */
#campus-page-wrapper .section-content-top {
  padding-top: 70px;
  position: relative;
}
/* line 7, ../sass/pages/_campus.scss */
#campus-page-wrapper .top-wrapper span {
  margin-bottom: 33px;
}
/* line 10, ../sass/pages/_campus.scss */
#campus-page-wrapper .top-wrapper h1 {
  font-size: 50px;
  padding-bottom: 56px;
  margin-bottom: 75px;
}
/* line 15, ../sass/pages/_campus.scss */
#campus-page-wrapper .top-wrapper p {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
/* line 22, ../sass/pages/_campus.scss */
#campus-page-wrapper .floating-section {
  margin-top: 56px;
  z-index: 999;
  padding-bottom: 162px;
}
/* line 27, ../sass/pages/_campus.scss */
#campus-page-wrapper .floating-section .white-shape:after {
  display: none;
}
/* line 33, ../sass/pages/_campus.scss */
#campus-page-wrapper .image-half-screen:before {
  content: "";
  display: block;
  position: absolute;
  width: 257px;
  height: 179px;
  top: -66px;
  right: 100%;
  margin-right: -211px;
  background: url(/wp-content/themes/understrap-child-master/images/shape2.png) no-repeat center top;
}
/* line 44, ../sass/pages/_campus.scss */
#campus-page-wrapper .image-half-screen:after {
  content: "";
  display: block;
  position: absolute;
  width: 205px;
  height: 191px;
  bottom: -137px;
  left: 52px;
  background: url(/wp-content/themes/understrap-child-master/images/shape1.png) no-repeat center top;
}
/* line 55, ../sass/pages/_campus.scss */
#campus-page-wrapper .floating-section .white-shape {
  height: 162px;
}

/* line 60, ../sass/pages/_campus.scss */
section.team {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background-color: #fff;
  margin-top: -95px;
  z-index: 1000;
  padding-bottom: 95px;
}
/* line 69, ../sass/pages/_campus.scss */
section.team h2 {
  padding-bottom: 40px;
  margin-bottom: 67px;
}
/* line 73, ../sass/pages/_campus.scss */
section.team .row-team {
  margin-right: -24px;
  margin-left: -24px;
}
/* line 76, ../sass/pages/_campus.scss */
section.team .row-team div[class*='col'] {
  padding-left: 24px;
  padding-right: 24px;
}
/* line 81, ../sass/pages/_campus.scss */
section.team h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 4px;
}
/* line 88, ../sass/pages/_campus.scss */
section.team:before {
  content: "";
  display: block;
  position: absolute;
  width: 270px;
  height: 156px;
  top: 228px;
  left: 100%;
  margin-left: 55px;
  background: url(/wp-content/themes/understrap-child-master/images/shape7.png) no-repeat center top;
}

/* line 102, ../sass/pages/_campus.scss */
section.videos {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
/* line 107, ../sass/pages/_campus.scss */
section.videos:before {
  content: "";
  display: block;
  position: absolute;
  width: 178px;
  height: 166px;
  top: 54px;
  right: 46px;
  background: url(/wp-content/themes/understrap-child-master/images/shape1.png) no-repeat center top;
  background-size: contain !important;
}
/* line 118, ../sass/pages/_campus.scss */
section.videos h2 {
  padding-bottom: 41px;
}
/* line 121, ../sass/pages/_campus.scss */
section.videos .row-videos {
  margin-right: -25px;
  margin-left: -25px;
}
/* line 124, ../sass/pages/_campus.scss */
section.videos .row-videos div[class*='col'] {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 38px;
}
/* line 130, ../sass/pages/_campus.scss */
section.videos a {
  display: block;
}
/* line 133, ../sass/pages/_campus.scss */
section.videos a:hover h4 {
  color: #dd9933;
}
/* line 137, ../sass/pages/_campus.scss */
section.videos a:hover .video-img-wrapper:before {
  color: #dd9933;
}
/* line 142, ../sass/pages/_campus.scss */
section.videos a h4 {
  font-size: 24px;
  line-height: 1.5;
  color: #3b3b3b;
  font-weight: bold;
  margin-top: 32px;
}
/* line 151, ../sass/pages/_campus.scss */
section.videos .video-img-wrapper {
  display: block;
  position: relative;
}
/* line 154, ../sass/pages/_campus.scss */
section.videos .video-img-wrapper:before {
  content: "\f04b";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  font-size: 65px;
  line-height: 1;
  color: #fff;
  left: 50%;
  margin-left: -24px;
  top: 50%;
  margin-top: -32px;
}

/* line 2, ../sass/pages/_program.scss */
#program-page-wrapper .section-content-top {
  padding-top: 70px;
}
/* line 4, ../sass/pages/_program.scss */
#program-page-wrapper .section-content-top .heading-small {
  margin-bottom: 31px;
}
/* line 7, ../sass/pages/_program.scss */
#program-page-wrapper .section-content-top .heading-with-line {
  padding-bottom: 45px;
}

/* line 13, ../sass/pages/_program.scss */
.program-boxes {
  padding-top: 65px;
}
/* line 16, ../sass/pages/_program.scss */
.program-boxes .row-categories-boex {
  justify-content: center;
}
/* line 19, ../sass/pages/_program.scss */
.program-boxes .category-box-wrapper {
  -moz-box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.75);
  -webkit-box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.75);
  box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.75);
  padding: 42px 30px 12px 30px;
  position: relative;
  height: 100%;
}
/* line 25, ../sass/pages/_program.scss */
.program-boxes .col-category {
  margin-bottom: 68px;
}
/* line 28, ../sass/pages/_program.scss */
.program-boxes .category-box-top {
  height: 8px;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
/* line 35, ../sass/pages/_program.scss */
.program-boxes h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}
/* line 40, ../sass/pages/_program.scss */
.program-boxes .category-line {
  width: 76px;
  height: 2px;
  display: table;
  margin-bottom: 27px;
}
/* line 46, ../sass/pages/_program.scss */
.program-boxes .category-icon-wrapper {
  height: 68px;
  display: table;
  margin-bottom: 12px;
}
/* line 51, ../sass/pages/_program.scss */
.program-boxes .category-heading {
  min-height: 72px;
  display: table;
  margin-bottom: 10px;
}
/* line 55, ../sass/pages/_program.scss */
.program-boxes .category-heading .category-heading-wrapper {
  display: table-cell;
  vertical-align: middle;
}
/* line 60, ../sass/pages/_program.scss */
.program-boxes p {
  font-size: 18px;
  line-height: 30px;
}

/* line 67, ../sass/pages/_program.scss */
.ctaegories-wrapper .row {
  margin-right: -37px;
  margin-left: -37px;
}
/* line 70, ../sass/pages/_program.scss */
.ctaegories-wrapper .row div[class*='col'] {
  padding-left: 37px;
  padding-right: 37px;
}

/* line 77, ../sass/pages/_program.scss */
.floating-section.map-section {
  margin-top: 12px;
  margin-bottom: 80px;
  padding-bottom: 0;
}
/* line 81, ../sass/pages/_program.scss */
.floating-section.map-section .col-floating-content-right {
  padding-top: 110px;
}
/* line 84, ../sass/pages/_program.scss */
.floating-section.map-section .heading-small {
  margin-bottom: 35px;
}
/* line 87, ../sass/pages/_program.scss */
.floating-section.map-section .heading-with-line {
  padding-bottom: 61px;
  margin-bottom: 53px;
}
/* line 91, ../sass/pages/_program.scss */
.floating-section.map-section a.btn-outline {
  margin-top: 71px;
}

/* line 96, ../sass/pages/_program.scss */
.program-schedule {
  padding-top: 43px;
  padding-bottom: 80px;
}

/* line 103, ../sass/pages/_program.scss */
.row-program-day .heading-small {
  font-size: 30px;
  line-height: 1;
  text-transform: none;
  margin-top: 25px;
}
/* line 109, ../sass/pages/_program.scss */
.row-program-day .heading-with-line {
  font-size: 50px;
  line-height: 1.1;
  padding-bottom: 35px;
  margin-bottom: 32px;
}

/* line 118, ../sass/pages/_program.scss */
.col-schedule-item-heading h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
}

/* line 125, ../sass/pages/_program.scss */
.col-schedule-item-content {
  margin-bottom: 18px;
}

/* line 129, ../sass/pages/_program.scss */
.schedule-item-wrapper {
  -moz-box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.75);
  -webkit-box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.75);
  box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.75);
  padding: 15px 20px 22px 27px;
  margin-bottom: 20px;
  position: relative;
}
/* line 134, ../sass/pages/_program.scss */
.schedule-item-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  top: 0;
  bottom: 0;
  left: 0;
}

/* line 145, ../sass/pages/_program.scss */
.col-schedule-date {
  text-align: center;
  width: 161px;
  max-width: inherit;
  flex-basis: inherit;
  flex-grow: inherit;
}
/* line 151, ../sass/pages/_program.scss */
.col-schedule-date .schedule-date-wrapper {
  border: 1px solid #c5c5c5;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding-top: 18px;
  padding-bottom: 14px;
}
/* line 158, ../sass/pages/_program.scss */
.col-schedule-date .floating-hour .hour-and-miuntes {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 11px;
}
/* line 162, ../sass/pages/_program.scss */
.col-schedule-date .floating-hour .hour-and-miuntes span {
  font-size: 20px;
  position: relative;
  top: -11px;
}
/* line 168, ../sass/pages/_program.scss */
.col-schedule-date .floating-hour .number-date {
  font-size: 18px;
  color: #9c9c9c;
  margin-bottom: 0;
  line-height: 1.2;
}
/* line 174, ../sass/pages/_program.scss */
.col-schedule-date .floating-hour .day-date {
  font-size: 15px;
  color: #9c9c9c;
  margin-bottom: 0;
  line-height: 1.2;
  text-transform: lowercase;
}

/* line 185, ../sass/pages/_program.scss */
.col-leader {
  text-align: left;
  width: 300px;
  max-width: inherit;
  flex-basis: inherit;
  flex-grow: inherit;
}
/* line 191, ../sass/pages/_program.scss */
.col-leader .text-leader, .col-leader h4 {
  padding-left: 11px;
}

/* line 198, ../sass/pages/_program.scss */
.col-schedule-item-name {
  padding-left: 10px;
  padding-top: 10px;
}
/* line 201, ../sass/pages/_program.scss */
.col-schedule-item-name .schedule-item-category, .schedule-item-category-2023  {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: table;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 14px;
}
/* line 210, ../sass/pages/_program.scss */
.col-schedule-item-name h3 {
  margin-bottom: 20px;
}
/* line 212, ../sass/pages/_program.scss */
.col-schedule-item-name h3 a {
  font-size: 30px;
  line-height: 1.233333333333333;
  color: #3b3b3b;
  position: relative;
  padding-bottom: 15px;
  display: block;
}
/* line 220, ../sass/pages/_program.scss */
.col-schedule-item-name h3 a:before {
  content: "";
  display: block;
  position: absolute;
  width: 75px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #545b6b;
}
/* line 230, ../sass/pages/_program.scss */
.col-schedule-item-name h3 a span {
  font-size: 20px;
  font-weight: bold;
}
/* line 236, ../sass/pages/_program.scss */
.col-schedule-item-name a.btn-outline {
  padding: 11px 23px;
  display: table;
  text-transform: none;
}
/* line 241, ../sass/pages/_program.scss */
.col-schedule-item-name p {
  margin-top: 20px;
}

/* line 247, ../sass/pages/_program.scss */
.row-schedule-item-bottom div[class*='col'] {
  padding-top: 19px;
}
/* line 250, ../sass/pages/_program.scss */
.row-schedule-item-bottom p {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 1px;
}
/* line 255, ../sass/pages/_program.scss */
.row-schedule-item-bottom p i {
  margin-right: 7px;
  font-size: 19px;
}
/* line 260, ../sass/pages/_program.scss */
.row-schedule-item-bottom h4, .row-schedule-item-bottom li {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

/* line 267, ../sass/pages/_program.scss */
.col-guests-program {
  text-align: left;
  width: 420px;
  max-width: inherit;
  flex-basis: inherit;
  flex-grow: inherit;
}
/* line 273, ../sass/pages/_program.scss */
.col-guests-program p {
  padding-left: 11px;
}
/* line 276, ../sass/pages/_program.scss */
.col-guests-program ul {
  padding-left: 11px;
}
/* line 278, ../sass/pages/_program.scss */
.col-guests-program ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 281, ../sass/pages/_program.scss */
.col-guests-program ul li:last-child span {
  display: none;
}

/* line 291, ../sass/pages/_program.scss */
.col-transmission ul li {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 294, ../sass/pages/_program.scss */
.col-transmission ul li:last-child {
  margin-right: 0;
}

/* line 302, ../sass/pages/_program.scss */
.theme-rozmowa .schedule-item-wrapper:before,
.theme-rozmowa .schedule-item-category-wrapper:before {
  background-color: #545b6b;
}
/* line 306, ../sass/pages/_program.scss */
.theme-rozmowa .col-schedule-item-name .schedule-item-category {
  padding-left: 34px;
}
/* line 308, ../sass/pages/_program.scss */
.theme-rozmowa .col-schedule-item-name .schedule-item-category:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  left: 0;
  background-color: #545b6b;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 322, ../sass/pages/_program.scss */
.theme-rozmowa .col-schedule-item-name .schedule-item-category,
.theme-rozmowa .row-schedule-item-bottom p i,
.theme-rozmowa .col-transmission i,
.theme-rozmowa .section-content-top .heading-small {
  color: #545b6b;
}
/* line 329, ../sass/pages/_program.scss */
.theme-rozmowa .col-schedule-item-name h3 a:hover {
  color: #545b6b;
}
/* line 333, ../sass/pages/_program.scss */
.theme-rozmowa .col-schedule-item-name a.btn-outline {
  border-color: #545b6b;
  color: #545b6b;
}
/* line 336, ../sass/pages/_program.scss */
.theme-rozmowa .col-schedule-item-name a.btn-outline:hover {
  background-color: #545b6b;
  color: #fff;
}

/* line 345, ../sass/pages/_program.scss */
.theme-swiat .schedule-item-wrapper:before,
.theme-swiat .schedule-item-category-wrapper:before {
  background-color: #dd9933;
}
/* line 349, ../sass/pages/_program.scss */
.theme-swiat .col-schedule-item-name .schedule-item-category {
  padding-left: 50px;
}
/* line 351, ../sass/pages/_program.scss */
.theme-swiat .col-schedule-item-name .schedule-item-category:before {
  content: "";
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 50%;
  margin-top: -18px;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/ikona-swiat.png) no-repeat center top;
  background-size: contain !important;
}
/* line 365, ../sass/pages/_program.scss */
.theme-swiat .col-schedule-item-name .schedule-item-category,
.theme-swiat .row-schedule-item-bottom p i,
.theme-swiat .col-transmission i,
.theme-swiat .section-content-top .heading-small {
  color: #dd9933;
}
/* line 372, ../sass/pages/_program.scss */
.theme-swiat .col-schedule-item-name h3 a:hover {
  color: #dd9933;
}
/* line 376, ../sass/pages/_program.scss */
.theme-swiat .col-schedule-item-name a.btn-outline {
  border-color: #dd9933;
  color: #dd9933;
}
/* line 379, ../sass/pages/_program.scss */
.theme-swiat .col-schedule-item-name a.btn-outline:hover {
  background-color: #dd9933;
  color: #fff;
}

/* line 388, ../sass/pages/_program.scss */
.theme-spoleczenstwo .schedule-item-wrapper:before,
.theme-spoleczenstwo .schedule-item-category-wrapper:before {
  background-color: #83d2e2;
}
/* line 392, ../sass/pages/_program.scss */
.theme-spoleczenstwo .col-schedule-item-name .schedule-item-category {
  padding-left: 50px;
}
/* line 394, ../sass/pages/_program.scss */
.theme-spoleczenstwo .col-schedule-item-name .schedule-item-category:before {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/ikona-spoleczenstwo3.png) no-repeat center top;
  background-size: contain !important;
}
/* line 408, ../sass/pages/_program.scss */
.theme-spoleczenstwo .col-schedule-item-name .schedule-item-category,
.theme-spoleczenstwo .row-schedule-item-bottom p i,
.theme-spoleczenstwo .col-transmission i,
.theme-spoleczenstwo .section-content-top .heading-small {
  color: #83d2e2;
}
/* line 415, ../sass/pages/_program.scss */
.theme-spoleczenstwo .col-schedule-item-name h3 a:hover {
  color: #83d2e2;
}
/* line 419, ../sass/pages/_program.scss */
.theme-spoleczenstwo .col-schedule-item-name a.btn-outline {
  border-color: #83d2e2;
  color: #83d2e2;
}
/* line 422, ../sass/pages/_program.scss */
.theme-spoleczenstwo .col-schedule-item-name a.btn-outline:hover {
  background-color: #83d2e2;
  color: #fff;
}

/* line 431, ../sass/pages/_program.scss */
.theme-kultura .schedule-item-wrapper:before,
.theme-kultura .schedule-item-category-wrapper:before {
  background-color: #bad1ef;
}
/* line 435, ../sass/pages/_program.scss */
.theme-kultura .col-schedule-item-name .schedule-item-category {
  padding-left: 57px;
}
/* line 437, ../sass/pages/_program.scss */
.theme-kultura .col-schedule-item-name .schedule-item-category:before {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 38px;
  top: 50%;
  margin-top: -19px;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/ikona-kultura.png) no-repeat center top;
  background-size: contain !important;
}
/* line 451, ../sass/pages/_program.scss */
.theme-kultura .col-schedule-item-name .schedule-item-category,
.theme-kultura .row-schedule-item-bottom p i,
.theme-kultura .col-transmission i,
.theme-kultura .section-content-top .heading-small {
  color: #bad1ef;
}
/* line 458, ../sass/pages/_program.scss */
.theme-kultura .col-schedule-item-name h3 a:hover {
  color: #bad1ef;
}
/* line 462, ../sass/pages/_program.scss */
.theme-kultura .col-schedule-item-name a.btn-outline {
  border-color: #bad1ef;
  color: #bad1ef;
}
/* line 465, ../sass/pages/_program.scss */
.theme-kultura .col-schedule-item-name a.btn-outline:hover {
  background-color: #bad1ef;
  color: #fff;
}

/* line 474, ../sass/pages/_program.scss */
.theme-sport .schedule-item-wrapper:before,
.theme-sport .schedule-item-category-wrapper:before {
  background-color: #88e3d8;
}
/* line 478, ../sass/pages/_program.scss */
.theme-sport .col-schedule-item-name .schedule-item-category {
  padding-left: 52px;
}
/* line 480, ../sass/pages/_program.scss */
.theme-sport .col-schedule-item-name .schedule-item-category:before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 38px;
  top: 50%;
  margin-top: -19px;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/ikona-sport2.png) no-repeat center top;
  background-size: contain !important;
}
/* line 494, ../sass/pages/_program.scss */
.theme-sport .col-schedule-item-name .schedule-item-category,
.theme-sport .row-schedule-item-bottom p i,
.theme-sport .col-transmission i,
.theme-sport .section-content-top .heading-small {
  color: #88e3d8;
}
/* line 501, ../sass/pages/_program.scss */
.theme-sport .col-schedule-item-name h3 a:hover {
  color: #88e3d8;
}
/* line 505, ../sass/pages/_program.scss */
.theme-sport .col-schedule-item-name a.btn-outline {
  border-color: #88e3d8;
  color: #88e3d8;
}
/* line 508, ../sass/pages/_program.scss */
.theme-sport .col-schedule-item-name a.btn-outline:hover {
  background-color: #88e3d8;
  color: #fff;
}

/* line 517, ../sass/pages/_program.scss */
.theme-rownosc .schedule-item-wrapper:before,
.theme-rownosc .schedule-item-category-wrapper:before {
  background-color: #b187e3;
}
/* line 521, ../sass/pages/_program.scss */
.theme-rownosc .col-schedule-item-name .schedule-item-category {
  padding-left: 52px;
}
/* line 523, ../sass/pages/_program.scss */
.theme-rownosc .col-schedule-item-name .schedule-item-category:before {
  content: "";
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 50%;
  margin-top: -18px;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/ikona-rownosc.png) no-repeat center top;
  background-size: contain !important;
}
/* line 537, ../sass/pages/_program.scss */
.theme-rownosc .col-schedule-item-name .schedule-item-category,
.theme-rownosc .row-schedule-item-bottom p i,
.theme-rownosc .col-transmission i,
.theme-rownosc .section-content-top .heading-small {
  color: #b187e3;
}
/* line 544, ../sass/pages/_program.scss */
.theme-rownosc .col-schedule-item-name h3 a:hover {
  color: #b187e3;
}
/* line 548, ../sass/pages/_program.scss */
.theme-rownosc .col-schedule-item-name a.btn-outline {
  border-color: #b187e3;
  color: #b187e3;
}
/* line 551, ../sass/pages/_program.scss */
.theme-rownosc .col-schedule-item-name a.btn-outline:hover {
  background-color: #b187e3;
  color: #fff;
}

/* line 560, ../sass/pages/_program.scss */
.theme-wolontariat .schedule-item-wrapper:before,
.theme-wolontariat .schedule-item-category-wrapper:before {
  background-color: #779457;
}
/* line 564, ../sass/pages/_program.scss */
.theme-wolontariat .col-schedule-item-name .schedule-item-category {
  padding-left: 34px;
}
/* line 566, ../sass/pages/_program.scss */
.theme-wolontariat .col-schedule-item-name .schedule-item-category:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  left: 0;
  background-color: #779457;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 580, ../sass/pages/_program.scss */
.theme-wolontariat .col-schedule-item-name .schedule-item-category,
.theme-wolontariat .row-schedule-item-bottom p i,
.theme-wolontariat .col-transmission i,
.theme-wolontariat .section-content-top .heading-small {
  color: #779457;
}
/* line 587, ../sass/pages/_program.scss */
.theme-wolontariat .col-schedule-item-name h3 a:hover {
  color: #779457;
}
/* line 591, ../sass/pages/_program.scss */
.theme-wolontariat .col-schedule-item-name a.btn-outline {
  border-color: #779457;
  color: #779457;
}
/* line 594, ../sass/pages/_program.scss */
.theme-wolontariat .col-schedule-item-name a.btn-outline:hover {
  background-color: #779457;
  color: #fff;
}

/* line 603, ../sass/pages/_program.scss */
.theme-debaty .schedule-item-wrapper:before,
.theme-debaty .schedule-item-category-wrapper:before {
  background-color: #e5460e;
}
/* line 607, ../sass/pages/_program.scss */
.theme-debaty .col-schedule-item-name .schedule-item-category {
  padding-left: 34px;
}
/* line 609, ../sass/pages/_program.scss */
.theme-debaty .col-schedule-item-name .schedule-item-category:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  left: 0;
  background-color: #e5460e;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 623, ../sass/pages/_program.scss */
.theme-debaty .col-schedule-item-name .schedule-item-category,
.theme-debaty .row-schedule-item-bottom p i,
.theme-debaty .col-transmission i,
.theme-debaty .section-content-top .heading-small {
  color: #e5460e;
}
/* line 629, ../sass/pages/_program.scss */
.theme-debaty .col-schedule-item-name a.btn-outline {
  border-color: #e5460e;
  color: #e5460e;
}
/* line 632, ../sass/pages/_program.scss */
.theme-debaty .col-schedule-item-name a.btn-outline:hover {
  background-color: #e5460e;
  color: #fff;
}
/* line 638, ../sass/pages/_program.scss */
.theme-debaty .col-schedule-item-name h3 a:hover {
  color: #e5460e;
}

/* line 646, ../sass/pages/_program.scss */
.theme-czlowiek .schedule-item-wrapper:before,
.theme-czlowiek .schedule-item-category-wrapper:before {
  background-color: #f3cb76;
}
/* line 650, ../sass/pages/_program.scss */
.theme-czlowiek .col-schedule-item-name .schedule-item-category {
  padding-left: 52px;
}
/* line 652, ../sass/pages/_program.scss */
.theme-czlowiek .col-schedule-item-name .schedule-item-category:before {
  content: "";
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 50%;
  margin-top: -18px;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/ikona-czlowiek.png) no-repeat center top;
  background-size: contain !important;
}
/* line 666, ../sass/pages/_program.scss */
.theme-czlowiek .col-schedule-item-name .schedule-item-category,
.theme-czlowiek .row-schedule-item-bottom p i,
.theme-czlowiek .col-transmission i,
.theme-czlowiek .section-content-top .heading-small {
  color: #f3cb76;
}
/* line 673, ../sass/pages/_program.scss */
.theme-czlowiek .col-schedule-item-name h3 a:hover {
  color: #f3cb76;
}
/* line 677, ../sass/pages/_program.scss */
.theme-czlowiek .col-schedule-item-name a.btn-outline {
  border-color: #f3cb76;
  color: #f3cb76;
}
/* line 680, ../sass/pages/_program.scss */
.theme-czlowiek .col-schedule-item-name a.btn-outline:hover {
  background-color: #f3cb76;
  color: #fff;
}

/* line 689, ../sass/pages/_program.scss */
.theme-klimat .schedule-item-wrapper:before,
.theme-klimat .schedule-item-category-wrapper:before {
  background-color: #8ce283;
}
/* line 693, ../sass/pages/_program.scss */
.theme-klimat .col-schedule-item-name .schedule-item-category {
  padding-left: 52px;
}
/* line 695, ../sass/pages/_program.scss */
.theme-klimat .col-schedule-item-name .schedule-item-category:before {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/ikona-klimat.png) no-repeat center top;
  background-size: contain !important;
}
/* line 709, ../sass/pages/_program.scss */
.theme-klimat .col-schedule-item-name .schedule-item-category,
.theme-klimat .row-schedule-item-bottom p i,
.theme-klimat .col-transmission i,
.theme-klimat .section-content-top .heading-small {
  color: #8ce283;
}
/* line 716, ../sass/pages/_program.scss */
.theme-klimat .col-schedule-item-name h3 a:hover {
  color: #8ce283;
}
/* line 720, ../sass/pages/_program.scss */
.theme-klimat .col-schedule-item-name a.btn-outline {
  border-color: #8ce283;
  color: #8ce283;
}
/* line 723, ../sass/pages/_program.scss */
.theme-klimat .col-schedule-item-name a.btn-outline:hover {
  background-color: #8ce283;
  color: #fff;
}

/* line 731, ../sass/pages/_program.scss */
.page-template-program-single .section-content-top {
  padding-top: 70px;
}
/* line 733, ../sass/pages/_program.scss */
.page-template-program-single .section-content-top .heading-small {
  text-transform: none;
  margin-bottom: 30px;
}
/* line 737, ../sass/pages/_program.scss */
.page-template-program-single .section-content-top h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 743, ../sass/pages/_program.scss */
.page-template-program-single .col-schedule-item-name {
  padding-left: 20px;
}

/* line 748, ../sass/pages/_program.scss */
.schedule-item-category-wrapper {
  position: relative;
  padding-left: 130px;
}
/* line 751, ../sass/pages/_program.scss */
.schedule-item-category-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
}

/* line 764, ../sass/pages/_program.scss */
.program-single-info {
  padding-top: 8px;
}

/* line 768, ../sass/pages/_program.scss */
.row-single-guest {
  margin-bottom: 28px;
}
/* line 770, ../sass/pages/_program.scss */
.row-single-guest .col-single-guest-image {
  text-align: center;
  width: 235px;
  max-width: inherit;
  flex-basis: inherit;
  flex-grow: inherit;
  padding-right: 0;
}
/* line 778, ../sass/pages/_program.scss */
.row-single-guest .col-single-guest-description {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 0;
}
/* line 783, ../sass/pages/_program.scss */
.row-single-guest .col-single-guest-description .guest-description-wrapper h2 {
  font-size: 30px;
  padding-bottom: 33px;
  margin-bottom: 18px;
}
/* line 789, ../sass/pages/_program.scss */
.row-single-guest .guest-description-wrapper {
  padding: 28px 60px 15px 50px;
}
/* line 792, ../sass/pages/_program.scss */
.row-single-guest .guest-image-wrapper {
  height: 285px;
  width: 100%;
}
/* line 795, ../sass/pages/_program.scss */
.row-single-guest .guest-image-wrapper.no-image {
  background-color: #e4e5e9;
}

/* line 800, ../sass/pages/_program.scss */
.single-guests-wrapper {
  padding-top: 56px;
  padding-bottom: 200px;
}

/* line 806, ../sass/pages/_program.scss */
.program-description p {
  font-weight: 300;
}
/* line 809, ../sass/pages/_program.scss */
.program-description .program-big {
  display: none;
  font-size: 36px;
  line-height: 1.416666666666667;
  margin-bottom: 44px;
}

/* line 816, ../sass/pages/_program.scss */
.program-single-content-wrapper {
  max-width: 970px;
}

/* line 819, ../sass/pages/_program.scss */
.program-single-content {
  padding-top: 50px;
}

/* line 823, ../sass/pages/_program.scss */
.program-nav {
  padding-top: 50px;
}
/* line 825, ../sass/pages/_program.scss */
.program-nav .program-nav-wrapper {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
/* line 830, ../sass/pages/_program.scss */
.program-nav ul {
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
}
/* line 834, ../sass/pages/_program.scss */
.program-nav ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 19px;
}
/* line 840, ../sass/pages/_program.scss */
.program-nav ul li a {
  color: #dd9933;
  font-size: 30px;
  font-weight: bold;
  display: table;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
/* line 848, ../sass/pages/_program.scss */
.program-nav ul li a:hover {
  text-decoration: underline;
}
/* line 852, ../sass/pages/_program.scss */
.program-nav ul li span {
  font-size: 16px;
  display: block;
  text-align: center;
  text-decoration: none !important;
  color: #3b3b3b;
  font-weight: bold;
}

/* line 864, ../sass/pages/_program.scss */
.program-nav-arrow {
  position: fixed;
  right: 20px;
  bottom: 50px;
  background-color: #dd9933;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 875, ../sass/pages/_program.scss */
.program-nav-arrow.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  overflow: visible;
  z-index: 999;
}
/* line 880, ../sass/pages/_program.scss */
.program-nav-arrow i {
  font-size: 25px;
  background-color: #dd9933;
  position: relative;
  top: 1px;
}
/* line 885, ../sass/pages/_program.scss */
.program-nav-arrow i:before {
  background-color: #dd9933;
  color: #fff;
}

/* line 892, ../sass/pages/_program.scss */
.single-gallery, .single-gallery-list {
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 897, ../sass/pages/_program.scss */
.single-gallery ul, .single-gallery-list ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-right: -5px;
  margin-left: -5px;
}
/* line 903, ../sass/pages/_program.scss */
.single-gallery li, .single-gallery-list li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: left;
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

/* line 918, ../sass/pages/_program.scss */
.single-gallery-list {
  padding-left: 0;
}
/* line 921, ../sass/pages/_program.scss */
.single-gallery-list ul li {
  width: 14.28571428571429%;
}

/* line 2, ../sass/pages/_money.scss */
#money-page-wrapper .section-content-top {
  padding-top: 70px;
}
/* line 4, ../sass/pages/_money.scss */
#money-page-wrapper .section-content-top .heading-small {
  margin-bottom: 31px;
}
/* line 7, ../sass/pages/_money.scss */
#money-page-wrapper .section-content-top .heading-with-line {
  padding-bottom: 45px;
}

/* line 13, ../sass/pages/_money.scss */
.section-money2 {
  background: url(/wp-content/themes/understrap-child-master/images/wesprzyj-nas-bg.jpg) no-repeat center top;
  background-size: cover !important;
  padding-top: 108px;
  padding-bottom: 56px;
  margin-top: 100px;
}
/* line 19, ../sass/pages/_money.scss */
.section-money2 h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 55px;
}

/* line 26, ../sass/pages/_money.scss */
.col-money2-left {
  padding-right: 0;
}
/* line 29, ../sass/pages/_money.scss */
.col-money2-left .alloCopy-wrapper {
  margin-top: 42px;
  margin-bottom: 26px;
  background-color: #fff;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  padding: 10px 0 10px 27px;
  position: relative;
}
/* line 36, ../sass/pages/_money.scss */
.col-money2-left .alloCopy-wrapper .allowCopy {
  font-size: 24px;
  font-weight: bold;
}
/* line 40, ../sass/pages/_money.scss */
.col-money2-left .alloCopy-wrapper button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #dd9933;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  border: none !important;
  outline: none !important;
  width: 54px;
  height: 54px;
  text-align: center;
}
/* line 52, ../sass/pages/_money.scss */
.col-money2-left .alloCopy-wrapper button i {
  font-size: 25px;
  color: #fff;
}
/* line 58, ../sass/pages/_money.scss */
.col-money2-left .under-account-number {
  font-style: italic;
  font-size: 20px;
  color: #9c9c9c;
}

/* line 65, ../sass/pages/_money.scss */
.money-2-wrapper {
  max-width: 500px;
  margin-left: auto;
}
/* line 68, ../sass/pages/_money.scss */
.money-2-wrapper h3 {
  position: relative;
  padding-right: 170px;
}
/* line 71, ../sass/pages/_money.scss */
.money-2-wrapper h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 143px;
  height: 71px;
  top: -14px;
  right: 0;
  background: url(/wp-content/themes/understrap-child-master/images/payu.png) no-repeat center top;
}

/* line 84, ../sass/pages/_money.scss */
.form-payment-wrapper {
  position: relative;
  padding-top: 22px;
}
/* line 87, ../sass/pages/_money.scss */
.form-payment-wrapper .row {
  margin-right: -7px;
  margin-left: -7px;
}
/* line 90, ../sass/pages/_money.scss */
.form-payment-wrapper .row div[class*='col'] {
  padding-left: 7px;
  padding-right: 7px;
}
/* line 95, ../sass/pages/_money.scss */
.form-payment-wrapper .payment-input-wrapper {
  width: 100%;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.5);
  -webkit-box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.5);
  box-shadow: 0px 0px 49px 0px rgba(209, 219, 228, 0.5);
  text-align: center;
  height: 191px;
  display: table;
}
/* line 102, ../sass/pages/_money.scss */
.form-payment-wrapper .payment-input-wrapper input[type=radio] {
  display: none;
}
/* line 105, ../sass/pages/_money.scss */
.form-payment-wrapper .payment-input-wrapper input:checked + label {
  border: 3px solid #dd9933;
}
/* line 108, ../sass/pages/_money.scss */
.form-payment-wrapper .payment-input-wrapper label {
  font-size: 38px;
  font-weight: bold;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
  border: 3px solid #fff;
}
/* line 118, ../sass/pages/_money.scss */
.form-payment-wrapper .payment-input-wrapper label:hover {
  cursor: pointer;
}
/* line 121, ../sass/pages/_money.scss */
.form-payment-wrapper .payment-input-wrapper label span {
  font-size: 20px;
  position: relative;
  top: -13px;
}
/* line 128, ../sass/pages/_money.scss */
.form-payment-wrapper .other-value {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  padding-right: 40px;
}
/* line 133, ../sass/pages/_money.scss */
.form-payment-wrapper .other-value span, .form-payment-wrapper .other-value input {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 136, ../sass/pages/_money.scss */
.form-payment-wrapper .other-value .payment-other-text {
  font-size: 20px;
  font-weight: 300;
  padding-right: 45px;
  text-align: left;
}
/* line 142, ../sass/pages/_money.scss */
.form-payment-wrapper .other-value .pln {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: -5px;
}
/* line 148, ../sass/pages/_money.scss */
.form-payment-wrapper .other-value input {
  border: none;
  width: 100%;
  max-width: 132px;
  border-bottom: 2px solid #3b3b3b;
  -moz-appearance: textfield;
}
/* line 154, ../sass/pages/_money.scss */
.form-payment-wrapper .other-value input:focus {
  outline: none;
}
/* line 159, ../sass/pages/_money.scss */
.form-payment-wrapper .other-value input::-webkit-outer-spin-button,
.form-payment-wrapper .other-value input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 165, ../sass/pages/_money.scss */
.form-payment-wrapper #btnBack {
  margin-top: 44px;
  max-width: 206px;
  width: 100%;
  margin-left: auto;
  text-align: center;
}
/* line 173, ../sass/pages/_money.scss */
.form-payment-wrapper #btnNext {
  margin-top: 44px;
  max-width: 206px;
  width: 100%;
  margin-left: auto;
  text-align: center;
}
/* line 180, ../sass/pages/_money.scss */
.form-payment-wrapper #submitPayment {
  margin-top: 44px;
  max-width: 206px;
  width: 100%;
  margin-left: auto;
  text-align: center;
  background-color: #dd9933;
  color: #fff;
}
/* line 190, ../sass/pages/_money.scss */
.form-payment-wrapper .col-payment-submit ul {
  display: table;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 470px;
}
/* line 196, ../sass/pages/_money.scss */
.form-payment-wrapper .col-payment-submit ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 50%;
}
/* line 199, ../sass/pages/_money.scss */
.form-payment-wrapper .col-payment-submit ul li a {
  margin-left: auto;
  margin-right: auto;
}

/* line 207, ../sass/pages/_money.scss */
.payuform {
  margin-top: 50px;
}

/* line 212, ../sass/pages/_money.scss */
.container-money.hidden, .row-next.hidden, .row-steps.hidden, .section-money2.hidden {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

/* line 219, ../sass/pages/_money.scss */
.hidden-form {
  position: absolute;
  left: 0;
  right: 0;
  top: -200px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
/* line 227, ../sass/pages/_money.scss */
.hidden-form.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 999;
  visibility: visible;
}

/* line 234, ../sass/pages/_money.scss */
.hidden-form-wrapper {
  max-width: 530px;
  width: 100%;
  display: table;
  margin-right: auto;
  margin-left: auto;
}

/* line 2, ../sass/pages/_video.scss */
#video-page-wrapper .section-content-top {
  padding-top: 70px;
}
/* line 4, ../sass/pages/_video.scss */
#video-page-wrapper .section-content-top .heading-small {
  margin-bottom: 35px;
}
/* line 7, ../sass/pages/_video.scss */
#video-page-wrapper .section-content-top .heading-with-line {
  padding-bottom: 60px;
}

/* line 14, ../sass/pages/_video.scss */
.row-yoytube-videos .y-video-wrapper {
  margin-bottom: 40px;
}
/* line 16, ../sass/pages/_video.scss */
.row-yoytube-videos .y-video-wrapper iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  min-height: 300px;
}
/* line 22, ../sass/pages/_video.scss */
.row-yoytube-videos .y-video-wrapper h2 {
  font-size: 22px;
}

/* line 1, ../sass/pages/_program-coming-soon.scss */
.coming-soon-wrapper {
  position: relative;
  max-width: 950px;
  width: 100%;
  display: table;
  margin-right: auto;
  margin-left: auto;
}
/* line 8, ../sass/pages/_program-coming-soon.scss */
.coming-soon-wrapper h2 {
  font-size: 32px;
  color: #8094dd;
  font-weight: bold;
}

/* line 15, ../sass/pages/_program-coming-soon.scss */
.coming-soon-box {
  text-align: center;
  max-width: 950px;
  width: 100%;
  display: table;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(226, 226, 226, 0.5);
  -moz-box-shadow: 0px 0px 24px 0px rgba(226, 226, 226, 0.5);
  box-shadow: 0px 0px 24px 0px rgba(226, 226, 226, 0.5);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  z-index: 2;
}

/* line 33, ../sass/pages/_program-coming-soon.scss */
.coming-soon-shape-1 {
  display: block;
  position: absolute;
  width: 551px;
  height: 301px;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/understrap-child-master/images/coming-soon-shape1.png) no-repeat center top;
  z-index: 1;
  margin-left: -73px;
  margin-top: -60px;
}

/* line 46, ../sass/pages/_program-coming-soon.scss */
.coming-soon-shape-2 {
  display: block;
  position: absolute;
  width: 259px;
  height: 298px;
  bottom: 0;
  right: 0;
  background: url(/wp-content/themes/understrap-child-master/images/coming-soon-shape2.png) no-repeat center top;
  z-index: 1;
  margin-right: -71px;
  margin-bottom: -56px;
}

/* line 59, ../sass/pages/_program-coming-soon.scss */
.section-coming-soon {
  padding-top: 85px;
  padding-bottom: 110px;
  background-color: #f7f7f7;
}

/* line 66, ../sass/pages/_program-coming-soon.scss */
.page-template-single-coming-soon .page-banner {
  background-size: cover !important;
  padding-top: 260px;
  padding-bottom: 170px;
}
/* line 70, ../sass/pages/_program-coming-soon.scss */
.page-template-single-coming-soon .page-banner h1 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 79, ../sass/pages/_program-coming-soon.scss */
#single-coming-soon-page-wrapper {
  padding-top: 0;
}

/* line 129, ../sass/_main.scss */
#recrutation-page-wrapper .section-content-top:after,
#recrutation-page-wrapper:after,
#campus-page-wrapper .image-half-screen:before,
section.videos:before,
.col-partner-1:before,
.col-partner-1:after,
.col-partner-3:before,
.col-partner-4:before,
.col-partner-4:after,
.row-media-1 .image-half-screen-left:before,
.row-media-2 .image-half-screen-right:before,
.floating-section .white-shape:after,
.col-read .row:nth-child(2) .read-image-wrapper:before {
  display: none;
}

@media (max-width: 1680px) {
  /* line 12, ../sass/_responsive.scss */
  .container-baner-home {
    padding-bottom: 227px;
    padding-top: 28px;
  }

  /* line 16, ../sass/_responsive.scss */
  #campus-page-wrapper .image-half-screen:after {
    left: -100px;
  }

  /* line 19, ../sass/_responsive.scss */
  .floating-sidebar {
    right: 20px;
  }
}
@media (max-width: 1440px) {
  /* line 29, ../sass/_responsive.scss */
  .container-baner-home {
    padding-bottom: 27px;
  }

  /* line 32, ../sass/_responsive.scss */
  #main-nav {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 36, ../sass/_responsive.scss */
  .baner {
    height: 293px;
    z-index: 4;
  }

  /* line 40, ../sass/_responsive.scss */
  .section-content-top {
    margin-top: 0;
  }

  /* line 43, ../sass/_responsive.scss */
  #main-menu li a {
    padding: 13px 11px;
  }
}
@media (max-width: 1200px) {
  /* line 61, ../sass/_responsive.scss */
  #secondary-sidebar {
    top: 24px;
  }

  /* line 64, ../sass/_responsive.scss */
  #main-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 68, ../sass/_responsive.scss */
  .navbar-brand img {
    max-width: 80px;
  }

  /* line 71, ../sass/_responsive.scss */
  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /* line 75, ../sass/_responsive.scss */
  .baner {
    height: 103px;
  }

  /* line 78, ../sass/_responsive.scss */
  #main-menu li a {
    color: #fff !important;
  }

  /* line 81, ../sass/_responsive.scss */
  #navbarNavDropdown {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    max-height: 100%;
    -moz-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    width: 300px;
    background-color: #dd9933;
    -moz-transition: -moz-transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
    -o-transition: -o-transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
  }
  /* line 91, ../sass/_responsive.scss */
  #navbarNavDropdown.show {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 94, ../sass/_responsive.scss */
  #navbarNavDropdown ul {
    padding-top: 87px;
  }

  /* line 98, ../sass/_responsive.scss */
  .floating-sidebar {
    position: fixed;
    top: 50% !important;
    margin-top: -150px !important;
  }

  /* line 104, ../sass/_responsive.scss */
  .section-content-top {
    margin-top: 0;
  }

  /* line 107, ../sass/_responsive.scss */
  .container-baner-home h1 {
    font-size: 50px;
    margin-bottom: 40px;
    padding-left: 15px;
  }

  /* line 111, ../sass/_responsive.scss */
  .social-box p {
    display: none;
  }

  /* line 114, ../sass/_responsive.scss */
  .heading-with-line {
    font-size: 36px !important;
    padding-bottom: 30px !important;
    margin-bottom: 40px !important;
  }

  /* line 119, ../sass/_responsive.scss */
  .col-floating-img .image-half-screen.image-half-screen-left,
  .col-floating-img .image-half-screen.image-half-screen-right {
    width: 50%;
  }

  /* line 123, ../sass/_responsive.scss */
  .col-floating-content-right {
    padding-left: 40px;
  }

  /* line 126, ../sass/_responsive.scss */
  .col-floating-content-left {
    padding-right: 40px;
  }

  /* line 129, ../sass/_responsive.scss */
  .white-shape {
    display: none;
  }

  /* line 132, ../sass/_responsive.scss */
  #campus-page-wrapper .floating-section {
    padding-bottom: 0;
    margin-bottom: 40px;
  }

  /* line 136, ../sass/_responsive.scss */
  section.videos a h4,
  .col-schedule-item-heading h4 {
    font-size: 18px;
  }

  /* line 140, ../sass/_responsive.scss */
  section.videos a h4 {
    margin-top: 16px;
  }

  /* line 143, ../sass/_responsive.scss */
  section.videos .row-videos div[class*='col'] {
    margin-bottom: 25px;
  }

  /* line 146, ../sass/_responsive.scss */
  .ctaegories-wrapper .row {
    margin-right: -20px;
    margin-left: -20px;
  }

  /* line 150, ../sass/_responsive.scss */
  .ctaegories-wrapper .row div[class*='col'] {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 154, ../sass/_responsive.scss */
  .col-floating-img .image-half-screen.image-half-screen-left {
    background-position: right top !important;
  }

  /* line 157, ../sass/_responsive.scss */
  .program-schedule {
    padding-top: 0;
  }

  /* line 160, ../sass/_responsive.scss */
  .privacy-content-1-wrapper,
  .privacy-content-2-wrapper {
    padding-left: 0;
  }

  /* line 164, ../sass/_responsive.scss */
  .campus-shape {
    display: none !important;
  }

  /* line 167, ../sass/_responsive.scss */
  .row-read h3 {
    font-size: 24px;
  }

  /* line 170, ../sass/_responsive.scss */
  .floating-section {
    position: relative;
    padding-bottom: 20px;
  }

  /* line 174, ../sass/_responsive.scss */
  .row-terms-conditions .term-number {
    font-size: 30px;
    line-height: 1;
  }

  /* line 178, ../sass/_responsive.scss */
  .row-terms-conditions .term-condition {
    padding-left: 45px;
  }

  /* line 181, ../sass/_responsive.scss */
  p {
    font-size: 18px;
    line-height: 1.5;
  }

  /* line 185, ../sass/_responsive.scss */
  .row-terms-conditions .term-condition p {
    margin-bottom: 20px;
  }

  /* line 188, ../sass/_responsive.scss */
  .row-terms-conditions {
    margin-top: 40px;
  }

  /* line 191, ../sass/_responsive.scss */
  .row-terms-conditions .term-condition h2 {
    font-size: 26px;
  }

  /* line 194, ../sass/_responsive.scss */
  .container-recrutation {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 101px;
  }

  /* line 199, ../sass/_responsive.scss */
  .guest-description-wrapper h2 {
    font-size: 32px !important;
  }

  /* line 203, ../sass/_responsive.scss */
  .row-fundation h2 {
    font-size: 26px;
  }

  /* line 206, ../sass/_responsive.scss */
  html body #wp_access_helper_container.accessability_container {
    display: none !important;
  }

  /* line 209, ../sass/_responsive.scss */
  .row-guests-2 .col-guest-2 {
    flex: 0 0 33.33333333333334%;
    max-width: 33.33333333333334%;
    margin-bottom: 40px;
  }

  /* line 214, ../sass/_responsive.scss */
  .row-guests-2 .guest-description-wrapper h2 {
    font-size: 18px !important;
  }

  /* line 217, ../sass/_responsive.scss */
  .guest-description-wrapper h2 {
    padding-bottom: 25px !important;
    margin-bottom: 25px !important;
  }

  /* line 221, ../sass/_responsive.scss */
  #main-menu .menu-item-has-children > ul {
    display: block !important;
    background-color: transparent;
    border: none;
    padding-top: 0;
    padding-left: 20px;
  }

  /* line 228, ../sass/_responsive.scss */
  #main-menu .menu-item-has-children ul .menu-item-has-children > a:after {
    display: none;
  }

  /* line 231, ../sass/_responsive.scss */
  #navbarNavDropdown {
    overflow-y: auto;
  }

  /* line 234, ../sass/_responsive.scss */
  .page-template-single-coming-soon .page-banner h1 {
    font-size: 32px;
  }

  /* line 237, ../sass/_responsive.scss */
  .page-template-single-coming-soon .page-banner {
    background-size: cover !important;
    padding-top: 140px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1000px) {
  /* line 249, ../sass/_responsive.scss */
  .widget_polylang {
    position: static !important;
  }
  /* line 251, ../sass/_responsive.scss */
  .widget_polylang li {
    display: inline-block !important;
    vertical-align: middle !important;
    *vertical-align: auto !important;
    *zoom: 1 !important;
    *display: inline !important;
  }

  /* line 260, ../sass/_responsive.scss */
  #secondary-sidebar {
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  /* line 270, ../sass/_responsive.scss */
  .container-baner-home h1 {
    font-size: 42px;
    margin-bottom: 30px;
  }

  /* line 274, ../sass/_responsive.scss */
  .container-baner-home p {
    max-width: 100%;
    font-size: 18px;
  }

  /* line 280, ../sass/_responsive.scss */
  .container-baner-home h1 a {
    position: static;
    margin-top: 20px;
    margin-left: 0;
  }

  /* line 286, ../sass/_responsive.scss */
  .mause-button {
    display: none;
  }

  /* line 289, ../sass/_responsive.scss */
  .container-baner-home {
    padding-top: 200px;
  }

  /* line 292, ../sass/_responsive.scss */
  .social-home {
    background-size: cover !important;
  }

  /* line 295, ../sass/_responsive.scss */
  .col-floating-img .image-half-screen {
    position: static;
    width: 100% !important;
    height: auto;
    background: none !important;
    min-height: initial !important;
  }

  /* line 302, ../sass/_responsive.scss */
  .col-floating-img .image-half-screen img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  /* line 305, ../sass/_responsive.scss */
  .col-floating-img {
    min-height: initial !important;
  }

  /* line 308, ../sass/_responsive.scss */
  .col-floating-content-right {
    padding-left: 20px;
  }

  /* line 311, ../sass/_responsive.scss */
  .col-floating-content-right {
    margin-top: 30px;
  }

  /* line 314, ../sass/_responsive.scss */
  section.videos a h4, .col-schedule-item-heading h4 {
    font-size: 16px;
  }

  /* line 317, ../sass/_responsive.scss */
  section.videos .video-img-wrapper:before {
    font-size: 40px;
    margin-left: -15px;
    margin-top: -20px;
  }

  /* line 322, ../sass/_responsive.scss */
  .col-schedule-item-name h3 a {
    font-size: 22px;
    padding-bottom: 20px;
  }

  /* line 326, ../sass/_responsive.scss */
  .col-schedule-item-name {
    padding-top: 0;
  }

  /* line 329, ../sass/_responsive.scss */
  .col-schedule-item-name .schedule-item-category {
    margin-bottom: 5px;
  }

  /* line 333, ../sass/_responsive.scss */
  .row.row-schedule-item-bottom .col {
    flex: none;
    max-width: 100%;
  }
  /* line 337, ../sass/_responsive.scss */
  .row.row-schedule-item-bottom .col-hour-from, .row.row-schedule-item-bottom .col-place, .row.row-schedule-item-bottom .col-transmission {
    flex: 0 0 33.3333333333334%;
    max-width: 33.3333333333334%;
  }
  /* line 341, ../sass/_responsive.scss */
  .row.row-schedule-item-bottom .col-guests-program {
    width: 100%;
  }

  /* line 345, ../sass/_responsive.scss */
  .money-2-wrapper {
    max-width: 100%;
    margin-left: 0;
  }

  /* line 349, ../sass/_responsive.scss */
  .col-money2-right {
    margin-top: 30px;
  }

  /* line 352, ../sass/_responsive.scss */
  .col-partner-logo, .col-partner-description {
    flex: none;
    max-width: 100%;
    width: 100%;
  }

  /* line 357, ../sass/_responsive.scss */
  .partner-logo-wrapper {
    left: 0;
    max-width: 300px;
    margin-bottom: 20px;
  }

  /* line 362, ../sass/_responsive.scss */
  .partner-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 366, ../sass/_responsive.scss */
  .container-privacy .btn-outline {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }

  /* line 371, ../sass/_responsive.scss */
  .col-contact-content {
    padding-left: 20px;
    padding-top: 30px;
  }

  /* line 375, ../sass/_responsive.scss */
  .row-media-2 .btn-outline {
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: 0;
  }

  /* line 380, ../sass/_responsive.scss */
  .row-media-2 .content-3 {
    margin-top: initial !important;
    margin-left: 0;
  }

  /* line 384, ../sass/_responsive.scss */
  .read-content-wrapper {
    padding-top: 20px;
  }

  /* line 387, ../sass/_responsive.scss */
  .container-terms .btn-outline {
    margin-top: 0;
    margin-left: 0;
  }

  /* line 391, ../sass/_responsive.scss */
  .col-app-content {
    padding-left: 20px;
    text-align: center;
  }
  /* line 394, ../sass/_responsive.scss */
  .col-app-content .heading-small, .col-app-content h1 {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 397, ../sass/_responsive.scss */
  .col-app-content .heading-small:after, .col-app-content h1:after {
    left: 50%;
    margin-left: -46px;
  }

  /* line 403, ../sass/_responsive.scss */
  .col-guest-image {
    flex: none;
    max-width: 100%;
  }

  /* line 407, ../sass/_responsive.scss */
  .guest-image-wrapper {
    position: relative;
    z-index: 2;
    margin-left: 20px;
    margin-bottom: -15px;
  }

  /* line 413, ../sass/_responsive.scss */
  .col-guest-description {
    padding-left: 20px;
    padding-right: 20px;
    flex: none;
    max-width: 100%;
  }

  /* line 419, ../sass/_responsive.scss */
  .col-floating-content-left {
    margin-bottom: 30px;
  }

  /* line 422, ../sass/_responsive.scss */
  .row-fundation-2 .content-3 {
    margin-top: 0 !important;
  }

  /* line 425, ../sass/_responsive.scss */
  .container-partners .top-wrapper a {
    margin-left: 0;
  }

  /* line 428, ../sass/_responsive.scss */
  .app-list {
    margin-bottom: 50px;
  }

  /* line 431, ../sass/_responsive.scss */
  .guest-description-wrapper h2 {
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
  }

  /* line 436, ../sass/_responsive.scss */
  .guest-wrapper-2 .guest-image-wrapper {
    margin-left: 0;
    margin-bottom: 0;
  }

  /* line 441, ../sass/_responsive.scss */
  .row-guests-2 .col-guest-2 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {

.custom-md-4 {
    max-width: 100% !important;
  }
.guest-wrapper-2 .guest-image-wrapper, .guest-description-wrapper, .heading-with-line::after {
	text-align: center;
}
.guest-image-wrapper {
	margin-left: 70px;
    margin-right: 70px;
}
.guest-image-wrapper img {
	width: 400px !important;
}
.heading-with-line {
	font-size: 28px !important;
    text-align: center;
    width: 100%;
    margin: 0px !important;
}

.heading-with-line:after {
	left: 185px !important;
}

.program-single-hour-wrapper {
	height: 100% !important;
}
.event-row {
	flex-direction: column !important;
}
.event-row div {
	font-size: 0.8rem !important;
}
.event-row h2 span {
	font-size: 1rem !important;
}

.col-program-hour.sticky-left {
	max-width: 100%;
}

.col-program-content {
	margin-bottom: 1rem !important;
}
.arrow-container {
	display: none;
}

.mr-custom {
	margin-right: -1.25rem !important;
}

.container-baner-home ul li {
  padding-left: 3px;
  padding-right: 3px;
}
    
.mobile-day-hour {
	display: block !important;
}

.przyciski {
  font-size: 1.1rem !important;
  padding: 20px !important;
  width: 300px !important;
}

.przyciski img {
  margin-top: 5px;
}

.desktop-day-hour {
	display: none !important;
}

  /* line 453, ../sass/_responsive.scss */
  section.videos .video-img-wrapper {
    display: table;
  }

  /* line 456, ../sass/_responsive.scss */
  #contact-page-wrapper .section-content-top:before {
    display: none;
  }

  /* line 459, ../sass/_responsive.scss */
  .col-guests .row-guest:nth-child(even) .col-guest-description {
    padding-left: 20px;
  }

  /* line 462, ../sass/_responsive.scss */
  .guest-description-wrapper {
    padding: 40px 20px 56px 20px;
  }
}
@media (max-width: 580px) {
  /* line 472, ../sass/_responsive.scss */
  .container-baner-home {
    padding-top: 128px;
  }

  /* line 476, ../sass/_responsive.scss */
  .container-baner-home p br {
    display: none;
  }

  /* line 480, ../sass/_responsive.scss */
  .baner-buttons button {
    display: none;
  }

  /* line 483, ../sass/_responsive.scss */
  .social-box span {
    font-size: 18px;
  }

  /* line 486, ../sass/_responsive.scss */
  .social-box.social-box-facebook {
    height: 270px;
  }

  /* line 489, ../sass/_responsive.scss */
  .footer-1-wrapper ul {
    padding-left: 0;
  }

  /* line 492, ../sass/_responsive.scss */
  .footer-1-wrapper ul li {
    margin-right: 15px;
  }

  /* line 495, ../sass/_responsive.scss */
  .footer-1-wrapper ul {
    margin-left: 0;
  }

  /* line 498, ../sass/_responsive.scss */
  #wrapper-footer {
    padding-bottom: 13px;
  }

  /* line 501, ../sass/_responsive.scss */
  .col.col-schedule-item-name,
  .row.row-schedule-item-bottom .col-hour-from, .row.row-schedule-item-bottom .col-place, .row.row-schedule-item-bottom .col-transmission {
    padding-left: 20px;
    padding-right: 20px;
    flex: none;
    max-width: 100%;
  }

  /* line 508, ../sass/_responsive.scss */
  .col-guests-program p,
  .col-guests-program ul {
    padding-left: 0;
  }

  /* line 512, ../sass/_responsive.scss */
  .col-schedule-date {
    margin-bottom: 13px;
  }

  /* line 515, ../sass/_responsive.scss */
  .col-money2-left {
    padding-right: 20px;
  }

  /* line 518, ../sass/_responsive.scss */
  .col-money2-left .alloCopy-wrapper .allowCopy {
    font-size: 16px;
    font-weight: bold;
  }

  /* line 522, ../sass/_responsive.scss */
  .col-money2-left .alloCopy-wrapper button {
    display: none;
  }

  /* line 525, ../sass/_responsive.scss */
  .container-form {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 528, ../sass/_responsive.scss */
  .container-form .row {
    margin-right: -20px;
    margin-left: -20px;
  }

  /* line 533, ../sass/_responsive.scss */
  .container-form .row div[class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 537, ../sass/_responsive.scss */
  #recrutation-page-wrapper:after {
    display: none;
  }

  /* line 540, ../sass/_responsive.scss */
  .app-list li {
    margin-left: auto;
    margin-right: auto !important;
    display: table;
  }

  /* line 545, ../sass/_responsive.scss */
  .app-list li:first-child {
    margin-bottom: 15px;
  }

  /* line 548, ../sass/_responsive.scss */
  .program-nav ul li {
    display: block;
  }
}

.svg-box {
  width: 77px;
  height: 77px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #ececec;
  top: 50%;
  left: 0;
  margin-top: -38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svg-popup {
  width: 77px;
  height: 77px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #464e7e;
  top: 50%;
  left: 0;
  margin-top: -38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zdj:hover {
  content: #8094dd;
}

.kafelek_book {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #464e7e;
  border: 2px solid #ffffff;
  line-height: 1;
  padding: 45px 35px 20px 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  display: table;
  transition: transform .2s;
  background-color: #ffffff;
  box-shadow: 0 0 170px 8px hsla(0, 0%, 100%, 0.550);
}

.kafelek_book:hover {
  color: #fff;
  background-color: #ffcbcb;
  border: 2px solid #ffcbcb;
  transform: scale(1.2);
  box-shadow: 0 0 170px 20px hsla(0, 0%, 100%, 0.550);
}

.kafelek_book svg {
  fill:#ffcbcb;
}

.kafelek_book:hover svg {
  fill:#fff;
}

.kafelek_arena {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #464e7e;
  border: 2px solid #ffffff;
  line-height: 1;
  padding: 45px 35px 20px 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  display: table;
  transition: transform .2s;
  background-color: #ffffff;
  box-shadow: 0 0 170px 8px hsla(0, 0%, 100%, 0.550);
}

.kafelek_arena:hover {
  color: #fff;
  background-color: #fd8a8a;
  border: 2px solid #fd8a8a;
  transform: scale(1.2);
  box-shadow: 0 0 170px 20px hsla(0, 0%, 100%, 0.550);
}

.kafelek_arena svg {
  fill:#fd8a8a;
}

.kafelek_arena:hover svg {
  fill:#fff;
}

.kafelek_design {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #464e7e;
  border: 2px solid #ffffff;
  line-height: 1;
  padding: 45px 35px 20px 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  display: table;
  transition: transform .2s;
  background-color: #ffffff;
  box-shadow: 0 0 170px 8px hsla(0, 0%, 100%, 0.550);
}

.kafelek_design:hover {
  color: #fff;
  background-color: #a8d1d1;
  border: 2px solid #a8d1d1;
  transform: scale(1.2);
  box-shadow: 0 0 170px 20px hsla(0, 0%, 100%, 0.550);
}

.kafelek_design svg {
  fill:#a8d1d1;
}

.kafelek_design:hover svg {
  fill:#fff;
}

.kafelek_festival {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #464e7e;
  border: 2px solid #ffffff;
  line-height: 1;
  padding: 45px 35px 20px 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  display: table;
  transition: transform .2s;
  background-color: #ffffff;
  box-shadow: 0 0 170px 8px hsla(0, 0%, 100%, 0.550);
}

.kafelek_festival:hover {
  color: #fff;
  background-color: #6b99dd;
  border: 2px solid #6b99dd;
  transform: scale(1.2);
  box-shadow: 0 0 170px 20px hsla(0, 0%, 100%, 0.550);
}

.kafelek_festival svg {
  fill:#6b99dd;
}

.kafelek_festival:hover svg {
  fill:#fff;
}

.kafelek_ngo {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #464e7e;
  border: 2px solid #ffffff;
  line-height: 1;
  padding: 45px 35px 20px 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  display: table;
  transition: transform .2s;
  background-color: #ffffff;
  box-shadow: 0 0 170px 8px hsla(0, 0%, 100%, 0.550);
}

.kafelek_ngo:hover {
  color: #fff;
  background-color: #f7ad7d;
  border: 2px solid #f7ad7d;
  transform: scale(1.2);
  box-shadow: 0 0 170px 20px hsla(0, 0%, 100%, 0.550);
}

.kafelek_ngo_im p {
  background: center/cover url(NGO.png) no-repeat;
  height: 40px;
  width: 40px;
  margin: 15px;
}

.kafelek_ngo:hover p {
  background: center/cover url(NGO_b.png) no-repeat;
  height: 40px;
  width: 40px;
  margin: 15px;
}

.kafelek_ngo_chmurka {
  background: center/cover url(NGO.png) no-repeat;
  height: 70px;
  width: 70px;
  margin: 0 auto;
}

.przyciski {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding: 20px 35px 20px 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  display: table;
  transition: transform .2s;
  box-shadow: 0 0 170px 25px hsl(0, 0%, 100%, 0.550);
  background-color: #FBB90B;
  color: #fff;
  border: 2px solid #FBB90B;
}

.przyciski:hover {
  color: #fff;
  background-color: #302A5B;
  border: 2px solid #302A5B;
  transform: scale(1.05);
  box-shadow: 0 0 170px 35px hsl(0, 0%, 100%, 0.550);
}

.obszary {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.obszary-naglowek {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.25;
  color: #464e7e;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  position: relative;
  display: table;
  padding-bottom: 13px;
  margin-bottom: 45px;
}

.obszary-naglowek:after {
  content: "";
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 0;
  background-color: #dd9933;
  height: 4px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.obszary-poziom {
  display: flex;
}

.obszary-poziom div {
  margin: 10px;
  padding: 20px;
}