:root {
  --primary: #4e2d82;
  --primary-light: #9c28b1;
  --secondary: #0f8a07;
  --secondary-light: #62bb46;
}


@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Bold.woff2') format('woff2'),
        url('SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Italic.woff2') format('woff2'),
        url('SourceSansPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Regular.woff2') format('woff2'),
        url('SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-BoldItalic.woff2') format('woff2'),
        url('SourceSansPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}



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: 'Source Sans Pro', 'Sans Serif';
	font-size: 16px;
}

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

.font8 {
	font: normal normal normal 14px/1.4em Arial;
	color: #717070;
	line-height: 1.3em;
}

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: 5px 0 !important;
}

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

.z-index-99 {
	z-index: 99;
}

.w-100 {
	width: 100%;
}

.w-content {
	width: 100%;
	max-width: 1080px;
	margin: auto;
	position: relative;
}


.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;
	background-color: #fff;
	padding-bottom: 4rem;
}

.post-content {
	margin-top: 48px;
	background: #FFF contain no-repeat url(branch_watermark.svg);
	background-attachment: fixed;
	padding: 10px;
	line-height: 1.3;
	min-height: calc(100vh - 120px);
}

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

.background {
	background-color: #9c28b112;
}

.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;
}

.m-center {
	margin: 0 auto;
}

.navigation-holder.colored .img-logo {
	width: 250px;
}

.themeButton i.fa-icon {
	margin-right: 10px;
	font-size: 1.5em;
}

.themeButton span.logo {
	vertical-align: calc(12%);
}

.themeButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background: -moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background: -webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background: -o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background: -ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color: #019ad2;
}

.themeButton {
	-moz-box-shadow: 2px 2px 4px 0px #2d4b57;
	-webkit-box-shadow: 2px 2px 4px 0px #2d4b57;
	box-shadow: 2px 2px 4px 0px #2d4b57;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background: -moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background: -webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background: -o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background: -ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color: #33bdef;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #057fd0;
	display: inline-block;
	cursor: pointer;
	color: #ffffff !important;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px -1px 0px #5b6178;
	text-align: left;
}

.themeButton:active {
	position:relative;
	top:1px;
}

.action-item .themeButton {
	width: 100%;
}

.athena-button {
    background-color: var(--secondary-light);
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    padding: 0 25px !important;
    display: inline-block;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    width: fit-content !important;
    cursor: pointer;
    min-width: 210px !important;
    line-height: 40px !important;
    height: 40px !important;
}

.athena-button:hover {
    background-color: var(--secondary);
    color: #fff !important;
}

.athena-button i {
	margin-right: 10px;
}

.athena-button.purple {
	background-color: var(--primary-light);
}

.athena-button.purple:hover {
	background-color: var(--primary);
}

.athena-button.gray {
	background-color: #a6a4a4;
	color: #fff;
}

.athena-button.gray:hover {
	background-color: #666;
}

table.child .land-header {
	margin: 10px 0;
	padding:10px 20px;
	background-color:#62bb463d;
}

#footer-strip {
	background-color: #f8f8f8;
	padding-top: 4px;
	overflow: hidden;
}

footer.w-content {
	padding: 10px;
	
}

ul.menu-top {
	position: absolute;
	top: 0px;
	right: 20px;
	list-style: none;
	padding-left: 0;
}

ul.menu-top li {
	padding: 0;
	display: inline-block;
	margin: 0 14px;
	font-family: Exo;
	font-size: 1.2rem;
	font-weight: 600;
}

.current{
	text-decoration: underline !important;
}

h2 {
	color: var(--primary-light);	
}

div#pagecontent {
	width: 100%;
}