/*
Website Name: Malden Solutions
Copyright 2017
Adventure Web Interactive
*/

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Fonts - $$fonts
 * ----------------------------------------------------- *
\* ===================================================== */

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Normalize - $$normalize
 * ----------------------------------------------------- *
\* ===================================================== */

html {
	-webkit-box-sizing: border-box;
		    box-sizing: border-box;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
		    box-sizing: inherit;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template,
[hidden] {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	border-bottom: none;
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	color: #000;
	background-color: #ff0;
}

small {
	font-size: .75em;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
		    box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button,
input,
select,
textarea {
	margin: 0;
	font: inherit;
}

optgroup {
	font-weight: bold;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

legend {
	display: table;
	-webkit-box-sizing: border-box;
		    box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
		    box-sizing: border-box;
	padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

::-moz-selection {
	color: rgb(21, 11, 100);
	text-shadow: none;
	background: rgb(215, 220, 248);
}

::selection {
	color: rgb(21, 11, 100);
	text-shadow: none;
	background: rgb(215, 220, 248);
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Type - $$type
 * ----------------------------------------------------- *
\* ===================================================== */

html {
	font-family: sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	  -ms-text-size-adjust: 100%;
}

body {
	font: 100%/1.5 Arial, Helvetica, sans-serif;
	color: #444;
	background: #fff;
}

p,
h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta,
form,
table,
hr,
pre,
blockquote {
	margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta {
	margin-top: 40px;
	line-height: 1.2;
}

h1,
.alpha {
	font-size: 2.25em;
}

h2,
.beta {
	font-size: 1.875em;
}

h3,
.gamma {
	font-size: 1.5em;
}

h4,
.delta {
	font-size: 1.125em;
}

h5 {
	font-size: .875em;
}

h6 {
	font-size: .75em;
}

ul,
ol,
dl,
menu {
	padding: 0;
	margin: 0 0 20px 40px;
}

a {
	color: #3750dd;
	text-decoration: none;
}

a:focus,
a:active,
a:hover {
	text-decoration: underline;
	outline: 0;
}

strong,
b {
	font-weight: bold;
}

em,
i {
	font-style: italic;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	display: block;
	height: 1px;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

small,
sub,
sup {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: '';
	content: none;
}

blockquote {
	padding: 20px;
	color: #3750dd;
	border-left: 8px solid;
}

hr.faded {
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	margin: 1.4em 0;
	border: none;
	background: #ddd;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		right bottom,
		color-stop(0, rgb(255,255,255)),
		color-stop(0.1, rgb(221,221,221)),
		color-stop(0.9, rgb(221,221,221)),
		color-stop(1, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
		left center,
		rgb(255,255,255) 0%,
		rgb(221,221,221) 10%,
		rgb(221,221,221) 90%,
		rgb(255,255,255) 100%
  );
}

.responsive-embed-container {
	  position: relative;
	  max-width: 100%;
	  height: 0;
	  padding-bottom: 56.25%;
	  overflow: hidden;
}

.responsive-embed-container iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
}

@media screen and (max-width: 767px) {
	blockquote {
		padding: 15px;
	}
}

@media screen and (max-width: 567px) {
	html {
		font-size: 1rem;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Tools - $$tools
 * ----------------------------------------------------- *
\* ===================================================== */

.hidden,
.tablet-view,
.mobile-view {
	display: none !important;
	visibility: hidden;
}

.desktop-view {
	display: block !important;
	visibility: visible;
}

.clearfix::after,
.container::after {
	content: '';
	display: block;
	clear: both;
}

.browserupgrade {
	padding: 5px 0;
	color: #000;
	text-align: center;
	background: #ccc;
}

[style*='background-image'] {
	background-size: cover;
	background-position: center;
}

.inlineblock-fix {
	font-size: 0;
}

.inlineblock-reset {
	font-size: 1rem;
}

:active {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:first-child {
	margin-top: 0;
}

:last-child {
	margin-bottom: 0;
}

.list--unstyled {
	margin: 0;
	list-style: none;
}

.skip-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 0;
	line-height: 32px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	background: rgba(35, 18, 167, .75);
}

.skip-nav:focus {
	height: 32px;
	text-decoration: none;
	outline: 1px dotted #000;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Forms - $$forms
 * ----------------------------------------------------- *
\* ===================================================== */

legend {
	white-space: normal;
	*margin-left: -7px;
}

label {
	display: block;
	margin: 0 0 4px;
}

input,
textarea,
select,
button,
.button {
	width: 100%;
	height: 42px;
	padding: 0 10px;
	font: inherit;
	color: #444;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
}

input:focus,
textarea:focus,
select:focus {
	border-color: #3750dd;
	outline: 0;
}

input,
textarea {
	-webkit-appearance: none;
}

select {
	padding: 0 0 0 5px;
}

textarea {
	height: 120px;
	padding: 10px;
	vertical-align: top;
	overflow: auto;
	resize: vertical;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
	cursor: pointer;
	*overflow: visible;
	-webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input[type='radio'],
input[type='checkbox'] {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 4px 0 0;
	border: none;
}

input[type='radio'] {
	-webkit-appearance: radio;
}

input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

input[type='file'] {
	height: auto;
	height: 32px\9;
	background: none;
	background: #fff\9;
	border: none;
	border: 1px solid #ccc\9;
}

input[type='file']::-ms-value {
	  background: #fff;
	  border: none;
}

input[type='search'] {
	-webkit-box-sizing: content-box;
		    box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
	width: auto;
	height: auto;
	padding: .5em 1.25em;
	line-height: 1.2;
	color: #fff;
	cursor: pointer;
	background: #2e2e81;
	border: none;
	border-radius: 25px;
	-webkit-appearance: none;
}

.button {
	display: inline-block;
	text-align: center;
}

button:hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover {
	text-decoration: none;
	background: #4141a7;
}

button:active,
html input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.button:active {
	-webkit-transform: translateY(1px);
	    -ms-transform: translateY(1px);
		    transform: translateY(1px);
}

button[disabled],
html input[disabled] {
	cursor: default;
}

form .list--unstyled li + li {
	margin-top: 12px;
}
form .list--unstyled label{
	width: 100%;
}

span.wpcf7-form-control-wrap::before{
    content: "\a";
    white-space: pre;
}

.form-field--half,
.form-field--third {
	float: left;
	width: calc(50% - 6.5px);
}

.form-field--third {
	width: calc(33.33333% - 8.33333px);
}

.form-field--half + .form-field--half,
.form-field--third + .form-field--third {
	margin-left: 12px;
}

.form-field--half:first-child ~ .form-field--half:nth-child(2),
.form-field--third:first-child ~ .form-field--third:nth-child(2),
.form-field--third:first-child ~ .form-field--third:nth-child(3) {
	margin-top: 0;
}

li:not(.form-field--half) + .form-field--half,
li:not(.form-field--third) + .form-field--third {
	margin-left: 0;
}

.form-field--half + li:not(.form-field--half),
.form-field--third + li:not(.form-field--third) {
	padding-top: 12px;
	margin-top: 0;
	clear: left;
}

@media screen and (max-width: 567px) {
	.form-field--half,
	.form-field--third {
		float: none;
		width: 100%;
	}

	.form-field--half + .form-field--half,
	.form-field--third + .form-field--third {
		margin-left: 0;
	}

	.form-field--half:first-child ~ .form-field--half:nth-child(2),
	.form-field--third:first-child ~ .form-field--third:nth-child(2),
	.form-field--third:first-child ~ .form-field--third:nth-child(3) {
		margin-top: 12px;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Structure - $$structure
 * ----------------------------------------------------- *
\* ===================================================== */

.container {
	max-width: 1200px;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0 auto;
}

.full-width {
	float: none;
	width: 100%;
	max-width: 54em;
	margin: 0 auto;
}

.form-list {
	max-width: 500px;
	margin: 0;
	list-style: none;
}

.form-list li {
	margin: 10px 0 0;
}

.form-list li:first-child {
	margin: 0;
}

@media screen and (max-width: 1023px) {
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Header - $$header
 * ----------------------------------------------------- *
\* ===================================================== */

.header {
	padding: 20px 0;
	background: #f1f1f1;
}

.logo {
	float: left;
}

.header address {
	float: right;
	text-align: right;
}

.header address a[href^=tel] {
	font-size: 30px;
}
#header-2 .topbar{background: #ffffff;}

.header-quote-button a.button{
	background: #fea500;
    color: #2e2e80;
    font-size: 20px;
}
.header-quote-button a.button:hover {
    background: #2e2e80;
    color: #ffffff;
    transition: .3s;
}

@media screen and (max-width: 567px) {
	.logo {
		float: none;
		margin: 0 auto 10px;
	}

	.header address {
		float: none;
		width: 100%;
		text-align: center;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Nav - $$nav
 * ----------------------------------------------------- *
\* ===================================================== */

.nav {
	background: rgba(46,46,129,0.7);
	text-align: center;
}

.nav .container {
	padding: 0;
}

.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
	display: none;
}

.awiNav {
	position: relative;
	z-index: 200;
	padding: 0;
	margin: 0;
	font-size: 0;
	list-style: none;
}

.awiNav.collapsable {
	white-space: nowrap;
}

.awiNav li {
	position: relative;
	margin: 0;
}

.awiNav > li {
	display: inline-block;
	height: 50px;
	font-size: 1rem;
	line-height: 50px;
}

.awiNav a {
	font-size: 17px;
	color: #fff;
	display: block;
	padding: 0 15px;
	white-space: nowrap;
	text-decoration: none;
}

.awiNav a:hover{
	color: #fff;
}
.awiNav ul a:hover{
	text-decoration: none;
	background-color: #2e2e7f;
}

.awiNav ul {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	padding: .5em 0;
	margin: 0;
	line-height: 1;
	list-style: none;
	background: #5d5d8e;
}

.awiNav > li:last-child ul {
	right: 0;
	left: auto;
}

.awiNav ul ul {
	top: -.5em;
	right: auto;
	left: 100%;
}

.awiNav > li:last-child ul ul {
	right: 100%;
	left: auto;
}

.awiNav ul a {
	padding-top: .5em;
	padding-bottom: .5em;
}

@media screen and (min-width: 768px) {
	.awiNav li:hover > ul {
		display: block;
	}
}

@media screen and (max-width: 1023px) {
	.awiNav a {
		font-size: 14px;
		padding: 0 10px;
	}
}

@media screen and (max-width: 767px) {
	.awiNav-cover {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		height: calc(100vh + 200px);
		background: rgba(#000, .6);
		cursor: pointer;
	}

	.awiNav__trigger {
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		padding: 0;
		margin: 0;
		line-height: 0;
		cursor: pointer;
		background: #4141a7;
		border: 0;
		border-radius: 0;
		outline: 0;
	}

	.awiNav__trigger:hover {
		background: #2e2e81;
	}

	.awiNav__trigger:active {
		transform: none;
	}

	.awiNav__trigger span {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 40px;
		height: 4px;
		margin: -2px 0 0 -20px;
		border-radius: 2px / 50%;
		background: #fff;
		box-shadow: 0 -8px 0 #fff,
					0 8px 0 #fff;
	}

	.awiNav-wrap {
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 999999;
		width: calc(100% - 45px);
		max-width: 320px;
		height: calc(100vh + 200px);
		padding-bottom: 200px;
		background: #2e2e81;
		transition: transform .3s ease-out;
	}

	.awiNav-wrap.nav-shown {
		transform: translateX(-100%);
	}

	.awiNav-wrap .awiNav__close {
		position: relative;
		display: block;
		width: 100%;
		height: 45px;
		padding-left: 50px;
		text-align: left;
		text-transform: uppercase;
		font-weight: 700;
		background: none;
		border-bottom: 1px solid #fff;
		border-radius: 0;
	}

	.awiNav-wrap .awiNav__close:hover {
		background: rgba(255, 255, 255, .1);
	}

	.awiNav-wrap .awiNav__close:active {
		transform: none;
	}

	.awiNav__close span {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 20px;
		height: 3px;
		background: #fff;
		border-radius: 2px;
		transform: rotate(45deg) translateX(4px);
		transform-origin: left center;
	}

	.awiNav__close span ~ span {
		transform: rotate(-45deg) translateX(-4px);
		transform-origin: right center;
	}

	.awiNav {
		width: 100%;
		max-height: calc(100% - 45px);
		overflow-y: auto;
		text-align: left;
	}

	.awiNav.nav-hidden,
	.awiNav .nav-hidden {
		display: none;
	}

	.awiNav.nav-shown,
	.awiNav .nav-shown {
		display: block;
	}

	.awiNav li,
	.awiNav > li {
		display: block;
		width: 100%;
		height: auto;
		font-size: 0;
		line-height: 1.2;
		border-bottom: 1px dotted rgba(255, 255, 255 , .1);
	}

	.awiNav__links {
		position: relative;
	}

	.awiNav a,
	.awiNav ul a {
		display: block;
		padding: calc((45px - 1.2rem) / 2) 15px;
		color: #fff;
		white-space: normal;
	}
	.awiNav a:hover,
	.awiNav ul a:hover {
		text-decoration: none;
		background: rgba(255, 255, 255, .1);
	}

	.awiNav ul a:hover{
		background-color: #2e2e7f;
	}

	.awiNav ul {
		background: rgba(255, 255, 255, .1);
	}

	.awiNav .awiNav__links > a {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 45px);
	}

	.awiNav-wrap .awiNav .awiNav__togglesub {
		position: absolute;
		display: inline-block;
		top: 0;
		right: 0;
		width: 45px;
		height: 100%;
		vertical-align: middle;
		font-size: 0;
		text-indent: -9999px;
		background: rgba(255, 255, 255, .1);
	}

	.awiNav-wrap .awiNav__togglesub.nav-hidden {
		display: none;
	}

	.awiNav__togglesub::before {
		content: '';
		position: absolute;
		top: calc(50% - 5px);
		left: calc(50% - 5px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 5px 0 5px;
		border-color: #ffffff transparent transparent transparent;
		transition: transform .3s ease-out;
	}

	.sub-shown > .awiNav__links > .awiNav__togglesub::before {
		transform: rotate(180deg);
	}

	.awiNav ul {
		position: static;
		padding: 0;
		background: rgba(#fff, .1);
		border: 0;
		box-shadow: none;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Banner - $$banner
 * ----------------------------------------------------- *
\* ===================================================== */

.banner, .interior-banner {
	height: 420px;
}

.banner .slides,
.banner .slides li,
.slide {
	height: 100%;
}

@media screen and (max-width: 767px){
	.interior-banner {
		height: 300px;
	}
}

@media screen and (max-width: 567px){
	.interior-banner {
		height: 250px;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Services - $$services
 * ----------------------------------------------------- *
\* ===================================================== */

.services {
	padding-top: 30px;
	padding-bottom: 30px;
}

.services ul {
	margin: 0 -15px;
	list-style: none;
}

.services ul li {
	float: left;
	width: 33.3333%;
	padding: 0 15px;
}

.services h3 {
	margin: 0 0 10px;
}

.services img {
	margin: 0 auto 10px;
}

.services p {
	margin: 0;
}

@media screen and (max-width: 1023px) {
	.services {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.services ul {
		margin: 0 -10px;
	}

	.services ul li {
	padding: 0 10px;
	}
}

@media screen and (max-width: 767px) {
	.services {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.services ul {
		margin: 0;
	}

	.services ul li {
		float: none;
		width: 100%;
		max-width: 400px;
		padding: 0;
		margin: 20px auto 0;
	}

	.services ul li:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 567px) {
	.services {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Main - $$main
 * ----------------------------------------------------- *
\* ===================================================== */

main {
	padding-top: 50px;
	padding-bottom: 50px;
}

article,
aside {
	float: left;
	width: calc(100% - 330px);
}

article h2 {
	color: #ffa500;
}

article h3 {
	color: #2e2e81;
}

article a {
	color: #525299;
}

article a:hover {
	color: #3f3f7c;
}

.table_container {
	display: table;
	margin: 35px 0 35px 0;
}

.cell {
	display: table-cell;
	border-left: 1px solid #abb8b0;
	padding: 0 30px;
	width: 50%;
}

.table_container > :last-of-type {
	border-right: 1px solid #abb8b0;
}

.call-to-action {
	background: #f1f1f1;
	border-left: 4px solid #ffa500;
	margin: 25px 0;
	padding: 25px;
}

.call-to-action h2 {
	color: #2e2e81;
}

.team-member {
	margin-top: 20px;
}

.photo {
	/* float: left; */
	width: 22%;
	display: inline-block;
	vertical-align: top;
}
.bio {
	/* float: left; */
	width: 78%;
	padding-bottom: 30px;
	display: inline-block;
	vertical-align: top;
}

ul.links-list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

ul.links-list li {
	float: left;
	margin: 0 0 0 4px;
	padding: 10px;
	display: block;
}

ul.links-list .button {
	width: 330px;
	text-transform: none;
}

.testimonial {
	float: left;
	width: 32%;
	margin: 10px 8px 0 0;
}

.testimonial img {
	border: 1px solid #f1f1f1;
}

.contact-details ul {
	margin: 60px -10px 10px 0;
}

.contact-details li {
	float: left;
	width: 32%;
	padding: 0 10px;
}

.contact-details__inner {
	max-width: 220px;
	margin: 0 auto;
	text-align: center;
}

.contact-details a:hover {
	text-decoration: none;
}

.contact-details__icon {
	position: relative;
	z-index: -1;
}

.contact-details__icon:before {
	content: '';
	position: absolute;
	top: calc(50% - 61px);
	left: calc(50% - 61px);
	width: 123px;
	height: 123px;
	background: #ffa500;
	border-radius: 50%;
}

.contact-details__icon .fa {
	position: relative;
	z-index: 1;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	font-size: 3.125em;
	color: #fff;
}

.contact-details li:last-child .contact-details__icon .fa {
	left: 8px;
}

.contact-details h3 {
	/* padding: 0px 0 32px 0; */
	font-size: 21px;
	margin-top: 58px;
	font-weight: 400;
	color: #1b1b1b;
	text-align: center;
	transition: border-top-color .15s ease-out;
	/* border-top: 2px solid #ffa500; */
	margin-bottom: 45px;
}

.background-font {
    position: relative;
    z-index: 1;

    &:before {
        border-top: 2px solid #ffa500;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%; left: 0; right: 0; bottom: 0;
        width: 95%;
        z-index: -1;
    }

    span {
        /* to hide the lines from behind the text, you have to set the background color the same as the container */
        background: #fff;
        padding: 0 15px;
    }
}

h3.double:before {
    /* this is just to undo the :before styling from above */
    border-top: none;
}

h3.double:after {
    border-bottom: 1px solid #ffa500;
    -webkit-box-shadow: 0 1px 0 0 #ffa500;
    -moz-box-shadow: 0 1px 0 0 #ffa500;
    box-shadow: 0 1px 0 0 #ffa500;
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute;
    top: 45%; left: 0; right: 0;
    width: 95%;
    z-index: -1;
}

@media screen and (max-width: 1023px) {
	main {
		padding-top: 46px;
		padding-bottom: 46px;
	}
	.contact-details ul {
		margin: 60px -10px 10px 0;
	}

	.contact-details ul li {
		padding: 0 10px;
	}
}

@media screen and (max-width: 767px) {
	main {
		padding-top: 38px;
		padding-bottom: 38px;
	}

	article {
		float: none;
		width: 100%;

	}
	.contact-details li {
		width: 50%;
	}

	.contact-details li:nth-child(2) ~ li {
		margin-top: 65px;
	}
}

@media screen and (max-width: 567px) {
	main {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.cell {
		padding: 0;
	}

	ul.links-list li {
		float: none;
		width: 100%;
		margin: 0;
		padding: 10px;
	}

	.testimonial {
		float: none;
		width: 100%;
	}

	.contact-details li {
		float: none;
		width: 100%;
	}

	.contact-details li:nth-child(1) ~ li {
		margin-top: 55px;
	}

	.contact-details__icon:before {
		top: calc(50% - 50px);
		left: calc(50% - 50px);
		width: 100px;
		height: 100px;
	}

	.contact-details__icon img {
		width: 60px;
		height: 60px;
	}

	.contact-details li:last-child .contact-details__icon .fa {
		left: 5px;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Sidebar - $$sidebar
 * ----------------------------------------------------- *
\* ===================================================== */

aside {
	width: 330px;
	padding: 0 0 0 30px;
}

.sidebar {
	margin-bottom: 30px;
}

.sidebar--dynamic {
	padding-left: 20px;
	border-left: 8px solid #2312a7;
}

.sidebar--dynamic ul {
	margin-left: 0;
	list-style: none;
}

.sidebar--dynamic > ul > li {
	margin: 0 0 30px;
}

.sidebar--dynamic ul ul li {
	margin: 0 0 20px;
	line-height: 1.2;
}

.sidebar--dynamic li:last-child {
	margin-bottom: 0;
}

.quick-contact-form {
	background: #f1f1f1;
	padding: 15px;
	border-top: 4px solid #ffa500;
}

.quick-contact-form h3 {
	padding-bottom: 10px;
}

.quick-contact-form .submit-button {
	margin-top: -15px;
}

.sidebar-menu {
	background: #2e2e81;
	padding: 25px;
}

.sidebar-menu h3 {
	color: #ffa500;
}

.sidebar-menu li {
	border-bottom: 1px solid #fff;
	padding: 14px 0 14px 0;
}

.sidebar-menu li:last-child {
	border: 0;
}

.sidebar-menu a {
	color: #fff;
}

@media screen and (max-width: 1023px) {
	aside {
		padding-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	aside {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}

	.sidebar {
		padding: 15px;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Footer - $$footer
 * ----------------------------------------------------- *
\* ===================================================== */

.footer {
	padding: 20px 0;
	background: #ddd;
}

.footer .links {
	float: left;
	width: 75%;
	margin: 0;
	list-style: none;
	 -webkit-column-count: 4;
	    -moz-column-count: 4;
		     column-count: 4;
	-webkit-column-gap: 10px;
	   -moz-column-gap: 10px;
		    column-gap: 10px;
}
.footer-quote-button{
	text-align: center;
	margin-bottom: 20px;
}
.footer-quote-button a.button{
	background: #fea500;
    color: #2e2e80;
    font-size: 20px;
}
.footer-quote-button a.button:hover {
    background: #fff;
    color: #2e2e80;
    transition: .3s;
}
.no-csscolumns .footer .links li,
.no-js .footer .links li {
	float: left;
	width: 25%;
	padding: 0 10px 0 0;
}

.footer address {
	float: right;
	width: 25%;
	text-align: right;
}

.footer address a[href^=tel] {
	font-weight: bold;
}

.copyright {

}

.copyright li {
	display: inline-block;
	padding: 0 6px;
	font-size: .625rem;
	line-height: 1;
	border-left: 1px solid #fff;
}

.copyright li:first-child {
	border: none;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	color: #fff;
}

@media screen and (max-width: 1023px) {
	.footer .links {
		-webkit-column-count: 3;
		   -moz-column-count: 3;
				column-count: 3;
	}

	.no-csscolumns .footer .links li,
	.no-js .footer .links li {
		width: 33.3333%;
	}
}

@media screen and (max-width: 767px) {
	.footer .links {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
				column-count: 2;
	}

	.no-csscolumns .footer .links li,
	.no-js .footer .links li {
		width: 50%;
	}
}

@media screen and (max-width: 567px) {
	.footer .links {
		display: none;
	}

	.footer address {
		float: none;
		width: 100%;
		text-align: center;
	}

	.copyright li {
		display: block;
		padding: 0;
		line-height: 1;
		border: none;
	}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  WPCF7 - $$wpcf7
 * ----------------------------------------------------- *
\* ===================================================== */

.wpcf7-form.sent * {
	display: none;
}

.wpcf7-response-output {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 80%;
	line-height: 1.2;
}

.wpcf7-mail-sent-ok {
	padding: 4px 6px !important;
	color: #318a1c;
	background: #d2f7ad;
	border: 1px solid #aedb2e !important;
}

.wpcf7-validation-errors {
	color: #f00;
	border: none !important;
}

.wpcf7-not-valid-tip {
	top: 0 !important;
	left: auto !important;
	width: auto !important;
	padding: 0 !important;
	font-size: 80% !important;
	background: none !important;
	border: none !important;
}

.wpcf7-captchac {
	display: inline-block;
	vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap {
	position: static !important;
	width: 100%;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
	background: #f6c1c1;
	border: 1px solid #f00;
}

div.wpcf7 img.ajax-loader {
	position: absolute;
	display: inline-block;
}

span.wpcf7-list-item {
	margin: 10px !important;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Jetpack - $$jetpack
 * ----------------------------------------------------- *
\* ===================================================== */

.jetpack_subscription_widget form,
.jetpack_subscription_widget label[for='subscribe-field'] {
	margin: 0;
}

.jetpack_subscription_widget label[for='email'],
#subscribe-text {
	display: none;
}

#subscribe-email {
	margin: 0 0 10px;
}

#subscribe-submit {
	margin: 0;
}

#subscribe-email input {
	width: 100% !important;
}

div.success p {
	margin: 0 0 10px;
	font-size: 1rem;
	line-height: 1.2;
}

div.sharedaddy div.sd-block {
	padding: 0 !important;
	margin: 0 0 15px !important;
	border: none !important;
}

div.sharedaddy .sd-content {
	width: 100% !important;
	margin: 0 !important;
}

.widget_rss_links p {
	margin: 0;
	text-align: center;
}

.widget_rss_links img {
	display: inline;
	margin-right: 5px;
	vertical-align: middle;
}

#wpstats,
.home div.sharedaddy,
.archive div.sharedaddy,
.search div.sharedaddy {
	  display: none;
}

.comment-subscription-form {
	  margin: 0;
}

.embed-youtube,
.embed-vimeo {
	  position: relative;
	  max-width: 100%;
	  height: 0;
	  padding-bottom: 56.25%;
	  overflow: hidden;
}

.embed-youtube iframe,
.embed-vimeo iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  @media - $$media
 * ----------------------------------------------------- *
\* ===================================================== */

@media print {
	@page {
		margin: .5cm !important;
	}

	*,
	*:before,
	*:after {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
				box-shadow: none !important;
	}

	body {
		padding: .75cm !important;
		font: 10pt/1.2 Arial, Helvetica, sans-serif !important;
	}

	article,
	.container {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	nav,
	aside,
	footer {
		display: none;
	}

	a,
	a:visited {
	text-decoration: underline;
	}

	a[href]:after {
		content: ' (' attr(href) ')';
	}

	abbr[title]:after {
		content: ' (' attr(title) ')';
	}

	a[href^='#']:after,
	a[href^='javascript:']:after {
		content: '';
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 18pt !important;
		font-weight: bold !important;
	}

	h2 {
		font-size: 16pt !important;
	}

	h3 {
		font-size: 14pt !important;
	}

	h4 {
		font-size: 12pt !important;
	}

	h5,
	h6 {
		font-size: 10pt !important;
	}

	code {
		font: 10pt Courier, monospace;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}


.landing-page-content{
	margin-top: 25px;
}
.half{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	    padding: 20px;
}
.landing-page-top .half{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 0px
}

.landing-page-top .half .disability-callout{
    width: 69%;
    top: 140px;
    left: 35%;
    position: relative;
}
.landing-page-top .half .disability-callout h1{
	font-size: 43px;
}
#landing-page-form{
	 padding: 45px;
    background-position: top;
    background-size: cover;
    text-align: center;
}
#landing-page-form h2{
	margin-bottom: 25px;
}

.landing-page-section2{
	padding: 50px 0px;
}
@media screen and (max-width: 960px) {
.landing-page-top .half .disability-callout {
    width: 69%;
    top: 50px;
    left: 35%;
    position: relative;
}
.landing-page-top .half .btn-theme{
	margin-top: 0px;
	    font-size: 15px;
    padding: 10px 25px;
	}
}

@media screen and (max-width: 667px) {
	.half{
		width: 100%;
	}
	.landing-page-top .half{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
	.landing-page-top .half .disability-callout {
    width: 69%;
    top: 23px;
    left: 19%;
    position: relative;
}
.landing-page-top .half .disability-callout h1{
	font-size: 25px;
}
.landing-page-top .half .btn-theme{
	margin-top: 0px;
	    font-size: 12px;
    padding: 10px 25px;
	}
}



/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Landing Page Styles
 * ----------------------------------------------------- *
\* ===================================================== */
.landing-page-banner{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 50vmax;
  max-height: 650px;
	position: relative;
}
.landing-banner-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #2e2e80a8;
	padding: 20px 30px;
	min-width: 320px;
}
.landing-banner-content h1{
	color: #ffffff;
	text-align: center;
}
.landing-banner-content h2{
	color: #ffffff;
	text-align: center;
	font-size: 18px;
}
.landing-banner-content a.button{
	background: #ffffff;
	color: #2e2e80;
	font-size: 20px;
}
.landing-banner-content a.button:hover{
	background: #4141a7;
	color: #ffffff;
	transition: .3s;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
.landing-banner-content h1{
	font-size: 28px;
}
.landing-banner-content h2{
	font-size: 16px;
}
}

/*------Section 2------*/
.landing-icons-section{
	padding: 70px 0;
	text-align: center;
}
.landing-icons-section a.button{
	font-size: 20px;
}
.landing-icons-section a.button:hover{
	transition: .3s;
	color:#ffffff;
}
ul.icons{
	list-style-type: none;
	margin: 0 auto;
	padding: 20px 0;
	width: 80%;
}
ul.icons li{
	width: 30%;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}
ul.icons li .icon-area{
	height: 175px;
width: 175px;
border: 4px solid #fea500;
padding: 18px;
border-radius: 50%;
margin: 0 auto;
}
ul.icons li img{
	height: 100%;
	width: auto;
}
ul.icons li h3{
	text-transform: uppercase;
font-weight: bold;
color: #2e2e80;
}
@media screen and (max-width: 676px) {
	ul.icons, ul.icons li{
		width: 100%;
	}
}

/*------Section 3------*/
.landing-section-3{
	padding: 70px 0;
	background: rgba(46,46,129,0.7);
}
.landing-section-3 h2{
	text-align: center;
	color: #ffffff;
}
ul.section-3-icons{
	list-style-type: none;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
ul.section-3-icons li{
	width: 30%;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	background: #e3e3e3;
  border-radius: 20px;
  margin: 10px;
}
}
ul.section-3-icons li .icon-area{
	height: 175px;
width: 175px;
border: 4px solid #fea500;
padding: 18px;
border-radius: 50%;
margin: 0 auto;
}
.section-3-icons .icon-area {
    width: 100%;
    height: 170px;
}
ul.section-3-icons li img{
	height: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
}
ul.section-3-icons li h3{
	text-transform: uppercase;
font-weight: bold;
color: #2e2e80;
margin-bottom: 10px;
text-align: center;
}
.landing-section-3 a.button{
	background: #fea500;
	color: #2e2e80;
	font-size: 20px;
}
.landing-section-3 a.button:hover{
	background: #ffffff;
	color: #2e2e80;
	transition: .3s;
}
@media screen and (max-width: 676px) {
	ul.section-3-icons li{
		width: 100%;
		margin: 20px 0;;
	}
}

/*------Section 4------*/
.landing-section-4{
	padding: 70px 0;
}
.landing-section-4 h2{
	text-align: center;
}
.main-half{
	display: flex;
	flex-wrap: wrap;
	padding: 25px 0;
}
.main-half .half{
	width: 50%;
	padding: 0 25px;
	display: inline-flex;
	flex-wrap: wrap;
	vertical-align: top;
}
.main-half .half:nth-child(2){
	border-left: 1px solid #333;
}
.side-image{
	min-height: 350px;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 676px) {
	.main-half{
		display: block;
		width: 100%;
		padding: 0px;
	}
	.main-half .half{
		display: block;
		width: 100%;
		padding: 25px;
	}
	.main-half .half:nth-child(2){
		border-left: none;
	}
}

/*------Section 5------*/
.landing-section-5{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
}
.inner-section-5{
	padding: 70px 0;
	height: 100%;
	width: 100%;
	background: rgba(46,46,129,0.7);
	text-align: center;
	position: relative;
}
.section-5-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 15px;
}
.landing-section-5 h2{
	color: #ffffff;
	text-align: center;
	margin-bottom: 40px;
}
.landing-section-5 a.button{
	background: #ffffff;
	color: #2e2e80;
	font-size: 20px;
}
.landing-section-5 a.button:hover{
	background: #4141a7;
	color: #ffffff;
	transition: .3s;
	text-decoration: none;
}
