
/* General CSS */

/* Home video */

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  position: relative;
  cursor: pointer;
}
.video {
  display: block;
  width: 104%;
  z-index: 2;
  padding-top: 0.938em;
  position: relative;
}
.youtube-player {
  background: #000;
  overflow: hidden;
  max-width: 100%;
  width:100%;
  padding-bottom: 56.23%;
}
.youtube-player iframe {
  background: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.youtube-player img {
  border: none;
  bottom: 0;
  cursor: pointer;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all .4s;
}
.play {
  background: url("../images/playButton.png") no-repeat;
  cursor: pointer;
  height: 72px;
  left: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  top: 50%;
  width: 72px;
  padding-bottom: 56.23%;
}

/* Home Our mission - list items */

.mission h3 {
  margin-bottom: 20px;
}


.listItems h5 {
  color: #000;
  background: #fff;
  font-family: "Special Elite",cursive;
  padding: 15px 20px;
  font-size: 24px;
  clear: both;
  margin: 10px 0 20px 0;
}

.listItems p {
  text-transform: none;
  text-align: right;
  color: #fff;
  clear: both;
}

.listItems .video {
  max-width: 450px;
  width: 450px;
  height: auto;
  float: right;
  display: inline-block;
  clear: both;
  position: relative;
  margin: 10px 0 40px;
}


/* General */

.mainRow span {
  color: #000;
  padding-left: 45px;
}


/* Contact Form */


.hsform {
	color: white;
  margin: 1em 1em;
  text-align: left;
  margin-bottom: 50px;
}

.hsform .hs-button.primary.large {
    background-color: #b19b72;
    border: 2.5px solid #b19b72;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 50px;
    border-radius: 10px;
    font-size: 0.875em;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Montserrat";
    text-align: center;
    text-decoration: none;
    transition: all .4s ease-in;
    cursor: pointer;
		width: 99%!important;
}

@media (min-width: 768px){
	.hsform .hs-button.primary.large {
    background-color: #b19b72;
    border: 2.5px solid #b19b72;
    height: 75px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 50px;
    border-radius: 20px;
    font-size: 1.125em;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Montserrat";
    text-align: center;
    text-decoration: none;
    transition: all .4s ease-in;
    cursor: pointer;
	}
}

form.hs-form label {
    font-size: 0.875em;
    margin-bottom: 10px;
    display: inline-block;
    width: 99% !important;
}

form.hs-form label.hs-error-msg {
  font-size: 1em;
  color: red;
  margin-top: 10px;
}

.hsform .hs-button.primary.large:hover {
    color: #b19b72;
    background-color: #fff;
    text-decoration: none;
  }

.hsform .actions {
  margin-top: 20px;
}
/*mobile form?*/
.hsform .input input {
    height: 20px;
    background-color: #fff;
    border: 1px solid #B19B72;
    width: 98% !important;
    margin-right: 10px;
    padding: 10px 0px 15px 10px;
    color: #333;
		font-size: 0.875em;
}

form.hs-form .inputs-list.inline-list li {
  vertical-align: top;
  display: inline-block;
  word-wrap: break-word;
  padding-right: 16px;
}

form.hs-form .inputs-list.inline-list li:after {
  clear: both;
}

form.hs-form .inputs-list.inline-list li input {
  float: left;
}

form.hs-form .inputs-list.inline-list.inline-list-2 li {
  width: 50%;
}

form.hs-form .inputs-list.inline-list.inline-list-2 li:nth-child(2n) {
  padding-right: 0;
}

form.hs-form .inputs-list.inline-list.inline-list-3 li {
  width: 33%;
}

form.hs-form .inputs-list.inline-list.inline-list-3 li:nth-child(3n) {
  width: 34%;
  padding-right: 0;
}

div.hs-fieldtype-intl-phone.hs-input {
  padding: 0;
  background: none;
  border: none;
  height: auto;
}

div.hs-fieldtype-intl-phone.hs-input:after {
  clear: both;
  content: " ";
  display: table;
}

div.hs-fieldtype-intl-phone.hs-input .hs-input {
  margin-bottom: 0;
}

div.hs-fieldtype-intl-phone.hs-input input {
  width: 68% !important;
  float: right;
}

div.hs-fieldtype-intl-phone.hs-input select {
  float: left;
  width: 30% !important;
}

select {
	padding: 15px 20px!important;
  width: 100% !important;
  margin-right: -2px;
}

@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
  form.hs-form > .hs-phone > .input > .hs-fieldtype-intl-phone.hs-input > input.hs-input {
    width: 68% !important;
  }

  form.hs-form > .hs-phone > .input > .hs-fieldtype-intl-phone.hs-input > select.hs-input {
    width: 30% !important;
  }
}


form.hs-form .hs-richtext {
  word-break: break-word;
}

form.hs-form.submitted-message {
  overflow: auto;
}

form.hs-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

form.hs-form fieldset.form-columns-1 input[type="checkbox"],
form.hs-form fieldset.form-columns-1 input[type="radio"] {
  width: auto;
}

form.hs-form fieldset.form-columns-2 .hs-form-field {
  width: 100%;
  margin: 10px 0;
}

.form-columns-2 {
	column-count: 2;
}
@media only screen and (max-width: 800px) {
  .form-columns-2 {
    column-count: 1;
  }
}


form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32.7%;
  float: left;
}


form.hs-form label.hs-hidden {
  visibility: hidden;
}

form.hs-form .hs-field-desc {
  width: 100%;
}

form.hs-custom-style fieldset,
form.hs-custom-style .hs-input {
  max-width: 100%;
}

form.hs-custom-style fieldset.form-columns-3 .hs-form-field,
form.hs-custom-style > div.form-columns-3 .hs-form-field {
  width: 33.3%;
}

form.hs-custom-style fieldset > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),
form.hs-custom-style > div > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}

form.hs-custom-style fieldset input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
form.hs-custom-style>div input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  form.hs-custom-style fieldset,
  form.hs-custom-style .hs-input:not([type=checkbox]):not([type=radio]) {
    margin-right: 0 !important;
    width: 100% !important;
  }

  form.hs-form:not(.hs-video-form) .form-columns-2 div.hs-form-field,
  form.hs-form:not(.hs-video-form) .form-columns-3 div.hs-form-field {
    float: none;
    width: 100%;
  }

  form.hs-form:not(.hs-video-form) .form-columns-2 .hs-form-field ,
  form.hs-form:not(.hs-video-form) .form-columns-3 .hs-form-field {
    width: 95%;
  }

  form.hs-form:not(.hs-video-form) .form-columns-2 div.hs-form-field input[type="checkbox"],
  form.hs-form:not(.hs-video-form) .form-columns-2 div.hs-form-field input[type="radio"],
  form.hs-form:not(.hs-video-form) .form-columns-3 div.hs-form-field input[type="checkbox"],
  form.hs-form-:not(.hs-video-form) .form-columns-3 div.hs-form-field input[type="radio"] {
    width: auto;
  }
}

.desktop-ghost-button {
	@media (min-width: 768){
		max-width:90%!important;
	}
}
