body {
	font-family: 'Exo',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Exo","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

.navbar-default {
	background-color: #f3f3f3;
}

.navbar-default .navbar-nav > li > a {
	color: #27005a;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #27005a;
	background-color: #ffcb05;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #27005a;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #27005a;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: white;
}

.navbar-default .logo-navbar-header {
	height: 50px;
}

.navbar-brand {
	width: 150px;
	padding: 5px 15px;
}

section.solution {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 200px;
	border-bottom: 2px solid white;
	background-color: #4b4098;
	color: white;
}

section.solution a,
section.solution a:visited,
section.solution a:hover {
	text-decoration: underline;
	color: white;
}

section.solution.first {
	border-top: 2px solid white;
}

section.solution.alternate {
	background-color: #29276f;
}


section.initial {
	padding: 120px 0 100px 0;
	background: url('../img/opening-back.png');
	background-repeat: repeat-x;
	background-size: auto 100%;
	color: white;
}
@media (min-width: 768px) {
	section.initial {
		padding: 150px 0 100px 0;
	}
}

section.initial .initial-text-block {
	font-size: 20pt;
}

section.initial .initial-text-block-sub {
	font-size: 14pt;
	margin-top: 30px;
}

.btn-contact-invitation {
	display: block;
	margin: 50px auto;
	background-color: #ffcb05;
	padding: 20px;
	width: 80%;
	border-radius: 10px;
	color: black;
	font-weight: bold;
	box-shadow: 0 5px 0 0 #f39c12;	
}

.btn-contact-invitation:hover,
.btn-contact-invitation:focus {
	text-decoration: none;
	color: black;
}

section.content {
	padding: 20pt 0;
}

section.content h2, h3 {
	font-weight: 500;
	color: black;
}

section.content h2, h3 {
	margin-top: 0;
	/*margin-bottom: 30pt;*/
}
@media (min-width: 768px) {
section.content h2, h3 {
	margin-bottom: 10px;
}
}

section.content img {
	display: inline-block;
	width: 55%;
	margin: 20px auto;
}

@media (min-width: 768px) {
section.content img {
	width: 90%;
}
}

section.content p {
	font-size: 12pt;
}
@media (min-width: 768px) {
	section.content p {
		font-size: 10pt;
	}
}

section.content .ideal-for  {
	padding-left: 0;
	color: #27005a;
}

section.content .ideal-for h2, h3 {
	color: #27005a;
}

section.opening {
	margin-top: 30px;
	padding-top: 20px;
}

section.opening h3 {
	font-weight: bold;
	color: black;
}

@media (min-width: 992px) {
section.opening h3 {
	text-align: inherit;
}
}

section.opening p {
	font-size: 14pt;
}

@media (min-width: 992px) and (max-width: 1199px) {
section.opening h3 {
	font-size: 20px;
}
section.opening p {
	font-size: 12pt;
}
}

section.opening a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

section.opening img {
	width: 100%;
	max-width: 500px;
}

section.highlight {
	background-color: #ffcb05;
	padding: 40px;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
@media (min-width: 768px) {
	section.highlight {
		font-size: 16pt;
	}
}

section.features {
	background-color: #dcfbeb;
	padding: 3% 0;
}

@media (min-width: 992px) {
section.features .row.text-center > div {
	display: inline-block;
	float: none;
}
}

section.features h2 {
	color: black;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
section.features h2 {
	margin: 0 20%;
}
}

section.features .feature-container {
	text-align: center;
	color: black;
	font-weight: 700;
	padding: 10px 15%;
	min-height: 150px;
	vertical-align: top;
}

@media (min-width: 550px) {
section.features .feature-container {
	padding: 10px 30%;
}
}

@media (min-width: 768px) {
section.features .feature-container {
	margin: 20px 0;
	padding: 0 40px;
}
}

@media (min-width: 992px) {
section.features .feature-container-offset {
	margin-left: 11.111111%;
}

section.features .feature-container-eol {
	margin-right: 14%;
}
}

section.features .feature-icon img {
	width: 30px;
}

section.features .feature-title h5 {
	font-weight: 700;
	font-size: 14pt;
}

section.features .feature-text p {
}

section.white {
	background-color: white;
}

section.darker {
	background-color: #efefef;
}

section.purple {
	background-color: #27005a;
	color: white;
}

section.purple h2 {
	color: white;
}

section.purple a,
section.purple a:hover,
section.purple a:focus {
	color: #ffcb05;
	font-weight: bold;
}

section.purple .btn-success {
	color: black;
	background-color: #ffcb05;
	font-weight: bold;
	border: none;
}

section.product {
	padding-bottom: 3em;
	
}

section.product h3 {
	margin-top: 2em;
}

footer {
	background-color: #160131;
	color: white;
	padding: 10px 0;
}

.footer-above {
	margin-bottom: 35px;
	margin-top: 35px;
}

footer p {
	font-size: 12pt;
}

footer h3 {
	color: white;
}

.fieldhp {
    display: none;
}
