@import url("https://fonts.googleapis.com/css?family=Titan+One");
.logo-div {
	display: block;
	position: absolute;
}





.logo-container {
	width: 520px;
	height: 320px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.logo-h1 {
	background: #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	font-family: "Titan One", cursive;
	font-size: 90px;
	font-weight: 500;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
}

.logo-h1 span {
	width: 100%;
	position: relative;
}

.logo-h1 span:before {
	background: linear-gradient(45deg, #fc5c7d, #6a82fb, #fc5c7d);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	content: "";
	mix-blend-mode: screen;
}

#rev_slider_2_1_wrapper,
#rev_slider_2_1 {
	max-height: 510px !important;
}

.inputGroupRadio {
	background-color: #fff;
	display: inline-block;
	position: relative;
	width: auto;
	float: left;
	border-radius: 10px;
	min-width: 110px;
}

.inputGroupRadio label {
	padding: 6px 10px;
	width: 100%;
	display: block;
	text-align: left;
	color: #3C454C;
	cursor: pointer;
	position: relative;
	z-index: 2;
	-webkit-transition: color 200ms ease-in;
	transition: color 200ms ease-in;
	overflow: hidden;
	font-size: 14px;
	border-radius: 10px;
}

.inputGroupRadio label:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: '';
	background-color: #f7bd45;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	-webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	z-index: -1;
}

.inputGroupRadio label:after {
	width: 22px;
	height: 22px;
	content: '';
	border: 2px solid #D1D7DC;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
	background-repeat: no-repeat;
	background-position: -2px -3px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	border-radius: 23px;
}

.inputGroupRadio input:checked~label {
	color: #fff;
}

.inputGroupRadio input:checked~label:before {
	-webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
	transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}

.inputGroupRadio input:checked~label:after {
	background-color: #f7bd45;
	border-color: #fff;
}

.inputGroupRadio input {
	width: 22px !important;
	height: 22px;
	-webkit-box-ordinal-group: 2;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}

.formRadio {
	margin: 0px auto;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
}

#grad1 {
	background-color: : #9C27B0;
	background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

.msform {
	text-align: center;
	position: relative;
}

.msform fieldset .form-card {
	background: white;
	border: 0 none;
	border-radius: 0px;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	padding: 20px 40px 30px 40px;
	box-sizing: border-box;
	width: 94%;
	margin: 0 3% 20px 3%;
	position: relative
}

.msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	position: relative
}

.msform fieldset:not(:first-of-type) {
	display: none
}

.msform fieldset .form-card {
	text-align: left;
	color: #9E9E9E
}

.msform input[type="text"],
.msform input[type="email"],
.msform input[type="password"],
.msform input[type="number"],
.msform input[type="date"],
.msform textarea {
	padding: 10px 10px 10px 42px !important;
	border: 1px solid #ccc;
	border-radius: 0px;
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
}

.msform input:focus,
.msform textarea:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-weight: bold;
	border-bottom: 2px solid #021844;
	outline-width: 0;
}

.msform .action-button {
	width: 100px;
	background: #021844;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
}

.msform .action-button:hover,
.msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #021844
}

.msform .action-button-previous {
	width: 100px;
	background: #616161;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
}

.msform .action-button-previous:hover,
.msform .action-button-previous:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
	border: none;
	outline: 0;
	border-bottom: 1px solid #ccc;
	padding: 2px 5px 3px 5px;
	margin: 2px
}

select.list-dt:focus {
	border-bottom: 2px solid #021844
}

.fs-title {
	font-size: 25px;
	color: #2C3E50;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left
}

#progressbar li:first-child:nth-last-child(2),
#progressbar li:first-child:nth-last-child(2)~li {
	width: calc(100% / 2) !important;
}

#progressbar li:first-child:nth-last-child(3),
#progressbar li:first-child:nth-last-child(3)~li {
	width: calc(100% / 3) !important;
}

#progressbar li:first-child:nth-last-child(4),
#progressbar li:first-child:nth-last-child(4)~li {
	width: calc(100% / 4) !important;
}

#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: #002879;
}

#progressbar .active {
	color: #f7bd45;
}

#progressbar li {
	list-style-type: none;
	font-size: 12px;
	width: 25%;
	float: left;
	position: relative
}

#progressbar #account:before {
	font-family: FontAwesome;
	content: "\f023"
}

#progressbar #personal:before {
	font-family: FontAwesome;
	content: "\f007"
}

#progressbar #payment:before {
	font-family: FontAwesome;
	content: "\f09d"
}

#progressbar #professional:before {
	font-family: FontAwesome;
	content: "\f27e"
}

#progressbar #confirm:before {
	font-family: FontAwesome;
	content: "\f00c"
}

#progressbar #university:before {
	font-family: FontAwesome;
	content: "\f19c";
}

#progressbar #shield:before {
	font-family: FontAwesome;
    content: "\f132";
}

#progressbar li:before {
	width: 50px;
	height: 50px;
	line-height: 45px;
	display: block;
	font-size: 18px;
	color: #ffffff;
	background: #002879;
	border-radius: 50%;
	margin: 0 auto 4px auto;
	padding: 2px;
	z-index: 2;
	position: relative;
}

#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 0
}

#progressbar li.active:before,
#progressbar li.active:after {
	background: #f7bd45;
}

#progressbar li#confirm.active:before,
#progressbar li#confirm.active:after {
	background: #26c10d;
}

#progressbar #confirm.active {
	color: #26c10d;
}

.fit-image {
	width: 100%;
	object-fit: cover
}


/* vertical align snippet */

.va-cont {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.va-inn {
	display: table-cell;
	vertical-align: middle;
}

.form-heading {
	margin-top: 0;
	margin-bottom: 1.2em;
	text-align: center;
}

.form-heading-highlight {
	color: #009688;
}

.form-row {
	position: relative;
	margin: 0 !important;
}

.form-label {
	position: absolute;
	top: 16px;
	left: 42px;
	color: #999;
	cursor: text;
	transition: all .15s ease-in-out 0s;
	margin-bottom: 0;
	line-height: normal !important;
	font-size: 15px;
	background: white;
}

.form-textbox,
.form-submit {
	width: 100%;
	padding-left: 40px!important;
}

.form-textbox {}

.form-textbox:focus~.form-label, .form-textbox:read-only~.form-label, .form-textbox:valid~.form-label {
	top: -0.6em;
	left: 4px;
	font-size: 13px;
	color: inherit;
	cursor: pointer;
	background: white;
	padding: 0 10px;
}

.form-submit {
	background-color: #009688;
	font-weight: 700;
	color: #fff;
	transition: opacity .15s ease-in-out 0s;
}

.form-submit:hover {
	opacity: .75;
}

#console {
	display: none;
}

#dialog {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.15);
	transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	opacity: 0;
	visibility: hidden;
}

.dialog_state {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.dialog_state:checked+#dialog,
#dialog.dialog_open {
	transition-delay: 0s;
	opacity: 1;
	visibility: visible;
}

#dlg-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	width: 100vw;
	height: 100vh;
	cursor: pointer;
}

.dialog_state:checked+#dialog #dlg-wrap {
	max-height: inherit;
	opacity: 1;
}

#dlg-wrap {
	position: relative;
	z-index: 1;
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	width: 640px;
	border-radius: 0.25rem;
	/*border: 1px solid #969696;*/
	background: #fff;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	max-height: 0;
	opacity: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	transition: all .5s;
}

#dlg-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	cursor: pointer;
}

h2#dlg-header {
	font: 200 2em/1em Raleway, Open Sans, Arial, Sans-Serif;
	text-transform: initial;
	letter-spacing: -0.025em;
	margin: 0 0 1rem;
}

#dlg-content {
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.015em;
}

#dlg-prompt .button {
	margin: 1rem 0.5rem;
	border-radius: 1.5rem;
}

.main_area {
	transition: all 0.5s ease-out;
}

.button,
a.button {
	display: inline-block;
	padding: 0.25em 1em;
	box-sizing: border-box;
	background: #ffffff;
	color: #606060;
	text-decoration: none;
	letter-spacing: 0.075em;
	line-height: 2rem;
	font-weight: 300;
	font-size: 0.85em;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	transition: .1s all;
	cursor: pointer;
}

.button:hover,
a.button:hover {
	color: #a0a0a0;
	background: #f8f8f8;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	/*transform: scale(1.01);*/
}

.button.positive,
a.button.positive {
	border-color: #6199B7;
	color: #6199B7;
}

.button.positive:hover,
a.button.positive:hover {
	border-color: #468FB6;
	color: #fff;
	background-color: #468FB6;
}

#opwnmain {
	height: 100vh;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	background: url("https://farm6.staticflickr.com/5688/21515632899_94e4ddb78a_o.jpg") no-repeat center center;
	background-size: cover;
}

#opwnmain .center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}


/*
body :not(.unblur) {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);    
}
*/

.input-icons i {
	position: absolute;
	display: inline-block;
	line-height: 30px;
	vertical-align: middle;
	margin-left: 0;
	min-width: 42px;
	height: auto;
	font-size: 16px;
}

.input-icons {
	width: 100%;
	margin-bottom: 10px;
}

.icon {
	padding: 10px;
	color: #002879;
	min-width: 50px;
	text-align: center;
}


/* ---------------- Custom radio Buytton -------------- */

input.radio:empty {
	display: none;
}

input.radio:empty~label {
	position: relative;
	cursor: pointer;
	color: #002879;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 34px;
	vertical-align: -webkit-baseline-middle;
	font-size: 15px;
}

input.radio:empty~label:before {
	position: absolute;
	display: block;
	top: 1px;
	bottom: 0;
	left: -25px;
	content: '';
	width: 18px;
	height: 18px;
	border: 1px solid #f7bd45;
	border-radius: 50px;
}

input.radio:checked~label:before {
	content: '';
	top: 2px;
	text-indent: ;
	color: #f7bd45;
	border: 2px solid white;
	background-color: #f7bd45;
	box-shadow: 0px 0px 0px 1px #f7bd45;
}


	.email {
  line-height: 44px;
  background: #002879;
  border-radius: 4px;
  height: 44px;
  color: white;
  overflow: hidden;
  position: relative;
  width: 50%;
  -webkit-tap-highlight-color: transparent;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1),
    height 300ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1),
    border-radius 300ms cubic-bezier(0.4, 0, 0.2, 1);
  margin: auto;
}
.email:not(.expand) {
  cursor: pointer;
}
.email:not(.expand):hover {
  background: #eda515;
}
.from {
  position: absolute;
  transition: opacity 200ms 100ms cubic-bezier(0, 0, 0.2, 1);
}
.from-contents {
  display: flex;
  flex-direction: row;
  transform-origin: 0 0;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.to {
  opacity: 0;
  position: absolute;
  transition: opacity 100ms cubic-bezier(0.4, 0, 1, 1);
  width: 100%;
}
.to-contents {
  transform: scale(0.55);
  transform-origin: 0 0;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.avatar {
  border-radius: 12px;
  position: relative;
  width: 44px;
  line-height: 45px;
}
.name {
}
.top {
  background: #6422eb;
  display: flex;
  flex-direction: row;
  height: 70px;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.avatar-large {
  border-radius: 21px;
  height: 42px;
  margin-left: 12px;
  position: relative;
  top: 14px;
  width: 42px;
}
.name-large {
  line-height: 70px;
  font-size: 16px;
  margin-left: 20px;
}
.x-touch {
  align-items: center;
  align-self: center;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-left: auto;
  width: 50px;
}
.x {
  background: #ba87f9;
  border-radius: 10px;
  height: 20px;
  position: relative;
  width: 20px;
}
.x-touch:hover .x {
  background: #cb9afb;
}
.line1 {
  background: #6422eb;
  height: 12px;
  position: absolute;
  transform: translateX(9px) translateY(4px) rotate(45deg);
  width: 2px;
}
.line2 {
  background: #6422eb;
  height: 12px;
  position: absolute;
  transform: translateX(9px) translateY(4px) rotate(-45deg);
  width: 2px;
}
.bottom {
  background: #fff;
  color: #444247;
  font-size: 14px;
  padding-top: 5px;
  width: 100%;
}
.pop-row {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 60px;
}
.pop-row:hover
{
	background : #f2f2f2;
}
.twitter {
  margin-left: 16px;
  height: 30px;
  position: relative;
  top: 0px;
  width: 30px;
}
.medium {
  height: 30px;
  margin-left: 16px;
  position: relative;
  width: 30px;
}
.link {
  margin-left: 16px;
}
.link a {
  color: #444247;
  text-decoration: none;
}
.link a:hover {
  color: #777579;
}
.email.expand {
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.16);
  height: 137px;
  width: auto;
}
.expand .from {
  opacity: 0;
  transition: opacity 100ms cubic-bezier(0.4, 0, 1, 1);
}
.expand .from-contents {
  transform: scale(1.91);
}
.expand .to {
  opacity: 1;
  transition: opacity 200ms 100ms cubic-bezier(0, 0, 0.2, 1);
}
.expand .to-contents {
  transform: scale(1);
}

.div-with-line { 
    display: flex; 
    flex-direction: row; 
} 
  
.div-with-line:before, 
.div-with-line:after { 
    content: ""; 
    flex: 1 1; 
    border-bottom: 2px solid #000; 
    margin: auto; 
    margin-left: 8px;
    margin-right: 8px;
} 








*[onclick] { cursor: pointer; }
.top-bar-info ul li { display: inline-block; }

.custom-modals { position: absolute;top: 0;background: rgba(0, 0, 0, 0.53);z-index: 99999;width: 100%;height: 100%; display: none; }
.blink-bg{ animation: blinkingBackground 2s infinite; }
@keyframes blinkingBackground
	{
		0%		{ background-color: #00c309;}
		25%		{ background-color: #00b3ff;}
		50%		{ background-color: #ef0a1a;}
		75%		{ background-color: #ff8700;}
		100%	{ background-color: #f500ff;}
	}
.vibration {
  -webkit-animation: vibrate 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  animation: vibrate 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 300px;
  perspective: 300px;
}

@keyframes vibrate {
  0%, 2%, 4%, 6%, 8%, 10%, 12%, 14%, 16%, 18% {  -webkit-transform: translate3d(-2px, 0, 0);  transform: translate3d(-2px, 0, 0); }
  1%, 3%, 5%, 7%, 9%, 11%, 13%, 15%, 17%, 19% {  -webkit-transform: translate3d(2px, 0, 0);  transform: translate3d(2px, 0, 0); } 
  20%, 100% {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }
}

.vib-with-blink 
{
	-webkit-animation: vib-with-blink 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  animation: vib-with-blink 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 300px;
  perspective: 300px;
}
@keyframes vib-with-blink 
{
	0%		{ background-color: #00c309;}
	25%		{ background-color: #00b3ff;}
	50%		{ background-color: #ef0a1a;}
	75%		{ background-color: #ff8700;}
	100%	{ background-color: #f500ff;}
	0%, 2%, 4%, 6%, 8%, 10%, 12%, 14%, 16%, 18% {  -webkit-transform: translate3d(-2px, 0, 0);  transform: translate3d(-2px, 0, 0); }
	1%, 3%, 5%, 7%, 9%, 11%, 13%, 15%, 17%, 19% {  -webkit-transform: translate3d(2px, 0, 0);  transform: translate3d(2px, 0, 0); } 
	20%, 100% {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }
}