@font-face {
	font-family: 'ProximaNova';
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.otf') format('opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
}

@font-face {
	font-family: 'ProximaNova';
	font-weight: 500;
	font-style: normal;
	src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.otf') format('opentype'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
}

html {
	font-size: 14px;
	font-family: 'ProximaNova';
}

body {
	font-weight: 300;
	line-height: 1.5;
}

a {
	text-decoration: none;
	color: #1c3182;
}



/****** TYPOGRAPHY ******/
.i2mp-fontsize-48 {
	font-size: 48px;
}

.i2mp-fontsize-36 {
	font-size: 36px;
}

.i2mp-fontsize-28 {
	font-size: 28px;
}

.i2mp-fontsize-24 {
	font-size: 24px;
}

.i2mp-fontsize-20 {
	font-size: 20px;
}

.i2mp-fontsize-18 {
	font-size: 18px;
}

.i2mp-fontsize-16 {
	font-size: 16px;
}

.i2mp-fontsize-12 {
	font-size: 12px;
}

.i2mp-fontcolor-888888 {
	color: #888888;
}

.i2mp-fontcolor-1c3182 {
	color: #1c3182;
}

.i2mp-fontcolor-fca41c {
	color: #fca41c;
}

.i2mp-fontcolor-7ed320 {
	color: #7ed320;
}

.i2mp-fontcolor-ffffff {
	color: #ffffff;
}

.i2mp-fontcolor-ff0000 {
	color: #ff0000;
}

.i2mp-text-center {
	text-align: center;
}

.i2mp-text-right {
	text-align: right;
}

.i2mp-text-left {
	text-align: left;
}

.i2mp-textshadow {
	text-shadow: 0 0 4px rgba(0, 0, 0, 1);
}

.i2mp-fontweight-bold {
	font-weight: bold;
}

/****** HELPERS ******/
.i2mp-seperator {
	position: relative;
	width: 100%;
	height: 1px;
	margin: 15px auto;
	padding: 0;
	background-color: #c5c5c5;
}




/****** FORMS ******/
.i2mp-formbox {
	position: relative;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}

label {
	font-size: 14px;
	color: #989898;
	font-weight: 400;
	line-height: 2;
	margin: 0;
	padding: 0 0 0 3px;
	display: block;
}

.i2mp-formbox-check label {
	font-size: 1rem;
	font-weight: 300;
	display: inline-block;
}

.i2mp-formbox .i2mp-form-input {
	color: #4a4a4a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #989898;
	border-radius: 4px;
	outline: none;
	vertical-align: middle;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #ffffff;
}

.i2mp-formbox textarea.i2mp-form-input {
	padding-top: 10px;
	padding-bottom: 10px;
	resize: vertical;
	overflow-y: auto;
}

.i2mp-formbox input[type=checkbox],
.i2mp-formbox input[type=radio] {
	margin: 0 10px 0 3px;
	padding: 0;
	display: inline-block;
}

	.i2mp-formbox .i2mp-form-input:disabled,
	.i2mp-formbox .i2mp-form-input:disabled:active,
	.i2mp-formbox .i2mp-form-input:disabled:focus,
	.i2mp-formbox input[type=checkbox]:disabled,
	.i2mp-formbox input[type=checkbox]:disabled:active,
	.i2mp-formbox input[type=checkbox]:disabled:focus,
	.i2mp-formbox input[type=radio]:disabled,
	.i2mp-formbox input[type=radio]:disabled:active,
	.i2mp-formbox input[type=radio]:disabled:focus {
		cursor: not-allowed;
	}

.i2mp-formbox-withicon .i2mp-form-input {
	padding-right: 44px;
}

.i2mp-formbox-withicon .i2mp-form-icon {
	position: absolute;
	height: 34px;
	bottom: 3px;
	right: 2px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
}

.i2mp-formbox-double .i2mp-form-icon {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
}

.i2mp-formbox-double .i2mp-form-input {
	width: calc(50% - 20px);
	float: left;
}





/****** BUTTONS ******/
.i2mp-btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	height: 40px;
	margin: 0;
	padding: 0 40px;
	border: 1px solid;
	border-radius: 20px;
	border-color: #1c3182;
	background-color: #1c3182;
	outline: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

	.i2mp-btn:disabled {
		color: #989898;
		border-color: #d8d8d8;
		background-color: #d8d8d8;
		cursor: not-allowed;
	}

.i2mp-btn-fullw {
	width: 100%;
	display: block;
}





/****** LAYOUT ******/
#i2mp-topbar {
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	background-color: #1c3182;
}

#i2mp-topbar-inner {
	position: relative;
	width: 100%;
	max-width: 540px;
	min-width: 320px;
	height: 100%;
	margin: 0 auto;
	padding: 10px;
}

#i2mp-topbar-logo {
	height: 100%;
	float: left;
}

#i2mp-topbar-imglock {
	height: 100%;
	float: right;
}

#i2mp-topbar2 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #f0f0f0;
}

#i2mp-topbar-inner2 {
	position: relative;
	width: 100%;
	max-width: 540px;
	min-width: 320px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

#i2mp-frame {
	position: relative;
	width: 100%;
	max-width: 540px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0;
}

#i2mp-mlbox {
	background-image: url(../css/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#i2mp-mlbox-inner {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 20px;
}

#i2mp-mmlogo {
	width: 80%;
}

.i2mp-mlimg {
	width: 36%;
}

.i2mp-row {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 5px;
}

	.i2mp-row::after {
		content: '';
		height: 0;
		display: block;
		clear: both;
	}

.i2mp-col {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 5px;
	float: left;
}

.i2mp-col-nomargin {
	margin-bottom: 0;
}

.i2mp-col-1 {
	width: 8.333333%;
}

.i2mp-col-2 {
	width: 16.666667%;
}

.i2mp-col-3 {
	width: 25%;
}

.i2mp-col-4 {
	width: 33.333333%;
}

.i2mp-col-5 {
	width: 41.666667%;
}

.i2mp-col-6 {
	width: 50%;
}

.i2mp-col-7 {
	width: 58.333333%;
}

.i2mp-col-8 {
	width: 66.666667%;
}

.i2mp-col-9 {
	width: 75%;
}

.i2mp-col-10 {
	width: 83.333333%;
}

.i2mp-col-11 {
	width: 91.666667%;
}

.i2mp-col-12 {
	width: 100%;
}


.i2mp-img-ps {
	height: 40px;
}

#i2mp-securelogo {
	height: 40px;
}

.i2mp-btnimg {
	width: 100%;
	max-width: 200px;
	margin: 5px 0;
}

#i2mp-footerimg {
	width: 80%;
	margin-top: 10px;
}

#i2mp-acclogo {
	height: 60px;
}

.inline {
	display: inline-block;
}
