/*----------------------------------
 * General
----------------------------------*/
.ospf--textalign-center {
    text-align: center;
}
.ospf--textalign-left {
    text-align: left;
}
.ospf--textalign-right {
    text-align: right;
}
.ospf--bgcolor-white {
    background-color: white;
}
.ospf--bgcolor-grey {
    background-color: var(--light);
}
.ospf--bgcolor-green {
    background-color: rgba(107, 187, 174, 0.24);
}
.ospf--bgcolor-green-alt {
    background-color: rgba(107, 187, 174, 0.12);
}
.ospf--bgcolor-purple {
    color: #fff;
    background-color: var(--purple);
}
.ospf--bgcolor-grey p a {
    color: var(--purple);
}
.ospf--bgcolor-purple p a {
    color: var(--primary-btn_border-color);
}

.ospf-block {
    padding: 60px 0 90px;
}
.ospf-block h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 45px;
    text-align: center;
}
.ospf-block--text {
    text-align: center;
    margin: 0 0 60px;
}
.ospf-block--text p:last-child {
    margin-bottom: 0;
}

/*----------------------------------
 * Hero
----------------------------------*/
.ospf-hero {
    background-color: #fff;
}
.ospf-hero--inner {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.ospf-hero--text {
    padding: 70px 0;
    width: 50%;
    min-height: 455px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ospf-hero--text h1 {
    color: var(--green);
    font-weight: bold;
    font-size: 48px;
    line-height: 1.15;
    margin: 0 0 15px;
}

.ospf-hero--text h3 {
    color: var(--purple);
    font-size: 26px;
    margin: 0 0 5px;
}
.ospf-hero--text p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--dark);
}
.ospf-hero--text p:last-child {
    margin-bottom: 0;
}
.ospf-hero--text p a {
    color: var(--purple);
    text-decoration: underline;
}
@media(min-width:992px) and (max-width: 1399px) {
    .ospf-hero--text {
        width: 40%;
    }
}
@media(max-width:1199px) {
    .ospf-hero--text {
        padding: 50px 0;
    }
    .ospf-hero--text h1 {
        font-size: 40px;
    }
    .ospf-hero--text h3 {
        font-size: 22px;
    }
    .ospf-hero--text p {
        font-size: 16px;
    }
}
@media(min-width:992px) {
    
}
@media(max-width:991px) {
    .ospf-hero--inner {
        background-color: var(--green-30pc);
        background-image: none !important;
    }
    .ospf-hero--text {
        width: 100%;
        text-align: center;
        display: block;
        min-height: auto;
        padding: 90px 0;
    }
    .ospf-hero--text h1 {
        line-height: 1.25;
    }
    .ospf-hero--text p br {
        display: none;
    }
}
@media(max-width: 767px) {
    .ospf-hero--text {
        padding: 75px 0;
    }
    .ospf-hero--text h1 {
        font-size: 32px;
    }
}

/*----------------------------------
 * Text & CTA
----------------------------------*/

.ospf-textcta {
    padding: 60px 0 90px;
}
.ospf-textcta p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 25px;
}
.ospf-textcta p:last-child {
    margin-bottom: 0;
}
.ospf-textcta p a {
    text-decoration: underline;
}
.ospf-textcta--cta {
    margin: 30px 0 0;
}
.ospf-textcta--content-bottom {
    margin: 10px 0 0;
}
.ospf-textcta--content-bottom small {
    font-size: 70%;
}

/*----------------------------------
 * Stats
----------------------------------*/
.ospf-stats {
    background-color: var(--purple);
    color: #fff;
    text-align: center;
    padding: 90px 0 30px;
}
.ospf-stats h2 {
    margin: 0 0 60px;
}
.ospf-stats--content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ospf-stats--item {
    width: 33.333%;
    margin: 0 0 90px;
}
.ospf-stats--item h3 {
    color: var(--green);
    font-size: 33px;
    line-height: 1;
    margin-bottom: 25px;
}
.ospf-stats--item p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 250px;
    margin: 0 auto 10px;
}
.ospf-stats--item p:last-child {
    margin-bottom: 0;
}

@media(max-width: 1023px) {
    .ospf-stats--item {
        width: 50%;
    }
}
@media(max-width: 767px) {
    .ospf-stats--item {
        width: 100%;
    }
}


/*----------------------------------
 * Text Columns
----------------------------------*/
.ospf-textcolumns ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.ospf-textcolumns ul li {
    width: 50%;
    padding: 15px;
}
.ospf-textcolumns--item {
    background-color: var(--green-30pc);
    align-items: center;
    padding: 25px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.ospf-textcolumns--item h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 10px;
}
.ospf-textcolumns--item p {
    margin: 0 0 0;
    font-size: 14px;
    line-height: 1.5;
}
.ospf-textcolumns-white .ospf-textcolumns--item {
    background-color: white;
}
.ospf-textcolumns-grey .ospf-textcolumns--item {
    background-color: var(--light);
}
.ospf-textcolumns-green .ospf-textcolumns--item {
    background-color: var(--green-30pc);
}
.ospf-textcolumns-purple .ospf-textcolumns--item {
    background-color: var(--purple);
    color: white;
}
@media(max-width:991px) {
    .ospf-textcolumns ul li {
        width: 100%;
    }
}

/*----------------------------------
 * Logos
----------------------------------*/
.ospf-logos {}
.ospf-logos ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.ospf-logos ul li {
    width: 33.3333%;
    padding: 0 15px;
    margin: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ospf-logos ul li a {
    display: block;
    transition: opacity .25s ease-in-out;
}
.ospf-logos ul li a:hover {
    opacity: 0.8;
}
.ospf-logos ul li a img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

@media(max-width: 1023px) {
    .ospf-logos ul li {
        width: 50%;
    }
}
@media(max-width: 767px) {
    .ospf-logos ul li {
        width: 100%;
        margin: 40px 0;
    }
    .ospf-logos ul li:last-child {
        margin-bottom: 0;
    }
}

/*----------------------------------
 * Downloads
----------------------------------*/
.ospf-downloads ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.ospf-downloads ul li {
    color: var(--green);
    margin-bottom: 30px;
    width: 50%;
    padding: 0 25px;
    position: relative;
}
.ospf-downloads ul li:before {
    content: "\2022";
    color: var(--green);
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    left: 10px;
    top: 0;
}
.ospf-downloads ul li > a {
	color: var(--gray);
	font-weight: 500;
	position: relative;
	padding-right: 30px;
	display: inline-flex;
    text-decoration: underline;
    transition: opacity .25s ease-in-out;
}
.ospf-downloads ul li > a:after {
	content: '\F02E';
	font-family: 'fontello';
	position: absolute;
	right: 0;
	top: -2px;
	color: var(--green);
}
.ospf-downloads ul li > a:hover {
    opacity: 0.8;
}
.ospf-downloads ul li > span {
	color: var(--light-gray);
	font-weight: 300;
	display: block;
}
.ospf--bgcolor-white .ospf-downloads a,
.ospf--bgcolor-grey .ospf-downloads a,
.ospf--bgcolor-green .ospf-downloads a {
    color: #212529;
}
@media(max-width: 767px) {
    .ospf-downloads ul li {
        width: 100%;
    }
}


/*----------------------------------
 * FAQs
----------------------------------*/
.ospf-faq {
    padding: 50px 0;
}

.ospf-accordions-container {
    list-style: none;
    padding: 0;
    margin: 0;
}

li.ospf-accordion:not(:last-child) {
    margin-bottom: 20px;
}

.ospf-accordion-question {
    cursor: pointer;
    background-color: var(--green);
    transition: all 0.2s ease-in-out;
    padding: 20px 40px 20px 20px;
    position: relative;
}

.ospf-accordion-question h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.15;
    margin: 0;
    color: #fff;
}

.ospf-accordion-question::before {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    color: #fff;
    font-size: 32px;
    transform: translateY(-50%);
}

.ospf-accordion-question.active::before {
    content: "-";
}

.ospf-accordion-answer {
    display: none;
    animation: flipdown 0.5s ease-in-out;
    background-color: #fff;
    padding: 20px;
}

.ospf-accordion-answer p {
    margin: 0 0 0;
    font-size: 14px;
    line-height: 1.5;
}
.ospf-accordion-answer p a {
    text-decoration: underline;
}
.ospf-accordion-answer p a:hover {
    opacity: 0.8;
}
@keyframes flipdown {
    0% {
      opacity: 0;
      transform-origin: top center;
      transform: rotateX(-90deg);
    }
    5% {
      opacity: 1;
    }
    80% {
      transform: rotateX(8deg);
    }
    83% {
      transform: rotateX(6deg);
    }
    92% {
      transform: rotateX(-3deg);
    }
    100% {
      transform-origin: top center;
      transform: rotateX(0deg);
    }
}

/*----------------------------------
 * Flip Around
----------------------------------*/
.ospf-fliparound-cols {
    display: flex;
    flex-wrap: wrap;
}
.ospf-fliparound-col {
    width: 33.3333%;
    padding: 0 25px;
}
.ospf-fliparound--card {
    width: 100%;
    min-height: 315px;
    perspective: 1000px;
    position: relative;
    cursor: pointer;
    margin: 0;
}
.ospf-fliparound--cover,
.ospf-fliparound--back {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    backface-visibility: hidden;
    transition: transform .4s ease-in-out;
    padding: 20px 25px;
    align-items: center;
    justify-content: center;
}
.ospf-fliparound--cover {
    background-color: var(--primary-btn_txt-color);
    transform: rotateY(0deg);
    text-align: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.ospf-fliparound--back {
    background-color: var(--green);
    transform: rotateY(-180deg);
    text-align: center;
    color: #fff;
}
.ospf-fliparound--card:hover .ospf-fliparound--cover {
    transform: rotateY(180deg);
}
.ospf-fliparound--card:hover .ospf-fliparound--back {
    transform: rotateY(0);
}
.ospf-fliparound--icon {
    position: relative;
}
.ospf-fliparound--icon img {
    max-width: 100px;
}
.ospf-fliparound--cover h4 {
    color: var(--dark);
    font-size: 20px;
    margin: 0 0 30px;
}

@media(max-width: 1023px) {
    .ospf-fliparound-col {
        width: 100%;
        margin: 0 0 30px;
    }
}

.ospf-firststepform iframe {
    max-width: 100%;
    min-height: 4100px;
    margin: 0 auto;
    display: block;
    border: 0;
}
.ospf-firststepform-copy {
    max-width: 660px;
    margin: 0 auto;
    background-color: var(--green);
    color: var(--dark);
    padding: 50px;
    border-radius: 10px;
    text-align: center;
}
.ospf-firststepform-copy p {
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
    font-weight: bold;
}
.ospf-firststepform-copy p:last-child {
    margin-bottom: 0;
}
.ospf-firststepform-copy p a.btn {
    font-style: normal;
}
@media(max-width: 767px) {
    .ospf-firststepform iframe {
        min-height: 4900px;
    }
}

/*----------------------------------
 * Hotels
----------------------------------*/
.ospf-ahb--travel-hotels {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.ospf-ahb--travel-venue {
    width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
}
.ospf-ahb--travel-venue-outer {
    background-color: #fff;
    min-height: 100%;
}
.ospf-ahb--travel-venue-inner {
    padding: 25px;
}
.ospf-ahb--responsive-img {
    display: block;
    max-width: 100%;
}
.ospf-ahb--travel-venue-inner h3 {
    font-weight: 600;
    margin: 0 0 25px;
}
.ospf-ahb--travel-venue-address {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 25px;
    font-weight: normal;
}
.ospf-ahb--travel-venue-maplink {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.ospf-ahb--travel-venue-webiste {
    font-size: 14px;
    text-transform: uppercase;
}

@media(max-width: 1023px) {
    .ospf-ahb--travel-hotels {
        display: block;
        margin: 0;
    }
    .ospf-ahb--travel-venue {
        width: 100%;
        padding: 0;
    }
    .ospf-ahb--location {
        flex-wrap: wrap;
    }
}