@font-face {
	font-family: 'Italian Plate No2 Expanded Light';
	src: url('../fonts/ItalianPlateNo2Expanded-Light.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Italian Plate No2 Expanded Bold';
	src: url('../fonts/ItalianPlateNo2Expanded-Bold.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Hoefler Text';
	src: url('../fonts/Hoefler-Text-Regular.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.italian-font-bold {
	font-family: 'Italian Plate No2 Expanded Bold' !important;
} 

.italian-font-light {
	font-family: 'Italian Plate No2 Expanded Light' !important;
}

.hoefler-font {
	font-family: 'Hoefler Text' !important;
} 			

body, p {
  font-family: 'Italian Plate No2 Expanded Light';
  letter-spacing: -0.01em !important;
  line-height: 1.5rem;
 
}

a {
	color: #004756;
}

a:hover{
	color: #2a4f57;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: 'Italian Plate No2 Expanded Bold';
  color:#004756;
  letter-spacing: -0.01em !important;
}

.btn-action-1, .btn-action-1:hover {
  color: #fff;
  background-color: #004756;
  border-color: #004756;
  font-size: .875rem !important;
  font-family: 'Italian Plate No2 Expanded Bold'!important;
}

.text-action-1{
	color: #004756!important;
}

.form-check-input:checked {
    background-color: #004756;
    border-color: #004756;
}

.color-green{
	color: #00dfb5;
}
.text-dark-green{
  color: #004756;
}
.videos-list{
	height: 500px;
	overflow-y: auto;
	padding-right: 20px;
}

.slick-next::before, .slick-prev::before {
  color: #004756 !important;
  font-size: 30px !important;
  opacity: 1 !important;
}
.slick-next, .slick-prev {
  width: 30px;
  height: 30px;
  z-index: 10;
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .slick-prev {
	left: 0px !important;
  }
  .slick-next {
	right: 0px !important;
  }
}

a.fw-bold{
	font-family: 'Italian Plate No2 Expanded Bold'!important;
}




#container {
  overflow: auto;
}

#container ul, #container li { list-style: none; }

h1 {
  text-align: center;
  margin-bottom: 20px;
}

.title {
  height: 40px;
  background: #6bb170;
  color: white;
  text-align: center;
  padding-top: 13px;
}

.faq li { padding: 20px; }

.faq li.q {
	font-weight: bold;
	font-size: 120%;
	border-top: 1px #ddd solid;				
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
  font-family: 'Italian Plate No2 Expanded Bold';
  color: #004756;
}

.faq li.a {
	
  display: none;
  font-size:18px;
  color:var(--bs-body-color);
}

.faq li.q i {
  float: right;
  transition: transform 0.3s ease-in-out;
   color: #004756;
}

.faq li.q.rotate i::before {
  content: "\f068"; /* Cross icon */
 
}

.faq li.q i::before {
  content: "\f067"; /* Plus icon */
}

@media (max-width:800px) {
  #container { width: 100%; }
}


.fade-6 .content {
  background: rgba(0,0,0,.6);
}	
.cursorPointer, .pointer {
  cursor: pointer !important;
}

.form-group.error .controls .form-control {
	border: 2px solid #f00 !important;
}

.form-group .controls{
	width: 100%;
}

.form-group .controls .help-block {
  display: none !important;
}

.fs-5 {
  letter-spacing: -0.01em;
}

a.text-dark-1:hover{
	color:#00dfb5!important;
}

.toast {
    opacity: 1 !important;
}

.button--white {
  font-family: 'Italian Plate No2 Expanded Bold' !important;
  font-size: .875rem !important;
  padding: 1.25rem 3rem;
  background: #fff;
  border-color: #000;
  color: #000;
  transition: background .25s ease-in-out, color .25s ease-in-out, border .25s ease-in-out!important;
}

.button--white:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.btn.btn-action-1 {
  font-family: 'Italian Plate No2 Expanded Bold' !important;
  font-size: 1rem !important;
  padding: 1.25rem 3rem;
  background: #004756;
  border-color: #fff;
  color: #fff;
  transition: background .25s ease-in-out, color .25s ease-in-out, border .25s ease-in-out !important;
}

.btn.btn-action-1:hover {
  background: #00dfb5;
  border-color: #fff;
  color: #fff;
}

.form-control {
  padding: 1.125rem 1.25rem;
  border-radius: 0.75rem;
  /*border: 1.5px solid rgb(231, 231, 233);*/
}

.input-group-text {
  border-radius: 0.75rem;
}

.input-group:focus-within {
    outline: 0;
    z-index: 3;
    border-radius: 0.75rem;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 223, 181, 0.1) 0px 0px 0px 4px;
    border: 1px solid rgba(0, 223, 181, 0.4);
}
.input-group .form-control:focus {
    box-shadow: none !important;
}

.fs-1 {
    font-size: 1.5rem !important;
    line-height: 2rem;
}