
html.splashes,
html.splashes body {
    padding: 5px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

html.splashes {
    background-image: url(1972889.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body {
    font-family: Arial, "Sans Serif";
}

body.cms *, ::before, ::after {
	box-sizing: border-box;
}

a {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

.splash-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    display: flex;
    flex-flow: row-reverse nowrap;
}

.splash-form {
    border-radius: 20px;
    padding: 20px;
    background-color: rgba(255,255,255,0.5);
    align-self: center;
    flex-basis: 400px;
}

.splash-button {
	text-decoration:none;
	font-family:Arial;
	box-shadow:inset #ffffff 0px 5px 8px -1px,#d6d6d6 1px 3px 2px;
	o-box-shadow:inset #ffffff 0px 5px 8px -1px,#d6d6d6 1px 3px 2px;
	-moz-box-shadow:inset #ffffff 0px 5px 8px -1px,#d6d6d6 1px 3px 2px;
	-webkit-box-shadow:inset #ffffff 0px 5px 8px -1px,#d6d6d6 1px 3px 2px;
	background:#2ef1ff;
	background:-o-linear-gradient(90deg, #2ef1ff, #3b9ceb);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2ef1ff), color-stop(1, #3b9ceb) );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ef1ff', endColorstr='#3b9ceb');
	background:-webkit-linear-gradient(#2ef1ff, #3b9ceb);
	background:-ms-linear-gradient(#2ef1ff, #3b9ceb);
	background:linear-gradient(#2ef1ff, #3b9ceb);
	text-indent:0px;
	line-height:30px;
	-moz-border-radius:0 25px 0 25px;
	-webkit-border-radius:0 25px 0 25px;
	border-radius:0 25px 0 25px;
	text-align:center;
	vertical-align:middle;
	display:block;
	font-size:26px;
	color:#ffffff;
	width:300px;
	height:30px;
	padding:13px;
	text-shadow:#6daac2 2px 2px 0px;
	border-color:#659dab;
	border-width:2px;
	border-style:solid;
    margin: 10px 0;
}

.splash-button:active {
	box-shadow:inset #ffffff 0px 5px 8px -1px,#d6d6d6 1px 0 2px;
	o-box-shadow:inset #ffffff 0px 5px 8px -1px,#d6d6d6 1px 0 2px;
	-webkit-box-shadow:inset #ffffff 0px 5px 8px -1px,#d6d6d6 1px 0 2px;
	position:relative;
	top:3px
}

.splash-button:hover {
	background:#3b9ceb;
	background:-o-linear-gradient(90deg, #3b9ceb, #2ef1ff);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3b9ceb), color-stop(1, #2ef1ff) );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b9ceb', endColorstr='#2ef1ff');
	background:-webkit-linear-gradient(#3b9ceb, #2ef1ff);
	background:-ms-linear-gradient(#3b9ceb, #2ef1ff);
	background:linear-gradient(#3b9ceb, #2ef1ff);
}

.config {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.config a {
    color: rgba(255,255,255,0.8);
}


.navigation-holder {
	min-height: 75px;
}

.colored {
	transition: background 150ms linear;
	background: rgba(255, 255, 255, 0.98);
	position: fixed;
	top: 0;
	padding: 15px 0 !important;
}

.navigation-holder.colored {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.z-index-200 {
	z-index: 200 !important;
}

.w-100 {
	width: 100% !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	align-items: center !important;
}

.d-flex {
	display: -webkit-box !important;
	display: flex !important;
}

.pt-20-lg {
	padding-top: 20px !important;
}

.position-relative {
	position: relative !important;
}
.flex-lg-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	flex-direction: row !important;
}

.offset-lg-2 {
	margin-left: 16.66667%;
}

.h1-style {
	font-size: 30px;
	line-height: 120%;
	font-weight: 700;
	color: #2F1C6A;
	margin-bottom: 1.5rem;
}
.h1-style {
	font-size: 46px;
	line-height: 110%;
}

.post-content {
	margin-top: 40px;
	position: relative;
	width: 100%;
	max-width: 800px;
	background-color: #fff;
	padding-bottom: 4rem;
}

.post-content {
	margin-top: 48px;
	background-color: #FFF;
	padding: 10px;
	line-height: 1.3;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.background {
	background-color: #F1F7FB;
}

.image-container {
	position: relative;
	display: inline-block;
}

.image-container .imgtext {
	display: inline-block;
	font-weight: bold;
	position: absolute;
}

.helpstep {
	margin: 20px 0;
	padding: 20px;
}

.helpstep:nth-child(odd) {
	background-color: rgba(0,0,0,0.2);
}

.helpstep:nth-child(even) {
	background-color: rgba(0,0,0,0.1);
}

.helpstep .instruction {
	margin-top: 10px;
}

div.ios-gmail .imgtext {
	font-size: 2rem;
	color: #fff;
}

div.android .imgtext {
	font-size: 1.25rem;
	min-width: 180px;
	background-color: #fafafa;
}