/*   
Theme Name: The Possible Zone
Theme URI: https://possiblezone.org/
Description: Custom WordPress theme for The Possible Zone
Author: Yelling Mule
Author URI: https://www.yellingmule.com
Version: 1.0
*/

@CHARSET "UTF-8";

/* =WordPress Core from http://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */

/*Required Styles*/

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0.5rem 0;
}

/*CUSTOM SCSS
-------------------------------------------------------------- */

:root{
    --color-orange:#FF9800;
    --color-green:#AED005;
    --color-teal:#00B2B1;
    --color-black:#231F20;
    --font-body:"work-sans", sans-serif;
    --font-heading:"work-sans", sans-serif;
}

html, body{
    margin:0;
    padding:0;
    width:100%;
    overflow-x:hidden;
    font-family: var(--font-body);
    font-weight:400;
}
a, a:hover, a:focus{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h5,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-heading);
    font-weight:400;
}
h1, .h1{
    font-size:60px;
}
h2, .h2{
    font-size:36px;
}
h3, .h3{
    font-size:30px;
}
h4, .h4{
    font-size:24px;
}
h5, .h5{
    font-size:18px;
}
h6, .h6{
    font-size:16px;
}
p{
    color:black;
    font-size:16px;
    font-family: var(--font-body);
    line-height: 1.5;
    font-weight:400;
}
p a{
    color:var(--color-blue);
}
p a:hover{
    color:var(--color-green);
}
main{
    margin-top:100px;
}
.centered{
    text-align:center;
}
.right{
    text-align: right;
}
.ym_flex{
    height:100%;
    display:flex;
    align-items: center;
}

/*BUTTONS*/

.ym_button{
    background:var(--color-green);
    color:white;
    font-size:14px;
    font-weight:700;
    font-family: var(--font-heading);
    display:inline-block;
    padding:0.75rem 2rem;
    border-radius: 5px;
}
.ym_button:hover{
    background:var(--color-orange);
    color:white;
    transition-duration: 0.5s;
}
.ym_content_buttons{
    margin:1.5rem 0 0;
}
.ym_content_buttons .ym_button:nth-of-type(2){
    background:var(--color-teal);
    margin-left:0.5rem;
}
.ym_content_buttons .ym_button:nth-of-type(2):hover{
    background:var(--color-green);
}
.ym_content_buttons .ym_button:nth-of-type(3){
    background:var(--color-orange);
    margin-left:0.5rem;
}
.ym_content_buttons .ym_button:nth-of-type(3):hover{
    background:var(--color-teal);
}
.ym_content_buttons_inline{
    position: absolute;
    top:0;
    right:0;
    margin:0;
}
.ym_back_link{
    margin:0 0 2rem;
    color:var(--color-black);
    display:inline-block;
}
.ym_back_link i,
.ym_back_link:hover{
    color:var(--color-orange);
}

/*HEADER*/

.ym_header,
.ym_header_logo{
    height:100px;
}
.ym_header{
    background:white;
    box-shadow:0 0 5px rgba(0,0,0,0.25);
    position: fixed;
    width:100%;
    z-index:1000;
}
.ym_header_logo a{
    display:block;
    width:100%;
    height:100%;
}
.ym_header_logo img{
    height:100%;
    width:auto;
    padding:1rem 0;
}
.ym_header_mobile{
    display:none;
}
.ym_header_right{
    text-align:right;
}
.ym_header_buttons,
.ym_header_search{
    display:inline-block;
}
.ym_header_search i{
    color:var(--color-green);
    display:inline-block;
}
.ym_header_search_form{
    display:inline-block;
}
.ym_header_search_form .is-form-style input.is-search-input{
    height:45px;
    border:none !important;
    border-bottom:1px solid var(--color-green) !important;
    padding:0 !important;
}
.ym_header_search_form .is-form-style button.is-search-submit,
.ym_header_search_form .is-search-icon{
    background:transparent;
    border:none;
    height:45px;
}
.ym_header_search_form .is-form-style button.is-search-submit{
    padding:5px 0 !important;
}
.ym_header_search_form .is-form-style .is-search-submit path{
    fill:var(--color-green);
}
.ym_header_nav{
    display:block;
}
.ym_header_buttons{
    padding:0.5rem 0 0;
}
.ym_header_buttons .ym_button{
    margin:0 0 0 0.25rem
}
.ym_header_buttons .ym_button:nth-of-type(1){
    background:var(--color-teal);
}
.ym_header_buttons .ym_button:nth-of-type(2){
    background:var(--color-orange);
}
.ym_header_buttons .ym_button:nth-of-type(1):hover,
.ym_header_buttons .ym_button:nth-of-type(2):hover{
    background:var(--color-green);
}
.ym_header_nav{
    list-style:none;
    margin:0 -0.75rem 0 0;
    padding:0;
    font-size:16px;
}
.ym_header_nav li{
    display:inline-block;
    position: relative;
}
.ym_header_nav li a{
    padding:0.75rem;
    display:block;
    color:black;
}
.ym_header_nav li.menu-item-has-children a::after{
    content:'';
    width:10px;
    height:10px;
    background-image:url(public/img/arrows.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:contain;
    display:inline-block;
    margin-left:0.25rem;
}
.ym_header_nav .sub-menu{
    display:none;
    position: absolute;
    background:white;
    box-shadow:0 5px 5px rgba(0,0,0,0.1);
    width:300px;
    text-align:left;
    list-style: none;
    margin:-2px 0 0;
    padding:0;
    border-bottom:5px solid var(--color-green);
}
.ym_header_nav li:hover .sub-menu{
    display:block;
}
.ym_header_nav li:hover a:not(.sub-menu a),
.ym_header_nav li a:not(.sub-menu a):hover,
.ym_header_nav li:hover > a:not(.sub-menu a){
    font-weight:500;
}
.ym_header_nav .sub-menu li{
    border-bottom:1px solid #f4f4f4;;
}
.ym_header_nav .sub-menu li .sub-menu{
    display:none;
    position: absolute;
    background:white;
    box-shadow:5px 0 5px rgba(0,0,0,0.1);
    width:300px;
    left:300px;
    top:2px;
}
.ym_header_nav .sub-menu li.menu-item-has-children a::after{
    content:'';
    width:12px;
    height:12px;
    background-image:url(public/img/arrows.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:contain;
    transform:rotate(-90deg);
    position: absolute;
    right:1rem;
    top:1.2rem;
}
.ym_header_nav .sub-menu li a::after,
.ym_header_nav .sub-menu li .sub-menu a::after{
    content:none;
}
.ym_header_nav .sub-menu li:hover .sub-menu{
    display:block;
}
.ym_header_nav .sub-menu li{
    display:block;
}
.ym_header_nav .sub-menu li a{
    padding:0.75rem;
    display:block;
}
.ym_header_nav .sub-menu li a:hover{
    background:var(--color-teal);
    color:white;
}

/*HERO*/

.ym_hero{
    width:100%;
    height:600px;
    position: relative;
}
.ym_hero_image{
    height:100%;
    width:80%;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ym_hero_image_full{
    width:100%;
}
.ym_hero_video{
    height:100%;
    width:80%;
    position: relative;
    overflow:hidden;
}
.ym_hero_video video,
.ym_hero_video iframe{
    min-width:100%;
    min-height: 80vh;
    width:auto;
    height:auto;
    top:50%;
    left:0;
    transform:translate(0,-50%);
    position: absolute;
}
.ym_hero_overlay_image{
    position: absolute;
    top:0;
    right:0;
    width:40%;
    height:100%;
    text-align:right;
}
.ym_hero_overlay_image img{
    height:100%;
    width:auto;
}
.ym_hero_overlay{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
}
.ym_hero_content{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:2rem 0;
}
.ym_hero_arrows{
    display:inline-block;
    width:100px;
    height:100px;
    position: relative;
    vertical-align: middle;
}
.ym_hero_arrows img{
    width:100%;
    height:auto;
}
.ym_hero_text{
    display:inline-block;
    width:calc(100% - 130px);
    margin-left:1rem;
    vertical-align: middle;
}
.ym_hero_text p,
.ym_hero_text span{
    color:white;
}
.ym_hero_text p{
    text-transform: uppercase;
    margin:0;
    font-size:24px;
    letter-spacing:2px;
}
.ym_hero_text span{
    font-size:60px;
    font-weight:700;
    display:block;
    line-height:1.2;
}
.ym_hero_text span:not(:first-of-type){
    display:none;
}

/*CONTENT*/

.ym_content{
    padding:3rem 0;
    position:relative;
}
.ym_content_top_large{
    padding-top:6rem;
}
.ym_content_top_small{
    padding-top:1.5rem;
}
.ym_content_top_none{
    padding-top:0;
}
.ym_content_bottom_large{
    padding-bottom:6rem;
}
.ym_content_bottom_small{
    padding-bottom:1.5rem;
}
.ym_content_bottom_none{
    padding-bottom:0;
}
.ym_content_teal{
    background:var(--color-teal);
}
.ym_content_teal h2{
    color:white;
}
.ym_content_teal h2 b,
.ym_content_teal h2 strong{
    color:var(--color-orange);
    font-style:italic;
    font-weight:700;
}
.ym_content_overlay{
    background:rgba(0,0,0,0.5);
}
.ym_content_overlay .ym_text_content{
    padding:2rem 10%;
    color:white;
}
.ym_content_overlay .ym_text_content *{
    color:white;
}
.ym_content_overlay .ym_text_content h2 b,
.ym_content_overlay .ym_text_content h2 strong{
    color:var(--color-orange);
    font-style:italic;
    font-weight:700;
}
.ym_content_image{
    width:100%;
}
.ym_content_image img{
    width:100%;
    height:auto;
}

.ym_background{
    margin:1.5rem 0 0;
    position: relative;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ym_cta_block{
    margin:1.5rem 0 0;
    position: relative;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius:10px;
    overflow: hidden;
}
.ym_cta_block .ym_content_overlay .ym_text_content{
    padding:5rem 10%;
}

.ym_split_text{
    padding-top:4rem;
    padding-bottom:4rem;
    position: relative;
    display:flex;
    align-items: center;
    height:100%;
}
.order-lg-1 .ym_split_text{
    padding-left:calc((100vw - 1110px) / 2);
    padding-right:2rem;
}
.order-lg-2 .ym_split_text{
    padding-right:calc((100vw - 1110px) / 2);
    padding-left:2rem;
}
.ym_split_text_character{
    width:160px;
    height:160px;
    position: absolute;
    top:1rem;
    text-align: center;
}
.ym_split_text_character img{
    height:100%;
    width:auto;
    margin:auto;
}
.order-lg-1 .ym_split_text .ym_split_text_character{
    left:-60px;
}
.order-lg-2 .ym_split_text .ym_split_text_character{
    right:-60px;
}

.ym_text_content{
    position: relative;
}
.ym_text_content h2{
    font-weight:400;
    margin:0 0 1rem;
}
.ym_text_content h2 b,
.ym_text_content h2 strong{
    color:var(--color-orange);
    font-weight:700;
    font-style: italic;
}
.ym_text_content p a{
    color:var(--color-teal);
}
.ym_text_content p a:hover{
    color:var(--color-green);
}
.ym_text_content h3,
.ym_text_content h4,
.ym_text_content h5,
.ym_text_content h6{
    margin:0 0 1rem;
}
.ym_text_content h2 a,
.ym_text_content h3 a,
.ym_text_content h4 a,
.ym_text_content h5 a,
.ym_text_content h6 a{
    color:var(--color-black);
}
.ym_text_content h2 a:hover,
.ym_text_content h3 a:hover,
.ym_text_content h4 a:hover,
.ym_text_content h5 a:hover,
.ym_text_content h6 a:hover{
    color:var(--color-orange);
}
.ym_text_content h2 i,
.ym_text_content h3 i,
.ym_text_content h4 i,
.ym_text_content h5 i,
.ym_text_content h6 i{
    color:var(--color-orange);
}
.ym_text_content iframe{
    width:100%;
    margin:1rem 0;
}
.ym_text_content img{
    max-width:100%;
    height:auto;
}
h2.h2_styled b,
h2.h2_styled strong{
    color:var(--color-orange);
    font-weight:700;
    font-style: italic;
}
.ym_blog_text_content span.date{
    text-transform: uppercase;
    color:var(--color-orange);
    display:block;
}
.ym_blog_text_content h1{
    font-size:42px;
}

/*IMAGE SLIDER*/

.ym_image_slider{
    margin-bottom:0 !important;
}
.ym_image_slider,
.ym_image_slider .slick-list,
.ym_image_slider .slick-track,
.ym_image_slide{
    height:100%;
}
.ym_image_slide_image{
    width:100%;
    padding-bottom:70%;
    min-height:100%;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ym_image_slide_image_contain{
    background-size: contain;
    padding-bottom:40%;
}
.ym_image_slider .slick-dots{
    padding:0 2rem;
    text-align:right;
}
.order-lg-2 .ym_image_slider .slick-dots{
    text-align: left;
    padding:1rem 2rem;
}
.ym_image_slider .slick-dots li{
    margin:0 3px;
}
.ym_image_slider .slick-dots li.slick-active button::before,
.ym_image_slider .slick-dots li button::before{
    content:'';
    border-radius:50%;
    border:2px solid white;
    background:transparent;
}
.ym_image_slider .slick-dots li.slick-active button::before{
    background:var(--color-orange);
}

/*ARROW BLOCKS*/

.ym_arrow_blocks_title{
    margin:-2rem 0 1.5rem;
    position: relative;
    z-index:100;
}
.ym_arrow_blocks_title_shape{
    background:var(--color-green);
    padding:4rem 0 1.5rem;
    position: relative;
    clip-path: polygon(0 0, 100% 80%, 100% 100%, 0% 100%);
}
.ym_arrow_blocks_title_shape_teal{
    background:var(--color-teal);
}
.ym_arrow_blocks_title_shape_orange{
    background:var(--color-orange);
}
.ym_arrow_blocks_title::before{
    content:'';
    clip-path: polygon(0 0, 100% 80%, 100% 100%, 0% 100%);
    background:white;
    width:100%;
    height:100%;
    position: absolute;
    top:-1.5rem;
    left:0;
    z-index:-1;
}
.ym_arrow_blocks_title h2{
    color:white;
    font-weight:400;
}
.ym_arrow_blocks_title h2 b,
.ym_arrow_blocks_title h2 strong{
    font-weight:700;
    font-style:italic;
}
.ym_arrow_blocks_title_character{
    width:160px;
    height:160px;
    position: absolute;
    right:5%;
    top:-35px;
    text-align: center;
}
.ym_arrow_blocks_title_character img{
    height:100%;
    width:auto;
}
.ym_arrow_blocks{
   padding:0;
}
.ym_arrow_blocks .row{
    margin:0 -0.75rem;
}
.ym_arrow_blocks .ym_col{
    padding:0 0.75rem;
}
.ym_arrow_block{
    width:100%;
    padding-bottom:55%;
    position: relative;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius:5px;
    overflow:hidden;
}
.ym_arrow_block a{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    position: absolute;
    top:0;
    left:0;
}
.ym_arrow_block svg{
    width:25%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    margin-left:-1px;
}
.ym_arrow_blocks .ym_col:nth-of-type(3n+2) .ym_arrow_block svg path{
    fill:var(--color-green);
}
.ym_arrow_blocks .ym_col:nth-of-type(3n+3) .ym_arrow_block svg path{
    fill:var(--color-orange);
}
.ym_arrow_block h5{
    color:white;
    text-transform: uppercase;
    position: absolute;
    top:50%;
    left:30%;
    transform:translate(0,-50%);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}
.ym_arrow_block:hover svg{
    left:100%;
    transition-duration: 0.5s;
}
.ym_arrow_block_hover_color{
    width:0;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background:var(--color-teal);
}
.ym_arrow_block:hover .ym_arrow_block_hover_color{
    width:100%;
    transition-duration: 0.5s;
}
.ym_arrow_blocks .ym_col:nth-of-type(3n+2) .ym_arrow_block_hover_color{
    background:var(--color-green);
}
.ym_arrow_blocks .ym_col:nth-of-type(3n+3) .ym_arrow_block_hover_color{
    background:var(--color-orange);
}
.col-lg-6 .ym_arrow_block{
    padding-bottom:35%;
}
.col-lg-6 .ym_arrow_block svg{
    width:18%;
}
.col-lg-6 .ym_arrow_block h5{
    left:22%;
}

/*COLOR LINKS*/

.ym_color_links{
    display:flex;
    width:100%;
    gap:1.5rem;
}
.ym_color_link{
    flex:1;
    align-self: stretch;
    background:var(--color-green);
    border-radius:5px;
    justify-content: center;
    align-items: center;
}
.ym_color_link a{
    display:flex;
    justify-content: center;
    align-items: center;
    padding:2rem;
    text-align:center;
    border-radius:5px;
    width:100%;
    height:100%;
    color:white;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ym_color_link a:hover{
    background:white;
    color:var(--color-green);
    outline:2px solid var(--color-green);
}
.ym_color_links .ym_color_link:nth-of-type(3n+2){
    background:var(--color-orange);
}
.ym_color_links .ym_color_link:nth-of-type(3n+2) a:hover{
    background:white;
    color:var(--color-orange);
    outline-color:var(--color-orange);
}
.ym_color_links .ym_color_link:nth-of-type(3n+3){
    background:var(--color-teal);
}
.ym_color_links .ym_color_link:nth-of-type(3n+3) a:hover{
    background:white;
    color:var(--color-teal);
    outline-color:var(--color-teal);
}

/*POSTS*/

.ym_posts .ym_col{
    margin:2rem 0 0;
}
.ym_post{
    height:100%;
    border-radius:5px;
    background:white;
    overflow:hidden;
    position: relative;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
}
.ym_post a{
    display:block;
    width:100%;
    height:100%;
    padding-bottom:50px;
}
.ym_post_image{
    width:100%;
    padding-bottom:60%;
    position: relative;
    background-color:lightgrey;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
}
.ym_post_cat{
    position: absolute;
    top:1rem;
    left:1rem;
    background:var(--color-teal);
    color:white;
    border:3px solid white;
    text-align:center;
    padding:0.25rem 0.5rem;
    font-size:12px;
    text-transform: uppercase;
}
.ym_post_date{
    position: absolute;
    bottom:1rem;
    right:1rem;
    background:var(--color-orange);
    color:white;
    width:55px;
    height:55px;
    border:3px solid white;
    text-align:center;
    padding:4px;
}
.ym_post_date span{
    text-transform: uppercase;
    display:block;
    font-size:12px;
    font-weight:400;
    margin:0;
    line-height:1;
}
.ym_post_date span:nth-of-type(2){
    font-size:14px;
    font-weight:700;
    line-height: 1.05;
}
.ym_post_content{
    padding:1rem;
}
.ym_post_content h3{
    font-size:18px;
    font-weight:700;
    color:black;
    margin:0 0 1rem;
}
.ym_post_content p{
    font-size:14px;
    margin:0;
}
.ym_post_button{
    width:100%;
    height:50px;
    position: absolute;
    bottom:0;
    left:0;
    padding:1rem;
    text-align:center;
    background:var(--color-green);
    color:white;
    font-weight:700;
    font-size:14px;
}
.ym_embed iframe,
.ym_embed video{
    width:100%;
}
.ym_post_section{
    margin:2rem 0 0
}

/*SLANT*/

.ym_content_slant{
    margin:-2rem 0 0;
    position: relative;
    z-index:100;
}
.ym_content_slant_shape{
    background:var(--color-green);
    height:60px;
    position: relative;
    clip-path: polygon(0 80%, 100% 0, 100% 100%, 0% 100%);
}
.ym_content_slant_shape_teal{
    background:var(--color-teal);
}
.ym_content_slant_shape_orange{
    background:var(--color-orange);
}
.ym_content_slant_shape_white{
    background:white;
}
.ym_content_slant::before{
    content:'';
    clip-path: polygon(0 80%, 100% 0, 100% 100%, 0% 100%);
    background:white;
    width:100%;
    height:100%;
    position: absolute;
    top:-1.5rem;
    left:0;
    z-index:-1;
}

/*TESTIMONIAL CAROUSEL*/

.ym_testimonial_slider{
    margin:1.5rem 0;
    position: relative;
}
.ym_testimonial_slider::after{
    content:'';
    width:300px;
    height:200px;
    position: absolute;
    bottom:0;
    right:0;
    background-image:url(public/img/corner.png);
    background-size:100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}
.ym_testimonial_slider_noshape::after{
    content:none;
}
.ym_testimonial_slide_image{
    width:100%;
    height:100%;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ym_testimonial_slide_content{
    padding:5rem calc(((100vw - 1110px) / 2) + 10%) 5rem 15%;
}
.ym_testimonial_slide_content h2{
    margin:0 0 2rem;
}
.ym_testimonial_slide_content h2 b,
.ym_testimonial_slide_content h2 strong{
    font-style:italic;
}
.ym_testimonial_slide_content p{
    margin:0;
}
.ym_testimonial_slider .slick-arrow{
    width:63px;
    height:63px;
    background:var(--color-orange);
    border-radius:50%;
    border:2px solid var(--color-orange);
    z-index:999;
}
.ym_testimonial_slider .slick-arrow:hover{
    background:transparent;
}
.ym_testimonial_slider .slick-arrow:hover::before{
    color:var(--color-orange);
}
.ym_testimonial_slider .slick-arrow::before{
    color:white;
    font-size:30px;
    opacity: 1;
}
.ym_testimonial_slider .slick-prev{
    left:35%;
}
.ym_testimonial_slider .slick-prev::before{
    content:'\f060';
}
.ym_testimonial_slider .slick-next{
    right:calc((100vw - 1110px) / 2);
}
.ym_testimonial_slider .slick-next::before{
    content:'\f061';
}

/*FOOTER*/

.ym_footer{
    background-size:88% auto;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    padding:2rem 0 1rem;
    margin:1.5rem 0 0;
}
.ym_footer_logo{
    width:230px;
    margin:0 0 1rem;
}
.ym_footer_logo img{
    width:100%;
    height:auto;
}
.ym_footer_social{
    list-style: none;
    margin:2rem 0;
    padding:0;
    display:block;
}
.ym_footer_social li{
    width:41px;
    height:41px;
    border-radius:50%;
    background:var(--color-black);
    color:white;
    text-align:center;
    display:inline-block;
    margin:0 0.25rem 0 0;
}
.ym_footer_social li a{
    display:block;
    color:white;
    line-height: 41px;
}
.ym_footer_buttons{
    margin:1rem 0 0;
}
.ym_footer_buttons .ym_button:nth-of-type(1){
    background:var(--color-teal);
}
.ym_footer_buttons .ym_button:nth-of-type(2){
    background:var(--color-green);
}
.ym_footer_buttons .ym_button:nth-of-type(3){
    background:var(--color-orange);
}
.ym_footer_newsletter{
    margin:2rem 0 0;
    width:100%;
}
.ym_footer_newsletter .gform_required_legend,
.ym_footer_newsletter .gfield_required{
    display:none !important;
}
.ym_footer_newsletter .gform_wrapper.gravity-theme .gfield.gfield--width-half{
    grid-column: span 10;
    align-items: center;
}
.ym_footer_newsletter .gform_wrapper.gravity-theme .gfield.gfield--width-half#field_submit{
    grid-column: span 2;
}
.ym_footer_newsletter .gform_wrapper.gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset){
    justify-content: flex-start;
}
.ym_footer_newsletter .gform_wrapper.gravity-theme .left_label .gfield_label{
    width:22%;
}
.ym_footer_newsletter .gform_wrapper.gravity-theme .left_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons){
    width:78%;
}
.ym_footer_newsletter .gform_wrapper.gravity-theme .left_label #field_submit input{
    margin-left:0;
    background:var(--color-teal);
    color:white;
    padding:0.75rem;
    border: 1px solid var(--color-teal);
    border-radius:5px;
    text-transform: uppercase;
    font-weight:700;
}
.ym_footer_newsletter .gform_wrapper.gravity-theme .gfield input:not([type="submit"]){
    padding:0.75rem 0.5rem;
    border:1px solid #D9D9D9;
    border-radius:5px;
}
.ym_footer_contacts,
.ym_footer_contact{
    display:flex;
}
.ym_footer_contacts{
    gap:4rem;
}
.ym_footer_contact{
    gap:10px;
}
.ym_footer_contact span:first-of-type{
    width:41px;
    height:41px;
    background:var(--color-green);
    border-radius:50%;
    color:white;
    text-align:center;
    line-height:41px;
    display:inline-block;
}
.ym_footer_contact span:last-of-type{
    padding:0.5rem 0 0;
    font-size:18px;
}
.ym_footer_nav{
    list-style:none;
    margin:1rem 0 2rem;
    padding:0;
    text-transform: uppercase;
    font-size:14px;
    font-weight:600;
}
.ym_footer_nav li{
    display:inline-block;
}
.ym_footer_nav li:not(:last-child)::after{
    content:'|';
    color:var(--color-orange);
    display:inline-block;
    margin:0 1rem;
}
.ym_footer_nav li a{
    color:var(--color-black);
}
.ym_footer_nav li a:hover{
    color:var(--color-orange);
}
.ym_footer_legal p{
    font-size:12px;
}
.ym_footer_legal p a:not(:last-of-type){
    margin-left:2rem;
}

/*TITLE BAR*/

.ym_title_bar{
    position:relative;
    width:100%;
    height:200px;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ym_title_bar_overlay{
    width:100%;
    height:100%;
    background:rgba(35,31,32,0.5);
    position: relative;
}
.ym_title_bar_content{
    display:flex;
    align-items:center;
    justify-content: center;
    height:100%;
}
.ym_title_bar h1,
.ym_title_bar span{
    color:white;
    font-weight:700;
    font-size:60px;
}
.ym_title_bar::after{
    content:'';
    width:300px;
    height:100%;
    background-image:url(public/img/corner.png);
    background-size:auto 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    position:absolute;
    right:0;
    bottom:0;
}

/*LINK BLOCKS*/

.ym_link_blocks{
    margin:-2rem 0 0;
}
.ym_link_blocks .ym_col{
    margin:2rem 0 0;
}
.ym_link_block{
    height:100%;
}
.ym_link_block a{
    display:block;
}
.ym_link_block_image{
    width:100%;
    padding-bottom:35%;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin:0 0 1rem;
    overflow:hidden;
}
.ym_link_block_image svg{
    width:20%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    margin-left:-1px;
}
.ym_link_blocks .ym_col:nth-of-type(3n+2) .ym_link_block_image svg path{
    fill:var(--color-green);
}
.ym_link_blocks .ym_col:nth-of-type(3n+3) .ym_link_block_image svg path{
    fill:var(--color-orange);
}
.ym_link_block:hover .ym_link_block_image svg{
    left:100%;
    transition-duration: 0.5s;
}
.ym_link_block_hover_color{
    width:0;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background:var(--color-teal);
}
.ym_link_block_hover_text{
    opacity:0;
    color:white;
    text-transform: uppercase;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    width: 100%;
    padding: 1rem;
    text-align: center;
}
.ym_link_block:hover .ym_link_block_hover_color{
    width:100%;
    transition-duration: 0.5s;
}
.ym_link_block:hover .ym_link_block_hover_text{
    opacity:1;
    transition-duration: 0.5s;
}
.ym_link_blocks .ym_col:nth-of-type(3n+2) .ym_link_block_hover_color{
    background:var(--color-green);
}
.ym_link_blocks .ym_col:nth-of-type(3n+3) .ym_link_block_hover_color{
    background:var(--color-orange);
}
.ym_link_block h3{
    color:var(--color-black);
}
.ym_link_block p{
    color:black;
}

/*ACCORDIONS*/

.ym_accordion {
    text-align: left;
    margin: 2rem 0 0;
}
.ym_accordion_section {
    position: relative;
    margin: 0 0 0.75rem;
    padding:1rem;
    background:white;
    border-radius: 5px;
    border:2px solid var(--color-orange);
}
.ym_accordion h3 {
    margin-bottom: 0;
    font-weight: 400;
    padding:0 3rem 0 2rem;
    font-size:18px;
    color:var(--color-dark);
}
.ym_accordion_section.opened h3 {
    font-weight: 500;
}
.ym_accordion .ym_accordion_section:last-of-type {
    margin-bottom: 0;
}
.ym_accordion_q {
    cursor: pointer;
}
.ym_accordion_q svg{
    height:53px;
    width:30px;
    position: absolute;
    top:0;
    left:-1px;
}
.ym_accordion_section::after {
    content: "\f107";
    font: var(--fa-font-solid);
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    pointer-events: none;
    color: var(--color-orange);
    font-size: 18px;
}
.ym_accordion_section.opened::after {
    content: "\f106";
}
.ym_accordion_a {
    display: none;
    padding: 1rem 2rem 0;
}
.ym_accordion_a p:last-child {
    margin: 0;
}
.ym_content_white .ym_accordion_section:nth-of-type(3n+1){
    border-color:var(--color-orange);
}
.ym_content_white .ym_accordion_section:nth-of-type(3n+1) .ym_accordion_q svg path{
    fill:var(--color-orange);
}
.ym_content_white .ym_accordion_section:nth-of-type(3n+1)::after{
    color:var(--color-orange);
}
.ym_content_white .ym_accordion_section:nth-of-type(3n+2){
    border-color:var(--color-teal);
}
.ym_content_white .ym_accordion_section:nth-of-type(3n+2) .ym_accordion_q svg path{
    fill:var(--color-teal);
}
.ym_content_white .ym_accordion_section:nth-of-type(3n+2)::after{
    color:var(--color-teal);
}
.ym_content_white .ym_accordion_section:nth-of-type(3n+3){
    border-color:var(--color-green);
}
.ym_content_white .ym_accordion_section:nth-of-type(3n+3) .ym_accordion_q svg path{
    fill:var(--color-green);
}
.ym_content_white .ym_accordion_section:nth-of-type(3n+3)::after{
    color:var(--color-green);
}
.ym_content_teal .ym_accordion_section{
    border-color:var(--color-orange) !important;
}
.ym_content_teal .ym_accordion_q svg path{
    fill:var(--color-orange) !important;
}

/*ARROW BULLETS*/

.ym_arrow_bullets .ym_col{
    margin:2rem 0 0;
}
.ym_arrow_bullet{
    padding:0 0 0 4rem;
    position: relative;
    height:100%;
}
.ym_arrow_bullet svg{
    position: absolute;
    left:0;
    top:0;
    width:55px;
    height:118px;
}
.ym_arrow_bullets .ym_col:nth-of-type(3n+2) .ym_arrow_bullet svg path{
    fill:var(--color-green);
}
.ym_arrow_bullets .ym_col:nth-of-type(3n+3) .ym_arrow_bullet svg path{
    fill:var(--color-orange);
}
.ym_arrow_bullets .col-lg-3 .ym_arrow_bullet{
    padding: 0 0 0 3rem;
    min-height:70px;
}
.ym_arrow_bullets .col-lg-3 .ym_arrow_bullet svg{
    width: 32px;
    height: 70px;
}

/*TEAM*/

.ym_team .ym_col{
    margin:2rem 0 0;
}
.ym_team_member{
    text-align:center;
}
.ym_team_member a{
    display: block;
}
.ym_team_image{
    width:188px;
    height:188px;
    border-radius:5px;
    border:2px solid var(--color-teal);
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin:0 auto 1rem;
}
.ym_team_member p:first-of-type{
    color:var(--color-teal);
    font-weight: 700;
    font-size:20px;
    margin:0;
}
.ym_team_member p:last-of-type{
    margin:0;
    font-size:16px;
}
.ym_team_member a:hover .ym_team_image,
.ym_team_content .ym_team_image{
    border-color:var(--color-orange);
}
.ym_team_member a:hover p:first-of-type,
.ym_team_content .ym_team_member p:first-of-type{
    color:var(--color-orange);
}
.ym_team_icons{
    margin:1rem 0 0;
}
.ym_team_icons a{
    color:var(--color-orange);
    display:inline-block;
    margin:0 0.5rem;
    font-size:20px;
}
.ym_team_links{
    margin:1rem 0 0;
}
.ym_team_links a{
    display:block;
    color:var(--color-teal);
    margin:0 0 0.75rem;
    font-size:18px;
}
.ym_team_links a:hover{
    color:var(--color-orange);
}

/*PAGINATION*/

.ym_pagination{
    text-align:center;
    width:100%;
    margin:2rem 0 0;
    justify-content: center;
}
.ym_pagination .page-numbers:not(.next){
    margin:0 1rem;
    color:var(--color-black);
}
.ym_pagination .page-numbers.current{
    font-weight:700;
}
.ym_pagination .page-numbers i{
    color:var(--color-orange);
}
.ym_pagination .next{
    margin:0 0 0 2rem;
    color:var(--color-black);
}
.ym_pagination .prev{
    margin:0 2rem 0 0;
    color:var(--color-black);
}
.ym_pagination .page-numbers:not(.current):hover{
    color:var(--color-orange);
}

/*EVENTS*/

.ym_events .ym_col{
    margin:2rem 0 0;
}
.ym_event a{
    display:block;
}
.ym_event_header{
    padding:1rem;
    background:var(--color-orange);
    color:white;
    font-size:24px;
}
.ym_event_header i{
    margin-right:0.5rem;
}
.ym_event_content h3{
    font-size:18px;
    font-weight:700;
    margin:1rem 0 0.5rem;
    color:var(--color-black);
}
.ym_event_content p{
    font-size:16px;
}
.ym_events .ym_col:nth-of-type(3n+2) .ym_event_header{
    background:var(--color-teal);
}
.ym_events .ym_col:nth-of-type(3n+3) .ym_event_header{
    background:var(--color-green);
}

/*EVENTS CALENDAR OVERRIDES*/

.ym_events_main .tribe-common .tribe-common-l-container{
    max-width:1140px;
}
.ym_events_main .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container{
    padding-left:15px;
    padding-right:15px;
    padding-top:3rem;
    padding-bottom:3rem;
}
.ym_events_main .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button{
    background:var(--color-green);
}
.ym_events_main .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover{
    background:var(--color-orange);
}
.ym_events_main .tribe-events-c-subscribe-dropdown__button{
    width:220px;
}
.ym_events_main .tribe-events-event-image,
.ym_events_main .tribe-events-event-image img{
    width:100%;
}
.ym_events_main .tribe-events-event-image img{
    height:auto;
}
.ym_events_main .tribe-events-meta-group{
    padding:1rem 0;
    border-bottom:1px solid var(--color-green);
}
.ym_events_main .tribe-events-event-meta::before{
    content:none;
}
.ym_events_main .tribe-events-meta-group .tribe-events-single-section-title{
    display:none;
}
.ym_events_main .tribe-events-event-meta dt{
    font-size:16px;
}
.ym_events_main .tribe-events-event-meta dd{
    font-size:24px;
}
.ym_events_main .tribe-events-single .tribe-events-sub-nav{
    padding:0;
}
.ym_events_main .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a::before,
.ym_events_main .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a::after{
    content:none;
}
.ym_events_main .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a,
.ym_events_main .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a{
    color:var(--color-black);
    font-size:16px;
}
.ym_events_main .tribe-events-nav-next i,
.ym_events_main .tribe-events-nav-previous i,
.ym_events_main .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover,
.ym_events_main .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover{
    color:var(--color-orange);
}
.ym_events_main .tribe-events-single .ym_text_content{
    padding:2rem 0 0;
}

/*LOGO BLOCKS*/

.ym_logo_blocks .ym_col{
    margin:2rem 0 0;
}
.ym_logo_block{
    box-shadow:0 0 5px rgba(0,0,0,0.25);
    border-radius: 5px;
    height:100%;
    position: relative;
    padding-bottom:53px;
    overflow: hidden;
}
.ym_logo_block .ym_logo{
    width:100%;
    padding-bottom: 50%;
    background-size:contain;
    background-position: center center;
    background-repeat: no-repeat;
    position:relative;
}
.ym_logo_block_content{
    padding:1rem;
}
.ym_logo_block_content h3{
    font-size:18px;
    font-weight:700;
    color:var(--color-black);
}
.ym_logo_block a{
    display:block;
    text-align:center;
    width:100%;
    padding:1rem;
    background:var(--color-teal);
    color:white;
    font-size:14px;
    font-weight:700;
    position:absolute;
    bottom:0;
    left:0;
}
.ym_logo_block a:hover{
    background:var(--color-orange);
}

/*GRAVITY FORMS*/

.ym_content .gform_required_legend{
    display:none;
}
.ym_content .gform_wrapper.gravity-theme .gfield_required{
    color:var(--color-orange);
}
.ym_content .gform_wrapper.gravity-theme input:not([type="submit"]){
    border:1px solid lightgrey;
    border-radius:5px;
    padding:0.75rem 0.5rem;
}
.ym_content .gform_wrapper.gravity-theme input[type="submit"]{
    background:var(--color-green);
    color:white;
    font-size:14px;
    font-weight:700;
    font-family: var(--font-heading);
    display:inline-block;
    padding:0.75rem 2rem;
    border-radius: 5px;
    border:none;
}
.ym_content .gform_wrapper.gravity-theme input[type="submit"]:hover{
    background:var(--color-orange);
    color:white;
    transition-duration: 0.5s;
}

/*SEARCH RESULTS*/

.ym_search_result{
    padding:1rem 0;
    margin:2rem 0 0;
    border-bottom:1px solid var(--color-green);
}
.ym_search_result h4{
    color:var(--color-teal);
}
.ym_search_result:hover h4{
    color:var(--color-orange);
}

/*JAZZHR Jobs*/

.ym_content #resumator-wrapper{
    margin:2rem 0 0;
    font-family: var(--font-body);
}
.ym_content #resumator-jobs{
    display:flex;
    flex-wrap:wrap;
}
.ym_content .resumator-job{
    padding:1rem 1rem 1rem 4rem;
    margin:0;
    position: relative;
    flex:0 0 50%;
}
.ym_content .resumator-job::before{
    content:'';
    width:3rem;
    height:100%;
    background-image:url(public/img/arrow-teal.svg);
    background-size:100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left:0;
    top:0;
}
.ym_content #resumator-wrapper .resumator-job:nth-of-type(3n+2)::before{
    background-image:url(public/img/arrow-green.svg);
}
.ym_content #resumator-wrapper .resumator-job:nth-of-type(3n+3)::before{
    background-image:url(public/img/arrow-orange.svg);
}
.ym_content .resumator-job-title{
    border:none;
    margin:0;
    padding:0;
    font-size:26px;
    font-weight:400;
    font-family: var(--font-body);
}
.ym_content .resumator-job-info-details,
.ym_content .resumator-job-info{
    font-size:18px;
    font-weight:400;
    font-family: var(--font-body);
}
.ym_content .resumator-job-view-details{
    color:var(--color-teal);
    font-size:18px;
    font-weight:400;
    font-family: var(--font-body);
}
.ym_content a.resumator-job-link{
    color:var(--color-teal);
}
.ym_content #resumator-logo{
    display:none !important;
}

/*INSTAGRAM FEED*/

.ym_instagram_feed .instagram-gallery__actions{
    margin:0;
    display:none;
}
.ym_instagram_feed .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    display:none;
}
.ym_instagram_feed .swiper-button-next,
.ym_instagram_feed .swiper-button-prev{
    height:100%;
    color:white;
    margin:0;
    top:0;
    background:var(--color-teal);
    width:50px;
    opacity: 0.75;
}
.ym_instagram_feed .swiper-button-next{
    right:0;
}
.ym_instagram_feed .swiper-button-prev{
    left:0;
}
.ym_instagram_feed #instagram-gallery-feed-0 .instagram-gallery-item__media-mask{
    background-color:var(--color-green) !important;
}




























