/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2025 | 02:22:52 */
#read-more {
	display:none;
}

h1.fp-discreet-h1 {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 0px 31px rgba(0, 0, 0, 0.7);
}

#show-more, #read-more a {
    color: #15b7d3;
}

#read-more h2 {
    margin: 40px 0px 10px;
    color: #15b7d3;
    font-size: 26px;
}

#read-more h3 {
    margin: 30px 0px 10px;
    color: #15b7d3;
    font-size: 20px;
}

#read-more strong, #fp-faq strong, p strong {
    font-weight: 500;
}



/* FP Accordion */

#fp-faq h2 {
    text-align: center;
    color: #15b7d3;
    font-size: 50px;
}

:root {
    --fp-border-color:  #15B7D3;
    --fp-faq-margins: 5px;
    --fp-hover-color: rgba(0, 0, 0, 0.05);
    --fp-open-character: "+";
    --fp-closed-character: "-";
    --fp-transition: all 0.2s ease;
	--fp-block-transition: all 5s ease;
  }

.firstpage-custom-collection {
    margin: 30px auto;
    width: 100%;
}

	#fp-faq  summary h2 {
		font-size: 20px!important;
    		width:90%!important;
    font-weight: 600 !important;
		text-align:left!important;
		color:#333333!important;
	}

	details a { 
		color:#5f725c;
	}

	div.firstpage-custom-collection > div > details:last-child{
		border-bottom: 1px solid var(--fp-border-color);
	}
  .firstpage-custom-collection summary {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-top: 1px solid var(--fp-border-color);
    padding: 15px var(--fp-faq-margins);
    box-sizing: border-box;
    transition: var(--fp-transition);
    position: relative;
  }

  .firstpage-custom-collection summary > * {
    margin: 0;
  }

  .firstpage-custom-collection .answer {
    margin: 0 var(--fp-faq-margins);
    transform: translateY(-5px);
    opacity: 0;
    transition: var(--fp-transition);
  }

  .firstpage-custom-collection details[open] > .answer {
    transform: translateY(0px);
    opacity: 1;
  }

  .firstpage-custom-collection summary::after,
  .firstpage-custom-collection summary::before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    margin-right: 30px;
    width: 2px;
    height: 15px;
    background: var(--fp-border-color);
    transition: var(--fp-transition);
  }

  .firstpage-custom-collection summary:hover {
    background: var(--fp-hover-color);
  }

  .firstpage-custom-collection summary::before {
    transform: rotate(0deg);
  }

  .firstpage-custom-collection details[open] summary::before {
    transform: rotate(90deg);
  }

  .firstpage-custom-collection summary::after {
    transform: rotate(90deg);
  }

  .firstpage-custom-collection details[open] summary::after {
    transform: rotate(270deg);
  }

  .firstpage-custom-collection details summary::-webkit-details-marker {
    display: none;
  }

  .firstpage-custom-collection [type="checkbox"] {
    display: none;
  }

  .firstpage-custom-collection .content {
    margin-top: var(--fp-faq-margins);
    transition: var(--fp-block-transition);
  }

  .firstpage-custom-collection label {
    display: block;
    cursor: pointer;
  }

  .firstpage-custom-collection input[type="checkbox"] ~ .content {
    width: 100%;
    overflow: hidden;
    transform: translateY(-5px);
    opacity: 0;
    max-height: 0px;
  }

  .firstpage-custom-collection [type="checkbox"]:checked ~ .content {
    transform: translateY(0px);
    opacity: 1;
    max-height: 100vh;
  }

  .firstpage-custom-collection [type="checkbox"]:checked + label {
    top: 100%;
  }

  .firstpage-custom-collection label:before {
    content: "Read More";
    text-decoration: underline;
  }

  .firstpage-custom-collection [type="checkbox"]:checked + label:before {
    content: "Read Less";
  }

.menu-item-4356 {
    background-color: #f08121;
    margin-left: 20px !important;
	transition: background-color 0.3s ease;
}

.menu-item-4356:hover {
	background-color: #3ebddb;
	transition: background-color 0.5s ease;
}

.menu-item-4356 a {
    color: #fff!important;
}

.fp-hidden {display:none;}