/******************************************************************
Site Name:
Author:

Stylesheet:bi Main Stylesheet

Colors
Purple primary: #712656
Gray primary: #505353

Gold font:    #712656
Teal font:    #505353

Gold shade:   #fedc7b 
Teal BG:      #505353


******************************************************************/

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ncw7xx');
  src:  url('../fonts/icomoon.eot?ncw7xx#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ncw7xx') format('truetype'),
    url('../fonts/icomoon.woff?ncw7xx') format('woff'),
    url('../fonts/icomoon.svg?ncw7xx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrow-up:before {
  content: "\e904";
}
.icon-arrow-down:before {
  content: "\e901";
}
.icon-close:before {
  content: "\e903";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-check-square-o:before {
  content: "\f046";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-comment-o:before {
  content: "\f0e5";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-share-alt:before {
  content: "\f1e0";
}
.icon-object-group:before {
  content: "\f247";
}
.icon-youtube:before {
  content: "\e900";
}
.icon-gift2:before {
  content: "\e905";
}
.icon-menu:before {
  content: "\e60b";
}
.icon-twitter:before {
  content: "\e602";
}



/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, ../scss/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../scss/_normalize.scss */
html {
	scroll-behavior: smooth;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../scss/_normalize.scss */
a {
  background: transparent;
  -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 136, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, ../scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 174, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, ../scss/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, ../scss/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 208, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, ../scss/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 288, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width:100%;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 300, ../scss/_normalize.scss */
button,
input {
  line-height: normal;
  max-width:100%;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 312, ../scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 327, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  background-color:#712656;
  color:#fff;
  border:0;
  -webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding:.2em .7em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color:#d93009;
}

.nospace, .entry-content .nospace, .entry-content p.nospace{
  padding:0;
  margin:0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 347, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 371, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 380, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 390, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr td {
	padding:.2em .5em;
}
table tr:nth-child(odd) {
	background-color:#ecc1c1;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 416, ../scss/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 423, ../scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold;
}

/* line 425, ../scss/_normalize.scss */
dfn, em, .em {
  font-style: italic;
}

/* line 429, ../scss/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none;
}

/* line 434, ../scss/_normalize.scss */
dd {
  margin: 0;
}

/* line 440, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 31, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 33, ../scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 34, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}
.clearboth {
  clear: both;
}
.entry-content .nopadmargin, .nopadmargin{
	padding:0;
	margin:0;
}
.entry-content .topnopadmargin, .topnopadmargin{
	padding-top:0;
	margin-top:0;
}

/*********************
TOOLS
*********************/
/* line 42, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 49, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.text-left {
  text-align: left;
}

/* line 126, ../scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 127, ../scss/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 131, ../scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 137, ../scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 143, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 149, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 155, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/* line 181, ../scss/_mixins.scss */
.transEnable {
  -webkit-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button, .button:visited,
.posts-navigation a {
  text-transform: uppercase;
  padding: .7em 1em;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: .8em;
  background-color: #712656;
  -webkit-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	border-radius: .2em;
}
.posts-navigation a {
  color: #ffffff !important;
}
.button.brighter{
	background-color:#712656;
}
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus, .posts-navigation a:hover {
  background-color: #91256a;
  color:#ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
}
.button.big {
  font-size: 24px;
}
.button.transparent{
	background-color:transparent;
	border:1px solid #712656;
	color:#712656;
}
.button.transparent:hover {
	background-color:#712656;
	color:#ffffff;
}
.posts-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1em;
}
.social-links {
	display: flex;
justify-content: space-around;
	background-color: #fff;
	padding: 1em 1em .8em 1em;
}
.social-links a{
	display: block;
	text-decoration: none;
	font-size: 2.2rem;
}
.social-links a.icon-linked-in svg,
.social-links a.icon-facebook svg{
	width: 35px;
	height: auto;
	fill:#712656;
}
.social-links a.icon-linked-in:hover svg,
.social-links a.icon-facebook:hover svg{
	fill:#91256a;
}
.well {
	background-color:#e0e0e0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
blockquote {
	color:#712656;
	  margin:2em auto;
	padding: .1em 30px 0 30px;
	  font-size:1.2em;
	  text-align:center;
	background-image: url('../images/quotes.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100px 80px;
}
blockquote.has-text-align-right,
blockquote.has-text-align-left{
	text-align: left;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width:none;
}
.wp-block-pullquote {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.panel.plan .one-eight {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	counter-reset: my-sec-counter;
}
.panel.plan .one-eight li{
	margin: .5em 0;
	padding: 0;
	background: none;
	background-color: #712656;
	padding: 1em;
	font-size: 1.4rem;
	position: relative;
	width: 100%;
	color: #fff;
}
.panel.plan .one-eight li p{
	position: relative;
	z-index: 2;
	padding: 0;
	margin: 2em 0 0 0;
	-webkit-hyphens: none;
    -epub-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}
.panel.plan .one-eight li:before{
	counter-increment: my-sec-counter;
  	content: "0" counter(my-sec-counter);
	color:#712656;
	text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, 2px 2px 2px rgba(255,255,255,0);
	position: absolute;
	left:.3em;
	top:.55em;
	font-size: 4rem;
	z-index: 1;
	font-weight: bold;
	line-height: 0;
	opacity: .2;
}
  
.one-two-four-wrapped {
	background-color: #eff0f2;
	margin-left: -30px;
	margin-right: -30px;
	padding: 1em 30px;
}

.one-two-four {
	display: flex;
	flex-direction: column;
}
.one-two-four > div {
	margin: .8em 0;
}
.one-two-four > div h3{
	color:#712656;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: .5em;
	margin-top: 0;
	line-height: 1.2em;
}
.plan .ah-logo {
	max-width: 100%;
	height: auto;
	width: 150px;
	margin: 2em auto 0 auto;
	display: block;
}
.donateform {
	background-color:#d9eff2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:1em 1em .5em 1em;
	font-size:1em
}
.gform_wrapper .donateform .gform_footer {
    margin: 0;
}

.paypal-secure {
	position:absolute;
	right:15px;
	top:185px;
}
body .gform_wrapper ul li.gfield.gfield_html.paypal-pay img {
    margin:0;
	width:235px;
}
.gfield.compactit {
	font-size:.9em;
	font-style:italic;
}

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/_base.scss */
body {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #333333;
}

/* line 24, ../scss/_base.scss */
.white {
  color: white;
}

/* line 27, ../scss/_base.scss */
.purple,
.ah-purple,
.has-ah-purple-color{
  color: #712656;
}
.bg-pink,
.has-bg-pink-color{
  color: #eadfe6;
}
.teal,
.has-teal-color{
  color: #5fa594;
}
.has-gray-color{
  color: #eff0f2;
}
.has-ah-purple-background-color {
	background-color: #712656;
}
.has-bg-pink-background-color {
	background-color: #eadfe6;
}
.has-teal-background-color {
	background-color: #5fa594;
}
.has-gray-background-color {
	background-color: #eff0f2;
}
.green {
  color: #1baa4b;
}

.orange {
  color: #fe960f;
}

/* line 33, ../scss/_base.scss */
.yellow {
  color: #f8c425;
}
.gold {
	color:#712656;
}
.wp-block-group.has-background {
	padding: 5em 0;
}
.wrap {
  width: 85%;
  margin: 0 auto;
}
.wrap-12 {
  width: 100%;
  margin: 0;
	padding: 0 30px;
}
.wrap.wrapno85 {
	width: 100%;
}

/* line 85, ../scss/_base.scss */
.block {
  display: block;
}

/*********************
LINK STYLES
*********************/
/* line 93, ../scss/_base.scss */
a, a:visited {
  color: #712656;
  /* on hover */
  /* on click */
  /* mobile tap color */
}

/* line 97, ../scss/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #91256a;
}
/* line 107, ../scss/_base.scss */
a.has-ah-purple-background-color {
  -webkit-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.has-ah-purple-background-color:active,
a.has-ah-purple-background-color:focus{
	color: #ffffff;
}
a.has-ah-purple-background-color:hover{
  background-color: #91256a;
	color: #ffffff;
	-webkit-box-shadow: rgb(0 0 0 / 30%) 0.3em 0.3em 0.3em;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
	box-shadow: rgb(0 0 0 / 30%) 0.3em 0.3em 0.3em;
}
/* line 116, ../scss/_base.scss */
.tel {
  color: white;
}
.center {
	text-align:center;
}
.red {
	color:#c02033;
}
.large {
	font-size:1.3em;
}
.progress-title {
	margin:0;
}
.progress-title span{
	display:block;
	line-height:1em;
}
.italic {
	font-style:italic;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 123, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: bold;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 132, ../scss/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 137, ../scss/_base.scss */
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
  font-family: 'Raleway';
  color: #333333;
}

/* line 144, ../scss/_base.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  font-family: 'Raleway';
}
h2.subh2, .subh2{
	line-height: 1.1em;
	margin: 0em;
}
h2.smaller {
	font-size:1.5em;
	line-height:1em;
}

/* line 152, ../scss/_base.scss */
h3, .h3 {
  font-size: 1.4em;
  color: #333333;
}
h3.subh3, .subh3{
	line-height: 1.1em;
	margin: 0em;
}

/* line 157, ../scss/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

/* line 162, ../scss/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 168, ../scss/_base.scss */
.headline, .page-title {
  font-size: 2.3em;
  font-weight: bold;
  margin: 0 0 .5em 0;
  padding: 0;
  line-height: 1em;
  color:#712656;
}
.page-title {
	text-align: center;
}

/* line 185, ../scss/_base.scss */
.headline {
  text-align: center;
  margin-top: 1em;
  text-transform: uppercase;
}
.page-title.news {
	border-bottom:#712656 1px solid;
	margin: .5em 0 .5em 0;
}
.page-title.plan {
	margin: 0;
	padding: .5em 30px;
	width: 100%;
	text-transform:none;
	font-size: 2rem;
	line-height: 1.1em;
	background-color: #712656;
	position: absolute;
	top:240px;
}
.headline::before {
	content: "";
	display: block;
	margin: .5em auto;
	width:4em;
	border-top:.16em solid #712656;
}



/*********************
HEADER STYLES
*********************/
/* line 194, ../scss/_base.scss */
.header {
  position: relative;
  z-index: 99;
}
/* line 196, ../scss/_base.scss */
.header .wrap {
  width: 100%;
  background-color: #505353;
}

/* line 204, ../scss/_base.scss */
#logo {
  margin:0;
}
#logo a {
  display:block;
  background-image: url("../images/all-home-logo.png");
  background-color:#fff;
  background-size:175px 65px;
  background-repeat:no-repeat;
  background-position:center;
  text-indent:-999px;
  height:122px;
  -webkit-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	
}
/* line 222, ../scss/_base.scss */
#logo a span:nth-child(1) {
  font-size: .7em;
  display: block;
  line-height: 1em;
}
/* line 227, ../scss/_base.scss */
#logo a span:nth-child(2) {
  line-height: 1.2em;
  display: block;
}
/* line 231, ../scss/_base.scss */
#logo a span:nth-child(3) {
  font-size: .378em;
  display: block;
  line-height: .6em;
}
/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 329, ../scss/_base.scss */
.toggle {
  display: block;
  padding: 5px 10px;
  background-color: #712656;
  color: white;
  font-size: 2em;
  font-family: 'Raleway';
  text-align: center;
  cursor: pointer;
}
/* line 338, ../scss/_base.scss */
.toggle:hover {
  color: white;
}
/* line 341, ../scss/_base.scss */
.toggle span {
  margin-right: .5em;
}
 .downbtn {
	  display:none;
  }

/* line 345, ../scss/_base.scss */
nav {
  display: block;
}

/* line 348, ../scss/_base.scss */
.hide_menu {
  display: none;
}

/* line 351, ../scss/_base.scss */
.google-map {
  display: none;
}

/* line 364, ../scss/_base.scss */
.nav {
  border-bottom: 0;
  font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 1.5em;
  margin: 0;
  background-color: white;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
	-webkit-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 373, ../scss/_base.scss */
.nav .menu-item span {
  font-size: 2em;
  display: none;
  float: left;
  margin-right: .2em;
  margin-top: -.2em;
}
/* line 381, ../scss/_base.scss */
.nav li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
/* line 383, ../scss/_base.scss */
.nav li a {
  display: block;
  text-decoration: none;
  border-top: 1px solid #eff0f2;
  padding: .4em 1.2em;
  color: #505353;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
/* line 397, ../scss/_base.scss */
.nav li a:hover, .nav li a:focus {
  color: #000000;
}
/* line 419, ../scss/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 2.7em;
}

/* end .nav */
/* line 450, ../scss/_base.scss */
footer {
  text-align: center;
}
/* line 452, ../scss/_base.scss */
footer .nav {
  font-size: 1em;
  margin:.6em 0 0 0;
}
/* line 455, ../scss/_base.scss */
footer .nav li {
  display: inline;
}
/* line 458, ../scss/_base.scss */
footer .nav li a {
  display: inline-block;
  border-top: none;
  color: white;
}
/* line 458, ../scss/_base.scss */
footer .nav li ul.sub-menu{
  display: none !important;
}
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 494, ../scss/_base.scss */
#content {
  padding-top: 2.2em;
}
#content img {
	max-width:100%;
	height:auto;
}

/* line 497, ../scss/_base.scss */
.blog #content, .single #content, .page #content {
}

/* end .hentry */
/* line 520, ../scss/_base.scss */
.single-title,
.page-title {
  color: #712656;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 541, ../scss/_base.scss */
.byline {
  color: #666;
  font-size:.8em;
}

/* entry content */
/* line 548, ../scss/_base.scss */
.entry-content {
	font-size:1em;
	color:#505353;
}
/* line 550, ../scss/_base.scss */
.entry-content p {
  padding: .5em 0;
}
/* line 563, ../scss/_base.scss */
.entry-content ul, .entry-content ol {
  margin: .5em 0;
}
.entry-content ol {
	list-style-type:decimal;
	list-style-position:outside;
}
/* line 565, ../scss/_base.scss */
.entry-content ul li {
  margin: .7em 0;
  padding: 0 1.4em;
  background-image: url("../images/blue-square.jpg");
  background-repeat: no-repeat;
  background-position: .3em .6em;
}
.panel.plan ul  {
	
}
.panel.plan ul li {
	margin: 1.5em 0;
  padding: 0 0 0 2em;
  background-image: url("../images/blue-square.jpg");
  background-repeat: no-repeat;
  background-position: 1em 1em;
}
.panel.plan ul li h3 {
	color: #712656;
    font-size: 2rem;
    margin: 0 0 .2em;
}
.entry-content ul.check{
	list-style-type: none;
	list-style:none;
}
 .entry-content ul.check > li  {
	 background:none;
	 text-indent: -1.4em;
 }
 .entry-content ul.check > li:before  {
	font-family: icomoon;
	content: "\f046";
	color:#712656;
	float: left;
	width: 1.4em;
 }
/* line 591, ../scss/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 598, ../scss/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 614, ../scss/_base.scss */
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
/* line 619, ../scss/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.nextbutton, .prevbutton {
	display: block;
	position: absolute;
    top: 190px;
	z-index: 80;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
    -transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	opacity: .3;
}
.nextbutton:hover, .prevbutton:hover {
	opacity: 6;
}
.prevbutton {
	left: 10px;
}
.nextbutton {
	right: 10px;
}
.nextbutton img, .prevbutton img{
	width: 20px;
	height: auto;
}
.neo-news .prevbutton {
	left: 30%;
	top:-25px;
}
.neo-news .nextbutton {
	right: 30%;
	top:-25px;
}
.news-list-article {
	padding:0;
	background-color: #eff0f2;
	margin:2em 0px;
}
.entry-content .news-list-article img {
	width: 100%;
	height: auto;
	margin: 0;
}
.news-list-article .entry-content {
	padding:.5em 1em .1em 1em;
	/*min-height:240px;*/
	position: relative;
}
.news-list-article .entry-content .date {
	font-size:1.3em;
}
.news-list-article .entry-content .subh2 {
	font-size:1.4em;
}
.news-list-article .entry-content p {
	padding:0;
	margin:.3em 0;
}
.neo-news .owl-carousel .owl-item {
	padding: 0 30px;
}
.owl-controls {
    z-index: 999 !important;
}
.neo-news .news-img {
	background-color: #fff;
}
.neo-news .news-img img{
	display: block;
}
/* end .entry-content */
/* line 627, ../scss/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 633, ../scss/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 639, ../scss/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* line 748, ../scss/_base.scss */
.shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
}
.round {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius:200px;
}

a.buttoncol {
	text-align:center;
	font-size:1.2em;
	max-width:100%;
	display:block;
	margin-top:.4em;
	text-decoration:none;
	color:#fff;
	background-color:#712656;
	padding:.7em 0 .4em 0;
	-webkit-transition: all 0.3s ease-in-out;
    -transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.buttoncol:hover {
	background-color:#712656;
	color:#ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
}
.buttoncol span{
	display:block;
	font-size:2em;
	margin:0 0 .1em 0;
}
.fancybox-iframe object {
  width: 100% !important;
  height: 100% !important;
}
/* line 1008, ../scss/_base.scss */
.page-template-page-media-php .wrap .no_gutter > a {
  position: relative;
  display: block;
  float: left;
}
/* line 1013, ../scss/_base.scss */
.page-template-page-media-php .wrap .no_gutter > a .video_play {
  background-image: url("../images/video_play.png");
  height: 138px;
  width: 138px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -69px 0 0 -69px;
}
/* line 1022, ../scss/_base.scss */
.page-template-page-media-php .wrap .no_gutter > a .video_play:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 1026, ../scss/_base.scss */
.page-template-page-media-php .wrap .no_gutter > a img {
  display: block;
}

/* line 1034, ../scss/_base.scss */
.events_list li {
  border-bottom: 1px solid #40155e;
  padding: 1em 0;
}
/* line 1038, ../scss/_base.scss */
.events_list .event_title {
  font-size: 2.5em;
  font-family: 'Raleway';
  color: #40155e;
}
/* line 1052, ../scss/_base.scss */
.hide-mobile {
  display: none;
}

/* line 1055, ../scss/_base.scss */
.read-more, .read-more:visited, .excerpt-read-more, .excerpt-read-more:visited {
	text-transform: uppercase;
	padding: .7em 1em;
  border: 1px solid #712656;
	color: #712656;
  line-height: 5em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	cursor: pointer;
	border-radius: .2em;
}

/* line 1065, ../scss/_base.scss */
.read-more:hover, .read-more:visited:hover, .excerpt-read-more:hover, .excerpt-read-more:visited:hover {
	background-color:#712656;
	color:#ffffff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
}
.scrollToTopwrapper {
	display:none;
}
.footer .scrollToTopwrapper a {
	text-decoration: none;
}
 .scrollToTop{
	font-size:3em;
	width:65px; 
	height:65px;
	padding:0 10px 10px 9px; 
	text-align:center; 
	background:#712656;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:50px;
	right:40px;
	display:none;
	z-index:999;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.scrollToTop:hover{
	text-decoration:none;
	color:#fff;
	background-color:#712656;
}
.entry-content ul.tight li{
	margin:0;
	font-size:.9em;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-size:1em;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
	font-size:1em;
}


:root .fa-rotate-90, *:root .fa-rotate-180, *:root .fa-rotate-270, *:root .fa-flip-horizontal, *:root .fa-flip-vertical {
    filter: none;
}
.fa-rotate-90 {
    transform: rotate(90deg);
}
.hero {
	background-color: #712656;
}
.hero-image {
	background-image: url('../images/open-door.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	width:100%;
}
.hero-text {
	color:#fff;
	text-align: center;
	padding: .4em 1.2em;
}
.hero-page {
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
}
.hero-page.plan {
	height: 240px;
	margin-bottom: 100px;
	display: block;
}
.hero-page.with-img {
	 
}
.hero-page.with-img::before {
	content:"";
	background-color: rgba(0,0,0,.3);
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 10;
}
.hero-page.with-img.plan::before {
	display: none;
}
.hero-page h1{
	color: #fff;
	font-size: 3em;
	text-transform: uppercase;
	position: relative;
	z-index: 50;
}
.hero-page h1.page-title::before {
	content: "";
	display: block;
	margin: .5em auto;
	width:4em;
	border-top:.16em solid #fff;
}
.hero-page.plan h1.page-title::before {
	display: none;
}
.hero-page.no-img {
	background-color: #ffffff;
	height: auto;
}
.hero-page.no-img h1 {
	color:#712656;
	margin: 1em;
}
.hero-page.no-img h1.page-title::before {
	content: "";
	display: block;
	margin: .5em auto;
	width:4em;
	border-top:.16em solid #712656;
}
.image-boxes.vert, .image-boxes.horiz, .image-boxes.table  {
	text-align: center;
	margin-bottom: 1em;
}
.image-boxes.vert  {
	margin-top: 4em;
}
.image-boxes.vert.narrow  .image-box-text{
	padding: 0 2.5em;
}
.image-boxes.vert > div, .image-boxes.horiz > div{
	padding: 1em 0;
}
.image-boxes.vert > div, .image-boxes.horiz > div, .image-boxes.table > div{
	padding: 1em 0;
}
.image-boxes.horiz > div:first-child, .image-boxes.table > div:first-child{
	padding: 2em 0;
}

.image-boxes .image-box-img img{
	width:112px;
	height: auto;
	margin: 0 auto;
}
.image-boxes h3.image-box-text,
.image-boxes .image-box-text h3{
	font-weight: bold;
	color:#712656;
	font-size: 1.2em;
	margin: 0;
}
.image-boxes .image-box-text p{
	margin-top: 0;
}
.image-boxes .pillars {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.image-boxes .pillars::before {
	content: "";
	background-color: #712656;
	height: 1px;
	width: 120px;
	position: absolute;
	top:-11px;
}

.image-boxes .pillars span{
	display: inline-block;
	box-sizing: border-box;
	padding: 0 .5em;
	position: relative;
	cursor: pointer;
}
.image-boxes .pillars span img{
	width: 35px;
	height: auto;
}
.image-boxes .pillars span .tooltip{
	display: block;
	opacity: 0;
	position: absolute;
	top:-30px;
	left:-77px;
	font-size: .7em;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	color:#ffffff;
	background-color: #712656;
	padding: .5em;
	width:180px;
	z-index: 100;
	text-align: center;
}
.image-boxes .pillars .tooltip::after {
	content: "";
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
	border-top: 10px solid #712656;
	position: absolute;
	bottom:-9px;
	right:80px;
  
  
}
.image-boxes .pillars span:hover .tooltip{
	display: block;
	opacity: 1;
	top:-35px;
}
.panel {
	padding: 6em 0;
}
.panel.plan {
	padding: 2em 0;
}
.panel.plan .wrap {
	width: 100%;
	padding: 0 30px;
}
.panel.plan .headline {
    font-size: 1.7em;
	margin-bottom: 1.5em;
	}
p.quote {
	
}
.panel.gray {
	background-color: #eff0f2;
}
.panel.plan-subhead {
	text-align: center;
	font-size: 1.5rem;
	padding: 1em 0;
	color:#712656;
}
.panel.plan-subhead a.button,
.panel.plan a.button{
	font-size: 1rem;
}
.panel.plan .float-right-img{
	max-width: 300px;
	height: auto;
	margin: 0 auto;
	display: block;
	margin-bottom: 2em;
}
.panel.plan .float-right-img > div{
	font-size: .9rem;
}
.panel.plan.red {
	background-color:#712656;
	color: #fff;
}
.panel.plan.red h3{
	color: #fff;
}
.panel.plan .actions img{
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto .5em auto;
}
.panel.plan .actions {
	display: flex;
	flex-wrap: wrap;
}
.panel.plan .actions p {
	margin: 0;
}
.panel.plan .actions a{
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color:#fff;
	border: 1px solid;
	padding: 1em 1em;
	width: 100%;
	margin: 1em 0;
	border-radius: .2em;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); 
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	transform: scaleY(1);
	font-size: 1.5rem;
}
.panel.plan .actions a:hover{
	-webkit-box-shadow: 4px 4px 8px 4px rgba(0,0,0,0.2); 
box-shadow: 4px 4px 8px 4px rgba(0,0,0,0.2);
	transform: scale(1.05);
}
.panel.plan .actions a:nth-child(odd){
	margin-left: 0;
}
.panel.plan .actions a:nth-child(right){
	margin-left: 0;
}
.panel.plan blockquote {
	margin:3em 0;
}
.panel.plan.smaller {
	font-size: 1.2rem;
	counter-reset: faq-counter;
}
.panel.plan.smaller .wp-block-pb-accordion-item h2{
	font-size: 1.2em;
	padding-right: 2.5em;
}
.panel.plan.smaller .wp-block-pb-accordion-item h2:before{
	counter-increment: faq-counter;
		content:counter(faq-counter) ". ";
}
.map-panel {
	background-color: #eadfe6;
}
.panel img {
	max-width: 100%;
	height: auto;
}
.lrg-num {
	position: relative;
}
.lrg-num .lrg-num-text {
	padding: 0 .5em;
}
.lrg-num .lrg-num-num {
  color: #ffffff;
  font-size: 3.5em;
  font-weight: bold;
  background-color: #ffffff;
	background-size: 202px 202px;
	background-position: center;
	width:200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	border-radius: 100px;
	margin: .5em auto .2em auto;
	position: relative;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(86,86,86,0.44);
-moz-box-shadow: 5px 5px 15px 0px rgba(86,86,86,0.44);
box-shadow: 5px 5px 15px 0px rgba(86,86,86,0.44);
}
.lrg-num .lrg-num-num .lrg-num-wrap {
	background-color: rgba(113, 38, 86, .95);
	width:90px;
	height: 90px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	box-sizing: border-box;
	display: none;
}

.lrg-num:nth-child(1) .lrg-num-num .lrg-num-wrap{
	padding: 0 0 .1em 0;
}
.lrg-num:nth-child(2) .lrg-num-num .lrg-num-wrap{
	padding: 0 0 .1em 0;
}
.lrg-num:nth-child(3) .lrg-num-num .lrg-num-wrap{
	padding: 0 0 .2em 0;
}
.lrg-num:nth-child(4) .lrg-num-num .lrg-num-wrap{
	padding: 0 .1em .2em 0;
}
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 1074, ../scss/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
  font-size:1.3em;
  font-weight:bold;
}

/* line 1077, ../scss/_base.scss */
.pagination {
  text-align: center;
}
/* line 1079, ../scss/_base.scss */
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  margin: 1px;
}
/* line 1085, ../scss/_base.scss */
.pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
/* line 1091, ../scss/_base.scss */
.pagination ul li a, .pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: .5em;
  min-width: 1em;
  display: block;
}
/* line 1102, ../scss/_base.scss */
.pagination ul li span.current {
  font-weight: bold;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 1117, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 1121, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right;
}
.page-numbers.prev, .page-numbers.next {
	color:#fff;
	background-color:#5fa594;
	-webkit-border-radius: .1em;
    -moz-border-radius: .1em;
    border-radius: .1em;
	padding:.5em .7em;
	text-decoration: none;
}
.page-numbers.prev:hover, .page-numbers.next:hover {
	background-color:#377b6a;
}
.solutions-wrapper .nav-links a{
	margin: 0 .4em;
}


/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 1132, ../scss/_base.scss */
#comments {
  /* number of comments span */
}

/* line 1149, ../scss/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
/* line 1151, ../scss/_base.scss */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
/* line 1159, ../scss/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 1163, ../scss/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 1181, ../scss/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 1185, ../scss/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 1190, ../scss/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 1204, ../scss/_base.scss */
.commentlist .odd {
  background: #eee;
}
/* line 1207, ../scss/_base.scss */
.commentlist .even {
  background: #fefefe;
}
/* line 1222, ../scss/_base.scss */
.commentlist .vcard {
  margin-left: 50px;
}
/* line 1225, ../scss/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 1233, ../scss/_base.scss */
.commentlist .vcard time {
  float: right;
}
/* line 1236, ../scss/_base.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
/* line 1240, ../scss/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 1250, ../scss/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 1275, ../scss/_base.scss */
.commentlist .comment_content {
  margin-left: 50px;
}
/* line 1278, ../scss/_base.scss */
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 1287, ../scss/_base.scss */
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
/* line 1299, ../scss/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 1324, ../scss/_base.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
/* line 1328, ../scss/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 1331, ../scss/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 1337, ../scss/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 1345, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
/* line 1351, ../scss/_base.scss */
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
/* line 1356, ../scss/_base.scss */
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 1369, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
/* line 1374, ../scss/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
/* line 1387, ../scss/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 1400, ../scss/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 1405, ../scss/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

.wpcf7-form .wpcf7-list-item label {
	display:block;
}

.wpcf7-form .wpcf7-list-item.last {
	float:none;
}
span.wpcf7-list-item {
	margin:.3em 0;
}
.wpcf7-form textarea {
	width:100%;
}
.well {
	background-color:#f2f6f8;
	padding:1em 2em;
	-webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
}
.well .well{
	background-color:#fff;
	margin:1em 0;
	border:1px solid #c8dbe5;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 1421, ../scss/_base.scss */
.widget ul li {
  /* deep nesting */
}
.widget .button {
	display:block;
	width:100%;
	text-align:center;
}

/*********************
FOOTER STYLES
*********************/
/* line 1443, ../scss/_base.scss */
.footer {
  clear: both;
  color: white;
  background-color: #505353;
  background-repeat:repeat-x;
  background-position:top;
  padding:2em 0 2em;
}
.home .footer {
	margin-top:0;
}
/* line 1447, ../scss/_base.scss */
.footer p {
  margin: 0;
}
/* line 1449, ../scss/_base.scss */
.footer p a, .footer a {
  color: white;
  text-decoration:underline;
}
.footer p a:hover, .footer a:hover {
  color: #E2E2E2;
}
/* line 1453, ../scss/_base.scss */
.footer #inner-footer {
  min-height: 50px;
}
footer .nav{
    background:none;
  }
  
.dc-social.static .dcsmt {
    width: 100% !important;
}
li.tab-content {
	width: 100% !important;
}

/* #Accordion
================================================== */

.accordion-header {
	font-weight:normal;
	font-size:1em;
	background: #712656;
	margin: 0 0 0 0;
	padding: .6em 1em;
	border: 1px solid #712656;
	cursor: pointer;
	color: #ffffff;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}

.active-header {
	background: url(../images/active-header.png) #712656;
	background-repeat: no-repeat;
	background-position: right 50%;
	color:#fff
}

.active-header:hover, .inactive-header:hover {
	background: url(../images/active-header-hover.png) #fe960f;
	color:#ffffff;
	border: 1px solid #712656;
	background-repeat: no-repeat;
	background-position: right 50%;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
}
.inactive-header {
	background: url(../images/inactive-header.png), #712656;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.spacer {
	height:5px;
	width:100%
}

.accordion-content {
	display: none;
	padding: 20px;
	background: rgba(255,255,255,0.5);
	border: 1px solid #712656;
	border-top: 0;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.accordion-content, .open-content {
	max-width:100% !important
}
.accordian-content p:empty{
	display:none;
}

#mc-embedded-subscribe-form.mcform {
	padding:0 0 1em 0;
}
#mc-embedded-subscribe-form.mcform p{
	display: inline;
	padding:0;
	margin:0;
}
#mc-embedded-subscribe-form.mcform #mc-embedded-subscribe {
	clear:none;
	display:inline-block;
	margin:0;
	width:auto;
}
ul.gform_fields , ul.gform_fields  li, .entry-content ul.gform_fields, .entry-content ul.gform_fields li  {
	list-style:none;
	padding:0;
	margin:0;
	background:none;
}
.notmobile, .atbreak {
	display: none;
}
.beige-house-bg {
	background-color:#f0ebe7;
	background-image: url("../images/house-bg-beige.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.partners {
	text-align: center;
	margin-top: 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.partners a{
	display: flex;
	width: 150px;
	margin: 0 1em;
	min-height: 100px;
	align-items: center;
}
.partners a img{
	width: 100%;
	height: auto;
}

.team, .team-inner {
	text-align: center;
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.team h3.team-name{
	color:#712656;
	font-size: 1.2em;
	margin: 0;
	padding: 0 1em;
}
.team .team-title{
	padding: 0 1em;
}
.team .member{
	width: 100%;
	margin: 2em 0;
	padding-bottom: .5em;
}
.team .member img {
	max-width: 200px;
	height: auto;
	margin: 0 auto;
}
.team .member.withbio{
	cursor: pointer;
}

.team >div > img,
.team-inner >div > img{
	width: 100%;
	height: auto;
}
.team .team-bio {
	height: 0;
	width:100%;
	overflow: hidden;
}
.team .team-bio.open {
	height:auto;
}
.team-bio-wrap {
	padding: 1em;
}
.biobox .team-bio-wrap {
	padding: 0 1em 1em 1em;
}
.hide-team .team {
	/*display: none;*/
}
.biobox {
	display: none;
	padding: 0 2em 0 2em;
	text-align: left;
	display: none;
	height: 0;
	overflow: hidden;
}
.biobox .bio-name{
	font-size: 1.2em;
	font-weight: bold;
	padding-left: .8em;
}
.img-buttons a, .img-buttons a:visited{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#712656;
	height: 250px;
	color:#ffffff;
	margin-top: 1em;
	background-size: cover;
	background-position: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 2em;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	opacity: 1;
}
.img-buttons a:hover{
	opacity: .9;
	color:#ffffff;
}
.img-buttons a img{
	width: 112px;
	height: 112px;
}
.img-buttons a:nth-child(1){
	background-image: url("../images/purple-map.jpg");
}
.img-buttons a:nth-child(2){
	background-image: url("../images/purple-glasses.jpg");
}
.img-buttons a:nth-child(3){
	background-image: url("../images/purple-stairs.jpg");
}
.img-buttons.two a:nth-child(1){
	background-image: url("../images/purple-key.jpg");
}
.img-buttons.two a:nth-child(2){
	background-image: url("../images/family3.jpg");
}
.img-buttons-tall {
	text-align: center;
}
.img-buttons-tall .img-btn-div{
	padding: 1.5em 1em 1.5em 2em;
}
.img-buttons-tall .img-btn-div.selected{
		background-color:#eff0f2;
	}
.img-buttons-tall .img{
	background-color:#712656;
	height: 150px;
	width: 150px;
	border-radius: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#content .img-buttons-tall .img img{
	width: 112px;
	height: 112px;
	max-width: none;
	margin: 0;
}
.img-buttons-tall h2 {
	color:#712656;
	font-size: 1.5em;
	max-width: none;
	margin: .5em 0 0 0;
}
.img-buttons-tall p {
	margin: 0 0 .5em 0;
}

.img-buttons-tall .breakdown {
		display: block;
	height: 0;
	width: 100%;
	overflow: hidden;
	}
.img-buttons-tall .breakdown.open {
	height: auto;
	}
.breakdown-key{
		position: relative;
	text-align: left;
	font-size: .8em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3em;
	flex-direction:column;
	}
.breakdown-key > div{
		width:200px;
		padding: 0 0 2em 0;
	}


.breakdown-key .teal{
		background-color: #5fa594;
	height: 25px;
	width: 25px;
	position: absolute;
	}
.breakdown-key .purple{
		background-color: #712656;
	height: 25px;
	width: 25px;
	position: absolute;
	}
.key-text {
	margin-left: 35px;
}
.img-btn-exp {
	display: block;
	background-color: #eff0f2;
	padding: 2em 2em;
}
.img-btn-exp-wrap {
	display: none;
}
.arrow-boxes {
	vertical-align: top;
	margin: 0em 0 1em 0;
	font-size: .8em;
}
.arrow-boxes .box {
	display:flex;
	float: left;
	background-color:#5fa594;
	border-radius: .2em;
	padding: .5em 1em;
	color:#fff;
	min-height: 50px;
	justify-content:center;
	align-items: center;
}

.arrow-boxes.boxes1 .box {
	width:100%;
}
.arrow-boxes.boxes2 .box {
	width:100%;
	min-height: none;
}
.arrow-boxes.boxes3 .box {
	width:100%;
	min-height: none;
}
.arrow-boxes.boxes3 .box.empty-box {
	width:100%;
	background-color:transparent;
	border-radius: 0;
	padding:0;
	flex-wrap: wrap;
	display: block;
	position: relative;
}
.arrow-boxes.boxes3 .box.empty-box:last-child {
	width:100%;
}
.arrow-boxes .inner-box {
	display:flex;
	float: left;
	background-color:#5fa594;
	border-radius: .2em;
	padding: .5em 1em;
	color:#fff;
	height: 110px;
	justify-content:center;
	align-items: center;
	width: 47.9999%;
	margin-bottom: 30px;
}
.arrow-boxes .teal-box,
.arrow-boxes .teal-box.inner-box {
	background-color:#712656;
}
.arrow-boxes .empty-box:last-child .inner-box {
	width:47.999%;
}
.arrow-boxes .inner-box:nth-child(1),
.arrow-boxes .inner-box:nth-child(2) {
	margin-bottom: 0px;
}
.arrow-boxes .inner-box:nth-child(1) {
	margin-right: 2%;
}
.arrow-boxes.boxes4 .box {
	width:100%;
}
.arrow-right, .arrow-right2{
	display:flex;
	float: left;
	height: 30px;
	position: relative;
}
.arrow-boxes .arrow-right{
	height: 30px;
}
.arrow-boxes .arrow-right2{
	height: 30px;
}
.arrow-boxes .arrow-right, .arrow-boxes .arrow-right2 {
	width: 100%;
}

.arrow-right::before {
    content: "";
    height: 20px;
    background-color: #505353;
    width: 6px;
    top: 0;
    position: absolute;
	left:50%;
}
.arrow-right::after {
  content: "";
  width: 0; 
  height: 0; 
  border-top: 10px solid #505353;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	right: auto;
	left:50%;
	top:20px;
	margin-left: -7px;
}
.arrow-right2::before {
    content: "";
    height: 20px;
    background-color: #505353;
    width: 6px;
    top: 0;
    position: absolute;
	left:50%;
}
.arrow-right2::after {
  content: "";
  width: 0; 
  height: 0; 
  border-top: 10px solid #505353;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	right: auto;
	left:50%;
	top:20px;
	margin-left: -7px;
}
.arrow-boxes .empty-box .arrow-right {
	width: 47.9999%;
	height: 30px;
	position: absolute;
	top:110px;
	left:48%;
}
.arrow-boxes .empty-box .arrow-right:nth-child(2) {
	margin-bottom: 0px;
	left:0;
}
.arrow-boxes .arrow-split .arrow-right:nth-child(1)::before {
    top: 0;
    width: 6px;
    right:65px;
	left: auto;
}

.arrow-boxes .arrow-split .arrow-right:nth-child(1):after {
	top: 20px;
    left: auto;
    right: 58px;
}
.arrow-boxes .arrow-split .arrow-right:nth-child(2)::before {
    top: 0;
    width: 6px;
    left:65px;
	right: auto;
}

.arrow-boxes .arrow-split .arrow-right:nth-child(2):after {
	top: 20px;
    right: auto;
    left: 65px;
}
.arrow-boxes .empty-box .arrow-right::before {
    top: 0;
    width: 6px;
	left: 50%;
}
.arrow-boxes .empty-box .arrow-right::after {
	top:20px;
	left:50%;
}
.arrow-split {
	width:100%;
	height: 30px;
	float: left;
	position: relative;
}
.arrow-split::before{
	content: "";
	background-color: #505353;
	width:130px;
	height: 6px;
    top: 0;
	left:50%;
	margin-left: -65px;
	position: absolute;
}
.arrow-boxes .arrow-split .arrow-right {
	width: 49.9999%;
    float: left;
    height: 30px;
}
.arrow-boxes .arrow-split .arrow-right:nth-child(1) {
	margin-bottom: 0px;
}
.box-desc {
	padding: 1em 0;
	text-align: center;
	font-weight: bold;
	font-size: .8em;
}
.bamap {
	position: relative;
}
.bamap svg{
	height: auto;
	width: 100%;
	background-color: #ffffff;
}

.bamap .pink{
	fill:#eadfe6;
}

.bamap svg .sanfran,
.bamap svg .san-mateo,
.bamap svg .contra-costa,
.bamap svg .alameda,
.bamap svg .santa-clara,
.bamap svg .marin,
.bamap svg .napa,
.bamap svg .solano,
.bamap svg .sonoma{
	fill:#712656;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bamap svg .sanfran:hover,
.bamap svg .san-mateo:hover,
.bamap svg .contra-costa:hover,
.bamap svg .alameda:hover,
.bamap svg .santa-clara:hover,
.bamap svg .marin:hover,
.bamap svg .napa:hover,
.bamap svg .solano:hover,
.bamap svg .sonoma:hover,
.bamap svg .sanfran.hover,
.bamap svg .san-mateo.hover,
.bamap svg .contra-costa.hover,
.bamap svg .alameda.hover,
.bamap svg .santa-clara.hover,
.bamap svg .marin.hover,
.bamap svg .napa.hover,
.bamap svg .solano.hover,
.bamap svg .sonoma.hover {
	fill:#5fa594;
}
.bamap.search-map svg .hover .sanfran,
.bamap.search-map svg .hover .san-mateo,
.bamap.search-map svg .hover .contra-costa,
.bamap.search-map svg .hover .alameda,
.bamap.search-map svg .hover .santa-clara,
.bamap.search-map svg .hover .marin,
.bamap.search-map svg .hover .napa,
.bamap.search-map svg .hover .solano,
.bamap.search-map svg .hover .sonoma {
	fill:#5fa594;
}
.map-text {
	width: 85%;
    margin: 0 auto;
	padding: 1em 0 2em 0;
	text-align: center;
}
.annoucenment {
	text-align: center;
	padding: .5em 1em;
	background-color: #712656;
	color:#ffffff;
	font-size: 1.2em;
}
.credit{
	color: #fff;
	font-size: .7em;
	position: absolute;
	bottom: 2px;
	right: 5px;
	z-index: 11;
}
.content-slider {
	height: 0;
	overflow: hidden;
}
.content-slider.open {
	height: auto;
}
.content-slider-wrap {
	display: none;
}
.content-slider-wrap.open {
	display: block;
}
.slide-buttons{
	height: auto;
	text-align: center;
	margin: 0 0 2em 0;
}
.slide-buttons .button{
	width: 100%;
    border-radius: 0;
    box-sizing: border-box;
    height: 120px;
    margin: 0;
	margin-bottom: .5em;
    padding: 1.2em 1em 1em 1em;
    font-size: 1.4em;
	display: flex;
	justify-content:center;
	align-items: center;
}
.slide-buttons .button.open{
	background-color: #5fa594;
}
.content-slider-wrap .gform_wrapper h3.gform_title{
	margin-top: 1em;
	font-size: 1.5em;
	color:#712656;
	text-align: center;
	display: none;
}
.content-slider-content {
	background-color: #505353;
	background-image: url("../images/gray-houses.jpg");
	background-position:top;
	background-size: cover;
	color: #ffffff;
	padding: 1em;
	font-size: 1.2em;
	position: relative;
	margin-bottom: 2em;
}
div:nth-child(2) > .content-slider-content {
	background-image: url("../images/gray-door.jpg");
}
.content-slider-wrap h2{
	color: #ffffff;
	margin: .3em 0;
}
.slider-desc {
	margin: 0 0 1em 0;
}
.slider-reveal {
	height: 0;
	overflow: hidden;
	text-align: left;
	font-size: .8em;
}
.slider-reveal.open {
	height: auto;
}
.slider-reveal ul {
	border-top:#fff solid 1px;
	margin: 0;
	padding-top: .5em;
}
.slider-reveal ul li {
    margin: 1em 0 1em 2.2em;
	position: relative;
}
.slider-reveal i {
	margin-right: .5em;
    position: absolute;
    left: -1.6em;
    top: .2em;
    font-size: 1.1em;
}
.content-slider-content .icon-button .fa-minus {
	display: none;
}
.content-slider-content .icon-button.open .fa-minus {
	display: inline;
}
.content-slider-content .icon-button.open .fa-plus {
	display: none;
}
.content-slider-content .icon-button {
	display: block;
	position: absolute;
	color: #ffffff;
	background-color: #712656;
	font-size: 1.5em;
	border-radius: 10em;
	bottom:-20px;
	width:40px;
	height:40px;
	line-height: 1.3em;
	left: 50%;
	margin-left: -20px;
	-webkit-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	cursor: pointer;
	text-align: center;
}
.content-slider-content .icon-button:hover {
	background-color: #91256a;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
  box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
}
.gform_wrapper ul.gfield_checkbox li label {
    margin-top: 10px;
}
.map-stats-map {
	max-width: 100%;
	height: auto;
	-webkit-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.2);
}
.map-stats {
	max-width: 100%;
}
.map-stats h2{
	border-bottom: 2px solid #333333;
}
.map-stats .map-stat{
	margin-bottom: 1.5em;
}
.map-stats .map-stat-title{
	font-weight: bold;
}
.map-stats .map-stat-num{
	font-size:2em;
	color:#712656;
}
.c-accordion__item { /* The accordion item container */
	border:1px solid #712656;
	border-radius: .2em;
	margin-bottom: 1em;
} 
.c-accordion__item.is-open { /* is-open is added to open accordion items */
	
} 
.c-accordion__item.is-read { /* is-read is added to accordion items that have been opened at least once */
	
}
.c-accordion__title { /* An accordion item title */
	margin: 0;
	padding: .4em .5em;
	color:#712656;
	-webkit-transition: all 0.3s ease-in-out;
	-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0em 0em 0em;
    -moz-box-shadow: rgba(0, 0, 0, 0) 0em 0em 0em;
    box-shadow: rgba(0, 0, 0, 0) 0em 0em 0em;
}
.c-accordion__title:hover { /* To modify the style when hovering over an accordion item title */
	background-color:#712656;
	color:#ffffff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
	box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
}
.c-accordion__title:focus {} /* To modify the style when an accordion item title currently has broswer focus */
.c-accordion__content { /* An accordion item content container */
	padding: 0 1em;
}
.c-accordion__title:after {
	color:#712656;
	right:1em;
}
.c-accordion__title:hover:after {
	color:#ffffff;
}

.copyright > div:first-child {
	margin-bottom: 1em;
}

/* Solutions Library START*/
.solutions-wrapper {
	text-align: center;
	padding: 35px 0;
}
.news-filter {
	font-size: 1.15rem;
	padding: 0 1.6666%;
}
.reg-filter {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.strategies {
	display: flex;
	flex-wrap: wrap;
	margin: 1em -.3em;
	justify-content: center;
}
.news-filter label input {
    cursor: pointer;
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.news-filter label div,
.map-search-button,
.reg-search-button{
    color: #712656;
    border: 1px solid #712656;
    background-color: #ffffff;
    display: inline-block;
    padding: 0.3em 0.5em 0.2em 0.5em;
    margin: 0 0.3em 0.5em 0.3em;
}
.map-search-button,
.reg-search-button{
	cursor: pointer;
	margin-bottom: 1em;
}
.reg-search-button {
	display: inline-block;
}
.map-search-button span,
.reg-search-button span{
	margin-left: .2em;
}
.reg-search-button {
 visibility: hidden;
	display: none;
	height: 0;
}
.reg-search-button.show {
	display: inline-block;
 visibility: visible;
	height: auto;
}
.bamap.search-map,
.map-response {
	visibility: hidden;
	height: 0;
	-webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
	overflow: hidden;
}
.bamap.search-map.open,
.map-response.open{
	visibility:visible;
	height: auto;
}
.map-search-button:hover,
.reg-search-button:hover{
	color: #fff;
    background-color: #712656;
}
.news-filter label input:checked ~ div {
    background-color: #712656;
    color: #ffffff;
}
.strategies-wrapper > span {
	color: #712656;
}
.news-filter .search {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 1em;
}
.news-filter .search input[type="text"] {
    border-radius: 0.3em 0 0 0.3em;
    padding: 0.5em 0.4em;
	color: #666;
    border: 1px solid #ccc;
}
.news-filter .search .post-search {
    background-color: #712656;
    color: #ffffff;
    border: 0;
    font-size: 1em;
    border-radius: 0 0.3em 0.3em 0;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.adv-search {
    color: #999;
    font-size: .9em;
    cursor: pointer;
    margin-left: 1em;
    justify-content: center;
    align-content: center;
    margin-bottom: 1em;
    height: 2.5em;
    padding: 0.3em 0.5em 0 0.5em;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
	display: block;
    border: 0;
}
.adv-search .fa {
	margin: 0 0 0 .3em;
}
.clear-search {
	margin: 1em 0 0 0;
	color: #999;
    font-size: .9rem;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-content: center;
    border: 1px solid #999;
    height: 2.5em;
	max-width: 8.5em;
	text-align: center;
    padding: .5em 0 0 0;
	border-radius: .2em;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.clear-search i {
	margin: 0 .2em;
}
.clear-search:hover {
	background-color: #dbdbdb;
	color:#999;
}
.no-solutions {
	padding: 1em;
	color:#cccccc;
	font-size: 2rem;
}
.tag-search {
    text-align: left;
    margin: 0 -30px;
    padding: 0 30px;
    background-color: #F4F4F4;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.tag-search.open {
    height: auto;
    padding: 1em 30px;
}
.tag-search h3 {
    margin-bottom: 0.3em;
}
.tag-search strong {
    color: #712656;
    display: block;
    margin-bottom: 0.5em;
}
.tag-search .tag-search-col {
    margin-bottom: 1em;
}
.tag-search .checkbox {
    margin-bottom: 0.6em;
    line-height: 1.4em;
    display: flex;
    align-items: baseline;
}
.tag-search .checkbox input[type=checkbox] {
    margin-right: 0.6em;
}
.tag-search .selector {
	border-radius: 0.3em;
    padding: 0.5em 0.4em;
}
a.solutions-post {
	display: flex;
	flex-direction: column;
	justify-content:center;
	background-color: #712656;
	color:#ffffff;
	text-decoration: none;
	margin: 1.6666%;
	min-height: 230px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0em 0em 0.3em;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0em 0em 0.3em;
  box-shadow: rgba(0, 0, 0, 0.1) 0em 0em 0.3em;
}
a.solutions-post:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0em 0em 0.8em;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0em 0em 0.8em;
  box-shadow: rgba(0, 0, 0, 0.5) 0em 0em 0.8em;
	transform: scale(1.05);
}
a.solutions-post.with-thumb {
	justify-content:flex-start;
}
a.solutions-post img{
	display: block;
	max-width: 100%;
	height: auto;
}
a.solutions-post  h3{
	color:#ffffff;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-height: 30px;
	padding: .6em 1em;
	line-height: 1.1em;
	font-weight: normal;
	flex-grow: 2;
}
.entry-content .solutions-right ul li {
	margin: .5em 0;
	font-size: 1.2rem;
}
.section-title {
	color:#712656;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 1em 0 .4em 0;
}
.section-subtitle {
	color:#999999;
	font-size: .8rem;
	margin: 1em 0 0em 0;
	letter-spacing: .3em;
	text-transform: uppercase;
}
.sol-items {
	font-size: 1.2rem;
}
.solutions-right .bamap {
	margin:2em 0 0 0;
}
.solutions-content {
	padding: 0 0 2em 0;
}
.solutions-videos{
	margin-bottom: 2em;
}
.solutions-videos iframe {
	width: 100%;
	height: 300px;
}
.solutions-copy {
	margin-bottom: 2em;
	margin-top: 2em;
}
.solutions-img {
	background-color: #fff;
}
.solutions-imgs {
	display: flex;
	flex-direction: column;
}
.solutions-imgs > a{
	min-height: 200px;
	background-position: center;
	background-size: cover;
	margin-bottom: 6px;
}
.solutions-imgs img{
	display: block;
	width: 100%;
	height: auto;
}
.solutions-imgs > a img{
	display: none;
}
.solutions-imgs.count-1 > a{
	background: transparent !important;
	min-height: unset !important;
}
.solutions-imgs.count-1 > a img{
	display: block;
}
.solutions-top a.img-button {
		color:#fff;
		background-color: #712656;
		display: block;
		text-decoration: none;
		padding: .5em 1em;
		text-align: center;
		margin-top: 6px;
		cursor: pointer;
}
.solutions-imgs .vert-img{
	display: flex;
}.solutions-imgs .vert-img a{
	width: 100%;
}
.solutions-imgs .vert-img a:first-child{
	margin-right: 6px;
}
.download_info {
	font-size: .9rem;
	border:1px solid #712656;
	display: inline-block;
	color: #712656;
	padding: .3em .5em;
	display: inline-block;
}
.download_info input[type=submit] {
	border:0;
	background: transparent;
	padding: 0;
	color:#712656;
}
.download_info:hover {
	color:#712656;
	border:1px solid #712656;
}
.download_info:hover input[type=submit] {
	color:#712656;
}
a.bread {
	color:#fff;
	text-decoration: none;
	position: relative;
	z-index: 10;
	margin-top: 2em;
}
a.bread:hover {
	color:#fff;
	text-decoration: underline;
}
.single-solutions .hero-page h1.page-title::before {
	margin: 0 auto 0.5em auto;
	border-top: 0;
}

.content-area .icons.empty{
	display: none;
}
.icons >.wrap {
	width: 100%;
}
.icons {
	text-align: center;
}
.icons > div > div {
	display: block;
	padding: 2em 0;
	border: 0;
}
.icons img{
	width: 100px;
	max-width: 100%;
	height: auto;
}

.icons .icon_title{
	padding: 0;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.3em;
	-webkit-hyphens: none;
   -moz-hyphens: none;
        hyphens: none;
}
.icons p:first-child,
.wp-block-group .icons p:first-child{
	margin-top: .5em;
}
.icons p:last-child,
.wp-block-group .icons p:last-child{
	margin-bottom: .5em;
}

/* Solutions Library END*/

.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
}

.page-template-page-big-moves .hero-page{
	height: 300px;
}
.page-template-page-big-moves .entry-content {
	font-size: 1.4rem;
}
.page-template-page-big-moves .big-moves .move{
	text-align: center;
	font-size: 1.4rem;
	display: block;
	margin: 2em 1em;
	padding: 1em 1em .1em 1em;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.15);
}
.page-template-page-big-moves .big-moves .move .move-image img{
	display: block;
	margin: 0 auto;
}
.page-template-page-big-moves .big-moves .move.houses .move-image img{
	width: 200px;
	height: auto;
}
.page-template-page-big-moves .big-moves .move.safety .move-image img{
	width: 160px;
	height: auto;
}
.page-template-page-big-moves .big-moves .move.ladder .move-image img{
	width: 90px;
	height: auto;
}
.page-template-page-big-moves .big-moves .move.ppl .move-image img{
	width: 270px;
	height: auto;
}
.page-template-page-big-moves .big-moves .move.cash .move-image img{
	width: 200px;
	height: auto;
}

.page-template-page-big-moves .small-moves .move-it {
	text-align: center;
	font-size: 1.4rem;
	margin: 1em 0;
}
.page-template-page-big-moves .small-moves .move-it-content p {
	margin: 0;
}
.page-template-page-big-moves .small-moves .move-it .move-it-img img{
	display: block;
	margin: 0 auto;
	width: 130px;
	height: auto;
}
.page-template-page-big-moves .small-moves .move-head{
	background-color: #41A994;
	color:#fff;
	
	text-align: center;
	padding: 1em;
	
}
.page-template-page-big-moves .small-moves .move-head .move-header{
	background-color: #712656;
	font-size: 1.5rem;
	min-width: 5.5em;
	padding: 0 10px;
	margin: 0 auto;
	font-weight: normal;
	text-transform: uppercase;
}
.page-template-page-big-moves .small-moves .move-head .head-content{
	font-size: 1.7rem;
	line-height: 1.3em;
	max-width: 800px;
	margin: .5em auto .5em auto;
	font-weight: bold;
}
.homeslider {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.homeslider .item > img {
	width: 100%;
	height: auto;
	display: block;
}
.homeslider a.item {
	display: block;
}
.homeslider .owl-controls .owl-pagination {
	display: flex;
	flex-direction: row;
	margin: auto;
    width: auto;
    position: absolute;
	bottom:-26px;
	right:auto;
	top: auto;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
.owl-theme.homeslider .owl-controls .owl-page span {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 20px;
    height: 10px;
    margin: 3px 2px;
    opacity: 1;
    width: 10px;
}

/* Tabs STARTS */
.support-card-wrapper {
    margin: 2em auto 0 auto;
}
#tab-contents-d {
	display: none;
}
.tab {
	margin-bottom: 1em;
}
.tab > .tab-contents,
.tab-contents-wrapper {
	height: 0;
	overflow: hidden;
	visibility: hidden;
	border-left: 1px solid #712656;
	border-bottom: 1px solid #712656;
	border-right: 1px solid #712656;
    border-radius: 0 0 .2em .2em;
	padding: 0 1em;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tab-contents-wrapper {
	display: none;
}
.tab > .tab-contents.open,
.tab-contents-wrapper.open {
	padding: .4em 1em;
	visibility: visible;
	height: auto;
	transition-delay: 0s;
}
.tab-contents .type-title {
	margin-top: .5em;
	color: #712656;
	font-size: 1.25rem;
	font-weight: bold;
}
.tab-button {
	border: 1px solid #712656;
    border-radius: .2em;
}
.tab-button.open {
	border-radius: .2em .2em 0 0;
}
.tab-button .tab-title {
	padding: .4em .5em;
    color: #712656;
	cursor: pointer;
    padding-right: 2rem;
    position: relative;
	font-size: 1.25rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.tab-button .tab-title svg{
	margin-right: .5em;
}
.tab-button .tab-title:after {
    content: "+";
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	color: #712656;
    right: 1em;
}
.tab-contents .c-accordion__item {
    border: 0;
}
.tab-contents .c-accordion__title {
    padding: 0 0 0 1.2em;
	font-weight: bold;
	font-size: 1.1rem;
}
.tab-contents .c-accordion__title:after {
    right: auto;
	left:0;
	border: 1px solid #712656;
	border-radius: 100px;
	width: .7em;
    height: .7em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    padding: .05em 0 0 0;
    box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tab-contents .is-open>.c-accordion__title:after {
	padding: 0em 0 0.05em 0;
}
.tab-contents .c-accordion__title:hover {
    background-color: transparent;
    color: #712656;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	margin-top:-.2em;
	padding-bottom:.2em;
}
.tab-contents .c-accordion__title:hover:after {
    color: #712656;
	top:43%;
}
.tab-contents .c-accordion__content {
    padding: .1em 1em;
	border-top: 1px solid #712656;
	border-left: 1px solid #712656;
	border-bottom: 1px solid #712656;
	border-right: 1px solid #712656;
    border-radius: 0 0 .2em .2em;
	background-color: #fff;
}
.tab-contents .eval-title {
	font-weight: bold;
    font-size: 1.1rem;
	color: #712656;
}
.tab-contents .eval-questions ul{
	list-style: disc;
	padding: 0 0 0 1.5em;
    margin: .5em 0 1em 0;
}
.tab-contents .eval-questions ul li {
  	margin-bottom: 1em;
}
.tab-contents .eval-questions ul li::marker {
  	color: #712656;
}
/* Tabs ENDS */


/*RAP Page 2024 START */
.rap-plan-hero-wrap {
	background-color: #712656;
}
.rap-plan-hero {
	margin-bottom: 1em;
	background-color: #712656;
	padding: 0;
	text-align: center;
}
.rap-plan-hero .page-title.rap-plan {
	color: #fff;
	display: flex;
	flex-direction: column;
	padding: 1em 0 0 0;
	margin-bottom: 1em;
}
.rap-plan-hero .page-title.rap-plan span:nth-child(2){
	font-weight: normal;
	position: relative;
}
.rap-plan-hero .page-title.rap-plan span:nth-child(2)::after{
	content:"";
	display: block;
	position: absolute;
	bottom:-20px;
	width:100px;
	height: 6px;
	background-color: #e4cbdc;
	left:calc(50% - 50px);
}
.rap-plan-hero h2 {
	font-size: 1.25rem;
	color: #fff;
	font-weight: normal;
	margin: .5em 0;
}
.rap-plan-hero .rap-plan-mobile-img img{
	max-width: 100%;
	height: auto;
	display: block;
}
.panel.rap-plan {
    padding: .5em 0 1em 0;
    font-size: 1.2rem;
}
.rap-plan-link-boxes {
	padding: 0 0 1em 0;
	color: #fff;
}
.rap-plan-link-boxes .rap-box{
	background-color: #fff;
	margin-bottom: 1em;
	padding: 1.2em 1.2em 1.2em 1.2em;
	position: relative;
	border:1px solid #712656;
}
.rap-plan-link-boxes .rap-box::before {
	content:"";
	position: absolute;
	background-color: #fff;
	top:0;
	right: 0;
	bottom: 0;
	left:0;
	opacity: .85;
}
.rap-plan-link-boxes .rap-box .rap-box-title{
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.3em;
	margin-bottom: .4em;
	position: relative;
	color:#712656;
}
.rap-plan-link-boxes .rap-box .rap-box-desc{
	font-size: 1.2rem;
	position: relative;
	color:#712656;
}
.rap-plan-link-boxes .rap-box .button,
.rap-plan-link-boxes .rap-box .button:visited {
    background-color: #5fa594;
	margin-top: 1em;
	margin-bottom: 0;
	position: relative;
}
.rap-plan-link-boxes .rap-box-title-button {
	display: none;
	color:#712656;
}
/*RAP Page 2024 END */

/*projects page header START */
.projects-hero-wrap {
	background-color: #b6eaff;
}
.projects-hero {
	margin-bottom: 1em;
	background-color: #b6eaff;
	padding: 0;
	text-align: center;
}
.projects-hero .ca-jobs-first-ba {
	max-width: 100%;
	height: auto;
	margin-bottom: .6em;
	width: 270px;
}
.projects-hero .page-title.projects-head {
	color: #031141;
	display: flex;
	flex-direction: column;
	padding: 1em 0 0 0;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.projects-hero .page-title.projects-head span:nth-child(2){
	font-weight: normal;
	position: relative;
}
.projects-hero h2 {
	font-size: 1.25rem;
	color: #fff;
	font-weight: normal;
	margin: .5em 0;
}
.projects-mobile-img img,
.projects-mobile-img2 img{
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.projects-mobile-img2{
	display: none;
}
/*projects page header END */

body .fancybox__slide {
    padding: 8px 8px 8px 8px;
}
body .fancybox__content>.carousel__button.is-close {
    color: #000;
	top:5px;
	right: 5px;
}
#newsletter-signup .popup-content {
	background-color: #fff;
}
#newsletter-signup .popup-content h2{
	color: #712656;
}
#newsletter-signup .popup-content .wide{
	margin-left: -36px;
	margin-right: -36px;
	height: auto;
	width: calc(100% + 72px);
}
#newsletter-signup .gform_description {
	font-size: 1.4em;
	color: #712656;
}
/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 28, ../scss/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 29, ../scss/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 30, ../scss/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 31, ../scss/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 74, ../scss/_481up.scss */


  /* entry content */
  /* line 78, ../scss/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 82, ../scss/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft,  {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 87, ../scss/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright, {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  
  .entry-content .alignleft.big, .entry-content img.alignleft.big, .entry-content .alignright.big, .entry-content img.alignright.big {
    margin-left: auto;
	margin-right: auto;
    display:block;
    float:none;
  }
  
  /* line 92, ../scss/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /* line 105, ../scss/_481up.scss */
  .headline.headleft {
    text-align: left;
  }
	.hero.mobile, .mobile {
		display: none;
	}
	.solutions-imgs > a{
		min-height: 250px;
	}
}
@media only screen and (min-width: 580px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 580px and Up Stylesheet
  
  ******************************************************************/

  /* line 22, ../scss/_580up.scss */
  div.rotator, div.rotator ul, div.rotator ul li {
  }

  /* line 38, ../scss/_580up.scss */
  .headline {
    margin-top: 0;
  }

  /* line 42, ../scss/_580up.scss */
  .img-margin-left {
    margin-left: 300px;
  }
	.nextbutton, .prevbutton {
	}
	.prevbutton {
		left: 15px;
	}
	.nextbutton {
		right: 15px;
	}
	.nextbutton img, .prevbutton img{
		width: 30px;
	}
	.neo-news .prevbutton {
		left: 40%;
		top:-40px;
	}
	.neo-news .nextbutton {
		right: 40%;
		top:-40px;
	}
	.page-template-page-big-moves .big-moves .move{
		text-align: center;
		font-size: 1.4rem;
		display: block;
		margin: 2em auto;
		padding: 1em 1em .1em 1em;
		background-color: #fff;
		max-width: 475px;
	}
}
@media only screen and (min-width: 640px) {
body .gform_wrapper ul li.gfield.gfield_html.paypal-pay{
    position:relative;
}
body .gform_wrapper ul li.gfield.gfield_html.paypal-pay a{
    position:absolute;
	bottom:-83px;
	left:170px;
	padding:0 10px 0px 10px;
	background-color:#ffffff;
}
body .gform_wrapper ul li.gfield.gfield_html.paypal-pay img {
    width:180px;
}
.gform_wrapper .donateform .gform_footer {
    margin-top: 1.5em;
}
.language-notice .notice{
	display:inline-block;
}
.language-notice .notice:nth-child(2){
	border-right:1px solid;
	padding-right:.5em;
}
.language-notice .notice:nth-child(3){
	padding-left:.5em;
}
.checkbox-grid .gfield_checkbox > li {
	  display:inline-block;
	  width:49.9%;
  }
.solutions-videos iframe {
	width: 100%;
	max-width: 650px;
	height: 400px;
}
.solutions-videos iframe.fb-video {
	width: 100%;
	max-width: 500px;
	height: 500px;
}
	
	.solutions-imgs > a{
		min-height: 350px;
	}
	.solutions-imgs.count-2 > a {
		min-height: 300px;
	}
	.single-solutions .hero-page {
		flex-direction: column;
	}
 
}

/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 800px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /* line 24, ../scss/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, ../scss/_grid.scss */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, ../scss/_grid.scss */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, ../scss/_grid.scss */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, ../scss/_grid.scss */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, ../scss/_grid.scss */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, ../scss/_grid.scss */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, ../scss/_grid.scss */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, ../scss/_grid.scss */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, ../scss/_grid.scss */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, ../scss/_grid.scss */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 35, ../scss/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /* line 38, ../scss/_grid.scss */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  /* line 44, ../scss/_grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 48, ../scss/_grid.scss */
  .last {
    float: right;
  }

  /* line 51, ../scss/_grid.scss */
  .no_gutter {
    margin-left: 0;
  }
  
  .checkbox-grid .gfield_checkbox > li {
	  display:inline-block;
	  width:33.3%;
  }
  
  .entry-content .alignleft.big, .entry-content img.alignleft.big {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 87, ../scss/_481up.scss */
  .entry-content .alignright.big, .entry-content img.alignright.big {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 26, ../scss/_800up.scss */
  .wrap {
    max-width: 1140px;
  }
  .wrap.wrap-12 {
    max-width: 1200px;
	  width: 100%;
  }

  /* line 29, ../scss/_800up.scss */
  #inner-header {
    max-width: none;
  }

  /*********************
  HEADER STYLES
  *********************/
  /* line 37, ../scss/_800up.scss */
  .header {
    z-index: 99;
    width: 100%;
    background: #eff0f2;
	position:fixed;
	height:120px;
	  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  }
  .header.small {
	  height: 80px;
	  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  }

  /* line 44, ../scss/_800up.scss */
  .header .wrap {
    max-width: 1140px;
    background: none;
  }

  /* line 57, ../scss/_800up.scss */
  .tel {
    text-decoration: none;
  }

  /* line 60, ../scss/_800up.scss */
  .headline, .page-title {
    font-size: 2.2em;
  }

  /* line 64, ../scss/_800up.scss */
  #logo {
	  width:180px;
	  position: absolute;
	  left:5%;
  }
  /* line 69, ../scss/_800up.scss */
  #logo a {
    width:175px;
	height: 65px;
	background-size: contain;
	margin-top: 27px;
	background-color:transparent;
  }
  #logo.small a {
	  width:130px;
	  height:49px;
	  margin-top: 15px;
  }
  /* line 71, ../scss/_800up.scss */
  #logo a span:nth-child(1) {
    font-size: .7em;
    line-height: 1em;
  }
  /* line 75, ../scss/_800up.scss */
  #logo a span:nth-child(2) {
    line-height: 1.2em;
  }
  /* line 78, ../scss/_800up.scss */
  #logo a span:nth-child(3) {
    font-size: .378em;
    line-height: .6em;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 90, ../scss/_800up.scss */
	#content {
		min-height: 500px;
		background-color: #ffffff;
	}
  #content-buffer {
	  background-repeat:repeat;
	  background-color:#505353;
	  height:119px;
  }
  
  /* line 141, ../scss/_800up.scss */
  .hide-mobile {
    display: block;
  }
  a.news-link {
	height:160px;
	font-size:.8em;
	overflow:hidden;
 }
	a .headline, a.nounderline {
		text-decoration: none;
	}

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 169, ../scss/_800up.scss */
  .toggle {
    display: none;
  }

  /* line 172, ../scss/_800up.scss */
  .hide_menu {
    display: block !important;
  }

  /* line 175, ../scss/_800up.scss */
  .nav {
    border: 0;
    font-size: 1.2em;
    background: none;
	  text-align: right;
	  max-width: 572px;
	  position: absolute;
	  right: 2%;
	  line-height: 1em;
	  top:2.5em;
	  
  }
  nav.main.small .nav {
    font-size: 1.1em;
	  top:1.3em;
  }
  /* line 184, ../scss/_800up.scss */
  .nav .menu-item span {
    display: block;
  }
  /* line 187, ../scss/_800up.scss */
  .nav ul {
    margin-top: 0;
  }
  /* line 190, ../scss/_800up.scss */
  .nav li {
    display: inline-block;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 194, ../scss/_800up.scss */
  .nav li a {
    border-bottom: 0;
    padding: .2em .5em;
    color: #505353;
    border-top: none;
	text-transform:uppercase;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  
  /* line 207, ../scss/_800up.scss */
  .nav li.active a {
    color: #f8c425;
  }
  /* line 213, ../scss/_800up.scss */
  .nav li:last-child a {
    padding: .5em 0 .5em .5em;
  }
  /* line 222, ../scss/_800up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  /* line 231, ../scss/_800up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 233, ../scss/_800up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding: .8em 1em;
    border-right: 0;
    display: block;
    width: 180px;
	background-color: #505353;
	color:#fff;
	font-size:18px;
	  text-align: left;
	  cursor: pointer;
  }
  .nav li ul.sub-menu li a:hover,
  .nav li ul.children li a:hover {
	background-color: #000000;
	color:#fff;
  }
  /* line 250, ../scss/_800up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 272, ../scss/_800up.scss */
  .nav li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }
  /* line 287, ../scss/_800up.scss */
  .nav#menu-submenu {
    font-size: .7em;
    margin: 1.5em 0 .5em 0;
  }
	.social-links{
		position: absolute;
		width: 200px;
		background: transparent;
		right: 0;
		top:0;
		-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	}
	.social-links a {
    	font-size: 1.5rem;
	}
	.social-links a.icon-linked-in svg, .social-links a.icon-facebook svg {
		width: 22px;
	}
	.small .social-links{
		opacity: 0;
	}
	

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 297, ../scss/_800up.scss */
  .sidebar {
    margin-top: 0;
  }

  /* line 301, ../scss/_800up.scss */
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }

  /* line 306, ../scss/_800up.scss */
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  /* line 311, ../scss/_800up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 319, ../scss/_800up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* line 425, ../scss/_800up.scss */
  .footer {
    text-align: center;
	  padding: 2em 0 4em; 
  }
  /* line 427, ../scss/_800up.scss */
  .footer p {
    margin: 1.1em 0 0 0;
  }

  /* line 433, ../scss/_800up.scss */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }
  footer nav{
    float:right;
    text-align:right;
  }
  footer .nav{
    float:none;
    width:100%;
  }
  footer .social{
    font-size:1.5em;
  }

  .waypoint.wpb {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  bottom: -50px;
}
.waypoint.wpl {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  left: -50px;
}
.waypoint.wpr {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  right: -50px;
}
.come-in.wpr, .come-in.wpl, .come-in.wpb {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  bottom: 0;
  left: 0;
  right: 0;
}
.scrollToTopwrapper {
	display:block;
}
a.downbtn {
	  display:inline-block;
	  font-size:4.5em;
	  position:absolute;
	  top:570px;
	  z-index:98;
	  text-decoration:none;
	  left:50%;
	  color:#ffffff;
	  background-color:#712656;
	  border-radius:3em;
	  width:1.3em;
	  height:1.3em;
	  text-align:center;
	  border:6px solid #ffffff;
	  margin: 0 0 0 -.6em;
	  line-height:1.3em;
 }
 a.downbtn:hover {
	  color:#ffffff;
	  background-color:#fe960f;
 }
 a.buttoncol {
	margin-top:0;
	height:180px;
}
	.hero-page {
		height: 450px;
	}
	.lrg-num {
		position: relative;
    	float: left;
		width: 24%;
	}
	.lrg-num:nth-child(1){
		margin-right: 1.9%;
	}
	.lrg-num:nth-child(2){
	}
	.lrg-num:nth-child(3){
		margin-right: 1.9%;
	}
	.lrg-num:nth-child(4){
	}
	.notmobile {
		display:block;
	}
	
	.image-boxes.horiz, .image-boxes.table {
		text-align: left;
		margin-bottom: 0;
	}
	.image-boxes.horiz div, .image-boxes.horiz > div:first-child{
		margin-left: 1em;
		position: relative;
		padding: .5em 0;
	}
	.image-boxes.table div, .image-boxes.table > div:first-child{
		margin-left: 1em;
		position: relative;
		padding: 1em 0;
	}
	.image-boxes.horiz .image-box-img, .image-boxes.table .image-box-img{
		position: absolute;
		left:0;
	}
	.image-boxes.horiz .image-box-text{
		margin-left: 150px;
	}
	.image-boxes.table .image-box-text{
		margin: 0 0 0 170px;
	}
	.image-boxes.table {
		padding-bottom: 3em;
	}
	.image-boxes .image-box-text p {
		margin: 0;
	}
	.image-boxes .image-box-text.larger p {
		font-size: 1.3em;
	}
	.image-boxes .image-box-text.larger h3{
		font-size: 1.5em;
	}
	.image-boxes.table div.pillars  {
		justify-content: flex-start;
		align-content: flex-start;
		margin-left: 170px;
		padding: 0;
	}
	.image-boxes .pillars::before {
		content: "";
		background-color: #712656;
		height: 1px;
		width: 160px;
		position: absolute;
		top: -11px;
	}
	
	.headline.deskleft {
		text-align: left;
	}
	.center.deskleft {
		text-align: left;
	}
	.headline.deskleft::before {
		content: "";
		display: block;
		margin: .5em 0;
		width: 4em;
		border-top: .16em solid #712656;
	}
	.img-buttons a{
		float: left;
		width: 32.9999%;
		margin-right: .5%;
		height: 400px;
	}
	.img-buttons.two a{
		width: 48.9999%;
		margin-right: .5%;
	}
	.img-buttons a:last-child,
	.img-buttons.two a:last-child{
		margin-right: 0;
	}
	
	
	.img-buttons-tall .img-buttons-tall-inner{
		padding-bottom: 60px;
		min-height: 410px;
		position: relative;
	}
	
	.img-buttons-tall h2{
		padding: 0;
	}
	.img-buttons-tall .button{
		position: absolute;
		bottom:0;
		margin: 0 auto;
		left: 0;
		right: 0;
		width: 165px;
	}
	.bamap {
		position: relative;
		text-align: right;
		background-color: #ffffff;
		height: 500px;
		width: 587px;
		box-sizing: content-box;
		padding-left:15%;
	}
	.bamap.search-map {
		padding-left: 0;
		width: auto;
		text-align: center;
	}
	.bamap svg{
		height: 500px;
		width: auto;
	}
	.credit{
		right: 5px;
		bottom:2px;
	}
	.slide-buttons{
		width: 75%;
		margin: 0 auto 2em auto;
		height: 120px;
	}
	.slide-buttons .button{
		margin-bottom: 0;
		width:32.3333%;
		float: left;
	}
	.slide-buttons .button:first-child, .slide-buttons .button:nth-child(2){
		margin-right: .49%;
	}
	.content-slider-wrap {
		padding: 2em 0 0 0;
		text-align: center;
		margin-bottom: 3em;
	}
	.news-list-article {
		margin:2em 10px;
	}
	.neo-news .news-list-article {
		margin:2em 0px;
	}
	#owl-news,
	#owl-news2 {
		padding: 0 60px;
	}
	.hero-page.plan {
		height: 600px;
		margin-bottom: 0;
		display: flex;
	}
	.hero-page h1.page-title.plan {
		position: absolute;
		margin: 0;
		padding: 0;
		font-size: 2.5rem;
		bottom: 1em;
		width: 700px;
		left:calc(50% - 350px);
		background: transparent;
		top:inherit;
	}
	.hero-page.plan h1.page-title::before {
		content: "";
		display: block;
		margin: .5em auto;
		width:4em;
		border-top:.16em solid #fff;
	}
	.hero-page.plan.with-img::before {
		content: "";
		background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.7) 20%, rgba(255,255,255,0) 45%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.7) 20%, rgba(255,255,255,0) 45%);
background: linear-gradient(0deg, rgba(0,0,0,0.7) 20%, rgba(255,255,255,0) 45%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 10;
		display: block;
	}
	.wp-block-pullquote.alignleft p,
	.wp-block-pullquote.alignright p {
		font-size: 1.8rem;
	}
	.wp-block-pullquote.alignleft p:first-child,
	.wp-block-pullquote.alignright p:first-child {
		margin-top: 0em;
	}
	.wp-block-pullquote.alignright {
		float: right;
		width: 300px;
		margin-left: 2em;
		margin-bottom: 1em;
		margin-top: 0em;
	}
	.wp-block-pullquote.alignleft {
		float: left;
		width: 300px;
		margin-right: 2em;
		margin-bottom: 1em;
		margin-top: .5em;
	}
	.wp-block-pullquote blockquote.has-text-align-right,
	.wp-block-pullquote blockquote.has-text-align-left{
		margin: 0;
		padding: .6em 0 0 1em;
	}
	.one-two-four-wrapped {
		margin: 1.5em -30px;
		padding: .1em 0;
	}
	.one-two-four {
		flex-direction: row;
		margin-top:2em;
		margin-bottom: 2em;
		
	}
	.one-two-four > div{
		width: 32%;
		margin: 0 .9999%;
		border:1px solid #dfcbd8;
		padding: 1em 1em .5em 1em;
		font-size: 1.2rem;
	}
	.one-two-four > div p{
		    -webkit-hyphens: none;
    -epub-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
	}
	.one-two-four > div:first-child{
		margin-left: 0;
	}
	.one-two-four > div:last-child{
		margin-right: 0;
	}
	.panel.plan-subhead {
		font-size: 1.7rem;
		padding: 2em 0;
	}
	.panel.plan-subhead .wrap{
		max-width: 900px;
		-ms-hyphens:none;
-webkit-hyphens: none;
hyphens:none;
	}
	.panel.plan {
		padding: 4em 0;
	}
	.panel.plan .float-right-img {
		max-width: 350px;
		height: auto;
		margin: 0 auto;
		display: block;
		margin: 0 0 0 2em;
		float:right;
	}
	.panel.plan .actions a{
		width: 45%;
		margin: 1em 2.499%;
		text-decoration: none;
	}
	.panel.plan blockquote {
		margin:3em auto;
		max-width: 800px;
		
	}
	.panel.plan .one-eight li{
		margin: .6em 1.3333%;
		width: 23%;
	}
	.panel.plan .one-eight li:nth-child(4n+1){
		margin-left: 0;
	}
	.panel.plan .one-eight li:nth-child(4n+4){
		margin-right: 0;
	}
	.panel.plan .one-eight li:before{
		counter-increment: my-sec-counter;
		content: "0" counter(my-sec-counter);
		color:#712656;
	text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff;
		left:.3em;
		top:.6em;
		font-size: 4rem;
		z-index: 1;
		font-weight: bold;
		line-height: 0;
		opacity: .2;
	}
	.page-title.news {
		margin: 1em 0 .5em 0;
	}
	.neo-news .nextbutton {
		top:190px;
		right: 15px;
	}
	.neo-news .prevbutton {
		top:190px;
		left: 15px;
	}
	.neo-news .owl-carousel .owl-item {
		padding: 0 15px;
		/*background-color: #eff0f2;*/
	}
	.neo-news .owl-carousel .owl-wrapper {
		display: flex !important;
		align-items: stretch !important;
	}
	.neo-news .news-list-article.homep {
		height: 100%;
	}
	.neo-news .news-list-article{
		margin: 0;
	}
	html {
		scroll-padding-top:90px;
	}
	.solutions-right .bamap {
		height: auto;
		width: 100%;
		box-sizing: content-box;
		padding-left: 0;
	}
	.solutions-right .bamap svg {
		height: auto;
		width: 100%;
	}
	.solutions-imgs > a{
		min-height: 450px;
	}
	.solutions-imgs.count-2 {
		flex-direction: row;
	}
	.solutions-imgs.count-2 > a{
		min-width: 50%;
		flex-direction: row;
		margin-bottom: 0;
	}
	.solutions-imgs.count-2 > a:first-child{
		flex-direction: row;
		margin-right: 6px;
	}
	.row {
		display: flex;
	}
	.icons > div {
		display: flex;
		justify-content: center;
		padding: 0;
	}
	.icons.row > div {
		justify-content:space-between;
	}
	.icons.row > div > div {
		padding: 1em;
	}
	.icons.row.icons_1 > div {
		justify-content:center;
	}
	.icons.row.icons_1 > div > div,
	.icons.row.icons_2 > div > div  {
		width: 48%;
	}
	.icons.row.icons_3 > div > div {
		width: 31%;
	}
	.icons.row.icons_4 > div > div {
		width: 24%;
	}
	.icons.icons_1 img,
	.icons.icons_2 img,
	.icons.icons_3 img,
	.icons.icons_4 img{
		width: 150px;
	}
	.icons.icons_5 img {
		width: 40px;
	}
	.icons.icons_6 img{
		width: 150px;
	}
	.icons.row.icons_6 > .wrap > div{
		width: 33.333%;
		padding: 1em;
	}
	.icons.row.icons_6 > .wrap{
		flex-wrap: wrap;
	}
	.icons .icon_title{
		font-size: 1.4rem;
	}
	.icons.icons_5 .icon_title,
	.icons.icons_6 .icon_title{
		font-size: 1.1rem;
	}
	.icons.icons_6 .icon_title{
		font-size: 2rem;
	}
	.icons.icons_5.buttons .icon_title,
	.icons.icons_6.buttons .icon_title{
		font-size: 1.4rem;
		margin: .5em 0 .6em 0;
	}
	
	.icons.icons_6 p{
		padding: 0;
		margin: 0 auto;
	}
	.icons > div {
		flex-wrap:wrap;
	}
	.homeslider .owl-controls .owl-pagination {
    	bottom: -40px;
	}
	.owl-theme.homeslider .owl-controls .owl-page span {
		height: 14px;
		margin: 3px 4px;
		width: 14px;
	}
	
	/*RAP Page 2024 START */
	.rap-plan-hero-wrap {
		padding: 3em 0 0 0;
		background-image: url("../images/rap-web-page-cover-bg2.png");
		background-position: calc(65% + 200px) 0;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.rap-plan-hero {
		margin-bottom: 1em;
		background:transparent;
		padding: 0;
		text-align: left;
	}
	.rap-plan-hero .rap-plan-mobile-img {
		display: none;
	}
	.rap-plan-hero .page-title.rap-plan {
		text-align: left;
		padding: 0;
		font-size: 3rem;
	}
	.rap-plan-hero .page-title.rap-plan span:nth-child(2)::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -20px;
		width: 100px;
		height: 6px;
		background-color: #e4cbdc;
		left: 0;
	}
	.rap-plan-hero h2 {
		margin: .5em 0 0 0;
		max-width: 350px;
		padding-bottom: 1.6em;
		font-size: 1.6rem;
	}
	/*RAP Page 2024 END */
	
	/*projects page header START */
	.projects-mobile-img {
		display: none;
	}
	.projects-mobile-img2 {
		display: block;
	}
	
	/*projects page header END */
}
@media only screen and (min-width: 900px) { 
	.map-stats-map {
		max-height: 100%;
		width: auto;
		position: absolute;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.map-stats {
		max-width: 100%;
		margin-left: 370px;
	}
	.map-stats .map-stat{
		margin-bottom: 1.5em;
	}
	.fancybox__content {
		padding: 0 !important;
		background-color: #dfcfd6 !important;
		max-width:1200px;
		width: 100%;
	}
	#newsletter-signup.fancybox__content {
		padding: 36px !important;
		background-color: #fff !important;
	}
	#newsletter-signup .popup-content h2 {
		font-size: 3rem;
		margin-bottom: 0em;
	}
	#newsletter-signup .gform_legacy_markup_wrapper {
		margin-top: 2em;
	}
	.page-template-page-big-moves .fancybox__content {
			padding: 0 !important;
			background-color: #ffffff !important;
			max-width: 1200px;
			width: 100%;
		}
	.map-stats .columns {
		display: inline-block;
		width: 48%;
		vertical-align: top;
	}
	.hero-page h1.page-title.plan {
		bottom: 1em;
		width: 800px;
		left:calc(50% - 400px);
	}
	.reg-filter {
		display: flex;
		justify-content:space-between;
		flex-direction:row;
	}
	.strategies-wrapper {
		text-align: left;
	}
	.tag-search-col-wrap {
		display: flex;
		justify-content: space-between;
	}
	.solutions-rows {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.solutions-post {
		max-width: 30%;
    	min-width: 30%;
	}
	.search-tag {
		text-align: right;
		margin-bottom: 1rem;
	}
	.news-filter .search {
		justify-content: flex-end;
	}
	.map-adv {
		display: flex;
	}
	.map-search-button,
	.adv-search{
		margin-bottom: 0;
		font-size: 1em;
		height: 2em;
		margin-left: 0.5em;
	}
	.strategies-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		margin-bottom: 1rem;
	}
	.strategies {
		margin: 1em -.3em 0 -.3em;
	}
	.news-filter label div, .map-search-button {
		margin: 0 .3em 0 .3em;
	}
	.news-filter .search input[type="text"] {
		padding: .4em .4em;
	}
}
@media only screen and (min-width: 950px) {
	.map-panel {
		height: 500px;
		position: relative;
	}
	.bamap {
		position: relative;
		text-align: right;
		background-color: #ffffff;
		height: 500px;
		width: 587px;
		box-sizing: content-box;
		padding-left:0;
	}
	.map-text {
		text-align: left;
		display: inline;
		position: absolute;
		top: 70px;
		left: 600px;
		width: 30%;
	}
	.map-text .headline{
		text-align: left;
	}
	.map-text .headline::before {
		content: "";
		display: block;
		margin: .5em 0;
		width: 4em;
		border-top: .16em solid #712656;
	}
	.hero-page h1.page-title.plan {
		bottom: 1em;
		width: 900px;
		left:calc(50% - 450px);
		line-height: 1.2em;
		font-size: 2.8rem;
	}
	.hero-page.plan.with-img::before {
		content: "";
		background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.7) 20%, rgba(255,255,255,0) 55%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.7) 20%, rgba(255,255,255,0) 55%);
background: linear-gradient(0deg, rgba(0,0,0,0.7) 20%, rgba(255,255,255,0) 55%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 10;
	}
	
	.solutions-imgs {
		flex-direction:row;
	}
	.solutions-imgs.count-1 {
		flex-direction:column;
	}
	.solutions-imgs > a:not(.img-button) {
		min-width: 70%;
		min-height: unset;
		margin-bottom: 0;
		margin-right: 6px;
	}
	.solutions-imgs.count-1 > a:not(.img-button){
		min-height: 500px;
		min-width: unset;
		margin-right: 0;
	}
	.solutions-imgs.count-2 > a {
		min-height:400px;
		min-width: 50%;
	}
	.solutions-imgs .vert-img {
		flex-direction: column;
		min-width:29%;
	}
	#content .solutions-imgs > a img {
		height: 100%;
		width: auto;
		margin-bottom: 0;
		max-width: unset;
	}
	.solutions-imgs.count-1 {
		align-items: center;
	}
	#content .solutions-imgs.count-1 > a img{
		min-height: 450px;
		max-height: 450px;
		width: 100%;
	}
	.solutions-imgs.count-2 > a {
		min-height:450px;
	}
	.solutions-imgs .vert-img a:first-child {
		margin-right: 0;
		margin-bottom: 6px;
	}
	.solutions-top {
		position: relative;
	}
	.solutions-top a.img-button {
		position: absolute;
		border:1px solid #fff;
		bottom:25px;
		right: 25px;
		-webkit-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	border-radius: .2em;
	}
	.solutions-top a.img-button:hover {
		position: absolute;
		border:1px solid #fff;
		bottom:25px;
		right: 25px;
		background-color: #91256a;
	}
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1075px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /* line 12, ../scss/_1030up.scss */


  /* line 32, ../scss/_1030up.scss */
  .nav {
    width: auto;
	  max-width: none;
	  top:2.5em;
	  margin-left: 240px;
  }
	nav.main.small .nav {
		font-size: 1.1em;
		top: 1.3em;
	}
  /* line 37, ../scss/_1030up.scss */
  .nav li a {
    padding: .3em .5em;
  }
  /* line 42, ../scss/_1030up.scss */
  .nav li:last-child a {
    padding: .3em 0 .3em .5em;
  }

  /* line 49, ../scss/_1030up.scss */
  div.rotator, div.rotator ul, div.rotator ul li {
    min-height: 500px;
  }

  /* line 53, ../scss/_1030up.scss */
  .social {
    font-size: 1.5em;
  }
  a.news-link {
	height:125px;
 }
	.img-buttons-tall .img-btn-div{
		float: left;
		width: 24.999%;
		padding: 2em 0 3em 0;
		margin-bottom: 0;
	}
	.img-buttons-tall h2{
		font-size: 1.2em;
	}
	.img-buttons-tall .img-buttons-tall-inner{
		min-height: 492px;
		padding: 0 1em 60px 1em;
	}
	.img-buttons-tall .img-btn-div.selected{
		background-color:#eff0f2;
	}
	.news-list-article.index {
		min-height: 245px;
	}
	#content .news-list-article.index .news-img img{
		width:auto;
		height: 245px;
		max-width: none;
	}
	#content .news-list-article.index .news-img {
		position:absolute;
		width:300px;
		overflow: hidden;
	}
	.news-list-article.index .entry-content {
		margin-left:310px;
	}
	.news-list-article.homep {
		float:left;
		/*width: 31.9999%; if was to remove owl carousel */
		margin-right: 2%;
		text-align: left;
	}
	.news-list-article.homep .subh2{
	}
	.news-list-article .entry-content p {
	}
	.news-list-article .entry-content .date {
	}
	.news-list-article.homep img{
		margin: 0;
	}
	.news-list-article.homep:nth-child(3n) {
		margin-right: 0;
	}
	/*.excerpt-read-more {
		position: absolute;
		bottom:20px;
		line-height: 1em;
	}*/
	.map-panel {
		
	}
	.bamap {
		height: 500px;
		width: 587px;
		float:left;
		padding-left:15%;
	}
	.bamap.search-map {
		float: none;
	}
	.map-text {
		float: left;
		left: auto;
	}
	.narrow-desc {
		max-width: 870px;
		margin: 2em auto;
	}
	.img-buttons-tall .breakdown, .img-buttons-tall .breakdown.open {
		display: none;
	}
	.img-btn-exp-wrap {
		display: block;
		width: 100%;
		height: 0;
		overflow: hidden;
	}
	.img-btn-exp-wrap.open {
		height: auto;
	}
	.arrow-boxes {
	vertical-align: top;
	margin: 0em 0 1em 0;
	font-size: .8em;
	min-width: 1000px;
}
	
	.arrow-boxes .box {
	display:flex;
	float: left;
	background-color:#5fa594;
	border-radius: .2em;
	padding: .5em 1em;
	color:#fff;
	min-height: 180px;
	justify-content:center;
	align-items: center;
}

.arrow-boxes.boxes1 .box {
	width:10.8571%;
}
.arrow-boxes.boxes2 .box {
	width:16.7999%;
	min-height: 240px;
}
.arrow-boxes.boxes3 .box {
	width:13.7999%;
	min-height: 240px;
}
.arrow-boxes.boxes3 .box.empty-box {
	width:18.7999%;
	background-color:transparent;
	border-radius: 0;
	padding:0;
	flex-wrap: wrap;
}
.arrow-boxes.boxes3 .box.empty-box:last-child {
	width:21.7999%;
}
.arrow-boxes .inner-box {
	display:flex;
	float: left;
	background-color:#5fa594;
	border-radius: .2em;
	padding: .5em 1em;
	color:#fff;
	height: 110px;
	justify-content:center;
	align-items: center;
	width:90%;
	margin-bottom: 0;
}
.arrow-boxes .teal-box,
.arrow-boxes .teal-box.inner-box {
	background-color:#712656;
}
.arrow-boxes .empty-box:last-child .inner-box {
	width:100%;
}
.arrow-boxes .inner-box:nth-child(1),
.arrow-boxes .inner-box:nth-child(2) {
	margin-bottom: 20px;
}
.arrow-boxes.boxes4 .box {
	width:13.3333%;
}
.arrow-right, .arrow-right2{
	display:flex;
	float: left;
	height: 180px;
	position: relative;
}
.arrow-boxes .arrow-right{
	height: 180px;
}
.arrow-boxes .arrow-right2{
	height: 240px;
}
.arrow-boxes .arrow-right, .arrow-boxes .arrow-right2 {
	width: 3.9999%;
}
	.breakdown-key{
		position: relative;
	text-align: left;
	font-size: .8em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3em;
		flex-direction:row;
	}
	.breakdown-key > div{
		width:auto;
		padding: 0;
	}
	.breakdown-key > div:nth-child(1) {
	margin-right: 2em;
}
.breakdown-key .teal{
		background-color: #5fa594;
	height: 25px;
	width: 25px;
	position: absolute;
	}
.breakdown-key .purple{
		background-color: #712656;
	height: 25px;
	width: 25px;
	position: absolute;
	}

.arrow-right::before {
    content: "";
    height: 6px;
    background-color: #505353;
    width: 90%;
    top: 86px;
    position: absolute;
	left:auto;
}
.arrow-right::after {
  content: "";
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #505353;
	position: absolute;
	right: -10px;
	top:79px;
	left:auto;
}
.arrow-right2::before {
    content: "";
    height: 6px;
    background-color: #505353;
    width: 90%;
    top: 117px;
    position: absolute;
	left:auto;
}
.arrow-right2::after {
  content: "";
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #505353;
	position: absolute;
	right: -10px;
	left: auto;
	top:110px;
	margin-left: 0;
}
.arrow-boxes .empty-box .arrow-right {
	width: 9.9999%;
	height: 110px;
	position: relative;
	top:auto;
	right: auto;
	left: auto;
	bottom:0;
}
.arrow-boxes .empty-box .arrow-right:nth-child(2) {
	margin-bottom: 20px;
}
.arrow-boxes .empty-box .arrow-right::before,
.arrow-boxes .arrow-split .arrow-right::before {
    top: 50px;
	width: 80%;
	margin-left: 0;
}
.arrow-boxes .empty-box .arrow-right::after,
.arrow-boxes .arrow-split .arrow-right:after {
	top:43px;
	margin-left: 0;
}
.arrow-split {
	width:2.9999%;
	height: 240px;
	float: left;
	position: relative;
}
.arrow-split::before{
	content: "";
	background-color: #505353;
	width:6px;
	height: 130px;
    top: 50px;
	left:0;
	position: absolute;
	margin-left: 0;
}
.arrow-boxes .arrow-split .arrow-right {
	width: 100%;
	height: 110px;
}
.arrow-boxes .arrow-split .arrow-right:nth-child(1) {
	margin-bottom: 20px;
}
.arrow-boxes .arrow-split .arrow-right:nth-child(1):after {
	top:43px;
    left: auto;
    right: -10px;
}
.arrow-boxes .arrow-split .arrow-right:nth-child(1)::before {
    top: 50px; 
    width: 80%; 
    right: auto; 
    left: auto;
	}
.arrow-boxes .arrow-split .arrow-right:nth-child(2)::before {
    top: 50px;
    width: 80%;
    left: auto;
    right: auto;
	}
.arrow-boxes .arrow-split .arrow-right:nth-child(2):after {
    top: 43px;
    right: -10px;
    left: auto;
	}
.arrow-boxes .inner-box:nth-child(1) {
    margin-right:0;
}
.arrow-boxes .empty-box .arrow-right::before {
    left: auto;
}
	.search-tag {
		
	}
	.news-filter .search {
	}
	.adv-search {
		margin-bottom: 0;
		padding: 0.5em 0.5em 0 0.5em;
	}
	.solutions-content {
		display: flex;
		justify-content: space-between;
	}
	.solutions-left {
		min-width: 675px;
	}
	.solutions-right {
		min-width: 350px;
		max-width: 350px;
		margin-left: 4em;
	}
	.map-adv {
		align-items: baseline;
	}
	/*projects page header START */
	.projects-hero-wrap {
		padding: 0;
		background-image: url("../images/ca-jobs-first-ba-bg.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		height: 450px;
		display: flex;
        flex-direction: column;
        justify-content: center;
	}
	.projects-hero {
		background:transparent;
		text-align: left;
	}
	.projects-hero .page-title.projects-head {
		text-align: left;
		max-width: 50%;
		font-size:3.5rem;
	}
	.projects-mobile-img2{
		display: none;
	}
	.projects-hero .ca-jobs-first-ba {
		width: 360px;
	}

	/*projects page header END */
	
}
@media only screen and (min-width: 1105px) {

   a.buttoncol {
	height:auto;
	}
	.biobox {
		display: block;
		width: 100%;
	}
	.biobox.open {
		height: auto;
	}
	.team-bio, .team-bio.open {
		display: none;
	}
	.team .member.withbio:hover {
		background-color:#712656;
		color:#ffffff;
	}
	.team .member.withbio:hover h3.team-name{
		color:#ffffff;
	}
	.team .member{
		width: auto;
		margin: 2em 1em;
		padding-bottom: .5em;
		width:150px;
	}
	.team .member{
		width:150px;
		height: auto;
	}
	
}
@media only screen and (min-width: 1140px) {

   .atbreak {
	 display: block;
	}
	.lrg-num {
		z-index: 20;
	}
	.lrg-num:nth-child(1){
	}
	.lrg-num:nth-child(2){
		top:100px;
	}
	.lrg-num:nth-child(3){
		top:20px;
	}
	.lrg-num:nth-child(4){
		top:60px;
	}
	.slantline{
		background-color: #712656;
		height: 10px;
		position: absolute;
		z-index: 10;
	}
	.slantline.line1{
		-ms-transform: rotate(20deg);
  		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
		width: 300px;
		top: 180px;
		left: 130px;
	}
	.slantline.line2{
		-ms-transform: rotate(-17deg);
  		-webkit-transform: rotate(-17deg);
		transform: rotate(-17deg);
		width: 300px;
		top: 190px;
		left: 420px;
	}
	.slantline.line3{
		-ms-transform: rotate(8deg);
  		-webkit-transform: rotate(8deg);
		   transform: rotate(8deg);
		width: 300px;
		top: 170px;
		left: 710px;
	}
	#content .news-list-article.index .news-img {
		width:367px;
	}
	.news-list-article.index .entry-content {
		margin-left:377px;
	}
	.partners a {
    width: 175px;
    margin: 0 2em;
		text-align: center;
	}
	.page-template-page-big-moves .big-moves-wrapper {
		background-color: #e8e8e8;
	}
	.page-template-page-big-moves .big-moves {
		position: relative;
		width:1140px;
		min-height: 1100px;
		margin: 50px auto 0 auto;
	}
	.page-template-page-big-moves .big-moves:before {
		content:" ";
		display: block;
		position: absolute;
		border-radius: 9999px;
		border:140px solid #ffffff;
		height: 600px;
		width: 600px;
		left:150px;
		top:110px;
	}
	.page-template-page-big-moves .big-moves .move {
		background-color: transparent;
		-webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
		-moz-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
		box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
		position: absolute;
		max-width: 400px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		cursor: pointer;
	}
	.page-template-page-big-moves .big-moves .move:hover {
		transform: scale(1.1);
		color:#712656;
	}
	.page-template-page-big-moves .big-moves .move.houses {
		left:130px;
		top:14px;
	}
	.page-template-page-big-moves .big-moves .move.safety {
		left:620px;
		top:0;
	}
	.page-template-page-big-moves .big-moves .move.ladder {
		left:750px;
		top:370px;
	}
	.page-template-page-big-moves .big-moves .move.ppl {
		left:380px;
		top:730px;
	}
	.page-template-page-big-moves .big-moves .move.cash {
		left:0px;
		top:410px;
	}
	.page-template-page-big-moves .big-moves .move .move-image img{
		display: block;
		margin: 0 auto;
	}
	.page-template-page-big-moves .big-moves .move.houses .move-image img{
		width: 180px;
		height: auto;
	}
	.page-template-page-big-moves .big-moves .move.safety .move-image img{
		width: 130px;
		height: auto;
	}
	.page-template-page-big-moves .big-moves .move.ladder .move-image img{
		width: 70px;
		height: auto;
	}
	.page-template-page-big-moves .big-moves .move.ppl .move-image img{
		width: 300px;
		height: auto;
	}
	.page-template-page-big-moves .big-moves .move.cash .move-image img{
		width: 170px;
		height: auto;
	}
	.page-template-page-big-moves .big-moves .move .move-content p{
		-webkit-hyphens: none;
   -moz-hyphens: none;
        hyphens: none;
		font-size: 1.5rem;
		margin: .5em 0;
	}
	.page-template-page-big-moves .small-moves .move-its{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		max-width: 100%;
		justify-content: space-around;
	}
	.page-template-page-big-moves .small-moves .move-it{
		max-width: 44%;
	}
	.page-template-page-big-moves .small-moves .move-it .move-it-content p{
		-webkit-hyphens: none;
   		-moz-hyphens: none;
        hyphens: none;
	}
	.page-template-page-big-moves .small-moves .move-it.ppl .move-it-img img {
		width: 330px;
    	margin-bottom: 34px;
	}
	.page-template-page-big-moves .small-moves .move-head{
		background-color: #41A994;
		color:#fff;
		font-weight: bold;
		text-align: center;
		padding: 1.5em 1em 1em 1em;
		position: relative;
	}
	.page-template-page-big-moves .small-moves .move-head .move-header{
		background-color: #712656;
		font-size: 1.5rem;
		padding: 1px 10px;
		margin: 0 auto;
		display: inline-block;
	}
	.page-template-page-big-moves .small-moves .move-head .head-content{
		font-size: 1.9rem;
		line-height: 1.3em;
		max-width: 800px;
		margin: .5em auto .5em auto;
	}
	.page-template-page-big-moves .small-moves.houses .move-it {
		max-width: 44%;
		min-width: 44%;
	}
	
	.page-template-page-big-moves .small-moves .move-head:after {
		content: "";
	  width: 0; 
	  height: 0; 
	  border-left: 20px solid transparent;
	  border-right: 20px solid transparent;

	  border-top: 20px solid #41A994;
		position: absolute;
		bottom:-20px;
		left:calc(50% - 20px);
	}
	.page-template-page-big-moves .small-moves .wp-block-buttons {
		margin-bottom:2em;
	}
	
}
@media only screen and (min-width: 1155px) {

  /* line 20, ../scss/_1155up.scss */
  .nav li a {
    padding: .5em;
  }
  /* line 24, ../scss/_1155up.scss */
  .nav li:last-child a {
    padding: .5em 0 .5em .5em;
  }
	.team .member{
		margin: 2em 2em;
		width:150px;
	}
	.team .member{
		width:150px;
		height: auto;
	}
  .owl-news {
		max-width: 1100px;
		margin: 0 auto;
	}
	.copyright > div:first-child {
		margin-bottom: 0em;
		margin-right: 3em;
		text-align: left;
	}
	.copyright > div:last-child {
		text-align: right;
	}
	.copyright {
		display: flex;
	}
	.wp-block-pullquote.alignright,
	.wp-block-pullquote.alignleft{
		width: 400px;
		margin-top: 0em;
	}
	.search-tag {
		display: flex;
		align-items:flex-end;
	}
	.news-filter .search {
		margin-bottom: 0;
		margin-right: .7em;
	}
	.adv-search {
		margin-left: .2em;
		padding: 0.5em 0 0 0.5em
	}
	/*RAP Page 2024 START */
	.rap-plan-hero-wrap {
		padding: 3em 0 0 0;
		background-position: calc(50% + 200px) 0;
	}
	.rap-plan-hero .page-title.rap-plan {
        font-size: 4rem;
    }
	.rap-plan-link-boxes {
		display: flex;
		justify-content: space-between;
		padding-bottom: 2.5em;
	}
	.rap-plan-link-boxes .rap-box {
		min-width: 32%;
		max-width: 32%;
		position: relative;
		min-height: 370px;
		overflow: hidden;
		cursor: pointer;
		background-size: cover;
		background-position: center;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		border: 2px solid #712656;
		border-radius: 10px;
	}
	.rap-plan-link-boxes .rap-box:hover {
		webkit-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
		-moz-box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
		box-shadow: rgba(0, 0, 0, 0.3) 0.3em 0.3em 0.3em;
		transform: scale(1.05);
	}
	.rap-plan-link-boxes .rap-box .rap-box-title {
		display: none;
	}
	.rap-plan-link-boxes .rap-box a.rap-box-title-button {
		display: block;
		text-align: center;
		position: absolute;
		top:0;
		right: 0;
		left: 0;
		bottom: 0;
		display: flex;
		justify-content: center;
		font-size: 1.8rem;
		align-items: center;
		font-weight: bold;
		line-height: 1.3em;
		text-decoration: none;
		z-index: 2;
		cursor: pointer;
		padding: 0 1em;
	}
	.rap-plan-link-boxes .rap-box a.rap-box-title-button span{
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.rap-plan-link-boxes .rap-box:hover a.rap-box-title-button span{
		transform: translateY(-135px) scale(.9);
	}
	.rap-plan-link-boxes .rap-box .button {
		display: none;
	}
	.rap-plan-link-boxes .rap-box .rap-box-desc {
		position: absolute;
		top: auto;
		right: 0;
		bottom:-100%;
		left: 0;
		z-index: 1;
		padding: 1em 1.2em;
		background-color: rgba(113,38,86,.9);
		color:#fff;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.rap-plan-link-boxes .rap-box:hover .rap-box-desc {
		bottom:0;
	}
	/*RAP Page 2024 END */

}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /* line 16, ../scss/_1240up.scss */
  div.rotator, div.rotator ul, div.rotator ul li {
    min-height: 500px;
  }
  a.news-link {
	height:110px;
 }
	#owl-news,
	#owl-news2 {
		padding: 0px;
	}
	.nextbutton {
	right: -55px;
	}
	.prevbutton {
	left: -55px;
	}
	.team .member{
		margin: 2em 2em;
		width:200px;
	}
	.team .member{
		width:200px;
		height: auto;
	}
	.owl-news {
		max-width: 100%;
		margin: 0 auto;
	}
	.neo-news .nextbutton {
		right: -55px;
	}
	.neo-news .prevbutton {
		left: -55px;
	}
	.nav {
		  top:3em;
	  }
	.social-links {
    	padding: 1.2em 1em 0.8em 1em;
	}
	.social-links a {
		font-size: 1.8rem;
	}
	.social-links a.icon-linked-in svg, .social-links a.icon-facebook svg {
		width: 25px;
	}
	.wrap-12 {
		margin: 0 auto;
		padding: 0;
	}
	.strategies-wrapper {
		display: flex;
		align-items: baseline;
	}
	.strategies-wrapper > span {
		margin-right: 1em;
	}
	
	/* Tabs STARTS */
	.support-card-wrapper {
		max-width: 1140px;
		margin: 1em auto;
	}
	.tab-contents-wrapper {
		display: block;
		background-color: #eff0f2;
		border-top: 1px solid #712656;
		border-radius: 0 .2em .2em .2em;
		margin-top: -1px;
	}
	.tabs {
		display: flex;
		border-bottom: 1px solid #712656;
		max-width: 99%;
	}
	.tab {
		margin-bottom: 0em;
	}
	.tab-button .tab-title:after {
		display: none;
	}
	#tab-contents-d {
		display: block;
	}
	.tab > .tab-contents {
		display: none !important;
	}
	.tab-contents-wrapper > .tab-contents:not(#contents-leadership) {
		display: none;
	}
	.tab-button {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		
		border-bottom: 0;
		margin-right: .5em;
	}
	.tab-button:hover {
		margin-top: -.5em;
		padding-bottom: .5em;
	}
	.tab-button, .tab-button.open {
		border-radius: .2em 2em 0 0;
	}
	.tab-button.open {
		background-color: #712656;
	}
	.tab-button.open .tab-title {
		color: #fff;
	}
	.tab-button.open .tab-title svg .cls-2{
		fill: #fff;
	}
	/* Tabs ENDS */
	
}
@media only screen and (min-width: 1440px) {
	.img-buttons a, .img-buttons.two a{
		height: 450px;
	}
	.bamap {
		padding-left:20%;
	}
	.nextbutton {
		right: -100px;
	}
	.prevbutton {
		left: -100px;
	}
	.neo-news .nextbutton {
		right: -100px;
	}
	.neo-news .prevbutton {
		left: -100px;
	}
	/*projects page header START */
	.projects-hero .page-title.projects-head {
		font-size:4rem;
	}
	.projects-hero .ca-jobs-first-ba {
		width: 400px;
	}

	/*projects page header END */
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 23, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 28, ../scss/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 33, ../scss/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 40, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 44, ../scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  

  /* line 49, ../scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 53, ../scss/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, ../scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 71, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 80, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
