
@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-VariableFont_wght.ttf);
	font-style: normal;
}


body{
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3;
	overflow-x: hidden;
}

a:hover{
	color: #fd5068;
}


.menu-button-wrapper #menuOpenBtn{
	display: block;
}

.menu-button-wrapper #menuCloseBtn{
	display: none;
}

/* Header Menu */
.menu-button-wrapper.menuOpen #menuOpenBtn{
	display: none;
}

.menu-button-wrapper.menuOpen #menuCloseBtn{
	display: block;
}


.tinder-nav #loginBtn button{
	color: #fd5068;
	background: white;

}

.wd_lang_select {
	margin-right: 1em;
	font-size: 14px;
	margin-right: 1em;
	font-family: Arial;
	padding: 1em .5em;
	display: inline-block;	
	position: relative;
}

.tinder-nav .wd_lang_select label{
	/* position: re;
	top: 25px;
	left: 15px; */
	color: white;
    margin: 0;
}

.tinder-nav .wd_lang_select {
	position: relative;
}

.tinder-nav .wd_lang_select label .fa{
	margin-right: 0.5em;
}

.tinder-nav .wd_lang_select .wd_sub{
	display: none;
}

.tinder-nav .wd_lang_select .wd_sub{
	background-color: white;
	color: #333;
	position: absolute;
	width: 100px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    top: 44px;
    right: 0;
    display: none;
    border-radius: 5px;
    overflow: hidden;
}

.tinder-nav .wd_lang_select:hover .wd_sub{
	display: block;

}


.tinder-nav .wd_lang_select .wd_sub li{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: .5em;
	background-color: #ececec;

}

.tinder-nav .wd_lang_select .wd_sub li:hover{
	
	background-color:#0476ec ;
	color: white;
}

.tinder-nav .wd_lang_select .wd_sub li:hover a{
	color: white;
}

/* 
.tinder-nav .wd_lang_select select{
	
	margin: 10px 0;
	background:transparent;
	border: none;
	color: white;

	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
	padding-left: 20px;
} */




.tinder-nav #loginBtn button:hover{
	background:  rgba(255,255,255, 0.8);
}


#tinder_expandedMenu{
	display: none;
}



/* Hero Sec Header */

.wd_hero_area{
	display: block;
	/* background-color: #f04c74;
	background-image: linear-gradient(to right, #f04c74, #fb7a4c); */
	width: 100%;
    padding-top: 80px;
    height: auto;
    margin-bottom: 2em;

    display: none;
}

body.wd_homepage .wd_hero_area{
	height: fit-content;
	display: block;
}	


body.wd_detail_page .wd_hero_area{
	height: 300px;
	display: block;
	display: block;
    margin-top: 95px;

    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    border-bottom: 1px solid #ececec;


}

body.wd_detail_page .wd_content.container{
    margin-top: 0;
    padding-top: 1em;
}


.tinder-nav{
	position: fixed;
	top: 0;
    z-index: 10;
    background: #ffcdcd;
    overflow: auto;
    width: 100%;
    background-color: #f04c74;
    background-image: linear-gradient(to right, #f04c74, #fb7a4c);
}

.nav-cont {
   background: transparent;
    border: none;
}


/* hero */
.wd_hero_area .single_slider_carousel_caption {
	position: relative;
	box-shadow: none;
	right: auto;
	top: auto;
	height: fit-content;
	padding: 30px 0;
	width: 550px;
} 
.wd_hero_area .single_slider_carousel_caption .single_slider_carousel_description {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}
.wd_hero_area .slide .item.active,
.wd_hero_area .slide .item.next,
.wd_hero_area .slide .item.prev{
	display: flex;
	flex-direction: row-reverse;
}


.wd_hero_area .single_slider_carousel_caption h4 a {
	font-size: 32px;
	font-weight: 600;
}
.wd_hero_area .item a img {
	box-shadow: 6px 6px 6px 0px #ccc8;
	border: none;
	border-radius: 10px;
}
.wd_hero_area .item > a {
	border: none;
	overflow: visible;
}
.wd_hero_area .item > a:first-child {
	display: flex;
	align-items: center;
	border: none;
	overflow: visible;
	flex: 1;
}

.wd_hero_area .single_slider_carousel_caption div.wd_featurebox_title {
	margin-bottom: 48px;
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	position: relative;
	height: 16px;
}
.wd_hero_area .single_slider_carousel_indicators {
	bottom: auto;
	left: 0;
	top: 52px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 40px;
	max-width: 575px;
}
.wd_hero_area .single_slider_carousel_indicators li span {
	padding: 5px;
	border: 2px solid #fd5068;
}
.wd_hero_area .single_slider_carousel_indicators li {
	margin-right: 6px;
}
.wd_hero_area .btn-accent {
	font-size: 16px;
	padding: 14px 52px 12px;
	border-radius: 10px;
	margin-top: 24px;
}
.wd_tinder_heart:before,
.wd_tinder_smiley:before {
	display: block;
	height: 100px;
	width: 100px;
	margin: 0 auto 24px;
}
.wd_tinder_heart:before {
	content: '';
	background: url(../images/heart.svg) no-repeat;
}
.wd_tinder_smiley:before {
	content: '';
	background: url(../images/face.svg) no-repeat;
}
.wd_featureboxes_left .wd_featurebox p {
	margin: 0;
}
.wd_featureboxes_left .wd_flex {
	margin: 56px 0;
	display: flex;
	justify-content: space-evenly;
}
.wd_flex > p {
	text-align: center;
	max-width: 500px;
}
.wd_hero_area #single_slider_responsive {
	margin-top: 70px;
}

/* Navigation */
.wd_nav{
	padding: 0;
	margin: 0;
	list-style: none;
    width: 100%;
    max-width: 500px;
	float: right;
	display: flex;
	justify-content: space-between;
}

.wd_nav li {
	font-size: 14px
}

.wd_nav li a{
	color: white;
	text-decoration: none;
	transition: all 300ms ease-in-out;
	font-size: clamp(12px, 1vw, 16px);
	font-weight: 500;
}

span.wd_arr:before {
	content: '\2197';
	display: inline-block;
}

.wd_nav > li{
	position: relative;
	text-align: center;
    padding: 10px 0;
}
.tinder-nav .wd_nav {
	max-width: fit-content;
	justify-content: space-between;
	gap: 0 24px;
	min-width: 70px;
}

.wd_nav li .wd_subnav{

    display: none;
    padding: .5em 1em;
    position: absolute;
    top: 100%;
    min-width: 140px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 2px 2px 8px #cecece;

}

.wd_arr{
	font-size: 10px;
}

.wd_nav > li:hover .wd_subnav{
	display: block;
	min-width: 230px;
    padding: 1em .7em;
}

.wd_nav li .wd_subnav{
	list-style: none;
}

.wd_nav li .wd_subnav li{
	display: block;
	list-style: none;
}

.wd_nav li .wd_subnav li a{
	color: gray;
	font-weight: normal;
}

.wd_nav li .wd_subnav li a:hover{
	color:  #f04c74;
	text-decoration: underline;
}

.single_slider_carousel_caption .wd_featurebox_title{
	margin-bottom: 40px;
    font-size: 16px;
}


.btn-accent{
    background-color: #f04c74;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
	font-size: 16px;
	padding: 16px 52px 14px;
	border-radius: 10px;
	font-weight: 600;
}

.btn-accent:hover{
	color: white;
	text-decoration: none;
	background: #e6485e;

}

.wd_nav_wrap{
    width: auto;
    padding: 0 30px;
    flex: 1 1 auto;
}


.wd_tinder_logo{
	display: flex;
	align-items: center;
}

.wd_logo_tag{
    display: inline-flex;
    color: white;
    border-left: 1px solid white;
    padding: 0 0.5em;
    margin-left: .5em;
    height: 30px;
    font-size: 18px;
    margin-top: 0;
    align-items: center;
    line-height: 1;
}

.wd_tinder_logo a{
	color: white;
	display: inline-block;
}

.wd_tinder_logo a:hover{
	text-decoration: none;
}

.wd_tinder_logo h4{
    margin: 0;
    font-size: clamp(14px, 1vw, 18px);
	line-height: 30px;
    color: white;
    font-weight: 500;
    letter-spacing: 0.1em;
	white-space: nowrap;
}


#wd_printable_content .page_header h1{
	font-size: 34px;
	line-height: 1.4;
	color: #343434;
	font-weight: 300;
}


.container.wd_content{  
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-top: 96px;
}


body.wd_homepage .container.wd_content{
	margin-top: 0;
}




/* Page Specific */
.single_slider_carousel_control,
.wd_pageid_20303  .wd_newsfeed_releases-teaser .subscribe_link,
.wd_pageid_20303 #wd_printable_content{
	display: none;
}

.wd_item {
	width: 100%;
    border-radius: 5px;
    margin-bottom: 2rem;
    overflow: auto;
    font-weight: normal;
}

.wd_asset_gallery{
	background: transparent;
}

.wd_asset_gallery.wd_item{
	    border-radius: 0;
    padding: 0;
	    box-shadow: none;
    
}
.wd_gallery .wd_gallery_item{
	display: 	flex;
	align-items: center;
    align-items: center;
    justify-content: center;
}


.wd_layout-grid .wd_item{
	height: 350px;
}
.wd_gallery .wd_item .wd_thumbnail{
	width: 100%;
	padding: 0;
	margin: 0;
}

.wd_gallery .wd_item .wd_item_wrapper{
	padding: 0;
    clear: both;
    padding-top: 0.5em;
    display: block;
}

.wd_item .wd_thumbnail {
	width: 33%;
	float: left;
	margin-right:2em;
	text-align: center;
    padding: 2.2em;
}

.wd_newsfeed_releases ul.wd_layout-simple{
	overflow: visible;
}


a.wd_bg_thumb{
	background: gainsboro center no-repeat;
	background-size: cover;

	display: block;
	padding-bottom: 100%;
    height: 0;
}

 a.wd_bg_thumb img{
	display: none;
}

.wd_item .wd_item_wrapper{
	padding: 2em;
    margin: 0;
    flex: 3 1;
}

.wd_item  .wd_title{
	font-weight: 100;
	font-size: 18px;
	margin-bottom: 1em;
}

.wd_item .wd_title a{
	color: #343434;

}

.wd_newsfeed_releases .wd_item{
    display: flex;
}


.wd_newsfeed_releases .wd_item .wd_summary{
	margin-bottom: 1em;
}



.wd_newsfeed_releases .wd_item .wd_thumbnail{

	text-align: left;
	width: 300px;
	margin: 0;
	float: none;
    flex: 1.2 1;
}

.wd_newsfeed_releases .wd_item .wd_thumbnail img{

	border: 1px solid #dedede;
}

.wd_newsfeed_releases .wd_item .wd_thumbnail > a{
	display: block;
	width: 100%;
	text-align: center;
}

.wd_newsfeed_releases .wd_item .wd_thumbnail > a img{ 
	width: 100%;
}


.wd_item .wd_date,  
.wd_item .wd_summary,
.wd_item .wd_subtitle {
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
    color: inherit;
}

.wd_newsfeed_releases-detail .wd_title{
    margin-bottom: 2em;
}

.wd_item .wd_subtitle{
	font-weight: bold;
	display: none;
}

.wd_newsfeed_releases .wd_subtitle{
	display: none;
}
.wd_item .wd_asset_type_link_list{
	display: none;
}



.wd_hi_res_link{
	background: none;
	border: none;
}

/* Global */

.wd_category_items .item{
	clear: both;
}
.wd_hero_area .single_slider_carousel_caption .wd_featurebox_title,
.wd_content .wd_featurebox_title,
.page_header,
#leadership,
.detail_header {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fd5068;
	margin-bottom: 2.5rem;
}
.wd_content {
	font-weight: 400;
}



/* Press release */
.wd_newsfeed_releases .wd_item .wd_bg_thumb {
	box-shadow: 5px 5px 15px #0004;
	border-radius: 10px;
}
.wd_newsfeed_releases .wd_title {
	font-weight: 600;
	font-size: 20px;
}
.wd_newsfeed_releases .wd_summary,
.wd_newsfeed_releases .wd_date {
	font-weight: 400;
	font-size: 18px;
}

/* About Specific */

.wd_pageid_20287 .wd_category_items .item{
	display: block;
	width: 33%;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	clear: none;
	text-align: center;
	padding: 0 1em;
}

.wd_pageid_20287 .wd_category_items{
    margin: 2em 0;
    padding: 1em 0;
    overflow: visible;
    margin: 0 -15px;
}

.wd_pageid_20287 .wd_category_items .item:nth-child(4n+1){
	clear: both;
}

.wd_pageid_20287 .wd_category_info .category_header{
	display: none;
}

.wd_pageid_20287 .wd_category .wd_category_items{
	padding: 0;
}

.wd_pageid_20287 .wd_category:first-child .wd_category_items{
	padding-top: 1em;
}

.wd_pageid_20287 .wd_category_items .item .item_summary{

	font-size: 18px;
}
.wd_pageid_20287.wd_item_page .wd_standard-detail .wd_imagetable img {
	border-radius: 10px;
}
.wd_pageid_20287.wd_item_page .wd_standard-detail .wd_imagetable {
	margin-right: 50px !important;
	margin-bottom: 0 !important;
}
.wd_pageid_20287 .wd_standard-detail .imagecaption {
	color: #FD5068;
	font-size: 14px;
	font-weight: 500;
	margin-top: 16px;
}
.wd_pageid_20287.wd_item_page .wd_standard-detail > p {
	overflow: hidden;
}


.ui-widget{
	font-size: 18px;
}

.ui-datepicker button,
.ui-datepicker input,
.ui-datepicker optgroup,
.ui-datepicker select,
.ui-datepicker textarea {
    color: #222222;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 18px;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 18px;
    margin: 1px 0;
    vertical-align: top;
}

/* press release fb */
.wd_newsfeed_releases-teaser {
	display: flex;
	flex-wrap: wrap;
	gap: 100px 3%;
	justify-content: space-between;
}
.wd_newsfeed_releases-teaser .item {
	width: 23%;
	display: flex;
	flex-direction: column;
}
.wd_newsfeed_releases-teaser .wd_summary {
	display: none;
}
.wd_newsfeed_releases-teaser .wd_title a {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	display: block;
	margin: 32px 0 18px;
}
.wd_newsfeed_releases-teaser .wd_date {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
}
.wd_newsfeed_releases-teaser img {
	width: 100%;
}
.wd_featureboxes_middle p.more {
	text-align: center;
	margin: 72px 0;
}
.wd_newsfeed_releases .wd_item .wd_thumbnail img,
.wd_newsfeed_releases-teaser .wd_thumbnail > img,
.wd_newsfeed_releases-teaser a.wd_bg_thumb {
	box-shadow: 5px 5px 15px #0004;
	border-radius: 10px;
}
.wd_newsfeed_releases .wd_item .wd_thumbnail img,
.wd_newsfeed_releases-teaser .wd_thumbnail > img {
	border: 2px solid #FD5068;
}
.wd_newsfeed_releases .wd_item .wd_thumbnail img {
	width: 100%;
}

/* left */
.wd_featureboxes_left .wd_featurebox_title {
	color: white;
	text-align: center;
}
.wd_featureboxes_left .wd_featurebox_container {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 72px 0;
}
.wd_featureboxes_left .wd_featurebox_container:before {
	content: '';
	position: absolute;
	display: block;
	width: 100vw;
	height: 100%;
	background-image: linear-gradient(to right, #f04c74, #fb7a4c);
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	top: 0px;
}
.wd_featureboxes_left .btn-accent {
	background: none;
	border: 3px solid white;
}
.wd_featureboxes_left p.more {
	text-align: center;
}
.wd_featureboxes_left .wd_featurebox p {
	color: white;
	font-size: 32px;
	font-weight: 500;
}

/* subscribe fb */
.wd_featureboxes_bottom .wd_featurebox_title {
	text-align: center;
}
.wd_subscribe_featurebox .wd_tinder_envelope a {
	font-size: 32px;
	font-weight: 600;
	color: #000;
	text-decoration: underline;
}
.wd_subscribe_featurebox .wd_sign_up {
	font-size: 32px;
	font-weight: 600;
}
.wd_form_buttons input[type="submit"] {
	background-color: #f04c74;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: normal;
	display: inline-block;
	line-height: 1;
	font-size: 16px;
	padding: 0 52px 0;
	border-radius: 10px;
	height: 42px;
}
.wd_subscribe_featurebox .wd_form_field_input input[type="text"] {
	border-bottom: 3px solid #000;
	border-radius: 0;
	background: none;
	width: 100%;
	color: #707070;
	font-size: 20px;
	font-weight: 600;
	padding: 0;
}
.wd_subscribe_featurebox .wd_form_field_label,
.wd_subscribe_featurebox .wd_form_header,
.wd_subscribe_featurebox label {
	display: none;
}
.wd_subscribe_featurebox .wd_form_footer {
	margin: 18px 0 28px;
}
.wd_featureboxes_bottom {
	margin: 70px 0;
}
.wd_featurebox-subscribe {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	justify-content: center;
}
.wd_featurebox-subscribe .wd_featurebox_title {
	width: 100%;
	margin-bottom: 20px;
}
.wd_featurebox-subscribe > img {
	width: 300px;
	object-fit: contain;
	object-position: top;
}
.wd_subscribe_featurebox {
	margin-top: 48px;
}
.wd_tinder_envelope::before {
	content: '';
	background: url(../images/envelope-solid.svg) no-repeat;
	display: inline-block;
	width: 34px;
	height: 34px;
	background-size: contain;
	top: 3px;
	position: relative;
}
.wd_tinder_envelope {
	display: flex;
	align-items: center;
	gap: 10px;
}
div.wd_form_field {
	overflow: visible;
}
#wd_printable_content .wd_subscribe2 input[type="text"] {
	border: 1px solid #888;
}
.wd_subscribe_modal {
	font-weight: 300;
}

/* nav search */
.tinder-nav {
	overflow: visible;
}
.tinder-nav .wd_search_form_container {
	position: absolute;
	top: 96px;
	width: 100%;
	background: white;
	box-shadow:06px 6px 6px 0px #ccc8;
	transition: all ease .25s;
	padding: 18px 30px 30px;
	opacity: 0;
	visibility: hidden;
}
.tinder-nav .wd_search_form_container form {
	width: 100%;
	padding-right: 110px;
	text-align: right;
}
.tinder-nav .wd_search_form_container.wd_open {
	opacity: 1;
	visibility: visible;
}
.tinder-nav .wd_search_form_container input[type="text"] {
	border: none;
	border-bottom: 3px solid #000;
	color: #707070;
	font-size: 20px;
	font-weight: 600;
	height: 40px;
}
.tinder-nav .wd_search_form_container input[type="submit"] {
	background: url(../images/magnifying.svg) no-repeat;
	border: none;
	font-size: 0;
	width: 20px;
	height: 25px;
	margin-left: 10px;
}
.tinder-nav .wd_search {
	width: 20px;
	height: 27px;
	right: 80px;
	position: absolute;
	cursor: pointer;
}
.wd_close-search {
	display: block;
	background: url(../images/close-btn.svg) no-repeat;
	height: 30px;
	width: 30px;
	margin-left: auto;
	cursor: pointer;
	margin-bottom: 14px;
}


@supports (display: grid) {
	
	.wd_pageid_20287 .wd_category_items .item {
		width: 33.33%;
		float: none;
	    margin: 0;
		clear: none;
	    flex: 0 33.33%;
	    margin-bottom: 1em;
	}



	.wd_pageid_20287 .wd_category_items .item:nth-child(4n+1){
		clear: none;
	}

	.wd_pageid_20287 .wd_category_items {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
	    flex-wrap: wrap;


	}
}





.wd-social-icons{
	list-style: none;
	display: flex;
	align-items: center;
    justify-content: space-around;
    padding: 0;
    margin: 0 auto 4em;
    max-width: 40%;
}

.wd-social-icons li img{
	max-width: 40px;
}

.wd_featurebox_container .more{
	text-align: right;
}

.tinder-nav #loginBtn button{
	position: initial;
	font-size: 14px;

}


.wd_gallery .wd_title{
	font-weight: normal;
    line-height: 1.3;
}
.wd_hi_res_link_wrapper{
	font-weight: normal;
	font-size: 18px;
}

a[name='leadership']{

    position: relative;
    top: -100px;
}


.wd_gallery .wd_item_search_form_container{
	display: none;
}

.wd_gallery .wd_category_link{
	float: left;
    background-color: white;
	width: calc(25% - 30px);
	height: auto;
	margin: 15px;
	list-style: none;
	text-align: center;
	color: white;
	padding: 0;
	position: relative;
	display: flex;
  	flex-direction: column;
}

.wd_gallery .wd_category_link .wd_thumbnail {
	height: 335px;
}
.wd_gallery .wd_category_link img {
	height: 100%;
	object-fit: cover;
}

.wd_category_link .wd_thumbnail{
	margin: 0 0 .5em;
}

.wd_gallery .wd_category_link .wd_thumbnail + div{
	margin: 0 !important;
}
/* Forms */

.wd_subscribe_link {
	display: none;
}

.wd_item_search_form_container {
	text-align: center;
    margin: 2em auto 3em;
    text-align: left;
}
.wd_search_basic_fields {
	border: none;
	background-color: transparent;
}



/* Unsbuscribe */
.wd_unsub_wrap{
	margin-top: 2em;
}

.wd_form_buttons input[type="submit"],
.wd_item_search_form_container button.wd_search_button {
	background-color: #fd5068;
	color: white;
	height: 50px;
	border: none;
	border-radius: 0;
    width: auto;
    padding: 0 1em;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
	font-weight: 600;
}

.wd_form_buttons input[type="submit"]:hover,
.wd_item_search_form_container button.wd_search_button:hover{
	background: #e6485e;
}

.wd_form_field_input .wd_checkbox{ 
	margin-right: .5em;
}

.wd_item_search_form_container .ui-datepicker-trigger{
	margin-left: .5em;
}

.wd_item_search_form_container input {
	height: 50px;
}
.wd_item_search_form_container input[type="text"] {
	padding: 0 15px;
	width: 300px;
    background-color: #efefef;
    border-radius: 5px;
    border: none;
}

.wd_item_search_form_container select{
	width: 300px;
    height: 49px;
    background: transparent;
    border-color: rgb(238, 238, 238);

    background-color: #efefef;
    border-radius: 5px;
    border: none;
}

.wd_search_form_advanced{
	text-align: left;

}


.wd_form_field_label {
    padding: 0;
    font-size: 18px;
    padding-top: 0.6em;
}

.wd_category_checkboxes .wd_parent_category{
    font-weight: normal;
}

.wd_form_field_header{
	color: #000;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 20px;
}

.wd_form_field_input input[type=text]{
	line-height: 1.5em;
    padding: .5em 1em;
    background-color: #efefef;
    border-radius: 5px;
    border: none;
}
.wd_form_field_input input[type=text]{
    
    border: none;
    padding: .5em 1em;
}

.wd_item_search_form_container input[type="checkbox"],
.wd_category_checkboxes input[type=checkbox],
.wd_category_checkboxes input[type=radio]{
    height: auto;
	display: inline-block;
    margin: .5em;
    margin-left: 2px;
    position: relative;
    top: -3px;
}


.wd_form_field.wd_form_field_pos_left_inline .wd_form_field_input{
	display: inline-block;
    float: left;
    margin-right: 0.5em;
}

.wd_form_field.wd_form_field_pos_left_inline .wd_form_field_label{
	padding-top: 3px;
}
#recaptcha2_widget{
    overflow: hidden;
}

.wd_chart-quote-footer {
	font-size: 10px !important;
}

div.wd_form_footer div.wd_form_buttons{
	margin-top: 10px;
	overflow: hidden;
}


.wd_pageid_20292 .wd_category_items .item{
	width: 45%;
	margin-right: 30px;
	margin-bottom: 1em;
	float: left;
	clear: none;
}

.wd_pageid_20292 .wd_category_items .item:last-child{

	margin-right: 0;
}

.wd_toolbar{
	clear: both;
}


div.wd_news_body img.wd_emoticon_img{
	display: inline !important;
    float: none !important;
    margin: 0;
} 


/* Detail page typography */

#wd_printable_content ul li,
#wd_printable_content ol li,
.wd_standard-detail p,
.item p,
.wd_news_body p{
    line-height: 1.6;
}

/* slick */
#wd_slider .slide img {
	box-shadow: 5px 5px 15px #0004;
	border-radius: 10px;
	width: 100%;
}
#wd_slider .slick-slide {
	margin: 15px 50px 0;
	overflow: visible;
}
.wd_slider-wrap {
	margin: 70px 0 120px;
}
#wd_slider .slick-dots {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: center;
	gap: 24px;
}
#wd_slider .slick-dots li {
	list-style-type: none;
}
#wd_slider .slick-dots li button {
	padding: 5px;
	border: 3px solid #fd5068;
	font-size: 0;
	background: white;
	border-radius: 50%;
}
#wd_slider .slick-dots .slick-active button {
	background: #fd5068;
}
#wd_slider .slide p {
	margin: 14px 0 0;
}
#wd_slider .slick-list {
	margin: 0 -50px 34px;
}
.wd_slider-wrap .btn-accent {
	margin: 36px auto 0;
	display: block;
	width: fit-content;
}

/* about */
.wd_pageid_20287 .wd_category_items .item img {
	width: 100%;
	border-radius: 10px;
	max-width: 300px;
	margin: 5px auto !important; /* override inline */
	float: none;
}
.wd_pageid_20287 .wd_category_items .item_name{
	text-align: center;
	margin-bottom: 0;
	margin-top: 0.5em;
	display: block;
	clear: both;
}
.wd_pageid_20287 .wd_category_items .item_name,
.wd_pageid_20287 .wd_category_items .item_summary p{
	line-height: 1.3;
}
.wd_pageid_20287 .wd_category_items .item_name {
	font-weight: 600;
}
.wd_pageid_20287 #wd_printable_content > ul:first-of-type li {	
	list-style: none;
	text-align: center;  
	position: relative;
	border: none;
	padding: 0;
	/* To ensure items flow in piramid pattern, bottom items will be centered */
	color: white;
	display: flex;
	flex-direction: column;
	width: 25%;
	align-items: center;
	gap: 30px;
}
.wd_pageid_20287 #wd_printable_content > ul:first-of-type li img{
	max-width: 300px;
}
.wd_pageid_20287 #wd_printable_content > ul {
	position: relative;
	overflow: visible;
	margin: 0 -15px;
	list-style: none;
	padding: 70px 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 44px 24px;
}
.wd_pageid_20287 #wd_printable_content > ul::before {
	content: '';
	position: absolute;
	display: block;
	width: 100vw;
	height: 100%;
	background-image: linear-gradient(to right, #f04c74, #fb7a4c);
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	top: 0px;
}
.wd_pageid_20287 #wd_printable_content > ul li img {
	box-shadow: 5px 6px 15px #0004;
	border-radius: 10px;
	border: 1px solid #adadad;
	background: white;
	width: 100%;
}
.wd_pageid_20287 #wd_printable_content > ul br {display: none;}

/* gallery */
.wd_gallery .wd_category_link img {
	border-radius: 10px;
}


@media (min-width: 769px){

	.wd_form_field_pos_right .wd_form_field_label{
		float: none;
		width: 100%;
		margin-bottom: 4px;
		text-align: left;
		display: block;
	}
	div.wd_form_footer div.wd_form_buttons,
	.wd_form_field_pos_right .wd_form_field_input{
		margin-left: 0;
		margin-bottom: 0;
		width: 100%;
		display: block;
	}

}
/* End Forms */

#wd_tinderMobileLogo{
		width: 25px;
	}
.tinder-nav #tinderDesktopLogo{
	display: none;

}

.wd_doc_foot{
	margin-top: 1em;
}

/* B-roll Page */

.wd_videos .wd_item_list{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.wd_videos .wd_item_search_form_container{
	display: none;
}


.wd_videos .wd_item_list .wd_item{
	padding: 1em;
}

/* search */
.wd_sphinx_search .wd_search_image img {
    border-radius: 8px;
    margin: 0 auto;
    display: block;
}
.wd_sphinx_search .wd_search_result {
    display: flex;
    overflow: visible;
    margin: 40px auto;
    gap: 24px 30px;
    width: 100%;
	max-width: max(85%, 800px);
}
.wd_sphinx_search .wd_search_context {
    font-size: 18px;
}
.wd_sphinx_search .wd_search_image {
    width: 144px;
}
.wd_sphinx_search .wd_search-inner {
    flex: 1;
}

@media only screen and (min-width: 1100px){
	

	#wd_tinderMobileLogo{
		display: none;
	}

	.tinder-nav #tinderDesktopLogo{
		display: inline-block;
	}


	.container.wd_content{
	    padding-top: 2em;
	}


}


@media only screen and (max-width: 1100px){
	
	/* Tinder Nav */
	.tinder-nav .nav-cont{
	    padding: 0 15px;
	}
	.tinder-nav #tinderDesktopLogo{
		margin: 0;
	}	


}


@media only screen and (max-width: 1100px){
	.wd_nav_wrap{
		padding: 0 10px;
	}



	.tinder-nav{
	    height: 96px;
	}

	.wd-social-icons{
		    max-width: 100%;
	}

/* 	.wd_pageid_20287 .wd_category_items .item{
		width: 44%;
	}

	.wd_pageid_20287 .wd_category_items .item:nth-child(3n+1){
		clear: none;
	}

	.wd_pageid_20287 .wd_category_items .item:nth-child(2n+1){
		clear: both;
	}
 */
	.wd_pageid_20292 .wd_category_items .item{
		width: 100%;
	}

	.wd_pageid_20287 .wd_category_items{
	    grid-template-columns: 1fr 1fr;
	}

	.wd_pageid_20287 #wd_printable_content > ul:first-of-type li{

		width: calc(50% - 30px);	
	}
}


@media (min-width: 1300px){

	.tinder-nav .wd_lang_select{
		display: block;
	}



}

@media (max-width: 992px) {
	.wd_pageid_20287 .wd_category_items .item{
		width: 48%;
		flex: 0 50%;
	}


	.wd_videos .wd_item_list{
		grid-template-columns: 1fr 1fr;		
	}
}


@media (max-width: 576px){
	.container, .container-sm {
	    max-width: 100%;
	}
}



@media only screen and (min-width: 800px){
	body.wd_detail_page .wd_hero_area{
		   height: 541px;
    
    background-position: center;
	}
}

@media only screen and (max-width: 799px){
	.wd_nav_wrap{
		display: none;
	}


	.wd_videos .wd_item_list{
		grid-template-columns: 1fr;		
	}


	.tinder-nav .wd_lang_select {
	    display: none;
	}

	.wd_mob_menu .wd_lang_select{
		width: 100%;
		text-align: center;
		background: #cecece;
		display: block;	
	}

	.wd_mob_menu .wd_lang_select label{
		color: white;
	}

	.wd_mob_menu .wd_lang_select select{
		padding: .2em;
		margin-left: .5em;
	}

	.container.wd_content{
		margin-top: 0;
		padding-top: 0;
		margin-top: 77px;
	}

	.wd_item_search_form_container select{
		margin-bottom: .5em;
	}


	
	.wd_pageid_20287 .wd_category_items .item{
		width: 100%;
		margin-right: 0;
	}


	.wd_pageid_20287 .wd_category_items .item:nth-child(2n+1){
		clear: both;
	}

	.tinder-nav{
	    height: 66px;
	}
	.tinder-nav .nav-cont{
	    display: flex;
    	align-items: center;
    	justify-content: center;
	}

 
	.wd_newsfeed_releases .wd_item .wd_thumbnail {
		
		padding:0;
		width: 100%;
	}

	.wd_item .wd_item_wrapper {
		padding: 1em;
	}


	.wd_newsfeed_releases .wd_item{
		flex-direction: column;

	}



	.wd_hero_area {
		margin-bottom: 0;
	}

	body.wd_homepage .wd_hero_area {
		
		height: auto;
	    margin-bottom: 0;
	}

	#tinder-online-banner .tinder-banner-body{
		background: black;
	}

	.wd_pageid_20287 #wd_printable_content > ul:first-of-type li{

		width: calc(100% - 30px);	
		height: auto;
		float: none;
	}


	.wd_pageid_20287 .wd_category_items{
		flex-direction: column;
	}

	

}





@media (max-width: 900px){

	.tinder-nav .wd_search {
		right: 80px;
		position: absolute;
		margin: 0;
	}
	.tinder-nav .wd_search_form_container {
		top: 132px;
	}
	.tinder-nav .wd_search_form_container form {padding: 0;}

	.container.wd_content {
		margin-top: 30px;
	}

}



/* REDESIGN */

@media (max-width: 1500px){


}

@media (max-width: 1300px){

	.tinder-nav nav.wd_nav_wrap {
		padding: 0 20px;
	}
}


@media (max-width: 1200px){
	
	
	
	.wd_newsfeed_releases-teaser .wd_title a {
		font-size: 20px;
	}

	
	
}

/* @media (max-width: 1100px){
	.wd_nav > li {
		width: min-content;
		min-width: auto;
	}
} */

@media (max-width: 992px){
	.wd_logo_tag{
		display: none;
	}
	
	.wd_hero_area .slide .item.active {
		flex-direction: column-reverse;
	}
	
	.wd_hero_area .item > a:first-child,
	.wd_hero_area .single_slider_carousel_caption {
		width: 100%;
	}
	
	.wd_newsfeed_releases-teaser .item {
		width: 40%;
	}
	
	.wd_featureboxes_left .wd_featurebox p,
	.wd_subscribe_featurebox .wd_sign_up,
	.wd_subscribe_featurebox .wd_tinder_envelope a {
		font-size: 26px;
	}
	
	.wd_featurebox-subscribe > img {width: 250px;}

	
	
}

@media only screen and (max-width: 799px) {
	
	.wd_hero_area .single_slider_carousel_indicators {
		top: 12px;
		width: 100%;
	}
	div.single_slider_carousel_caption {border: none;}
	.wd_hero_area .single_slider_carousel_indicators li {margin-right: 7px;}
	.wd_hero_area .single_slider_carousel_indicators li span {padding: 4px;}
	
}

@media (max-width: 767px){

	#wd_printable_content .wd_subscribe2 input[type="text"] {width: 100%;}

	.wd_pageid_20287 #wd_printable_content > ul:first-of-type li {width: 40%;}
	.wd_pageid_20287.wd_item_page .wd_standard-detail > p {
		overflow: initial;
	}

	/* leadership */
	.wd_pageid_20287.wd_item_page .wd_standard-detail .wd_imagetable {
		margin: 0 !important;
		width: 100%;
	}
	.wd_pageid_20287.wd_item_page .wd_standard-detail .wd_imagetable a {
		margin: 0 auto;
		display: block;
		width: fit-content;
	}
	.detail_header {
		font-size: 32px;
		text-align: center;
	}
	.wd_sphinx_search .wd_search_result {
		flex-direction: column;
	}
}

@media (max-width: 575px){
	.wd_pageid_20287 #wd_printable_content > ul:first-of-type li {width: 100%;}
	
	.wd_hero_area .single_slider_carousel_caption .wd_featurebox_title, .wd_content .wd_featurebox_title {font-size: 34px;}
	
	.wd_hero_area .single_slider_carousel_caption h4 a {font-size: 28px;}
	.wd_hero_area .single_slider_carousel_caption .single_slider_carousel_description {font-size: 16px;}
	
	.wd_newsfeed_releases-teaser .item {
		width: 100%;
	}
	
	.wd_featureboxes_left .wd_flex {
		flex-direction: column;
		gap: 36px;
	}
	.wd_featureboxes_left .wd_flex > p {
		max-width: 80%;
		margin: 0 auto;
	}
	
	.wd_featurebox-subscribe > img {width: 160px;}
	.wd_subscribe_featurebox {margin-top: 24px;}

	div.wd_logo_tag {
		display: none;
	}
	

	
}




/* Client CSS Overrides */
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1340px;
	}
}

