body {
	margin: 0px;
	padding: 0px;
	font-family: opensans, sans-serif;
	background-color: #ffffff;
	color: #000000;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	xtext-align: justify;
}

main {
	display: block;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

section {
	margin: 0px;
	padding: 0px;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #d100e1;
	font-weight: 600;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border: none;
}

hr {
	margin-top: 2rem;
	border-top: 1px solid #9ec1d0;
	width: 100%;
}


/* header */
header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

header h1 {
	margin: 0px;
	padding: 0.8em 0px 0.4em 0px;
	display: block;
	text-align: center;
}

header h1 img {
	height: 36pt;
}

nav.navmain {
	display: block;
	width: 100%;
	text-align: center;
}

nav.navmain ul {
	padding: 0px;
}

nav.navmain li {
	display: inline-block;
	list-style: none;
	padding: 0px;
}

nav.navmain a {
	display: inline-block;
	padding: 0.3em 1em 0.3em 1em;
	color: #8f8f8f;
	font-weight: 600;
	text-transform: uppercase;
	box-sizing: border-box;
}

nav.navmain a.black {
	color: #000000;
}

nav.navmain a.pink {
	color: #d100e1;
}

nav.navmain a.login {
	background-color: #d100e1;
	color: #ffffff;
}

nav.navmain .menu {
	padding: 1em 0px;
	display: none;
}

nav.navmain .menu div {
	height: 6px;
	margin: 6px;
	width: 4em;
	color: #5c5c60;
	background-color: #5c5c60;
	overflow: hidden;
}

nav.submenu {
	color: #5e5e5e;
	background-color: #c7c7c7;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	box-sizing: border-box;
}

nav.submenu ul {
	padding: 0px;
	margin: 0px;
}

nav.submenu li {
	display: inline-block;
	list-style: none;
	padding: 0.5em 1em;
	text-transform: uppercase;
}

nav.submenu a {
	color: #5e5e5e;
}

nav.submenu a.selected {
	font-weight: bold;
}

/* headings */

h1 {
	font-family: RobotoSlab, serif;
	font-weight: 500;
	font-size: 20pt;
}

h2 {
	font-family: RobotoSlab, serif;
	font-weight: 500;
	font-size: 18pt;
	margin: 0px 0px 1em 0px;
}

h3 {
	font-family: RobotoSlab, serif;
	font-weight: bold;
	font-size: 15pt;
	margin: 2em 0px 1em 0px;
}

h3:first-child {
	margin-top: 0px;
}

h4 {
	font-family: RobotoSlab, serif;
	font-weight: bold;
	font-size: 13pt;
	margin: 2em 0px 0.5em 0px;
}

.upper {
	text-transform: uppercase;
}

p {
	margin: 0px 0px 1em 0px;
}


@media screen and (max-width: 30em) {
	h1 {
		font-size: 18pt;
	}

	h2 {
		font-size: 14pt;
	}

	h3 {
		font-size: 12pt;
	}

	body {
		font-size: 11pt;
	}
}


@media screen and (max-width: 24em) {
	h1 {
		font-size: 16pt;
	}

	h2 {
		font-size: 12pt;
	}

	body {
		font-size: 10pt;
	}
}


/* layout */

.content {
	width: 95%;
	max-width: 66rem;
	margin: 0px auto;
	padding: 2rem 0px;
	box-sizing: border-box;
	position: relative;
}

.contentwide {
	width: 99%;
	max-width: none;
	padding: 0px;
}

div.flexcontainer {
	width: 95%;
	max-width: 66rem;
	padding: 0px;
	display: flex;
	align-items: center;
	margin: 0px auto;
	box-sizing: border-box;
}

div.flexwrap {
	width: 100%;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0px;
	flex-wrap: wrap;
}

div.flextop {
	align-items: flex-start;
	margin-top: 2rem;
}

div.flexstretch {
	align-items: stretch;
}

div.flexvertical {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

div.flexvertical div:last-child {
	margin-bottom: 1em;
}

div.flexfullwidth {
	width: 100%;
	max-width: 100%;
}

.col {
	flex: 1 0 0;
	width: 100%;
	min-width: 30%
}

div.col_twothirds {
	flex: 2 0 0;
	min-width: 60%
}

.colcontent_left {
	padding: 2rem 2rem 2rem 0px;
}

.colcontent_right {
	padding: 2rem 0px 2rem 2rem;
}

.colcontent_left2 {
	padding: 0px 1rem 0px 0px;
}

.colcontent_right2 {
	padding: 0px 0px 0px 1rem;
}

@media screen and (max-width: 58em) {
	.colcontent_left {
		padding-right: 1rem;
	}

	.colcontent_right {
		padding-left: 1rem;
	}
}


@media screen and (max-width: 42em) {

	div.flexcontainer, div.flexvertical {
		flex-direction: column;
		padding: 0px;
	}

	div.flexreverse {
		flex-direction: column-reverse;
	}

	div.flexvertical {
		display: block;
		padding: 0px;
	}

	div.flexwrap {
		justify-content: center;
	}

	div.flextop {
		margin-top: 0px;
	}

	.colcontent_left, .colcontent_right, .colcontent_left2, .colcontent_right2 {
		padding: 2rem 0px;
	}
}

.pbn {
	padding-bottom: 0px !important;
}

.mptn {
	padding-top: 0px !important;
	margin-top: 0px !important;
}

.mptbn {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* footer */

footer {
	margin-top: 4rem;
	border-top: 1px solid #000000;
	padding: 2rem 0px 2rem 0px;
	text-align: left;
	font-size: 11pt;
}

footer:after {
  content: "";
  display: table;
  clear: both;
}

footer img {
	float: left;
	width: 3rem;
	margin: 1em 0.5em 1em 0px;
}

div.footercol {
	width: 17em;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: left;
}

div.footercol:last-child {
	width: 12em;
}

footer p {
	text-align: left;
	margin-bottom: 0.5em;
}

footer a, footer a:link, footer a:visited {
	color: inherit;
	font-weight: normal;
}

@media screen and (max-width: 48em) {
	footer {
		margin-top: 2rem;
		padding: 2rem 0px 2em 0px;
	}

	div.footercol, div.footercol:last-child {
		width: 100%;
	}
}


/* Modal */

div.modal {
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 30;
	background-color: rgba(6, 2, 0, 0.63);
	padding: 2%;
	overflow: auto;
}

div.modalcontent {
	text-align: left;
	display: block;
	background-color: #ffffff;
	padding: 3em 3em 2em 3em;
	width: auto;
	margin: 10% auto;
	border-radius: 1em;
	box-shadow: 4px 4px 10px 1px rgba(0,0,0,0.6);
	position: relative;
	box-sizing: border-box;
	max-width: 40em;
}

button.closemodal {
	display: block;
	float: right;
	font-size: 26pt;
	font-weight: 900;
	padding: 0px;
	border-radius: 100%;
	width: 1em;
	height: 1em;
	margin: -1em -1em 1em 1em;
	line-height: 1em;
}

.modal-title {
	margin-top: 0px;
}

/* stripe */

.StripeElement {
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 35px;
	padding: 6px 12px;
	font-size: 14px;
}

/* forms */

label {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	margin: 0px 0px 0.2em 0px;
}

.nolabel label {
	display: none;
}

div.radio {
	margin: 0.5em 0px;
}

div.radio input {
	vertical-align: top;
	margin-top: 0.25em;
}

div.radio label {
	vertical-align: top;
	display: inline-block;
	width: auto;
	max-width: calc(100% - 2em);
	margin-bottom: 0.5em;
}

input, textarea, select, button, input[type=submit], .btn {
	display: inline-block;
	box-sizing: border-box;
	color: #000000;
	height: auto;
	padding: 0.6em 1em;
	border: 1px solid #9ec1d0;
	border-radius: 1em;
	width: 100%;
	margin: 0px 0px 1rem 0px;
	background-color: #ffffff;
	font-family: inherit;
	font-size: inherit;
}

button, input[type=submit], .btn {
	background-color: transparent;
}

input::placeholder, textarea::placeholder {
	text-transform: uppercase;
	color: #000000;
	opacity: 0.6;
}

.pinkborder {
	border-color: #d100e1 !important;
}

textarea {
	height: auto;
}

input:focus, textarea:focus, select:focus {
	outline: none;
	border-color: #070095;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(32, 166, 212, 0.8);
	-moz-box-shadow: 0px 0px 5px 0px rgba(32, 166, 212, 0.8);
	box-shadow: 0px 0px 5px 0px rgba(32, 166, 212, 0.8);
}

.has-error input, .has-error textarea, .has-error select {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255, 0, 0, 0.8);
	box-shadow: 0px 0px 5px 0px rgba(255, 0, 0, 0.8);
}

button, input[type=submit], .btn {
	width: auto;
	cursor: pointer;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.6em 3em;
	border-radius: 2em;
	letter-spacing: 0.1em;
}

a.btn_15 {
	color: #000000;
	border-color: #000000;
	box-sizing: border-box;
	max-width: 15em;
	width: 100%;
	padding: 0.8em 1em;
	margin-bottom: 1rem;
}

a.btn_purple {
	background-color: #b986ca;
	border-color: #b986ca;
	color: #ffffff;
}

a.btn_whiteout {
	border-color: #ffffff;
	color: #ffffff;
}



.btn-lg, input[type=submit].btn-lg {
	display: inline-block;
	height: auto;
	font-size: 16pt;
	font-weight: bold;
	padding: 0.5em 2em;
}

.btn-warning, .btn-danger {
	color: #fc6600;
	border-color: #fc6600;
}

.btn-success, input[type=submit].btn-success {
	border-color: #d100e1;
}

.btn-xs {
	font-size: 12pt;
}

.btn-block, input[type="submit"].btn-block {
	display: block;
	width: 100%;
}

input[type="submit"]:disabled, button:disabled, .btn:disabled {
	border-color: #c7c7c7;
	background-color: #c7c7c7;
}

input:disabled+label {
	color: #c7c7c7;
}

input[type="submit"].form-inline, .form-inline {
	display: inline-block;
	width: auto;
	box-sizing: border-box;
	xxheight: 2em;
	font-size: 12pt;
	padding: 0.2em 0.5em;
	margin: 0px;
	max-width: 11em;
}

input[type="submit"].form-inline {
	padding: 0.2em 1em;
	max-width: none;
}

input[type="submit"].text-inline, .text-inline {
	display: inline-block;
	width: auto;
	box-sizing: border-box;
	height: auto;
	font-size: 85%;
	padding: 0.2em 0.5em;
	margin: 0px;
}

.btn-xs {
	font-size: 85%;
	padding: 0.2em 0.5em;
	margin: 0px;
}

input[type=radio], input[type=checkbox] {
	width: auto;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	vertical-align: middle;
}

input[type=file] {
	border: none;
	height: auto;
}

input[type=image] {
	border: none;
	height: auto;
	width: auto;
}

input.formleft, button.formleft {
	display: inline-block;
	border-radius: 1em 0px 0px 1em;
	width: 2.5em;
	margin-right: 0px;
	padding: 0.6em;
	text-align: right;
}

button.formleft {
	background-color: #ddeaef;
}

input.formright, button.formright {
	display: inline-block;
	border-radius: 0px 1em 1em 0px;
	width: 4em;
	margin-left: 0px;
}

ul.form_dropdown {
	display: none;
	position: absolute;
	top: 70%;
	left: 0px;
	z-index: 20;
	margin: 0px;
	padding: 0.5em 0px;
	background-color: #ffffff;
	list-style: none;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

ul.form_dropdown li {
	padding: 0.3em 1em;
}

ul.form_dropdown a {
	display: block;
	min-width: 10em;
}

div.phone_section {
	position: relative;
	padding-left: 7em;
}

div.phone_country {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 7em;
}

.has-error .help-block {
	display: block;
	margin: -0.8em 0px 0.8em 0px;
	color: #990000;
}

div.checkbox {
	position: relative;
	margin: 0.5em 0px;
}

div.checkbox input[type=checkbox] {
	vertical-align: top;
    margin-top: 0.25em;
}


/* messages */

div.messages {
	padding: 1em 0px;
	background-color: #ffffff;
	margin-bottom: -2em;
}

.alert {
	margin: 0.5em 0px;
	border: 1px solid #000000;
	border-radius: 0.5em;
	padding: 1em;
}

.alert-success, div.alert-success {
	color: #008800;
	border-color: #008800;
	background-color: #eeffee;
}

.alert-warning, div.alert-warning {
	color: #997700;
	border-color: #997700;
	background-color: #ffffee;
}

.alert-danger, div.alert-danger {
	color: #a90000;
	border-color: #a90000;
	background-color: #ffeeee;
}



/* misc */

.cb {
	clear: both;
}

p.clients img {
	margin-bottom: 1em;
}

.fwn {
	font-weight: normal;
}

.fwb {
	font-weight: bold;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.fr {
	float: right;
	position: relative;
	display: inline-block;
}

.vam {
	vertical-align: middle !important;
}

.rel {
	position: relative;
}

img.fr {
	clear: right;
	margin: 0px 0px 2em 2em;
	max-width: 45%;
}

.small, button.small {
	font-size: 75%;
}

.max22 {
	max-width: 22em;
	display: inline-block;
}

.max30 {
	width: 100%;
	max-width: 30em;
	display: inline-block;
}

.blue {
	color: #9ec1d0;
}

/* responsive */

@media screen and (max-width: 58em) {
	nav.navmain .menu {
		display: inline-block;
	}

	nav.navmain ul {
		display: block;
		position: absolute;
		width: 100%;
		z-index: 20;
		top: 100%;
		right: 0px;
		margin: 0px;
		padding: 0px;
		height: 0px;
		transition: height 0.4s;
		overflow: hidden;
		border-top: 1px solid #5c5c60;
	}

	nav.navmain ul.open {
		display: block;
		height: 30em;
	}

	nav.navmain li {
		display: block;
		width: 100%;
		padding: 0px;
		background-color: #ffffff;
		border-bottom: 1px solid #5c5c60;
	}

	nav.navmain li:last-child {
		box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
	}

	nav.navmain li a, nav.navmain li a.login {
		width: 100%;
		padding: 0.8em 1em;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}

	nav.navmain li a:hover {
		background-color: #9ec1d0;
	}
}

@media screen and (max-width: 50em) {
	div.col_half, div.col_third, div.col_twothirds {
		width: 100%;
		padding: 0px;
	}
}

@media screen and (max-width: 40em) {
	div.col_left, div.col_right {
		width: 100%;
		margin-left: 0px;
	}

	div.modalcontent {
		padding: 2em 2em 1em 2em;
	}

	button.close {
		margin-top: -1em;
		margin-right: -1em;
	}
}

.bspace {
	margin-bottom: 2rem !important;
}

/* fonts */
@font-face {
	font-family: 'opensans';
	src: url('fonts/OpenSans-VariableFont_wdth,wght.ttf');
}

@font-face {
	font-family: 'opensans';
	src: url('fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf');
	font-style: italic;
}

@font-face {
	font-family: 'RobotoSlab';
	src: url('fonts/RobotoSlab-VariableFont_wght.ttf');
}
