@font-face {
			font-family: Larsseit-Bold;
			src: url('Larsseit-Bold.woff') format('woff'),
				 url('Larsseit-Bold.woff2') format('woff2');
				 font-weight: 400;
	}
	.blocker{
		z-index: 99 !important;
	}
	.open_btn{
		width: 100px;
		border-radius: 5px;
		background: green;
		padding: 10px;
		text-align: center;
		margin: 50px;
	}
	a{
		text-decoration: none;
		color: white;
	}
	.my_modal{
		border: 5px solid #3F5E6C;
		border-radius: 5px;
		padding: 0;
		max-width: 690px;
		visibility: visible !important;
		font-family: "Open Sans"		
	}
	.modal-content{
		width: 85%;
		margin: auto;
	}
	.modal-content h1{
		font-family: Larsseit-Bold;
		font-weight: 400;
		color: #575757;
		font-size: 26px;
	}
	.with-shadow{
		padding: 25px 0;
		width: calc(100% - 9px);
		margin: auto;
		box-shadow:  0px 4px 5px #FCFCFC, 0px -4px 5px #FCFCFC;
		width: 85%;
	}
	.highlight{
		color: #F88EBE;
	}
	.text_centered{
		text-align: center;
		font-size: 15px;
		color: #575757;
	}

	a.close-modal{
		top: -15.5px !important;
    	right: -15.5px !important;
		border: 1px solid white;
		width: 26px !important;
		height: 26px !important;
		border-radius: 13px !important;
	}
	.image-panel{
		height: 200px;
		/* background: #D5D5D5; */
		display: flex;
		justify-content: center;
		align-items: center;
		background-image: url(popup-placeholder-image.jpg);
		background-size: 100%;
	}
	p.instruction{
		margin: 0 0 5px;
		font-size: 12px;
		color: #575757;
		font-weight: 500;
	}
	.form{
		display:-webkit-flex;
		display:-webkit-box;
		display:-moz-flex;
		display:-moz-box;
		display:-ms-flexbox;
		display: flex;
	    justify-content: center;
	}
	.form .my_link{
		width: 80%;
		font-size: 15px;
		padding: 7px 5px 3px 10px;
		border: 1px solid #aaa;
		color: #237392;
		overflow: hidden;
		height: 26px;
		font-weight: 500;
		border: 1px solid rgba(33, 33, 33, 0.12);
	}
	.form button{
		width: 20%;
		color: white;
		background: #4AA4C9;
		border: none;
		cursor: pointer;
		margin: 0;
		height: 38px;
		border-radius: 0px 3px 3px 0px;
	}
	.social-panel{
		display:-webkit-flex;
		display:-webkit-box;
		display:-moz-flex;
		display:-moz-box;
		display:-ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.social-icon{
		width: 30px;
		height: 30px;
		display:-webkit-flex;
		display:-webkit-box;
		display:-moz-flex;
		display:-moz-box;
		display:-ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
		color: white;
		border-radius: 50%;
		margin: 0 5px;
	}
	.social-icon .fa{
		position: relative;
	}
	.social-icon.facebook{
		background: #3F5997;
	}
	.social-icon.twitter{
		background: #5EACED;
	}
	.social-icon.google{
		background: #CE503C;
	}
	.social-icon.linkedin{
		background: #2179AD;
	}
	.social-icon.pinterest{
		background: #CC1432;
	}