body.welcome_page{
	background-color: #fff;
}

body{
	padding-top: 120px;
}

.slide-item{
	margin: 0 5px 5px 5px;
}

.hidden{
	display:none;
}
.filters{
	top:100px !important;
}
.searchOptions{
	display: none;
}
#paywall-info p, #paywall-info a, #paywall-info2 p, #paywall-info2 a{
	color: #fff;
}
#paywall-info, #paywall-info2 {
	opacity: .95;
	position: fixed;
	bottom: 0;
	width: 100%;
    background-color: #c7454c;
	border-top: 1px solid white;
	padding: 10px 25px;
	text-align: center;
	color: #fff;
	left: 0;
	z-index: 51;
}

.large-register{
	font-size:30px;border-radius: 15px;
}

#paywall-info button{
	background: transparent;
	border: none;
}

#paywall-info h3, #paywall-info2 h3{
	margin:20px;
}

.jobs-subnav{
	top: 115px;
}



#testimonial-slick .slick-track
{
    display: flex !important;
}

#testimonial-slick .slick-slide
{
    height: inherit !important;
}



.page-blur{
	position: fixed;
    left: 0;
    top: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	
}


@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .page-blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(5px);
  }
}


@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .page-blur {
    background-color: rgba(0, 0, 0, .9);
  }
}
.tes_logo{
	padding-top:10px;
}
.homepage-promo-image-left {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -750px;
    z-index: 1;
}
.homepage-promo-image-right {
    position: fixed;
    right: 50%;
    transform: translateX(50%);
    margin-right: -750px;
    z-index: 1;
}
.tuck-walkthrough-image {
    width: 37px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    cursor: pointer;
    float: right;
}
#tuck-video-modal {
    width: 100%;
    position: fixed;
    z-index: 9999999;
    background-color: rgba(255,255,255,.7);
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
#tuck-video-modal-body {
    width: 100%;
    max-width: 1000px;
    position: absolute;
    z-index: 3;
    height: 70%;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    padding: 50px;
    border-radius: 5px;
    background-color: #FFF;
}
#close-tuck-video-modal {
    position: absolute;
    top: 0;
    right: 15px;
    color: #F00;
    cursor: pointer;
    font-size: 35px;
}
.tuck_video {
    width: 100%;
}
#eventLoginPopup{
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999999;
	background-color: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	padding-top: 150px;
}

.white_btn{
	border-radius: 5px;
	background-color: #c7454c;
	padding: 5px 20px;
	color: #fff;
	margin: 10px 2% 0px;
	width:100%;
	display: inline-block;
	text-align: center;
	border: 2px solid #fff;
}
.red_btn{
	border-radius: 5px;
	background-color: #c41e44;
	padding: 5px 20px;
	color: #fff;
	width: 45%;
	margin: 20px 2% 0px;
	display: inline-block;
	text-align: center;
}
.article_btn{
	border-radius: 5px;
	background-color: #c41e44;
	padding: 5px 20px;
	color: #fff;
	width: 29%;
	margin: 20px 2% 0px;
	display: inline-block;
	text-align: center;
}

.red_btn:hover{
	color: #fff;
}

#closeEventLoginPopup{
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 1rem;
	color: #fff;
	cursor: pointer;
}


#event_mp_logo{
	position: absolute;
	left:-270px; /* minus the width */
	top:50px;
	
}

#event_la_logo{
	position: absolute;
	bottom: 25px;
	width: 400px;
	left:-270px; /* minus the width */
}

.main_modal_content{
	position: absolute;
	width: 650px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.main_modal_content img{
	/*width: 100%;*/
	width: 650px;
}


.homepage-logo{
	position: absolute;
	left: 0;
	margin: 10px 20px;
	z-index: 10;
}
#register_message{
	text-align: center;
    color: red;
    margin-bottom:15px;
}
.register-edit-profile-button{
	background-color: #70ad47 ;
	border-radius: 10px;
	padding: 5px 20px;
	color: #fff;
}
.blue_send{
	background-color:#4e89ed;
	font-size: 16px;
}
.register-go-to-site-button{
	background-color: #ff0000;
	border-radius: 10px;
	padding: 5px 10px;
	color: #fff;
}
.autocomplete-suggestion, .autocomplete-suggestion2{
	position: absolute;
	background-color: #fff;
	z-index: 3;
	border: 1px solid #e0e0e0;
	display: none;
}

.autocomplete-suggestion, .autocomplete-suggestion2{
	margin: 0;
	padding: 10px;
}

.autocomplete-suggestion li, .autocomplete-suggestion2 li{
	cursor: pointer;
	transition: .5s;
	padding: 0 0 0 10px;
}

.autocomplete-suggestion li:hover, .autocomplete-suggestion2 li:hover{
	background-color: #333;
	color: #fff;
}


.fact{
	padding-right:50px;
}
.right-line:after{
	right:-25px;
	top:90px;
	content: '';
	position: absolute;
	width: 1px;
	height: 150px;
	border-right: 1px solid #000; 
}
.right-line{
	position: relative;
    margin-left: 25px;
}

#loginModal, #registerModal{
	z-index:1051 !important;
}

.modal-header{
	background: #ffffff !important;
}

.hero_wrap {
    margin-top: 15px;
    background-color: #fcfcfc;
    padding: 5px 5px 0 5px;
    margin-bottom: 1px;
    border: 1px solid #cecece;
}
.white_panel {
    margin: 1px 0 2px 0;
    background-color: #fff;
    border: 1px solid #cecece;
    padding: 25px;
    position: relative;
}
body {
    background-color: #e6e6e6;
    font-family: 'Open Sans', sans-serif;
}
.small_left_gutter {
    padding-left: 3px;
}
body .register {
    font-size: 12px;
    text-align: left;
}
body .register, body .register h3 {
    color: #fff;
}
#member_connect, .register_animation {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 60px;
    display: block;
    margin-bottom: 15px;
}
.register_green {
    background-color: #448c32;
    color: #fff;
    font-size: 16px;
}
.register_gray {
    background-color: #72849a;
    top: 60px;
    z-index: 3;
    color: #fff;
    font-size: 26px;
}
.animated_btn {
    top: 0;
    left: 0;
    line-height: 60px;
    height: 60px;
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
}
.relative {
    position: relative;
}
.members_going {
    padding: 0;
}
.box, .admin-box {
    background-color: #f2f2f2;
    border: 1px solid #cecece;
    margin-bottom: 2px;
}
.nogutter_right {
    padding-right: 0;
}
.controls {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
}
.controls ul li {
    display: inline-block;
    list-style: none;
    font-size: 20px;
}
li {
    text-decoration: none;
}
.controls ul li div {
    background-color: #fcfcfc;
    text-align: center;
    display: inline-block;
    border: 1px solid #cecece;
    width: 45px;
    cursor: pointer;
    transition: .5s;
    color: #72849a;
}
.contact_like {
    border-radius: 50%;
}
.controls ul li div i {
    line-height: 45px;
}
.description {
    color: #728399;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
}
h1 {
    color: #bcc7d3;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
}
h2 {
    color: #728399;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 0;
}
h3 {
    font-size: 12px;
    font-weight: bold;
    color: #728399;
    margin-bottom: 0;
}
h3 {
    font-size: 12px;
    font-weight: bold;
    color: #728399;
    margin-bottom: 0;
}
.white_panel .all, .gray_panel .all {
    position: absolute;
    right: 15px;
    top: 25px;
    font-size: 15px;
    color: #72849a;
    font-weight: normal;
    cursor: pointer;
}
.company_slide, .partner_slide {
    padding-bottom: 50px;
}
.company_slide .fa-chevron-left, .connected-slider .fa-chevron-left, .partner_slide .fa-chevron-left, .whitepaper .fa-chevron-left {
    left: 5%;
}
.company_slide .slick-arrow, .connected-slider .slick-arrow, .partner_slide .slick-arrow, .whitepaper .slick-arrow {
    position: absolute;
    left: 50%;
    top: 30%;
    z-index: 4;
    color: #c6c6c6;
    font-size: 28px;
    cursor: pointer;
}
.company_slide .fa-chevron-left, .connected-slider .fa-chevron-left, .partner_slide .fa-chevron-left, .whitepaper .fa-chevron-left {
    left: 5%;
}

.partnership-slider-image {
    width: 100%;
    display: inline-block;
    height: 228px;
    background-size: cover;
    background-position: center;
}
.company_slide .fa-chevron-right, .connected-slider .fa-chevron-right, .partner_slide .fa-chevron-right, .connected-slider .fa-chevron-right, .whitepaper .fa-chevron-right {
    left: 92%;
}
.controls ul li div:hover {
    background-color: #72849a;
    color: #fcfcfc;
}




















.content_bg_forms {
    background-color: #f9f9f9;
    color: #000;
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 50px;
    margin-top: 20px;
}
.panel {
    padding: 20px 25px;
}
h4 {
    font-size: 12px;
    font-weight: bold;
    color: #899caf;
    margin-bottom: 0;
}

.cta-section h5, .cta-section p, #how-section h5, #how-section p, .cta-section h2 {
    color: #fff;
}

.cta-section h4 {
    color: #fff;
}
.modal.fade {
    opacity: 1;
}
/*
.modal {
    position: fixed;
    top: 5%;
    right: 0;
    bottom: 0;
    left: 50%;
    margin-left: -500px;
    overflow: hidden;
    z-index: 999999;
}
.modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    max-width: 1000px;
    height: auto;
    padding: 0;
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

.modal-content {
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
}

*/

#register-modal .modal-dialog{
	max-width: 1000px;
}


.modal-header button.close {
    color: #f45665;
    font-size: 30px;
    /*margin-top: -22px;*/
}
.article-notice-left{
	border-right: 1px solid #fff;
	margin: 15px 0;
}
.modal-header .close {
    opacity: 1;
}
.modal-header i.fa-times {
    color: #f45665;
}
.loginModal .modal-body{
	width: 100% !important;
}

/*
.modal-body {
    padding: 50px !important;
    border-top: 1px solid #cecece;
    position: static !important;
    top: 50px !important;
    max-height: 90%;
    bottom: 60px !important;
    font-weight: 300 !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
*/
.center {
    text-align: center;
}
.modal-body p {
    color: #a3aaad;
    font-size: 13px;
}

.btn.lblue, a.btn.lblue, button.btn.lblue {
    /*background: #518BEA;*/
	 background: #C7454C !important;
    color: #fff;
    text-transform: none !important;
    font-weight: 700;
}
.cta-section .buttons .register-button{
	background-color: #4e89ed !important;
}

p, .note-editable ul {
    color: #728399;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
}


.login_links, .login_links_mobile{
	margin-right: 15px;
	font-size: 12px;
}
.login_links_mobile{
	margin-left:15px;
}
.welcome_page h1{
	font-size: 32px !important;
    line-height: 32px;
}
.welcome_page h2 {
    font-size: 30px !important;
    line-height: 32px;
}
.welcome_page h3 {
    font-size: 26px;
}


.welcome_page #text-carousel-intro-section h2, .welcome_page #text-carousel-intro-section h4 {
    color: #e6e6e6;
}

.welcome_page h1, .welcome_page h2, .welcome_page h3, .welcome_page h4, .welcome_page h5, .welcome_page h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}



.outer_nav_wrap{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 999;
}
/*
.outer_nav_wrap .blue_nav{
	background-color: #4e89ed !important;
}
*/
.outer_nav_wrap .blue_nav{
	background-color: #C7454C !important;
}
.nav-link{
	text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin: 0 5px;
}
.outer_nav_wrap .blue_nav a{
	color: #fff !important;
}

.logo_holder{
	/*padding: 15px 0px;*/
	/*background-color:#111;*/
	background-color:#C7454C;
	
	border-top: 1px solid #b9353d;
}
.nav-item .nav-link{
	color: #ffffff !important;
}

.login-button, .login-button-from-register, .register-button{
	cursor: pointer;
}


/* Welcome Only */

.text-center {
    text-align: center;
}

h3.banner_caption{
	display: block;
	color: #363940;
	margin-bottom: 50px;
}

h4.banner_caption{
	color: #363940; 
	margin-bottom: 50px;
	font-size: 22px;
}

.buttons .btn {
    margin: 0 2px 15px 2px;
}

.btn, a.btn, button.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    outline: 0!important;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.buttons .vid-border{
	border: 1px solid #9b9b9b !important;
	background: #363940;
    color: #fff !important;
}

#text-carousel-intro-section .buttons {
    margin: 50px 0;
}

#partners-section, #how-section {
    /*background: #4687bc;*/
    background: #C7454C;
    padding: 50px 0 100px 0;
}

.cta-section{
	/* background: #4687bc;*/
	 background: #C7454C;
    padding: 50px 0 50px 0;
    position: relative;
    z-index: 10;
}

#how-section .num p {
    border-right: 1px solid #9fc7e2;
    padding-right: 50px;
}

.num {
    padding-left: 80px;
    position: relative;
    text-align: left;
}

.num1:before {
    content: "1";
}

.num2:before {
    content: "2";
}

.num3:before {
    content: "3";
}

.num:before {
    font-weight: bold;
    font-style: italic;
    position: absolute;
    top: 21px;
    left: 25px;
    font-size: 60px;
    color: #9fc7e2;
}


.counter-up {
    position: relative;
    background-color: #171717;
    padding: 80px 0 50px 0;
}

.counter-up h2, #about-section h2, #services-section h2, .testimonials-section h2, .welcome_page h1{
	 
    color: #333333 !important;
}

.page-header {
    margin: 0 0 40px 0;
    padding: 0;
    border: none;
}

.counter-up .fact-inner p {
    color: #585858;
    font-weight: bold;
    line-height: 27px;
}

.lead {
	font-size: 18px;
    margin-bottom: 5px;
}

.counter-up .fact-inner .counter {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
}

.plus {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
}

#about-section {
    background-color: #eaeaea;
    border-top: 1px solid #c1c1c1;
    padding: 30px 0 30px 0;
}


p.subtitle {
	color: #333333;
	font-size: 14px;
    letter-spacing: 2px;
    margin-top: 10px;
    max-width: 550px;
    text-align: center;
    display: inline-block;
}

#services-section{
	padding: 50px 0 25px;
}

.team-item {
    width: 120px;
    margin: 5px;
    display: inline-block;
}
.team-item img{
	width: 120px;
}
.company-item{
	width: 250px;
    margin: 5px;
    display: inline-block;
}
.company-item img{
	width: 100%;
}
.testimonials-section{
	padding: 50px 0;
	background-color: #fff;
}

span.space {
    padding-top: 8px;
    display: block;
}

.testimonial {
    position: relative;
    overflow: hidden;
    padding: 20px 0 10px 40px;
}

.bio label {
    margin-top: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.bio {
    width: 150px;
    float: left;
    margin-right: 15px;
}
.border-right {
    border-right: 1px solid #B9B9B9;
}
.description {
    padding-right: 40px;
    line-height: 25px;
    font-style: italic;
    font-size: 16px;
    color: #333333;
}

p {
    font: 14px/1.5em "Open Sans";
}



#partners-slider {
    background-color: #4e89ed;
    padding: 10px 0;
}

#brands-section{
	padding: 25px 0;
}

#brands-section li {
    list-style: disc;
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
}



#brands-section h2 {
    color: #efefef;
}

.margin_bottom_50 {
    margin-bottom: 50px;
}
#owl-partners, #owl-partners2{
	text-align: center;
}

#brands-section p {
    color: #fff;
}

#brands-section {
    background-color: #4e89ed;
}

#social-section {
    margin-top: 0px; 
    padding: 80px 0;
    background-color: #000000;
    position: relative;
    z-index: 10;
}
.loginModal, .loginModal2{
	left: 50% !important;
    position: absolute;
    top: 20% !important;
    width: 400px;
    transform: translateX(-50%);
    margin-left:0 !important;
}
.key i{
    font-size: 23px;
    border: 2px solid #e6e6e6;
    border-radius: 25px;
    padding: 8px;
    margin-bottom: 15px;
}

#infoMessage {
    top: 60px !important;
    right: 200px !important;
	color:#fff !important;
	font-size:12px !important;
	margin-bottom:0 !important;
	padding: 0 13px !important;
	font-weight: 600;
    font-style: italic;
    /*position: absolute;*/
	
}
#infoMessage p{
	color:#fff;
	font-size:12px;
}
#infoMessageLoginModal h4{
	margin-bottom: 10px;
	
}

#infoMessage h4, #infoMessage h4 p, #infoMessageLoginModal h4{
	color: white !important;
	font-style: italic;
}

@media only screen and (max-width: 991px) {
	.blue_nav{
		padding-top:0px;
	}
	.body_stuff{
		margin-top: 80px;
	}
	
	#infoMessage {
	    top: 80px !important;
	    left: 200px !important;
	}
	.homepage-logo{
		position: static;
		
	}
	.outer_nav_wrap{
		background-color: #C7454C !important;
	}
}
@media only screen and (max-width: 600px) {
	
	
	#register-modal .form-control, #register-modal .form-floating>label{
		font-size: 12px;
	}
	
	.outer_nav_wrap{
		position: absolute;
	}
	
#registerModal .modal-dialog, #registerModal2 .modal-dialog{
	/*max-height: calc(100vh - 80px);*/
overflow-y: auto;
}	
#infoMessage {
    top: 150px !important;
    left: 200px !important;
}
#state{
	margin-bottom: 15px;
}


.welcome_page h2 {
    font-size: 20px !important;
    line-height: 32px;
}
.welcome_page h3 {
    font-size: 16px;
}
.spotlight-summit-logo{
	margin-top: 100px;
}
}

.login_links_mobile{
	display: none;
}
.login-button-spacer{
		display: none;
	}

@media only screen and (max-width: 665px) {
	#identity{
		float: left;
		width: 48.5%;
	}
	
	#password{
		float: right;
		width: 48.5%;
	}
	#user_login_header{
		display: block;
	}
	.login_links_mobile{
		display: inline-block;
		position: relative;
		top:8px;
	}
	.login_links{
		display: none;
	}	

}
@media only screen and (max-width: 576px) {
	.body_stuff{
		margin-top: 180px;
	}
	.mobile-clear{
		clear: both;
	}
	#identity{
		margin-bottom:5px;
	}
	
	
}

.welcome-to{
	color:#fff;
	margin-bottom:0;
	position: absolute;
	top:-1px;
	left:29px;
}

.outer_nav_wrap .navbar-toggler .navbar-toggler-icon {
    background-image: url(/img/lines.png);
}
.outer_nav_wrap .navbar-toggler{
	position: absolute;
    right: 18px;
    
	top:-50px;
	border: 1px solid #fff;
}



@media screen and (max-width: 372px){
	.homepage-logo img{
		width: 100%;
	}
	.outer_nav_wrap .navbar-toggler{
		top:auto;
		bottom:15px;
	}
	#identity, #password{
		width: 100%;
		float: none;
	}
	
	
}

@media screen and (max-width: 767px){
	
	.large-register{
		font-size: 18px;
	}
	
	.blue_nav{
		padding-bottom: 0;
	}
	.logo_holder{
		border-top:none;
	}
	.navbar-toggler{
		display: block;
	}
	#paywall-info .button-section{
		display: none;
	}
	
	#paywall-info h3, #paywall-info2 h3{
		margin:0px;
		
	}
	
	.article-notice-left{
		border-right: none;
	}
	.fact {
	    padding-right: 0px; 
	}
	.right-line:after{
		right:0px;
		top:0px;
		content: '';
		position: absolute;
		width: 0px;
		height: 0px;
		border-right: none; 
	}
	#registerModal, #registerThankYouModal{
	    top: 0;
	    margin: 0;
	    left: 0;
	}
	.welcome-to{
		left:24px;
	}
	.logo_holder .navbar img{
		width: 260px !important;
	}
	.main_modal_content img{
		width: 100%;
	}
}

@media screen and (max-width: 550px){
	
	
	#event_mp_logo{
		width: 90%;
		margin: auto;
		display: block;
		position: static;
	}
	
	#closeEventLoginPopup{
		top: 0px;
	}
	
	#event_la_logo{
		width: 90%;
		left: 50%;
		transform: translateX(-50%);
	}
	
	#eventLoginPopup{
		padding-top: 60px;
	}
	
	.main_modal_content{
		width:100%;
		padding: 15px;
		display: inline-block;
	}
	
}

@media screen and (max-width: 400px){
	
	.red_btn{
		width:100%;
		margin: 15px 0 0 0;
	}
	
}



.like{
	display:none !important;
}


.has_lines_wrap{
    display: block;
    text-align: center;
    overflow: hidden;
}
.has_lines{
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.has_lines:before{
    left: -999em;
    content: '';
    display: block;
    position: absolute;
    width: 999em;
}

.has_lines:after{
    right: -999em;
    content: '';
    display: block;
    position: absolute;
    width: 999em;
}

.has_lines:before, .has_lines:after{
    top: 14px;
    border-top: 1px solid #000;
}
.reset-links {
    text-align: right;
}

body{font-family:open sans,sans-serif;background-color:#e6e6e6;color:#212529;padding-top:100px}body.home{padding-top:82px}.modal{z-index:999999}.publish-job-section h4{color:#fff;padding:5px 15px;font-size:12px;font-weight:500}.delete-from-newsfeed{cursor:pointer;position:absolute;bottom:6px;right:10px;font-size:11px;color:#bcc7d3}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}a{transition:.5s}a:hover{color:#000}p{color:#000;font-size:11px;font-weight:400;letter-spacing:1px;margin-bottom:25px}.user-input li,.user-input ol,.user-input p,.user-input{color:#000!important;font-size:11px!important;font-weight:400!important;letter-spacing:1px!important}ul.bullets{padding:0;margin:0}.bullets li{color:#000;font-size:11px;font-weight:400;letter-spacing:1px;position:relative;padding-left:15px}.bullets li:before{content:"\f111";font-family:fontawesome;position:absolute;left:0}.column-center{display:flex;align-items:center;justify-content:center}textarea{width:100%}#no-results{width:100%;margin:25px 0;text-align:center;font-size:16px;line-height:16px;margin-bottom:0;padding:25px 0;background:#fff;font-weight:700;font-style:italic;color:#787878}#event-status-modal .modal-dialog{max-width:700px}#event-status-modal .close{position:absolute;top:5px;border:none;background-color:initial;font-size:25px}#event-status-modal h2{color:#798499;font-size:23px;font-weight:700;margin-bottom:20px;display:block}#event-status-modal a{text-decoration:none}.attendee-data-edit label{display:block;margin-bottom:10px}.connections_wrap{padding:50px 0;text-align:center}.connection_group_wrap{padding:25px 0 50px;display:flex;justify-content:center;align-items:center}.connections_wrap h2{line-height:1;color:#424d5a;font-size:23px;font-weight:700;margin-bottom:15px;margin-top:25px}.connection-cards{padding:5px 15px 15px;width:100%;display:block;max-width:350px;position:relative;margin:15px;background-color:#fff;border:1px solid #ccc;text-decoration:none}.connection_headshot{position:absolute;left:10px;top:10px;width:85px;height:85px;border-radius:50%;object-fit:cover;border:1px solid #ccc}.connections_wrap .profile_info{left:110px;text-align:left;text-decoration:none;color:#000;position:absolute;top:50%;transform:translateY(-50%);font-size:12px;line-height:1.3}.pending-buttons .btn{font-size:12px}.profile_info b{font-size:13px;display:block;text-decoration:none}.pending-buttons{margin-top:10px;padding-top:10px;bottom:10px;border-top:1px solid #dbdbdb;width:100%;left:0;text-transform:capitalize}.request-remove{position:absolute;text-align:center;color:#fff;text-decoration:none;background-color:#b0b0b0;border-radius:50%;line-height:18px;width:20px;height:20px;top:4px;right:4px}.top-card{position:relative;height:100px}.close-chat{position:absolute;right:15px;top:15px;display:none}.chat-icon{right:15px}.filters{background-color:#fff;padding:15px 0;top:80px;position:fixed;width:100%;z-index:16;box-shadow:0 3px 15px rgba(0,0,0,.2)}.filter-items,.filter-buttons{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0;padding:0 10px;box-sizing:border-box;list-style:none}.filter-items.filter-left{justify-content:flex-start}.filter-items.filter-right{justify-content:flex-end}.filter-items li,.filter-buttons li{display:inline-block;margin:0 2px;position:relative}.filter-items button,.filter-buttons button{border:1px solid #bdbdbd;width:auto;padding:8px 12px;text-align:center;background-color:#fff;color:#5d5d5d;font-size:13px;font-style:italic;border-radius:3px;cursor:pointer;transition:.3s}.filter-items button:hover,.filter-buttons button:hover{background:#f7f7f7}.tuck-walkthrough-image{width:37px;border:1px solid #bdbdbd;border-radius:3px;cursor:pointer}.offcanvas{z-index:999999}.offcanvas h3{font-weight:500}.offcanvas h4{margin-bottom:10px;font-weight:700}.offcanvas h4:before{margin-right:5px;display:inline-block;color:#c7454c;content:"\f0da";font-family:fontawesome}.filter-list li.active:before,.filter-list li:hover:before{position:absolute;font-family:FontAwesome;content:"\f00c";left:0;color:#c2d7f2;font-size:20px;top:-2px}.offcanvas .filter-list{list-style:none;padding:0;margin:15px 0 35px}.offcanvas .filter-list li{padding-left:25px;position:relative;margin-bottom:10px;cursor:pointer}.checkbox label{display:grid;line-height:1.1;grid-template-columns:1em auto;gap:.5em}.checkbox-disabled{color:var(--form-control-disabled);cursor:not-allowed}input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:#bdbdbd;width:1em;height:1em;border:.15em solid #bdbdbd;border-radius:.15em;transform:translateY(0);display:grid;place-content:center}input[type=checkbox]::before{content:"";width:.65em;height:.65em;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);transform:scale(0);transform-origin:bottom left;transition:120ms transform ease-in-out;background-color:#c7454c}input[type=checkbox]:checked::before{transform:scale(1)}input[type=checkbox]:focus{}input[type=checkbox]:disabled{--form-control-color:var(--form-control-disabled);color:var(--form-control-disabled);cursor:not-allowed}#plan-1,#plan-2,#plan-3{cursor:pointer}.price-wrap-new{border-radius:0;border:1px solid #9e9e9e;position:relative;padding:20px}.partner-success{position:absolute;right:6px;bottom:2px;font-size:28px}.jobs-subnav{position:fixed;background-color:#133359;color:#fff;min-height:40px;width:100%;top:81px;z-index:100}.jobs-subnav a{color:#fff;vertical-align:-webkit-baseline-middle;margin-left:15px;text-decoration:none}#jobs-pricing-modal .modal-header button{position:absolute;top:1px;right:15px;color:red;cursor:pointer;font-size:35px;margin-top:0!important;border:none;background-color:#fff}.job-page-search button,.job-pricing-button-in-modal{background-color:#133359;color:#fff!important;padding:.25rem .75rem;font-size:1rem;line-height:1.5;border-radius:5px;min-width:98px}.ask_about p,.ask_about label{color:#fff!important}.med-font{font-size:14px}.ask_about h2{color:#fff;font-size:23px;font-weight:700;margin-bottom:20px}.ask_about{background-color:#72849a;padding:30px 50px 50px;position:relative;margin:2px 0}.contact-prop{text-align:center;margin-bottom:1px}.ask_about:after{content:url(/img/ask_logo.png);position:absolute;bottom:0;right:3px}.ask_about:before{content:url(/img/blue_arrow_up.png);position:absolute;top:-18px;left:50%;transform:translateX(-50%)}#tuck-video-modal{width:100%;position:fixed;z-index:9999999;background-color:rgba(255,255,255,.7);height:100%;top:0;left:0;display:none}#tuck-video-modal-body{width:100%;max-width:1e3px;position:absolute;z-index:3;height:70%;top:5%;left:50%;transform:translateX(-50%);padding:50px;border-radius:5px;background-color:#fff}#close-tuck-video-modal{position:absolute;top:0;right:15px;color:red;cursor:pointer;font-size:35px}#close-add-partnership-intro-modal{position:absolute;top:0;right:15px;color:red;cursor:pointer;font-size:35px}.partnership-walkthrough-modal-button,.whitepaper-walkthrough-modal-button{margin-top:5px;background-color:#c7454c;color:#fff;padding:8px 12px;cursor:pointer}#add-partnership-intro-modal-body object{width:100%;height:100%}.tuck_video{width:100%}#add-partnership-intro-modal{width:100%;position:fixed;z-index:9999999;background-color:rgba(255,255,255,.7);height:100%;top:0;left:0;display:none}#add-partnership-intro-modal-body{width:100%;max-width:1e3px;position:absolute;z-index:3;height:70%;top:5%;left:50%;transform:translateX(-50%);padding:50px;border-radius:5px;background-color:#fff}#event-status-modal2 .modal-title{font-weight:300;font-size:2em;color:#fff;line-height:30px}#event-status-modal2 .modal-header button.close{color:#fff;text-shadow:none}.attendee-data-edit{display:none}.propertyCard{background-color:#fcfcfc;border:1px solid #cecece;padding:5px;position:relative;text-align:center;margin:3px;width:294px;display:inline-block;height:275px}.search_hero{position:relative;width:100%;height:107px;margin-bottom:25px}.cover{background-position:50%;background-repeat:no-repeat;background-size:cover}.propertyCard h5{text-transform:uppercase;color:#627282;font-weight:600;font-size:12px;margin-bottom:3px}.propertyCard .line{display:block;border-bottom:1px solid #e8e8e8;width:50px;height:1px;margin:5px auto 15px}.propertyCard time{position:absolute;left:0;width:100%;text-align:center;color:#899caf;font-weight:600;font-size:10px;font-style:italic}.partnership-card-born-here{position:absolute;bottom:-12px;right:20px;max-width:30px}.propertyCard .like{background-color:#fff;line-height:28px;color:#72849a;top:96px;position:absolute;right:10px;border-radius:50%;border:1px solid #ccc;transition:.5s;width:28px;height:28px;text-align:center;cursor:pointer}.see_all_thumb img{width:100%}.slides-single .see_all_thumb img{max-height:230px;object-fit:cover}