.resource.hero-left .hero{
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0 58%);
    clip-path: polygon(0 0, 100% 0, 100% 82%, 0 58%);
        padding: 190px 0 460px;
}
.row.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col.col-r-featured-item__img{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    position: relative;
}
/* .taxonomy_id_-10 .col.col-r-featured-item__img,.taxonomy_id_-10 .col.col-details{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}*/
.taxonomy_id_-10 .col.col-r-featured-item__img{
    min-height: 350px;
    overflow: hidden;
}
/* .taxonomy_id_-10 .col.col-r-featured-item__img .wistia_embed{
    width: 1280px;
    height: 720px;
} */
.col.col-details{
    webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    align-self: center;
}
.r_featured_item{
    margin: 50px 15px;
}
.r_featured_item .play-btn,.resource-item .play-btn{
    font-size: 30px;
    background-color: #0094A9;
    width: 100px;
    height: 68px;
}
.r_featured_item > .pcenter > .row{
    min-height: 480px;
    background: #ffffff;
    margin-top: -450px;
    position: relative;
        box-shadow: 0 2px 4px rgba(0,0,0,.25);
}
.col-r-featured-item__img  div.col-r-featured-item__bg{
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.col-details_container{
    max-width: 570px;
    padding: 30px 50px 30px 31px;
}
/* .taxonomy_id_-10 .col-details_container{
    max-width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
} */
.col-details_container p{
    font-size: 22px;
    line-height: 35px;
    font-weight: 300;
}
.col-r-featured-item__logo{
    position: absolute;
    left: 40px;
    top: 40px;
}
.resource-item-wrapper {
    padding: 50px 0;
}
.resource-item{
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
    max-width: 514px;
    margin: 0 auto;
}
.resource-header-wrapper{
        padding: 50px 0;
}
.resource-header__select{
    padding-bottom: 50px;
}

@media(max-width: 767px) {
	.resource-header__select{
    	padding-bottom: 0;
		margin-top: 30px;
	}
	.resource-header__select.category-select {
    	margin-top: -10px;
	}
}

.resourse-nav-tabs ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.resourse-nav-tabs ul + ul{
    margin-top:30px;
}
.resourse-nav-tabs ul li{
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.3px;
    line-height: 16px;
    margin: 0 25px;
    padding-bottom: 5px;
    opacity: 0.5;
}
.resourse-nav-tabs ul li.active{
    border-bottom: 3px solid #0094A3;
    opacity: 1;
}
.resource-header-wrapper .custom-select{
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
}
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid rgba(0,0,0,0.15);
    border-bottom: none;
    font-size: 22px;
    text-align: left;
    background: #ffffff;
    min-width: 236px;
}
.select-items > div {
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding: 0 15px;
}
.select-items > div > a:hover{
    color: #4A90E2;
}
.custom-select .select-items.select-hide{
    display: none;
}
.select-selected i{
    font-size: 18px;
    margin-left: 10px;
    color: #0094A9;
    vertical-align: middle;
}

.resource-item .resource-item__thumbnail{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #fff;
    height: 210px;
    overflow: hidden;
}
.videos .resource-item .resource-item__details {
    padding: 40px 30px;
}
.videos .resource-item .resource-item__thumbnail{
    max-height: 290px;
    height: 290px;
}
.videos .wistia_embed_initialized,
.videos .resource-item .wistia_click_to_play {
    height: 290px !important;
    max-height: 290px;
    max-width: 100%;
    width: 514px !important;
}
.resource-item__thumbnail__title{
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 15px;
    padding-top: 15px;
    text-transform: uppercase;
}
.resource-item__details{
    padding: 40px 30px 55px;
    position: relative;
}
.resource-item__details h3{
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    color: #212238;
}
.resource-item__description{
    font-size: 15px;
    line-height: 25px;
    opacity: 0.7;
}

.resource-item__details .more{
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    opacity: 1;
    position: absolute;
    left: 30;
    bottom: 30px;
}
.custom-select:hover .select-items{
    display: inline-block;
}

/*

.resource-item.with_hover:hover .resource-item__thumbnail{
     height: 150px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.resource-item.with_hover:hover .more {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    bottom: 30px;
}
.resource-item.with_hover:hover .col-details_container{
    padding-bottom: 80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}*/
.resource-index-content .cta-wrap{
    margin-top: 0 !important;
}
.resources-wrapper{
    overflow: hidden;
	padding-bottom:50px;
}
#gform_wrapper_2{position: relative;}
#gform_wrapper_2 form{
    float: right;
    max-width: 723px;
    width: 100%;
}
#gform_wrapper_2 form .gform_body{
    display: inline-block;
    width: 75%;
}
#gform_wrapper_2 form .gform_footer{
    display: inline-block;
    width: 24%;
    padding: 0;
    margin: 10px 0 15px;
}
#gform_wrapper_2 form #gform_submit_button_2{
    color: #FFFFFF;
    width: auto;
    height: 44px;
    line-height: 40px;
    padding: 0 30px;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
#gform_wrapper_2 form #gform_submit_button_2:hover{
    background-color: #FFFFFF;
    color: #4A4A4A;
}
#gform_wrapper_2 form .ginput_container > input{
    margin: 0;
    padding: 0;
    height: 44px;
    text-indent: 15px;
    border: none;
    font-size: 15px;
}
#gform_wrapper_2 #gform_fields_2 > .gfield{vertical-align: inherit;}
#gform_wrapper_2.gform_wrapper{max-width: 100%;}
.page-template-resources .cta-wrap .intro{font-size: 15px;max-width: 708px;}
/*	HELPERS*/
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.justify-content-center{
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.hidden{
    visibility:hidden;
      width:0px!important;
      height:0px!important;
      margin:0px!important;
      padding:0px!important;
}
.text-uppercase{text-transform: uppercase;}
@media screen and (max-width: 767px) {
    .hero-title {
        font-size: 40px;
    }
    .col.col-r-featured-item__img{
        min-height: 400px;
    }
    .col.col-r-featured-item__img,.col.col-details{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
    }
    #gform_wrapper_2 form .gform_body,#gform_wrapper_2 #gform_fields_2 > .gfield,#gform_wrapper_2 form .ginput_container > input,#gform_wrapper_2 form .gform_footer {
        width: 100%;
    }
    #gform_wrapper_2 form .gform_footer{
        text-align: right;
    }
}

@media screen and (max-width: 480px){
    .videos .resource-item .resource-item__thumbnail{
        max-height: 290px;
        height: 60vw;
    }
    .videos .wistia_embed_initialized,
    .videos .resource-item .wistia_click_to_play {
        height: 60vw !important;
        max-height: 290px;
        max-width: 100%;
        width: 480px !important;
    }
}
