/* GENERAL */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PitchSans-Regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/PitchSans-Regular.woff") format('woff'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PitchSans-SemiBold';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/PitchSans-SemiBold.woff") format('woff'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: 'PitchSans-Regular';
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'PitchSans-SemiBold' !important ;
}
p {
  font-size: 18px;
}
body.user-logged-in {
  padding-top: 150px !important;
}
.path-user {
  margin-top: 200px;
}
body.user-logged-in .fixed-top {
  top: 80px;
  z-index: 100;
}
.menu--footer a {
  font-size: 18px;
}
#block-start-cnlogo, #block-start-footer-menu {
  margin-bottom: 30px;
}
#block-start-insta {
  margin-top: 20px;
}
#block-start-insta img {
  width: 50px;
}
/* MAIN MENU */
.navbar-toggler {
  position: absolute;
  right: 25px;
  top: 10px;
  box-shadow: none;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #005B50;
  width: 52px;
  height: 52px;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
#block-start-cnlogosmall img {
  width: 100px;
}
/* Define the shape and color of the hamburger lines */
.navbar-toggler span {
  display: block;
  background-color: #005B50;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}
/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}
/**
 * Animate collapse into X.
 */
/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}
/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}
/**
 * Animate collapse open into hamburger menu
 */
/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}
/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
  opacity: 1;
}
/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}
.navbar-collapse {
  justify-content: center !important;
}
#block-start-main-menu .nav-link {
  background-color: #005B50;
  border-radius: 15px;
  border: 1px solid #005B50;
  margin-right: 20px;
  font-size: 18px;
}
#block-start-main-menu .nav-link:hover, #block-start-main-menu .nav-link.active {
  background-color: #fff;
  border: 1px solid #005B50;
  color: #005B50;
}
#block-start-main-menu .nav-link {
  color: #fff;
  text-transform: uppercase;
}
/* VIEWS */
/*Header */
.HeaderLayoutPage {
  background: #74BBB3 url("../img/bgPatternHeader.svg");
}
.HeaderLayoutPage .col-lg-7 {
  padding-bottom: 100px;
  padding-top: 100px;
}
.HeaderOnlyText {
  height: 700px;
}
.HeaderOnlyText .HeaderLayoutPage {
  background: #74BBB3 url("../img/bgPatternHeader.svg");
}
.LogoBanner {
  background: url("../img/ColoniaNovaLogo.svg") no-repeat bottom;
  background-size: 75%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 1;
  width: 20%;
}
.paragraph--view-mode-text-and-image .LogoBanner {
  width: 20%;
}
.paragraph--view-mode-only-text .LogoBanner {
  width: 300px;
}
.HeaderText h1 {
  font-size: 42px;
  color: #E6D603;
}
/* REGIONS */
/*Highlighted */
.highlighted {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  overflow-x: hidden;
}
/*  PARAGRAPHS */
/* LAYOUT BUILDER */
/* Block */
.layout h2 {
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 140px;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}
.layout h2:before {
  content: '';
  background-image: url("../img/BlockHeaderFlagGreen.svg");
  background-repeat: no-repeat;
  width: 125px;
  height: 40px;
  position: absolute;
  top: 0px;
  margin-top: -5px;
  left: 0;
}
.WhiteText.layout h2:before {
  content: '';
  background-image: url("../img/BlockHeaderFlagWhite.svg");
  background-repeat: no-repeat;
  width: 125px;
  height: 40px;
  position: absolute;
  top: 0px;
  margin-top: -5px;
  left: 0;
}
.GreenText.layout h2:before {
  content: '';
  background-image: url("../img/BlockHeaderFlagGreen.svg");
  background-repeat: no-repeat;
  width: 125px;
  height: 40px;
  position: absolute;
  top: 0px;
  margin-top: -5px;
  left: 0;
}
.YellowText.layout h2:before {
  content: '';
  background-image: url("../img/BlockHeaderFlagYellow.svg");
  background-repeat: no-repeat;
  width: 125px;
  height: 40px;
  position: absolute;
  top: 0px;
  margin-top: -5px;
  left: 0;
}
.PurpleText.layout h2:before {
  content: '';
  background-image: url("../img/BlockHeaderFlagPurple.svg");
  background-repeat: no-repeat;
  width: 125px;
  height: 40px;
  position: absolute;
  top: 0px;
  margin-top: -5px;
  left: 0;
}
.OrangeText.layout h2:before {
  content: '';
  background-image: url("../img/BlockHeaderFlagOrange.svg");
  background-repeat: no-repeat;
  width: 125px;
  height: 40px;
  position: absolute;
  top: 0px;
  margin-top: -5px;
  left: 0;
}
v .WhiteText, .WhiteText h2, .WhiteText h3, .WhiteText p {
  color: #FFF;
}
.WhiteText .carousel-caption {
  color: #FFF;
}
.GreenText, .GreenText h2, .GreenText h3, .GreenText p {
  color: #005B50;
}
.GreenText .carousel-caption {
  color: #005B50;
}
.YellowText, .YellowText h2, .YellowText h3, .YellowText p {
  color: #E0DE1F;
}
.YellowText .carousel-caption {
  color: #E0DE1F;
}
.PurpleText, .PurpleText h2, .PurpleText h3, .PurpleText p {
  color: #B45FC8;
}
.PurpleText .carousel-caption {
  color: #B45FC8;
}
.OrangeText, .OrangeText h2, .OrangeText h3, .OrangeText p {
  color: #ED6447;
}
.OrangeText .carousel-caption {
  color: #ED6447;
}
/*Background */
.Background--purple {
  background-color: #6546B4;
}
.Background--purple .layout__region {
  background-color: #6546B4;
}
.Background--purple .card {
  color: #fff;
}
.Background--yellow {
  background-color: #E1DE1F;
}
.Background--yellow .layout__region {
  background-color: #E1DE1F;
  color: #005B50;
}
.Background--mint {
  background-color: #D3DDD5;
}
.Background--mint .layout__region {
  background-color: #D3DDD5;
}
.Background--orange {
  background-color: #ED6447;
}
.Background--orange .layout__region {
  background-color: #ED6447;
}
/*Shape */
.purple.wavyTop {
  height: 120px;
  text-align: center;
  background: url("../img/wavyTop.svg") right bottom no-repeat;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  overflow-x: hidden;
  margin-top: -120px;
}
.purple.wavyBottom {
  height: 120px;
  bottom: 0;
  text-align: center;
  background: url("../img/wavyBottom.svg") left top -1px no-repeat;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  overflow-x: hidden;
}
.yellow.wavyTop {
  height: 120px;
  text-align: center;
  background: url("../img/wavyTopYellow.svg") right bottom no-repeat;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  overflow-x: hidden;
  margin-top: -120px;
}
.yellow.wavyBottom {
  height: 120px;
  bottom: 0;
  text-align: center;
  background: url("../img/wavyBottomYellow.svg") left top -1px no-repeat;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  overflow-x: hidden;
}
.mint.wavyTop {
  height: 120px;
  text-align: center;
  background: url("../img/wavyTopMint.svg") right bottom no-repeat;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  overflow-x: hidden;
  margin-top: -120px;
}
.mint.wavyBottom {
  height: 120px;
  bottom: 0;
  text-align: center;
  background: url("../img/wavyBottomMint.svg") left top -1px no-repeat;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  overflow-x: hidden;
}
.orange.wavyTop {
  height: 120px;
  text-align: center;
  background: url("../img/wavyTopOrange.svg") right bottom no-repeat;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  overflow-x: hidden;
  margin-top: -120px;
}
.orange.wavyBottom {
  height: 120px;
  bottom: 0;
  text-align: center;
  background: url("../img/wavyBottomOrange.svg") left top -1px no-repeat;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  overflow-x: hidden;
}
/*Sizing */
.fullwidth {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  overflow-x: hidden;
  justify-content: center;
}
.fullwidth.layout--bootstrap-grid-row-1 .col {
  max-width: 1320px;
}
.fullwidth.layout--bootstrap-grid-row-2 .col {
  max-width: calc(1320px / 2);
}
.fullwidth.layout--bootstrap-grid-row-3 .col {
  max-width: calc(1320px / 3);
}
.fullwidth.layout--bootstrap-grid-row-4 .col {
  max-width: calc(1320px / 4);
}
.fullwidth.layout--bootstrap-grid-row-5 .col {
  max-width: calc(1320px / 5);
}
.fullwidth.layout--bootstrap-grid-row-6 .col {
  max-width: calc(1320px / 6);
}
.fullwidthWrap {
  max-width: 1320px;
  margin: 0 auto;
}
/* PATTERNS */
/* Card */
.card.feature {
  background-color: transparent;
  border: none;
}
.card-header {
  background-color: #eee;
}
.card.feature .media {
  margin-bottom: 20px;
}
.card.feature .media img {
  min-height: 70px;
}
/* Carousel */
/*
.carousel-item {
  width: 90%;
  margin: 0 auto;
  float: none;
}
*/
.carousel-control-prev {
  left: -8% !important;
  opacity: .8;
}
.carousel-control-prev-icon {
  background-image: url("../img/prev.svg");
  display: inline-block;
  width: 6rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y 50%;
  background-size: 100% 100%;
}
.carousel-control-next {
  right: -8% !important;
  opacity: .8;
}
.carousel-control-next-icon {
  background-image: url("../img/next.svg");
  display: inline-block;
  width: 6rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y 50%;
  background-size: 100% 100%;
}
.carousel-caption {
  position: unset;
  right: unset;
  bottom: -100px;
  left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  font-family: 'PitchSans-SemiBold';
  font-size: 20px;
}
/* Buttons */
.btn-yellow {
  background-color: #E6D603;
  border: 1px solid #E6D603;
  border-radius: 0px;
}
.btn-yellow:hover {
  background-color: transparent;
  border: 1px solid #E6D603;
}
.btn-yellow a {
  color: #6546B4;
  text-decoration: none;
  font-size: 18px;
}
.btn-yellow a:hover, .btn-yellow:hover a {
  color: #E6D603
}
.btn-purple {
  background-color: #6546B4;
  border: 1px solid #6546B4;
  border-radius: 0px;
}
.btn-purple:hover {
  background-color: transparent;
  border: 1px solid #6546B4;
}
.btn-purple a {
  color: #E6D603;
  text-decoration: none;
  font-size: 18px;
}
.btn-purple a:hover, .btn-purple:hover a {
  color: #6546B4
}
.btn-green {
  background-color: #005B50;
  border: 1px solid #005B50;
  border-radius: 0px;
}
.btn-green:hover {
  background-color: transparent;
  border: 1px solid #005B50;
}
.btn-green a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.btn-green a:hover, .btn-green:hover a {
  color: #005B50
}

/* WEBFORM */

.webform-submission-form {
    margin-bottom: 50px;
}

.webform-submission-form fieldset,
.webform-submission-form .card-header {
    background-color: #005B50;
}

.webform-submission-form .card-header {
   border-bottom: none;
}


.webform-submission-form .fieldset-legend {
    color: #D5DDD6;
    font-size: 22px;
}

.webform-submission-form .form-label {
    color: #D5DDD6;
    font-size: 18px;
}


.webform-submission-form .form-control ,
.webform-submission-form .form-select {
    background-color: #D5DDD6;
    color:#005B50;
    font-size: 18px;
}
.webform-submission-form .form-check-label {
    color:#D5DDD6;
    font-size: 18px;
}
.webform-submission-form .webform-element-description p {
    color:#D5DDD6;
    font-size: 16px;
}
.webform-submission-form .form-check-input  {
  background-color: #E1DE1F;
  border-color: #E1DE1F;
    width: 18px;
    height: 18px;
}

.webform-submission-form .form-check-input:checked {
  background-color: #E1DE1F;
  border-color: #E1DE1F;
}



.webform-submission-form .form-check-input:checked[type="checkbox"] {
  background-image: url("../img/check.svg") ;
}

.webform-submission-form .captcha {
    border-radius: 6px;
}

.webform-submission-form .captcha .input-group-text {
    background-color: #D5DDD6;
    color: #005B50;
}

#edit-captcha-response {
       border-left: 1px solid #005B50 !important; 
    
}

.webform-submission-form .captcha__title  {
    color: #D5DDD6;
    padding-left: 1rem;
    padding-top: 0.5rem;
}

.webform-submission-form  .captcha__element {
    padding: 1rem;
}

#edit-captcha-response--description {
    color: #D5DDD6;
    font-size: 18px;
}

.captcha__description  {
    color: #D5DDD6;
    font-size: 16px;
    padding-left: 1rem;
    padding-right: 1rem;
     padding-bottom: 1rem;
}

.EventTimesEnd {
    margin-right: 22px;
}

#edit-actions {
    text-align: center;
}

.webform-button--submit {
    margin-top: 30px;
    background-color: #005B50;
    border: 1px solid #005B50;
    font-size: 22px;
    color: #D5DDD6;
}

.webform-button--submit:hover {
    background-color: #E1DE1F;
    border: 1px solid #005B50;
    color: #005B50;
}

 .webform-confirmation-modal.ui-widget-content {
  border: 1px solid #005B50 !important;
  background: #D5DDD6 !important;
  color: #005B50 !important;
}

.ui-dialog .ui-dialog-titlebar-close
{
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/aui/6.0.1/aui/css/icons/aui-icon-close.png);
  z-index:999999;
}

.ui-dialog .ui-dialog-titlebar {
  background-color: #D5DDD6;
      color: #005B50;
}
