@font-face{
    font-family: "Graphik Web Regular Regular";
    src: url("fonts/graphik.eot"); /* IE9 Compat Modes */
    src: url("fonts/graphik.eot?#iefix")format("embedded-opentype"), /* IE6-IE8 */
        url("fonts/graphik.woff")format("woff"), /* Pretty Modern Browsers */
        url("fonts/graphik.woff2")format("woff2"), /* Super Modern Browsers */
        url("fonts/graphik.ttf")format("truetype"), /* Safari, Android, iOS */
        url("fonts/graphik.svg#Graphik Web Regular Regular")format("svg"); /* Legacy iOS */
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}


body {
  display: flex;
  margin:0;
  font-family: "Graphik Web Regular Regular";
}

.divleft {
  background: #2175D9;
  padding: 0.5rem;
}
.divright {
  background: #2175D9;
  padding: 0.5rem;
}
.logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerdiv {
  align-items: center;
  display: flex;
  justify-content: center;
  top: 50%;
  position: relative;
}


@media (orientation: landscape) {
  body {
    flex-direction: row;
  }
  .divleft {
	  border-right: 10px solid white;
	  height: 100vh;
  }
}

@media (orientation: portrait) {
  body {
    flex-direction: column;
  }
  .divleft {
	  border-bottom: 10px solid white;
	  height: 48vh;
  }
}




/* Extra Styling */
*,*:after, *:before{
	box-sizing:border-box;
}

h1{
	font-size: 2em;
	font-family: "Graphik Web Regular Regular", sans-serif;
	font-weight: normal;
	letter-spacing:.2em;
	line-height:1.5em;
	margin: .8em 0;
}
.modal-trigger{
	background: none;
	font-size:1.5em;
	color:#fff;
	padding:3em;
	border:1px solid white;
	border-radius:.2em;
	cursor:pointer;
	letter-spacing:.1em;
	outline: 0;
	display:flex;
	flex-direction: column;
	margin-top: -7em;
}


/* The Modal (background) */
.modal {
    display: none; 
    position: fixed; 
    z-index: 12;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(33, 117, 217); /* Fallback color */
    background-color: rgba(33, 117, 217,1); /* Black w/ opacity */
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Modal Content */
.modal-content {
    background-color: #F7F5F0;
	color:#2175D9;
	text-align:left;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
	transition: all 0.3s ease;
	height: 100%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
	position:absolute;
	right: .5em;
    top: 0.3em;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a,.no-select{ -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
*::selection {
    background-color: #333;
	color:#fff;
}

.profiles{
    display: inline-block;
    width: 100%;
    padding: 1em;
    padding-left: 2.4em;
    position: relative;
    border:1px solid #999;
    border-radius: 5px;
	transition: all 0.5s ease;
	position:relative;
}

.profiles i{
    position: absolute;
    top: 19px;
    left: 1em;
}

.paragraph li{
    display: block;
    margin-right: 1em;
    margin-bottom: 1em;
	list-style:none;
	width: 100%;
}

a{
	text-decoration:none;
	color:#fff;
}
.profiles:hover {
    color: #999;
    background: #000;
    border-color: #333;
}

.profiles:after{
	position:absolute;
	content: '';
    right: 0;
    bottom: 0px;
    left: 0;
    height: 2px;
    background: #333;
    content: "";
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: background 1s,-webkit-transform .3s;
    transition: background 1s,-webkit-transform .3s;
    -o-transition: transform .3s,background 1s;
    transition: transform .3s,background 1s;
    transition: transform .3s,background 1s,-webkit-transform .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.profiles:hover:after{
	background-image: linear-gradient(150deg,#000, #f51313);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@media(min-width:768px){
	.paragraph li{
		display: inline-block;
		width: auto;
	}
}



/*form styles*/
#msform1, #msform2 {
	width: 80%;
	margin: 0px auto;
	text-align: center;
	position: relative;
	height: 100%;
}
#msform1 h2, #msform2 h2 {
	margin-bottom: 2em;
}
#msform1 fieldset, #msform2 fieldset {
/*	background: white;*/
	border: 0 none;
/*	border-radius: 3px;*/
/*	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
	padding: 20px 30px;
	box-sizing: border-box;
	width: 100%;
	height: 55%;
/*	margin: 0 10%;*/
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform1 fieldset:not(:first-of-type), #msform2 fieldset:not(:first-of-type)  {
	display: none;
}
/*inputs*/
#msform1 textarea, #msform1 input[type=text], #msform2 textarea, #msform2 input[type=text] {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 2em;
    font-family: "Graphik Web Regular Regular";
}
/*buttons*/
#msform1 .action-button, #msform2 .action-button {
	width: 200px;
	background: #00D7FF;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 10px 14px 10px;
	margin: 5% 5px 10px 5px;
    text-decoration: none;
    font-size: 1.5em;
}
#msform1 .action-button:hover, #msform1 .action-button:focus, #msform2 .action-button:hover, #msform2 .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #2175D9;
	background: #2175D9;
}
/*headings*/
.fs-title {
	font-size: 3em;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	opacity:0;
	display:none;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}

.peoplelist {
	height: 100%;
	overflow: auto;
}
.columned {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}



/* form input styling */

label{
  display:block;
  line-height:4em;
  margin-bottom: 2em;
  border: 1px solid blue;
  border-radius: 10px;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #40e0d0;
}
.option-input:checked::before {
  width: 40px;
  height: 40px;
  display:flex;
  content: '\f00c';
  font-size: 25px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
