<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mf-modal{
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, .4);
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-content: center;
}
.mf-modal.open{
  display: block;
}
.mf-modal-content {
  background: #fff;
  padding: 0;
  max-width: 900px;
  width: 100%;
  border-radius: 6px;
  position: relative;
  margin: auto;
}

.mf-modal-close{
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, .2);
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  font-size: 1.4em;
  cursor: pointer;
  z-index: 1;
}
.modalformheader {
	font-family: "maison-book";
	font-size: 16px;
}
.modalformheader h2 {
	font-size: 2em;
	color: #ff5903;
	text-align: center;
	
}
.modalformheader p {
	font-size: 0.8em;
	text-align: center;
}
.imgwrap input {
	width:100%;
}
.imgwrap .row.check input {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 20px;
    border: none;
}
.imgwrap .row.check label {
    width: 85%;
    float: left;
    text-align: left;
    font-size: 0.5em;
    font-weight: normal;
}

.bottomarea button {
	display: block;
	margin: 15px auto;
}
.formimg {
		overflow: hidden;
		position: relative;
		background-color: #f1f9fd;
}
.formimg img {
		position: absolute;
		top: 50%;
		left: 50%;
		object-fit: cover;
		transform: translate(-50%, -50%);
		width:80%;
	}
input::placeholder, textarea::placeholder {
	color:#cccccc;
	font-size:0.6em;	
	padding-left:10px;
}
.svg-imgig {
	width: 30px;
	height: 16px;
}

/* Change image on hover */
.svg-imgig:hover {
	content: url('/Portals/1/icons/instagram-logo-hover.svg');
}
.svg-imgfb {
	width: 30px;
	height: 16px;
}

/* Change image on hover */
.svg-imgfb:hover {
	content: url('/Portals/1/icons/facebook-logo-hover.svg');
}
.svg-imgvm {
	width: 30px;
	height: 16px;
}

/* Change image on hover */
.svg-imgvm:hover {
	content: url('/Portals/1/icons/vimeo-logo-hover.svg');
}
.svg-imgin {
	width: 30px;
	height: 16px;;
}

/* Change image on hover */
.svg-imgin:hover {
	content: url('/Portals/1/icons/linked-in-logo-hover.svg');
}
.svg-imgx {
	width: 30px;
	height: 16px;
}

/* Change image on hover */
.svg-imgx:hover {
	content: url('/Portals/1/icons/new-twitter-logo-hover.svg');
}
@media (min-width: 992px) {
	.mf-modal-content {width: 840px;}
}
@media (min-width: 482px) {

}</pre></body></html>