/* ---------------- site specific */

.logo_row{
	padding: 20px 0;
}
.agency-logo{
	width: 350px !important;
	transition: all .6s ease-in-out; 
}





.vs__search,
.vs__dropdown-toggle{
	padding: 0 !important;
	background-color: rgb(197, 156, 71) !important;
	border-radius: 0 !important;
	border: none !important;
}

.vs--open .vs__search,
.vs--open .vs__dropdown-toggle{
	padding: 0 !important;
	background-color: rgb(197, 156, 71) !important;
}


.vs__selected{
	font-size: 70% !important;
	color: white !important;
	margin: 5px;
	/* padding: 6px; */
	background-color: rgba(0,0,0,0.2) !important;
	border: 0 !important;
	border-radius: 0 !important;
}
.vs__dropdown-menu{
	background-color: rgb(197, 156, 71) !important;
	width: 100% !important;
	padding: 0;
	box-shadow: 0 !important;
	border-top: none !important;
	border-left: none !important;
	border-radius: none !important;
	border-bottom: none !important;
	border-radius: 0;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	font-size: 75% !important;
	
}
.vs__dropdown-menu::-webkit-scrollbar-track{
  background: transparent !important;
}
body::-webkit-scrollbar,
.vs__dropdown-menu::-webkit-scrollbar {
  width: 4px !important;
  border-left: 1px solid black !important;
}
.vs__dropdown-menu::-webkit-scrollbar-thumb {
  background-color: black !important;
  border-radius: 0 !important;
  border-left: 1px solid black !important;
}
.vs__dropdown-option{
	background-color: transparent;
	color: white !important;
	padding: 0.25rem .25rem;
	width: 100% !important;
}
.vs__dropdown-option:last-child{
	border-bottom: none;
}
.vs__dropdown-option--highlight{
	background-color: rgb(197, 156, 71) !important;
}

.v-select{
	width: 100%;
	margin-bottom: auto !important;
}
.vs__search{
	margin: 0;
	padding: .1rem .7rem;
	font-size: 75% !important;
	text-transform: uppercase;
	color: white !important;
}

.vs__search::placeholder{
	color: white !important;
	opacity: 1
}

.vs__open-indicator{
	fill: white !important;
}

.vs__deselect{
	padding: 0.1rem !important;
}








@media only screen and (max-width: 1200px) {
	.agency-logo{
		width: 300px !important;
	}
}
@media only screen and (max-width: 900px) {
	.agency-logo{
		width: 250px !important;
	}
}
@media only screen and (max-width: 768px) {
	.agency-logo{
		width: 230px !important;
	}
}
@media only screen and (max-width: 600px) {
	.agency-logo{
		width: 220px !important;
	}
}
@media only screen and (max-width: 414px) {
	.agency-logo{
		width: 205px !important;
		margin-top:-5px;
	}
}

/* common */

.invisible{
	opacity: 0;
}
.inline{
	display: inline;
}

hr{
	border-top: 1px solid var(--col-hr);
}
.hr_big{
	border-top: 2px solid var(--col-hr);
}
.arrow_left{
	position: absolute;
	top: 50%;
	left: -50px;
}
.arrow_right{
	position: absolute;
	top: 50%;
	right: -50px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.social_bookmark{
	margin-left: 18px;
	width:28px;
	height: 28px;
	transition: all .6s ease-in-out; 
}
.social_bookmark svg{
	width: 100%;
}
.social_bookmark_footer{
	display: inline-block;
	margin: 0 0 5px 5px;
}
.tag-rating-container{
	display: flex;
	flex-direction: row-reverse;
	width: fit-content;
}
.tag-rating-0{
	color: black !important;
	opacity: .5;
	margin-right: 30px;
	flex: 1;
}
.tag-rating-0{
	/* opacity: 0; */
}
.tag-rating,
.tag-rating-container.with_hover:hover .tag-rating.tag-rating-selected{
	color: #ccc;
}
.tag-rating.tag-rating-selected{
	color: orange;
}
.tag-rating-container.with_hover > span:hover,
.tag-rating-container.with_hover span:hover~.tag-rating-1,
.tag-rating-container.with_hover span:hover~.tag-rating-2,
.tag-rating-container.with_hover span:hover~.tag-rating-3 {
  color: orange !important;
}

.tag-rating-container.with_hover .tag-rating-0:hover{
	color: black !important;
	opacity: 1;
}

.tag-rating-legend{
	font-size: 80%;
}

@media only screen and (max-width: 1200px) {
	.social_bookmark{
		margin-left: 14px;
		width: 27px;
		height: 27px;
	}
}
@media only screen and (max-width: 900px) {
	.social_bookmark{
		margin-left: 12px;
		width: 23px;
		height: 23px;
	}
}
@media only screen and (max-width: 768px) {
	.social_bookmark{
		margin-left: 10px;
		width: 23px;
		height: 23px;
	}
	.show_on_tablet{
		display: flex !important;
	}
}
@media only screen and (max-width: 600px) {
	.social_bookmark{
		margin-left: 8px;
		width: 18px;
		height: 18px;
	}
}
@media only screen and (min-width: 551px) {
	.hide_on_desktop{
		display: none;
	}
}
@media only screen and (max-width: 550px) {
	.hide_on_mobile{
		display: none !important;
	}
	.mobile_stretch{
		width: 94% !important;
	}
}

/* animations */

.sf_appear{
	-o-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-webkit-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
	opacity:0;
}

/* staff */

.staff_pic, .staff_pic_big{
	width: 50px;
	height: 50px;
	background-position: center center;
	border-radius: 25px;
	background-color: var(--col-lightgrey);
}
.staff_pic_big{
	width:140px;
	height:140px;
	border-radius: 75px;
}

/* models */

.model_pic{
	width:100%;
	/*padding-bottom: calc(100% * 1.3333);*/
	height:100%;
	background-position: top center;
	background-size: cover;
	background-color: var(--col-lightgrey);
	display: flex;
	justify-content: center;
	transition: 0.3s all;
	overflow: hidden;
}

.col_model .model_pic,
.col_model_landscape .model_pic{
	width:100%;
	height:100%;
	background-position: top center;
	background-size: cover;

	display: flex;
	justify-content: center;
	transition: 0.3s all;
	overflow: hidden;
}
.col_model .model_pic{
	padding-bottom: calc(100% * var(--image_aspect));
}
.col_model_landscape .model_pic{
	/*padding-bottom: inherit;*/
	padding-bottom: calc(50% * var(--image_aspect));
}

/*
.col1_3 .model_pic_container .model_pic{
	padding-bottom: calc( 100% * (  1.3333 *  0.487699877 ) );
	/* SeitenverhältnisLandscape = SeitenverhältnisPortrait * ( SpaltenbreitePortrait - 2 * rowMargin ) / ( 2 * SpaltenbreitePortrait - 2 * rowMargin)*/
/*} */

/* .model_pic:hover{
	transform: scale(.9);
} */

.with_hover .shrink_on_hover,
.with_hover .toggle_on_hover{
	transition: 0.3s all;
}
.with_hover:hover .shrink_on_hover{
	transform: scale(.9);
}

.with_hover .hide_on_hover{
	display: block;
}
.with_hover:hover .hide_on_hover{
	display: none;
}
.with_hover .show_on_hover{
	display: none;
}
.with_hover:hover .show_on_hover{
	display: block;
}


.with_hover .invisible_on_hover{
	opacity: 1;
	transition: opacity 0.15s;
}
.with_hover:hover .invisible_on_hover{
	opacity: 0;
}
.with_hover .visible_on_hover{
	opacity: 0;
	transition: opacity 0.15s;
}
.with_hover:hover .visible_on_hover{
	opacity: 1;
}
.absolute{
	position: absolute; 
	top: 0; 
	left: 0;
}


.with_selection .shrink_on_selection{
	transition: 0.3s all;
}
.with_selection.selected .shrink_on_selection{
	transform: scale(.9);
}

.with_selection .selection_border_top,
.with_selection .selection_border_bottom{
	position: relative;
}

.with_selection .selection_border_top::before,
.with_selection .selection_border_top::after,
.with_selection .selection_border_bottom::before,
.with_selection .selection_border_bottom::after{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 0.3s all;
	z-index: -1;
	border: 0px solid var(--col-hr);
}
.with_selection.selected .selection_border_top::before,
.with_selection.selected .selection_border_top::after,
.with_selection.selected .selection_border_bottom::before,
.with_selection.selected .selection_border_bottom::after{
	border-color: var(--col-highlight);
	width: 16px;
	height: 16px;
}

.with_selection .selection_border_top::before{
	top: -2px;
	left: -2px;
}
.with_selection .selection_border_top::after{
	top: -2px;
	right: -2px;
}
.with_selection .selection_border_bottom::before {
	bottom: -2px;
	left: -2px;
}
.with_selection .selection_border_bottom::after {
	bottom: -2px;
	right: -2px;
}

.with_selection.selected .selection_border_top::before {
	width: 16px;
	height: 16px;
	border-top: 1px solid var(--col-highlight);
	border-left: 1px solid var(--col-highlight);
}

.with_selection.selected .selection_border_top::after {
	width: 16px;
	height: 16px;
	border-right: 1px solid var(--col-highlight);
	border-top: 1px solid var(--col-highlight);
}


.with_selection.selected .selection_border_bottom::before{
	width: 16px;
	height: 16px;
	border-bottom: 1px solid var(--col-highlight);
	border-left: 1px solid var(--col-highlight);
}
.with_selection.selected .selection_border_bottom::after {
	width: 16px;
	height: 16px;
	border-right: 1px solid var(--col-highlight);
	border-bottom: 1px solid var(--col-highlight);
}

.model_pic_container{
	overflow:hidden;
	height: 100%;
	cursor: pointer;
	/* transition: 0.3s all; */
}
/* .model_pic_container:hover{
	transform: scale(.9);
} */
.model_pic_overlay{
	position: absolute;
	top:0;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,.5); /*background-color: var(--col-lightgrey);*/
	justify-content: center;
	align-items: center;
	display: none;
}
.model_pic:hover .model_pic_overlay{
	display: flex;
}
.model_pic_thumbnail{
	width:50%;
	padding-bottom: calc(50% * 1.3);
	height:50%;
	background-position: center center;
	background-size: cover;
	background-color: var(--col-lightgrey);
}

.model_add_shortlist,
.model_remove_shortlist{
	position: absolute;
	bottom:20px;
	left: calc(50% - 20px);
	background: white;
	font-size: 200%;
	font-weight: 400;
	padding:8px 6px;
	transition: 0.3s all;
}
.model_add_shortlist .sf_icon,
.model_remove_shortlist .sf_icon{
	color: var(--col-darkgrey);
}
.model_add_shortlist:hover,
.model_remove_shortlist:hover{
	color: var(--col-highlight);
	cursor: pointer;
}
.model_add_shortlist .sf_icon:hover,
.model_remove_shortlist .sf_icon:hover{
	color: var(--col-highlight);
}

/* .with_selection.selected .model_remove_shortlist{
	display: block;
} */

.model_data_overlay.slideshow_is_active{
	position: fixed;
	z-index: 101;
}

.model_data_overlay{
	position: sticky;
	bottom:0;
	width:100%;
	background: rgba(255,255,255,.95);
	z-index: 100;
	border: 1px solid transparent;
}
.model_data_overlay ul{
	margin: 15px 0 20px 0;
}
.model_data_overlay li{
	display: inline-block;
	list-style-type: none;
	padding: 0 15px;
	border-right: solid var(--col-greyborder) 1px;
}
.model_data_overlay li:last-child{
	border-right: none;
}

.social_pic{
	width:100%;
	padding-bottom: 100%;
	height:100%;
	background-position: top center;
	background-size: cover;
	background-color: var(--col-lightgrey);
	display: flex;
	justify-content: center;
	/*transition: 0.3s all;*/
	overflow: hidden;
}
.social_pic:hover{
	/*transform: rotate(2deg) scale(1.2);*/
}
.social_pic_container{
	overflow:hidden;
	border-radius: 50%;
}
.social_pic_container:hover{
	box-shadow: 0 0 0 1px var(--col-social-border);
}

/* pages */

.page_pic{
	width:100%;
	padding-bottom: calc(100% * .65);
	height:100%;
	background-position: center center;
	background-size: cover;
	background-color: var(--col-lightgrey);
	display: flex;
	justify-content: center;
}

.page_pic_overlay{
	position: absolute;
	top:0;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

/* common images */

.dragarea{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:20%;
	background: url("../../images/common/grid_dot.png") ;
}

/* background images */

.bg_cover{
	-moz-background-size: cover;-webkit-background-size: cover;-o-background-size: cover;background-size: cover;
	background-position: top center;
}
.bg_contain{
	-moz-background-size: contain;-webkit-background-size: contain;-o-background-size: contain;background-size: contain;
}

/* footer */

.footer_navi{
	width: 65%;
	margin: 0 auto;
}
.mobile_footer li{
	list-style: none;
	line-height: 140%;
}

/* vimeo video */

.video_container{
	width:100%;
	padding-bottom: calc(100% * .56);
	height:100%;
	background-position: center center;
	background-size: cover;
	background-color: var(--col-lightgrey);
	display: flex;
	justify-content: center;
}
.video_list_item{
	width: 100%;
	margin-bottom: 1rem;
}
.video_list_item img{
	margin-bottom: 0;
}
.video_title{
	font-weight: 300;
	margin-top: 5px;
}
.video_preview_text{
	padding-left: var(--padding-left);
	font-size: 90%;
}
.video_play_now{
	font-size: 60%;
	background: var(--col-greyborder);
	text-align: center;
}
.video_play_now span{
	position: relative;
	letter-spacing: 1px;
	font-weight: 500;
}
.video_hover:hover, .video_hover.selected{
	background-color: var(--col-lightgrey);
	cursor: pointer;
}

/* agency */

.agency_overlay{
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
}
.agency_text{
	width:70%;
	padding: 15% 0;
	font-size: 150%;
	line-height: 135%;
	letter-spacing: 2px;
}
.contact_container{
	margin: 20% 0;
}
.become_a_model_overlay{
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
}
.become_a_model_text{
	width:70%;
	padding: 15% 0;
	text-align: center;
	font-size: 400%;
	line-height: 135%;
	letter-spacing: 2px;
}



.horizontal_scroller_container{
	flex-wrap: nowrap;
 overflow-x: hidden;
 -webkit-overflow-scrolling: touch;
 -ms-overflow-style: -ms-autohiding-scrollbar;
}

.with_selection .select_toggle span{
	display: inline-block;
}
.with_selection.selected .select_toggle span{
	transform: rotate(45deg);
}

.navigate_back{
	position: absolute;
	left: 0px;
}

/* become a model */

.dropzone-custom-content .model_pic{
	padding-bottom: calc( 100% * 1.3333);
}
.dropzone-container{
	width:50%;
}


/* carousel */

.carousel{
	overflow: hidden;
	position: relative;
}

/* model fullscreen overlay */

body.with-fullscreen-modal{
	position: fixed;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll !important;
}

body.with-fullscreen-search{
	/* position: fixed; */
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}


.fullscreen_slideshow{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,.98);
	z-index: 100;
}

.fullscreen_slideshow_close{
	position: absolute;
	top:3%;
	right:0;
	width: 8%;
	font-size: 3rem;
	text-align: center;
	z-index: 201;
	cursor: pointer;
}
.fullscreen_slideshow_container{
	position: relative;
	margin: auto;
	width: 88%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	background-position: center center;
	background-size: contain;
}
.vertical_centered_arrow{
	position: absolute;
	width: 6%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 200;
	font-size: 3rem;
}
.vertical_centered_arrow > :hover{
	cursor: pointer;
}
.fullscreen_slideshow .carousel{
	height: 100%;
	position: relative;
}
.fullscreen_slideshow .carousel-cell,
.fullsize .carousel-cell {
	width: 100%; /* full width */
	height: 100%; /* height of carousel */
	background-color: white;
	position: relative;
}
.fullscreen_slideshow .carousel-cell img{
	max-height: 100%;
	width: 100%;
}

.fullsize.carousel{
	height:calc( 100vh - var(--header) - 60px );
}
.fullsize.carousel .carousel-cell{
	height: calc( 100vh - var(--header) - 60px );
	width: 100%;
}

.aspect-ratio-container .carousel{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.aspect-ratio-container .carousel .flickity-viewport,
.aspect-ratio-container .carousel .flickity-slider{
	width: 100%;
	height: 100%;
}
.aspect-ratio-container .carousel .carousel-cell{
	width: 100%;
	height: 100%;
}
.aspect-ratio-container .carousel .carousel-cell .bg_image,
.fullsize.carousel .carousel-cell .bg_image{
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: top center;
}

@media only screen and (max-width: 768px) {
	.fullscreen_slideshow_close{
		top:2%;
		font-size: 2rem;
	}
	.vertical_centered_arrow{
		font-size: 2rem;
	}
}

@media only screen and (max-width: 414px) {
	.fullscreen_slideshow_close{
		top:2%;
		font-size: 1.5rem;
	}
	.vertical_centered_arrow{
		font-size: 1.5rem;
	}
}


/* carousel */

.v-fade{
	/* display: flex !important; override v-show display: none */
	transition: opacity 0.5s;
	display: block !important;
}

.v-fade[style*="display: none;"] {
	opacity: 0;
	pointer-events: none; /* disable user interaction */
	user-select: none; /* disable user selection */
}

/* carousel lazyload */
.v-fade[style*="display: none;"] .carousel-lazyload{
	display: none;
}
.v-fade .carousel-lazyload{
	display: none;
}
.v-fade .carousel-cell.is-selected .carousel-lazyload,	/* selected carousel-cell */
.v-fade .carousel-cell.is-selected + .carousel-cell .carousel-lazyload,	/* carousel-cell after selected carousel-cell */
.v-fade .carousel-lazyload.lazyload-loaded	/* already loaded images */
{
	display: block;
}

.flickity-page-dots{
	text-align: center;
	padding:0;
}
.flickity-page-dots li{
	list-style-type: none;
	width: 10px;
	height: 10px;
	background: var(--col-greyborder);
	display: inline-block;
	margin:5px;
	border-radius: 50%;
	transition: all 1s;
	cursor: pointer;
}
.flickity-page-dots li.is-selected{
	background: var(--col-highlight);
}

/* search */

.search-container{
	background-color: var(--col-highlight);
	position: fixed;
	top: 0;
	width: 300px;
	left: 100%;
	height: 100vh;
	transition: left .5s;
	padding: var(--navigation_top) 1% 0 1%;
	z-index: 1113;
	overflow-y: scroll;
}

.search-is-active .search-container{
	left: calc(100% - 300px);
}

.search-container .search-toggle{
	padding-top: 9px;
	font-size: 160%;
}
.search-toggle .sf_icon:hover{
	cursor: pointer;
}

.search-input-text, .search-input-text:focus, .search-input-hashtag{
	background: rgba(255,255,255,.1);
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: none;
	/*padding-bottom: 5px;*/
	margin-right: 10px;
	color:white;
	text-transform: uppercase;
	font-weight: 300;
}
.search-input-margin{
	margin-bottom:44px ; 
}

.search-input-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
}

.search-input-hashtag{
	background: grey !important;
}
.search-input-hashtag-icon{
	color: var(--col-grey);
	background: rgba(255,255,255,.2);
	color:white;
	text-transform: uppercase;
	font-weight: 500;
	padding: 8px 10px 0 10px;
}

.search-result-list{
	overflow-y: auto;
	max-height: 100%;
}

.search-result-list-item{
	padding: .5rem .8rem;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.search_headline_box{
	padding: 6px 0px 10px 12px;
}
.search_range_box{
	background: rgba(255,255,255,.1);
	padding: 6px 15px 4px 15px;
}
.search_input_box{
	background: rgba(255,255,255,.1);
}
#search_filter:hover{
	cursor: pointer;
}
.search_expert_filter{
	display:none;
}
.search_category_box{
	
}
.search_category_box li{
	list-style-type: none;
	display:inline-block;
	padding: 2px 11px 3px 11px;
	background: rgba(255,255,255,.1);
	margin-bottom: 4px;
	cursor: pointer;
}
.search_category_box li.selected{
	background: rgba(255,255,255,.8);
	color: var(--col-highlight) !important;
}

.search_reset{
	display:inline-block;
	padding: 2px 11px 3px 11px;
	background: rgba(255,255,255,.1);
	margin-bottom: 4px;
	cursor: pointer;
}
.search_reset:active{
	background: rgba(255,255,255,.8);
	color: var(--col-highlight) !important;
}

 .search-results-container{
	position: fixed;
	display: flex;
	flex-direction: column;
	top: 0; 
	left: 100%;
	width: calc( 100% - 300px);
	height: 100vh;
	background: rgba(255, 255, 255, 1);
	z-index: 1110;
	transition: all 0.5s;
}

.search-is-active .search-results-container.open{
	left: 0;
	background: rgba(255, 255, 255, 1);
}

.search-results-scroll-container{
	overflow-y: scroll;
	padding-left: 0.8%;
	padding-right: 0.8%;
}

@media only screen and (max-width: 768px) {
	.model_data_overlay li{
		padding: 0 5px;
	}
	.agency_text{
		width:80%;
		padding: 20% 0;
		font-size: 130%;
	}
	.become_a_model_text{
		width:90%;
		padding: 20% 0;
		text-align: center;
		font-size: 250%;
		line-height: 135%;
		letter-spacing: 2px;
	}
}

@media only screen and (max-width: 550px) {
	.model_data_overlay li{
		padding: 0 5px;
	}
	.agency_text{
		width:80%;
		padding: 10% 0;
		font-size: 100%;
	}
	.become_a_model_text{
		width:90%;
		padding: 20% 0;
		font-size: 150%;
	}
	.model_add_shortlist,
	.model_remove_shortlist{
		bottom:20px;
		left: calc(50% - 10px);
		font-size: 130%;
		padding: 0 5px;
	}
	.model_data_overlay ul {
	    margin: 8px 0 10px 0;
	}
	.contact_container{
		margin: 0;
	}
	#map-canvas{
		height: 30vh;
		margin-top: 10%;
	}
	.video_title{
		margin-top: 0px;
	}
	.video_caption{
		margin-top:4px;;
	}
	.video_preview_text{
		padding-left: 0;
	}
}



/* mobile search  */

@media only screen and (max-width: 550px) {

	.search-wrapper{
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		transition: left .5s;
	}
	.search-wrapper.search-is-active{
		left: 0px;
	}

	.search-container{
		position: relative;
		width: 100%;
		left: 0;
		padding: 12px 3%;
		height: auto;
		overflow-y: hidden;
	}
	.search-is-active .search-container{
		left: 0;
	}
	.search-container .search-toggle{
		padding-top: 8px;
	}
	.search-results-container{
		height: auto;
		position: relative;
		width: 100%;
	}
	
	.search-results-scroll-container{
		/* overflow-y: visible; */
		padding-top: .5rem;
		padding-bottom: .5rem;
	}

	.search-result-list{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.search-input-margin{
		margin-bottom:0; 
	}
}