
body{
	font-family: 'Montserrat', sans-serif;
}

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: 450px;
	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;
}

/* 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;
}

.wd_nav > li{
	position: relative;
	text-align: left;
    padding: 10px 0;
}

.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: 1em;
    font-size: 16px;
}


.btn-accent{
	border-radius: 5px;
    background-color: #f04c74;
    color: white;
    padding: 0.8em 2.3em;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
}

.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;
}

h4{
    margin: 0;
    font-size: 18px;
    color: white;
    font-weight: 100;
    letter-spacing: 0.1em;
}


#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;
}


.wd_featurebox_title{
	text-transform: uppercase;
	font-size: 18px;
    color: #fd5068;
    font-weight: normal;
    margin-bottom: 2em;
	
}


/* 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,
.wd_newsfeed_releases-teaser .item{
	width: 100%;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(78, 78, 78, 0.5);
    margin-bottom: 2rem;
    overflow: auto;
    color: gray;
    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,
.wd_newsfeed_releases-teaser .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,
.wd_newsfeed_releases-teaser .item .inner_wrap{
	padding: 2em;
    margin: 0;
    flex: 3 1;
}

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

.wd_item .wd_title a{
	color: #343434;

}
.wd_newsfeed_releases-teaser .item,
.wd_newsfeed_releases .wd_item{
    display: flex;
}


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


.wd_newsfeed_releases-teaser .item .wd_thumbnail,
.wd_newsfeed_releases .wd_item .wd_thumbnail{

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

.wd_newsfeed_releases-teaser .item .wd_thumbnail img,
.wd_newsfeed_releases .wd_item .wd_thumbnail img{

	border: 1px solid #dedede;
}

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

.wd_newsfeed_releases-teaser .item .wd_thumbnail > a img,
.wd_newsfeed_releases .wd_item .wd_thumbnail > a img{ 
	width: 100%;
}


.wd_item .wd_date,  
.wd_item .wd_summary,
.wd_item .wd_subtitle,
.wd_newsfeed_releases-teaser .item .wd_summary,
.wd_newsfeed_releases-teaser .item .wd_date{
    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_newsfeed_releases-teaser .item .wd_date{
	text-transform: uppercase;
}

.wd_newsfeed_releases-teaser .item a{
	color: #343434;
	font-weight: normal;
}

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

/* Generic Items */

.wd_category_items .item{
	clear: both;
}

/* 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;
}



.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;
}

@supports (display: grid) {
	
	.wd_pageid_20287 .wd_category_items .item{
		width: 33%;
		float: none;
	    margin: 0;
		clear: none;
	    flex: 0 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_pageid_20287 .wd_category_items .item img {
	width: 100%;
}

.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_printable_content > ul:first-of-type{
    margin: 0 -15px;
	padding: 0;
	list-style: none;
}

.wd_pageid_20287 #wd_printable_content > ul:first-of-type {
	padding: 0;
	overflow: auto;
	margin: 0 -15px;
	text-align: center; 
}
.wd_pageid_20287 #wd_printable_content > ul:first-of-type li {
	
    background-color: white;
	width: calc(32.3% - 30px);
	height: 220px;
	margin: 15px;
	list-style: none;
	text-align: center;  
	color:  #657179;
	padding: 20px;
	position: relative;
    border: 1px solid #adadad;
    border-radius: 5px;
	
    border: none;
	padding: 0;

	/* To ensure items flow in piramid pattern, bottom items will be centered */
    float: none;
    display: inline-block;
}

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

	    max-width: 125px;
}

.wd_pageid_20287 #wd_printable_content > ul:first-of-type li h4 {
	color: white;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 25px;
}



.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;
}

.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: 18px;
}

.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: #012169;
    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;
}

@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;
}



@media only screen and (min-width: 1300px){
	.tinder-nav #loginBtn {
		margin-right: 140px;
	}
}

@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;
	}


	.wd_nav li a{
		font-size: 14px;

	}

	.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_logo_tag{
		    display: none;
	}
	
	.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-teaser .item .wd_thumbnail, 
	.wd_newsfeed_releases .wd_item .wd_thumbnail {
		
		padding:0;
		width: 100%;
	}

	.wd_item .wd_item_wrapper, 
	.wd_newsfeed_releases-teaser .item .inner_wrap {
		padding: 1em;
	}

	.wd_newsfeed_releases-teaser .item,
	.wd_newsfeed_releases .wd_item{
		flex-direction: column;

	}

	.wd_newsfeed_releases-teaser .item .wd_thumbnail, \.wd_newsfeed_releases .wd_item .wd_thumbnail{

	}

	.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;
	}

	

}


