/*!
Theme Name: bamboorose
Theme URI: http://underscores.me/
Author: Fast Forward
Author URI: http://www.fastforward.sh
Description: Custom Theme for Bamboorose.com based on Underscores
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: br
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bamboorose is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(fonts/MyFontsWebfontsKit/MyFontsWebfontsKit.css);
/* line 1, sass/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 7, sass/_normalize.scss */
body {
  margin: 0;
}

/* line 11, sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 26, sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 34, sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 39, sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 44, sass/_normalize.scss */
a {
  background-color: transparent;
}

/* line 48, sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 53, sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 57, sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 62, sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 66, sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 71, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 76, sass/_normalize.scss */
small {
  font-size: 80%;
}

/* line 80, sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 88, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 92, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 96, sass/_normalize.scss */
img {
  border: 0;
}

/* line 100, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 104, sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 108, sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 113, sass/_normalize.scss */
pre {
  overflow: auto;
}

/* line 117, sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 125, sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 135, sass/_normalize.scss */
button {
  overflow: visible;
}

/* line 139, sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 144, sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 152, sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 157, sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 163, sass/_normalize.scss */
input {
  line-height: normal;
}

/* line 167, sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 173, sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 178, sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

/* line 183, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 188, sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 194, sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 199, sass/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 203, sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 207, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 212, sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 3, sass/typography/_typography.scss */
body * {
  text-rendering: optimizeLegibility;
}

/* line 7, sass/typography/_typography.scss */
body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  font-family: MuseoSans-300, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}

/* line 1, sass/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* line 5, sass/typography/_headings.scss */
h1 {
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  font-size: 26px;
  color: #872c8c;
  text-transform: uppercase;
  text-align: center;
  margin: 7px 0;
}

/* line 22, sass/typography/_headings.scss */
h2 {
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  color: #872c8c;
  font-size: 26px;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 8px;
}

/* line 32, sass/typography/_headings.scss */
h3 {
  color: #b9245e;
  font-size: 19px;
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
}
/* line 38, sass/typography/_headings.scss */
h3 strong {
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
}

/* line 43, sass/typography/_headings.scss */
h4 {
  color: #3d3d3d;
  font-size: 20px;
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  text-align: center;
  margin: 5px 0;
}

@media all and (min-width: 600px) {
  /* line 58, sass/typography/_headings.scss */
  h1 {
    font-size: 42px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    line-height: 1;
  }

  /* line 65, sass/typography/_headings.scss */
  h2 {
    font-size: 30px;
  }

  /* line 68, sass/typography/_headings.scss */
  h3 {
    font-size: 38px;
  }
}
/* line 79, sass/typography/_headings.scss */
.block, .page-template-page_jobs .site-content,
.post-type-archive-resource.search-results .site-content,
.post-type-archive-resource.search-no-results .site-content,
.single-jobs .site-content,
.single-news .site-content,
.tax-locations .site-content, .search-results .site-content,
.search-no-results .site-content, .blog .blog-content,
.category .blog-content,
.tax .blog-content,
.single-post .blog-content, .post-type-archive-resource .resource-content,
.single-resource .resource-content, .error404 .page-content, body.post-type-archive-resource .section-feature-content .section-feature-header,
body.category .section-feature-content .section-feature-header,
body.blog .section-feature-content .section-feature-header, body.single-resource .section-feature-header .feature-header-image,
body.single-post .section-feature-header .feature-header-image {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 5, sass/typography/_copy.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 9, sass/typography/_copy.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 13, sass/typography/_copy.scss */
address {
  margin: 0 0 1.5em;
}

/* line 17, sass/typography/_copy.scss */
pre {
  background: #b9245e;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  color: white;
}

/* line 29, sass/typography/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 34, sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

/* line 39, sass/typography/_copy.scss */
mark, ins {
  background: #FFF9C0;
  text-decoration: none;
}

/* line 44, sass/typography/_copy.scss */
big {
  font-size: 125%;
}

/* line 24, sass/typography/_typography.scss */
.entry-content {
  padding: 0 24px;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}

/* line 31, sass/typography/_typography.scss */
.feature-copy {
  color: #898989;
  font-size: 16px;
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
}

/* line 36, sass/typography/_typography.scss */
.three-d-quote {
  position: relative;
  background-color: purple;
  padding: 78px 20px 0 20px;
  margin: 27px 0 36px;
}
/* line 41, sass/typography/_typography.scss */
.three-d-quote > * {
  color: white;
  text-align: center;
}
/* line 45, sass/typography/_typography.scss */
.three-d-quote .three-d-quote-mark {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 53, sass/typography/_typography.scss */
.quote-mark, blockquote:before, q:before, blockquote:after, q:after {
  line-height: 1;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 40px;
}

/* line 61, sass/typography/_typography.scss */
.quote-text {
  font-size: 16px;
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  line-height: 1.3;
  margin-top: -19px;
}

/* line 67, sass/typography/_typography.scss */
.quote-citation {
  font-size: 11px;
  line-height: 1.3;
  padding: 20px 20px;
}

@media all and (min-width: 768px) {
  /* line 74, sass/typography/_typography.scss */
  .entry-content {
    padding: 0 125px;
  }

  /* line 77, sass/typography/_typography.scss */
  .three-d-quote {
    margin: 0 0 67px;
  }
  /* line 80, sass/typography/_typography.scss */
  .three-d-quote .three-d-quote-mark .quote-mark, .three-d-quote .three-d-quote-mark blockquote:before, .three-d-quote .three-d-quote-mark q:before, .three-d-quote .three-d-quote-mark blockquote:after, .three-d-quote .three-d-quote-mark q:after {
    transform: translateY(58px);
    -webkit-transform: translateY(58px);
    font-size: 64px;
  }

  /* line 87, sass/typography/_typography.scss */
  .quote-text {
    font-size: 24px;
    margin: 24px auto 3px;
    padding: 0 85px;
    max-width: 1200px;
  }

  /* line 93, sass/typography/_typography.scss */
  .quote-citation {
    font-size: 16px;
    padding: 35px 20px 55px;
  }
}
/* line 99, sass/typography/_typography.scss */
.text-rose {
  color: #b9245e;
}

/* line 104, sass/typography/_typography.scss */
[data-kern-left="0"] {
  margin-left: 0;
}

/* line 109, sass/typography/_typography.scss */
[data-kern-left="1"] {
  margin-left: 0.00909em;
}

/* line 112, sass/typography/_typography.scss */
[data-kern-left="-1"] {
  margin-left: -0.00909em;
}

/* line 109, sass/typography/_typography.scss */
[data-kern-left="2"] {
  margin-left: 0.01818em;
}

/* line 112, sass/typography/_typography.scss */
[data-kern-left="-2"] {
  margin-left: -0.01818em;
}

/* line 109, sass/typography/_typography.scss */
[data-kern-left="3"] {
  margin-left: 0.02727em;
}

/* line 112, sass/typography/_typography.scss */
[data-kern-left="-3"] {
  margin-left: -0.02727em;
}

/* line 109, sass/typography/_typography.scss */
[data-kern-left="4"] {
  margin-left: 0.03636em;
}

/* line 112, sass/typography/_typography.scss */
[data-kern-left="-4"] {
  margin-left: -0.03636em;
}

/* line 109, sass/typography/_typography.scss */
[data-kern-left="5"] {
  margin-left: 0.04545em;
}

/* line 112, sass/typography/_typography.scss */
[data-kern-left="-5"] {
  margin-left: -0.04545em;
}

/* line 109, sass/typography/_typography.scss */
[data-kern-left="6"] {
  margin-left: 0.05455em;
}

/* line 112, sass/typography/_typography.scss */
[data-kern-left="-6"] {
  margin-left: -0.05455em;
}

/* line 109, sass/typography/_typography.scss */
[data-kern-left="7"] {
  margin-left: 0.06364em;
}

/* line 112, sass/typography/_typography.scss */
[data-kern-left="-7"] {
  margin-left: -0.06364em;
}

/* line 109, sass/typography/_typography.scss */
[data-kern-left="8"] {
  margin-left: 0.07273em;
}

/* line 112, sass/typography/_typography.scss */
[data-kern-left="-8"] {
  margin-left: -0.07273em;
}

/* line 109, sass/typography/_typography.scss */
[data-kern-left="9"] {
  margin-left: 0.08182em;
}

/* line 112, sass/typography/_typography.scss */
[data-kern-left="-9"] {
  margin-left: -0.08182em;
}

/* line 109, sass/typography/_typography.scss */
[data-kern-left="10"] {
  margin-left: 0.09091em;
}

/* line 112, sass/typography/_typography.scss */
[data-kern-left="-10"] {
  margin-left: -0.09091em;
}

/* line 117, sass/typography/_typography.scss */
.foo {
  margin-left: 0.1em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 1, sass/elements/_elements.scss */
html {
  box-sizing: border-box;
}

/* line 5, sass/elements/_elements.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 11, sass/elements/_elements.scss */
body {
  background: white;
  /* Fallback for when there is no custom background color defined. */
}

/* line 14, sass/elements/_elements.scss */
blockquote {
  padding-top: 20px;
  padding-bottom: 46px;
  margin-left: -45px;
  margin-right: -45px;
}
/* line 19, sass/elements/_elements.scss */
blockquote p {
  padding: 0 44px;
}

/* line 24, sass/elements/_elements.scss */
blockquote p:first-child:before, q p:first-child:before {
  content: "";
  background-image: url("images/quote.png");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-color: white;
  position: relative;
  height: 10px;
  width: 10px;
  margin: -30px auto 0;
  padding: 25px 28px;
}
/* line 39, sass/elements/_elements.scss */
blockquote:before, q:before {
  content: "";
  display: block;
  background-image: linear-gradient(to right, rgba(50, 50, 50, 0.15) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 3px 2px;
  background-repeat: repeat-x;
  height: 1px;
  border-width: 1px;
  padding-bottom: 40px;
  margin-left: -45px;
  margin-right: -45px;
}
/* line 57, sass/elements/_elements.scss */
blockquote:after, q:after {
  content: "";
  display: block;
  background-image: linear-gradient(to right, rgba(50, 50, 50, 0.15) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 3px 2px;
  background-repeat: repeat-x;
  height: 1px;
  border-width: 1px;
  width: 100%;
  padding-bottom: 40px;
}

/* line 74, sass/elements/_elements.scss */
hr {
  background-color: #CCCCCC;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 1, sass/elements/_lists.scss */
ul, ol {
  margin: 0 0 1.5em 0;
}
@media all and (min-width: 768px) {
  /* line 1, sass/elements/_lists.scss */
  ul, ol {
    margin: 0 0 1.5em 3em;
  }
}

/* line 8, sass/elements/_lists.scss */
ul {
  list-style: disc;
}

/* line 12, sass/elements/_lists.scss */
ol {
  list-style: decimal;
}

/* line 16, sass/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 22, sass/elements/_lists.scss */
dt {
  font-weight: bold;
}

/* line 26, sass/elements/_lists.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 83, sass/elements/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 1, sass/elements/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

@media all and (min-width: 768px) {
  /* line 91, sass/elements/_elements.scss */
  blockquote {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 94, sass/elements/_elements.scss */
  blockquote:before {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* ---------------------------------
Group headers
----------------------------------*/
/* line 7, sass/forms/_form.scss */
.form-section-label {
  margin: 20px 0;
}
/* line 9, sass/forms/_form.scss */
.form-section-label.terms {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
}

/* line 16, sass/forms/_form.scss */
.form-section-instructions {
  margin-bottom: 20px;
  font-size: 12px;
}

/* line 21, sass/forms/_form.scss */
.form {
  margin: 0 auto;
  max-width: 800px;
}

/* line 26, sass/forms/_form.scss */
.form-wrap *,
.form-wrap *:after,
.form-wrap *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 35, sass/forms/_form.scss */
a.tooltip {
  outline: none;
  text-decoration: none;
}

/* line 36, sass/forms/_form.scss */
a.tooltip strong {
  line-height: 30px;
}

/* line 37, sass/forms/_form.scss */
a.tooltip:hover {
  text-decoration: none;
}

/* line 38, sass/forms/_form.scss */
a.tooltip span {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: -10px;
  margin-left: 28px;
  width: 240px;
  line-height: 16px;
  z-index: 1;
  position: relative;
}

/* line 45, sass/forms/_form.scss */
a.tooltip span:before {
  border-top: 10px solid transparent;
  border-right: 15px solid #ccc;
  border-bottom: 10px solid transparent;
  content: "";
  position: absolute;
  left: -15px;
}

/* line 54, sass/forms/_form.scss */
a.tooltip:hover span {
  display: inline;
  position: absolute;
  color: #333;
  border: 1px solid #ccc;
  background: #f1f1f1;
}

/*CSS3 extras*/
/* line 59, sass/forms/_form.scss */
a.tooltip span {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 5px 5px 8px #CCC;
  -webkit-box-shadow: 5px 5px 8px #CCC;
  box-shadow: 5px 5px 8px #CCC;
}

/* line 69, sass/forms/_form.scss */
#ui-datepicker-div {
  background: #f1f1f1;
  border-radius: 3px;
}

/* line 73, sass/forms/_form.scss */
#ui-datepicker-div a {
  text-decoration: none;
  cursor: pointer;
}

/* line 77, sass/forms/_form.scss */
#ui-datepicker-div .ui-datepicker-header,
#ui-datepicker-div .ui-datepicker-calendar th,
#ui-datepicker-div .ui-datepicker-calendar td {
  padding: 5px;
  text-align: center;
}

/* line 84, sass/forms/_form.scss */
#ui-datepicker-div .ui-icon {
  text-indent: 0px;
}

/* line 87, sass/forms/_form.scss */
.ui-datepicker-prev {
  float: left;
}

/* line 90, sass/forms/_form.scss */
.ui-datepicker-next {
  float: right;
}

/* line 93, sass/forms/_form.scss */
.no-display {
  display: none;
}

/* line 96, sass/forms/_form.scss */
.form .wp-switch-editor {
  height: auto;
}

/* line 99, sass/forms/_form.scss */
.form .mceIframeContainer {
  background: #fff;
}

/* line 102, sass/forms/_form.scss */
.form .label-above label,
.form .label-below label {
  display: block;
}

/* line 107, sass/forms/_form.scss */
.field-wrap,
#required_items {
  margin-bottom: 20px;
}

/* line 112, sass/forms/_form.scss */
#pass-strength-result {
  background-color: #eee;
  border-color: #ddd !important;
  border-style: solid;
  border-width: 1px;
  margin: 13px 5px 5px 1px;
  padding: 3px 5px;
  text-align: center;
  width: 200px;
}

/* line 123, sass/forms/_form.scss */
#pass-strength-result.bad {
  background-color: #ffb78c;
  border-color: #ff853c !important;
}

/* line 128, sass/forms/_form.scss */
#pass-strength-result.good {
  background-color: #ffec8b;
  border-color: #fc0 !important;
}

/* line 133, sass/forms/_form.scss */
#pass-strength-result.short {
  background-color: #ffa0a0;
  border-color: #f04040 !important;
}

/* line 138, sass/forms/_form.scss */
#pass-strength-result.strong {
  background-color: #c3ff88;
  border-color: #8dff1c !important;
}

/* line 142, sass/forms/_form.scss */
.cont {
  position: relative;
}

/* line 145, sass/forms/_form.scss */
.cont:after {
  clear: both;
  content: "";
  display: block;
}

/* line 151, sass/forms/_form.scss */
.field-error {
  color: red;
}

/* line 155, sass/forms/_form.scss */
.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  width: auto;
  height: auto;
  vertical-align: inherit;
}

/* line 163, sass/forms/_form.scss */
.form-wrap label {
  font-weight: bold;
}

/* line 166, sass/forms/_form.scss */
.form-wrap .list-checkbox-wrap ul label,
.form-wrap .list-radio-wrap ul label {
  font-weight: normal;
}

/* line 171, sass/forms/_form.scss */
.field-wrap:after {
  clear: both;
  content: "";
  display: block;
}

/* line 177, sass/forms/_form.scss */
.field-wrap.label-left .field,
.field-wrap.label-left .star-rating-control {
  margin-left: 8px;
}

/* line 181, sass/forms/_form.scss */
.field-wrap.label-right .field,
.field-wrap.label-right .star-rating-control {
  margin-right: 8px;
}

/* line 185, sass/forms/_form.scss */
.field-wrap.label-right label,
.field-wrap.label-left label {
  display: inline;
}

/* line 190, sass/forms/_form.scss */
.MultiFile-wrap {
  display: inline-block;
}

/* ---------------------------------
TEXT FIELDS & TEXTAREAS
----------------------------------*/
/* line 198, sass/forms/_form.scss */
.text-wrap.label-left input,
.profile_pass-wrap.label-left input,
.textarea-wrap.label-left textarea {
  margin-left: 10px;
}

/* line 203, sass/forms/_form.scss */
.text-wrap.label-right input,
.profile_pass-wrap.label-right input,
.textarea-wrap.label-right textarea {
  margin-right: 10px;
}

/* line 209, sass/forms/_form.scss */
.text-wrap.label-above label,
.textarea-wrap.label-above label {
  display: block;
  width: 100%;
}

/* line 215, sass/forms/_form.scss */
.profile_pass-wrap input,
.text-wrap.label-above input,
.text-wrap.label-below input,
.text-wrap.label-inside input,
.textarea-wrap.label-above textarea,
.textarea-wrap.label-below textarea,
.textarea-wrap.label-inside textarea,
.list-dropdown-wrap.label-above select,
.list-dropdown-wrap.label-below select {
  width: 100%;
}

/* line 227, sass/forms/_form.scss */
.textarea-wrap textarea {
  height: 200px;
}

/* line 231, sass/forms/_form.scss */
.profile_pass-wrap input {
  margin-bottom: 10px;
}

/* ---------------------------------
RADIO & CHECKBOX LISTS
----------------------------------*/
/* line 239, sass/forms/_form.scss */
.list-radio-wrap span ul li input,
.list-checkbox-wrap span ul li input {
  margin-right: 5px;
}

/* line 244, sass/forms/_form.scss */
.list-radio-wrap ul,
.list-checkbox-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 251, sass/forms/_form.scss */
.list-radio-wrap ul li,
.list-checkbox-wrap ul li {
  list-style: none;
}

/* line 256, sass/forms/_form.scss */
.list-radio-wrap ul li,
.list-checkbox-wrap ul li {
  margin: 0;
  padding: 0;
}

/* line 262, sass/forms/_form.scss */
.list-radio-wrap.label-left label,
.list-radio-wrap.label-left ul,
.list-radio-wrap.label-left ul li,
.list-radio-wrap.label-right label,
.list-radio-wrap.label-right ul,
.list-radio-wrap.label-right ul li,
.list-checkbox-wrap.label-left label,
.list-checkbox-wrap.label-left ul,
.list-checkbox-wrap.label-left ul li,
.list-checkbox-wrap.label-right label,
.list-checkbox-wrap.label-right ul,
.list-checkbox-wrap.label-right ul li {
  float: left;
}

/* line 276, sass/forms/_form.scss */
.rtl .list-radio-wrap.label-left label,
.rtl .list-radio-wrap.label-left ul,
.rtl .list-radio-wrap.label-left ul li,
.rtl .list-radio-wrap.label-right label,
.rtl .list-radio-wrap.label-right ul,
.rtl .list-radio-wrap.label-right ul li,
.rtl .list-checkbox-wrap.label-left label,
.rtl .list-checkbox-wrap.label-left ul,
.rtl .list-checkbox-wrap.label-left ul li,
.rtl .list-checkbox-wrap.label-right label,
.rtl .list-checkbox-wrap.label-right ul,
.rtl .list-checkbox-wrap.label-right ul li {
  float: right;
}

/* line 290, sass/forms/_form.scss */
.list-radio-wrap.label-left ul li,
.list-radio-wrap.label-right ul li,
.list-checkbox-wrap.label-left ul li,
.list-checkbox-wrap.label-right ul li {
  padding: 0 8px;
}

/* line 297, sass/forms/_form.scss */
.list-radio-wrap.label-above ul li,
.list-radio-wrap.label-below ul li,
.list-checkbox-wrap.label-above ul li,
.list-checkbox-wrap.label-below ul li {
  padding: 0 0 0 10px;
}

/* line 305, sass/forms/_form.scss */
.checkbox-group .field-wrap {
  margin-bottom: 0px;
}

/* ---------------------------------
MULTI FIELD
----------------------------------*/
/* line 314, sass/forms/_form.scss */
.list-multi-wrap.label-left label {
  float: left;
}

/* line 317, sass/forms/_form.scss */
.list-multi-wrap.label-right select {
  float: left;
}

/* ---------------------------------
CREDIT CARD BLOCK
----------------------------------*/
/* line 325, sass/forms/_form.scss */
.credit_card-wrap div label,
.credit_card-wrap div input {
  display: block;
  width: 100%;
}

/* line 330, sass/forms/_form.scss */
.credit_card-wrap div {
  margin-bottom: 10px;
}

/* line 333, sass/forms/_form.scss */
.credit_card-wrap div span {
  font-size: 0.8em;
}

/* ---------------------------------
HONEYPOT
----------------------------------*/
/* line 341, sass/forms/_form.scss */
.hp-wrap {
  display: none;
}

/* line 345, sass/forms/_form.scss */
.honeypot-wrap {
  display: none;
}

/* -----------------------------------
SITE STYLING
--------------------------------------*/
/* line 356, sass/forms/_form.scss */
.forms.overlay-form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

/* line 366, sass/forms/_form.scss */
.ninja-forms-field-error {
  color: #b9245e !important;
  margin-top: 5px;
  font-size: 13px;
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  text-align: left;
  padding-left: 20px;
}

/* line 376, sass/forms/_form.scss */
.ninja-forms-form-wrap #ninja_forms_form_5_response_msg {
  max-width: 385px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 385, sass/forms/_form.scss */
.err-msg {
  background-color: #b9245e;
  color: white;
  padding: 20px;
  border: 1px solid white;
}

/* line 2, sass/forms/_layout.scss */
.all-fields-wrap {
  margin: 0 auto;
  max-width: 800px;
}

/* line 2, sass/forms/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.link-button {
  border: 1px solid;
  border-color: #b9245e #b9245e #b9245e;
  background: #b9245e;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: white;
  font-size: 11px;
  line-height: 1;
  padding: 14px 24px;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: 0;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 22, sass/forms/_buttons.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.link-button:hover {
  border-color: #c7507e #c7507e #c7507e;
  background: #c7507e;
  color: white;
  text-decoration: none;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}
/* line 31, sass/forms/_buttons.scss */
button:visited, button:active, button:focus,
input[type="button"]:visited,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:visited,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:visited,
input[type="submit"]:active,
input[type="submit"]:focus,
a.link-button:visited,
a.link-button:active,
a.link-button:focus {
  border-color: #c7507e #c7507e #c7507e;
  color: white;
  border-color: #c7507e #c7507e #c7507e;
  text-decoration: none;
}

/* line 40, sass/forms/_buttons.scss */
#secondary input.link-button,
a.link-button {
  display: inline-block;
}
/* line 43, sass/forms/_buttons.scss */
#secondary input.link-button.link-button-reverse,
a.link-button.link-button-reverse {
  border-width: 5px;
  border-style: solid;
  padding: 9px 19px;
}

/* line 49, sass/forms/_buttons.scss */
a.link-button-blue {
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  background: #24408e;
  border-color: #24408e #24408e #24408e;
  color: white;
}
/* line 55, sass/forms/_buttons.scss */
a.link-button-blue:visited, a.link-button-blue:active {
  background: #24408e;
  border-color: #24408e #24408e #24408e;
  color: white;
}
/* line 61, sass/forms/_buttons.scss */
a.link-button-blue:hover, a.link-button-blue:focus {
  background: #c7507e;
  border-color: #c7507e #c7507e #c7507e;
  color: white;
}
/* line 68, sass/forms/_buttons.scss */
a.link-button-blue.link-button-reverse {
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  background: white;
  border-color: #24408e #24408e #24408e;
  color: #24408e;
}
/* line 73, sass/forms/_buttons.scss */
a.link-button-blue.link-button-reverse:visited, a.link-button-blue.link-button-reverse:active {
  background: white;
  border-color: #24408e #24408e #24408e;
}
/* line 78, sass/forms/_buttons.scss */
a.link-button-blue.link-button-reverse:hover, a.link-button-blue.link-button-reverse:focus {
  background: #24408e;
  color: white;
}

/* line 85, sass/forms/_buttons.scss */
#secondary input.link-button-purple,
a.link-button-purple {
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  background: #8a65c1;
  border-color: #8a65c1 #8a65c1 #8a65c1;
  color: white;
}
/* line 92, sass/forms/_buttons.scss */
#secondary input.link-button-purple:visited, #secondary input.link-button-purple:active,
a.link-button-purple:visited,
a.link-button-purple:active {
  background: #8a65c1;
  border-color: #8a65c1 #8a65c1 #8a65c1;
  color: white;
}
/* line 98, sass/forms/_buttons.scss */
#secondary input.link-button-purple:hover, #secondary input.link-button-purple:focus,
a.link-button-purple:hover,
a.link-button-purple:focus {
  background: #c7507e;
  border-color: #c7507e #c7507e #c7507e;
  color: white;
}
/* line 105, sass/forms/_buttons.scss */
#secondary input.link-button-purple.link-button-reverse,
a.link-button-purple.link-button-reverse {
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  background: white;
  border-color: #8a65c1 #8a65c1 #8a65c1;
  color: #8a65c1;
}
/* line 110, sass/forms/_buttons.scss */
#secondary input.link-button-purple.link-button-reverse:visited, #secondary input.link-button-purple.link-button-reverse:active,
a.link-button-purple.link-button-reverse:visited,
a.link-button-purple.link-button-reverse:active {
  background: white;
  border-color: #8a65c1 #8a65c1 #8a65c1;
}
/* line 115, sass/forms/_buttons.scss */
#secondary input.link-button-purple.link-button-reverse:hover, #secondary input.link-button-purple.link-button-reverse:focus,
a.link-button-purple.link-button-reverse:hover,
a.link-button-purple.link-button-reverse:focus {
  background: #8a65c1;
  color: white;
}

/* line 122, sass/forms/_buttons.scss */
#secondary input.button-full,
a.button-full {
  width: 100%;
  text-align: center;
  margin: 5px 0;
}

/* line 128, sass/forms/_buttons.scss */
#secondary input.button-large,
a.button-large {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1;
}

/* line 133, sass/forms/_buttons.scss */
#secondary input.button-large {
  margin-top: -30px;
}

/* line 139, sass/forms/_buttons.scss */
button a {
  color: white;
  text-decoration: none;
}
/* line 143, sass/forms/_buttons.scss */
button a:visited,
button a:active {
  color: white;
  text-decoration: none;
}

/* line 153, sass/forms/_buttons.scss */
.tax-locations .sidebar-footer a,
.tax-locations .entry-content a {
  border: 1px solid;
  border-color: #b9245e #b9245e #b9245e;
  background: #b9245e;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: white;
  font-size: 11px;
  line-height: 1;
  padding: 14px 24px;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: 0;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 169, sass/forms/_buttons.scss */
.tax-locations .sidebar-footer a:hover,
.tax-locations .entry-content a:hover {
  border-color: #c7507e #c7507e #c7507e;
  background: #c7507e;
  color: white;
  text-decoration: none;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}
/* line 177, sass/forms/_buttons.scss */
.tax-locations .sidebar-footer a:visited, .tax-locations .sidebar-footer a:active, .tax-locations .sidebar-footer a:focus,
.tax-locations .entry-content a:visited,
.tax-locations .entry-content a:active,
.tax-locations .entry-content a:focus {
  border-color: #c7507e #c7507e #c7507e;
  color: white;
  border-color: #c7507e #c7507e #c7507e;
  text-decoration: none;
}

/* line 8, sass/forms/_fields.scss */
select::-ms-expand {
  display: none;
}

/* line 18, sass/forms/_fields.scss */
.required-items {
  font-size: 11px;
  margin-bottom: -9px;
}

/* line 22, sass/forms/_fields.scss */
.pw-reqts {
  font-size: 9px;
  padding: 12px 0 5px;
  margin-bottom: -10px;
}

/* line 30, sass/forms/_fields.scss */
input[type=text],
input[type=submit],
textarea {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}

/* line 37, sass/forms/_fields.scss */
input[type=submit] {
  border: 1px solid #b9245e;
}

/* line 41, sass/forms/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  background-color: #f6f6f6;
  font-size: 14px;
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  color: black;
}
/* line 55, sass/forms/_fields.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  color: #444444;
  box-shadow: 0 0 3px rgba(185, 36, 94, 0.5);
  border: 1px solid rgba(185, 36, 94, 0.5);
}

/* line 63, sass/forms/_fields.scss */
input[type="checkbox"] {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #666666;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  background-color: #f6f6f6;
  height: 20px;
  width: 20px;
  margin: 5px 0 -5px;
  display: inline-block;
  vertical-align: baseline;
}
/* line 77, sass/forms/_fields.scss */
input[type="checkbox"]:focus {
  color: #444444;
}
/* line 80, sass/forms/_fields.scss */
input[type="checkbox"]:checked {
  background-color: #b9245e;
}

/* line 86, sass/forms/_fields.scss */
select {
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #666666;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  background-color: #f6f6f6;
  padding: 0;
  width: 100%;
  height: 38px;
  font-size: 11px;
  padding-left: 18px;
  padding-top: 5px;
}

/* line 102, sass/forms/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

/* line 110, sass/forms/_fields.scss */
textarea {
  padding-left: 3px;
  width: 100%;
}

/* line 115, sass/forms/_fields.scss */
.checkbox-wrap {
  margin-bottom: 14px;
}
/* line 117, sass/forms/_fields.scss */
.checkbox-wrap label {
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: #666666;
  padding-left: 10px;
}
/* line 123, sass/forms/_fields.scss */
.checkbox-wrap label.error {
  color: #b9245e;
  padding-top: 2px;
}

/* line 132, sass/forms/_fields.scss */
.call-us {
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #9b9b9b;
  padding-left: 10px;
}

/* line 139, sass/forms/_fields.scss */
.req-symbol,
.ninja-forms-req-symbol {
  color: #b9245e;
}

/* line 143, sass/forms/_fields.scss */
.nowrap {
  white-space: nowrap;
  display: inline;
}

/* line 152, sass/forms/_fields.scss */
.text-wrap label:not(.error),
.select-wrap label:not(.error),
.list-dropdown-wrap label:not(.error),
.textarea-wrap label:not(.error) {
  -moz-transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
  -o-transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
  -webkit-transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
  position: absolute;
  top: 36px;
}
/* line 160, sass/forms/_fields.scss */
.text-wrap[data-input="true"] label:not(.error),
.select-wrap[data-input="true"] label:not(.error),
.list-dropdown-wrap[data-input="true"] label:not(.error),
.textarea-wrap[data-input="true"] label:not(.error) {
  top: 3px;
  font-size: 12px;
}

/* line 168, sass/forms/_fields.scss */
.field-wrap .down-arrow {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}

/* line 175, sass/forms/_fields.scss */
.down-arrow {
  width: 15px;
  height: 15px;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 189, sass/forms/_fields.scss */
.field-wrap.text-wrap,
.field-wrap.select-wrap {
  position: relative;
  padding-top: 25px;
  margin-bottom: 0;
}
/* line 194, sass/forms/_fields.scss */
.field-wrap.text-wrap input,
.field-wrap.select-wrap input {
  padding: 10px 10px 8px;
}
/* line 198, sass/forms/_fields.scss */
.field-wrap.text-wrap label,
.field-wrap.select-wrap label {
  pointer-events: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 203, sass/forms/_fields.scss */
.entry-content {
  color: black;
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
}
/* line 208, sass/forms/_fields.scss */
.entry-content p {
  max-width: 500px;
  margin: 0 auto;
}

/* line 213, sass/forms/_fields.scss */
.color-rose {
  color: #b9245e;
}

/* line 216, sass/forms/_fields.scss */
.ninja-forms-form-wrap {
  max-width: 520px;
  margin: 0 auto;
}

/* line 221, sass/forms/_fields.scss */
.field-wrap.text-wrap, .field-wrap.select-wrap, .field-wrap.list-dropdown-wrap, .field-wrap.textarea-wrap {
  position: relative;
  padding-top: 25px;
  margin-bottom: 0;
}
/* line 230, sass/forms/_fields.scss */
.field-wrap.text-wrap label, .field-wrap.select-wrap label, .field-wrap.list-dropdown-wrap label, .field-wrap.textarea-wrap label {
  pointer-events: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: left;
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  font-size: 10px;
  padding: 4px 20px 0;
}
/* line 238, sass/forms/_fields.scss */
.field-wrap.text-wrap input,
.field-wrap.text-wrap textarea, .field-wrap.select-wrap input,
.field-wrap.select-wrap textarea, .field-wrap.list-dropdown-wrap input,
.field-wrap.list-dropdown-wrap textarea, .field-wrap.textarea-wrap input,
.field-wrap.textarea-wrap textarea {
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  font-size: 10px;
  padding: 7px 10px;
}
/* line 246, sass/forms/_fields.scss */
.field-wrap.submit-wrap input {
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  font-size: 8px;
  padding: 10px 15px;
  text-transform: uppercase;
}
/* line 252, sass/forms/_fields.scss */
.field-wrap.submit-wrap input:visited {
  background-color: #b9245e;
  background: #b9245e;
  border-color: #b9245e;
}
/* line 257, sass/forms/_fields.scss */
.field-wrap.submit-wrap input:visited {
  background-color: #b9245e;
  background: #b9245e;
  border-color: #b9245e;
}
/* line 262, sass/forms/_fields.scss */
.field-wrap.submit-wrap input:hover {
  background-color: #3d3d3d;
  background: #3d3d3d;
  border-color: #3d3d3d;
}

/* line 272, sass/forms/_fields.scss */
.field-wrap.checkbox-wrap.label-right {
  margin-top: 20px;
}
/* line 274, sass/forms/_fields.scss */
.field-wrap.checkbox-wrap.label-right label {
  margin-left: 35px;
  display: block;
  color: #9b9b9b;
  text-align: left;
}
/* line 280, sass/forms/_fields.scss */
.field-wrap.checkbox-wrap.label-right input {
  float: left;
  margin: 0;
  width: 30px;
  height: 30px;
}
/* line 286, sass/forms/_fields.scss */
.field-wrap.checkbox-wrap.label-right p {
  color: #9b9b9b;
}

/* line 292, sass/forms/_fields.scss */
.close-x {
  position: absolute;
  top: 37px;
  right: 29px;
  background-image: url("images/closeX.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

@media all and (min-width: 350px) {
  /* line 308, sass/forms/_fields.scss */
  .field-wrap.text-wrap label, .field-wrap.select-wrap label, .field-wrap.list-dropdown-wrap label, .field-wrap.textarea-wrap label {
    font-size: 13px;
  }
  /* line 311, sass/forms/_fields.scss */
  .field-wrap.text-wrap select,
  .field-wrap.text-wrap input,
  .field-wrap.text-wrap textarea, .field-wrap.select-wrap select,
  .field-wrap.select-wrap input,
  .field-wrap.select-wrap textarea, .field-wrap.list-dropdown-wrap select,
  .field-wrap.list-dropdown-wrap input,
  .field-wrap.list-dropdown-wrap textarea, .field-wrap.textarea-wrap select,
  .field-wrap.textarea-wrap input,
  .field-wrap.textarea-wrap textarea {
    font-size: 13px;
    padding: 14px 10px 8px;
  }
  /* line 318, sass/forms/_fields.scss */
  .field-wrap.submit-wrap {
    margin-top: 30px;
  }
  /* line 320, sass/forms/_fields.scss */
  .field-wrap.submit-wrap input {
    font-size: 11px;
    padding: 14px 24px;
  }
}
@media all and (min-width: 768px) {
  /* line 332, sass/forms/_fields.scss */
  .field-wrap.checkbox-wrap {
    margin-bottom: 5px;
  }
  /* line 333, sass/forms/_fields.scss */
  .field-wrap.checkbox-wrap.label-right {
    width: 70%;
  }

  /* line 354, sass/forms/_fields.scss */
  .required-items {
    font-size: 13px;
  }

  /* line 357, sass/forms/_fields.scss */
  .pw-reqts {
    font-size: 13px;
  }
}
/* line 3, sass/forms/_standalone-forms.scss */
.standalone-page form {
  max-width: 480px;
}
/* line 7, sass/forms/_standalone-forms.scss */
.standalone-page .page-container,
.standalone-page .page-success {
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
  z-index: 0;
}
/* line 12, sass/forms/_standalone-forms.scss */
.standalone-page .page-container.hide,
.standalone-page .page-success.hide {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
/* line 18, sass/forms/_standalone-forms.scss */
.standalone-page .page-success {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
}
/* line 25, sass/forms/_standalone-forms.scss */
.standalone-page h1 {
  padding: 0 19px;
}
/* line 29, sass/forms/_standalone-forms.scss */
.standalone-page h2 {
  font-size: 24px;
  text-align: center;
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  margin: 31px 0 -9px;
}
/* line 36, sass/forms/_standalone-forms.scss */
.standalone-page .block .tagline, .standalone-page .page-template-page_jobs .site-content .tagline, .page-template-page_jobs .standalone-page .site-content .tagline,
.standalone-page .single-jobs .site-content .tagline,
.single-jobs .standalone-page .site-content .tagline,
.standalone-page .single-news .site-content .tagline,
.single-news .standalone-page .site-content .tagline,
.standalone-page .tax-locations .site-content .tagline,
.tax-locations .standalone-page .site-content .tagline, .standalone-page .search-results .site-content .tagline, .search-results .standalone-page .site-content .tagline,
.standalone-page .search-no-results .site-content .tagline,
.search-no-results .standalone-page .site-content .tagline, .standalone-page .blog .blog-content .tagline, .blog .standalone-page .blog-content .tagline,
.standalone-page .category .blog-content .tagline,
.category .standalone-page .blog-content .tagline,
.standalone-page .tax .blog-content .tagline,
.tax .standalone-page .blog-content .tagline,
.standalone-page .single-post .blog-content .tagline,
.single-post .standalone-page .blog-content .tagline, .standalone-page .post-type-archive-resource .resource-content .tagline, .post-type-archive-resource .standalone-page .resource-content .tagline,
.standalone-page .single-resource .resource-content .tagline,
.single-resource .standalone-page .resource-content .tagline, .standalone-page .error404 .page-content .tagline, .error404 .standalone-page .page-content .tagline, .standalone-page body.post-type-archive-resource .section-feature-content .section-feature-header .tagline, body.post-type-archive-resource .section-feature-content .standalone-page .section-feature-header .tagline,
.standalone-page body.category .section-feature-content .section-feature-header .tagline,
body.category .section-feature-content .standalone-page .section-feature-header .tagline,
.standalone-page body.blog .section-feature-content .section-feature-header .tagline,
body.blog .section-feature-content .standalone-page .section-feature-header .tagline, .standalone-page body.single-resource .section-feature-header .feature-header-image .tagline, body.single-resource .section-feature-header .standalone-page .feature-header-image .tagline,
.standalone-page body.single-post .section-feature-header .feature-header-image .tagline,
body.single-post .section-feature-header .standalone-page .feature-header-image .tagline {
  text-align: center;
  padding: 5px 18px 19px;
}
/* line 42, sass/forms/_standalone-forms.scss */
.standalone-page .header-exit {
  position: absolute;
  top: 40px;
  right: 40px;
}
/* line 46, sass/forms/_standalone-forms.scss */
.standalone-page .header-exit a {
  font-size: 12px;
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  color: #b9245e;
  text-decoration: none;
}
/* line 51, sass/forms/_standalone-forms.scss */
.standalone-page .header-exit a:visited, .standalone-page .header-exit a:active {
  color: #b9245e;
}
/* line 55, sass/forms/_standalone-forms.scss */
.standalone-page .header-exit a:hover {
  color: #b9245e;
  text-decoration: underline;
}
/* line 62, sass/forms/_standalone-forms.scss */
.standalone-page .checkbox-group {
  margin-top: 46px;
  margin-left: 13px;
}
/* line 65, sass/forms/_standalone-forms.scss */
.standalone-page .checkbox-group.interested-in {
  margin-top: 22px;
}
/* line 68, sass/forms/_standalone-forms.scss */
.standalone-page .checkbox-group .form-section-instructions {
  margin-bottom: 35px;
  line-height: 1.5;
}
/* line 74, sass/forms/_standalone-forms.scss */
.standalone-page .success-cta {
  text-align: center;
  margin-top: 20px;
}
/* line 79, sass/forms/_standalone-forms.scss */
.standalone-page .form-section-label.terms {
  text-align: left;
  margin-left: -10px;
}
/* line 83, sass/forms/_standalone-forms.scss */
.standalone-page .form-section-instructions {
  margin-left: -10px;
}
/* line 86, sass/forms/_standalone-forms.scss */
.standalone-page .dotted-line {
  margin: 35px -19px 40px -19px;
}

/* line 93, sass/forms/_standalone-forms.scss */
.standalone-form .submit-wrap {
  margin-top: 35px;
}
/* line 95, sass/forms/_standalone-forms.scss */
.standalone-form .submit-wrap .submit_1 {
  text-align: center;
}
/* line 97, sass/forms/_standalone-forms.scss */
.standalone-form .submit-wrap .submit_1 input {
  display: inline-block;
}
@media all and (max-width: 767px) {
  /* line 90, sass/forms/_standalone-forms.scss */
  .standalone-form {
    padding: 0 32px;
  }
}

@media all and (min-width: 768px) {
  /* line 117, sass/forms/_standalone-forms.scss */
  .standalone-page .block .tagline, .standalone-page .page-template-page_jobs .site-content .tagline, .page-template-page_jobs .standalone-page .site-content .tagline,
  .standalone-page .single-jobs .site-content .tagline,
  .single-jobs .standalone-page .site-content .tagline,
  .standalone-page .single-news .site-content .tagline,
  .single-news .standalone-page .site-content .tagline,
  .standalone-page .tax-locations .site-content .tagline,
  .tax-locations .standalone-page .site-content .tagline, .standalone-page .search-results .site-content .tagline, .search-results .standalone-page .site-content .tagline,
  .standalone-page .search-no-results .site-content .tagline,
  .search-no-results .standalone-page .site-content .tagline, .standalone-page .blog .blog-content .tagline, .blog .standalone-page .blog-content .tagline,
  .standalone-page .category .blog-content .tagline,
  .category .standalone-page .blog-content .tagline,
  .standalone-page .tax .blog-content .tagline,
  .tax .standalone-page .blog-content .tagline,
  .standalone-page .single-post .blog-content .tagline,
  .single-post .standalone-page .blog-content .tagline, .standalone-page .post-type-archive-resource .resource-content .tagline, .post-type-archive-resource .standalone-page .resource-content .tagline,
  .standalone-page .single-resource .resource-content .tagline,
  .single-resource .standalone-page .resource-content .tagline, .standalone-page .error404 .page-content .tagline, .error404 .standalone-page .page-content .tagline, .standalone-page body.post-type-archive-resource .section-feature-content .section-feature-header .tagline, body.post-type-archive-resource .section-feature-content .standalone-page .section-feature-header .tagline,
  .standalone-page body.category .section-feature-content .section-feature-header .tagline,
  body.category .section-feature-content .standalone-page .section-feature-header .tagline,
  .standalone-page body.blog .section-feature-content .section-feature-header .tagline,
  body.blog .section-feature-content .standalone-page .section-feature-header .tagline, .standalone-page body.single-resource .section-feature-header .feature-header-image .tagline, body.single-resource .section-feature-header .standalone-page .feature-header-image .tagline,
  .standalone-page body.single-post .section-feature-header .feature-header-image .tagline,
  body.single-post .section-feature-header .standalone-page .feature-header-image .tagline {
    padding: 12px 17px 14px;
    font-size: 18px;
  }
  /* line 122, sass/forms/_standalone-forms.scss */
  .standalone-page .form-section-label {
    font-size: 14px;
  }
}
/* line 2, sass/forms/_login-page.scss */
.login-page {
  background-color: #212121;
}
/* line 4, sass/forms/_login-page.scss */
.login-page header {
  display: none;
}
/* line 9, sass/forms/_login-page.scss */
.login-page .page-success.block .tagline, .login-page .page-template-page_jobs .page-success.site-content .tagline, .page-template-page_jobs .login-page .page-success.site-content .tagline,
.login-page .single-jobs .page-success.site-content .tagline,
.single-jobs .login-page .page-success.site-content .tagline,
.login-page .single-news .page-success.site-content .tagline,
.single-news .login-page .page-success.site-content .tagline,
.login-page .tax-locations .page-success.site-content .tagline,
.tax-locations .login-page .page-success.site-content .tagline, .login-page .search-results .page-success.site-content .tagline, .search-results .login-page .page-success.site-content .tagline,
.login-page .search-no-results .page-success.site-content .tagline,
.search-no-results .login-page .page-success.site-content .tagline, .login-page .blog .page-success.blog-content .tagline, .blog .login-page .page-success.blog-content .tagline,
.login-page .category .page-success.blog-content .tagline,
.category .login-page .page-success.blog-content .tagline,
.login-page .tax .page-success.blog-content .tagline,
.tax .login-page .page-success.blog-content .tagline,
.login-page .single-post .page-success.blog-content .tagline,
.single-post .login-page .page-success.blog-content .tagline, .login-page .post-type-archive-resource .page-success.resource-content .tagline, .post-type-archive-resource .login-page .page-success.resource-content .tagline,
.login-page .single-resource .page-success.resource-content .tagline,
.single-resource .login-page .page-success.resource-content .tagline, .login-page .error404 .page-success.page-content .tagline, .error404 .login-page .page-success.page-content .tagline, .login-page body.post-type-archive-resource .section-feature-content .page-success.section-feature-header .tagline, body.post-type-archive-resource .section-feature-content .login-page .page-success.section-feature-header .tagline,
.login-page body.category .section-feature-content .page-success.section-feature-header .tagline,
body.category .section-feature-content .login-page .page-success.section-feature-header .tagline,
.login-page body.blog .section-feature-content .page-success.section-feature-header .tagline,
body.blog .section-feature-content .login-page .page-success.section-feature-header .tagline, .login-page body.single-resource .section-feature-header .page-success.feature-header-image .tagline, body.single-resource .section-feature-header .login-page .page-success.feature-header-image .tagline,
.login-page body.single-post .section-feature-header .page-success.feature-header-image .tagline,
body.single-post .section-feature-header .login-page .page-success.feature-header-image .tagline {
  padding: 5px 16px 0;
}
/* line 15, sass/forms/_login-page.scss */
.login-page .block, .login-page .page-template-page_jobs .site-content, .page-template-page_jobs .login-page .site-content,
.login-page .single-jobs .site-content,
.single-jobs .login-page .site-content,
.login-page .single-news .site-content,
.single-news .login-page .site-content,
.login-page .tax-locations .site-content,
.tax-locations .login-page .site-content, .login-page .search-results .site-content, .search-results .login-page .site-content,
.login-page .search-no-results .site-content,
.search-no-results .login-page .site-content, .login-page .blog .blog-content, .blog .login-page .blog-content,
.login-page .category .blog-content,
.category .login-page .blog-content,
.login-page .tax .blog-content,
.tax .login-page .blog-content,
.login-page .single-post .blog-content,
.single-post .login-page .blog-content, .login-page .post-type-archive-resource .resource-content, .post-type-archive-resource .login-page .resource-content,
.login-page .single-resource .resource-content,
.single-resource .login-page .resource-content, .login-page .error404 .page-content, .error404 .login-page .page-content, .login-page body.post-type-archive-resource .section-feature-content .section-feature-header, body.post-type-archive-resource .section-feature-content .login-page .section-feature-header,
.login-page body.category .section-feature-content .section-feature-header,
body.category .section-feature-content .login-page .section-feature-header,
.login-page body.blog .section-feature-content .section-feature-header,
body.blog .section-feature-content .login-page .section-feature-header, .login-page body.single-resource .section-feature-header .feature-header-image, body.single-resource .section-feature-header .login-page .feature-header-image,
.login-page body.single-post .section-feature-header .feature-header-image,
body.single-post .section-feature-header .login-page .feature-header-image {
  padding: 7px 10px 0;
}
/* line 17, sass/forms/_login-page.scss */
.login-page .block .tagline, .login-page .page-template-page_jobs .site-content .tagline, .page-template-page_jobs .login-page .site-content .tagline,
.login-page .single-jobs .site-content .tagline,
.single-jobs .login-page .site-content .tagline,
.login-page .single-news .site-content .tagline,
.single-news .login-page .site-content .tagline,
.login-page .tax-locations .site-content .tagline,
.tax-locations .login-page .site-content .tagline, .login-page .search-results .site-content .tagline, .search-results .login-page .site-content .tagline,
.login-page .search-no-results .site-content .tagline,
.search-no-results .login-page .site-content .tagline, .login-page .blog .blog-content .tagline, .blog .login-page .blog-content .tagline,
.login-page .category .blog-content .tagline,
.category .login-page .blog-content .tagline,
.login-page .tax .blog-content .tagline,
.tax .login-page .blog-content .tagline,
.login-page .single-post .blog-content .tagline,
.single-post .login-page .blog-content .tagline, .login-page .post-type-archive-resource .resource-content .tagline, .post-type-archive-resource .login-page .resource-content .tagline,
.login-page .single-resource .resource-content .tagline,
.single-resource .login-page .resource-content .tagline, .login-page .error404 .page-content .tagline, .error404 .login-page .page-content .tagline, .login-page body.post-type-archive-resource .section-feature-content .section-feature-header .tagline, body.post-type-archive-resource .section-feature-content .login-page .section-feature-header .tagline,
.login-page body.category .section-feature-content .section-feature-header .tagline,
body.category .section-feature-content .login-page .section-feature-header .tagline,
.login-page body.blog .section-feature-content .section-feature-header .tagline,
body.blog .section-feature-content .login-page .section-feature-header .tagline, .login-page body.single-resource .section-feature-header .feature-header-image .tagline, body.single-resource .section-feature-header .login-page .feature-header-image .tagline,
.login-page body.single-post .section-feature-header .feature-header-image .tagline,
body.single-post .section-feature-header .login-page .feature-header-image .tagline {
  color: white;
  padding: 5px 0 0px;
}
/* line 20, sass/forms/_login-page.scss */
.login-page .block .tagline a, .login-page .page-template-page_jobs .site-content .tagline a, .page-template-page_jobs .login-page .site-content .tagline a,
.login-page .single-jobs .site-content .tagline a,
.single-jobs .login-page .site-content .tagline a,
.login-page .single-news .site-content .tagline a,
.single-news .login-page .site-content .tagline a,
.login-page .tax-locations .site-content .tagline a,
.tax-locations .login-page .site-content .tagline a, .login-page .search-results .site-content .tagline a, .search-results .login-page .site-content .tagline a,
.login-page .search-no-results .site-content .tagline a,
.search-no-results .login-page .site-content .tagline a, .login-page .blog .blog-content .tagline a, .blog .login-page .blog-content .tagline a,
.login-page .category .blog-content .tagline a,
.category .login-page .blog-content .tagline a,
.login-page .tax .blog-content .tagline a,
.tax .login-page .blog-content .tagline a,
.login-page .single-post .blog-content .tagline a,
.single-post .login-page .blog-content .tagline a, .login-page .post-type-archive-resource .resource-content .tagline a, .post-type-archive-resource .login-page .resource-content .tagline a,
.login-page .single-resource .resource-content .tagline a,
.single-resource .login-page .resource-content .tagline a, .login-page .error404 .page-content .tagline a, .error404 .login-page .page-content .tagline a, .login-page body.post-type-archive-resource .section-feature-content .section-feature-header .tagline a, body.post-type-archive-resource .section-feature-content .login-page .section-feature-header .tagline a,
.login-page body.category .section-feature-content .section-feature-header .tagline a,
body.category .section-feature-content .login-page .section-feature-header .tagline a,
.login-page body.blog .section-feature-content .section-feature-header .tagline a,
body.blog .section-feature-content .login-page .section-feature-header .tagline a, .login-page body.single-resource .section-feature-header .feature-header-image .tagline a, body.single-resource .section-feature-header .login-page .feature-header-image .tagline a,
.login-page body.single-post .section-feature-header .feature-header-image .tagline a,
body.single-post .section-feature-header .login-page .feature-header-image .tagline a {
  text-decoration: none;
  color: #b9245e;
}
/* line 23, sass/forms/_login-page.scss */
.login-page .block .tagline a:visited, .login-page .page-template-page_jobs .site-content .tagline a:visited, .page-template-page_jobs .login-page .site-content .tagline a:visited,
.login-page .single-jobs .site-content .tagline a:visited,
.single-jobs .login-page .site-content .tagline a:visited,
.login-page .single-news .site-content .tagline a:visited,
.single-news .login-page .site-content .tagline a:visited,
.login-page .tax-locations .site-content .tagline a:visited,
.tax-locations .login-page .site-content .tagline a:visited, .login-page .search-results .site-content .tagline a:visited, .search-results .login-page .site-content .tagline a:visited,
.login-page .search-no-results .site-content .tagline a:visited,
.search-no-results .login-page .site-content .tagline a:visited, .login-page .blog .blog-content .tagline a:visited, .blog .login-page .blog-content .tagline a:visited,
.login-page .category .blog-content .tagline a:visited,
.category .login-page .blog-content .tagline a:visited,
.login-page .tax .blog-content .tagline a:visited,
.tax .login-page .blog-content .tagline a:visited,
.login-page .single-post .blog-content .tagline a:visited,
.single-post .login-page .blog-content .tagline a:visited, .login-page .post-type-archive-resource .resource-content .tagline a:visited, .post-type-archive-resource .login-page .resource-content .tagline a:visited,
.login-page .single-resource .resource-content .tagline a:visited,
.single-resource .login-page .resource-content .tagline a:visited, .login-page .error404 .page-content .tagline a:visited, .error404 .login-page .page-content .tagline a:visited, .login-page body.post-type-archive-resource .section-feature-content .section-feature-header .tagline a:visited, body.post-type-archive-resource .section-feature-content .login-page .section-feature-header .tagline a:visited,
.login-page body.category .section-feature-content .section-feature-header .tagline a:visited,
body.category .section-feature-content .login-page .section-feature-header .tagline a:visited,
.login-page body.blog .section-feature-content .section-feature-header .tagline a:visited,
body.blog .section-feature-content .login-page .section-feature-header .tagline a:visited, .login-page body.single-resource .section-feature-header .feature-header-image .tagline a:visited, body.single-resource .section-feature-header .login-page .feature-header-image .tagline a:visited,
.login-page body.single-post .section-feature-header .feature-header-image .tagline a:visited,
body.single-post .section-feature-header .login-page .feature-header-image .tagline a:visited, .login-page .block .tagline a:active, .login-page .page-template-page_jobs .site-content .tagline a:active, .page-template-page_jobs .login-page .site-content .tagline a:active,
.login-page .single-jobs .site-content .tagline a:active,
.single-jobs .login-page .site-content .tagline a:active,
.login-page .single-news .site-content .tagline a:active,
.single-news .login-page .site-content .tagline a:active,
.login-page .tax-locations .site-content .tagline a:active,
.tax-locations .login-page .site-content .tagline a:active, .login-page .search-results .site-content .tagline a:active, .search-results .login-page .site-content .tagline a:active,
.login-page .search-no-results .site-content .tagline a:active,
.search-no-results .login-page .site-content .tagline a:active, .login-page .blog .blog-content .tagline a:active, .blog .login-page .blog-content .tagline a:active,
.login-page .category .blog-content .tagline a:active,
.category .login-page .blog-content .tagline a:active,
.login-page .tax .blog-content .tagline a:active,
.tax .login-page .blog-content .tagline a:active,
.login-page .single-post .blog-content .tagline a:active,
.single-post .login-page .blog-content .tagline a:active, .login-page .post-type-archive-resource .resource-content .tagline a:active, .post-type-archive-resource .login-page .resource-content .tagline a:active,
.login-page .single-resource .resource-content .tagline a:active,
.single-resource .login-page .resource-content .tagline a:active, .login-page .error404 .page-content .tagline a:active, .error404 .login-page .page-content .tagline a:active, .login-page body.post-type-archive-resource .section-feature-content .section-feature-header .tagline a:active, body.post-type-archive-resource .section-feature-content .login-page .section-feature-header .tagline a:active,
.login-page body.category .section-feature-content .section-feature-header .tagline a:active,
body.category .section-feature-content .login-page .section-feature-header .tagline a:active,
.login-page body.blog .section-feature-content .section-feature-header .tagline a:active,
body.blog .section-feature-content .login-page .section-feature-header .tagline a:active, .login-page body.single-resource .section-feature-header .feature-header-image .tagline a:active, body.single-resource .section-feature-header .login-page .feature-header-image .tagline a:active,
.login-page body.single-post .section-feature-header .feature-header-image .tagline a:active,
body.single-post .section-feature-header .login-page .feature-header-image .tagline a:active {
  color: #b9245e;
}
/* line 27, sass/forms/_login-page.scss */
.login-page .block .tagline a:hover, .login-page .page-template-page_jobs .site-content .tagline a:hover, .page-template-page_jobs .login-page .site-content .tagline a:hover,
.login-page .single-jobs .site-content .tagline a:hover,
.single-jobs .login-page .site-content .tagline a:hover,
.login-page .single-news .site-content .tagline a:hover,
.single-news .login-page .site-content .tagline a:hover,
.login-page .tax-locations .site-content .tagline a:hover,
.tax-locations .login-page .site-content .tagline a:hover, .login-page .search-results .site-content .tagline a:hover, .search-results .login-page .site-content .tagline a:hover,
.login-page .search-no-results .site-content .tagline a:hover,
.search-no-results .login-page .site-content .tagline a:hover, .login-page .blog .blog-content .tagline a:hover, .blog .login-page .blog-content .tagline a:hover,
.login-page .category .blog-content .tagline a:hover,
.category .login-page .blog-content .tagline a:hover,
.login-page .tax .blog-content .tagline a:hover,
.tax .login-page .blog-content .tagline a:hover,
.login-page .single-post .blog-content .tagline a:hover,
.single-post .login-page .blog-content .tagline a:hover, .login-page .post-type-archive-resource .resource-content .tagline a:hover, .post-type-archive-resource .login-page .resource-content .tagline a:hover,
.login-page .single-resource .resource-content .tagline a:hover,
.single-resource .login-page .resource-content .tagline a:hover, .login-page .error404 .page-content .tagline a:hover, .error404 .login-page .page-content .tagline a:hover, .login-page body.post-type-archive-resource .section-feature-content .section-feature-header .tagline a:hover, body.post-type-archive-resource .section-feature-content .login-page .section-feature-header .tagline a:hover,
.login-page body.category .section-feature-content .section-feature-header .tagline a:hover,
body.category .section-feature-content .login-page .section-feature-header .tagline a:hover,
.login-page body.blog .section-feature-content .section-feature-header .tagline a:hover,
body.blog .section-feature-content .login-page .section-feature-header .tagline a:hover, .login-page body.single-resource .section-feature-header .feature-header-image .tagline a:hover, body.single-resource .section-feature-header .login-page .feature-header-image .tagline a:hover,
.login-page body.single-post .section-feature-header .feature-header-image .tagline a:hover,
body.single-post .section-feature-header .login-page .feature-header-image .tagline a:hover {
  color: #b9245e;
  text-decoration: underline;
}
/* line 34, sass/forms/_login-page.scss */
.login-page h1 {
  margin-bottom: 0;
  margin-top: 26px;
}
/* line 38, sass/forms/_login-page.scss */
.login-page input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  /* Change the color to your own background color */
  -webkit-text-fill-color: #333;
}
/* line 43, sass/forms/_login-page.scss */
.login-page input[type=submit] {
  border: 1px solid #b9245e;
}
/* line 47, sass/forms/_login-page.scss */
.login-page .field-wrap.forgot-link {
  text-align: center;
}
/* line 49, sass/forms/_login-page.scss */
.login-page .field-wrap.forgot-link a {
  display: inline-block;
  font-size: 14px;
  color: #9b9b9b;
  text-decoration: none;
}
/* line 54, sass/forms/_login-page.scss */
.login-page .field-wrap.forgot-link a:hover {
  text-decoration: underline;
}
/* line 61, sass/forms/_login-page.scss */
.login-page .text-wrap[data-input="true"] label:not(.error) {
  color: white;
}
/* line 65, sass/forms/_login-page.scss */
.login-page .page-container .logo {
  background-image: url("images/logo-login.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 107px;
  width: 97px;
}
/* line 74, sass/forms/_login-page.scss */
.login-page .standalone-page .page-container,
.login-page .standalone-page .page-success {
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
@media all and (min-width: 600px) {
  /* line 84, sass/forms/_login-page.scss */
  .login-page header {
    display: block;
  }
  /* line 88, sass/forms/_login-page.scss */
  .login-page .page-container .logo {
    display: none;
  }
}

/* line 2, sass/forms/_redirect-page.scss */
.redirect-page .block, .redirect-page .page-template-page_jobs .site-content, .page-template-page_jobs .redirect-page .site-content,
.redirect-page .single-jobs .site-content,
.single-jobs .redirect-page .site-content,
.redirect-page .single-news .site-content,
.single-news .redirect-page .site-content,
.redirect-page .tax-locations .site-content,
.tax-locations .redirect-page .site-content, .redirect-page .search-results .site-content, .search-results .redirect-page .site-content,
.redirect-page .search-no-results .site-content,
.search-no-results .redirect-page .site-content, .redirect-page .blog .blog-content, .blog .redirect-page .blog-content,
.redirect-page .category .blog-content,
.category .redirect-page .blog-content,
.redirect-page .tax .blog-content,
.tax .redirect-page .blog-content,
.redirect-page .single-post .blog-content,
.single-post .redirect-page .blog-content, .redirect-page .post-type-archive-resource .resource-content, .post-type-archive-resource .redirect-page .resource-content,
.redirect-page .single-resource .resource-content,
.single-resource .redirect-page .resource-content, .redirect-page .error404 .page-content, .error404 .redirect-page .page-content, .redirect-page body.post-type-archive-resource .section-feature-content .section-feature-header, body.post-type-archive-resource .section-feature-content .redirect-page .section-feature-header,
.redirect-page body.category .section-feature-content .section-feature-header,
body.category .section-feature-content .redirect-page .section-feature-header,
.redirect-page body.blog .section-feature-content .section-feature-header,
body.blog .section-feature-content .redirect-page .section-feature-header, .redirect-page body.single-resource .section-feature-header .feature-header-image, body.single-resource .section-feature-header .redirect-page .feature-header-image,
.redirect-page body.single-post .section-feature-header .feature-header-image,
body.single-post .section-feature-header .redirect-page .feature-header-image {
  max-width: 800px;
}
/* line 5, sass/forms/_redirect-page.scss */
.redirect-page * {
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #212121;
}
/* line 10, sass/forms/_redirect-page.scss */
.redirect-page .page-container,
.redirect-page .page-success {
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
/* line 22, sass/forms/_redirect-page.scss */
.redirect-page .page-logo-text {
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  font-size: 16px;
  margin-left: 8px;
}
/* line 27, sass/forms/_redirect-page.scss */
.redirect-page .page-logo {
  text-align: center;
  margin: 10px;
}
/* line 30, sass/forms/_redirect-page.scss */
.redirect-page .page-logo img {
  display: inline;
}
/* line 41, sass/forms/_redirect-page.scss */
.redirect-page .redirect {
  text-align: center;
  color: #999999;
}
/* line 44, sass/forms/_redirect-page.scss */
.redirect-page .redirect .countdown {
  color: #999999;
}
@media only screen and (min-width: 768px) {
  /* line 49, sass/forms/_redirect-page.scss */
  .redirect-page .redirect {
    margin-top: 125px;
    font-size: 15px;
  }
  /* line 53, sass/forms/_redirect-page.scss */
  .redirect-page .page-logo-text {
    font-size: 44.17px;
  }
  /* line 56, sass/forms/_redirect-page.scss */
  .redirect-page .page-logo {
    margin-bottom: 20px;
  }
  /* line 58, sass/forms/_redirect-page.scss */
  .redirect-page .page-logo img {
    display: inline;
    max-width: 330px;
  }
  /* line 63, sass/forms/_redirect-page.scss */
  .redirect-page .page-logo.page-logo-br img {
    max-width: 710px;
  }
  /* line 68, sass/forms/_redirect-page.scss */
  .redirect-page .tagline-first-p {
    margin-top: 20px;
  }
  /* line 71, sass/forms/_redirect-page.scss */
  .redirect-page .tagline-second-p {
    margin-top: 20px;
  }
}

/* line 2, sass/forms/_comments.scss */
.comments-area {
  background-color: #f6f6f6;
  padding: 15px;
  margin-top: 20px;
}
/* line 8, sass/forms/_comments.scss */
.comments-area .comment-respond .comment-reply-title {
  color: black;
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 7px;
  text-align: left;
}
/* line 16, sass/forms/_comments.scss */
.comments-area .comment-respond .comment-reply-subtitle {
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
/* line 21, sass/forms/_comments.scss */
.comments-area .comment-respond .comment-form p {
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  margin: 15px 0;
}
/* line 29, sass/forms/_comments.scss */
.comments-area .comment-respond .comment-note {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  margin: 15px 0;
}
/* line 37, sass/forms/_comments.scss */
.comments-area input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  -webkit-text-fill-color: #333;
}
/* line 41, sass/forms/_comments.scss */
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area input[type="password"],
.comments-area input[type="search"],
.comments-area textarea,
.comments-area select {
  background: white;
}
/* line 49, sass/forms/_comments.scss */
.comments-area input[type="text"]:focus,
.comments-area input[type="email"]:focus,
.comments-area input[type="url"]:focus,
.comments-area input[type="password"]:focus,
.comments-area input[type="search"]:focus,
.comments-area textarea:focus,
.comments-area select:focus {
  box-shadow: 0 0 3px #6332ac;
  border-color: #6332ac;
}
/* line 54, sass/forms/_comments.scss */
.comments-area input[type="submit"] {
  border-color: #6332ac;
  background: #6332ac;
}
/* line 57, sass/forms/_comments.scss */
.comments-area input[type="submit"]:hover, .comments-area input[type="submit"]:focus {
  border-color: #c7507e;
  background: #c7507e;
}
/* line 63, sass/forms/_comments.scss */
.comments-area .text-wrap[data-input="true"] label:not(.error) {
  color: #6332ac;
}
/* line 66, sass/forms/_comments.scss */
.comments-area a {
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #6332ac;
}
/* line 70, sass/forms/_comments.scss */
.comments-area a:visited, .comments-area a:active {
  color: #6332ac;
}
/* line 74, sass/forms/_comments.scss */
.comments-area a:hover {
  color: #6332ac;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 2, sass/navigation/_links.scss */
a {
  color: #b9245e;
  text-decoration: none;
}
/* line 5, sass/navigation/_links.scss */
a:visited {
  color: #b9245e;
}
/* line 8, sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: #b9245e;
}
/* line 13, sass/navigation/_links.scss */
a:focus {
  outline: thin dotted;
}
/* line 16, sass/navigation/_links.scss */
a:hover, a:active {
  outline: 0;
}
/* line 20, sass/navigation/_links.scss */
a:hover {
  text-decoration: underline;
}

/* line 26, sass/navigation/_links.scss */
.no-link > a {
  pointer-events: none;
}

/* line 31, sass/navigation/_links.scss */
#social-links,
#secondary #menu-social-links {
  text-align: left;
  margin: 0;
  -webkit-padding-start: 0;
}

@keyframes pulse {
  0% {
    opacity: .5;
  }
  5% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
/* line 46, sass/navigation/_links.scss */
.social-wrapper [class^="social-"],
#secondary .menu-social-links-container [class^="social-"] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
/* line 51, sass/navigation/_links.scss */
.social-wrapper [class^="social-"]:hover,
#secondary .menu-social-links-container [class^="social-"]:hover {
  animation-name: pulse;
  animation-duration: .5s;
}
/* line 55, sass/navigation/_links.scss */
.social-wrapper [class^="social-"] a,
#secondary .menu-social-links-container [class^="social-"] a {
  display: inline-block;
  height: 41px;
  width: 41px;
  opacity: 0;
}
/* line 62, sass/navigation/_links.scss */
.social-wrapper .social-icon,
#secondary .menu-social-links-container .social-icon {
  border: none !important;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* line 70, sass/navigation/_links.scss */
.footer-social .social-wrapper [class^="social-"] a {
  height: 41px !important;
  width: 41px !important;
}
/* line 74, sass/navigation/_links.scss */
.footer-social .social-wrapper .social-icon {
  border: 1px solid #FFFFFF !important;
}

/* line 82, sass/navigation/_links.scss */
.social-wrapper.grey .social-blog {
  background-image: url(images/social_blog.png);
}
/* line 87, sass/navigation/_links.scss */
.social-wrapper.white .social-blog {
  background-image: url(images/social_blog.png);
  margin: 0 3px;
}
/* line 93, sass/navigation/_links.scss */
.social-wrapper.color .social-blog {
  background-image: url(images/social-blog-color.svg);
}
/* line 99, sass/navigation/_links.scss */
.social-wrapper.hover-color .social-blog:hover {
  border: none;
}

/* line 108, sass/navigation/_links.scss */
.footer-social .social-wrapper.grey .social-blog {
  background-image: url(images/social_blog.png);
}
/* line 113, sass/navigation/_links.scss */
.footer-social .social-wrapper.white .social-blog {
  background-image: url(images/social_blog.png);
  margin: 0 3px;
}
/* line 119, sass/navigation/_links.scss */
.footer-social .social-wrapper.color .social-blog {
  background-image: url(images/social-blog-color.svg);
}
/* line 125, sass/navigation/_links.scss */
.footer-social .social-wrapper.hover-color .social-blog:hover {
  border: 1px solid #C119CA !important;
}

/* line 133, sass/navigation/_links.scss */
#secondary .menu-social-links-container .social-blog {
  background-image: url(images/social-blog-color.svg);
}

/* line 82, sass/navigation/_links.scss */
.social-wrapper.grey .social-twitter {
  background-image: url(images/social_twitter.png);
}
/* line 87, sass/navigation/_links.scss */
.social-wrapper.white .social-twitter {
  background-image: url(images/social_twitter.png);
  margin: 0 3px;
}
/* line 93, sass/navigation/_links.scss */
.social-wrapper.color .social-twitter {
  background-image: url(images/social-twitter-color.svg);
}
/* line 99, sass/navigation/_links.scss */
.social-wrapper.hover-color .social-twitter:hover {
  border: none;
}

/* line 108, sass/navigation/_links.scss */
.footer-social .social-wrapper.grey .social-twitter {
  background-image: url(images/social_twitter.png);
}
/* line 113, sass/navigation/_links.scss */
.footer-social .social-wrapper.white .social-twitter {
  background-image: url(images/social_twitter.png);
  margin: 0 3px;
}
/* line 119, sass/navigation/_links.scss */
.footer-social .social-wrapper.color .social-twitter {
  background-image: url(images/social-twitter-color.svg);
}
/* line 125, sass/navigation/_links.scss */
.footer-social .social-wrapper.hover-color .social-twitter:hover {
  border: 1px solid #C119CA !important;
}

/* line 133, sass/navigation/_links.scss */
#secondary .menu-social-links-container .social-twitter {
  background-image: url(images/social-twitter-color.svg);
}

/* line 82, sass/navigation/_links.scss */
.social-wrapper.grey .social-facebook {
  background-image: url(images/social_facebook.png);
}
/* line 87, sass/navigation/_links.scss */
.social-wrapper.white .social-facebook {
  background-image: url(images/social_facebook.png);
  margin: 0 3px;
}
/* line 93, sass/navigation/_links.scss */
.social-wrapper.color .social-facebook {
  background-image: url(images/social-facebook-color.svg);
}
/* line 99, sass/navigation/_links.scss */
.social-wrapper.hover-color .social-facebook:hover {
  border: none;
}

/* line 108, sass/navigation/_links.scss */
.footer-social .social-wrapper.grey .social-facebook {
  background-image: url(images/social_facebook.png);
}
/* line 113, sass/navigation/_links.scss */
.footer-social .social-wrapper.white .social-facebook {
  background-image: url(images/social_facebook.png);
  margin: 0 3px;
}
/* line 119, sass/navigation/_links.scss */
.footer-social .social-wrapper.color .social-facebook {
  background-image: url(images/social-facebook-color.svg);
}
/* line 125, sass/navigation/_links.scss */
.footer-social .social-wrapper.hover-color .social-facebook:hover {
  border: 1px solid #C119CA !important;
}

/* line 133, sass/navigation/_links.scss */
#secondary .menu-social-links-container .social-facebook {
  background-image: url(images/social-facebook-color.svg);
}

/* line 82, sass/navigation/_links.scss */
.social-wrapper.grey .social-linkedin {
  background-image: url(images/social_linkedin.png);
}
/* line 87, sass/navigation/_links.scss */
.social-wrapper.white .social-linkedin {
  background-image: url(images/social_linkedin.png);
  margin: 0 3px;
}
/* line 93, sass/navigation/_links.scss */
.social-wrapper.color .social-linkedin {
  background-image: url(images/social-linkedin-color.svg);
}
/* line 99, sass/navigation/_links.scss */
.social-wrapper.hover-color .social-linkedin:hover {
  border: none;
}

/* line 108, sass/navigation/_links.scss */
.footer-social .social-wrapper.grey .social-linkedin {
  background-image: url(images/social_linkedin.png);
}
/* line 113, sass/navigation/_links.scss */
.footer-social .social-wrapper.white .social-linkedin {
  background-image: url(images/social_linkedin.png);
  margin: 0 3px;
}
/* line 119, sass/navigation/_links.scss */
.footer-social .social-wrapper.color .social-linkedin {
  background-image: url(images/social-linkedin-color.svg);
}
/* line 125, sass/navigation/_links.scss */
.footer-social .social-wrapper.hover-color .social-linkedin:hover {
  border: 1px solid #C119CA !important;
}

/* line 133, sass/navigation/_links.scss */
#secondary .menu-social-links-container .social-linkedin {
  background-image: url(images/social-linkedin-color.svg);
}

/* line 82, sass/navigation/_links.scss */
.social-wrapper.grey .social-youtube {
  background-image: url(images/social_youtube.png);
}
/* line 87, sass/navigation/_links.scss */
.social-wrapper.white .social-youtube {
  background-image: url(images/social_youtube.png);
  margin: 0 3px;
}
/* line 93, sass/navigation/_links.scss */
.social-wrapper.color .social-youtube {
  background-image: url(images/social-youtube-color.svg);
}
/* line 99, sass/navigation/_links.scss */
.social-wrapper.hover-color .social-youtube:hover {
  border: none;
}

/* line 108, sass/navigation/_links.scss */
.footer-social .social-wrapper.grey .social-youtube {
  background-image: url(images/social_youtube.png);
}
/* line 113, sass/navigation/_links.scss */
.footer-social .social-wrapper.white .social-youtube {
  background-image: url(images/social_youtube.png);
  margin: 0 3px;
}
/* line 119, sass/navigation/_links.scss */
.footer-social .social-wrapper.color .social-youtube {
  background-image: url(images/social-youtube-color.svg);
}
/* line 125, sass/navigation/_links.scss */
.footer-social .social-wrapper.hover-color .social-youtube:hover {
  border: 1px solid #C119CA !important;
}

/* line 133, sass/navigation/_links.scss */
#secondary .menu-social-links-container .social-youtube {
  background-image: url(images/social-youtube-color.svg);
}

/* line 82, sass/navigation/_links.scss */
.social-wrapper.grey .social-email {
  background-image: url(images/social_email.png);
}
/* line 87, sass/navigation/_links.scss */
.social-wrapper.white .social-email {
  background-image: url(images/social_email.png);
  margin: 0 3px;
}
/* line 93, sass/navigation/_links.scss */
.social-wrapper.color .social-email {
  background-image: url(images/social-email-color.svg);
}
/* line 99, sass/navigation/_links.scss */
.social-wrapper.hover-color .social-email:hover {
  border: none;
}

/* line 108, sass/navigation/_links.scss */
.footer-social .social-wrapper.grey .social-email {
  background-image: url(images/social_email.png);
}
/* line 113, sass/navigation/_links.scss */
.footer-social .social-wrapper.white .social-email {
  background-image: url(images/social_email.png);
  margin: 0 3px;
}
/* line 119, sass/navigation/_links.scss */
.footer-social .social-wrapper.color .social-email {
  background-image: url(images/social-email-color.svg);
}
/* line 125, sass/navigation/_links.scss */
.footer-social .social-wrapper.hover-color .social-email:hover {
  border: 1px solid #C119CA !important;
}

/* line 133, sass/navigation/_links.scss */
#secondary .menu-social-links-container .social-email {
  background-image: url(images/social-email-color.svg);
}

/* line 154, sass/navigation/_links.scss */
.navigation .nav-links {
  margin: 40px auto;
  text-align: center;
  overflow: hidden;
}
/* line 159, sass/navigation/_links.scss */
.navigation .nav-previous {
  float: right;
}
/* line 162, sass/navigation/_links.scss */
.navigation .nav-previous a {
  background-color: #b9245e;
  color: white;
  padding: 14px 24px;
  font-size: 11px;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  display: block;
}
/* line 170, sass/navigation/_links.scss */
.navigation .nav-next {
  float: left;
}
/* line 173, sass/navigation/_links.scss */
.navigation .nav-next a {
  background-color: #b9245e;
  color: white;
  padding: 14px 24px;
  font-size: 11px;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  display: block;
}

/* line 185, sass/navigation/_links.scss */
.page .navigation {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}
/* line 190, sass/navigation/_links.scss */
.page .navigation a {
  padding: 20px;
  background-color: #b9245e;
  opacity: .75;
  color: white;
  text-decoration: none;
  vertical-align: middle;
}
/* line 198, sass/navigation/_links.scss */
.page .navigation a:hover,
.page .navigation a:visited {
  color: white;
  text-decoration: none;
  opacity: 1;
}
/* line 204, sass/navigation/_links.scss */
.page .navigation a:hover {
  color: white;
}
/* line 209, sass/navigation/_links.scss */
.page .navigation .alignleft span,
.page .navigation .alignright span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
}
/* line 216, sass/navigation/_links.scss */
.page .navigation .alignright span {
  padding-right: 3px;
}
/* line 219, sass/navigation/_links.scss */
.page .navigation .alignleft span {
  padding-left: 3px;
}
/* line 222, sass/navigation/_links.scss */
.page .navigation .text {
  overflow: hidden;
  vertical-align: middle;
}
/* line 226, sass/navigation/_links.scss */
.page .navigation .alignleft {
  position: relative;
}
/* line 228, sass/navigation/_links.scss */
.page .navigation .alignleft .text-prev {
  opacity: 0;
  -moz-transition: max-width 300ms ease;
  -o-transition: max-width 300ms ease;
  -webkit-transition: max-width 300ms ease;
  transition: max-width 300ms ease;
  max-width: 0;
}
/* line 233, sass/navigation/_links.scss */
.page .navigation .alignleft .icon-prev {
  padding: 1px 11px 0 0;
}
/* line 235, sass/navigation/_links.scss */
.page .navigation .alignleft .icon-prev svg {
  position: absolute;
  top: -9px;
  left: 8px;
  height: 40px;
  width: 40px;
  stroke-width: 2px;
}
/* line 248, sass/navigation/_links.scss */
.page .navigation .alignleft:hover .text-prev {
  opacity: 1;
  max-width: 500px;
  padding-left: 26px;
}
/* line 252, sass/navigation/_links.scss */
.page .navigation .alignleft:hover .text-prev .text-wrapper {
  text-align: right;
}
/* line 258, sass/navigation/_links.scss */
.page .navigation .alignright {
  position: relative;
}
/* line 260, sass/navigation/_links.scss */
.page .navigation .alignright .text-next {
  opacity: 0;
  -moz-transition: max-width 300ms ease;
  -o-transition: max-width 300ms ease;
  -webkit-transition: max-width 300ms ease;
  transition: max-width 300ms ease;
  max-width: 0;
}
/* line 266, sass/navigation/_links.scss */
.page .navigation .alignright .icon-next {
  padding: 1px 10px 0 0;
}
/* line 268, sass/navigation/_links.scss */
.page .navigation .alignright .icon-next svg {
  position: absolute;
  top: -9px;
  right: 6px;
  height: 40px;
  width: 40px;
  stroke-width: 2px;
}
/* line 279, sass/navigation/_links.scss */
.page .navigation .alignright:hover .text-next {
  opacity: 1;
  max-width: 500px;
  padding-right: 10px;
}

/* line 292, sass/navigation/_links.scss */
.blog .navigation .nav-links {
  margin-bottom: 65px;
}

/* line 299, sass/navigation/_links.scss */
.single-post .navigation {
  text-transform: uppercase;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  font-size: 12px;
  content: "";
  display: table;
}
/* line 304, sass/navigation/_links.scss */
.single-post .navigation a {
  color: #872c8c;
  background-color: white;
  opacity: 1;
  padding: 14px 0;
}
/* line 310, sass/navigation/_links.scss */
.single-post .navigation a:visited {
  color: #872c8c;
  background-color: white;
  opacity: 1;
}
/* line 315, sass/navigation/_links.scss */
.single-post .navigation a:hover,
.single-post .navigation a:active {
  color: #b9245e;
  text-decoration: none !important;
}
/* line 320, sass/navigation/_links.scss */
.single-post .navigation .text-wrapper {
  display: none;
}
/* line 324, sass/navigation/_links.scss */
.single-post .navigation .alignleft a:before {
  content: "<";
  padding-right: 0.25em;
}
/* line 329, sass/navigation/_links.scss */
.single-post .navigation .alignleft span {
  float: left;
  padding-left: 0;
}
/* line 334, sass/navigation/_links.scss */
.single-post .navigation .alignright {
  display: inline;
  float: none;
  margin-left: 0;
}
/* line 340, sass/navigation/_links.scss */
.single-post .navigation .alignright a:after {
  content: ">";
  padding-left: 0.25em;
}
@media only screen and (min-width: 768px) {
  /* line 347, sass/navigation/_links.scss */
  .single-post .navigation {
    display: inline;
  }
  /* line 349, sass/navigation/_links.scss */
  .single-post .navigation .alignright {
    float: right !important;
  }
}

/* line 356, sass/navigation/_links.scss */
.single-news .navigation {
  text-transform: uppercase;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  font-size: 12px;
  content: "";
  display: table;
}
/* line 361, sass/navigation/_links.scss */
.single-news .navigation a {
  border: 2px solid #b9245e;
  color: #b9245e;
  background-color: white;
  opacity: 1;
  padding: 14px 25px;
}
/* line 368, sass/navigation/_links.scss */
.single-news .navigation a:visited {
  border: 1px solid #b9245e;
  color: #b9245e;
  background-color: white;
  opacity: 1;
}
/* line 374, sass/navigation/_links.scss */
.single-news .navigation .text-wrapper {
  display: none;
}
/* line 378, sass/navigation/_links.scss */
.single-news .navigation .alignleft span {
  float: left;
  padding-left: 0;
}
/* line 383, sass/navigation/_links.scss */
.single-news .navigation .alignright {
  display: inline;
  float: none;
  margin-left: 0;
}
/* line 389, sass/navigation/_links.scss */
.single-news .navigation .alignright a {
  padding-left: 39px !important;
  padding-right: 39px !important;
}
@media only screen and (min-width: 768px) {
  /* line 396, sass/navigation/_links.scss */
  .single-news .navigation {
    display: inline;
  }
  /* line 398, sass/navigation/_links.scss */
  .single-news .navigation .alignright {
    float: right !important;
  }
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 5, sass/navigation/_menus.scss */
.main-navigation button {
  border: none;
}
/* line 8, sass/navigation/_menus.scss */
.main-navigation .menu-toggle {
  background-color: transparent;
}
/* line 10, sass/navigation/_menus.scss */
.main-navigation .menu-toggle img {
  width: 20px;
  height: 44px;
}
/* line 14, sass/navigation/_menus.scss */
.main-navigation .menu-toggle svg {
  width: 20px;
  height: 44px;
  fill: white;
  display: block;
}
/* line 20, sass/navigation/_menus.scss */
.main-navigation .menu-toggle span {
  height: 11px;
  display: block;
  vertical-align: middle;
  padding: 35px 0 0;
  position: relative;
  top: -18px;
}
@media only screen and (min-width: 768px) {
  /* line 8, sass/navigation/_menus.scss */
  .main-navigation .menu-toggle {
    display: none;
  }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/* line 7, sass/layout/_content-sidebar.scss */
.page-template-page_jobs .site-content,
.post-type-archive-resource.search-results .site-content,
.post-type-archive-resource.search-no-results .site-content,
.single-jobs .site-content,
.single-news .site-content,
.tax-locations .site-content {
  padding: 0 !important;
}
/* line 11, sass/layout/_content-sidebar.scss */
.page-template-page_jobs input[type="search"],
.post-type-archive-resource.search-results input[type="search"],
.post-type-archive-resource.search-no-results input[type="search"],
.single-jobs input[type="search"],
.single-news input[type="search"],
.tax-locations input[type="search"] {
  font-size: 16px;
  width: 90%;
  padding: 10px;
}
/* line 16, sass/layout/_content-sidebar.scss */
.page-template-page_jobs .widget-area,
.post-type-archive-resource.search-results .widget-area,
.post-type-archive-resource.search-no-results .widget-area,
.single-jobs .widget-area,
.single-news .widget-area,
.tax-locations .widget-area {
  display: inherit !important;
}
@media all and (min-width: 768px) {
  /* line 20, sass/layout/_content-sidebar.scss */
  .page-template-page_jobs .site-content,
  .post-type-archive-resource.search-results .site-content,
  .post-type-archive-resource.search-no-results .site-content,
  .single-jobs .site-content,
  .single-news .site-content,
  .tax-locations .site-content {
    padding: 112px 0 0 0 !important;
  }
  /* line 23, sass/layout/_content-sidebar.scss */
  .page-template-page_jobs .content-area,
  .post-type-archive-resource.search-results .content-area,
  .post-type-archive-resource.search-no-results .content-area,
  .single-jobs .content-area,
  .single-news .content-area,
  .tax-locations .content-area {
    float: left;
    margin: 0;
    width: 75%;
  }
  /* line 28, sass/layout/_content-sidebar.scss */
  .page-template-page_jobs .widget-area,
  .post-type-archive-resource.search-results .widget-area,
  .post-type-archive-resource.search-no-results .widget-area,
  .single-jobs .widget-area,
  .single-news .widget-area,
  .tax-locations .widget-area {
    float: left !important;
    width: 22% !important;
  }
}

/* line 37, sass/layout/_content-sidebar.scss */
.search-results .site-content,
.search-no-results .site-content {
  padding: 0 !important;
}
/* line 41, sass/layout/_content-sidebar.scss */
.search-results .search-menu-container input[type="search"],
.search-no-results .search-menu-container input[type="search"] {
  width: 50%;
}
/* line 44, sass/layout/_content-sidebar.scss */
.search-results input[type="search"],
.search-no-results input[type="search"] {
  font-size: 16px;
  width: 88%;
  padding: 10px;
}
/* line 49, sass/layout/_content-sidebar.scss */
.search-results .widget-area,
.search-no-results .widget-area {
  display: none;
}
@media all and (min-width: 768px) {
  /* line 53, sass/layout/_content-sidebar.scss */
  .search-results .site-content,
  .search-no-results .site-content {
    padding: 112px 0 0 0 !important;
  }
  /* line 56, sass/layout/_content-sidebar.scss */
  .search-results .content-area,
  .search-no-results .content-area {
    float: left;
    margin: 0;
    width: 100%;
  }
}

/* line 64, sass/layout/_content-sidebar.scss */
.error404 div#content,
.search.search-no-results div#content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0 !important;
  width: 100%;
}

/* line 74, sass/layout/_content-sidebar.scss */
.error404 footer#colophon,
.search.search-no-results footer#colophon {
  position: absolute;
  bottom: 0;
}

/* line 85, sass/layout/_content-sidebar.scss */
.blog .site-content,
.category .site-content,
.tax .site-content,
.single-post .site-content {
  padding: 101px 0 0 0 !important;
}
/* line 89, sass/layout/_content-sidebar.scss */
.blog.logged-in .site-content,
.category.logged-in .site-content,
.tax.logged-in .site-content,
.single-post.logged-in .site-content {
  padding: 87px 0 0 0 !important;
}
/* line 93, sass/layout/_content-sidebar.scss */
.blog .blog-content,
.category .blog-content,
.tax .blog-content,
.single-post .blog-content {
  margin-top: 10px;
  overflow: hidden;
}
/* line 98, sass/layout/_content-sidebar.scss */
.blog input[type="search"],
.category input[type="search"],
.tax input[type="search"],
.single-post input[type="search"] {
  font-size: 16px;
  width: 90%;
  padding: 10px;
}
@media all and (min-width: 768px) {
  /* line 105, sass/layout/_content-sidebar.scss */
  .blog.logged-in .site-content,
  .category.logged-in .site-content,
  .tax.logged-in .site-content,
  .single-post.logged-in .site-content {
    padding: 101px 0 0 0 !important;
  }
  /* line 109, sass/layout/_content-sidebar.scss */
  .blog .content-area,
  .category .content-area,
  .tax .content-area,
  .single-post .content-area {
    float: left;
    margin: 0;
    width: 66%;
    padding-left: 0 !important;
  }
  /* line 115, sass/layout/_content-sidebar.scss */
  .blog .widget-area,
  .category .widget-area,
  .tax .widget-area,
  .single-post .widget-area {
    float: left;
    width: 34%;
  }
}

@media all and (max-width: 768px) {
  /* line 122, sass/layout/_content-sidebar.scss */
  .single-post > #page > #content > .blog-content {
    position: relative !important;
    top: -45px !important;
  }
}
/* line 131, sass/layout/_content-sidebar.scss */
.post-type-archive-resource .site-content,
.single-resource .site-content {
  padding: 100px 0 0 0 !important;
}
/* line 135, sass/layout/_content-sidebar.scss */
.post-type-archive-resource.logged-in .site-content,
.single-resource.logged-in .site-content {
  padding: 86px 0 0 0 !important;
}
@media all and (min-width: 768px) {
  /* line 135, sass/layout/_content-sidebar.scss */
  .post-type-archive-resource.logged-in .site-content,
  .single-resource.logged-in .site-content {
    padding: 100px 0 0 0 !important;
  }
}
/* line 142, sass/layout/_content-sidebar.scss */
.post-type-archive-resource .resource-content,
.single-resource .resource-content {
  margin-top: 10px;
  overflow: hidden;
}
/* line 147, sass/layout/_content-sidebar.scss */
.post-type-archive-resource input[type="search"],
.single-resource input[type="search"] {
  font-size: 16px;
  width: 90%;
  padding: 10px;
}
@media all and (min-width: 768px) {
  /* line 153, sass/layout/_content-sidebar.scss */
  .post-type-archive-resource .content-area,
  .single-resource .content-area {
    float: right !important;
    margin: 0;
    width: 75%;
    width: calc(96.5% - 260px);
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 20px;
  }
  /* line 162, sass/layout/_content-sidebar.scss */
  .post-type-archive-resource .widget-area,
  .single-resource .widget-area {
    display: inherit;
    float: left;
    margin-right: 2.9%;
    width: 100%;
    max-width: 260px;
    padding: 0;
    margin-top: 20px;
  }
}

/* line 7, sass/layout/_grid.scss */
.grid *, .grid *:after, .grid *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 13, sass/layout/_grid.scss */
.grid [data-grid-id="0"],
.grid [data-grid-id="1"],
.grid [data-grid-id="2"],
.grid [data-grid-id="3"] {
  width: 50%;
  float: left;
  padding-right: 20px;
}
/* line 22, sass/layout/_grid.scss */
.grid [data-grid-id="1"],
.grid [data-grid-id="3"] {
  padding-right: 0;
}
/* line 27, sass/layout/_grid.scss */
.grid:after {
  content: "";
  display: table;
  clear: both;
}

/* Opt-in outside padding */
/* line 35, sass/layout/_grid.scss */
.grid-pad {
  padding: 20px 0 20px 20px;
}
/* line 37, sass/layout/_grid.scss */
.grid-pad [data-grid-id="1"],
.grid-pad [data-grid-id="3"] {
  padding-right: 20px;
}

@media all and (min-width: 768px) {
  /* line 45, sass/layout/_grid.scss */
  .grid [data-grid-id="0"],
  .grid [data-grid-id="1"],
  .grid [data-grid-id="2"],
  .grid [data-grid-id="3"] {
    width: 25%;
    float: left;
    padding-right: 20px;
  }
  /* line 54, sass/layout/_grid.scss */
  .grid [data-grid-id="3"] {
    padding-right: 0;
  }

  /* Opt-in outside padding */
  /* line 60, sass/layout/_grid.scss */
  .grid-pad {
    padding: 20px 0 20px 20px;
  }
  /* line 62, sass/layout/_grid.scss */
  .grid-pad [data-grid-id="3"] {
    padding-right: 20px;
  }
}
/* line 5, sass/layout/_slick-slider.scss */
.slick-slider.customer-stories {
  position: relative;
}
/* line 12, sass/layout/_slick-slider.scss */
.slick-slider .slick-prev:before {
  content: ' ';
}
/* line 16, sass/layout/_slick-slider.scss */
.slick-slider .slick-prev, .slick-slider .slick-prev:hover, .slick-slider .slick-prev:active, .slick-slider .slick-prev:visited, .slick-slider .slick-prev:focus {
  position: absolute;
  left: 31px;
  content: ' ';
  background-image: url(images/prev-arrow.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  width: 34px;
  height: 34px;
  z-index: 2;
}
/* line 29, sass/layout/_slick-slider.scss */
.slick-slider .slick-next:before {
  content: ' ';
}
/* line 33, sass/layout/_slick-slider.scss */
.slick-slider .slick-next, .slick-slider .slick-next:hover, .slick-slider .slick-next:active, .slick-slider .slick-next:visited, .slick-slider .slick-next:focus {
  position: absolute;
  right: 24px;
  content: ' ';
  background-image: url(images/next-arrow.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  width: 34px;
  height: 34px;
  z-index: 2;
}
/* line 46, sass/layout/_slick-slider.scss */
.slick-slider .slick-dots {
  margin: auto 0;
  position: static;
  bottom: 0;
}
/* line 51, sass/layout/_slick-slider.scss */
.slick-slider .slick-list {
  margin-bottom: 10px;
}
/* line 54, sass/layout/_slick-slider.scss */
.slick-slider .slick-dots li button:before {
  content: "";
}
/* line 57, sass/layout/_slick-slider.scss */
.slick-slider .slick-dots li button {
  border-radius: 10px;
  background-image: url(images/circle-open.svg);
  background-repeat: no-repeat;
}
/* line 62, sass/layout/_slick-slider.scss */
.slick-slider li.slick-active button {
  background-image: url(images/circle-closed.svg);
  background-repeat: no-repeat;
  fill: #b9245e;
}
@media only screen and (min-width: 1024px) {
  /* line 76, sass/layout/_slick-slider.scss */
  .slick-slider.customer-stories {
    max-width: 1100px;
  }
}

/* line 89, sass/layout/_slick-slider.scss */
.circle-open-container {
  position: absolute;
  top: 10px;
  left: 10px;
}
/* line 93, sass/layout/_slick-slider.scss */
.circle-open-container svg {
  width: 20px;
  height: 20px;
  fill: #b9245e;
}

/* line 102, sass/layout/_slick-slider.scss */
.brick {
  position: relative;
}
/* line 105, sass/layout/_slick-slider.scss */
.brick.customer-story {
  min-height: 174px;
  min-width: 112px;
}
/* line 111, sass/layout/_slick-slider.scss */
.brick .background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 123, sass/layout/_slick-slider.scss */
.brick .company-logo {
  position: absolute;
  top: 10%;
  right: 10%;
  left: 10%;
  bottom: 10%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 134, sass/layout/_slick-slider.scss */
.brick .content-wrapper {
  display: block;
  height: 305px;
  position: relative;
}
/* line 139, sass/layout/_slick-slider.scss */
.brick .content-wrapper .see-video {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  /* line 102, sass/layout/_slick-slider.scss */
  .brick {
    margin: 1px;
  }
}

/* line 155, sass/layout/_slick-slider.scss */
.quote-img {
  height: 24px;
  width: 30px;
  background-image: url(images/quote.png);
  background-repeat: no-repeat;
  margin: 60px auto 30px;
}

/* line 166, sass/layout/_slick-slider.scss */
.quote {
  padding: 10px 10px;
  position: relative;
  margin: auto;
  text-align: center;
}
/* line 171, sass/layout/_slick-slider.scss */
.quote .quote-citation::before {
  content: "-";
}

/* line 2, sass/layout/_page.scss */
#page {
  overflow-y: hidden;
}

/* line 10, sass/layout/_page.scss */
.block, .page-template-page_jobs .site-content,
.post-type-archive-resource.search-results .site-content,
.post-type-archive-resource.search-no-results .site-content,
.single-jobs .site-content,
.single-news .site-content,
.tax-locations .site-content, .search-results .site-content,
.search-no-results .site-content, .blog .blog-content,
.category .blog-content,
.tax .blog-content,
.single-post .blog-content, .post-type-archive-resource .resource-content,
.single-resource .resource-content, .error404 .page-content, body.post-type-archive-resource .section-feature-content .section-feature-header,
body.category .section-feature-content .section-feature-header,
body.blog .section-feature-content .section-feature-header, body.single-resource .section-feature-header .feature-header-image,
body.single-post .section-feature-header .feature-header-image {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
/* line 14, sass/layout/_page.scss */
.block p, .page-template-page_jobs .site-content p,
.post-type-archive-resource.search-results .site-content p,
.post-type-archive-resource.search-no-results .site-content p,
.single-jobs .site-content p,
.single-news .site-content p,
.tax-locations .site-content p, .search-results .site-content p,
.search-no-results .site-content p, .blog .blog-content p,
.category .blog-content p,
.tax .blog-content p,
.single-post .blog-content p, .post-type-archive-resource .resource-content p,
.single-resource .resource-content p, .error404 .page-content p, body.post-type-archive-resource .section-feature-content .section-feature-header p,
body.category .section-feature-content .section-feature-header p,
body.blog .section-feature-content .section-feature-header p, body.single-resource .section-feature-header .feature-header-image p,
body.single-post .section-feature-header .feature-header-image p {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
/* line 19, sass/layout/_page.scss */
.block.tagline, .page-template-page_jobs .tagline.site-content,
.single-jobs .tagline.site-content,
.single-news .tagline.site-content,
.tax-locations .tagline.site-content, .search-results .tagline.site-content,
.search-no-results .tagline.site-content, .blog .tagline.blog-content,
.category .tagline.blog-content,
.tax .tagline.blog-content,
.single-post .tagline.blog-content, .post-type-archive-resource .tagline.resource-content,
.single-resource .tagline.resource-content, .error404 .tagline.page-content, body.post-type-archive-resource .section-feature-content .tagline.section-feature-header,
body.category .section-feature-content .tagline.section-feature-header,
body.blog .section-feature-content .tagline.section-feature-header, body.single-resource .section-feature-header .tagline.feature-header-image,
body.single-post .section-feature-header .tagline.feature-header-image, .block.entry-content, .page-template-page_jobs .entry-content.site-content,
.single-jobs .entry-content.site-content,
.single-news .entry-content.site-content,
.tax-locations .entry-content.site-content, .search-results .entry-content.site-content,
.search-no-results .entry-content.site-content, .blog .entry-content.blog-content,
.category .entry-content.blog-content,
.tax .entry-content.blog-content,
.single-post .entry-content.blog-content, .post-type-archive-resource .entry-content.resource-content,
.single-resource .entry-content.resource-content, .error404 .entry-content.page-content, body.post-type-archive-resource .section-feature-content .entry-content.section-feature-header,
body.category .section-feature-content .entry-content.section-feature-header,
body.blog .section-feature-content .entry-content.section-feature-header, body.single-resource .section-feature-header .entry-content.feature-header-image,
body.single-post .section-feature-header .entry-content.feature-header-image, .block.features, .page-template-page_jobs .features.site-content,
.single-jobs .features.site-content,
.single-news .features.site-content,
.tax-locations .features.site-content, .search-results .features.site-content,
.search-no-results .features.site-content, .blog .features.blog-content,
.category .features.blog-content,
.tax .features.blog-content,
.single-post .features.blog-content, .post-type-archive-resource .features.resource-content,
.single-resource .features.resource-content, .error404 .features.page-content, body.post-type-archive-resource .section-feature-content .features.section-feature-header,
body.category .section-feature-content .features.section-feature-header,
body.blog .section-feature-content .features.section-feature-header, body.single-resource .section-feature-header .features.feature-header-image,
body.single-post .section-feature-header .features.feature-header-image {
  margin: 0 auto;
  padding: 0 10px;
  padding: 0 17px 21px;
  line-height: 1.2;
}

/* line 27, sass/layout/_page.scss */
.entry-header {
  margin: 84px 14px 10px;
  line-height: 1.1;
}

/* line 32, sass/layout/_page.scss */
.section {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media all and (min-width: 768px) {
  /* line 62, sass/layout/_page.scss */
  .block.tagline, .page-template-page_jobs .tagline.site-content,
  .single-jobs .tagline.site-content,
  .single-news .tagline.site-content,
  .tax-locations .tagline.site-content, .search-results .tagline.site-content,
  .search-no-results .tagline.site-content, .blog .tagline.blog-content,
  .category .tagline.blog-content,
  .tax .tagline.blog-content,
  .single-post .tagline.blog-content, .post-type-archive-resource .tagline.resource-content,
  .single-resource .tagline.resource-content, .error404 .tagline.page-content, body.post-type-archive-resource .section-feature-content .tagline.section-feature-header,
  body.category .section-feature-content .tagline.section-feature-header,
  body.blog .section-feature-content .tagline.section-feature-header, body.single-resource .section-feature-header .tagline.feature-header-image,
  body.single-post .section-feature-header .tagline.feature-header-image, .block.entry-content, .page-template-page_jobs .entry-content.site-content,
  .single-jobs .entry-content.site-content,
  .single-news .entry-content.site-content,
  .tax-locations .entry-content.site-content, .search-results .entry-content.site-content,
  .search-no-results .entry-content.site-content, .blog .entry-content.blog-content,
  .category .entry-content.blog-content,
  .tax .entry-content.blog-content,
  .single-post .entry-content.blog-content, .post-type-archive-resource .entry-content.resource-content,
  .single-resource .entry-content.resource-content, .error404 .entry-content.page-content, body.post-type-archive-resource .section-feature-content .entry-content.section-feature-header,
  body.category .section-feature-content .entry-content.section-feature-header,
  body.blog .section-feature-content .entry-content.section-feature-header, body.single-resource .section-feature-header .entry-content.feature-header-image,
  body.single-post .section-feature-header .entry-content.feature-header-image {
    padding: 0 17px 34px;
  }
  /* line 65, sass/layout/_page.scss */
  .block.tagline p, .page-template-page_jobs .tagline.site-content p,
  .single-jobs .tagline.site-content p,
  .single-news .tagline.site-content p,
  .tax-locations .tagline.site-content p, .search-results .tagline.site-content p,
  .search-no-results .tagline.site-content p, .blog .tagline.blog-content p,
  .category .tagline.blog-content p,
  .tax .tagline.blog-content p,
  .single-post .tagline.blog-content p, .post-type-archive-resource .tagline.resource-content p,
  .single-resource .tagline.resource-content p, .error404 .tagline.page-content p, body.post-type-archive-resource .section-feature-content .tagline.section-feature-header p,
  body.category .section-feature-content .tagline.section-feature-header p,
  body.blog .section-feature-content .tagline.section-feature-header p, body.single-resource .section-feature-header .tagline.feature-header-image p,
  body.single-post .section-feature-header .tagline.feature-header-image p {
    font-size: 18px;
  }
  /* line 68, sass/layout/_page.scss */
  .block.features, .page-template-page_jobs .features.site-content,
  .single-jobs .features.site-content,
  .single-news .features.site-content,
  .tax-locations .features.site-content, .search-results .features.site-content,
  .search-no-results .features.site-content, .blog .features.blog-content,
  .category .features.blog-content,
  .tax .features.blog-content,
  .single-post .features.blog-content, .post-type-archive-resource .features.resource-content,
  .single-resource .features.resource-content, .error404 .features.page-content, body.post-type-archive-resource .section-feature-content .features.section-feature-header,
  body.category .section-feature-content .features.section-feature-header,
  body.blog .section-feature-content .features.section-feature-header, body.single-resource .section-feature-header .features.feature-header-image,
  body.single-post .section-feature-header .features.feature-header-image {
    line-height: 1.4;
  }

  /* line 72, sass/layout/_page.scss */
  .entry-header {
    margin: 92px auto 15px;
    line-height: 1.3;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, sass/modules/_accessibility.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* line 9, sass/modules/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #F1F1F1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759B;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, sass/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 7, sass/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 8px;
}

/* line 13, sass/modules/_alignments.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 1, sass/modules/_clearings.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

/* line 16, sass/modules/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 1, sass/site/secondary/_widgets.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
/* line 5, sass/site/secondary/_widgets.scss */
.widget select {
  max-width: 100%;
}

/* Search widget. */
/* line 13, sass/site/secondary/_widgets.scss */
.widget_search .search-form {
  padding-top: 10px;
}
/* line 16, sass/site/secondary/_widgets.scss */
.widget_search .search-submit {
  display: block;
  margin-top: 24px;
  width: 115px;
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
}

/* List widgets */
@media only screen and (max-width: 768px) {
  /* line 31, sass/site/secondary/_widgets.scss */
  .widget-area {
    margin: 0 14px;
  }
}
/* line 35, sass/site/secondary/_widgets.scss */
.widget-area .dotted-line {
  margin: 18px 0 -22px 0 !important;
}
/* line 38, sass/site/secondary/_widgets.scss */
.widget-area .sidebar-footer {
  padding-top: 40px;
  content: "";
  display: table;
}
/* line 41, sass/site/secondary/_widgets.scss */
.widget-area .sidebar-footer p {
  text-align: left !important;
  padding-bottom: 20px;
}
/* line 47, sass/site/secondary/_widgets.scss */
.widget-area aside .widget-title {
  text-align: left;
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #872c8c;
  text-transform: uppercase;
  margin-top: 52px;
}
/* line 55, sass/site/secondary/_widgets.scss */
.widget-area aside .widget-title a {
  color: #872c8c;
}
/* line 58, sass/site/secondary/_widgets.scss */
.widget-area aside .widget-title a:visited {
  color: #872c8c;
}
/* line 62, sass/site/secondary/_widgets.scss */
.widget-area aside:not(.widget_nav_menu) ul {
  font-size: 18px;
  margin: 0 auto;
  padding: 0;
}
/* line 66, sass/site/secondary/_widgets.scss */
.widget-area aside:not(.widget_nav_menu) ul li {
  margin: 0;
  padding: 23px 0 23px 0;
  position: relative;
}
/* line 70, sass/site/secondary/_widgets.scss */
.widget-area aside:not(.widget_nav_menu) ul li:after {
  content: '';
  background-image: linear-gradient(to right, rgba(50, 50, 50, 0.15) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 3px 3px;
  background-repeat: repeat-x;
  height: 1px;
  border-width: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 83, sass/site/secondary/_widgets.scss */
.widget-area aside:not(.widget_nav_menu) ul li a {
  color: black;
}
/* line 89, sass/site/secondary/_widgets.scss */
.widget-area aside:not(.widget_nav_menu) .menu-social-links-container .social-icon {
  margin-right: 5px;
}
/* line 93, sass/site/secondary/_widgets.scss */
.widget-area aside:not(.widget_nav_menu) .widget-sales-support {
  margin: -10px 0 30px;
}
/* line 95, sass/site/secondary/_widgets.scss */
.widget-area aside:not(.widget_nav_menu) .widget-sales-support hr {
  margin: 0 0 10px;
}
/* line 98, sass/site/secondary/_widgets.scss */
.widget-area aside:not(.widget_nav_menu) .widget-sales-support p {
  text-align: left;
  color: #24408e;
}
@media only screen and (min-width: 768px) {
  /* line 108, sass/site/secondary/_widgets.scss */
  .widget-area aside .widget-title {
    margin-top: 0;
  }
  /* line 112, sass/site/secondary/_widgets.scss */
  .widget-area aside:not(.widget_nav_menu) ul {
    max-width: none;
    list-style-type: disc;
    list-style-image: inherit;
    margin: 0 21px;
  }
  /* line 117, sass/site/secondary/_widgets.scss */
  .widget-area aside:not(.widget_nav_menu) ul li {
    padding: 11px 0 8px 18px;
  }
  /* line 119, sass/site/secondary/_widgets.scss */
  .widget-area aside:not(.widget_nav_menu) ul li:after {
    background-image: none;
  }
  /* line 126, sass/site/secondary/_widgets.scss */
  .widget-area aside:not(.widget_search) .widget-title {
    margin-top: 60px;
  }
  /* line 130, sass/site/secondary/_widgets.scss */
  .widget-area aside.widget_nav_menu {
    margin-top: 60px;
  }
}

/* line 141, sass/site/secondary/_widgets.scss */
.blog .widget-area #text-3,
.category .widget-area #text-3,
.tag .widget-area #text-3,
.single-post .widget-area #text-3 {
  margin-bottom: 5px;
}
/* line 144, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_categories,
.category .widget-area .widget_categories,
.tag .widget-area .widget_categories,
.single-post .widget-area .widget_categories {
  background: #8a65c1;
  padding: 20px;
  margin: 5px 0;
}
/* line 148, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_categories .widget-title,
.category .widget-area .widget_categories .widget-title,
.tag .widget-area .widget_categories .widget-title,
.single-post .widget-area .widget_categories .widget-title {
  color: white;
  margin: 10px 0 0 !important;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  font-weight: normal;
}
/* line 154, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_categories ul,
.category .widget-area .widget_categories ul,
.tag .widget-area .widget_categories ul,
.single-post .widget-area .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 158, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_categories ul li,
.category .widget-area .widget_categories ul li,
.tag .widget-area .widget_categories ul li,
.single-post .widget-area .widget_categories ul li {
  font-size: 16.8px;
  font-size: 1.05rem;
  margin: 10px 0;
  padding: 0;
  color: white;
}
/* line 163, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_categories ul li a,
.category .widget-area .widget_categories ul li a,
.tag .widget-area .widget_categories ul li a,
.single-post .widget-area .widget_categories ul li a {
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  font-weight: normal;
  color: white;
}
/* line 171, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries,
.category .widget-area .widget_recent_entries,
.tag .widget-area .widget_recent_entries,
.single-post .widget-area .widget_recent_entries {
  margin: 10px 0 1.5em;
}
/* line 173, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries .widget-title,
.category .widget-area .widget_recent_entries .widget-title,
.tag .widget-area .widget_recent_entries .widget-title,
.single-post .widget-area .widget_recent_entries .widget-title {
  display: none;
}
/* line 176, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries ul,
.category .widget-area .widget_recent_entries ul,
.tag .widget-area .widget_recent_entries ul,
.single-post .widget-area .widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 180, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries ul li,
.category .widget-area .widget_recent_entries ul li,
.tag .widget-area .widget_recent_entries ul li,
.single-post .widget-area .widget_recent_entries ul li {
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  background: #b9245e;
  margin: 0;
  padding: 20px;
  color: white;
}
/* line 186, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries ul li a,
.category .widget-area .widget_recent_entries ul li a,
.tag .widget-area .widget_recent_entries ul li a,
.single-post .widget-area .widget_recent_entries ul li a {
  color: white;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
  display: block;
}
/* line 193, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries ul li .post-date,
.category .widget-area .widget_recent_entries ul li .post-date,
.tag .widget-area .widget_recent_entries ul li .post-date,
.single-post .widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
/* line 197, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries ul li .post-tagline,
.category .widget-area .widget_recent_entries ul li .post-tagline,
.tag .widget-area .widget_recent_entries ul li .post-tagline,
.single-post .widget-area .widget_recent_entries ul li .post-tagline {
  display: block;
  font-size: 14.4px;
  font-size: 0.9rem;
}
/* line 201, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries ul li .post-tagline a,
.category .widget-area .widget_recent_entries ul li .post-tagline a,
.tag .widget-area .widget_recent_entries ul li .post-tagline a,
.single-post .widget-area .widget_recent_entries ul li .post-tagline a {
  font-size: 14.4px;
  font-size: 0.9rem;
}
/* line 206, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries ul li:nth-of-type(1),
.category .widget-area .widget_recent_entries ul li:nth-of-type(1),
.tag .widget-area .widget_recent_entries ul li:nth-of-type(1),
.single-post .widget-area .widget_recent_entries ul li:nth-of-type(1) {
  background: #ce2869;
}
/* line 206, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries ul li:nth-of-type(2),
.category .widget-area .widget_recent_entries ul li:nth-of-type(2),
.tag .widget-area .widget_recent_entries ul li:nth-of-type(2),
.single-post .widget-area .widget_recent_entries ul li:nth-of-type(2) {
  background: #d83876;
}
/* line 206, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries ul li:nth-of-type(3),
.category .widget-area .widget_recent_entries ul li:nth-of-type(3),
.tag .widget-area .widget_recent_entries ul li:nth-of-type(3),
.single-post .widget-area .widget_recent_entries ul li:nth-of-type(3) {
  background: #dc4d85;
}
/* line 206, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries ul li:nth-of-type(4),
.category .widget-area .widget_recent_entries ul li:nth-of-type(4),
.tag .widget-area .widget_recent_entries ul li:nth-of-type(4),
.single-post .widget-area .widget_recent_entries ul li:nth-of-type(4) {
  background: #e16294;
}
/* line 206, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries ul li:nth-of-type(5),
.category .widget-area .widget_recent_entries ul li:nth-of-type(5),
.tag .widget-area .widget_recent_entries ul li:nth-of-type(5),
.single-post .widget-area .widget_recent_entries ul li:nth-of-type(5) {
  background: #e578a2;
}
/* line 206, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries ul li:nth-of-type(6),
.category .widget-area .widget_recent_entries ul li:nth-of-type(6),
.tag .widget-area .widget_recent_entries ul li:nth-of-type(6),
.single-post .widget-area .widget_recent_entries ul li:nth-of-type(6) {
  background: #e98db1;
}
/* line 206, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries ul li:nth-of-type(7),
.category .widget-area .widget_recent_entries ul li:nth-of-type(7),
.tag .widget-area .widget_recent_entries ul li:nth-of-type(7),
.single-post .widget-area .widget_recent_entries ul li:nth-of-type(7) {
  background: #eda3c0;
}
/* line 206, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries ul li:nth-of-type(8),
.category .widget-area .widget_recent_entries ul li:nth-of-type(8),
.tag .widget-area .widget_recent_entries ul li:nth-of-type(8),
.single-post .widget-area .widget_recent_entries ul li:nth-of-type(8) {
  background: #f1b8ce;
}
/* line 206, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries ul li:nth-of-type(9),
.category .widget-area .widget_recent_entries ul li:nth-of-type(9),
.tag .widget-area .widget_recent_entries ul li:nth-of-type(9),
.single-post .widget-area .widget_recent_entries ul li:nth-of-type(9) {
  background: #f5cddd;
}
/* line 206, sass/site/secondary/_widgets.scss */
.blog .widget-area .widget_recent_entries ul li:nth-of-type(10),
.category .widget-area .widget_recent_entries ul li:nth-of-type(10),
.tag .widget-area .widget_recent_entries ul li:nth-of-type(10),
.single-post .widget-area .widget_recent_entries ul li:nth-of-type(10) {
  background: #f9e3eb;
}
@media only screen and (min-width: 768px) {
  /* line 214, sass/site/secondary/_widgets.scss */
  .blog .widget-area aside:first-of-type,
  .category .widget-area aside:first-of-type,
  .tag .widget-area aside:first-of-type,
  .single-post .widget-area aside:first-of-type {
    margin-top: 1.64em;
  }
  /* line 218, sass/site/secondary/_widgets.scss */
  .blog .widget-area aside:not(.widget_search) .widget-title,
  .category .widget-area aside:not(.widget_search) .widget-title,
  .tag .widget-area aside:not(.widget_search) .widget-title,
  .single-post .widget-area aside:not(.widget_search) .widget-title {
    font-size: 19.2px;
    font-size: 1.2rem;
    margin: 20px 0 10px;
  }
  /* line 223, sass/site/secondary/_widgets.scss */
  .blog .widget-area aside.widget_nav_menu,
  .category .widget-area aside.widget_nav_menu,
  .tag .widget-area aside.widget_nav_menu,
  .single-post .widget-area aside.widget_nav_menu {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 235, sass/site/secondary/_widgets.scss */
  .single-resource .widget-area aside:first-of-type,
  .post-type-archive-resource .widget-area aside:first-of-type {
    margin-top: 25px;
  }
  /* line 239, sass/site/secondary/_widgets.scss */
  .single-resource .widget-area aside:not(.widget_search) .widget-title,
  .post-type-archive-resource .widget-area aside:not(.widget_search) .widget-title {
    font-size: 19.2px;
    font-size: 1.2rem;
    margin: 20px 0 10px;
  }
  /* line 244, sass/site/secondary/_widgets.scss */
  .single-resource .widget-area aside.widget_nav_menu,
  .post-type-archive-resource .widget-area aside.widget_nav_menu {
    margin-top: 20px;
  }
}

/* Social Links */
/** Styled in _links.scss **/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_posts-and-pages.scss */
.sticky {
  display: block;
}

/* line 5, sass/site/primary/_posts-and-pages.scss */
.hentry {
  margin: 0 0 1.5em;
}

/* line 9, sass/site/primary/_posts-and-pages.scss */
.byline,
.updated:not(.published) {
  display: none;
}

/* line 13, sass/site/primary/_posts-and-pages.scss */
.blog .byline,
.single-news .byline,
.group-blog .byline {
  display: inline;
}

/* line 18, sass/site/primary/_posts-and-pages.scss */
.single .byline {
  display: inline;
}

/* line 28, sass/site/primary/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_asides.scss */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_comments.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 4, sass/site/primary/_comments.scss */
.bypostauthor {
  display: block;
}

/* line 2, sass/site/primary/_error404.scss */
.error404 #page {
  padding-top: 60px;
}
/* line 5, sass/site/primary/_error404.scss */
.error404 .page-content {
  text-align: left;
}
/* line 9, sass/site/primary/_error404.scss */
.error404 .search-form {
  text-align: center;
}

/*--------------------------------------------------------------
## Author block
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_author.scss */
.blog-author-section {
  background: #6332ac;
  color: white;
  padding: 30px;
  overflow: hidden;
  margin-top: 30px;
}
/* line 7, sass/site/primary/_author.scss */
.blog-author-section a {
  color: white;
  text-decoration: none;
}
/* line 10, sass/site/primary/_author.scss */
.blog-author-section a:active, .blog-author-section a:visited {
  color: white;
  text-decoration: none;
}
/* line 15, sass/site/primary/_author.scss */
.blog-author-section a:hover, .blog-author-section a:focus {
  color: white;
  text-decoration: underline;
}
/* line 22, sass/site/primary/_author.scss */
.blog-author-section .author-social #social-links {
  padding: 0;
  margin: 10px 0;
  text-align: center;
}
/* line 26, sass/site/primary/_author.scss */
.blog-author-section .author-social #social-links li {
  padding: 0;
  margin: 0 2px;
}
/* line 32, sass/site/primary/_author.scss */
.blog-author-section .author-social .author-headshot {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6332ac+0,872c8c+37,b9245e+67,e31d3c+100 */
  background: #6332ac;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6332ac', endColorstr='#e31d3c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 100%;
  padding: 5px;
  width: 100px;
  height: 100px;
  margin: 0 auto !important;
  float: none !important;
}
/* line 40, sass/site/primary/_author.scss */
.blog-author-section .author-social .author-headshot img {
  border-radius: 100%;
}
@media all and (min-width: 768px) {
  /* line 46, sass/site/primary/_author.scss */
  .blog-author-section .author-social {
    float: left;
    width: 200px;
  }
}
/* line 52, sass/site/primary/_author.scss */
.blog-author-section .author-info p {
  margin-top: 20px;
}
/* line 55, sass/site/primary/_author.scss */
.blog-author-section .author-info .author-name {
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 0;
}
/* line 61, sass/site/primary/_author.scss */
.blog-author-section .author-info .author-position,
.blog-author-section .author-info p {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  line-height: 1.75;
  clear: left;
}
@media all and (min-width: 768px) {
  /* line 72, sass/site/primary/_author.scss */
  .blog-author-section .author-info {
    float: left;
    width: calc(100% - 220px);
    margin-left: 20px;
  }
  /* line 76, sass/site/primary/_author.scss */
  .blog-author-section .author-info .author-name {
    float: left;
  }
  /* line 79, sass/site/primary/_author.scss */
  .blog-author-section .author-info .author-position:before {
    content: ",";
    margin-right: 0.25em;
    font-family: MuseoSans-500, sans-serif;
    font-weight: 500;
  }
}

/*--------------------------------------------------------------
## Add-ons
--------------------------------------------------------------*/
/* line 1, modules/home-page/_home-page.scss */
.noscroll {
  overflow: hidden;
}

/* line 13, modules/home-page/_home-page.scss */
.single-home_page h2, .single-home_page h4, .single-home_page button,
.page-template-page_home-page h2,
.page-template-page_home-page h4,
.page-template-page_home-page button {
  text-transform: uppercase;
}
/* line 16, modules/home-page/_home-page.scss */
.single-home_page .discover-title,
.page-template-page_home-page .discover-title {
  max-width: 600px;
  margin: 0 auto;
}
/* line 20, modules/home-page/_home-page.scss */
.single-home_page h2,
.page-template-page_home-page h2 {
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
  padding-bottom: 20px;
}
/* line 26, modules/home-page/_home-page.scss */
.single-home_page .tagline,
.page-template-page_home-page .tagline {
  text-align: center;
  padding-bottom: 19px;
  line-height: 1.5;
  padding: 2px 0;
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
}
@media all and (max-width: 768px) {
  /* line 26, modules/home-page/_home-page.scss */
  .single-home_page .tagline,
  .page-template-page_home-page .tagline {
    padding: 2px 0 15px;
  }
}
/* line 35, modules/home-page/_home-page.scss */
.single-home_page .tagline strong,
.page-template-page_home-page .tagline strong {
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
}
@media all and (min-width: 1024px) {
  /* line 40, modules/home-page/_home-page.scss */
  .single-home_page h2,
  .page-template-page_home-page h2 {
    font-size: 42px;
  }
  /* line 43, modules/home-page/_home-page.scss */
  .single-home_page .tagline,
  .page-template-page_home-page .tagline {
    font-size: 18px;
  }
}
/* line 47, modules/home-page/_home-page.scss */
.single-home_page .at,
.page-template-page_home-page .at {
  font-family: arial;
  font-size: 55%;
  position: relative;
  top: -4px;
}
/* line 54, modules/home-page/_home-page.scss */
.single-home_page .content-area,
.page-template-page_home-page .content-area {
  padding: 0;
  -moz-transform: opacity 0.1s ease;
  -ms-transform: opacity 0.1s ease;
  -webkit-transform: opacity 0.1s ease;
  transform: opacity 0.1s ease;
}
/* line 58, modules/home-page/_home-page.scss */
.single-home_page .content-area.hide,
.page-template-page_home-page .content-area.hide {
  opacity: 0;
}
/* line 62, modules/home-page/_home-page.scss */
.single-home_page .section,
.page-template-page_home-page .section {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 66, modules/home-page/_home-page.scss */
.single-home_page p#user_switching_switch_on,
.page-template-page_home-page p#user_switching_switch_on {
  display: none;
}

/* line 75, modules/home-page/_home-page.scss */
.section {
  background-color: white;
}

/* line 78, modules/home-page/_home-page.scss */
.section {
  width: 100%;
  position: relative;
}
/* line 86, modules/home-page/_home-page.scss */
.section .section__background-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* line 96, modules/home-page/_home-page.scss */
.section .section-content {
  line-height: 1;
  padding: 21px;
}
/* line 100, modules/home-page/_home-page.scss */
.section.hide {
  opacity: 0;
}

/* line 113, modules/home-page/_home-page.scss */
.slide-nav-container {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
}
/* line 120, modules/home-page/_home-page.scss */
.slide-nav-container .slide-nav {
  text-align: center;
}
/* line 123, modules/home-page/_home-page.scss */
.slide-nav-container .slide-nav span {
  font-size: 12px;
  color: #e5e5e5;
  letter-spacing: 4px;
}
/* line 128, modules/home-page/_home-page.scss */
.slide-nav-container .slide-nav div {
  letter-spacing: 4px;
  margin: auto;
}
/* line 136, modules/home-page/_home-page.scss */
.slide-nav-container .slide-nav__next svg {
  width: 50px;
  height: 50px;
  stroke: #8cce52;
  fill: none;
}
/* line 145, modules/home-page/_home-page.scss */
.slide-nav-container.top .slide-nav__next svg {
  stroke: white;
}
/* line 150, modules/home-page/_home-page.scss */
.slide-nav-container.hide {
  display: none;
}
@media all and (min-width: 768px) {
  /* line 113, modules/home-page/_home-page.scss */
  .slide-nav-container {
    display: block;
  }
}

@media all and (min-width: 768px) {
  /* line 167, modules/home-page/_home-page.scss */
  .slide.last {
    overflow-y: hidden;
  }
  /* line 169, modules/home-page/_home-page.scss */
  .slide.last[data-slide-current-stage="center"] {
    overflow-y: scroll;
  }
  /* line 173, modules/home-page/_home-page.scss */
  .slide .slide-nav {
    display: block;
  }
}
/* line 4, modules/home-page/_home-section-hero.scss */
.section-hero {
  background-color: white;
  overflow: hidden;
}
/* line 8, modules/home-page/_home-section-hero.scss */
.section-hero .section__background-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 20, modules/home-page/_home-section-hero.scss */
.section-hero .hero_title {
  position: relative;
  color: #D51A3D;
  font-size: 55px;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  margin-left: -2px;
  line-height: 1.2;
}
/* line 30, modules/home-page/_home-section-hero.scss */
.section-hero .hero_tagline {
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: opacity .5s ease;
  color: #212121;
  font-size: 20px;
  line-height: 1.35;
  overflow: hidden;
  padding-bottom: 20px;
}
/* line 42, modules/home-page/_home-section-hero.scss */
.section-hero .section-hero-content {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
}
/* line 49, modules/home-page/_home-section-hero.scss */
.section-hero .section-hero-content .watch-video-wrapper .watch-icon {
  background: url(images/video_cta_design02.png) no-repeat 0% 50% transparent;
  text-indent: -9999px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 0;
}
@media only screen and (max-width: 450px) {
  /* line 49, modules/home-page/_home-section-hero.scss */
  .section-hero .section-hero-content .watch-video-wrapper .watch-icon {
    background-size: 175px !important;
  }
}
/* line 64, modules/home-page/_home-section-hero.scss */
.section-hero .hero_boxes a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0);
  display: block;
  transition: 0.25s all ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 78, modules/home-page/_home-section-hero.scss */
.section-hero .hero_boxes a:hover,
.section-hero .hero_boxes a:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 5px 25px rgba(255, 255, 255, 0.25);
}
/* line 84, modules/home-page/_home-section-hero.scss */
.section-hero .hero_boxes .hero_box {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #b9245e;
  width: 100%;
  width: calc(100% - 14px);
  margin: 10px 7px;
  padding: 27px;
}
/* line 94, modules/home-page/_home-section-hero.scss */
.section-hero .hero_boxes .hero_box_title,
.section-hero .hero_boxes .hero_box_content {
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 1.35;
}
/* line 101, modules/home-page/_home-section-hero.scss */
.section-hero .hero_boxes .hero_box_title {
  text-transform: uppercase;
  font-size: 21px;
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  flex: 0 1 auto;
  min-height: 95px;
}
@media only screen and (max-width: 1023px) {
  /* line 101, modules/home-page/_home-section-hero.scss */
  .section-hero .hero_boxes .hero_box_title {
    min-height: 0;
    margin-bottom: 15px;
  }
  /* line 110, modules/home-page/_home-section-hero.scss */
  .section-hero .hero_boxes .hero_box_title br {
    display: none;
  }
}
/* line 116, modules/home-page/_home-section-hero.scss */
.section-hero .hero_boxes .hero_box_divider {
  width: 25%;
  height: 0;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  flex: 0 1 2%;
}
/* line 124, modules/home-page/_home-section-hero.scss */
.section-hero .hero_boxes .hero_box_content {
  padding: 25px 0 0;
  font-size: 19px;
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  flex: 0 1 auto;
}
@media only screen and (max-width: 400px) {
  /* line 134, modules/home-page/_home-section-hero.scss */
  .section-hero .hero_title {
    font-size: 26px;
  }
  /* line 137, modules/home-page/_home-section-hero.scss */
  .section-hero .hero_tagline {
    font-size: 20px;
  }
  /* line 142, modules/home-page/_home-section-hero.scss */
  .section-hero .section-hero-content .watch-video-wrapper .watch-icon {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 4, modules/home-page/_home-section-hero.scss */
  .section-hero {
    height: auto !important;
    position: relative;
  }
  /* line 153, modules/home-page/_home-section-hero.scss */
  .section-hero .section__background-image {
    padding-bottom: 80%;
    position: relative;
  }
  /* line 157, modules/home-page/_home-section-hero.scss */
  .section-hero .section-content {
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 164, modules/home-page/_home-section-hero.scss */
  .section-hero .hero_title {
    text-align: center;
    font-size: 26px !important;
  }
  /* line 168, modules/home-page/_home-section-hero.scss */
  .section-hero .hero-tagline-tagline {
    text-align: center;
    font-size: 20px;
  }
  /* line 174, modules/home-page/_home-section-hero.scss */
  .section-hero .section-hero-content .watch-video-wrapper .watch-icon {
    background-position: 50% !important;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 183, modules/home-page/_home-section-hero.scss */
  .section-hero .hero_boxes {
    display: flex;
    flex: 0 1 auto;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    width: 95%;
    margin: 0 auto 100px;
    max-width: 1250px;
  }
  /* line 193, modules/home-page/_home-section-hero.scss */
  .section-hero .hero_boxes > div:first-of-type {
    margin-left: 0;
  }
  /* line 196, modules/home-page/_home-section-hero.scss */
  .section-hero .hero_boxes > div:last-of-type {
    margin-right: 0;
  }
  /* line 200, modules/home-page/_home-section-hero.scss */
  .section-hero .section-hero-content {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
@media only screen and (min-width: 1024px) and (max-height: 775px) {
  /* line 200, modules/home-page/_home-section-hero.scss */
  .section-hero .section-hero-content {
    top: 35%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 211, modules/home-page/_home-section-hero.scss */
  .section-hero .section-hero-content .hero_title {
    font-size: 60px;
    max-width: 49.5%;
    margin-left: 50.5%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 769px) and (max-width: 1024px) {
  /* line 211, modules/home-page/_home-section-hero.scss */
  .section-hero .section-hero-content .hero_title {
    font-size: 49px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 219, modules/home-page/_home-section-hero.scss */
  .section-hero .section-hero-content .hero_tagline {
    font-size: 40px;
    max-width: 49.5%;
    margin-left: 50.5%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 769px) and (max-width: 1024px) {
  /* line 219, modules/home-page/_home-section-hero.scss */
  .section-hero .section-hero-content .hero_tagline {
    font-size: 33px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 227, modules/home-page/_home-section-hero.scss */
  .section-hero .section-hero-content .hero-tagline-tagline {
    margin-bottom: 10px;
  }
  /* line 230, modules/home-page/_home-section-hero.scss */
  .section-hero .section-hero-content .watch-video-wrapper {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  /* line 237, modules/home-page/_home-section-hero.scss */
  .section-hero .section-hero-content {
    top: 35%;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  /* line 243, modules/home-page/_home-section-hero.scss */
  .section-hero .section-hero-content .hero_title {
    font-size: 40px;
  }
}

/* line 251, modules/home-page/_home-section-hero.scss */
.section-hero-style-two .section__background-image {
  background-position: 50% 43%;
}
@media only screen and (min-width: 1024px) {
  /* line 254, modules/home-page/_home-section-hero.scss */
  .section-hero-style-two .section-hero-content {
    top: 150px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 254, modules/home-page/_home-section-hero.scss */
  .section-hero-style-two .section-hero-content {
    top: 0;
    position: relative;
  }
}
/* line 262, modules/home-page/_home-section-hero.scss */
.section-hero-style-two .section-hero-content .hero_title {
  width: 95%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #872c8c;
  font-size: 38px;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  font-weight: normal;
}
/* line 272, modules/home-page/_home-section-hero.scss */
.section-hero-style-two .section-hero-content .hero_tagline {
  width: 95%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 35px;
}
/* line 280, modules/home-page/_home-section-hero.scss */
.section-hero-style-two .section-hero-content .watch-video-wrapper .watch-icon {
  background: url(images/video_cta_design01.png) no-repeat 50% 50% transparent;
  background-size: contain;
  height: 35px;
}
@media only screen and (max-width: 450px) {
  /* line 280, modules/home-page/_home-section-hero.scss */
  .section-hero-style-two .section-hero-content .watch-video-wrapper .watch-icon {
    background-size: 175px !important;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 292, modules/home-page/_home-section-hero.scss */
  .section-hero-style-two .section__background-image {
    background-position: 50%;
  }
  /* line 299, modules/home-page/_home-section-hero.scss */
  .section-hero-style-two .section-hero-content .hero_title {
    position: relative;
    top: 50px;
    letter-spacing: 0.025em;
  }
  /* line 304, modules/home-page/_home-section-hero.scss */
  .section-hero-style-two .section-hero-content .hero_tagline {
    position: relative;
    top: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 312, modules/home-page/_home-section-hero.scss */
  .section-hero-style-two .section-hero-content .hero_title {
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 768px) {
  /* line 320, modules/home-page/_home-section-hero.scss */
  .section-hero-style-two .hero-tagline-tagline {
    font-size: 24px;
    margin: 4px auto;
  }

  /* line 324, modules/home-page/_home-section-hero.scss */
  .section-hero-style-two .section-hero-content .watch-video-wrapper .watch-icon {
    height: 40px;
    margin: 4px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 331, modules/home-page/_home-section-hero.scss */
  .hero-tagline-tagline {
    font-size: 24px;
    margin: 4px auto;
  }

  /* line 337, modules/home-page/_home-section-hero.scss */
  .section-hero-content .watch-video-wrapper .watch-icon {
    height: 40px;
    margin: 4px auto;
  }
}
/* line 31, modules/home-page/_home-section-discover.scss */
div {
  box-sizing: border-box;
}

/* line 35, modules/home-page/_home-section-discover.scss */
p {
  margin: 0;
}

/* line 40, modules/home-page/_home-section-discover.scss */
.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0;
}

/* line 49, modules/home-page/_home-section-discover.scss */
.sticky:before,
.sticky:after {
  content: '';
  display: table;
}

/* line 55, modules/home-page/_home-section-discover.scss */
.floater-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
/* line 65, modules/home-page/_home-section-discover.scss */
.floater-container .sticky-container {
  padding-top: 100px;
}
/* line 68, modules/home-page/_home-section-discover.scss */
.floater-container .sticky-container .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
/* line 76, modules/home-page/_home-section-discover.scss */
.floater-container .sticky-container .content > * {
  width: 55%;
  margin: 0 auto;
}

/* line 90, modules/home-page/_home-section-discover.scss */
.section-discover h4,
.section-discover-titles h4,
.section-discover-screens h4 {
  font-size: 16px;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
  margin: 0;
}
/* line 96, modules/home-page/_home-section-discover.scss */
.section-discover .discover-screenshot-container,
.section-discover-titles .discover-screenshot-container,
.section-discover-screens .discover-screenshot-container {
  margin-bottom: 0;
  padding: 0 30px;
}
/* line 102, modules/home-page/_home-section-discover.scss */
.section-discover .section-content,
.section-discover-titles .section-content,
.section-discover-screens .section-content {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  line-height: 1.2em;
}
/* line 105, modules/home-page/_home-section-discover.scss */
.section-discover .section-content h4,
.section-discover-titles .section-content h4,
.section-discover-screens .section-content h4 {
  text-align: left;
}
/* line 110, modules/home-page/_home-section-discover.scss */
.section-discover .section-content p.description,
.section-discover-titles .section-content p.description,
.section-discover-screens .section-content p.description {
  padding-bottom: 19px;
  font-size: 14px;
  line-height: 1.4;
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  text-align: left;
}
@media all and (min-width: 1024px) {
  /* line 121, modules/home-page/_home-section-discover.scss */
  .section-discover .discover-sub-tagline,
  .section-discover-titles .discover-sub-tagline,
  .section-discover-screens .discover-sub-tagline {
    text-align: center;
  }
  /* line 125, modules/home-page/_home-section-discover.scss */
  .section-discover .section-content h4,
  .section-discover-titles .section-content h4,
  .section-discover-screens .section-content h4 {
    font-size: 16px;
  }
  /* line 129, modules/home-page/_home-section-discover.scss */
  .section-discover p.description,
  .section-discover-titles p.description,
  .section-discover-screens p.description {
    font-size: 16px;
  }
}

/* line 137, modules/home-page/_home-section-discover.scss */
.sticky-container {
  opacity: 1;
  z-index: 999;
  left: 0;
  right: 0;
  pointer-events: none;
}
/* line 144, modules/home-page/_home-section-discover.scss */
.sticky-container .section-discover-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
/* line 152, modules/home-page/_home-section-discover.scss */
.sticky-container .screenshot-viewport__desktop,
.sticky-container .screenshot-viewport__mobile,
.sticky-container #fixed-title-wrapper {
  overflow: hidden;
  z-index: 1;
}

/* line 163, modules/home-page/_home-section-discover.scss */
.sticky-container {
  opacity: 0;
}
@media all and (min-width: 1024px) {
  /* line 163, modules/home-page/_home-section-discover.scss */
  .sticky-container {
    opacity: 1;
  }
}

/* line 172, modules/home-page/_home-section-discover.scss */
.section-discover .section-discover-wrapper > .block, .section-discover .page-template-page_jobs .section-discover-wrapper > .site-content, .page-template-page_jobs .section-discover .section-discover-wrapper > .site-content,
.section-discover .single-jobs .section-discover-wrapper > .site-content,
.single-jobs .section-discover .section-discover-wrapper > .site-content,
.section-discover .single-news .section-discover-wrapper > .site-content,
.single-news .section-discover .section-discover-wrapper > .site-content,
.section-discover .tax-locations .section-discover-wrapper > .site-content,
.tax-locations .section-discover .section-discover-wrapper > .site-content, .section-discover .search-results .section-discover-wrapper > .site-content, .search-results .section-discover .section-discover-wrapper > .site-content,
.section-discover .search-no-results .section-discover-wrapper > .site-content,
.search-no-results .section-discover .section-discover-wrapper > .site-content, .section-discover .blog .section-discover-wrapper > .blog-content, .blog .section-discover .section-discover-wrapper > .blog-content,
.section-discover .category .section-discover-wrapper > .blog-content,
.category .section-discover .section-discover-wrapper > .blog-content,
.section-discover .tax .section-discover-wrapper > .blog-content,
.tax .section-discover .section-discover-wrapper > .blog-content,
.section-discover .single-post .section-discover-wrapper > .blog-content,
.single-post .section-discover .section-discover-wrapper > .blog-content, .section-discover .post-type-archive-resource .section-discover-wrapper > .resource-content, .post-type-archive-resource .section-discover .section-discover-wrapper > .resource-content,
.section-discover .single-resource .section-discover-wrapper > .resource-content,
.single-resource .section-discover .section-discover-wrapper > .resource-content, .section-discover .error404 .section-discover-wrapper > .page-content, .error404 .section-discover .section-discover-wrapper > .page-content, .section-discover body.post-type-archive-resource .section-feature-content .section-discover-wrapper > .section-feature-header, body.post-type-archive-resource .section-feature-content .section-discover .section-discover-wrapper > .section-feature-header,
.section-discover body.category .section-feature-content .section-discover-wrapper > .section-feature-header,
body.category .section-feature-content .section-discover .section-discover-wrapper > .section-feature-header,
.section-discover body.blog .section-feature-content .section-discover-wrapper > .section-feature-header,
body.blog .section-feature-content .section-discover .section-discover-wrapper > .section-feature-header, .section-discover body.single-resource .section-feature-header .section-discover-wrapper > .feature-header-image, body.single-resource .section-feature-header .section-discover .section-discover-wrapper > .feature-header-image,
.section-discover body.single-post .section-feature-header .section-discover-wrapper > .feature-header-image,
body.single-post .section-feature-header .section-discover .section-discover-wrapper > .feature-header-image {
  position: relative;
}
/* line 175, modules/home-page/_home-section-discover.scss */
.section-discover .section-discover-wrapper .discover-title-container,
.section-discover .section-discover-wrapper .discover-screenshot-container {
  opacity: 1;
}
@media all and (min-width: 1024px) {
  /* line 175, modules/home-page/_home-section-discover.scss */
  .section-discover .section-discover-wrapper .discover-title-container,
  .section-discover .section-discover-wrapper .discover-screenshot-container {
    opacity: 0;
  }
}

/* line 186, modules/home-page/_home-section-discover.scss */
.discover-screenshot-container {
  -moz-transform: translate3d(-4%, 0, 0);
  -ms-transform: translate3d(-4%, 0, 0);
  -webkit-transform: translate3d(-4%, 0, 0);
  transform: translate3d(-4%, 0, 0);
}
/* line 190, modules/home-page/_home-section-discover.scss */
.discover-screenshot-container .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 194, modules/home-page/_home-section-discover.scss */
.discover-screenshot-container .discover-screenshot-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 600px;
  padding: 0;
}
/* line 235, modules/home-page/_home-section-discover.scss */
.discover-screenshot-container .background__desktop {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* line 244, modules/home-page/_home-section-discover.scss */
.discover-screenshot-container .background__mobile {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/* line 262, modules/home-page/_home-section-discover.scss */
.discover-screenshot-container .screen-wrapper-mobile {
  position: absolute;
  width: 23.83808%;
  height: 63.2321%;
  left: 77%;
  top: 27%;
}
/* line 271, modules/home-page/_home-section-discover.scss */
.discover-screenshot-container .screenshot-viewport__desktop,
.discover-screenshot-container .screenshot-viewport__mobile {
  position: relative;
}
/* line 276, modules/home-page/_home-section-discover.scss */
.discover-screenshot-container .screenshot-viewport__desktop {
  position: absolute;
  top: 4%;
  left: 15%;
  width: 71.96402%;
  height: 65.07592%;
  margin: auto;
}
/* line 284, modules/home-page/_home-section-discover.scss */
.discover-screenshot-container .screenshot-viewport__mobile {
  position: absolute;
  top: 8%;
  left: 21%;
  height: 63.46484%;
  width: 65.40881%;
  z-index: 10;
}
/* line 295, modules/home-page/_home-section-discover.scss */
.discover-screenshot-container .screenshot__desktop,
.discover-screenshot-container .screenshot__mobile {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 302, modules/home-page/_home-section-discover.scss */
.discover-screenshot-container .screenshot__desktop {
  width: 100%;
  height: 100%;
}
/* line 308, modules/home-page/_home-section-discover.scss */
.discover-screenshot-container .screenshot__mobile {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1024px) {
  /* line 322, modules/home-page/_home-section-discover.scss */
  .discover-screenshot-container .discover-screenshot-wrapper {
    max-width: 600px;
  }
}
@media all and (min-width: 1024px) {
  /* line 186, modules/home-page/_home-section-discover.scss */
  .discover-screenshot-container {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 327, modules/home-page/_home-section-discover.scss */
  .discover-screenshot-container .screen-wrapper-mobile {
    position: absolute;
    left: 56%;
    top: 38%;
  }
}

/* line 337, modules/home-page/_home-section-discover.scss */
.discover-title-container .discover-title {
  overflow: hidden;
}

/* line 341, modules/home-page/_home-section-discover.scss */
.section-discover {
  position: relative;
}
/* line 345, modules/home-page/_home-section-discover.scss */
.section-discover .section-discover-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
/* line 352, modules/home-page/_home-section-discover.scss */
.section-discover .section-discover-content,
.section-discover .discover-title-container {
  position: relative;
}
/* line 357, modules/home-page/_home-section-discover.scss */
.section-discover .section-discover-background-image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 1023px) {
  /* line 370, modules/home-page/_home-section-discover.scss */
  .section-discover .section-discover-background-image {
    display: none;
  }
  /* line 374, modules/home-page/_home-section-discover.scss */
  .section-discover .discover-screenshot-container {
    margin-bottom: -30px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 384, modules/home-page/_home-section-discover.scss */
  .section-discover .description {
    padding-right: 45px;
  }
  /* line 388, modules/home-page/_home-section-discover.scss */
  .section-discover .section-content {
    width: 35%;
  }
  /* line 393, modules/home-page/_home-section-discover.scss */
  .section-discover .section-discover-content {
    position: absolute;
    left: 0;
    top: 30%;
    width: 27%;
    padding: 0 0 0 20px;
  }
  /* line 400, modules/home-page/_home-section-discover.scss */
  .section-discover .section-discover-content .hero_title {
    font-size: 86px;
  }
  /* line 403, modules/home-page/_home-section-discover.scss */
  .section-discover .section-discover-content .hero_subtitle {
    font-size: 86px;
    margin-bottom: 14px;
    line-height: 1.2;
  }
  /* line 408, modules/home-page/_home-section-discover.scss */
  .section-discover .section-discover-content .hero_tagline {
    font-size: 22px;
    width: 70%;
  }
}

/* line 37, modules/home-page/_home-section-map.scss */
.section-map {
  background-color: #eeeeee;
}
/* line 42, modules/home-page/_home-section-map.scss */
.section-map .map-middle .map-points {
  margin-top: -10px;
}
/* line 47, modules/home-page/_home-section-map.scss */
.section-map .map-ratio, .section-map .map-points {
  width: 100%;
  background-image: url(images/MapCropped_map.svg);
  background-size: cover;
  height: 0;
  padding: 0;
  /* reset */
  padding-bottom: 64.75584%;
}
/* line 56, modules/home-page/_home-section-map.scss */
.section-map .section-map-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
/* line 64, modules/home-page/_home-section-map.scss */
.section-map .map-title {
  position: relative;
  z-index: 10;
}
/* line 70, modules/home-page/_home-section-map.scss */
.section-map .map-tagline {
  font-size: 13px;
  max-width: 750px;
  margin: 0 auto;
}
/* line 77, modules/home-page/_home-section-map.scss */
.section-map .map-footer {
  position: absolute;
  top: 64.75584%;
  left: 0;
  right: 0;
  padding-top: 50px;
}
/* line 84, modules/home-page/_home-section-map.scss */
.section-map .map-tagline {
  text-align: center;
  padding-bottom: 13px;
  text-transform: uppercase;
  text-align: center;
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  color: #b9245e;
}
/* line 93, modules/home-page/_home-section-map.scss */
.section-map .map-slider {
  max-width: 800px;
  padding: 0 20px 0 0;
  margin: 0 auto;
}
/* line 100, modules/home-page/_home-section-map.scss */
.section-map .map-points {
  min-height: 250px;
  position: relative;
}
/* line 106, modules/home-page/_home-section-map.scss */
.section-map .map-point {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* line 112, modules/home-page/_home-section-map.scss */
.section-map .map-point .map-point-container {
  opacity: 0;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  max-width: 280px;
  margin: 0 auto;
}
/* line 118, modules/home-page/_home-section-map.scss */
.section-map .map-point .map-point-text {
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  background-color: #3d3d3d;
  font-size: 14px;
  padding: 16px 14px 50px;
  color: white;
}
/* line 126, modules/home-page/_home-section-map.scss */
.section-map .map-point .map-point-image {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  height: 110px;
  -moz-transform: translate3d(0, -44%, 0);
  -ms-transform: translate3d(0, -44%, 0);
  -webkit-transform: translate3d(0, -44%, 0);
  transform: translate3d(0, -44%, 0);
  margin: 0 auto;
}
/* line 136, modules/home-page/_home-section-map.scss */
.section-map .map-point.open .map-point-container {
  opacity: 1;
}
/* line 143, modules/home-page/_home-section-map.scss */
.section-map .map-point:nth-of-type {
  position: relative;
}
/* line 149, modules/home-page/_home-section-map.scss */
.section-map .circle {
  position: absolute;
  height: 50px;
  width: 50px;
}
/* line 156, modules/home-page/_home-section-map.scss */
.section-map .circle .circle-container {
  -moz-transition: height 1s ease, width 1s ease, opacity 0.3s ease;
  -o-transition: height 1s ease, width 1s ease, opacity 0.3s ease;
  -webkit-transition: height 1s ease, width 1s ease, opacity 0.3s ease;
  transition: height 1s ease, width 1s ease, opacity 0.3s ease;
  opacity: 1;
  height: 100%;
  width: 25%;
  margin: auto;
  background-image: url("images/green-dot.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 169, modules/home-page/_home-section-map.scss */
.section-map .circle.open .circle-container {
  width: 100%;
  opacity: 0;
}
@keyframes pulsing {
  0% {
    width: 50%;
  }
  75% {
    width: 75%;
  }
  100% {
    width: 50%;
  }
}
/* line 180, modules/home-page/_home-section-map.scss */
.section-map .circle.preview .circle-container {
  animation-name: pulsing;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
/* line 189, modules/home-page/_home-section-map.scss */
.section-map .circle span {
  display: none;
}
/* line 192, modules/home-page/_home-section-map.scss */
.section-map .circle-0 {
  left: 46.69145%;
  top: 29.24107%;
}
/* line 192, modules/home-page/_home-section-map.scss */
.section-map .circle-1 {
  left: 13.39347%;
  top: 36.44049%;
}
/* line 192, modules/home-page/_home-section-map.scss */
.section-map .circle-2 {
  left: 68.78758%;
  top: 44.99582%;
}
/* line 192, modules/home-page/_home-section-map.scss */
.section-map .circle-3 {
  left: 26.87542%;
  top: 36.42689%;
}
/* line 192, modules/home-page/_home-section-map.scss */
.section-map .circle-4 {
  left: 46.69145%;
  top: 29.24107%;
}
/* line 192, modules/home-page/_home-section-map.scss */
.section-map .circle-5 {
  left: 52.94809%;
  top: 35.25885%;
}
/* line 192, modules/home-page/_home-section-map.scss */
.section-map .circle-6 {
  left: 79.89873%;
  top: 43.80393%;
}
/* line 192, modules/home-page/_home-section-map.scss */
.section-map .circle-7 {
  left: 79.10032%;
  top: 41.34828%;
}
/* line 192, modules/home-page/_home-section-map.scss */
.section-map .circle-8 {
  left: 46.69145%;
  top: 29.24107%;
}
/* line 192, modules/home-page/_home-section-map.scss */
.section-map .circle-9 {
  left: 14.20074%;
  top: 38.92689%;
}
/* line 198, modules/home-page/_home-section-map.scss */
.section-map .circle {
  position: absolute;
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
/* line 206, modules/home-page/_home-section-map.scss */
.section-map .map-slider .dragdealer {
  margin: 0 auto;
  max-width: 1000px;
}
/* line 211, modules/home-page/_home-section-map.scss */
.section-map .map-slider .dragdealer {
  position: relative;
  height: 30px;
  background: #e6e6e6;
}
/* line 216, modules/home-page/_home-section-map.scss */
.section-map .map-slider .dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
/* line 222, modules/home-page/_home-section-map.scss */
.section-map .map-slider .dragdealer .red-bar {
  width: 100px;
  height: 30px;
  background: #b9245e;
  color: #FFF;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
/* line 233, modules/home-page/_home-section-map.scss */
.section-map .map-slider .dragdealer .disabled {
  background: #898989;
}
@media all and (max-width: 1023px) {
  /* line 243, modules/home-page/_home-section-map.scss */
  .section-map .map-slider {
    padding: 0 10px 0 0;
  }
}
@media all and (min-width: 500px) {
  /* line 252, modules/home-page/_home-section-map.scss */
  .section-map .map-point .map-point-text {
    padding: 16px 14px 75px;
  }
  /* line 255, modules/home-page/_home-section-map.scss */
  .section-map .map-point .map-point-image {
    height: 150px;
  }
}
@media all and (min-width: 1024px) {
  /* line 262, modules/home-page/_home-section-map.scss */
  .section-map .map-middle .map-points {
    margin-top: -55px;
  }
  /* line 270, modules/home-page/_home-section-map.scss */
  .section-map .map-point-container {
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  /* line 278, modules/home-page/_home-section-map.scss */
  .section-map .map-point {
    text-align: center;
    position: absolute;
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  /* line 284, modules/home-page/_home-section-map.scss */
  .section-map .map-point {
    width: 280px;
  }
  /* line 289, modules/home-page/_home-section-map.scss */
  .section-map .map-point-0 {
    left: 46.69145%;
    top: 29.24107%;
  }
  /* line 289, modules/home-page/_home-section-map.scss */
  .section-map .map-point-1 {
    left: 13.39347%;
    top: 36.44049%;
  }
  /* line 289, modules/home-page/_home-section-map.scss */
  .section-map .map-point-2 {
    left: 68.78758%;
    top: 44.99582%;
  }
  /* line 289, modules/home-page/_home-section-map.scss */
  .section-map .map-point-3 {
    left: 26.87542%;
    top: 36.42689%;
  }
  /* line 289, modules/home-page/_home-section-map.scss */
  .section-map .map-point-4 {
    left: 46.69145%;
    top: 29.24107%;
  }
  /* line 289, modules/home-page/_home-section-map.scss */
  .section-map .map-point-5 {
    left: 52.94809%;
    top: 35.25885%;
  }
  /* line 289, modules/home-page/_home-section-map.scss */
  .section-map .map-point-6 {
    left: 79.89873%;
    top: 43.80393%;
  }
  /* line 289, modules/home-page/_home-section-map.scss */
  .section-map .map-point-7 {
    left: 79.10032%;
    top: 41.34828%;
  }
  /* line 289, modules/home-page/_home-section-map.scss */
  .section-map .map-point-8 {
    left: 46.69145%;
    top: 29.24107%;
  }
  /* line 289, modules/home-page/_home-section-map.scss */
  .section-map .map-point-9 {
    left: 14.20074%;
    top: 38.92689%;
  }
}

/* line 8, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6332ac+0,872c8c+37,b9245e+67,e31d3c+100 */
  background: #6332ac;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6332ac', endColorstr='#e31d3c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 130px;
  padding-bottom: 150px;
  margin-bottom: -150px;
  text-align: center;
  color: white;
}
/* line 15, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-header h2 {
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  color: white;
}
/* line 20, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  content: "";
  display: table;
}
/* line 26, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature {
  width: 50%;
  float: left;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 34, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature a, .section-feature .section-feature-articles .feature a:hover, .section-feature .section-feature-articles .feature a:visited {
  text-decoration: none;
  color: white;
}
/* line 38, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature .brick {
  display: block;
  padding: 30px 30px 60px 30px;
  height: 100%;
  position: relative;
  margin: 0;
}
/* line 44, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature .brick > * {
  position: relative;
}
/* line 47, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature .brick .background,
.section-feature .section-feature-articles .feature .brick .company-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 57, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature .brick .background {
  background-size: cover;
}
/* line 60, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature .brick .company-logo {
  top: 67.5px;
  left: 45px;
  right: 45px;
  bottom: 67.5px;
  background-size: contain;
}
/* line 68, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature p {
  line-height: 1.5;
}
/* line 71, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature .type {
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.3;
}
/* line 77, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature h4, .section-feature .section-feature-articles .feature p {
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
}
/* line 80, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature strong {
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
}
/* line 83, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature .link-icon {
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
}
/* line 91, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature .brick-content {
  padding-top: 16px;
  color: #212121;
  word-break: break-word;
  font-size: 16px;
  font-size: 3.90vw;
  text-align: left;
}
/* line 100, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature.feature-fact .brick .background {
  background-color: white;
}
/* line 104, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature.feature-fact .type {
  color: #6fc63c;
}
/* line 107, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature.feature-fact h4, .section-feature .section-feature-articles .feature.feature-fact p {
  color: #3d3d3d;
}
/* line 115, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature.feature-customer-stories .brick .background, .section-feature .section-feature-articles .feature.feature-news .brick .background, .section-feature .section-feature-articles .feature.feature-resource .brick .background, .section-feature .section-feature-articles .feature.feature-blog .brick .background {
  background-color: rgba(0, 0, 0, 0.95);
}
/* line 118, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature.feature-customer-stories .type, .section-feature .section-feature-articles .feature.feature-news .type, .section-feature .section-feature-articles .feature.feature-resource .type, .section-feature .section-feature-articles .feature.feature-blog .type {
  color: white;
}
/* line 121, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature.feature-customer-stories h4, .section-feature .section-feature-articles .feature.feature-customer-stories p, .section-feature .section-feature-articles .feature.feature-news h4, .section-feature .section-feature-articles .feature.feature-news p, .section-feature .section-feature-articles .feature.feature-resource h4, .section-feature .section-feature-articles .feature.feature-resource p, .section-feature .section-feature-articles .feature.feature-blog h4, .section-feature .section-feature-articles .feature.feature-blog p {
  color: white;
}
/* line 125, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature.feature-customer-stories a:hover h4, .section-feature .section-feature-articles .feature.feature-customer-stories a:hover p, .section-feature .section-feature-articles .feature.feature-news a:hover h4, .section-feature .section-feature-articles .feature.feature-news a:hover p, .section-feature .section-feature-articles .feature.feature-resource a:hover h4, .section-feature .section-feature-articles .feature.feature-resource a:hover p, .section-feature .section-feature-articles .feature.feature-blog a:hover h4, .section-feature .section-feature-articles .feature.feature-blog a:hover p {
  color: #e6e6e6;
}
/* line 129, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature.feature-customer-stories .brick-content, .section-feature .section-feature-articles .feature.feature-news .brick-content, .section-feature .section-feature-articles .feature.feature-resource .brick-content, .section-feature .section-feature-articles .feature.feature-blog .brick-content {
  color: #212121;
  font-size: 18px;
  font-size: 2.5vw;
}
/* line 139, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature.feature-customer-stories .type .seperator, .section-feature .section-feature-articles .feature.feature-resource .type .seperator, .section-feature .section-feature-articles .feature.feature-blog .type .seperator {
  display: none;
}
/* line 142, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature.feature-customer-stories .type .date, .section-feature .section-feature-articles .feature.feature-resource .type .date, .section-feature .section-feature-articles .feature.feature-blog .type .date {
  display: none;
}
/* line 147, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature.feature-news, .section-feature .section-feature-articles .feature.feature-resource, .section-feature .section-feature-articles .feature.feature-blog {
  background-color: purple;
}
/* line 151, modules/home-page/_home-section-feature.scss */
.section-feature .section-feature-articles .feature.feature-news .see-video, .section-feature .section-feature-articles .feature.feature-resource .see-video, .section-feature .section-feature-articles .feature.feature-blog .see-video {
  display: none;
}
@media all and (min-width: 768px) {
  /* line 160, modules/home-page/_home-section-feature.scss */
  .section-feature .section-feature-articles .feature .brick-content {
    font-size: 24px;
    font-size: 2.5vw;
  }
}
@media all and (max-width: 1023px) {
  /* line 169, modules/home-page/_home-section-feature.scss */
  .section-feature [data-row="2"],
  .section-feature [data-row="4"] {
    margin-left: 50%;
  }
  /* line 174, modules/home-page/_home-section-feature.scss */
  .section-feature [data-row="3"],
  .section-feature [data-row="5"] {
    margin-left: -100%;
  }
}
@media all and (min-width: 1024px) {
  /* line 181, modules/home-page/_home-section-feature.scss */
  .section-feature .section-feature-articles {
    width: 80%;
    margin: 60px auto 0 auto;
  }
  /* line 184, modules/home-page/_home-section-feature.scss */
  .section-feature .section-feature-articles .feature {
    width: 25%;
  }
  /* line 186, modules/home-page/_home-section-feature.scss */
  .section-feature .section-feature-articles .feature .brick-content {
    font-size: 32px;
    font-size: 1.70vw;
  }
}

/* line 1, modules/home-page/_home-section-subscribe.scss */
.section-subscribe {
  width: 100%;
  margin: 0 auto;
}
/* line 4, modules/home-page/_home-section-subscribe.scss */
.section-subscribe h2 {
  padding-top: 15px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  font-weight: 100;
  color: #6332ac;
}
/* line 13, modules/home-page/_home-section-subscribe.scss */
.section-subscribe .tagline {
  margin-bottom: 0;
  text-align: center;
}
/* line 18, modules/home-page/_home-section-subscribe.scss */
.section-subscribe .ninja-forms-cont {
  padding: 0;
  margin: 0 -20px;
}
/* line 23, modules/home-page/_home-section-subscribe.scss */
.section-subscribe .ninja-forms-error-msg {
  display: none;
}
/* line 26, modules/home-page/_home-section-subscribe.scss */
.section-subscribe form {
  margin: 0 auto;
  text-align: center;
}
/* line 29, modules/home-page/_home-section-subscribe.scss */
.section-subscribe form .ninja-forms-required-items {
  display: none;
}
/* line 32, modules/home-page/_home-section-subscribe.scss */
.section-subscribe form .ninja-forms-all-fields-wrap {
  display: inline-block;
}
/* line 35, modules/home-page/_home-section-subscribe.scss */
.section-subscribe form .field-wrap {
  display: inline-block;
  float: left;
}
/* line 38, modules/home-page/_home-section-subscribe.scss */
.section-subscribe form .field-wrap.text-wrap {
  width: 57%;
  padding: 0;
}
@media all and (max-width: 768px) {
  /* line 38, modules/home-page/_home-section-subscribe.scss */
  .section-subscribe form .field-wrap.text-wrap {
    width: 55%;
  }
}
/* line 44, modules/home-page/_home-section-subscribe.scss */
.section-subscribe form .field-wrap.text-wrap input {
  padding: 15px 10px 9px;
}
/* line 48, modules/home-page/_home-section-subscribe.scss */
.section-subscribe form .field-wrap.submit-wrap {
  padding-left: 8px;
  margin-bottom: 0;
  margin-top: 0;
}
@media all and (min-width: 768px) {
  /* line 57, modules/home-page/_home-section-subscribe.scss */
  .section-subscribe h2 {
    padding-top: 37px;
    padding-bottom: 0;
    font-size: 42px !important;
  }
  /* line 66, modules/home-page/_home-section-subscribe.scss */
  .section-subscribe .ninja-forms-cont {
    padding-top: 11px;
    padding-bottom: 36px;
  }
}
@media all and (min-width: 1024px) {
  /* line 1, modules/home-page/_home-section-subscribe.scss */
  .section-subscribe {
    width: 80%;
  }
  /* line 87, modules/home-page/_home-section-subscribe.scss */
  .section-subscribe form .field-wrap.text-wrap {
    width: 260px;
  }
  /* line 89, modules/home-page/_home-section-subscribe.scss */
  .section-subscribe form .field-wrap.text-wrap input {
    padding: 15px 10px 9px;
  }
}

/* line 3, modules/video-player/_video-wrapper.scss */
.video__wrapper {
  position: fixed;
  top: -100%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* line 14, modules/video-player/_video-wrapper.scss */
.video__wrapper.show {
  top: 0;
  background: #444;
}
/* line 19, modules/video-player/_video-wrapper.scss */
.video__wrapper .video-player {
  width: 100%;
  height: 100%;
}
/* line 22, modules/video-player/_video-wrapper.scss */
.video__wrapper .video-player iframe {
  width: 100%;
  height: 100%;
}
/* line 28, modules/video-player/_video-wrapper.scss */
.video__wrapper .video__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  display: block;
  background-color: #444;
  z-index: 1;
  color: white;
  padding-left: 60px;
  color: white;
  cursor: pointer;
}
/* line 40, modules/video-player/_video-wrapper.scss */
.video__wrapper .video__close .video__close-label {
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 34px;
  left: 20px;
}
/* line 48, modules/video-player/_video-wrapper.scss */
.video__wrapper .video__close .video__close-icon {
  display: inline-block;
  background-image: url(/wp-content/themes/br/images/icon-close.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}

/* line 14, sass/site/primary/_three-d.scss */
.page-template-page_three-d .feature.odd {
  padding-top: 2px;
  padding-bottom: 10px;
}
/* line 23, sass/site/primary/_three-d.scss */
.page-template-page_three-d .feature.even {
  padding-bottom: 10px;
}
/* line 25, sass/site/primary/_three-d.scss */
.page-template-page_three-d .feature.even .dotted-line {
  display: none;
}
/* line 30, sass/site/primary/_three-d.scss */
.page-template-page_three-d .feature .feature-text .feature-title {
  color: #3d3d3d;
  font-size: 16px;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  padding: 13px 0 11px 0;
  display: inline-block;
  text-align: left;
  border-top: none;
}
/* line 42, sass/site/primary/_three-d.scss */
.page-template-page_three-d .feature .feature-image img {
  width: 100%;
}
/* line 46, sass/site/primary/_three-d.scss */
.page-template-page_three-d .feature .anchor-link-padding {
  display: block;
  -moz-transform: translateY(110px);
  -ms-transform: translateY(110px);
  -webkit-transform: translateY(110px);
  transform: translateY(110px);
}

/* line 53, sass/site/primary/_three-d.scss */
.dotted-line {
  background-image: linear-gradient(to right, rgba(50, 50, 50, 0.15) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 3px 3px;
  background-repeat: repeat-x;
  height: 1px;
  border-width: 1px;
  margin: 35px -19px 26px -19px;
}
/* line 55, sass/site/primary/_three-d.scss */
.dotted-line.first {
  margin: 27px -19px 34px -19px;
}
/* line 58, sass/site/primary/_three-d.scss */
.dotted-line.second {
  margin: 42px -19px 38px -19px;
}
/* line 61, sass/site/primary/_three-d.scss */
.dotted-line.third {
  margin: 20px -19px 47px -19px;
}

@media all and (min-width: 600px) {
  /* line 68, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .entry-content p {
    max-width: 964px;
  }
  /* line 70, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .entry-content p.block, .page-template-page_three-d .entry-content .page-template-page_jobs p.site-content, .page-template-page_jobs .page-template-page_three-d .entry-content p.site-content,
  .page-template-page_three-d .entry-content .single-jobs p.site-content,
  .single-jobs .page-template-page_three-d .entry-content p.site-content,
  .page-template-page_three-d .entry-content .single-news p.site-content,
  .single-news .page-template-page_three-d .entry-content p.site-content,
  .page-template-page_three-d .entry-content .tax-locations p.site-content,
  .tax-locations .page-template-page_three-d .entry-content p.site-content, .page-template-page_three-d .entry-content .search-results p.site-content, .search-results .page-template-page_three-d .entry-content p.site-content,
  .page-template-page_three-d .entry-content .search-no-results p.site-content,
  .search-no-results .page-template-page_three-d .entry-content p.site-content, .page-template-page_three-d .entry-content .blog p.blog-content, .blog .page-template-page_three-d .entry-content p.blog-content,
  .page-template-page_three-d .entry-content .category p.blog-content,
  .category .page-template-page_three-d .entry-content p.blog-content,
  .page-template-page_three-d .entry-content .tax p.blog-content,
  .tax .page-template-page_three-d .entry-content p.blog-content,
  .page-template-page_three-d .entry-content .single-post p.blog-content,
  .single-post .page-template-page_three-d .entry-content p.blog-content, .page-template-page_three-d .entry-content .post-type-archive-resource p.resource-content, .post-type-archive-resource .page-template-page_three-d .entry-content p.resource-content,
  .page-template-page_three-d .entry-content .single-resource p.resource-content,
  .single-resource .page-template-page_three-d .entry-content p.resource-content, .page-template-page_three-d .entry-content .error404 p.page-content, .error404 .page-template-page_three-d .entry-content p.page-content, .page-template-page_three-d .entry-content body.post-type-archive-resource .section-feature-content p.section-feature-header, body.post-type-archive-resource .section-feature-content .page-template-page_three-d .entry-content p.section-feature-header,
  .page-template-page_three-d .entry-content body.category .section-feature-content p.section-feature-header,
  body.category .section-feature-content .page-template-page_three-d .entry-content p.section-feature-header,
  .page-template-page_three-d .entry-content body.blog .section-feature-content p.section-feature-header,
  body.blog .section-feature-content .page-template-page_three-d .entry-content p.section-feature-header, .page-template-page_three-d .entry-content body.single-resource .section-feature-header p.feature-header-image, body.single-resource .section-feature-header .page-template-page_three-d .entry-content p.feature-header-image,
  .page-template-page_three-d .entry-content body.single-post .section-feature-header p.feature-header-image,
  body.single-post .section-feature-header .page-template-page_three-d .entry-content p.feature-header-image {
    padding: 0 125px 34px;
  }
  /* line 75, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .features.block, .page-template-page_three-d .page-template-page_jobs .features.site-content, .page-template-page_jobs .page-template-page_three-d .features.site-content,
  .page-template-page_three-d .single-jobs .features.site-content,
  .single-jobs .page-template-page_three-d .features.site-content,
  .page-template-page_three-d .single-news .features.site-content,
  .single-news .page-template-page_three-d .features.site-content,
  .page-template-page_three-d .tax-locations .features.site-content,
  .tax-locations .page-template-page_three-d .features.site-content, .page-template-page_three-d .search-results .features.site-content, .search-results .page-template-page_three-d .features.site-content,
  .page-template-page_three-d .search-no-results .features.site-content,
  .search-no-results .page-template-page_three-d .features.site-content, .page-template-page_three-d .blog .features.blog-content, .blog .page-template-page_three-d .features.blog-content,
  .page-template-page_three-d .category .features.blog-content,
  .category .page-template-page_three-d .features.blog-content,
  .page-template-page_three-d .tax .features.blog-content,
  .tax .page-template-page_three-d .features.blog-content,
  .page-template-page_three-d .single-post .features.blog-content,
  .single-post .page-template-page_three-d .features.blog-content, .page-template-page_three-d .post-type-archive-resource .features.resource-content, .post-type-archive-resource .page-template-page_three-d .features.resource-content,
  .page-template-page_three-d .single-resource .features.resource-content,
  .single-resource .page-template-page_three-d .features.resource-content, .page-template-page_three-d .error404 .features.page-content, .error404 .page-template-page_three-d .features.page-content, .page-template-page_three-d body.post-type-archive-resource .section-feature-content .features.section-feature-header, body.post-type-archive-resource .section-feature-content .page-template-page_three-d .features.section-feature-header,
  .page-template-page_three-d body.category .section-feature-content .features.section-feature-header,
  body.category .section-feature-content .page-template-page_three-d .features.section-feature-header,
  .page-template-page_three-d body.blog .section-feature-content .features.section-feature-header,
  body.blog .section-feature-content .page-template-page_three-d .features.section-feature-header, .page-template-page_three-d body.single-resource .section-feature-header .features.feature-header-image, body.single-resource .section-feature-header .page-template-page_three-d .features.feature-header-image,
  .page-template-page_three-d body.single-post .section-feature-header .features.feature-header-image,
  body.single-post .section-feature-header .page-template-page_three-d .features.feature-header-image {
    padding: 0 125px 33px 125px;
  }
  /* line 79, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .feature {
    padding-top: 19px;
    content: "";
    display: table;
  }
  /* line 81, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .feature > div {
    width: 50%;
    float: left;
  }
  /* line 87, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .feature.even {
    padding-top: 28px;
  }
  /* line 89, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .feature.even .feature-text {
    margin-left: -100%;
    padding: 0 22px 0 0;
  }
  /* line 93, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .feature.even .feature-image {
    margin-left: 50%;
    padding: 0 0 0 22px;
  }
  /* line 99, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .feature.odd .dotted-line {
    display: none;
  }
  /* line 102, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .feature.odd .feature-text {
    padding: 0 0 0 22px;
  }
  /* line 105, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .feature.odd .feature-image {
    padding: 0 22px 0 0;
  }
  /* line 110, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .feature .feature-text {
    text-align: left;
  }
  /* line 112, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .feature .feature-text .feature-title {
    padding: 30px 0 20px 0;
    border-top: 1px solid rgba(137, 137, 137, 0.2);
  }
  /* line 117, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .feature .anchor-link-padding {
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  /* line 122, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .site-footer .site-logo__footer {
    margin-top: 18px;
  }
  /* line 125, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .dotted-line {
    background-image: linear-gradient(to right, rgba(50, 50, 50, 0.15) 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 5px;
    background-repeat: repeat-x;
    height: 2px;
    border-width: 1px;
    margin: -11px 0 43px 0;
    margin-top: 13px;
  }
  /* line 131, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .three-d-quote .three-d-quote-quote {
    font-size: 26px;
  }
  /* line 134, sass/site/primary/_three-d.scss */
  .page-template-page_three-d .three-d-quote .three-d-quote-citation {
    font-size: 18px;
  }
}
@media all and (min-width: 600px) and (min-width: 1024px) {
  /* line 140, sass/site/primary/_three-d.scss */
  .anchor-link-padding {
    -moz-transform: translateY(-75px);
    -ms-transform: translateY(-75px);
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
}
/* line 3, sass/site/primary/_leaders.scss */
.page-template-page_leaders .content-area {
  padding-top: 95px !important;
}
@media (max-width: 782px) {
  /* line 3, sass/site/primary/_leaders.scss */
  .page-template-page_leaders .content-area {
    padding-top: 87px !important;
  }
}
/* line 10, sass/site/primary/_leaders.scss */
.page-template-page_leaders .leaders-header {
  position: relative;
  width: 100%;
  height: 300px;
  max-height: 300px;
  background-color: #872c8c;
  color: white;
}
/* line 18, sass/site/primary/_leaders.scss */
.page-template-page_leaders .leaders-header .leaders-header-title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* line 23, sass/site/primary/_leaders.scss */
.page-template-page_leaders .leaders-header .leaders-header-title h1 {
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  font-size: 40px;
  line-height: 1.2;
  color: white;
  text-transform: inherit;
  text-transform: initial;
  margin: 0 auto 15px;
  width: 100%;
  max-width: 1150px;
}
@media (max-width: 767px) {
  /* line 23, sass/site/primary/_leaders.scss */
  .page-template-page_leaders .leaders-header .leaders-header-title h1 {
    font-size: 36px;
  }
}
/* line 39, sass/site/primary/_leaders.scss */
.page-template-page_leaders .leaders-header .leaders-header-title p {
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  font-size: 24px;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  /* line 39, sass/site/primary/_leaders.scss */
  .page-template-page_leaders .leaders-header .leaders-header-title p {
    font-size: 20px;
  }
}
/* line 52, sass/site/primary/_leaders.scss */
.page-template-page_leaders .leaders-header .leaders-header-title p .at {
  position: relative;
  top: -2px;
}
/* line 60, sass/site/primary/_leaders.scss */
.page-template-page_leaders .exec-team {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 100px;
  color: white;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 349px) {
  /* line 60, sass/site/primary/_leaders.scss */
  .page-template-page_leaders .exec-team {
    justify-content: center;
  }
}
/* line 75, sass/site/primary/_leaders.scss */
.page-template-page_leaders .exec-team .exec-team-member {
  width: 25%;
  padding: 0 20px;
  margin-top: 40px;
  margin-bottom: -45px;
  /* COMMENTING OUT BIO BOX RELATED STUFF FOR NOW IN CASE IT COMES BACK. DON'T WANT TO LOOSE THE WORK PUT INTO IT */
      /* .hide-bio {
        display: none;
      }

      .show-bio {
        display: block;
      }

      @media (min-width: $media__small) { //two column and above
        .leader-bio-box:before {
          content: "";
          display: block;
          border: 15px solid transparent;
          border-top-color: $color__white;
          position: relative;
          width: 15px;
          margin: 0 auto;
          border-bottom: 0;
          top: -20px;
        }
      }

      @media (min-width: $media__large) { //four column
        &:nth-of-type(4n+1) {
          .leader-bio-box {
            transform: translateX(3%);

            &:before {
              left: -39%;
            }
          }
        }
        &:nth-of-type(4n+4) {
          .leader-bio-box {
            transform: translateX(-69%);

            &:before {
              right: -38%;
            }
          }
        }
      }

      @media (min-width: $media__medium) and (max-width: $media__large - 1) { //three column
        &:nth-of-type(3n+1) {
          .leader-bio-box {
            transform: translateX(3%);

            &:before {
              left: -39%;
            }
          }
        }
        &:nth-of-type(3n+3) {
          .leader-bio-box {
            transform: translateX(-69%);

            &:before {
              right: -38%;
            }
          }
        }
      }

      @media (min-width: $media__small) and (max-width: $media__medium - 1) { //two column
        &:nth-of-type(2n+1) {
          .leader-bio-box > * {
            transform: translateX(2%);

            &:before {
              left: -39%;
            }
          }
        }
        &:nth-of-type(2n+0) {
          .leader-bio-box > * {
            transform: translateX(-52%);

            &:before {
              right: -38%;
            }
          }
        }
      }

      .leader-bio-box {
        font-family: MuseoSans-300, sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        background-color: $color__exec-grey;
        color: $color__black;
        margin-top: 20px;
        width: 300%;
        padding: 20px;
        text-align: center;
        position: relative;
        transform: translateX(-33%);
        display: none;

        @media (min-width: $media__small) and (max-width: $media__medium - 1) { //two column
          width: auto;
          transform: translateX(0);
          margin: 20px -9999rem 20px !important;
          padding: 20px 9999rem;

          > * {
            width: 200%;
          }
        }

        @media (max-width: $media__small - 1) {
          width: auto;
          transform: translateX(0);
          margin: 20px -9999rem 20px !important;
          padding: 20px 9999rem;
        }

        .leader-social-box {
          color: $color__black;
          height: 40px;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: flex-start;
          margin-top: 15px;

          .follow {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            padding-right: 20px;
            //font-family: MuseoSans-300, sans-serif;
            font-family: MuseoSans-700, sans-serif;
            text-transform: uppercase;
            font-size: 14px;
          }

          .social-link {
            height: 40px !important;
            width: 40px !important;
            background-position: center;
            background-color: $color__purple;
            background-repeat: no-repeat;
            margin-right: 10px;
            border-radius: 100%;

            a {
              height: 40px;
              width: 40px;
              display: inline-block;
              opacity: 0;
            }
          }

          .linkedin {
            background-image: url(images/social_linkedin.png);
          }

          .twitter {
            background-image: url(images/social_twitter.png);
          }

          .email {
            background-image: url(images/social_email.png);
          }
        }
      } */
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 75, sass/site/primary/_leaders.scss */
  .page-template-page_leaders .exec-team .exec-team-member {
    width: 33%;
    padding: 10px;
  }
}
@media (min-width: 350px) and (max-width: 767px) {
  /* line 75, sass/site/primary/_leaders.scss */
  .page-template-page_leaders .exec-team .exec-team-member {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 349px) {
  /* line 75, sass/site/primary/_leaders.scss */
  .page-template-page_leaders .exec-team .exec-team-member {
    width: 100%;
    padding: 0;
  }
}
/* line 97, sass/site/primary/_leaders.scss */
.page-template-page_leaders .exec-team .exec-team-member:nth-of-type(odd) .social-link {
  background-color: #872c8c;
}
/* line 102, sass/site/primary/_leaders.scss */
.page-template-page_leaders .exec-team .exec-team-member:nth-of-type(even) .social-link {
  background-color: #b9245e;
}
/* line 107, sass/site/primary/_leaders.scss */
.page-template-page_leaders .exec-team .exec-team-member .headshot {
  display: block;
  border-radius: 100%;
  width: 80%;
  margin: 0 auto 10px;
  background: url(/wp-content/uploads/2018/04/gradient_rotate.png);
  background-size: cover;
  padding: 5px;
  border: 1px solid white;
}
@media (min-width: 350px) and (max-width: 500px) {
  /* line 107, sass/site/primary/_leaders.scss */
  .page-template-page_leaders .exec-team .exec-team-member .headshot {
    width: 90%;
  }
}
/* line 121, sass/site/primary/_leaders.scss */
.page-template-page_leaders .exec-team .exec-team-member .headshot:hover {
  opacity: 0.6;
  cursor: pointer;
}
/* line 127, sass/site/primary/_leaders.scss */
.page-template-page_leaders .exec-team .exec-team-member .name {
  color: #872c8c;
  text-align: center;
  font-size: 22px;
  position: relative;
  top: -45px;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 500;
}
@media (min-width: 350px) and (max-width: 500px) {
  /* line 127, sass/site/primary/_leaders.scss */
  .page-template-page_leaders .exec-team .exec-team-member .name {
    font-size: 20px;
  }
}
/* line 141, sass/site/primary/_leaders.scss */
.page-template-page_leaders .exec-team .exec-team-member .title {
  color: black;
  text-align: center;
  font-size: 16px;
  position: relative;
  top: -45px;
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
}
/* line 151, sass/site/primary/_leaders.scss */
.page-template-page_leaders .exec-team .exec-team-member .social-link {
  height: 50px !important;
  width: 50px !important;
  background-position: center;
  background-color: #872c8c;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 5px solid white;
}
/* line 160, sass/site/primary/_leaders.scss */
.page-template-page_leaders .exec-team .exec-team-member .social-link a {
  height: 40px;
  width: 40px;
  display: inline-block;
  opacity: 0;
}
/* line 166, sass/site/primary/_leaders.scss */
.page-template-page_leaders .exec-team .exec-team-member .social-link a:hover {
  cursor: pointer;
}
/* line 172, sass/site/primary/_leaders.scss */
.page-template-page_leaders .exec-team .exec-team-member .linkedin {
  background-image: url(images/social_linkedin.png);
  position: relative;
  right: -72%;
  top: -60px;
}

/* line 17, sass/site/primary/_contact-us.scss */
.page-template-page_contact-us a {
  color: white;
}
/* line 20, sass/site/primary/_contact-us.scss */
.page-template-page_contact-us a:visited {
  color: white;
}
/* line 25, sass/site/primary/_contact-us.scss */
.page-template-page_contact-us #nf_submit_6 {
  text-align: center;
}
/* line 28, sass/site/primary/_contact-us.scss */
.page-template-page_contact-us #ninja_forms_field_10 {
  margin-top: 0;
}
/* line 32, sass/site/primary/_contact-us.scss */
.page-template-page_contact-us .map {
  display: none;
  padding: 0 40px;
}
/* line 38, sass/site/primary/_contact-us.scss */
.page-template-page_contact-us .customer-support p {
  text-align: left;
}
/* line 41, sass/site/primary/_contact-us.scss */
.page-template-page_contact-us .customer-support a {
  color: #b9245e;
}
/* line 44, sass/site/primary/_contact-us.scss */
.page-template-page_contact-us .customer-support a:visited {
  color: #b9245e;
}
/* line 47, sass/site/primary/_contact-us.scss */
.page-template-page_contact-us .customer-support ul {
  margin-left: 0;
}
/* line 52, sass/site/primary/_contact-us.scss */
.page-template-page_contact-us .customer-support .button-container a {
  color: white;
}
/* line 56, sass/site/primary/_contact-us.scss */
.page-template-page_contact-us .button-container {
  padding-top: 30px;
}
/* line 61, sass/site/primary/_contact-us.scss */
.page-template-page_contact-us .locations .location:first-child .location-name {
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
}
/* line 66, sass/site/primary/_contact-us.scss */
.page-template-page_contact-us .locations .location .location-name {
  padding: 15px 10px 0;
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
/* line 72, sass/site/primary/_contact-us.scss */
.page-template-page_contact-us .locations .location .location-address {
  padding: 0 10px 10px;
}
/* line 74, sass/site/primary/_contact-us.scss */
.page-template-page_contact-us .locations .location .location-address > * {
  text-align: left;
  font-size: 15px;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 85, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .locations {
    content: "";
    display: table;
  }
  /* line 87, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .locations .location {
    width: 50%;
    float: left;
    border: 1px dotted lightgrey;
  }
  /* line 92, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .locations .dotted-line.top {
    display: none;
  }
  /* line 97, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .bottom .dotted-line.middle {
    display: none;
  }
  /* line 101, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us #social-links {
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 108, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .location:nth-of-type(1) {
    border-right: none;
    border-bottom: none;
  }
  /* line 112, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .location:nth-of-type(3) {
    border-bottom: none;
  }
  /* line 115, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .location:nth-of-type(5) {
    border-right: none;
    border-bottom: none;
  }
  /* line 119, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .location:nth-of-type(7) {
    border-bottom: none;
  }
  /* line 122, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .location:nth-of-type(9) {
    border-right: none;
  }
}
@media all and (max-width: 1023px) {
  /* line 153, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .locations .pin {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  /* line 161, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us #social-links {
    text-align: left;
    margin-bottom: 10px;
  }
  /* line 165, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .dotted-line {
    display: none;
  }
  /* line 168, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .hiring p {
    text-align: left;
  }
  /* line 171, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .location-address p {
    text-align: left;
    padding: 20px 0 0 0;
  }
  /* line 176, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .bottom > * {
    padding: 0 9px;
  }
  /* line 206, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .field-wrap.submit-wrap input {
    margin-top: 30px;
  }
  /* line 212, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us h2 {
    text-align: left;
  }
  /* line 215, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .connect h2 {
    padding: 6px 0 20px;
  }
  /* line 218, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .social-wrapper [class^="social-"] a {
    height: 51px;
    width: 51px;
  }
}
@media all and (min-width: 768px) {
  /* line 225, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .bottom {
    content: "";
    display: table;
  }
  /* line 227, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .bottom > * {
    width: 50%;
    float: left;
    padding: 40px;
  }
  /* line 232, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .bottom .left {
    padding-right: 80px;
  }
  /* line 235, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .bottom .right {
    padding-left: 80px;
  }
  /* line 238, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .bottom .dotted-line.bottom {
    width: 100%;
    margin: 0 0 26px 0;
  }
}
@media all and (min-width: 1024px) {
  /* line 247, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .map {
    display: block;
  }
  /* line 250, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .locations {
    position: relative;
  }
  /* line 251, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .locations .dotted-line {
    display: none;
  }
  /* line 255, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .locations .pin {
    position: absolute;
    display: inline-block;
    stroke: rgba(255, 255, 255, 0.8);
    stroke-width: 50px;
    fill: rgba(185, 36, 94, 0.8);
    -moz-transition: fill 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out;
    -webkit-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
  }
  /* line 262, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .locations .pin svg {
    height: 24px;
    width: 15px;
    display: inline-block;
  }
  /* line 267, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .locations .pin.open {
    stroke: rgba(185, 36, 94, 0.8);
    fill: rgba(255, 255, 255, 0.8);
  }
  /* line 272, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .locations .location {
    -moz-transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out, max-width 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out, max-width 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out, max-width 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out, max-width 0.3s ease-in-out;
    opacity: 0;
    height: auto !important;
    max-height: 0;
    max-width: 0;
    overflow: hidden;
    position: absolute;
    background-color: rgba(185, 36, 94, 0.8);
    color: white;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 284, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .locations .location.open {
    opacity: 1;
    max-height: 500px;
    max-width: 500px;
    z-index: 100;
  }
  /* line 293, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .locations .location-0 {
    left: 24.53469%;
    top: 25%;
  }
  /* line 297, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .locations .pin-0 {
    left: 23.90017%;
    top: 19.54545%;
  }
  /* line 293, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .locations .location-1 {
    left: 23.68866%;
    top: 26.13636%;
  }
  /* line 297, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .locations .pin-1 {
    left: 23.05415%;
    top: 20.68182%;
  }
  /* line 293, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .locations .location-2 {
    left: 45.17766%;
    top: 14.77273%;
  }
  /* line 297, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .locations .pin-2 {
    left: 44.54315%;
    top: 9.31818%;
  }
  /* line 293, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .locations .location-3 {
    left: 80.37225%;
    top: 40.90909%;
  }
  /* line 297, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .locations .pin-3 {
    left: 79.73773%;
    top: 35.45455%;
  }
  /* line 293, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .locations .location-4 {
    left: 69.37394%;
    top: 50%;
  }
  /* line 297, sass/site/primary/_contact-us.scss */
  .page-template-page_contact-us .map-on .locations .pin-4 {
    left: 68.73942%;
    top: 44.54545%;
  }
}

/* line 1, modules/push-menu/_push-menu-container.scss */
.push-menu-container {
  padding: 14px 50px;
  background: #212121;
}
/* line 5, modules/push-menu/_push-menu-container.scss */
.push-menu-container ul, .push-menu-container ol {
  margin: 0 0 0 0;
  padding: 0;
  -webkit-padding-start: 0;
}
/* line 12, modules/push-menu/_push-menu-container.scss */
.push-menu-container .close-me {
  cursor: pointer;
  text-align: right;
}
/* line 15, modules/push-menu/_push-menu-container.scss */
.push-menu-container .close-me .close-me-label {
  display: none;
  text-transform: uppercase;
}
/* line 19, modules/push-menu/_push-menu-container.scss */
.push-menu-container .close-me .close-me-icon {
  display: inline-block;
  background-image: url('images/icon-close.svg?1518197792');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
/* line 31, modules/push-menu/_push-menu-container.scss */
.push-menu-container .menu-item a {
  text-decoration: none;
  color: #b9245e;
  font-size: 13px;
  line-height: 1.9em;
}
/* line 37, modules/push-menu/_push-menu-container.scss */
.push-menu-container .menu-item a:visited {
  text-decoration: none;
  color: #b9245e;
}
/* line 41, modules/push-menu/_push-menu-container.scss */
.push-menu-container .menu-item .divider {
  font-size: 13px;
  color: #9b9b9b;
  padding-left: 8px;
}
/* line 46, modules/push-menu/_push-menu-container.scss */
.push-menu-container .menu-item .description {
  font-size: 13px;
  color: #9b9b9b;
  padding-left: 8px;
}
/* line 56, modules/push-menu/_push-menu-container.scss */
.push-menu-container .one-column-menu > ul.menu > .menu-item > a,
.push-menu-container .row > ul > .menu-item > a {
  text-transform: uppercase;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  line-height: 3.8em;
}
/* line 61, modules/push-menu/_push-menu-container.scss */
.push-menu-container .one-column-menu > ul.menu > .menu-item > .divider,
.push-menu-container .row > ul > .menu-item > .divider {
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
}
/* line 64, modules/push-menu/_push-menu-container.scss */
.push-menu-container .one-column-menu > ul.menu > .menu-item > .description,
.push-menu-container .row > ul > .menu-item > .description {
  font-family: MuseoSans-500Italic, sans-serif;
  font-weight: 500;
}
/* line 69, modules/push-menu/_push-menu-container.scss */
.push-menu-container .row.row-0 > ul > .menu-item a {
  color: white;
  line-height: 1em;
}
/* line 76, modules/push-menu/_push-menu-container.scss */
.push-menu-container .sub-menu > .menu-item {
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  color: #9b9b9b;
}
/* line 79, modules/push-menu/_push-menu-container.scss */
.push-menu-container .sub-menu > .menu-item a {
  text-decoration: none;
  color: white;
}
/* line 83, modules/push-menu/_push-menu-container.scss */
.push-menu-container .sub-menu > .menu-item a:visited {
  text-decoration: none;
  color: white;
}
/* line 90, modules/push-menu/_push-menu-container.scss */
.push-menu-container #social-links {
  padding-top: 50px;
  padding-bottom: 100px;
}
/* line 103, modules/push-menu/_push-menu-container.scss */
.push-menu-container .two-column-menu {
  display: none;
}
/* line 107, modules/push-menu/_push-menu-container.scss */
.push-menu-container #header-menu .menu-item {
  border: 1px solid #b9245e;
  margin: 10px auto;
  text-align: center;
}
/* line 111, modules/push-menu/_push-menu-container.scss */
.push-menu-container #header-menu .menu-item a {
  display: block;
  color: white;
  padding: 15px 0;
  text-transform: uppercase;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
}
/* line 124, modules/push-menu/_push-menu-container.scss */
.push-menu-container #primary-menu > .menu-item {
  padding: 10px 0;
  /*&:first-of-type {
    a {
      color: white;
    }
  }*/
}
/* line 135, modules/push-menu/_push-menu-container.scss */
.push-menu-container ul {
  list-style: none;
}
@media only screen and (min-width: 768px) {
  /* line 142, modules/push-menu/_push-menu-container.scss */
  .push-menu-container .close-me {
    position: absolute;
    right: 0;
    top: 0;
    padding: 24px 50px;
    line-height: 1em;
    font-size: 14px;
  }
  /* line 151, modules/push-menu/_push-menu-container.scss */
  .push-menu-container .menu-header-menu-container {
    display: none;
  }
  /* line 154, modules/push-menu/_push-menu-container.scss */
  .push-menu-container #primary-menu {
    display: none;
  }
  /* line 157, modules/push-menu/_push-menu-container.scss */
  .push-menu-container .two-column-menu {
    width: 540px;
    display: block;
  }
  /* line 161, modules/push-menu/_push-menu-container.scss */
  .push-menu-container .two-column-menu .row > ul > li {
    float: left;
    width: 33%;
    padding: 10px;
  }
  /* line 166, modules/push-menu/_push-menu-container.scss */
  .push-menu-container .two-column-menu .row > ul > li:first-of-type {
    width: 66%;
  }
  /* line 169, modules/push-menu/_push-menu-container.scss */
  .push-menu-container .two-column-menu .row > ul:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 100, modules/site-header/_site-header.scss */
.pad-top {
  padding-top: 55px;
}

/* line 107, modules/site-header/_site-header.scss */
.js .site-header {
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
/* line 109, modules/site-header/_site-header.scss */
.js .site-header.hide {
  opacity: 0;
}

/* line 119, modules/site-header/_site-header.scss */
body.post-type-archive-news .section-content,
body.tax-news_category .section-content {
  padding-top: 95px;
}

/* line 124, modules/site-header/_site-header.scss */
body.single-news .section-content {
  padding-top: 95px;
}

/* line 131, modules/site-header/_site-header.scss */
body.post-type-archive-resource .section-feature-content,
body.category .section-feature-content,
body.blog .section-feature-content {
  background: #F1F1F1;
}
/* line 135, modules/site-header/_site-header.scss */
body.post-type-archive-resource .section-feature-content .section-feature-header img,
body.category .section-feature-content .section-feature-header img,
body.blog .section-feature-content .section-feature-header img {
  margin-bottom: 0;
}
/* line 140, modules/site-header/_site-header.scss */
body.post-type-archive-resource .section-content,
body.category .section-content,
body.blog .section-content {
  padding-top: 0;
}

/* line 146, modules/site-header/_site-header.scss */
body.single-resource .section-feature-header,
body.single-post .section-feature-header {
  background: #F1F1F1;
}
/* line 150, modules/site-header/_site-header.scss */
body.single-resource .section-feature-header .feature-header-image img,
body.single-post .section-feature-header .feature-header-image img {
  margin-bottom: -5px;
}
/* line 155, modules/site-header/_site-header.scss */
body.single-resource .section-content,
body.single-post .section-content {
  padding-top: 0;
}

/* line 160, modules/site-header/_site-header.scss */
body.page .content-area {
  padding-top: 95px;
}

/* line 165, modules/site-header/_site-header.scss */
body.admin-bar.page .content-area {
  padding-top: 100px;
}

/* line 171, modules/site-header/_site-header.scss */
body.page-template-page_time-line .content-area {
  padding-top: 0;
}

/* line 176, modules/site-header/_site-header.scss */
.site-header {
  z-index: 1000;
}

/* line 180, modules/site-header/_site-header.scss */
.fixed-header .site-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  right: 0;
  left: 0;
}

/* line 189, modules/site-header/_site-header.scss */
.admin-bar.fixed-header .site-header {
  top: 32px;
}

/* line 195, modules/site-header/_site-header.scss */
.dynamic-header .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

/* line 204, modules/site-header/_site-header.scss */
.post-type-archive-resource .site-header .main-navigation .current-menu-item > a {
  color: #FFFFFF !important;
}

/* line 208, modules/site-header/_site-header.scss */
.page-template-page_home-page .site-header .site-logo-wrapper {
  pointer-events: none;
}

/* line 213, modules/site-header/_site-header.scss */
.site-header {
  padding: 0;
  margin: 0;
}
/* line 218, modules/site-header/_site-header.scss */
.site-header .site-branding a {
  display: inline-block;
  padding: 16px 10px 0 28px;
  outline: none;
}
/* line 222, modules/site-header/_site-header.scss */
.site-header .site-branding a .site-logo {
  display: inline-block;
  width: 179px;
  height: 75px;
  margin: 0;
  padding: 0;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 236, modules/site-header/_site-header.scss */
.site-header .main-navigation {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  /* line 236, modules/site-header/_site-header.scss */
  .site-header .main-navigation {
    min-width: 450px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 236, modules/site-header/_site-header.scss */
  .site-header .main-navigation {
    min-width: 590px;
  }
}
/* line 249, modules/site-header/_site-header.scss */
.site-header .main-navigation #desktop-menu > .current-menu-ancestor > a,
.site-header .main-navigation #desktop-menu > .current-menu-item > a {
  color: #C119CA !important;
}
/* line 254, modules/site-header/_site-header.scss */
.site-header .main-navigation .current-menu-item > a {
  color: #DC92AF !important;
}
/* line 259, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-header-menu-container {
  display: none;
  float: right;
  margin-right: 22px;
}
/* line 264, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-header-menu-container .menu {
  margin: 0;
  -webkit-padding-start: 0;
  padding: 0 0 3px;
  display: inline-block;
  list-style: none;
}
/* line 272, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-header-menu-container .menu li {
  float: left;
  text-decoration: none;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}
/* line 278, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-header-menu-container .menu li a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  background: #E31D3C;
  transition: 0.25s all ease;
}
/* line 285, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-header-menu-container .menu li a:visited {
  color: #fff;
}
/* line 288, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-header-menu-container .menu li a:active {
  color: #E31D3C;
}
/* line 291, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-header-menu-container .menu li a:hover, .site-header .main-navigation .menu-header-menu-container .menu li a:focus {
  color: #E31D3C;
  background: #fff;
}
/* line 298, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-header-menu-container .menu li:last-of-type a {
  color: #E31D3C;
  background: transparent;
}
/* line 301, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-header-menu-container .menu li:last-of-type a:hover, .site-header .main-navigation .menu-header-menu-container .menu li:last-of-type a:focus {
  color: #fff;
}
/* line 311, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-desktop-menu-container {
  display: none;
  clear: both;
  position: relative;
  top: 20px;
}
/* line 317, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-desktop-menu-container .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 322, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-desktop-menu-container .menu > li {
  float: left;
  text-decoration: none;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
/* line 331, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-desktop-menu-container .menu > li:hover > a {
  color: #C119CA;
}
/* line 335, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-desktop-menu-container .menu > li > a {
  display: block;
  text-align: center;
  padding: 10px 10px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 342, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-desktop-menu-container .menu > li > a:visited {
  color: white;
}
/* line 345, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-desktop-menu-container .menu > li > a:active, .site-header .main-navigation .menu-desktop-menu-container .menu > li > a:hover {
  color: #C119CA;
}
@media only screen and (min-width: 1024px) {
  /* line 335, modules/site-header/_site-header.scss */
  .site-header .main-navigation .menu-desktop-menu-container .menu > li > a {
    margin: 0 15px;
  }
}
/* line 353, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-desktop-menu-container .menu > li > a[href="#"] {
  cursor: default;
}
/* line 357, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-desktop-menu-container .menu > li > ul {
  max-height: 0;
  opacity: 0;
}
/* line 361, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-desktop-menu-container .menu > li:hover > ul {
  max-height: 700px;
  opacity: 1;
}
/* line 367, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-desktop-menu-container .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  position: absolute;
  width: 200px;
  left: 50%;
  top: 34px;
  overflow: hidden;
  transition: 0.25s max-height ease, 0.25s opacity ease;
  transform: translateX(-50%);
}
/* line 380, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-desktop-menu-container .menu ul:before {
  content: "";
  display: block;
  border: 15px solid transparent;
  border-bottom-color: #872C8C;
  position: relative;
  width: 15px;
  margin: 0 auto;
  border-top: 0;
}
/* line 391, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-desktop-menu-container .menu ul > li {
  background-color: #872C8C;
}
/* line 395, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-desktop-menu-container .menu ul > li > a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px 20px;
}
/* line 401, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-desktop-menu-container .menu ul > li > a:after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  position: relative;
  bottom: -20px;
  margin: 0 auto;
}
/* line 412, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-desktop-menu-container .menu ul > li > a:hover, .site-header .main-navigation .menu-desktop-menu-container .menu ul > li > a:focus {
  text-decoration: none;
  color: #dc92af;
}
/* line 418, modules/site-header/_site-header.scss */
.site-header .main-navigation .menu-desktop-menu-container .menu ul > li:last-of-type > a:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 311, modules/site-header/_site-header.scss */
  .site-header .main-navigation .menu-desktop-menu-container {
    display: block;
  }
}
/* line 433, modules/site-header/_site-header.scss */
.site-header .main-navigation .search-menu-container {
  display: none;
  float: left;
  position: relative;
  top: 20px;
}
/* line 440, modules/site-header/_site-header.scss */
.site-header .main-navigation .search-menu-container .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 445, modules/site-header/_site-header.scss */
.site-header .main-navigation .search-menu-container .menu > li {
  float: left;
  text-decoration: none;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
/* line 454, modules/site-header/_site-header.scss */
.site-header .main-navigation .search-menu-container .menu > li:hover > a {
  color: #b199d6;
}
/* line 458, modules/site-header/_site-header.scss */
.site-header .main-navigation .search-menu-container .menu > li > a {
  display: block;
  text-align: center;
  padding: 10px 10px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 465, modules/site-header/_site-header.scss */
.site-header .main-navigation .search-menu-container .menu > li > a:hover {
  color: #b199d6;
}
/* line 468, modules/site-header/_site-header.scss */
.site-header .main-navigation .search-menu-container .menu > li > a:visited, .site-header .main-navigation .search-menu-container .menu > li > a:active {
  color: #6332ac;
}
/* line 474, modules/site-header/_site-header.scss */
.site-header .main-navigation .search-menu-container .menu > li > div {
  max-height: 0;
  opacity: 0;
}
/* line 478, modules/site-header/_site-header.scss */
.site-header .main-navigation .search-menu-container .menu > li:hover > div {
  max-height: 125px;
  opacity: 1;
}
/* line 483, modules/site-header/_site-header.scss */
.site-header .main-navigation .search-menu-container .menu div {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  position: absolute;
  width: 280px;
  right: -5px;
  top: 18px;
  overflow: hidden;
  transition: 0.25s max-height ease, 0.25s opacity ease;
}
/* line 495, modules/site-header/_site-header.scss */
.site-header .main-navigation .search-menu-container .menu div form {
  background: #6332ac;
  padding: 10px;
}
/* line 498, modules/site-header/_site-header.scss */
.site-header .main-navigation .search-menu-container .menu div form input[type="submit"] {
  padding: 7px 16px;
  font-size: 16px;
}
/* line 502, modules/site-header/_site-header.scss */
.site-header .main-navigation .search-menu-container .menu div form input[type="text"] {
  font-size: 16px;
}
/* line 507, modules/site-header/_site-header.scss */
.site-header .main-navigation .search-menu-container .menu div:before {
  content: "";
  display: block;
  border: 15px solid transparent;
  border-bottom-color: #6332ac;
  position: relative;
  width: 15px;
  margin: 0 8px 0 auto;
}
@media only screen and (min-width: 768px) {
  /* line 433, modules/site-header/_site-header.scss */
  .site-header .main-navigation .search-menu-container {
    display: block;
  }
}
/* line 524, modules/site-header/_site-header.scss */
.site-header .main-navigation button {
  padding: 30px 22px 0px;
}
/* line 529, modules/site-header/_site-header.scss */
.site-header .site-logo-wrapper {
  overflow: hidden;
}
/* line 533, modules/site-header/_site-header.scss */
.site-header .site-logo {
  -moz-transition: -moz-transform 0.3s ease, height 0.3s ease, background-image 0.3s ease;
  -o-transition: -o-transform 0.3s ease, height 0.3s ease, background-image 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, height 0.3s ease, background-image 0.3s ease;
  transition: transform 0.3s ease, height 0.3s ease, background-image 0.3s ease;
  transform: translate3d(0, 0, 0);
}
/* line 539, modules/site-header/_site-header.scss */
.site-header[data-header-style="style-default"] {
  background-color: #000;
  /*
    @if $color == 'white' {
      $image : url('images/logo_allwhite.png');
    } @else {
      @if $text == 'white' {
        $image : url('images/logo_fullcolor_white.png');
      } @else {
        $image : url('images/logo_fullcolor_dark.png');
      }
    }
  */
}
/* line 73, modules/site-header/_site-header.scss */
.site-header[data-header-style="style-default"] .site-logo {
  background-image: url("images/logo_large_fullcolor_white.png");
  height: 73px;
}
@media only screen and (min-width: 768px) {
  /* line 553, modules/site-header/_site-header.scss */
  .site-header .main-navigation .menu-header-menu-container {
    display: inline-block;
  }
}

/* line 568, modules/site-header/_site-header.scss */
.post-type-archive-news a.top-anchor,
.tax-news_category a.top-anchor {
  display: block;
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}

/* line 574, modules/site-header/_site-header.scss */
.blog a.top-anchor {
  display: block;
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}

/* line 1, modules/overlay-form/_overlay-form.scss */
.overlay-form {
  background-color: white;
}
/* line 3, modules/overlay-form/_overlay-form.scss */
.overlay-form .block, .overlay-form .page-template-page_jobs .site-content, .page-template-page_jobs .overlay-form .site-content,
.overlay-form .single-jobs .site-content,
.single-jobs .overlay-form .site-content,
.overlay-form .single-news .site-content,
.single-news .overlay-form .site-content,
.overlay-form .tax-locations .site-content,
.tax-locations .overlay-form .site-content, .overlay-form .search-results .site-content, .search-results .overlay-form .site-content,
.overlay-form .search-no-results .site-content,
.search-no-results .overlay-form .site-content, .overlay-form .blog .blog-content, .blog .overlay-form .blog-content,
.overlay-form .category .blog-content,
.category .overlay-form .blog-content,
.overlay-form .tax .blog-content,
.tax .overlay-form .blog-content,
.overlay-form .single-post .blog-content,
.single-post .overlay-form .blog-content, .overlay-form .post-type-archive-resource .resource-content, .post-type-archive-resource .overlay-form .resource-content,
.overlay-form .single-resource .resource-content,
.single-resource .overlay-form .resource-content, .overlay-form .error404 .page-content, .error404 .overlay-form .page-content, .overlay-form body.post-type-archive-resource .section-feature-content .section-feature-header, body.post-type-archive-resource .section-feature-content .overlay-form .section-feature-header,
.overlay-form body.category .section-feature-content .section-feature-header,
body.category .section-feature-content .overlay-form .section-feature-header,
.overlay-form body.blog .section-feature-content .section-feature-header,
body.blog .section-feature-content .overlay-form .section-feature-header, .overlay-form body.single-resource .section-feature-header .feature-header-image, body.single-resource .section-feature-header .overlay-form .feature-header-image,
.overlay-form body.single-post .section-feature-header .feature-header-image,
body.single-post .section-feature-header .overlay-form .feature-header-image {
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
}
@media all and (min-width: 350px) and (min-height: 800px) {
  /* line 14, modules/overlay-form/_overlay-form.scss */
  .overlay-form .block, .overlay-form .page-template-page_jobs .site-content, .page-template-page_jobs .overlay-form .site-content,
  .overlay-form .single-jobs .site-content,
  .single-jobs .overlay-form .site-content,
  .overlay-form .single-news .site-content,
  .single-news .overlay-form .site-content,
  .overlay-form .tax-locations .site-content,
  .tax-locations .overlay-form .site-content, .overlay-form .search-results .site-content, .search-results .overlay-form .site-content,
  .overlay-form .search-no-results .site-content,
  .search-no-results .overlay-form .site-content, .overlay-form .blog .blog-content, .blog .overlay-form .blog-content,
  .overlay-form .category .blog-content,
  .category .overlay-form .blog-content,
  .overlay-form .tax .blog-content,
  .tax .overlay-form .blog-content,
  .overlay-form .single-post .blog-content,
  .single-post .overlay-form .blog-content, .overlay-form .post-type-archive-resource .resource-content, .post-type-archive-resource .overlay-form .resource-content,
  .overlay-form .single-resource .resource-content,
  .single-resource .overlay-form .resource-content, .overlay-form .error404 .page-content, .error404 .overlay-form .page-content, .overlay-form body.post-type-archive-resource .section-feature-content .section-feature-header, body.post-type-archive-resource .section-feature-content .overlay-form .section-feature-header,
  .overlay-form body.category .section-feature-content .section-feature-header,
  body.category .section-feature-content .overlay-form .section-feature-header,
  .overlay-form body.blog .section-feature-content .section-feature-header,
  body.blog .section-feature-content .overlay-form .section-feature-header, .overlay-form body.single-resource .section-feature-header .feature-header-image, body.single-resource .section-feature-header .overlay-form .feature-header-image,
  .overlay-form body.single-post .section-feature-header .feature-header-image,
  body.single-post .section-feature-header .overlay-form .feature-header-image {
    top: 50%;
    bottom: initial;
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

/* line 6, modules/flip-tiles/_flip-tiles.scss */
.flip-tiles {
  content: "";
  display: table;
}
/* line 8, modules/flip-tiles/_flip-tiles.scss */
.flip-tiles .tile {
  padding: 1px;
  position: relative;
  width: 50%;
  display: -moz-inline-stack;
  display: inline-block;
  float: left;
  vertical-align: top;
}
/* line 17, modules/flip-tiles/_flip-tiles.scss */
.flip-tiles .tile .tile-front,
.flip-tiles .tile .tile-back {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  -moz-transition: -webkit-transform 0.6s ease;
  -o-transition: -webkit-transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* line 26, modules/flip-tiles/_flip-tiles.scss */
.flip-tiles .tile.flipped .tile-front {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* line 29, modules/flip-tiles/_flip-tiles.scss */
.flip-tiles .tile.flipped .tile-back {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/* line 33, modules/flip-tiles/_flip-tiles.scss */
.flip-tiles .tile .tile-front {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/* line 35, modules/flip-tiles/_flip-tiles.scss */
.flip-tiles .tile .tile-front .tile-front-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 45, modules/flip-tiles/_flip-tiles.scss */
.flip-tiles .tile .tile-front .tile-front-title {
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  font-size: 16px;
  word-break: break-word;
  text-transform: uppercase;
  padding-top: 14px;
}
/* line 52, modules/flip-tiles/_flip-tiles.scss */
.flip-tiles .tile .tile-front .tile-front-content {
  z-index: 1;
  position: relative;
  color: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  font-size: 12px;
  padding: 9px;
  padding-bottom: 18px;
}
/* line 64, modules/flip-tiles/_flip-tiles.scss */
.flip-tiles .tile .tile-front .tile-front-plus-icon {
  position: absolute;
  font-size: 20px;
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  bottom: 9px;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
}
/* line 75, modules/flip-tiles/_flip-tiles.scss */
.flip-tiles .tile .tile-back {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
}
/* line 82, modules/flip-tiles/_flip-tiles.scss */
.flip-tiles .tile .tile-back .tile-back-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: yellow;
}
@media all and (min-width: 700px) {
  /* line 107, modules/flip-tiles/_flip-tiles.scss */
  .flip-tiles .tile {
    width: 25%;
  }
  /* line 110, modules/flip-tiles/_flip-tiles.scss */
  .flip-tiles .tile .tile-front .tile-front-title {
    padding: 64px 2px 14px;
    font-size: 20px;
  }
  /* line 114, modules/flip-tiles/_flip-tiles.scss */
  .flip-tiles .tile .tile-front .tile-front-content {
    font-size: 20px;
    padding: 20px;
    padding-bottom: 119px;
  }
  /* line 119, modules/flip-tiles/_flip-tiles.scss */
  .flip-tiles .tile .tile-front .tile-front-text {
    padding-bottom: 8px;
  }
  /* line 122, modules/flip-tiles/_flip-tiles.scss */
  .flip-tiles .tile .tile-front .tile-front-plus-icon {
    font-size: 38px;
    bottom: 20px;
  }
}

/* line 5, sass/site/primary/_br-boxes.scss */
.br-boxes a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0);
  display: block;
  transition: 0.25s all ease;
}
/* line 16, sass/site/primary/_br-boxes.scss */
.br-boxes a:hover,
.br-boxes a:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 5px 25px rgba(255, 255, 255, 0.25);
}
/* line 23, sass/site/primary/_br-boxes.scss */
.br-boxes .br-box {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #b9245e;
  width: 100%;
  margin: 10px 7px;
  padding: 25px;
}
@media only screen and (max-width: 768px) {
  /* line 23, sass/site/primary/_br-boxes.scss */
  .br-boxes .br-box {
    margin: 10px 0;
  }
}
/* line 36, sass/site/primary/_br-boxes.scss */
.br-boxes .br-box-title,
.br-boxes .br-box-content {
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 1.35;
}
/* line 43, sass/site/primary/_br-boxes.scss */
.br-boxes .br-box-title {
  text-transform: uppercase;
  padding: 0 0 25px;
  font-size: 24px;
}
/* line 48, sass/site/primary/_br-boxes.scss */
.br-boxes .br-box-title:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  clear: left;
  top: 25px;
}
/* line 60, sass/site/primary/_br-boxes.scss */
.br-boxes .br-box-content {
  padding: 25px 0 0;
  font-size: 20px;
}

@media only screen and (min-width: 350px) {
  /* line 68, sass/site/primary/_br-boxes.scss */
  .br-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 75, sass/site/primary/_br-boxes.scss */
  .br-title {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  /* line 82, sass/site/primary/_br-boxes.scss */
  .br-boxes {
    display: flex;
    flex: 0 1 auto;
  }
  /* line 86, sass/site/primary/_br-boxes.scss */
  .br-boxes > div:first-of-type {
    margin-left: 0;
  }
  /* line 89, sass/site/primary/_br-boxes.scss */
  .br-boxes > div:last-of-type {
    margin-right: 0;
  }
}
/* line 5, sass/site/primary/_site-footer.scss */
.site-footer {
  width: 100%;
  text-align: center;
  font-size: 16px;
  background-color: #212121;
  color: #DDDDDD;
  position: relative;
  z-index: 100;
  /* @media only screen and (min-width: $footer-break-one) {
    //font-size: 21px;
  }
  //desktop
  @media only screen and (min-width: $media__large) {
    font-size: 16px;
    //font-size: 12px;
    .site-info {
      > div {
        display: inline-block;
      }
    }
    .site-logo__footer {
      img {
        height: 100px;
      }
    }
    padding-top: 17px;
  } */
}
@media all and (max-width: 768px) {
  /* line 5, sass/site/primary/_site-footer.scss */
  .site-footer {
    padding-bottom: 0;
  }
}
/* line 17, sass/site/primary/_site-footer.scss */
.site-footer .footer-container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 25px 0 15px 0;
}
/* line 21, sass/site/primary/_site-footer.scss */
.site-footer .footer-container .footer-row {
  clear: both;
  overflow: hidden;
}
/* line 27, sass/site/primary/_site-footer.scss */
.site-footer .footer-about {
  width: 50%;
  float: left;
  padding-right: 110px;
  text-align: left;
  line-height: 1.7;
}
@media all and (max-width: 1250px) {
  /* line 27, sass/site/primary/_site-footer.scss */
  .site-footer .footer-about {
    padding-left: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  /* line 27, sass/site/primary/_site-footer.scss */
  .site-footer .footer-about {
    width: 40%;
    padding-right: 50px;
  }
}
@media all and (max-width: 768px) {
  /* line 27, sass/site/primary/_site-footer.scss */
  .site-footer .footer-about {
    width: 100%;
    float: none;
    padding-right: 20px;
    height: auto !important;
  }
}
/* line 46, sass/site/primary/_site-footer.scss */
.site-footer .footer-about .block-title {
  text-transform: uppercase;
  text-align: left;
  color: #FFFFFF;
  font-family: MuseoSans-700, sans-serif;
}
/* line 52, sass/site/primary/_site-footer.scss */
.site-footer .footer-about .at {
  font-family: arial;
  font-size: 55%;
  position: relative;
  top: -2px;
}
/* line 60, sass/site/primary/_site-footer.scss */
.site-footer .footer-social {
  width: 50%;
  float: left;
  padding-right: 75px;
  text-align: left;
  line-height: 1.7;
}
@media all and (max-width: 1250px) {
  /* line 60, sass/site/primary/_site-footer.scss */
  .site-footer .footer-social {
    padding-left: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  /* line 60, sass/site/primary/_site-footer.scss */
  .site-footer .footer-social {
    width: 40%;
    padding-right: 50px;
  }
}
@media all and (max-width: 768px) {
  /* line 60, sass/site/primary/_site-footer.scss */
  .site-footer .footer-social {
    width: 100%;
    float: none;
    padding-right: 20px;
    height: auto !important;
  }
}
/* line 79, sass/site/primary/_site-footer.scss */
.site-footer .footer-social b {
  color: #FFFFFF;
}
/* line 82, sass/site/primary/_site-footer.scss */
.site-footer .footer-social .widget {
  margin: 0;
}
/* line 85, sass/site/primary/_site-footer.scss */
.site-footer .footer-social #social-links {
  text-align: left !important;
  margin-top: 5px;
  padding-left: 0;
}
/* line 92, sass/site/primary/_site-footer.scss */
.site-footer .footer-menu {
  width: 22%;
  float: left;
  padding-right: 20px;
}
@media all and (max-width: 768px) {
  /* line 92, sass/site/primary/_site-footer.scss */
  .site-footer .footer-menu {
    width: 40%;
    padding-right: 0;
    padding-left: 20px;
  }
}
@media all and (max-width: 525px) {
  /* line 92, sass/site/primary/_site-footer.scss */
  .site-footer .footer-menu {
    width: 100%;
    padding-right: 20px;
    float: none;
    height: auto !important;
  }
}
/* line 107, sass/site/primary/_site-footer.scss */
.site-footer .footer-menu .block-title {
  text-transform: uppercase;
  text-align: left;
  color: #FFFFFF;
  font-family: MuseoSans-700, sans-serif;
  padding-bottom: 5px;
}
/* line 114, sass/site/primary/_site-footer.scss */
.site-footer .footer-menu #footer-menu {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 118, sass/site/primary/_site-footer.scss */
.site-footer .footer-menu #footer-menu li {
  text-align: left;
}
/* line 121, sass/site/primary/_site-footer.scss */
.site-footer .footer-menu #footer-menu a {
  color: #E31D3C;
  line-height: 2;
}
/* line 124, sass/site/primary/_site-footer.scss */
.site-footer .footer-menu #footer-menu a:hover {
  text-decoration: underline;
}
/* line 131, sass/site/primary/_site-footer.scss */
.site-footer .footer-recent-posts {
  width: 28%;
  float: left;
}
@media all and (max-width: 1250px) {
  /* line 131, sass/site/primary/_site-footer.scss */
  .site-footer .footer-recent-posts {
    padding-right: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  /* line 131, sass/site/primary/_site-footer.scss */
  .site-footer .footer-recent-posts {
    width: 38%;
    padding-right: 20px;
  }
}
@media all and (min-width: 526px) and (max-width: 768px) {
  /* line 131, sass/site/primary/_site-footer.scss */
  .site-footer .footer-recent-posts {
    width: 60%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media all and (max-width: 525px) {
  /* line 131, sass/site/primary/_site-footer.scss */
  .site-footer .footer-recent-posts {
    width: 100%;
    float: none;
    padding-left: 20px;
  }
}
/* line 151, sass/site/primary/_site-footer.scss */
.site-footer .footer-recent-posts .block-title {
  text-transform: uppercase;
  text-align: left;
  color: #FFFFFF;
  font-family: MuseoSans-700, sans-serif;
  padding-bottom: 10px;
}
/* line 158, sass/site/primary/_site-footer.scss */
.site-footer .footer-recent-posts .dpe-flexible-posts {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 162, sass/site/primary/_site-footer.scss */
.site-footer .footer-recent-posts .dpe-flexible-posts li {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}
@media all and (max-width: 425px) {
  /* line 162, sass/site/primary/_site-footer.scss */
  .site-footer .footer-recent-posts .dpe-flexible-posts li {
    text-align: left;
  }
}
/* line 169, sass/site/primary/_site-footer.scss */
.site-footer .footer-recent-posts .dpe-flexible-posts li img {
  float: left;
  margin-right: 20px;
}
@media all and (max-width: 425px) {
  /* line 169, sass/site/primary/_site-footer.scss */
  .site-footer .footer-recent-posts .dpe-flexible-posts li img {
    float: none;
  }
}
/* line 176, sass/site/primary/_site-footer.scss */
.site-footer .footer-recent-posts .dpe-flexible-posts li .title {
  color: #E31D3C;
  text-align: left;
}
/* line 179, sass/site/primary/_site-footer.scss */
.site-footer .footer-recent-posts .dpe-flexible-posts li .title:hover {
  text-decoration: underline;
}
/* line 187, sass/site/primary/_site-footer.scss */
.site-footer .footer-contact {
  color: #DDDDDD;
  text-align: left;
}
@media all and (min-width: 768px) {
  /* line 187, sass/site/primary/_site-footer.scss */
  .site-footer .footer-contact {
    margin-top: 32px;
  }
}
@media all and (max-width: 1250px) {
  /* line 187, sass/site/primary/_site-footer.scss */
  .site-footer .footer-contact {
    padding-right: 20px;
  }
}
@media all and (max-width: 768px) {
  /* line 187, sass/site/primary/_site-footer.scss */
  .site-footer .footer-contact {
    padding: 0 20px;
  }
}
/* line 199, sass/site/primary/_site-footer.scss */
.site-footer .footer-contact #contact-info {
  list-style: none;
}
@media all and (min-width: 768px) {
  /* line 199, sass/site/primary/_site-footer.scss */
  .site-footer .footer-contact #contact-info {
    padding-right: 10px;
  }
}
@media all and (max-width: 768px) {
  /* line 199, sass/site/primary/_site-footer.scss */
  .site-footer .footer-contact #contact-info {
    margin: 0;
    padding-left: 0;
  }
}
/* line 208, sass/site/primary/_site-footer.scss */
.site-footer .footer-contact #contact-info .contact-text {
  padding-bottom: 10px;
  font-size: 14px;
}
/* line 211, sass/site/primary/_site-footer.scss */
.site-footer .footer-contact #contact-info .contact-text p {
  line-height: 18px;
}
/* line 215, sass/site/primary/_site-footer.scss */
.site-footer .footer-contact #contact-info .icon {
  padding-right: 8px;
  float: left;
}
/* line 218, sass/site/primary/_site-footer.scss */
.site-footer .footer-contact #contact-info .icon.phone {
  position: relative;
  top: 1px;
}
/* line 222, sass/site/primary/_site-footer.scss */
.site-footer .footer-contact #contact-info .icon.envelope {
  position: relative;
  top: 2px;
}
/* line 228, sass/site/primary/_site-footer.scss */
.site-footer .footer-contact a {
  color: #DDDDDD;
}
/* line 230, sass/site/primary/_site-footer.scss */
.site-footer .footer-contact a:hover {
  text-decoration: underline;
}
/* line 236, sass/site/primary/_site-footer.scss */
.site-footer a {
  color: #212121;
}
/* line 239, sass/site/primary/_site-footer.scss */
.site-footer .site-info {
  background-color: #161616;
  padding: 10px 0;
  font-size: 9px;
  color: #656565;
}
/* line 244, sass/site/primary/_site-footer.scss */
.site-footer .site-info > div {
  display: block;
}
/* line 247, sass/site/primary/_site-footer.scss */
.site-footer .site-info a {
  color: #DDDDDD;
}
/* line 249, sass/site/primary/_site-footer.scss */
.site-footer .site-info a:hover {
  text-decoration: underline;
}
/* line 253, sass/site/primary/_site-footer.scss */
.site-footer .site-info .site-info-container {
  max-width: 1250px;
  margin: 0 auto;
  text-align: left;
}
@media all and (max-width: 1250px) {
  /* line 253, sass/site/primary/_site-footer.scss */
  .site-footer .site-info .site-info-container {
    padding-left: 20px;
  }
}
/* line 264, sass/site/primary/_site-footer.scss */
.site-footer .menu-terms-menu-container .menu-item::after {
  content: "|";
  padding: 0 12px;
}
/* line 270, sass/site/primary/_site-footer.scss */
.site-footer .menu-terms-menu-container .menu-item:last-of-type::after {
  content: "";
  padding: 0;
}
/* line 275, sass/site/primary/_site-footer.scss */
.site-footer .menu-terms-menu-container a {
  text-decoration: none;
}
/* line 278, sass/site/primary/_site-footer.scss */
.site-footer .menu-terms-menu-container ul {
  list-style: none;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
/* line 284, sass/site/primary/_site-footer.scss */
.site-footer .menu-terms-menu-container li {
  display: inline-block;
}
/* line 288, sass/site/primary/_site-footer.scss */
.site-footer .site-logo__footer {
  padding: 10px;
  margin-top: 8px;
}
/* line 291, sass/site/primary/_site-footer.scss */
.site-footer .site-logo__footer img {
  height: 75px;
}

/* line 317, sass/site/primary/_site-footer.scss */
footer #social-links {
  text-align: center;
  margin-bottom: 10px;
}

/* line 5, sass/site/primary/_customer-list.scss */
.page-template-page_customers .content-wrapper {
  height: 185px;
}
/* line 9, sass/site/primary/_customer-list.scss */
.page-template-page_customers .brick {
  margin: 1px;
}
/* line 17, sass/site/primary/_customer-list.scss */
.page-template-page_customers .watch-video-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 26, sass/site/primary/_customer-list.scss */
.page-template-page_customers .watch-video-wrapper .watch-video svg {
  position: absolute;
  bottom: -1px;
  left: -3px;
  height: 18px;
  width: 18px;
  fill: #b9245e;
}
/* line 38, sass/site/primary/_customer-list.scss */
.page-template-page_customers .watch-video-wrapper .watch-video-text {
  position: absolute;
  bottom: 0;
  left: 21px;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
}
/* line 46, sass/site/primary/_customer-list.scss */
.page-template-page_customers .dotted-line-first, .page-template-page_customers .dotted-line-second {
  margin: 0 0px 14px 0;
  background-image: linear-gradient(to right, rgba(50, 50, 50, 0.15) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 3px 3px;
  background-repeat: repeat-x;
  height: 1px;
  border-width: 1px;
  padding: 18px 0;
}
/* line 56, sass/site/primary/_customer-list.scss */
.page-template-page_customers .dotted-line-first {
  margin-top: 6px;
}
/* line 59, sass/site/primary/_customer-list.scss */
.page-template-page_customers .three-d-quote > * {
  background-color: #ffffff;
  color: #b9245e;
}
/* line 63, sass/site/primary/_customer-list.scss */
.page-template-page_customers .three-d-quote {
  background-color: #ffffff;
  padding: 0 0 1px;
  margin: 6px 0 36px;
}
/* line 69, sass/site/primary/_customer-list.scss */
.page-template-page_customers .quote-text {
  margin-top: 26px;
}
/* line 72, sass/site/primary/_customer-list.scss */
.page-template-page_customers .quote-citation {
  padding: 20px 20px 0;
}
/* line 75, sass/site/primary/_customer-list.scss */
.page-template-page_customers h1 {
  margin: 6px auto 26px;
}
/* line 79, sass/site/primary/_customer-list.scss */
.page-template-page_customers .logos .logo {
  text-align: center;
  padding: 0 14px;
}
/* line 84, sass/site/primary/_customer-list.scss */
.page-template-page_customers .grid-pad [data-grid-id="1"],
.page-template-page_customers .grid-pad [data-grid-id="3"] {
  padding: 0 14px;
}
@media only screen and (min-width: 577px) {
  /* line 92, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .brick {
    width: 288px;
    height: 353px;
  }
  /* line 97, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .block.customer-stories, .page-template-page_customers .page-template-page_jobs .customer-stories.site-content, .page-template-page_jobs .page-template-page_customers .customer-stories.site-content,
  .page-template-page_customers .single-jobs .customer-stories.site-content,
  .single-jobs .page-template-page_customers .customer-stories.site-content,
  .page-template-page_customers .single-news .customer-stories.site-content,
  .single-news .page-template-page_customers .customer-stories.site-content,
  .page-template-page_customers .tax-locations .customer-stories.site-content,
  .tax-locations .page-template-page_customers .customer-stories.site-content, .page-template-page_customers .search-results .customer-stories.site-content, .search-results .page-template-page_customers .customer-stories.site-content,
  .page-template-page_customers .search-no-results .customer-stories.site-content,
  .search-no-results .page-template-page_customers .customer-stories.site-content, .page-template-page_customers .blog .customer-stories.blog-content, .blog .page-template-page_customers .customer-stories.blog-content,
  .page-template-page_customers .category .customer-stories.blog-content,
  .category .page-template-page_customers .customer-stories.blog-content,
  .page-template-page_customers .tax .customer-stories.blog-content,
  .tax .page-template-page_customers .customer-stories.blog-content,
  .page-template-page_customers .single-post .customer-stories.blog-content,
  .single-post .page-template-page_customers .customer-stories.blog-content, .page-template-page_customers .post-type-archive-resource .customer-stories.resource-content, .post-type-archive-resource .page-template-page_customers .customer-stories.resource-content,
  .page-template-page_customers .single-resource .customer-stories.resource-content,
  .single-resource .page-template-page_customers .customer-stories.resource-content, .page-template-page_customers .error404 .customer-stories.page-content, .error404 .page-template-page_customers .customer-stories.page-content, .page-template-page_customers body.post-type-archive-resource .section-feature-content .customer-stories.section-feature-header, body.post-type-archive-resource .section-feature-content .page-template-page_customers .customer-stories.section-feature-header,
  .page-template-page_customers body.category .section-feature-content .customer-stories.section-feature-header,
  body.category .section-feature-content .page-template-page_customers .customer-stories.section-feature-header,
  .page-template-page_customers body.blog .section-feature-content .customer-stories.section-feature-header,
  body.blog .section-feature-content .page-template-page_customers .customer-stories.section-feature-header, .page-template-page_customers body.single-resource .section-feature-header .customer-stories.feature-header-image, body.single-resource .section-feature-header .page-template-page_customers .customer-stories.feature-header-image,
  .page-template-page_customers body.single-post .section-feature-header .customer-stories.feature-header-image,
  body.single-post .section-feature-header .page-template-page_customers .customer-stories.feature-header-image {
    padding: 0 70px;
  }
  /* line 101, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .content-wrapper {
    height: 343px;
  }
  /* line 104, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .content-wrapper:hover {
    height: 343px;
  }
  /* line 106, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .content-wrapper:hover svg {
    fill: #ffffff;
  }
  /* line 111, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .watch-video-wrapper {
    bottom: 20px;
    left: 20px;
  }
  /* line 120, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .watch-video-wrapper .watch-video svg {
    position: absolute;
    bottom: 14px;
    left: 12px;
    height: 31px;
    width: 31px;
  }
  /* line 128, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .watch-video-wrapper .watch-video-text {
    bottom: 22px;
    left: 50px;
  }
  /* line 134, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .quote {
    padding-top: 10px;
  }
  /* line 137, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .quote-text {
    padding-top: 87px;
    margin-top: -4px;
  }
  /* line 141, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .quote-citation {
    padding: 35px 20px 0;
  }
  /* line 144, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .three-d-quote {
    margin: -12px 0 0;
    padding: 0 0 20px;
  }
  /* line 148, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .three-d-quote .three-d-quote-mark .quote-mark, .page-template-page_customers .three-d-quote .three-d-quote-mark blockquote:before, .page-template-page_customers .three-d-quote .three-d-quote-mark q:before, .page-template-page_customers .three-d-quote .three-d-quote-mark blockquote:after, .page-template-page_customers .three-d-quote .three-d-quote-mark q:after {
    margin-top: 10px;
  }
  /* line 154, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .slick-slider .slick-list {
    margin-bottom: 0;
  }
  /* line 159, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .dotted-line-first {
    display: none;
  }
  /* line 162, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .dotted-line-second {
    margin: 9px 46px 70px;
  }
  /* line 167, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .entry-title {
    margin-bottom: 60px;
  }
  /* line 171, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .logos .logo {
    text-align: center;
    padding: 24px 24px;
  }
  /* line 176, sass/site/primary/_customer-list.scss */
  .page-template-page_customers .grid-pad [data-grid-id="1"],
  .page-template-page_customers .grid-pad [data-grid-id="3"] {
    padding: 24px 24px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 184, sass/site/primary/_customer-list.scss */
  .page-template-page_customers h1 {
    padding: 0 214px;
  }
}

/* line 13, sass/site/primary/_implementation.scss */
.page-template-page_implementation .block.tagline-2, .page-template-page_implementation .page-template-page_jobs .tagline-2.site-content, .page-template-page_jobs .page-template-page_implementation .tagline-2.site-content,
.page-template-page_implementation .single-jobs .tagline-2.site-content,
.single-jobs .page-template-page_implementation .tagline-2.site-content,
.page-template-page_implementation .single-news .tagline-2.site-content,
.single-news .page-template-page_implementation .tagline-2.site-content,
.page-template-page_implementation .tax-locations .tagline-2.site-content,
.tax-locations .page-template-page_implementation .tagline-2.site-content, .page-template-page_implementation .search-results .tagline-2.site-content, .search-results .page-template-page_implementation .tagline-2.site-content,
.page-template-page_implementation .search-no-results .tagline-2.site-content,
.search-no-results .page-template-page_implementation .tagline-2.site-content, .page-template-page_implementation .blog .tagline-2.blog-content, .blog .page-template-page_implementation .tagline-2.blog-content,
.page-template-page_implementation .category .tagline-2.blog-content,
.category .page-template-page_implementation .tagline-2.blog-content,
.page-template-page_implementation .tax .tagline-2.blog-content,
.tax .page-template-page_implementation .tagline-2.blog-content,
.page-template-page_implementation .single-post .tagline-2.blog-content,
.single-post .page-template-page_implementation .tagline-2.blog-content, .page-template-page_implementation .post-type-archive-resource .tagline-2.resource-content, .post-type-archive-resource .page-template-page_implementation .tagline-2.resource-content,
.page-template-page_implementation .single-resource .tagline-2.resource-content,
.single-resource .page-template-page_implementation .tagline-2.resource-content, .page-template-page_implementation .error404 .tagline-2.page-content, .error404 .page-template-page_implementation .tagline-2.page-content, .page-template-page_implementation body.post-type-archive-resource .section-feature-content .tagline-2.section-feature-header, body.post-type-archive-resource .section-feature-content .page-template-page_implementation .tagline-2.section-feature-header,
.page-template-page_implementation body.category .section-feature-content .tagline-2.section-feature-header,
body.category .section-feature-content .page-template-page_implementation .tagline-2.section-feature-header,
.page-template-page_implementation body.blog .section-feature-content .tagline-2.section-feature-header,
body.blog .section-feature-content .page-template-page_implementation .tagline-2.section-feature-header, .page-template-page_implementation body.single-resource .section-feature-header .tagline-2.feature-header-image, body.single-resource .section-feature-header .page-template-page_implementation .tagline-2.feature-header-image,
.page-template-page_implementation body.single-post .section-feature-header .tagline-2.feature-header-image,
body.single-post .section-feature-header .page-template-page_implementation .tagline-2.feature-header-image {
  padding: 0 0;
  margin-top: -10px;
  padding: 0 15px;
}
/* line 19, sass/site/primary/_implementation.scss */
.page-template-page_implementation .dotted-line {
  background-image: linear-gradient(to right, rgba(50, 50, 50, 0.15) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 3px 3px;
  background-repeat: repeat-x;
  height: 1px;
  border-width: 1px;
  margin: 35px -19px 26px -19px;
  margin: 39px -19px -4px -19px;
}
/* line 22, sass/site/primary/_implementation.scss */
.page-template-page_implementation .dotted-line.second {
  margin-top: 22px;
}
/* line 25, sass/site/primary/_implementation.scss */
.page-template-page_implementation .dotted-line.third {
  margin-top: 60px;
  margin-bottom: 0;
}
/* line 31, sass/site/primary/_implementation.scss */
.page-template-page_implementation .paper-airplane {
  height: 30px;
  width: 30px;
  margin: 22px auto 25px auto;
}
/* line 36, sass/site/primary/_implementation.scss */
.page-template-page_implementation .anchor-link-padding {
  display: block;
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}
@media all and (min-width: 768px) {
  /* line 44, sass/site/primary/_implementation.scss */
  .page-template-page_implementation .block p, .page-template-page_implementation .page-template-page_jobs .site-content p, .page-template-page_jobs .page-template-page_implementation .site-content p,
  .page-template-page_implementation .single-jobs .site-content p,
  .single-jobs .page-template-page_implementation .site-content p,
  .page-template-page_implementation .single-news .site-content p,
  .single-news .page-template-page_implementation .site-content p,
  .page-template-page_implementation .tax-locations .site-content p,
  .tax-locations .page-template-page_implementation .site-content p, .page-template-page_implementation .search-results .site-content p, .search-results .page-template-page_implementation .site-content p,
  .page-template-page_implementation .search-no-results .site-content p,
  .search-no-results .page-template-page_implementation .site-content p, .page-template-page_implementation .blog .blog-content p, .blog .page-template-page_implementation .blog-content p,
  .page-template-page_implementation .category .blog-content p,
  .category .page-template-page_implementation .blog-content p,
  .page-template-page_implementation .tax .blog-content p,
  .tax .page-template-page_implementation .blog-content p,
  .page-template-page_implementation .single-post .blog-content p,
  .single-post .page-template-page_implementation .blog-content p, .page-template-page_implementation .post-type-archive-resource .resource-content p, .post-type-archive-resource .page-template-page_implementation .resource-content p,
  .page-template-page_implementation .single-resource .resource-content p,
  .single-resource .page-template-page_implementation .resource-content p, .page-template-page_implementation .error404 .page-content p, .error404 .page-template-page_implementation .page-content p, .page-template-page_implementation body.post-type-archive-resource .section-feature-content .section-feature-header p, body.post-type-archive-resource .section-feature-content .page-template-page_implementation .section-feature-header p,
  .page-template-page_implementation body.category .section-feature-content .section-feature-header p,
  body.category .section-feature-content .page-template-page_implementation .section-feature-header p,
  .page-template-page_implementation body.blog .section-feature-content .section-feature-header p,
  body.blog .section-feature-content .page-template-page_implementation .section-feature-header p, .page-template-page_implementation body.single-resource .section-feature-header .feature-header-image p, body.single-resource .section-feature-header .page-template-page_implementation .feature-header-image p,
  .page-template-page_implementation body.single-post .section-feature-header .feature-header-image p,
  body.single-post .section-feature-header .page-template-page_implementation .feature-header-image p {
    padding: 0 20px;
    max-width: 1060px;
  }
  /* line 48, sass/site/primary/_implementation.scss */
  .page-template-page_implementation .block.tagline-2, .page-template-page_implementation .page-template-page_jobs .tagline-2.site-content, .page-template-page_jobs .page-template-page_implementation .tagline-2.site-content,
  .page-template-page_implementation .single-jobs .tagline-2.site-content,
  .single-jobs .page-template-page_implementation .tagline-2.site-content,
  .page-template-page_implementation .single-news .tagline-2.site-content,
  .single-news .page-template-page_implementation .tagline-2.site-content,
  .page-template-page_implementation .tax-locations .tagline-2.site-content,
  .tax-locations .page-template-page_implementation .tagline-2.site-content, .page-template-page_implementation .search-results .tagline-2.site-content, .search-results .page-template-page_implementation .tagline-2.site-content,
  .page-template-page_implementation .search-no-results .tagline-2.site-content,
  .search-no-results .page-template-page_implementation .tagline-2.site-content, .page-template-page_implementation .blog .tagline-2.blog-content, .blog .page-template-page_implementation .tagline-2.blog-content,
  .page-template-page_implementation .category .tagline-2.blog-content,
  .category .page-template-page_implementation .tagline-2.blog-content,
  .page-template-page_implementation .tax .tagline-2.blog-content,
  .tax .page-template-page_implementation .tagline-2.blog-content,
  .page-template-page_implementation .single-post .tagline-2.blog-content,
  .single-post .page-template-page_implementation .tagline-2.blog-content, .page-template-page_implementation .post-type-archive-resource .tagline-2.resource-content, .post-type-archive-resource .page-template-page_implementation .tagline-2.resource-content,
  .page-template-page_implementation .single-resource .tagline-2.resource-content,
  .single-resource .page-template-page_implementation .tagline-2.resource-content, .page-template-page_implementation .error404 .tagline-2.page-content, .error404 .page-template-page_implementation .tagline-2.page-content, .page-template-page_implementation body.post-type-archive-resource .section-feature-content .tagline-2.section-feature-header, body.post-type-archive-resource .section-feature-content .page-template-page_implementation .tagline-2.section-feature-header,
  .page-template-page_implementation body.category .section-feature-content .tagline-2.section-feature-header,
  body.category .section-feature-content .page-template-page_implementation .tagline-2.section-feature-header,
  .page-template-page_implementation body.blog .section-feature-content .tagline-2.section-feature-header,
  body.blog .section-feature-content .page-template-page_implementation .tagline-2.section-feature-header, .page-template-page_implementation body.single-resource .section-feature-header .tagline-2.feature-header-image, body.single-resource .section-feature-header .page-template-page_implementation .tagline-2.feature-header-image,
  .page-template-page_implementation body.single-post .section-feature-header .tagline-2.feature-header-image,
  body.single-post .section-feature-header .page-template-page_implementation .tagline-2.feature-header-image {
    padding: 0 0;
    margin-top: -20px;
    padding: 0 54px;
  }
  /* line 57, sass/site/primary/_implementation.scss */
  .page-template-page_implementation .dotted-line.first {
    display: none;
  }
  /* line 60, sass/site/primary/_implementation.scss */
  .page-template-page_implementation .dotted-line.second {
    background-image: linear-gradient(to right, rgba(50, 50, 50, 0.15) 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 5px;
    background-repeat: repeat-x;
    height: 2px;
    border-width: 1px;
    margin: -11px 0 43px 0;
    margin: -6px auto;
    max-width: 1100px;
  }
  /* line 67, sass/site/primary/_implementation.scss */
  .page-template-page_implementation h2 {
    font-size: 42px;
  }
  /* line 71, sass/site/primary/_implementation.scss */
  .page-template-page_implementation .paper-airplane {
    height: 50px;
    width: 50px;
    margin: 29px auto 0 auto;
  }
}
/* line 81, sass/site/primary/_implementation.scss */
.page-template-page_implementation .flip-tiles .tile .tile-back .tile-back-background {
  background-color: #efefef;
}
/* line 93, sass/site/primary/_implementation.scss */
.page-template-page_implementation .features .feature .feature-icon img {
  height: 61px;
}
/* line 98, sass/site/primary/_implementation.scss */
.page-template-page_implementation .features .feature .feature-content .feature-title {
  color: #3d3d3d;
}
/* line 101, sass/site/primary/_implementation.scss */
.page-template-page_implementation .features .feature .feature-content .feature-content-text {
  color: #666666;
}
@media all and (max-width: 699px) {
  /* line 108, sass/site/primary/_implementation.scss */
  .page-template-page_implementation .features .feature .feature-icon {
    text-align: center;
    padding: 10px 16px;
    margin: 0 auto;
  }
  /* line 117, sass/site/primary/_implementation.scss */
  .page-template-page_implementation .features .feature .feature-content .feature-title {
    text-align: center;
    padding: 0 10px;
  }
  /* line 121, sass/site/primary/_implementation.scss */
  .page-template-page_implementation .features .feature .feature-content .feature-content-text {
    text-align: center;
    padding: 0 46px;
    font-size: 14px;
    margin-bottom: 13px;
  }
}
@media all and (min-width: 700px) {
  /* line 90, sass/site/primary/_implementation.scss */
  .page-template-page_implementation .features {
    content: "";
    display: table;
  }
  /* line 135, sass/site/primary/_implementation.scss */
  .page-template-page_implementation .features h4 {
    font-size: 32px;
    text-align: left;
  }
  /* line 139, sass/site/primary/_implementation.scss */
  .page-template-page_implementation .features .feature {
    position: relative;
    width: 50%;
    padding: 20px;
    display: block;
    float: left;
    vertical-align: top;
  }
  /* line 148, sass/site/primary/_implementation.scss */
  .page-template-page_implementation .features .feature .feature-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 240px;
    width: 240px;
  }
  /* line 154, sass/site/primary/_implementation.scss */
  .page-template-page_implementation .features .feature .feature-icon img {
    height: 124px;
  }
  /* line 158, sass/site/primary/_implementation.scss */
  .page-template-page_implementation .features .feature .feature-content {
    padding-left: 140px;
  }
  /* line 163, sass/site/primary/_implementation.scss */
  .page-template-page_implementation .features .feature .feature-content .feature-content-text {
    font-size: 18px;
  }
}

/* line 5, sass/site/primary/_page-no-navigation.scss */
.page-template-page_no-navigation .ninja-forms-required-items {
  padding-top: 10px;
}
/* line 8, sass/site/primary/_page-no-navigation.scss */
.page-template-page_no-navigation .column {
  margin-bottom: 20px;
}
/* line 13, sass/site/primary/_page-no-navigation.scss */
.page-template-page_no-navigation .two-column .logo-two-column {
  background-image: url("images/logo_fullcolor_white.png");
  position: absolute;
  top: 26px;
  left: -94px;
  display: inline-block;
  width: 200px;
  height: 75px;
  margin: 0;
  padding: 0;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 28, sass/site/primary/_page-no-navigation.scss */
.page-template-page_no-navigation .two-column ul {
  display: inline-block;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 1.5em;
  padding-bottom: 15px;
}
/* line 37, sass/site/primary/_page-no-navigation.scss */
.page-template-page_no-navigation .two-column ul li {
  text-align: left;
  line-height: 2em;
  font-size: 13px;
}
/* line 43, sass/site/primary/_page-no-navigation.scss */
.page-template-page_no-navigation .two-column .dotted-line {
  background-image: linear-gradient(to right, rgba(50, 50, 50, 0.15) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 3px 3px;
  background-repeat: repeat-x;
  height: 1px;
  border-width: 1px;
  margin: 35px -19px 26px -19px;
}
/* line 46, sass/site/primary/_page-no-navigation.scss */
.page-template-page_no-navigation .two-column .column {
  text-align: left;
}
/* line 49, sass/site/primary/_page-no-navigation.scss */
.page-template-page_no-navigation .two-column .column h2,
.page-template-page_no-navigation .two-column .column .tagline {
  text-align: center;
}
/* line 53, sass/site/primary/_page-no-navigation.scss */
.page-template-page_no-navigation .two-column .column .tagline {
  margin: 0 -7px 12px;
  font-size: 16px;
  line-height: 1.1em;
  text-align: left;
}
/* line 63, sass/site/primary/_page-no-navigation.scss */
.page-template-page_no-navigation .two-column .column .button-wrapper {
  text-align: center;
  padding: 10px 0;
}
/* line 68, sass/site/primary/_page-no-navigation.scss */
.page-template-page_no-navigation .two-column p {
  font-size: 12px;
  padding-top: 8px;
  margin-left: 0;
}
@media all and (min-width: 1024px) {
  /* line 11, sass/site/primary/_page-no-navigation.scss */
  .page-template-page_no-navigation .two-column {
    position: relative;
    content: "";
    display: table;
    width: 100%;
  }
  /* line 78, sass/site/primary/_page-no-navigation.scss */
  .page-template-page_no-navigation .two-column .two-column-header {
    margin-top: 40px;
  }
  /* line 81, sass/site/primary/_page-no-navigation.scss */
  .page-template-page_no-navigation .two-column .column {
    margin-bottom: 0;
  }
  /* line 84, sass/site/primary/_page-no-navigation.scss */
  .page-template-page_no-navigation .two-column .logo-two-column {
    background-image: url("images/logo_fullcolor_dark2.png");
    position: absolute;
    top: -52px;
    left: 44px;
    display: inline-block;
    width: 169px;
    margin: 0;
    padding: 0;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
  }
  /* line 99, sass/site/primary/_page-no-navigation.scss */
  .page-template-page_no-navigation .two-column .close-x {
    top: -44px;
    right: -44px;
  }
  /* line 103, sass/site/primary/_page-no-navigation.scss */
  .page-template-page_no-navigation .two-column .column {
    float: left;
    width: 50%;
    padding: 0 40px;
  }
  /* line 107, sass/site/primary/_page-no-navigation.scss */
  .page-template-page_no-navigation .two-column .column .button-wrapper {
    text-align: left;
  }
  /* line 110, sass/site/primary/_page-no-navigation.scss */
  .page-template-page_no-navigation .two-column .column h2 {
    font-size: 42px;
    text-align: left;
    margin-bottom: 22px;
  }
  /* line 115, sass/site/primary/_page-no-navigation.scss */
  .page-template-page_no-navigation .two-column .column .tagline {
    margin: 0;
    text-align: left;
    font-size: 18px;
    padding-bottom: 44px;
    line-height: 1.3em;
  }
  /* line 123, sass/site/primary/_page-no-navigation.scss */
  .page-template-page_no-navigation .two-column ul {
    padding-bottom: 35px;
  }
  /* line 125, sass/site/primary/_page-no-navigation.scss */
  .page-template-page_no-navigation .two-column ul li {
    font-size: 16px;
  }
  /* line 129, sass/site/primary/_page-no-navigation.scss */
  .page-template-page_no-navigation .two-column .dotted-line {
    display: none;
  }
  /* line 133, sass/site/primary/_page-no-navigation.scss */
  .page-template-page_no-navigation .two-column .column-0 {
    padding-right: 80px;
  }
  /* line 136, sass/site/primary/_page-no-navigation.scss */
  .page-template-page_no-navigation .two-column .column-1 {
    padding-left: 80px;
    border-left: 1px dotted rgba(50, 50, 50, 0.15);
  }
}

/* line 146, sass/site/primary/_page-no-navigation.scss */
.no-navigation #site-navigation {
  display: none;
}
/* line 149, sass/site/primary/_page-no-navigation.scss */
.no-navigation .page__close {
  position: absolute;
  top: 25px;
  right: 29px;
  background-image: url("images/closeX.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* line 158, sass/site/primary/_page-no-navigation.scss */
.no-navigation .page__close .page__close-label {
  display: none;
}

/* line 10, sass/site/primary/_blog.scss */
.archive .block.tagline, .archive .page-template-page_jobs .tagline.site-content, .page-template-page_jobs .archive .tagline.site-content,
.archive .single-jobs .tagline.site-content,
.single-jobs .archive .tagline.site-content,
.archive .single-news .tagline.site-content,
.single-news .archive .tagline.site-content,
.archive .tax-locations .tagline.site-content,
.tax-locations .archive .tagline.site-content, .archive .search-results .tagline.site-content, .search-results .archive .tagline.site-content,
.archive .search-no-results .tagline.site-content,
.search-no-results .archive .tagline.site-content, .archive .blog .tagline.blog-content, .blog .archive .tagline.blog-content,
.archive .category .tagline.blog-content,
.category .archive .tagline.blog-content,
.archive .tax .tagline.blog-content,
.tax .archive .tagline.blog-content,
.archive .single-post .tagline.blog-content,
.single-post .archive .tagline.blog-content, .archive .post-type-archive-resource .tagline.resource-content, .post-type-archive-resource .archive .tagline.resource-content,
.archive .single-resource .tagline.resource-content,
.single-resource .archive .tagline.resource-content, .archive .error404 .tagline.page-content, .error404 .archive .tagline.page-content, .archive body.post-type-archive-resource .section-feature-content .tagline.section-feature-header, body.post-type-archive-resource .section-feature-content .archive .tagline.section-feature-header,
.archive body.category .section-feature-content .tagline.section-feature-header,
body.category .section-feature-content .archive .tagline.section-feature-header,
.archive body.blog .section-feature-content .tagline.section-feature-header,
body.blog .section-feature-content .archive .tagline.section-feature-header, .archive body.single-resource .section-feature-header .tagline.feature-header-image, body.single-resource .section-feature-header .archive .tagline.feature-header-image,
.archive body.single-post .section-feature-header .tagline.feature-header-image,
body.single-post .section-feature-header .archive .tagline.feature-header-image,
.blog .block.tagline,
.blog .page-template-page_jobs .tagline.site-content,
.page-template-page_jobs .blog .tagline.site-content,
.blog .single-jobs .tagline.site-content,
.single-jobs .blog .tagline.site-content,
.blog .single-news .tagline.site-content,
.single-news .blog .tagline.site-content,
.blog .tax-locations .tagline.site-content,
.tax-locations .blog .tagline.site-content,
.blog .search-results .tagline.site-content,
.search-results .blog .tagline.site-content,
.blog .search-no-results .tagline.site-content,
.search-no-results .blog .tagline.site-content,
.blog .tagline.blog-content,
.blog .post-type-archive-resource .tagline.resource-content,
.post-type-archive-resource .blog .tagline.resource-content,
.blog .single-resource .tagline.resource-content,
.single-resource .blog .tagline.resource-content,
.blog .error404 .tagline.page-content,
.error404 .blog .tagline.page-content,
.blog body.post-type-archive-resource .section-feature-content .tagline.section-feature-header,
body.post-type-archive-resource .section-feature-content .blog .tagline.section-feature-header,
.blog body.category .section-feature-content .tagline.section-feature-header,
body.category .section-feature-content .blog .tagline.section-feature-header,
body.blog .section-feature-content .tagline.section-feature-header,
.blog body.single-resource .section-feature-header .tagline.feature-header-image,
body.single-resource .section-feature-header .blog .tagline.feature-header-image,
.blog body.single-post .section-feature-header .tagline.feature-header-image,
body.single-post .section-feature-header .blog .tagline.feature-header-image,
.category .block.tagline,
.category .page-template-page_jobs .tagline.site-content,
.page-template-page_jobs .category .tagline.site-content,
.category .single-jobs .tagline.site-content,
.single-jobs .category .tagline.site-content,
.category .single-news .tagline.site-content,
.single-news .category .tagline.site-content,
.category .tax-locations .tagline.site-content,
.tax-locations .category .tagline.site-content,
.category .search-results .tagline.site-content,
.search-results .category .tagline.site-content,
.category .search-no-results .tagline.site-content,
.search-no-results .category .tagline.site-content,
.category .tagline.blog-content,
.category .post-type-archive-resource .tagline.resource-content,
.post-type-archive-resource .category .tagline.resource-content,
.category .single-resource .tagline.resource-content,
.single-resource .category .tagline.resource-content,
.category .error404 .tagline.page-content,
.error404 .category .tagline.page-content,
.category body.post-type-archive-resource .section-feature-content .tagline.section-feature-header,
body.post-type-archive-resource .section-feature-content .category .tagline.section-feature-header,
body.category .section-feature-content .tagline.section-feature-header,
.category body.blog .section-feature-content .tagline.section-feature-header,
body.blog .section-feature-content .category .tagline.section-feature-header,
.category body.single-resource .section-feature-header .tagline.feature-header-image,
body.single-resource .section-feature-header .category .tagline.feature-header-image,
.category body.single-post .section-feature-header .tagline.feature-header-image,
body.single-post .section-feature-header .category .tagline.feature-header-image {
  padding-top: 14px;
}
/* line 14, sass/site/primary/_blog.scss */
.archive .section,
.blog .section,
.category .section {
  padding-top: 0;
}
/* line 17, sass/site/primary/_blog.scss */
.archive .return-to-blog-home,
.blog .return-to-blog-home,
.category .return-to-blog-home {
  padding-bottom: 15px;
  margin-left: 20px;
}
/* line 21, sass/site/primary/_blog.scss */
.archive .return-to-blog-home a,
.blog .return-to-blog-home a,
.category .return-to-blog-home a {
  color: white;
}
/* line 29, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-header,
.blog .section-feature .section-feature-header,
.category .section-feature .section-feature-header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6332ac+0,872c8c+37,b9245e+67,e31d3c+100 */
  background: #6332ac;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6332ac', endColorstr='#e31d3c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 130px;
  padding-bottom: 150px;
  margin-bottom: -150px;
  text-align: center;
  color: white;
}
/* line 36, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-header h2,
.blog .section-feature .section-feature-header h2,
.category .section-feature .section-feature-header h2 {
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  color: white;
  line-height: 1.3;
}
/* line 42, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-header .tagline a, .archive .section-feature .section-feature-header .tagline a:hover, .archive .section-feature .section-feature-header .tagline a:visited,
.blog .section-feature .section-feature-header .tagline a,
.blog .section-feature .section-feature-header .tagline a:hover,
.blog .section-feature .section-feature-header .tagline a:visited,
.category .section-feature .section-feature-header .tagline a,
.category .section-feature .section-feature-header .tagline a:hover,
.category .section-feature .section-feature-header .tagline a:visited {
  text-decoration: none;
  color: white;
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
}
/* line 47, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-header .tagline a:hover,
.blog .section-feature .section-feature-header .tagline a:hover,
.category .section-feature .section-feature-header .tagline a:hover {
  text-decoration: underline;
}
/* line 51, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-header #social-links,
.blog .section-feature .section-feature-header #social-links,
.category .section-feature .section-feature-header #social-links {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
/* line 57, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles,
.blog .section-feature .section-feature-articles,
.category .section-feature .section-feature-articles {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  content: "";
  display: table;
}
/* line 64, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature,
.blog .section-feature .section-feature-articles .feature,
.category .section-feature .section-feature-articles .feature {
  width: 50%;
  float: left;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
}
/* line 73, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature .brick,
.blog .section-feature .section-feature-articles .feature .brick,
.category .section-feature .section-feature-articles .feature .brick {
  display: block;
  padding: 0 !important;
  height: 100%;
  position: relative;
  margin: 0;
}
/* line 79, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature .brick > *,
.blog .section-feature .section-feature-articles .feature .brick > *,
.category .section-feature .section-feature-articles .feature .brick > * {
  position: relative;
}
/* line 82, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature .brick .top,
.blog .section-feature .section-feature-articles .feature .brick .top,
.category .section-feature .section-feature-articles .feature .brick .top {
  padding: 17px 25px 12.5px 25px;
}
/* line 85, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature .brick .top .type .seperator,
.blog .section-feature .section-feature-articles .feature .brick .top .type .seperator,
.category .section-feature .section-feature-articles .feature .brick .top .type .seperator {
  padding: 0 2px;
}
/* line 90, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature .brick .bottom,
.blog .section-feature .section-feature-articles .feature .brick .bottom,
.category .section-feature .section-feature-articles .feature .brick .bottom {
  padding: 0 25px 50px 25px;
  display: block;
}
/* line 93, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature .brick .bottom a,
.blog .section-feature .section-feature-articles .feature .brick .bottom a,
.category .section-feature .section-feature-articles .feature .brick .bottom a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 101, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature .brick .background,
.archive .section-feature .section-feature-articles .feature .brick .company-logo,
.blog .section-feature .section-feature-articles .feature .brick .background,
.blog .section-feature .section-feature-articles .feature .brick .company-logo,
.category .section-feature .section-feature-articles .feature .brick .background,
.category .section-feature .section-feature-articles .feature .brick .company-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 111, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature .brick .background,
.blog .section-feature .section-feature-articles .feature .brick .background,
.category .section-feature .section-feature-articles .feature .brick .background {
  background-size: cover;
}
/* line 114, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature .brick .company-logo,
.blog .section-feature .section-feature-articles .feature .brick .company-logo,
.category .section-feature .section-feature-articles .feature .brick .company-logo {
  top: 56.25px;
  left: 37.5px;
  right: 37.5px;
  bottom: 56.25px;
  background-size: contain;
}
/* line 122, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature p,
.blog .section-feature .section-feature-articles .feature p,
.category .section-feature .section-feature-articles .feature p {
  line-height: 1.2;
}
/* line 126, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature .type a,
.blog .section-feature .section-feature-articles .feature .type a,
.category .section-feature .section-feature-articles .feature .type a {
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #8cce52;
}
/* line 131, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature .type a:hover,
.blog .section-feature .section-feature-articles .feature .type a:hover,
.category .section-feature .section-feature-articles .feature .type a:hover {
  text-decoration: underline;
}
/* line 136, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature h4, .archive .section-feature .section-feature-articles .feature p,
.blog .section-feature .section-feature-articles .feature h4,
.blog .section-feature .section-feature-articles .feature p,
.category .section-feature .section-feature-articles .feature h4,
.category .section-feature .section-feature-articles .feature p {
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
}
/* line 139, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature strong,
.blog .section-feature .section-feature-articles .feature strong,
.category .section-feature .section-feature-articles .feature strong {
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
}
/* line 142, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature .link-icon,
.blog .section-feature .section-feature-articles .feature .link-icon,
.category .section-feature .section-feature-articles .feature .link-icon {
  position: absolute;
  bottom: 59px;
  left: 25px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  color: white;
}
/* line 152, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature .icon-chain svg,
.blog .section-feature .section-feature-articles .feature .icon-chain svg,
.category .section-feature .section-feature-articles .feature .icon-chain svg {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 27px;
  left: 28px;
}
/* line 160, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature .brick-content,
.blog .section-feature .section-feature-articles .feature .brick-content,
.category .section-feature .section-feature-articles .feature .brick-content {
  padding-top: 6px;
  padding-bottom: 9px;
  color: #212121;
  word-break: break-word;
  font-size: 16px;
  text-align: left;
}
/* line 171, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature[data-title-length="100"] .brick-content,
.blog .section-feature .section-feature-articles .feature[data-title-length="100"] .brick-content,
.category .section-feature .section-feature-articles .feature[data-title-length="100"] .brick-content {
  font-size: 14px;
}
/* line 176, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature[data-title-length="200"] .brick-content,
.blog .section-feature .section-feature-articles .feature[data-title-length="200"] .brick-content,
.category .section-feature .section-feature-articles .feature[data-title-length="200"] .brick-content {
  font-size: 12px;
}
/* line 186, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature.feature-fact .brick .background,
.blog .section-feature .section-feature-articles .feature.feature-fact .brick .background,
.category .section-feature .section-feature-articles .feature.feature-fact .brick .background {
  background-color: white;
}
/* line 191, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature.feature-fact .type a,
.blog .section-feature .section-feature-articles .feature.feature-fact .type a,
.category .section-feature .section-feature-articles .feature.feature-fact .type a {
  color: #6fc63c;
}
/* line 195, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature.feature-fact h4, .archive .section-feature .section-feature-articles .feature.feature-fact p,
.blog .section-feature .section-feature-articles .feature.feature-fact h4,
.blog .section-feature .section-feature-articles .feature.feature-fact p,
.category .section-feature .section-feature-articles .feature.feature-fact h4,
.category .section-feature .section-feature-articles .feature.feature-fact p {
  color: #3d3d3d;
}
/* line 201, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature.feature-customer-stories .brick .background, .archive .section-feature .section-feature-articles .feature.feature-blog .brick .background,
.blog .section-feature .section-feature-articles .feature.feature-customer-stories .brick .background,
.blog .section-feature .section-feature-articles .feature.feature-blog .brick .background,
.category .section-feature .section-feature-articles .feature.feature-customer-stories .brick .background,
.category .section-feature .section-feature-articles .feature.feature-blog .brick .background {
  background-color: rgba(0, 0, 0, 0.95);
}
/* line 204, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature.feature-customer-stories .type, .archive .section-feature .section-feature-articles .feature.feature-blog .type,
.blog .section-feature .section-feature-articles .feature.feature-customer-stories .type,
.blog .section-feature .section-feature-articles .feature.feature-blog .type,
.category .section-feature .section-feature-articles .feature.feature-customer-stories .type,
.category .section-feature .section-feature-articles .feature.feature-blog .type {
  color: white;
}
/* line 206, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature.feature-customer-stories .type .seperator, .archive .section-feature .section-feature-articles .feature.feature-blog .type .seperator,
.blog .section-feature .section-feature-articles .feature.feature-customer-stories .type .seperator,
.blog .section-feature .section-feature-articles .feature.feature-blog .type .seperator,
.category .section-feature .section-feature-articles .feature.feature-customer-stories .type .seperator,
.category .section-feature .section-feature-articles .feature.feature-blog .type .seperator {
  display: none;
}
/* line 209, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature.feature-customer-stories .type .date, .archive .section-feature .section-feature-articles .feature.feature-blog .type .date,
.blog .section-feature .section-feature-articles .feature.feature-customer-stories .type .date,
.blog .section-feature .section-feature-articles .feature.feature-blog .type .date,
.category .section-feature .section-feature-articles .feature.feature-customer-stories .type .date,
.category .section-feature .section-feature-articles .feature.feature-blog .type .date {
  display: none;
}
/* line 213, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature.feature-customer-stories h4, .archive .section-feature .section-feature-articles .feature.feature-customer-stories p, .archive .section-feature .section-feature-articles .feature.feature-blog h4, .archive .section-feature .section-feature-articles .feature.feature-blog p,
.blog .section-feature .section-feature-articles .feature.feature-customer-stories h4,
.blog .section-feature .section-feature-articles .feature.feature-customer-stories p,
.blog .section-feature .section-feature-articles .feature.feature-blog h4,
.blog .section-feature .section-feature-articles .feature.feature-blog p,
.category .section-feature .section-feature-articles .feature.feature-customer-stories h4,
.category .section-feature .section-feature-articles .feature.feature-customer-stories p,
.category .section-feature .section-feature-articles .feature.feature-blog h4,
.category .section-feature .section-feature-articles .feature.feature-blog p {
  color: white;
}
/* line 217, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature.feature-customer-stories a:hover h4, .archive .section-feature .section-feature-articles .feature.feature-customer-stories a:hover p, .archive .section-feature .section-feature-articles .feature.feature-blog a:hover h4, .archive .section-feature .section-feature-articles .feature.feature-blog a:hover p,
.blog .section-feature .section-feature-articles .feature.feature-customer-stories a:hover h4,
.blog .section-feature .section-feature-articles .feature.feature-customer-stories a:hover p,
.blog .section-feature .section-feature-articles .feature.feature-blog a:hover h4,
.blog .section-feature .section-feature-articles .feature.feature-blog a:hover p,
.category .section-feature .section-feature-articles .feature.feature-customer-stories a:hover h4,
.category .section-feature .section-feature-articles .feature.feature-customer-stories a:hover p,
.category .section-feature .section-feature-articles .feature.feature-blog a:hover h4,
.category .section-feature .section-feature-articles .feature.feature-blog a:hover p {
  color: #e6e6e6;
}
/* line 221, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature.feature-customer-stories .brick-content, .archive .section-feature .section-feature-articles .feature.feature-blog .brick-content,
.blog .section-feature .section-feature-articles .feature.feature-customer-stories .brick-content,
.blog .section-feature .section-feature-articles .feature.feature-blog .brick-content,
.category .section-feature .section-feature-articles .feature.feature-customer-stories .brick-content,
.category .section-feature .section-feature-articles .feature.feature-blog .brick-content {
  color: #212121;
  font-size: 18px;
}
/* line 229, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature[data-row="1"],
.blog .section-feature .section-feature-articles .feature[data-row="1"],
.category .section-feature .section-feature-articles .feature[data-row="1"] {
  background-color: #b9245e;
  color: white;
}
/* line 233, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature[data-row="1"] .type a,
.blog .section-feature .section-feature-articles .feature[data-row="1"] .type a,
.category .section-feature .section-feature-articles .feature[data-row="1"] .type a {
  color: white;
}
/* line 238, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature[data-row="3"],
.blog .section-feature .section-feature-articles .feature[data-row="3"],
.category .section-feature .section-feature-articles .feature[data-row="3"] {
  background-color: #872c8c;
  color: white;
}
/* line 242, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature[data-row="3"] .type a,
.blog .section-feature .section-feature-articles .feature[data-row="3"] .type a,
.category .section-feature .section-feature-articles .feature[data-row="3"] .type a {
  color: white;
}
/* line 247, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature[data-row="4"],
.blog .section-feature .section-feature-articles .feature[data-row="4"],
.category .section-feature .section-feature-articles .feature[data-row="4"] {
  background-color: #6332ac;
  color: white;
}
/* line 251, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature[data-row="4"] .type a,
.blog .section-feature .section-feature-articles .feature[data-row="4"] .type a,
.category .section-feature .section-feature-articles .feature[data-row="4"] .type a {
  color: white;
}
/* line 256, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature[data-row="6"],
.blog .section-feature .section-feature-articles .feature[data-row="6"],
.category .section-feature .section-feature-articles .feature[data-row="6"] {
  background-color: #e31d3c;
  color: white;
}
/* line 260, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature[data-row="6"] .type a,
.blog .section-feature .section-feature-articles .feature[data-row="6"] .type a,
.category .section-feature .section-feature-articles .feature[data-row="6"] .type a {
  color: white;
}
/* line 270, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature[data-row="1"] .brick-content, .archive .section-feature .section-feature-articles .feature[data-row="3"] .brick-content, .archive .section-feature .section-feature-articles .feature[data-row="4"] .brick-content, .archive .section-feature .section-feature-articles .feature[data-row="6"] .brick-content,
.blog .section-feature .section-feature-articles .feature[data-row="1"] .brick-content,
.blog .section-feature .section-feature-articles .feature[data-row="3"] .brick-content,
.blog .section-feature .section-feature-articles .feature[data-row="4"] .brick-content,
.blog .section-feature .section-feature-articles .feature[data-row="6"] .brick-content,
.category .section-feature .section-feature-articles .feature[data-row="1"] .brick-content,
.category .section-feature .section-feature-articles .feature[data-row="3"] .brick-content,
.category .section-feature .section-feature-articles .feature[data-row="4"] .brick-content,
.category .section-feature .section-feature-articles .feature[data-row="6"] .brick-content {
  color: white;
}
/* line 274, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature[data-row="1"] .icon-chain svg, .archive .section-feature .section-feature-articles .feature[data-row="3"] .icon-chain svg, .archive .section-feature .section-feature-articles .feature[data-row="4"] .icon-chain svg, .archive .section-feature .section-feature-articles .feature[data-row="6"] .icon-chain svg,
.blog .section-feature .section-feature-articles .feature[data-row="1"] .icon-chain svg,
.blog .section-feature .section-feature-articles .feature[data-row="3"] .icon-chain svg,
.blog .section-feature .section-feature-articles .feature[data-row="4"] .icon-chain svg,
.blog .section-feature .section-feature-articles .feature[data-row="6"] .icon-chain svg,
.category .section-feature .section-feature-articles .feature[data-row="1"] .icon-chain svg,
.category .section-feature .section-feature-articles .feature[data-row="3"] .icon-chain svg,
.category .section-feature .section-feature-articles .feature[data-row="4"] .icon-chain svg,
.category .section-feature .section-feature-articles .feature[data-row="6"] .icon-chain svg {
  fill: white;
}
/* line 278, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature[data-row="1"] .entry-date, .archive .section-feature .section-feature-articles .feature[data-row="3"] .entry-date, .archive .section-feature .section-feature-articles .feature[data-row="4"] .entry-date, .archive .section-feature .section-feature-articles .feature[data-row="6"] .entry-date,
.blog .section-feature .section-feature-articles .feature[data-row="1"] .entry-date,
.blog .section-feature .section-feature-articles .feature[data-row="3"] .entry-date,
.blog .section-feature .section-feature-articles .feature[data-row="4"] .entry-date,
.blog .section-feature .section-feature-articles .feature[data-row="6"] .entry-date,
.category .section-feature .section-feature-articles .feature[data-row="1"] .entry-date,
.category .section-feature .section-feature-articles .feature[data-row="3"] .entry-date,
.category .section-feature .section-feature-articles .feature[data-row="4"] .entry-date,
.category .section-feature .section-feature-articles .feature[data-row="6"] .entry-date {
  color: white;
}
/* line 287, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature[data-row="0"] .icon-chain svg, .archive .section-feature .section-feature-articles .feature[data-row="2"] .icon-chain svg, .archive .section-feature .section-feature-articles .feature[data-row="5"] .icon-chain svg, .archive .section-feature .section-feature-articles .feature[data-row="7"] .icon-chain svg,
.blog .section-feature .section-feature-articles .feature[data-row="0"] .icon-chain svg,
.blog .section-feature .section-feature-articles .feature[data-row="2"] .icon-chain svg,
.blog .section-feature .section-feature-articles .feature[data-row="5"] .icon-chain svg,
.blog .section-feature .section-feature-articles .feature[data-row="7"] .icon-chain svg,
.category .section-feature .section-feature-articles .feature[data-row="0"] .icon-chain svg,
.category .section-feature .section-feature-articles .feature[data-row="2"] .icon-chain svg,
.category .section-feature .section-feature-articles .feature[data-row="5"] .icon-chain svg,
.category .section-feature .section-feature-articles .feature[data-row="7"] .icon-chain svg {
  fill: #b9245e;
}
/* line 291, sass/site/primary/_blog.scss */
.archive .section-feature .section-feature-articles .feature[data-row="0"] .seperator,
.archive .section-feature .section-feature-articles .feature[data-row="0"] .entry-date, .archive .section-feature .section-feature-articles .feature[data-row="2"] .seperator,
.archive .section-feature .section-feature-articles .feature[data-row="2"] .entry-date, .archive .section-feature .section-feature-articles .feature[data-row="5"] .seperator,
.archive .section-feature .section-feature-articles .feature[data-row="5"] .entry-date, .archive .section-feature .section-feature-articles .feature[data-row="7"] .seperator,
.archive .section-feature .section-feature-articles .feature[data-row="7"] .entry-date,
.blog .section-feature .section-feature-articles .feature[data-row="0"] .seperator,
.blog .section-feature .section-feature-articles .feature[data-row="0"] .entry-date,
.blog .section-feature .section-feature-articles .feature[data-row="2"] .seperator,
.blog .section-feature .section-feature-articles .feature[data-row="2"] .entry-date,
.blog .section-feature .section-feature-articles .feature[data-row="5"] .seperator,
.blog .section-feature .section-feature-articles .feature[data-row="5"] .entry-date,
.blog .section-feature .section-feature-articles .feature[data-row="7"] .seperator,
.blog .section-feature .section-feature-articles .feature[data-row="7"] .entry-date,
.category .section-feature .section-feature-articles .feature[data-row="0"] .seperator,
.category .section-feature .section-feature-articles .feature[data-row="0"] .entry-date,
.category .section-feature .section-feature-articles .feature[data-row="2"] .seperator,
.category .section-feature .section-feature-articles .feature[data-row="2"] .entry-date,
.category .section-feature .section-feature-articles .feature[data-row="5"] .seperator,
.category .section-feature .section-feature-articles .feature[data-row="5"] .entry-date,
.category .section-feature .section-feature-articles .feature[data-row="7"] .seperator,
.category .section-feature .section-feature-articles .feature[data-row="7"] .entry-date {
  color: #5e5e5e;
}
/* line 299, sass/site/primary/_blog.scss */
.archive .section-feature .section-content .tagline,
.blog .section-feature .section-content .tagline,
.category .section-feature .section-content .tagline {
  padding: 20px 0;
}
@media all and (min-width: 768px) {
  /* line 304, sass/site/primary/_blog.scss */
  .archive .section-feature h2,
  .blog .section-feature h2,
  .category .section-feature h2 {
    font-size: 42px;
  }
  /* line 307, sass/site/primary/_blog.scss */
  .archive .section-feature .tagline,
  .blog .section-feature .tagline,
  .category .section-feature .tagline {
    font-size: 18px;
    width: 80%;
    max-width: 750px;
  }
  /* line 312, sass/site/primary/_blog.scss */
  .archive .section-feature .return-to-blog-home,
  .blog .section-feature .return-to-blog-home,
  .category .section-feature .return-to-blog-home {
    margin-left: 0;
  }
  /* line 315, sass/site/primary/_blog.scss */
  .archive .section-feature p,
  .blog .section-feature p,
  .category .section-feature p {
    padding-bottom: 110px;
  }
  /* line 320, sass/site/primary/_blog.scss */
  .archive .section-feature .section-feature-header #social-links,
  .blog .section-feature .section-feature-header #social-links,
  .category .section-feature .section-feature-header #social-links {
    padding-bottom: 40px;
  }
  /* line 326, sass/site/primary/_blog.scss */
  .archive .section-feature .section-feature-articles .feature .brick-content,
  .blog .section-feature .section-feature-articles .feature .brick-content,
  .category .section-feature .section-feature-articles .feature .brick-content {
    font-size: 24px;
    padding-bottom: 50px;
  }
  /* line 331, sass/site/primary/_blog.scss */
  .archive .section-feature .section-feature-articles .feature[data-title-length="100"] .brick-content,
  .blog .section-feature .section-feature-articles .feature[data-title-length="100"] .brick-content,
  .category .section-feature .section-feature-articles .feature[data-title-length="100"] .brick-content {
    font-size: 24px;
  }
  /* line 336, sass/site/primary/_blog.scss */
  .archive .section-feature .section-feature-articles .feature[data-title-length="200"] .brick-content,
  .blog .section-feature .section-feature-articles .feature[data-title-length="200"] .brick-content,
  .category .section-feature .section-feature-articles .feature[data-title-length="200"] .brick-content {
    font-size: 18px;
  }
}
@media all and (max-width: 1023px) {
  /* line 345, sass/site/primary/_blog.scss */
  .archive .section-feature [data-row="2"],
  .archive .section-feature [data-row="4"],
  .blog .section-feature [data-row="2"],
  .blog .section-feature [data-row="4"],
  .category .section-feature [data-row="2"],
  .category .section-feature [data-row="4"] {
    margin-left: 50%;
  }
  /* line 350, sass/site/primary/_blog.scss */
  .archive .section-feature [data-row="3"],
  .archive .section-feature [data-row="5"],
  .blog .section-feature [data-row="3"],
  .blog .section-feature [data-row="5"],
  .category .section-feature [data-row="3"],
  .category .section-feature [data-row="5"] {
    margin-left: -100%;
  }
}
@media all and (min-width: 1024px) {
  /* line 358, sass/site/primary/_blog.scss */
  .archive .section-feature .section-feature-articles,
  .blog .section-feature .section-feature-articles,
  .category .section-feature .section-feature-articles {
    width: 80%;
    margin: 0 auto 0 auto;
  }
  /* line 361, sass/site/primary/_blog.scss */
  .archive .section-feature .section-feature-articles .feature,
  .blog .section-feature .section-feature-articles .feature,
  .category .section-feature .section-feature-articles .feature {
    width: 25%;
  }
  /* line 363, sass/site/primary/_blog.scss */
  .archive .section-feature .section-feature-articles .feature .brick-content,
  .blog .section-feature .section-feature-articles .feature .brick-content,
  .category .section-feature .section-feature-articles .feature .brick-content {
    font-size: 28px;
  }
  /* line 367, sass/site/primary/_blog.scss */
  .archive .section-feature .section-feature-articles .feature[data-title-length="100"] .brick-content,
  .blog .section-feature .section-feature-articles .feature[data-title-length="100"] .brick-content,
  .category .section-feature .section-feature-articles .feature[data-title-length="100"] .brick-content {
    font-size: 24px;
  }
  /* line 372, sass/site/primary/_blog.scss */
  .archive .section-feature .section-feature-articles .feature[data-title-length="200"] .brick-content,
  .blog .section-feature .section-feature-articles .feature[data-title-length="200"] .brick-content,
  .category .section-feature .section-feature-articles .feature[data-title-length="200"] .brick-content {
    font-size: 18px;
  }
}

/* line 5, sass/site/primary/_new-blog.scss */
.single-post .section-content .no-featured-image,
.single-post .section-content .feature-header-image {
  position: relative;
}

/* line 13, sass/site/primary/_new-blog.scss */
.category .section-blog-feature,
.tag .section-blog-feature,
.blog .section-blog-feature {
  padding-bottom: 0;
}
/* line 19, sass/site/primary/_new-blog.scss */
.category .section-feature-header,
.tag .section-feature-header,
.blog .section-feature-header {
  overflow: hidden;
  position: relative;
}
/* line 22, sass/site/primary/_new-blog.scss */
.category .section-feature-header .featured-blog-post,
.tag .section-feature-header .featured-blog-post,
.blog .section-feature-header .featured-blog-post {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 28, sass/site/primary/_new-blog.scss */
.category .section-feature-header .featured-blog-post-box,
.tag .section-feature-header .featured-blog-post-box,
.blog .section-feature-header .featured-blog-post-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  width: calc(100% - 50px);
  padding: 15px;
  background: rgba(135, 44, 140, 0.75);
}
/* line 36, sass/site/primary/_new-blog.scss */
.category .section-feature-header .featured-blog-post-box span,
.tag .section-feature-header .featured-blog-post-box span,
.blog .section-feature-header .featured-blog-post-box span {
  display: block;
  color: white;
  line-height: 1.2;
}
/* line 40, sass/site/primary/_new-blog.scss */
.category .section-feature-header .featured-blog-post-box span a,
.tag .section-feature-header .featured-blog-post-box span a,
.blog .section-feature-header .featured-blog-post-box span a {
  color: white;
  font-size: 20px;
  line-height: 1.1;
  display: inline-block;
  /*margin: 8px 0;*/
}
/* line 48, sass/site/primary/_new-blog.scss */
.category .section-feature-header .featured-blog-post-box .post-date,
.tag .section-feature-header .featured-blog-post-box .post-date,
.blog .section-feature-header .featured-blog-post-box .post-date {
  font-size: 12px;
}
/* line 51, sass/site/primary/_new-blog.scss */
.category .section-feature-header .featured-blog-post-box .author-name,
.tag .section-feature-header .featured-blog-post-box .author-name,
.blog .section-feature-header .featured-blog-post-box .author-name {
  font-size: 14px;
}
/* line 54, sass/site/primary/_new-blog.scss */
.category .section-feature-header .featured-blog-post-box .author-position,
.tag .section-feature-header .featured-blog-post-box .author-position,
.blog .section-feature-header .featured-blog-post-box .author-position {
  font-size: 12px;
}
/* line 61, sass/site/primary/_new-blog.scss */
.category .featured-posts-3 .featured-post-1,
.category .featured-posts-3 .featured-post-2,
.category .featured-posts-3 .featured-post-3,
.tag .featured-posts-3 .featured-post-1,
.tag .featured-posts-3 .featured-post-2,
.tag .featured-posts-3 .featured-post-3,
.blog .featured-posts-3 .featured-post-1,
.blog .featured-posts-3 .featured-post-2,
.blog .featured-posts-3 .featured-post-3 {
  max-width: 100%;
  height: 300px;
  width: 100%;
  margin: 10px auto 0;
}
/* line 71, sass/site/primary/_new-blog.scss */
.category .featured-posts-3 .featured-post-2 .featured-blog-post-box,
.category .featured-posts-3 .featured-post-3 .featured-blog-post-box,
.tag .featured-posts-3 .featured-post-2 .featured-blog-post-box,
.tag .featured-posts-3 .featured-post-3 .featured-blog-post-box,
.blog .featured-posts-3 .featured-post-2 .featured-blog-post-box,
.blog .featured-posts-3 .featured-post-3 .featured-blog-post-box {
  background: rgba(185, 36, 94, 0.75);
}
@media only screen and (min-width: 350px) {
  /* line 89, sass/site/primary/_new-blog.scss */
  .category .section-feature-header .featured-blog-post-box,
  .tag .section-feature-header .featured-blog-post-box,
  .blog .section-feature-header .featured-blog-post-box {
    width: 75%;
    width: calc(75% - 30px);
  }
}
@media only screen and (min-width: 768px) {
  /* line 117, sass/site/primary/_new-blog.scss */
  .category .featured-posts-3 .featured-post-1,
  .tag .featured-posts-3 .featured-post-1,
  .blog .featured-posts-3 .featured-post-1 {
    max-width: 100%;
    height: 500px;
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
    margin-top: 0;
  }
  /* line 125, sass/site/primary/_new-blog.scss */
  .category .featured-posts-3 .featured-post-2,
  .tag .featured-posts-3 .featured-post-2,
  .blog .featured-posts-3 .featured-post-2 {
    margin-bottom: 10px;
  }
  /* line 128, sass/site/primary/_new-blog.scss */
  .category .featured-posts-3 .featured-post-2,
  .category .featured-posts-3 .featured-post-3,
  .tag .featured-posts-3 .featured-post-2,
  .tag .featured-posts-3 .featured-post-3,
  .blog .featured-posts-3 .featured-post-2,
  .blog .featured-posts-3 .featured-post-3 {
    max-width: 100%;
    width: 50%;
    float: right;
    height: 245px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 153, sass/site/primary/_new-blog.scss */
  .category .featured-posts-3 .featured-post-1,
  .tag .featured-posts-3 .featured-post-1,
  .blog .featured-posts-3 .featured-post-1 {
    width: calc(60% - 10px);
  }
  /* line 158, sass/site/primary/_new-blog.scss */
  .category .featured-posts-3 .featured-post-2,
  .category .featured-posts-3 .featured-post-3,
  .tag .featured-posts-3 .featured-post-2,
  .tag .featured-posts-3 .featured-post-3,
  .blog .featured-posts-3 .featured-post-2,
  .blog .featured-posts-3 .featured-post-3 {
    width: 40%;
  }
}

/* line 178, sass/site/primary/_new-blog.scss */
.blog-topics {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6332ac+0,872c8c+37,b9245e+67,e31d3c+100 */
  background: #6332ac;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6332ac', endColorstr='#e31d3c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 10px 20px;
  text-align: left;
  color: white;
  margin-top: 10px;
}

/* line 185, sass/site/primary/_new-blog.scss */
.blog-breadcrumbs {
  position: absolute;
  top: 20px;
  left: 30px;
  background: rgba(135, 44, 140, 0.75);
  z-index: 1;
  padding: 10px;
  max-width: 85%;
  max-width: calc(100% - 60px);
}
/* line 194, sass/site/primary/_new-blog.scss */
.blog-breadcrumbs .breadcrumbs {
  font-size: 16px;
  font-size: 1rem;
  color: white;
}

@media only screen and (max-width: 560px) {
  /* line 201, sass/site/primary/_new-blog.scss */
  .blog-breadcrumbs {
    display: none;
  }
}
/* line 208, sass/site/primary/_new-blog.scss */
.blog-breadcrumbs .breadcrumbs,
.blog-topics .breadcrumbs {
  margin: 0;
  padding: 0;
}
/* line 212, sass/site/primary/_new-blog.scss */
.blog-breadcrumbs .breadcrumbs li,
.blog-topics .breadcrumbs li {
  margin: 0;
  list-style: none;
  display: inline;
}
/* line 217, sass/site/primary/_new-blog.scss */
.blog-breadcrumbs .breadcrumbs a, .blog-breadcrumbs .breadcrumbs a:visited,
.blog-topics .breadcrumbs a,
.blog-topics .breadcrumbs a:visited {
  text-decoration: none;
  color: #00aeef;
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
}
/* line 222, sass/site/primary/_new-blog.scss */
.blog-breadcrumbs .breadcrumbs a:hover, .blog-breadcrumbs .breadcrumbs a:focus,
.blog-topics .breadcrumbs a:hover,
.blog-topics .breadcrumbs a:focus {
  color: white;
  text-decoration: none;
}
/* line 226, sass/site/primary/_new-blog.scss */
.blog-breadcrumbs .breadcrumbs a:after, .blog-breadcrumbs .breadcrumbs a:hover:after, .blog-breadcrumbs .breadcrumbs a:focus:after,
.blog-topics .breadcrumbs a:after,
.blog-topics .breadcrumbs a:hover:after,
.blog-topics .breadcrumbs a:focus:after {
  content: "/";
  margin: 0 0.25em;
  color: #00aeef;
}

/* line 241, sass/site/primary/_new-blog.scss */
.blog .section-feature-header .no-featured-image,
.category .section-feature-header .no-featured-image,
.tag .section-feature-header .no-featured-image,
.single-post .section-feature-header .no-featured-image {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6332ac+0,872c8c+37,b9245e+67,e31d3c+100 */
  background: #6332ac;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6332ac', endColorstr='#e31d3c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
/* line 244, sass/site/primary/_new-blog.scss */
.blog .section-feature-header .feature-header-image .no-featured-image,
.category .section-feature-header .feature-header-image .no-featured-image,
.tag .section-feature-header .feature-header-image .no-featured-image,
.single-post .section-feature-header .feature-header-image .no-featured-image {
  width: 100%;
  padding-bottom: 42.37289%;
}
/* line 249, sass/site/primary/_new-blog.scss */
.blog #primary.block, .blog .page-template-page_jobs #primary.site-content, .page-template-page_jobs .blog #primary.site-content,
.blog .single-jobs #primary.site-content,
.single-jobs .blog #primary.site-content,
.blog .single-news #primary.site-content,
.single-news .blog #primary.site-content,
.blog .tax-locations #primary.site-content,
.tax-locations .blog #primary.site-content, .blog .search-results #primary.site-content, .search-results .blog #primary.site-content,
.blog .search-no-results #primary.site-content,
.search-no-results .blog #primary.site-content, .blog #primary.blog-content, .blog .post-type-archive-resource #primary.resource-content, .post-type-archive-resource .blog #primary.resource-content,
.blog .single-resource #primary.resource-content,
.single-resource .blog #primary.resource-content, .blog .error404 #primary.page-content, .error404 .blog #primary.page-content, .blog body.post-type-archive-resource .section-feature-content #primary.section-feature-header, body.post-type-archive-resource .section-feature-content .blog #primary.section-feature-header,
.blog body.category .section-feature-content #primary.section-feature-header,
body.category .section-feature-content .blog #primary.section-feature-header,
body.blog .section-feature-content #primary.section-feature-header, .blog body.single-resource .section-feature-header #primary.feature-header-image, body.single-resource .section-feature-header .blog #primary.feature-header-image,
.blog body.single-post .section-feature-header #primary.feature-header-image,
body.single-post .section-feature-header .blog #primary.feature-header-image,
.category #primary.block,
.category .page-template-page_jobs #primary.site-content,
.page-template-page_jobs .category #primary.site-content,
.category .single-jobs #primary.site-content,
.single-jobs .category #primary.site-content,
.category .single-news #primary.site-content,
.single-news .category #primary.site-content,
.category .tax-locations #primary.site-content,
.tax-locations .category #primary.site-content,
.category .search-results #primary.site-content,
.search-results .category #primary.site-content,
.category .search-no-results #primary.site-content,
.search-no-results .category #primary.site-content,
.category #primary.blog-content,
.category .post-type-archive-resource #primary.resource-content,
.post-type-archive-resource .category #primary.resource-content,
.category .single-resource #primary.resource-content,
.single-resource .category #primary.resource-content,
.category .error404 #primary.page-content,
.error404 .category #primary.page-content,
.category body.post-type-archive-resource .section-feature-content #primary.section-feature-header,
body.post-type-archive-resource .section-feature-content .category #primary.section-feature-header,
body.category .section-feature-content #primary.section-feature-header,
.category body.blog .section-feature-content #primary.section-feature-header,
body.blog .section-feature-content .category #primary.section-feature-header,
.category body.single-resource .section-feature-header #primary.feature-header-image,
body.single-resource .section-feature-header .category #primary.feature-header-image,
.category body.single-post .section-feature-header #primary.feature-header-image,
body.single-post .section-feature-header .category #primary.feature-header-image,
.tag #primary.block,
.tag .page-template-page_jobs #primary.site-content,
.page-template-page_jobs .tag #primary.site-content,
.tag .single-jobs #primary.site-content,
.single-jobs .tag #primary.site-content,
.tag .single-news #primary.site-content,
.single-news .tag #primary.site-content,
.tag .tax-locations #primary.site-content,
.tax-locations .tag #primary.site-content,
.tag .search-results #primary.site-content,
.search-results .tag #primary.site-content,
.tag .search-no-results #primary.site-content,
.search-no-results .tag #primary.site-content,
.tag .blog #primary.blog-content,
.blog .tag #primary.blog-content,
.tag .category #primary.blog-content,
.category .tag #primary.blog-content,
.tag .tax #primary.blog-content,
.tax .tag #primary.blog-content,
.tag .single-post #primary.blog-content,
.single-post .tag #primary.blog-content,
.tag .post-type-archive-resource #primary.resource-content,
.post-type-archive-resource .tag #primary.resource-content,
.tag .single-resource #primary.resource-content,
.single-resource .tag #primary.resource-content,
.tag .error404 #primary.page-content,
.error404 .tag #primary.page-content,
.tag body.post-type-archive-resource .section-feature-content #primary.section-feature-header,
body.post-type-archive-resource .section-feature-content .tag #primary.section-feature-header,
.tag body.category .section-feature-content #primary.section-feature-header,
body.category .section-feature-content .tag #primary.section-feature-header,
.tag body.blog .section-feature-content #primary.section-feature-header,
body.blog .section-feature-content .tag #primary.section-feature-header,
.tag body.single-resource .section-feature-header #primary.feature-header-image,
body.single-resource .section-feature-header .tag #primary.feature-header-image,
.tag body.single-post .section-feature-header #primary.feature-header-image,
body.single-post .section-feature-header .tag #primary.feature-header-image,
.single-post #primary.block,
.single-post .page-template-page_jobs #primary.site-content,
.page-template-page_jobs .single-post #primary.site-content,
.single-post .single-jobs #primary.site-content,
.single-jobs .single-post #primary.site-content,
.single-post .single-news #primary.site-content,
.single-news .single-post #primary.site-content,
.single-post .tax-locations #primary.site-content,
.tax-locations .single-post #primary.site-content,
.single-post .search-results #primary.site-content,
.search-results .single-post #primary.site-content,
.single-post .search-no-results #primary.site-content,
.search-no-results .single-post #primary.site-content,
.single-post #primary.blog-content,
.single-post .post-type-archive-resource #primary.resource-content,
.post-type-archive-resource .single-post #primary.resource-content,
.single-post .single-resource #primary.resource-content,
.single-resource .single-post #primary.resource-content,
.single-post .error404 #primary.page-content,
.error404 .single-post #primary.page-content,
.single-post body.post-type-archive-resource .section-feature-content #primary.section-feature-header,
body.post-type-archive-resource .section-feature-content .single-post #primary.section-feature-header,
.single-post body.category .section-feature-content #primary.section-feature-header,
body.category .section-feature-content .single-post #primary.section-feature-header,
.single-post body.blog .section-feature-content #primary.section-feature-header,
body.blog .section-feature-content .single-post #primary.section-feature-header,
.single-post body.single-resource .section-feature-header #primary.feature-header-image,
body.single-resource .section-feature-header .single-post #primary.feature-header-image,
body.single-post .section-feature-header #primary.feature-header-image {
  padding: 0 36px 32px 10px;
}
/* line 252, sass/site/primary/_new-blog.scss */
.blog #primary h2.entry-title,
.blog #primary h1,
.category #primary h2.entry-title,
.category #primary h1,
.tag #primary h2.entry-title,
.tag #primary h1,
.single-post #primary h2.entry-title,
.single-post #primary h1 {
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: black;
  text-transform: none;
  text-align: left;
  line-height: 1.2;
  padding: 0;
  margin-top: 0.82em;
}
/* line 262, sass/site/primary/_new-blog.scss */
.blog #primary h2.entry-title a,
.blog #primary h2.entry-title a:visited,
.blog #primary h1 a,
.blog #primary h1 a:visited,
.category #primary h2.entry-title a,
.category #primary h2.entry-title a:visited,
.category #primary h1 a,
.category #primary h1 a:visited,
.tag #primary h2.entry-title a,
.tag #primary h2.entry-title a:visited,
.tag #primary h1 a,
.tag #primary h1 a:visited,
.single-post #primary h2.entry-title a,
.single-post #primary h2.entry-title a:visited,
.single-post #primary h1 a,
.single-post #primary h1 a:visited {
  color: black;
}
/* line 266, sass/site/primary/_new-blog.scss */
.blog #primary h2.entry-title a:hover,
.blog #primary h2.entry-title a:focus,
.blog #primary h2.entry-title a:active,
.blog #primary h1 a:hover,
.blog #primary h1 a:focus,
.blog #primary h1 a:active,
.category #primary h2.entry-title a:hover,
.category #primary h2.entry-title a:focus,
.category #primary h2.entry-title a:active,
.category #primary h1 a:hover,
.category #primary h1 a:focus,
.category #primary h1 a:active,
.tag #primary h2.entry-title a:hover,
.tag #primary h2.entry-title a:focus,
.tag #primary h2.entry-title a:active,
.tag #primary h1 a:hover,
.tag #primary h1 a:focus,
.tag #primary h1 a:active,
.single-post #primary h2.entry-title a:hover,
.single-post #primary h2.entry-title a:focus,
.single-post #primary h2.entry-title a:active,
.single-post #primary h1 a:hover,
.single-post #primary h1 a:focus,
.single-post #primary h1 a:active {
  color: #b9245e;
}
/* line 272, sass/site/primary/_new-blog.scss */
.blog #primary h2,
.category #primary h2,
.tag #primary h2,
.single-post #primary h2 {
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
}
/* line 277, sass/site/primary/_new-blog.scss */
.blog #primary .entry-meta,
.category #primary .entry-meta,
.tag #primary .entry-meta,
.single-post #primary .entry-meta {
  padding-top: 14px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
}
/* line 282, sass/site/primary/_new-blog.scss */
.blog #primary .entry-meta strong,
.category #primary .entry-meta strong,
.tag #primary .entry-meta strong,
.single-post #primary .entry-meta strong {
  color: #872c8c;
}
/* line 286, sass/site/primary/_new-blog.scss */
.blog #primary .byline,
.category #primary .byline,
.tag #primary .byline,
.single-post #primary .byline {
  display: block;
}
/* line 290, sass/site/primary/_new-blog.scss */
.blog #primary .cat-links a,
.blog #primary .cat-links a:visited,
.category #primary .cat-links a,
.category #primary .cat-links a:visited,
.tag #primary .cat-links a,
.tag #primary .cat-links a:visited,
.single-post #primary .cat-links a,
.single-post #primary .cat-links a:visited {
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  color: #872c8c;
}
/* line 295, sass/site/primary/_new-blog.scss */
.blog #primary .cat-links a:hover,
.blog #primary .cat-links a:focus,
.blog #primary .cat-links a:active,
.category #primary .cat-links a:hover,
.category #primary .cat-links a:focus,
.category #primary .cat-links a:active,
.tag #primary .cat-links a:hover,
.tag #primary .cat-links a:focus,
.tag #primary .cat-links a:active,
.single-post #primary .cat-links a:hover,
.single-post #primary .cat-links a:focus,
.single-post #primary .cat-links a:active {
  color: #872c8c;
}
/* line 301, sass/site/primary/_new-blog.scss */
.blog #primary .author,
.category #primary .author,
.tag #primary .author,
.single-post #primary .author {
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  color: #3d3d3d;
  display: block;
}
/* line 306, sass/site/primary/_new-blog.scss */
.blog #primary .author-title,
.category #primary .author-title,
.tag #primary .author-title,
.single-post #primary .author-title {
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
}
/* line 309, sass/site/primary/_new-blog.scss */
.blog #primary .author-headshot,
.category #primary .author-headshot,
.tag #primary .author-headshot,
.single-post #primary .author-headshot {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6332ac+0,872c8c+37,b9245e+67,e31d3c+100 */
  background: #6332ac;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6332ac', endColorstr='#e31d3c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 100%;
  padding: 5px;
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 20px;
}
/* line 317, sass/site/primary/_new-blog.scss */
.blog #primary .author-headshot img,
.category #primary .author-headshot img,
.tag #primary .author-headshot img,
.single-post #primary .author-headshot img {
  border-radius: 100%;
}
/* line 321, sass/site/primary/_new-blog.scss */
.blog #primary .posted-on,
.category #primary .posted-on,
.tag #primary .posted-on,
.single-post #primary .posted-on {
  display: block;
}
/* line 324, sass/site/primary/_new-blog.scss */
.blog #primary .divider,
.category #primary .divider,
.tag #primary .divider,
.single-post #primary .divider {
  display: none;
}
/* line 328, sass/site/primary/_new-blog.scss */
.blog #primary .featured-image,
.category #primary .featured-image,
.tag #primary .featured-image,
.single-post #primary .featured-image {
  width: 100%;
  margin: 0 auto;
}
/* line 331, sass/site/primary/_new-blog.scss */
.blog #primary .featured-image img,
.category #primary .featured-image img,
.tag #primary .featured-image img,
.single-post #primary .featured-image img {
  width: 100%;
}
/* line 334, sass/site/primary/_new-blog.scss */
.blog #primary .featured-image .no-thumbnail,
.category #primary .featured-image .no-thumbnail,
.tag #primary .featured-image .no-thumbnail,
.single-post #primary .featured-image .no-thumbnail {
  width: 100%;
  min-height: 150px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6332ac+0,872c8c+37,b9245e+67,e31d3c+100 */
  background: #6332ac;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6332ac', endColorstr='#e31d3c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
/* line 341, sass/site/primary/_new-blog.scss */
.blog #primary .blog-post-summary p,
.category #primary .blog-post-summary p,
.tag #primary .blog-post-summary p,
.single-post #primary .blog-post-summary p {
  text-align: left;
  margin: 10px 0;
}
/* line 346, sass/site/primary/_new-blog.scss */
.blog #primary .blog-post-readmore,
.category #primary .blog-post-readmore,
.tag #primary .blog-post-readmore,
.single-post #primary .blog-post-readmore {
  display: inline-block;
  margin-top: 0.3em;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  text-transform: initial;
  color: #872c8c;
}
/* line 353, sass/site/primary/_new-blog.scss */
.blog #primary .entry-content,
.category #primary .entry-content,
.tag #primary .entry-content,
.single-post #primary .entry-content {
  padding: 28px 0;
  margin: 0 12px;
  line-height: 1.4;
}
/* line 358, sass/site/primary/_new-blog.scss */
.blog #primary .entry-content p,
.category #primary .entry-content p,
.tag #primary .entry-content p,
.single-post #primary .entry-content p {
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  color: black;
  font-size: 18px;
  text-align: left;
  max-width: none;
  margin: 0;
}
@media only screen and (min-width: 560px) {
  /* line 369, sass/site/primary/_new-blog.scss */
  .blog #primary .featured-image,
  .category #primary .featured-image,
  .tag #primary .featured-image,
  .single-post #primary .featured-image {
    float: left;
    margin-right: 20px;
    width: 200px;
  }
  /* line 373, sass/site/primary/_new-blog.scss */
  .blog #primary .featured-image .no-thumbnail,
  .category #primary .featured-image .no-thumbnail,
  .tag #primary .featured-image .no-thumbnail,
  .single-post #primary .featured-image .no-thumbnail {
    width: 200px;
  }
  /* line 377, sass/site/primary/_new-blog.scss */
  .blog #primary .blog-post-summary,
  .category #primary .blog-post-summary,
  .tag #primary .blog-post-summary,
  .single-post #primary .blog-post-summary {
    float: right;
    width: calc(100% - 220px);
  }
  /* line 380, sass/site/primary/_new-blog.scss */
  .blog #primary .blog-post-summary p,
  .category #primary .blog-post-summary p,
  .tag #primary .blog-post-summary p,
  .single-post #primary .blog-post-summary p {
    margin: 0;
  }
  /* line 384, sass/site/primary/_new-blog.scss */
  .blog #primary .entry-content,
  .category #primary .entry-content,
  .tag #primary .entry-content,
  .single-post #primary .entry-content {
    margin: 0 23px;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 390, sass/site/primary/_new-blog.scss */
  .blog #primary h2.entry-title,
  .blog #primary h1,
  .category #primary h2.entry-title,
  .category #primary h1,
  .tag #primary h2.entry-title,
  .tag #primary h1,
  .single-post #primary h2.entry-title,
  .single-post #primary h1 {
    padding: 22px 0 0 0;
    font-size: 22px;
  }
  /* line 395, sass/site/primary/_new-blog.scss */
  .blog #primary .byline,
  .category #primary .byline,
  .tag #primary .byline,
  .single-post #primary .byline {
    display: inline;
  }
  /* line 398, sass/site/primary/_new-blog.scss */
  .blog #primary .author,
  .category #primary .author,
  .tag #primary .author,
  .single-post #primary .author {
    display: inline;
  }
  /* line 402, sass/site/primary/_new-blog.scss */
  .blog #primary .author-title:before,
  .category #primary .author-title:before,
  .tag #primary .author-title:before,
  .single-post #primary .author-title:before {
    font-family: MuseoSans-700, sans-serif;
    font-weight: 700;
    content: ",";
    font-size: 20px;
    color: #3d3d3d;
    margin-left: -5px;
    margin-right: 4px;
  }
  /* line 411, sass/site/primary/_new-blog.scss */
  .blog #primary .divider,
  .category #primary .divider,
  .tag #primary .divider,
  .single-post #primary .divider {
    display: inline;
    padding: 0 8px;
  }
  /* line 415, sass/site/primary/_new-blog.scss */
  .blog #primary .posted-on,
  .category #primary .posted-on,
  .tag #primary .posted-on,
  .single-post #primary .posted-on {
    display: inline;
  }
  /* line 418, sass/site/primary/_new-blog.scss */
  .blog #primary .entry-content,
  .category #primary .entry-content,
  .tag #primary .entry-content,
  .single-post #primary .entry-content {
    margin: 0;
  }
  /* line 421, sass/site/primary/_new-blog.scss */
  .blog #primary .entry-header,
  .category #primary .entry-header,
  .tag #primary .entry-header,
  .single-post #primary .entry-header {
    margin: 0;
  }
  /* line 424, sass/site/primary/_new-blog.scss */
  .blog #primary .entry-meta,
  .category #primary .entry-meta,
  .tag #primary .entry-meta,
  .single-post #primary .entry-meta {
    padding-top: 5px;
    padding-bottom: 0;
  }
  /* line 428, sass/site/primary/_new-blog.scss */
  .blog #primary .blog-byline,
  .category #primary .blog-byline,
  .tag #primary .blog-byline,
  .single-post #primary .blog-byline {
    margin-top: 28px;
  }
}
/* line 434, sass/site/primary/_new-blog.scss */
.blog #primary blockquote p,
.category #primary blockquote p,
.tag #primary blockquote p,
.single-post #primary blockquote p {
  text-align: center !important;
}
/* line 438, sass/site/primary/_new-blog.scss */
.blog #primary .dotted-line,
.category #primary .dotted-line,
.tag #primary .dotted-line,
.single-post #primary .dotted-line {
  margin: 35px 0;
}
/* line 442, sass/site/primary/_new-blog.scss */
.blog #primary ul,
.category #primary ul,
.tag #primary ul,
.single-post #primary ul {
  font-size: 17px;
  text-align: left;
  margin: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  color: #999999;
}
/* line 451, sass/site/primary/_new-blog.scss */
.blog #primary ul li,
.category #primary ul li,
.tag #primary ul li,
.single-post #primary ul li {
  padding-bottom: 20px;
}

@media all and (max-width: 768px) {
  /* line 459, sass/site/primary/_new-blog.scss */
  .single-post #primary .author-headshot {
    width: 76px;
    height: 76px;
  }
}
@media all and (max-width: 768px) {
  /* line 466, sass/site/primary/_new-blog.scss */
  .single-post #primary .entry-content {
    padding: 0;
  }
}
/* line 10, sass/site/primary/_single-post.scss */
.single-news #primary.block,
.single-news #primary.site-content, .single-news .blog #primary.blog-content, .blog .single-news #primary.blog-content,
.single-news .category #primary.blog-content,
.category .single-news #primary.blog-content,
.single-news .tax #primary.blog-content,
.tax .single-news #primary.blog-content,
.single-news .single-post #primary.blog-content,
.single-post .single-news #primary.blog-content, .single-news .post-type-archive-resource #primary.resource-content, .post-type-archive-resource .single-news #primary.resource-content,
.single-news .single-resource #primary.resource-content,
.single-resource .single-news #primary.resource-content, .single-news .error404 #primary.page-content, .error404 .single-news #primary.page-content, .single-news body.post-type-archive-resource .section-feature-content #primary.section-feature-header, body.post-type-archive-resource .section-feature-content .single-news #primary.section-feature-header,
.single-news body.category .section-feature-content #primary.section-feature-header,
body.category .section-feature-content .single-news #primary.section-feature-header,
.single-news body.blog .section-feature-content #primary.section-feature-header,
body.blog .section-feature-content .single-news #primary.section-feature-header, .single-news body.single-resource .section-feature-header #primary.feature-header-image, body.single-resource .section-feature-header .single-news #primary.feature-header-image,
.single-news body.single-post .section-feature-header #primary.feature-header-image,
body.single-post .section-feature-header .single-news #primary.feature-header-image,
.search-results #primary.block,
.search-results #primary.site-content,
.search-results .blog #primary.blog-content,
.blog .search-results #primary.blog-content,
.search-results .category #primary.blog-content,
.category .search-results #primary.blog-content,
.search-results .tax #primary.blog-content,
.tax .search-results #primary.blog-content,
.search-results .single-post #primary.blog-content,
.single-post .search-results #primary.blog-content,
.search-results .post-type-archive-resource #primary.resource-content,
.post-type-archive-resource .search-results #primary.resource-content,
.search-results .single-resource #primary.resource-content,
.single-resource .search-results #primary.resource-content,
.search-results .error404 #primary.page-content,
.error404 .search-results #primary.page-content,
.search-results body.post-type-archive-resource .section-feature-content #primary.section-feature-header,
body.post-type-archive-resource .section-feature-content .search-results #primary.section-feature-header,
.search-results body.category .section-feature-content #primary.section-feature-header,
body.category .section-feature-content .search-results #primary.section-feature-header,
.search-results body.blog .section-feature-content #primary.section-feature-header,
body.blog .section-feature-content .search-results #primary.section-feature-header,
.search-results body.single-resource .section-feature-header #primary.feature-header-image,
body.single-resource .section-feature-header .search-results #primary.feature-header-image,
.search-results body.single-post .section-feature-header #primary.feature-header-image,
body.single-post .section-feature-header .search-results #primary.feature-header-image {
  padding: 0 36px 32px 10px;
}
/* line 13, sass/site/primary/_single-post.scss */
.single-news #primary h1,
.search-results #primary h1 {
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: black;
  text-transform: none;
  text-align: left;
  line-height: 1.2;
  padding: 0;
}
/* line 22, sass/site/primary/_single-post.scss */
.single-news #primary h2,
.search-results #primary h2 {
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
}
/* line 27, sass/site/primary/_single-post.scss */
.single-news #primary .entry-meta,
.search-results #primary .entry-meta {
  padding-top: 14px;
  font-size: 19px;
  line-height: 1.4;
}
/* line 32, sass/site/primary/_single-post.scss */
.single-news #primary .byline,
.search-results #primary .byline {
  display: block;
}
/* line 35, sass/site/primary/_single-post.scss */
.single-news #primary .author,
.search-results #primary .author {
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: black;
  display: block;
}
/* line 41, sass/site/primary/_single-post.scss */
.single-news #primary .author-title,
.search-results #primary .author-title {
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
}
/* line 44, sass/site/primary/_single-post.scss */
.single-news #primary .posted-on,
.search-results #primary .posted-on {
  display: block;
}
/* line 47, sass/site/primary/_single-post.scss */
.single-news #primary .divider,
.search-results #primary .divider {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 52, sass/site/primary/_single-post.scss */
  .single-news #primary h1,
  .search-results #primary h1 {
    padding: 22px 0 0 0;
    font-size: 42px;
  }
  /* line 56, sass/site/primary/_single-post.scss */
  .single-news #primary .byline,
  .search-results #primary .byline {
    display: inline;
  }
  /* line 59, sass/site/primary/_single-post.scss */
  .single-news #primary .author,
  .search-results #primary .author {
    display: inline;
  }
  /* line 63, sass/site/primary/_single-post.scss */
  .single-news #primary .author-title:before,
  .search-results #primary .author-title:before {
    font-family: MuseoSans-700, sans-serif;
    font-weight: 700;
    content: ",";
    font-size: 20px;
    color: #3d3d3d;
    margin-left: -5px;
    margin-right: 4px;
  }
  /* line 72, sass/site/primary/_single-post.scss */
  .single-news #primary .divider,
  .search-results #primary .divider {
    display: inline;
    padding: 0 20px;
  }
  /* line 76, sass/site/primary/_single-post.scss */
  .single-news #primary .posted-on,
  .search-results #primary .posted-on {
    display: inline;
  }
  /* line 79, sass/site/primary/_single-post.scss */
  .single-news #primary .entry-content,
  .search-results #primary .entry-content {
    margin: 0 !important;
  }
  /* line 83, sass/site/primary/_single-post.scss */
  .single-news #primary .purple-divider,
  .search-results #primary .purple-divider {
    display: block;
    height: 11px;
    border-width: 1px;
    width: 195px;
    background-color: #872c8c;
    margin: 29px 0 20px;
  }
  /* line 91, sass/site/primary/_single-post.scss */
  .single-news #primary .entry-header,
  .search-results #primary .entry-header {
    margin: 0;
  }
  /* line 94, sass/site/primary/_single-post.scss */
  .single-news #primary .entry-meta,
  .search-results #primary .entry-meta {
    padding-top: 21px;
    padding-bottom: 10px;
  }
}
/* line 101, sass/site/primary/_single-post.scss */
.single-news #primary blockquote p,
.search-results #primary blockquote p {
  text-align: center !important;
}
/* line 105, sass/site/primary/_single-post.scss */
.single-news #primary .dotted-line,
.search-results #primary .dotted-line {
  margin: 35px 0;
}
/* line 108, sass/site/primary/_single-post.scss */
.single-news #primary .entry-content,
.search-results #primary .entry-content {
  padding: 28px 0;
  margin: 0 23px;
  line-height: 1.4;
}
/* line 112, sass/site/primary/_single-post.scss */
.single-news #primary .entry-content p,
.search-results #primary .entry-content p {
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  color: black;
  font-size: 18px;
  text-align: left;
  max-width: none;
  margin: 0;
}
/* line 122, sass/site/primary/_single-post.scss */
.single-news #primary ul,
.search-results #primary ul {
  font-size: 17px;
  text-align: left;
  margin: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  color: #999999;
}
/* line 130, sass/site/primary/_single-post.scss */
.single-news #primary ul li,
.search-results #primary ul li {
  padding-bottom: 20px;
}

/* line 5, sass/site/primary/_resources.scss */
.single-resource .section-content .no-featured-image,
.single-resource .section-content .feature-header-image {
  position: relative;
}

/* line 13, sass/site/primary/_resources.scss */
.post-type-archive-resource .section-resource-feature {
  padding-bottom: 0;
}
/* line 19, sass/site/primary/_resources.scss */
.post-type-archive-resource .section-feature-header {
  overflow: hidden;
  position: relative;
}
/* line 22, sass/site/primary/_resources.scss */
.post-type-archive-resource .section-feature-header .featured-resource {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 28, sass/site/primary/_resources.scss */
.post-type-archive-resource .section-feature-header .featured-resource-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  width: calc(100% - 50px);
  padding: 15px;
  background: rgba(135, 44, 140, 0.75);
}
/* line 36, sass/site/primary/_resources.scss */
.post-type-archive-resource .section-feature-header .featured-resource-box span {
  display: block;
  color: white;
  line-height: 1.2;
}
/* line 40, sass/site/primary/_resources.scss */
.post-type-archive-resource .section-feature-header .featured-resource-box span a {
  color: white;
  font-size: 32px;
  line-height: 1.1;
  display: inline-block;
  margin: 8px 0;
}
/* line 48, sass/site/primary/_resources.scss */
.post-type-archive-resource .section-feature-header .featured-resource-box .resource-category {
  font-size: 16px;
  text-transform: uppercase;
}
/* line 54, sass/site/primary/_resources.scss */
.post-type-archive-resource .featured-resource-1 {
  max-width: 100%;
  min-height: 300px;
  width: 100%;
  margin: 10px auto 0;
}
@media only screen and (min-width: 350px) {
  /* line 61, sass/site/primary/_resources.scss */
  .post-type-archive-resource .section-feature-header .featured-resource-box {
    width: auto;
    max-width: 50%;
    max-width: 650px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 69, sass/site/primary/_resources.scss */
  .post-type-archive-resource .featured-resource-1 {
    max-width: 100%;
    height: 350px;
    margin: 0 auto;
  }
}

/* line 78, sass/site/primary/_resources.scss */
.resource-topics {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6332ac+0,872c8c+37,b9245e+67,e31d3c+100 */
  background: #6332ac;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6332ac', endColorstr='#e31d3c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 10px 20px;
  text-align: left;
  color: white;
  margin-top: 10px;
}

/* line 85, sass/site/primary/_resources.scss */
.resource-breadcrumbs {
  position: absolute;
  top: 90px;
  left: 30px;
  background: rgba(135, 44, 140, 0.75);
  z-index: 1;
  padding: 10px;
  max-width: 85%;
  max-width: calc(100% - 60px);
}
/* line 94, sass/site/primary/_resources.scss */
.resource-breadcrumbs .breadcrumbs {
  font-size: 16px;
  font-size: 1rem;
  color: white;
}
@media only screen and (min-width: 768px) {
  /* line 85, sass/site/primary/_resources.scss */
  .resource-breadcrumbs {
    top: 20px;
  }
}

/* line 102, sass/site/primary/_resources.scss */
.resource-hq {
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  font-size: 40px;
  font-size: 2.5rem;
  padding: 10px;
  color: white;
  background: rgba(185, 36, 94, 0.75);
}
@media only screen and (min-width: 768px) {
  /* line 102, sass/site/primary/_resources.scss */
  .resource-hq {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1;
  }
}

/* line 117, sass/site/primary/_resources.scss */
.resource-breadcrumbs .breadcrumbs,
.resource-topics .breadcrumbs {
  margin: 0;
  padding: 0;
}
/* line 121, sass/site/primary/_resources.scss */
.resource-breadcrumbs .breadcrumbs li,
.resource-topics .breadcrumbs li {
  margin: 0;
  list-style: none;
  display: inline;
}
/* line 126, sass/site/primary/_resources.scss */
.resource-breadcrumbs .breadcrumbs a, .resource-breadcrumbs .breadcrumbs a:visited,
.resource-topics .breadcrumbs a,
.resource-topics .breadcrumbs a:visited {
  text-decoration: none;
  color: #00aeef;
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
}
/* line 131, sass/site/primary/_resources.scss */
.resource-breadcrumbs .breadcrumbs a:hover, .resource-breadcrumbs .breadcrumbs a:focus,
.resource-topics .breadcrumbs a:hover,
.resource-topics .breadcrumbs a:focus {
  color: white;
  text-decoration: none;
}
/* line 135, sass/site/primary/_resources.scss */
.resource-breadcrumbs .breadcrumbs a:after, .resource-breadcrumbs .breadcrumbs a:hover:after, .resource-breadcrumbs .breadcrumbs a:focus:after,
.resource-topics .breadcrumbs a:after,
.resource-topics .breadcrumbs a:hover:after,
.resource-topics .breadcrumbs a:focus:after {
  content: "/";
  margin: 0 0.25em;
  color: #00aeef;
}

/* line 149, sass/site/primary/_resources.scss */
.post-type-archive-resource,
.single-resource {
  /* .resource-section-anchor:first-of-type {
    padding-top: 400px;
    margin-top: -400px;
  } */
}
/* line 151, sass/site/primary/_resources.scss */
.post-type-archive-resource .section-feature-header .no-featured-image,
.single-resource .section-feature-header .no-featured-image {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6332ac+0,872c8c+37,b9245e+67,e31d3c+100 */
  background: #6332ac;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6332ac', endColorstr='#e31d3c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
/* line 154, sass/site/primary/_resources.scss */
.post-type-archive-resource .section-feature-header .feature-header-image .no-featured-image,
.single-resource .section-feature-header .feature-header-image .no-featured-image {
  width: 100%;
  padding-bottom: 42.37289%;
}
/* line 158, sass/site/primary/_resources.scss */
.post-type-archive-resource #primary.block, .post-type-archive-resource .page-template-page_jobs #primary.site-content, .page-template-page_jobs .post-type-archive-resource #primary.site-content,
.post-type-archive-resource.search-results #primary.site-content,
.post-type-archive-resource.search-no-results #primary.site-content,
.post-type-archive-resource .single-jobs #primary.site-content,
.single-jobs .post-type-archive-resource #primary.site-content,
.post-type-archive-resource .single-news #primary.site-content,
.single-news .post-type-archive-resource #primary.site-content,
.post-type-archive-resource .tax-locations #primary.site-content,
.tax-locations .post-type-archive-resource #primary.site-content, .post-type-archive-resource .search-results #primary.site-content, .search-results .post-type-archive-resource #primary.site-content,
.post-type-archive-resource .search-no-results #primary.site-content,
.search-no-results .post-type-archive-resource #primary.site-content, .post-type-archive-resource .blog #primary.blog-content, .blog .post-type-archive-resource #primary.blog-content,
.post-type-archive-resource .category #primary.blog-content,
.category .post-type-archive-resource #primary.blog-content,
.post-type-archive-resource .tax #primary.blog-content,
.tax .post-type-archive-resource #primary.blog-content,
.post-type-archive-resource .single-post #primary.blog-content,
.single-post .post-type-archive-resource #primary.blog-content, .post-type-archive-resource #primary.resource-content, .post-type-archive-resource .error404 #primary.page-content, .error404 .post-type-archive-resource #primary.page-content, body.post-type-archive-resource .section-feature-content #primary.section-feature-header,
.post-type-archive-resource body.category .section-feature-content #primary.section-feature-header,
body.category .section-feature-content .post-type-archive-resource #primary.section-feature-header,
.post-type-archive-resource body.blog .section-feature-content #primary.section-feature-header,
body.blog .section-feature-content .post-type-archive-resource #primary.section-feature-header, .post-type-archive-resource body.single-resource .section-feature-header #primary.feature-header-image, body.single-resource .section-feature-header .post-type-archive-resource #primary.feature-header-image,
.post-type-archive-resource body.single-post .section-feature-header #primary.feature-header-image,
body.single-post .section-feature-header .post-type-archive-resource #primary.feature-header-image,
.single-resource #primary.block,
.single-resource .page-template-page_jobs #primary.site-content,
.page-template-page_jobs .single-resource #primary.site-content,
.single-resource .single-jobs #primary.site-content,
.single-jobs .single-resource #primary.site-content,
.single-resource .single-news #primary.site-content,
.single-news .single-resource #primary.site-content,
.single-resource .tax-locations #primary.site-content,
.tax-locations .single-resource #primary.site-content,
.single-resource .search-results #primary.site-content,
.search-results .single-resource #primary.site-content,
.single-resource .search-no-results #primary.site-content,
.search-no-results .single-resource #primary.site-content,
.single-resource .blog #primary.blog-content,
.blog .single-resource #primary.blog-content,
.single-resource .category #primary.blog-content,
.category .single-resource #primary.blog-content,
.single-resource .tax #primary.blog-content,
.tax .single-resource #primary.blog-content,
.single-resource .single-post #primary.blog-content,
.single-post .single-resource #primary.blog-content,
.single-resource #primary.resource-content,
.single-resource .error404 #primary.page-content,
.error404 .single-resource #primary.page-content,
.single-resource body.post-type-archive-resource .section-feature-content #primary.section-feature-header,
body.post-type-archive-resource .section-feature-content .single-resource #primary.section-feature-header,
.single-resource body.category .section-feature-content #primary.section-feature-header,
body.category .section-feature-content .single-resource #primary.section-feature-header,
.single-resource body.blog .section-feature-content #primary.section-feature-header,
body.blog .section-feature-content .single-resource #primary.section-feature-header,
body.single-resource .section-feature-header #primary.feature-header-image,
.single-resource body.single-post .section-feature-header #primary.feature-header-image,
body.single-post .section-feature-header .single-resource #primary.feature-header-image {
  padding: 0 36px 32px 10px;
}
/* line 162, sass/site/primary/_resources.scss */
.post-type-archive-resource .inlineSearch,
.single-resource .inlineSearch {
  width: 100%;
  margin: 10px 0;
  border: none;
  padding: 10px 10px 10px 40px;
  font-size: 16px;
  font-size: 1rem;
  background-image: url("images/search-icon.png");
  background-repeat: no-repeat;
  background-position: 10px center;
}
/* line 172, sass/site/primary/_resources.scss */
.post-type-archive-resource .inlineSubmit,
.single-resource .inlineSubmit {
  display: none;
}
/* line 176, sass/site/primary/_resources.scss */
.post-type-archive-resource .resource-section-anchor,
.single-resource .resource-section-anchor {
  visibility: hidden;
  padding-top: 100px;
  margin-top: -100px;
  display: block;
  line-height: 25px;
}
/* line 188, sass/site/primary/_resources.scss */
.post-type-archive-resource .resource-section-header,
.single-resource .resource-section-header {
  text-align: left;
  text-transform: initial;
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  margin: 0 0 20px;
  padding: 0;
}
/* line 195, sass/site/primary/_resources.scss */
.post-type-archive-resource .resource-section-header-alt,
.single-resource .resource-section-header-alt {
  color: #b9245e;
}
/* line 199, sass/site/primary/_resources.scss */
.post-type-archive-resource .resource-section,
.single-resource .resource-section {
  overflow: hidden;
  margin-bottom: 40px;
}
/* line 205, sass/site/primary/_resources.scss */
.post-type-archive-resource h2.entry-title,
.single-resource h2.entry-title {
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: white;
  text-transform: none;
  text-align: left;
  line-height: 1.2;
  padding: 10px;
  margin: -10px 0 0 0;
  text-align: left;
  bottom: 0;
  background: rgba(135, 44, 140, 0.75);
  width: 100%;
}
/* line 219, sass/site/primary/_resources.scss */
.post-type-archive-resource h2.entry-title a,
.post-type-archive-resource h2.entry-title a:visited,
.single-resource h2.entry-title a,
.single-resource h2.entry-title a:visited {
  color: white;
}
/* line 223, sass/site/primary/_resources.scss */
.post-type-archive-resource h2.entry-title a:hover,
.post-type-archive-resource h2.entry-title a:focus,
.post-type-archive-resource h2.entry-title a:active,
.single-resource h2.entry-title a:hover,
.single-resource h2.entry-title a:focus,
.single-resource h2.entry-title a:active {
  color: white;
  text-decoration: underline;
}
/* line 232, sass/site/primary/_resources.scss */
.post-type-archive-resource .resource-section-alt h2.entry-title,
.single-resource .resource-section-alt h2.entry-title {
  background: rgba(185, 36, 94, 0.75);
}
/* line 237, sass/site/primary/_resources.scss */
.post-type-archive-resource .entry-content,
.single-resource .entry-content {
  padding: 0;
  margin: 10px 0;
  position: relative;
}
/* line 241, sass/site/primary/_resources.scss */
.post-type-archive-resource .entry-content ul,
.single-resource .entry-content ul {
  font-size: 18px;
  color: black;
  margin: 0 0 1.5em 0;
}
/* line 248, sass/site/primary/_resources.scss */
.post-type-archive-resource .featured-image,
.single-resource .featured-image {
  width: 100%;
  margin: 0 auto;
}
/* line 251, sass/site/primary/_resources.scss */
.post-type-archive-resource .featured-image img,
.single-resource .featured-image img {
  width: 100%;
}
/* line 254, sass/site/primary/_resources.scss */
.post-type-archive-resource .featured-image .no-thumbnail,
.single-resource .featured-image .no-thumbnail {
  width: 100%;
  padding-bottom: 77%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6332ac+0,872c8c+37,b9245e+67,e31d3c+100 */
  background: #6332ac;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6332ac 0%, #872c8c 37%, #b9245e 67%, #e31d3c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6332ac', endColorstr='#e31d3c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
@media only screen and (min-width: 350px) {
  /* line 262, sass/site/primary/_resources.scss */
  .post-type-archive-resource h2.entry-title,
  .single-resource h2.entry-title {
    margin: 0;
    position: absolute;
    text-align: center;
  }
  /* line 267, sass/site/primary/_resources.scss */
  .post-type-archive-resource .resource-post,
  .single-resource .resource-post {
    width: 48%;
    float: left;
    margin-left: 4%;
    clear: none;
  }
  /* line 273, sass/site/primary/_resources.scss */
  .post-type-archive-resource .resource-post:nth-of-type(2n+1),
  .single-resource .resource-post:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media only screen and (min-width: 768px) {
  /* line 279, sass/site/primary/_resources.scss */
  .post-type-archive-resource h2.entry-title,
  .single-resource h2.entry-title {
    padding: 10px;
    font-size: 18px;
  }
  /* line 283, sass/site/primary/_resources.scss */
  .post-type-archive-resource .resource-post,
  .post-type-archive-resource .resource-post:nth-of-type(2n+1),
  .single-resource .resource-post,
  .single-resource .resource-post:nth-of-type(2n+1) {
    width: 31%;
    float: left;
    margin-left: 3.5%;
    clear: none;
  }
  /* line 290, sass/site/primary/_resources.scss */
  .post-type-archive-resource .resource-post:nth-of-type(3n+1),
  .single-resource .resource-post:nth-of-type(3n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px), only screen and (min-width: 350px) and (max-width: 500px) {
  /* line 297, sass/site/primary/_resources.scss */
  .post-type-archive-resource h2.entry-title,
  .single-resource h2.entry-title {
    font-size: 15px;
  }
}

/* line 306, sass/site/primary/_resources.scss */
.has-alert .post-type-archive-resource .resource-section-anchor,
.has-alert .single-resource .resource-section-anchor {
  visibility: hidden;
  padding-top: 140px;
  margin-top: -140px;
  display: block;
  line-height: 25px;
}

/* single only */
/* line 318, sass/site/primary/_resources.scss */
.single-resource .entry-header {
  margin: 20px 0;
}
@media (min-width: 768px) {
  /* line 318, sass/site/primary/_resources.scss */
  .single-resource .entry-header {
    margin: 45px 0 20px;
  }
}
/* line 325, sass/site/primary/_resources.scss */
.single-resource h1 {
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  text-align: left;
  text-transform: initial;
  padding: 0;
  font-size: 30px;
}
/* line 332, sass/site/primary/_resources.scss */
.single-resource .resource-breadcrumbs {
  top: 20px;
}
/* line 335, sass/site/primary/_resources.scss */
.single-resource .entry-content {
  text-align: left;
}
/* line 338, sass/site/primary/_resources.scss */
.single-resource .resource-content {
  overflow: visible;
}
/* line 340, sass/site/primary/_resources.scss */
.single-resource .resource-content p {
  text-align: left;
  max-width: 100%;
  color: black;
}
/* line 345, sass/site/primary/_resources.scss */
.single-resource .resource-content:after {
  content: '';
  display: block;
  clear: both;
}

/* search results */
/* line 354, sass/site/primary/_resources.scss */
.search-results.post-type-archive-resource .content > .section-resource-feature {
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
/* line 359, sass/site/primary/_resources.scss */
.search-results.post-type-archive-resource #primary {
  overflow: hidden;
}
/* line 362, sass/site/primary/_resources.scss */
.search-results.post-type-archive-resource #primary .page-header {
  margin: 1.64em 0 20px;
}
/* line 365, sass/site/primary/_resources.scss */
.search-results.post-type-archive-resource #primary h1 {
  padding: 0;
}
/* line 368, sass/site/primary/_resources.scss */
.search-results.post-type-archive-resource #primary .entry-content {
  padding: 0;
  margin: 0;
}
/* line 372, sass/site/primary/_resources.scss */
.search-results.post-type-archive-resource #primary h2 {
  text-transform: initial;
  text-align: center;
}
/* line 376, sass/site/primary/_resources.scss */
.search-results.post-type-archive-resource .resource-post {
  margin-bottom: 20px;
}

/* resource widget */
/* line 382, sass/site/primary/_resources.scss */
.widget-area.secondary-fixed {
  position: fixed;
  top: 67px;
  z-index: 50;
}

/* line 388, sass/site/primary/_resources.scss */
.widget-area aside.widget_resource_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 393, sass/site/primary/_resources.scss */
.widget-area aside.widget_resource_categories ul li {
  margin: 0;
  padding: 0;
}
/* line 397, sass/site/primary/_resources.scss */
.widget-area aside.widget_resource_categories a {
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  display: block;
  padding: 10px;
  margin-bottom: 5px;
  background: #F1F1F1;
}
/* line 404, sass/site/primary/_resources.scss */
.widget-area aside.widget_resource_categories a.active, .widget-area aside.widget_resource_categories a:hover, .widget-area aside.widget_resource_categories a:focus {
  background: #872c8c;
  color: white;
  text-decoration: none;
}
/* line 413, sass/site/primary/_resources.scss */
.widget-area aside.widget_resource_categories ul li:nth-of-type(even) a.active,
.widget-area aside.widget_resource_categories ul li:nth-of-type(even) a:hover,
.widget-area aside.widget_resource_categories ul li:nth-of-type(even) a:focus {
  background: #b9245e;
}

/* modal lightbox */
/* CSS Document */
/* line 423, sass/site/primary/_resources.scss */
.modalBox {
  padding: 5px;
  border: 1px solid #CCC;
  background: #FFF;
  height: 500px;
  width: 700px;
  display: none;
  overflow-y: scroll;
}
/* line 431, sass/site/primary/_resources.scss */
.modalBox img {
  width: 100%;
}
/* line 434, sass/site/primary/_resources.scss */
.modalBox iframe {
  width: 100%;
  height: 100%;
}

/* line 439, sass/site/primary/_resources.scss */
img.iw-closeImg {
  width: 25px;
  height: 29px;
  cursor: pointer;
}

/* line 444, sass/site/primary/_resources.scss */
.modalFooter {
  color: #FFF;
  position: absolute;
  bottom: 0px;
}

/* line 449, sass/site/primary/_resources.scss */
.modalFooter span {
  cursor: pointer;
}

/* line 452, sass/site/primary/_resources.scss */
.iw-modalOverlay {
  background: #000;
  opacity: .5;
}

/**
 * gated resources
 */
/* line 461, sass/site/primary/_resources.scss */
.resource-gated .resource-form {
  position: relative;
  clear: left;
  left: 12px;
  padding: 20px;
  background: #F1F1F1;
}

@media only screen and (min-width: 768px) {
  /* line 472, sass/site/primary/_resources.scss */
  .resource-gated .resource-wrapper {
    float: left;
    width: 60%;
  }
  /* line 477, sass/site/primary/_resources.scss */
  .resource-gated .resource-form {
    width: 36%;
    float: right;
    padding: 20px 2% 95px;
    background: #F1F1F1;
    position: relative;
    top: -75px;
    z-index: 100;
    margin: 0 2% -75px;
    left: auto;
    clear: none;
  }
  /* line 489, sass/site/primary/_resources.scss */
  .resource-gated .resource-form h3 {
    margin-top: 0;
  }
  /* line 493, sass/site/primary/_resources.scss */
  .resource-gated .resource-form .ninja-forms-form-wrap label {
    color: #b9245e;
  }
  /* line 496, sass/site/primary/_resources.scss */
  .resource-gated .resource-form .ninja-forms-form-wrap .ninja-forms-req-symbol {
    display: none;
  }
  /* line 499, sass/site/primary/_resources.scss */
  .resource-gated .resource-form .ninja-forms-form-wrap input[type="text"] {
    background: #fff;
  }
}
/* line 507, sass/site/primary/_resources.scss */
.resource-form h3 {
  margin-top: 1em;
  margin-bottom: 0;
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 513, sass/site/primary/_resources.scss */
.resource-form h4 {
  margin: 1em 0;
}
/* line 516, sass/site/primary/_resources.scss */
.resource-form .ninja-forms-required-items {
  display: none;
}
/* line 519, sass/site/primary/_resources.scss */
.resource-form p,
.resource-form .submit-wrap {
  text-align: center !important;
}

/* line 5, sass/site/primary/_landing.scss */
.page-template-page_landing .entry-header {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 9, sass/site/primary/_landing.scss */
.page-template-page_landing .landing-content {
  background-color: #F1F1F1;
}
/* line 11, sass/site/primary/_landing.scss */
.page-template-page_landing .landing-content img {
  display: block;
  margin: 0 auto;
}
/* line 16, sass/site/primary/_landing.scss */
.page-template-page_landing .entry-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
/* line 20, sass/site/primary/_landing.scss */
.page-template-page_landing .entry-content ul,
.page-template-page_landing .entry-content ol {
  text-align: left;
  font-size: 1.2rem;
}
/* line 25, sass/site/primary/_landing.scss */
.page-template-page_landing .entry-content p ~ ul,
.page-template-page_landing .entry-content p ~ ol {
  margin: 2em;
}
/* line 30, sass/site/primary/_landing.scss */
.page-template-page_landing .landing-two-column h2 {
  font-weight: bold;
}
/* line 33, sass/site/primary/_landing.scss */
.page-template-page_landing .landing-two-column p {
  font-size: 1.2rem;
  width: 100%;
  max-width: calc(100% - 2em);
  margin: 2em 1em;
}
/* line 39, sass/site/primary/_landing.scss */
.page-template-page_landing .landing-full p {
  max-width: 600px;
  margin: 2em auto;
}
/* line 43, sass/site/primary/_landing.scss */
.page-template-page_landing .landing-center p,
.page-template-page_landing .landing-right p,
.page-template-page_landing .landing-left p {
  text-align: left;
}
@media (min-width: 768px) {
  /* line 49, sass/site/primary/_landing.scss */
  .page-template-page_landing .landing-center > div,
  .page-template-page_landing .landing-right > div,
  .page-template-page_landing .landing-left > div {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  /* line 56, sass/site/primary/_landing.scss */
  .page-template-page_landing .landing-center > div:nth-of-type(2n),
  .page-template-page_landing .landing-right > div:nth-of-type(2n),
  .page-template-page_landing .landing-left > div:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  /* line 63, sass/site/primary/_landing.scss */
  .page-template-page_landing .landing-two-column p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  /* line 68, sass/site/primary/_landing.scss */
  .page-template-page_landing .entry-content ul, .page-template-page_landing .entry-content ol {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  /* line 72, sass/site/primary/_landing.scss */
  .page-template-page_landing .entry-content p ~ ul,
  .page-template-page_landing .entry-content p ~ ol {
    margin: -1em 2em;
  }
  /* line 76, sass/site/primary/_landing.scss */
  .page-template-page_landing .entry-content ul + ul,
  .page-template-page_landing .entry-content ul + ol,
  .page-template-page_landing .entry-content ol + ol,
  .page-template-page_landing .entry-content ol + ul {
    margin: 2em 2em -1em;
  }
  /* line 83, sass/site/primary/_landing.scss */
  .page-template-page_landing .landing-left > div:nth-of-type(2n),
  .page-template-page_landing .landing-right > div {
    width: 61%;
  }
  /* line 87, sass/site/primary/_landing.scss */
  .page-template-page_landing .landing-left > div,
  .page-template-page_landing .landing-right > div:nth-of-type(2n) {
    width: 34%;
  }
}

/** specific to nrf page */
@media screen and (min-width: 768px) {
  /* line 96, sass/site/primary/_landing.scss */
  .page-id-3189 .landing-feature-mobile-header,
  .page-id-3189 .landing-feature-mobile-image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 102, sass/site/primary/_landing.scss */
  .page-id-3189 .landing-feature-header {
    display: none;
  }

  /* line 105, sass/site/primary/_landing.scss */
  .page-id-3189 .landing-feature-mobile-header {
    margin: 0 -24px;
    display: block;
    max-width: 200%;
    width: calc(100% + 48px);
    position: relative;
    top: -13px;
  }
}
/* line 4, sass/site/primary/_jobs.scss */
.single-jobs h2,
.tax-locations h2 {
  color: #5e5e5e;
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  text-align: left;
}
/* line 9, sass/site/primary/_jobs.scss */
.single-jobs h2 a:visited,
.tax-locations h2 a:visited {
  color: #5e5e5e;
}
/* line 12, sass/site/primary/_jobs.scss */
.single-jobs h2 a,
.tax-locations h2 a {
  color: #5e5e5e;
}
/* line 17, sass/site/primary/_jobs.scss */
.single-jobs #primary h2,
.tax-locations #primary h2 {
  color: #872c8c;
  font-size: 22px;
  margin-left: 25px;
  text-transform: uppercase;
  padding-top: 20px;
}
/* line 24, sass/site/primary/_jobs.scss */
.single-jobs #primary .entry-header,
.tax-locations #primary .entry-header {
  margin: 58px 14px 10px;
  padding-left: 8px;
}
/* line 27, sass/site/primary/_jobs.scss */
.single-jobs #primary .entry-header h2,
.tax-locations #primary .entry-header h2 {
  margin-left: 0;
}
/* line 31, sass/site/primary/_jobs.scss */
.single-jobs #primary .anchor-link-padding,
.tax-locations #primary .anchor-link-padding {
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  display: block;
}
/* line 39, sass/site/primary/_jobs.scss */
.single-jobs .tagline p,
.tax-locations .tagline p {
  text-align: center;
}
/* line 44, sass/site/primary/_jobs.scss */
.single-jobs .site-content .entry-header,
.tax-locations .site-content .entry-header {
  margin-top: 78px;
}
@media only screen and (max-width: 768px) {
  /* line 44, sass/site/primary/_jobs.scss */
  .single-jobs .site-content .entry-header,
  .tax-locations .site-content .entry-header {
    margin-top: 115px;
  }
}
/* line 51, sass/site/primary/_jobs.scss */
.single-jobs .entry-title,
.tax-locations .entry-title {
  padding-bottom: 20px;
}
/* line 54, sass/site/primary/_jobs.scss */
.single-jobs .entry-content,
.tax-locations .entry-content {
  max-width: none;
}
/* line 56, sass/site/primary/_jobs.scss */
.single-jobs .entry-content ul,
.tax-locations .entry-content ul {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 28px;
}
/* line 60, sass/site/primary/_jobs.scss */
.single-jobs .entry-content ul li,
.tax-locations .entry-content ul li {
  padding-bottom: 20px;
}
/* line 64, sass/site/primary/_jobs.scss */
.single-jobs .entry-content p,
.tax-locations .entry-content p {
  max-width: none;
  padding-left: 10px;
  padding-right: 28px;
  text-align: left;
  padding-bottom: 30px;
}
/* line 70, sass/site/primary/_jobs.scss */
.single-jobs .entry-content p strong,
.tax-locations .entry-content p strong {
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
  color: black;
}
/* line 76, sass/site/primary/_jobs.scss */
.single-jobs ul,
.tax-locations ul {
  font-size: 17px;
  text-align: left;
  margin: 0;
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  color: black;
}
/* line 84, sass/site/primary/_jobs.scss */
.single-jobs .jobs-hero .same-height-container,
.tax-locations .jobs-hero .same-height-container {
  margin: 0 20px;
}
/* line 87, sass/site/primary/_jobs.scss */
.single-jobs .jobs-hero .column,
.tax-locations .jobs-hero .column {
  margin: 0;
  color: white;
  padding: 31px 20px 31px 20px;
}
/* line 92, sass/site/primary/_jobs.scss */
.single-jobs .jobs-hero .column-0,
.tax-locations .jobs-hero .column-0 {
  background-color: #6332ac;
  border-bottom: 2px solid white;
}
/* line 96, sass/site/primary/_jobs.scss */
.single-jobs .jobs-hero .column-1,
.tax-locations .jobs-hero .column-1 {
  background-color: #872c8c;
  border-bottom: 2px solid white;
}
/* line 100, sass/site/primary/_jobs.scss */
.single-jobs .jobs-hero .column-2,
.tax-locations .jobs-hero .column-2 {
  background-color: #b9245e;
}
/* line 103, sass/site/primary/_jobs.scss */
.single-jobs .jobs-hero .icon,
.tax-locations .jobs-hero .icon {
  padding-bottom: 20px;
}
/* line 104, sass/site/primary/_jobs.scss */
.single-jobs .jobs-hero .icon img,
.tax-locations .jobs-hero .icon img {
  height: 35px;
  margin: 0 auto;
  display: block;
}
/* line 111, sass/site/primary/_jobs.scss */
.single-jobs .jobs-hero .title,
.single-jobs .jobs-hero .tagline,
.tax-locations .jobs-hero .title,
.tax-locations .jobs-hero .tagline {
  color: white;
  text-align: center;
  font-size: 12px;
}
/* line 117, sass/site/primary/_jobs.scss */
.single-jobs .jobs-hero .title,
.tax-locations .jobs-hero .title {
  padding-bottom: 7px;
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  font-size: 20px;
}
/* line 123, sass/site/primary/_jobs.scss */
.single-jobs .current-openings-wrapper,
.tax-locations .current-openings-wrapper {
  display: block;
}
/* line 125, sass/site/primary/_jobs.scss */
.single-jobs .current-openings-wrapper .current-openings-link,
.tax-locations .current-openings-wrapper .current-openings-link {
  content: "";
  display: table;
  position: relative;
}
/* line 128, sass/site/primary/_jobs.scss */
.single-jobs .current-openings-wrapper .current-openings-link .current-openings,
.tax-locations .current-openings-wrapper .current-openings-link .current-openings {
  float: left;
  display: block;
  padding-top: 20px;
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #872c8c;
}
/* line 138, sass/site/primary/_jobs.scss */
.single-jobs .dotted-line-one,
.tax-locations .dotted-line-one {
  background-image: linear-gradient(to right, rgba(50, 50, 50, 0.15) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 3px 3px;
  background-repeat: repeat-x;
  height: 1px;
  border-width: 1px;
  margin: 35px -19px 26px -19px;
  margin: 35px 3px 3px;
}
/* line 142, sass/site/primary/_jobs.scss */
.single-jobs .dotted-line-two,
.tax-locations .dotted-line-two {
  background-image: linear-gradient(to right, rgba(50, 50, 50, 0.15) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 3px 3px;
  background-repeat: repeat-x;
  height: 1px;
  border-width: 1px;
  margin: 35px -19px 26px -19px;
  margin: 35px 3px 3px;
}
/* line 146, sass/site/primary/_jobs.scss */
.single-jobs .widget-area aside .widget-title,
.tax-locations .widget-area aside .widget-title {
  margin-top: 42px;
}

/* line 153, sass/site/primary/_jobs.scss */
.sidebar .sidebar-open {
  cursor: pointer;
}
/* line 156, sass/site/primary/_jobs.scss */
.sidebar .sidebar-jobs {
  -moz-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden;
}
/* line 160, sass/site/primary/_jobs.scss */
.sidebar .down-arrow {
  float: left;
  display: block;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  -moz-transform: translate3d(23px, 23px, 0) rotate(45deg);
  -ms-transform: translate3d(23px, 23px, 0) rotate(45deg);
  -webkit-transform: translate3d(23px, 23px, 0) rotate(45deg);
  transform: translate3d(23px, 23px, 0) rotate(45deg);
}
/* line 167, sass/site/primary/_jobs.scss */
.sidebar.closed .sidebar-jobs {
  max-height: 0;
}
/* line 170, sass/site/primary/_jobs.scss */
.sidebar.closed .down-arrow {
  -moz-transform: translate3d(23px, 31px, 0) rotate(-135deg);
  -ms-transform: translate3d(23px, 31px, 0) rotate(-135deg);
  -webkit-transform: translate3d(23px, 31px, 0) rotate(-135deg);
  transform: translate3d(23px, 31px, 0) rotate(-135deg);
}

@media only screen and (min-width: 768px) {
  /* line 180, sass/site/primary/_jobs.scss */
  .tax-locations #secondary {
    margin-left: 75%;
    padding-left: 20px;
  }
  /* line 183, sass/site/primary/_jobs.scss */
  .tax-locations #secondary .dotted-line-one {
    display: none;
  }
  /* line 187, sass/site/primary/_jobs.scss */
  .tax-locations #primary {
    margin-left: -97%;
    padding-left: 20px;
  }
  /* line 190, sass/site/primary/_jobs.scss */
  .tax-locations #primary h2 {
    margin-left: 0;
  }
  /* line 193, sass/site/primary/_jobs.scss */
  .tax-locations #primary .entry-content {
    padding: 0;
  }
  /* line 196, sass/site/primary/_jobs.scss */
  .tax-locations #primary .entry-header {
    margin: 38px 0 10px;
    padding-left: 0;
  }
  /* line 200, sass/site/primary/_jobs.scss */
  .tax-locations #primary .site-main {
    position: relative;
  }
  /* line 203, sass/site/primary/_jobs.scss */
  .tax-locations #primary .anchor-link-padding {
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    display: block;
  }
  /* line 207, sass/site/primary/_jobs.scss */
  .tax-locations #primary .dotted-line {
    margin-top: -16px;
  }
  /* line 210, sass/site/primary/_jobs.scss */
  .tax-locations #primary article {
    padding-top: 9px;
  }
  /* line 215, sass/site/primary/_jobs.scss */
  .tax-locations .purple-divider, .tax-locations .current-openings-wrapper {
    display: none;
  }
  /* line 219, sass/site/primary/_jobs.scss */
  .tax-locations .jobs-hero .same-height-container {
    content: "";
    display: table;
  }
  /* line 222, sass/site/primary/_jobs.scss */
  .tax-locations .jobs-hero .column {
    float: left;
    width: 33%;
  }
  /* line 226, sass/site/primary/_jobs.scss */
  .tax-locations .jobs-hero .column-0 {
    border-right: 2px solid white;
    border-bottom: none;
  }
  /* line 230, sass/site/primary/_jobs.scss */
  .tax-locations .jobs-hero .icon {
    padding-top: 20px;
  }
  /* line 232, sass/site/primary/_jobs.scss */
  .tax-locations .jobs-hero .icon img {
    height: 60px;
  }
  /* line 236, sass/site/primary/_jobs.scss */
  .tax-locations .jobs-hero .column-1 {
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: none;
  }
  /* line 241, sass/site/primary/_jobs.scss */
  .tax-locations .jobs-hero .column-2 {
    border-left: 2px solid white;
  }
  /* line 244, sass/site/primary/_jobs.scss */
  .tax-locations .jobs-hero .title {
    font-size: 32px;
  }
  /* line 247, sass/site/primary/_jobs.scss */
  .tax-locations .jobs-hero .tagline {
    font-size: 20px;
    padding-bottom: 30px;
  }
  /* line 253, sass/site/primary/_jobs.scss */
  .tax-locations article {
    padding-right: 145px;
  }
}
/* line 259, sass/site/primary/_jobs.scss */
.tax-locations .entry-content p {
  padding-left: 0;
}

/* line 4, sass/site/primary/_primary.scss */
.page-template-page_primary {
  /* .industry-block-heading {
    color: #872C8C;
    font-size: 36px;
    margin: 0 0 15px 0;
  }

  .primary-page-industry-blocks {
    display: flex;
    flex: 0 1 auto;
    align-items: flex-start;
  }

  .primary-page-industry-block {
    width: calc(100% - 50px);
    padding: 30px 25px;
  }

  .industry-block-icon {
    min-height: 75px;
  }

  .industry-block-content-heading {
    text-transform: uppercase;
    color: #B9245E;
    text-align: center;
    font-size: 28px;
  }

  .industry-block-content {
    margin: 10px 0 !important;
  } */
}
/* line 5, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-header {
  position: relative;
  width: 100%;
  height: 0;
  max-height: 400px;
}
@media all and (max-width: 767px) {
  /* line 5, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-header {
    padding-bottom: 60%;
  }
}
@media all and (min-width: 768px) {
  /* line 5, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-header {
    padding-bottom: 35%;
  }
}
/* line 17, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-header-image-background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
/* line 30, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-header-title {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 43, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-header-title h1 {
  font-family: MuseoSans-100, sans-serif;
  font-weight: 100;
  font-size: 50px;
  line-height: 1.2;
  color: #fff;
  text-transform: inherit;
  text-transform: initial;
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
}
@media all and (max-width: 1024px) {
  /* line 43, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-header-title h1 {
    font-size: 48px;
  }
}
@media all and (max-width: 768px) {
  /* line 43, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-header-title h1 {
    font-size: 22px;
    line-height: 1.4;
    padding: 0 16px;
  }
}
/* line 62, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-header-title h2 {
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 auto 20px;
}
@media all and (max-width: 768px) {
  /* line 62, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-header-title h2 {
    font-size: 16px;
    margin: 0 auto 10px;
    line-height: 1.7;
    padding: 0 16px;
  }
}
/* line 74, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-header-title h2 .title-wrapper {
  border-bottom: 1px solid #FFFFFF;
  display: inline;
  padding-bottom: 5px;
}
/* line 82, sass/site/primary/_primary.scss */
.page-template-page_primary .site-content {
  overflow-x: hidden;
}
/* line 86, sass/site/primary/_primary.scss */
.page-template-page_primary .content-area {
  padding-top: 95px;
}
/* line 90, sass/site/primary/_primary.scss */
.page-template-page_primary .entry-content {
  max-width: 1200px;
  padding: 0 20px;
}
/* line 93, sass/site/primary/_primary.scss */
.page-template-page_primary .entry-content p {
  max-width: 1200px;
  margin: 50px 0 5px 0;
  color: #000000;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 300;
}
@media all and (max-width: 768px) {
  /* line 93, sass/site/primary/_primary.scss */
  .page-template-page_primary .entry-content p {
    margin: 30px 0 5px 0;
  }
}
@media all and (max-width: 350px) {
  /* line 93, sass/site/primary/_primary.scss */
  .page-template-page_primary .entry-content p {
    font-size: 16px;
  }
}
/* line 108, sass/site/primary/_primary.scss */
.page-template-page_primary .entry-content ol,
.page-template-page_primary .entry-content ul {
  margin: 0 0 1.5em 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 480px) {
  /* line 108, sass/site/primary/_primary.scss */
  .page-template-page_primary .entry-content ol,
  .page-template-page_primary .entry-content ul {
    font-size: 16px;
  }
}
/* line 121, sass/site/primary/_primary.scss */
.page-template-page_primary .hentry {
  margin: 0;
  max-height: 400px;
}
/* line 126, sass/site/primary/_primary.scss */
.page-template-page_primary .overlay-background {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
}
/* line 136, sass/site/primary/_primary.scss */
.page-template-page_primary .content-block {
  font-size: 21px;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  padding: 30px 0 40px;
}
@media all and (max-width: 768px) {
  /* line 136, sass/site/primary/_primary.scss */
  .page-template-page_primary .content-block {
    font-size: 16px;
  }
}
/* line 145, sass/site/primary/_primary.scss */
.page-template-page_primary .content-block h3 {
  color: #872c8c;
  font-size: 29px;
  line-height: 1.2;
}
/* line 185, sass/site/primary/_primary.scss */
.page-template-page_primary .block-heading {
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  color: #872c8c;
  margin: 25px 0;
  padding: 0;
  line-height: 1.2;
  text-align: center;
}
/* line 192, sass/site/primary/_primary.scss */
.page-template-page_primary .block-heading.small-text {
  font-size: 29px;
}
/* line 195, sass/site/primary/_primary.scss */
.page-template-page_primary .block-heading.large-text {
  font-size: 40px;
}
@media (max-width: 480px) {
  /* line 195, sass/site/primary/_primary.scss */
  .page-template-page_primary .block-heading.large-text {
    font-size: 30px;
  }
}
/* line 203, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-blocks {
  display: flex;
  flex: 0 1 auto;
  margin: 25px 0 25px;
  background: #6332ac;
}
/* line 208, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-blocks.bg_image {
  background: url("/wp-content/uploads/2017/09/mp_backround_boxes.jpg");
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 1024px) {
  /* line 208, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-blocks.bg_image {
    background: -moz-linear-gradient(-45deg, #6332ac 0%, #d61f46 100%);
    background: -webkit-linear-gradient(-45deg, #6332ac 0%, #d61f46 100%);
    background: linear-gradient(135deg, #6332ac 0%, #d61f46 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6332ac', endColorstr='#d61f46',GradientType=1 );
  }
}
/* line 218, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-blocks.bg_image .primary-page-block {
  align-items: center;
}
/* line 220, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-blocks.bg_image .primary-page-block p {
  margin: 0 auto;
}
/* line 225, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-blocks.gradient {
  background: -moz-linear-gradient(-45deg, #6332ac 0%, #d61f46 100%);
  background: -webkit-linear-gradient(-45deg, #6332ac 0%, #d61f46 100%);
  background: linear-gradient(135deg, #6332ac 0%, #d61f46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6332ac', endColorstr='#d61f46',GradientType=1 );
}
/* line 230, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-blocks.gradient .primary-page-block {
  align-items: center;
}
/* line 232, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-blocks.gradient .primary-page-block p {
  margin: 0 auto;
}
/* line 238, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-blocks.small-text .primary-page-block {
  text-transform: uppercase;
}
/* line 240, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-blocks.small-text .primary-page-block p {
  font-size: 16px;
}
/* line 246, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-blocks.large-text .primary-page-block p {
  font-size: 22px;
}
@media (max-width: 480px) {
  /* line 246, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-blocks.large-text .primary-page-block p {
    font-size: 16px;
  }
}
/* line 253, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-blocks > div:first-of-type {
  border: none;
}
/* line 257, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-block {
  width: 100%;
  width: calc(100% - 50px);
  padding: 50px 25px;
  border-left: 16px solid #fff;
  position: relative;
  display: flex;
  align-items: center;
}
/* line 265, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-block a {
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  top: 25px;
  left: 25px;
  text-decoration: none;
  z-index: 10;
  display: block;
  transition: 0.25s all ease;
  box-shadow: none;
}
/* line 276, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-block a:hover, .page-template-page_primary .primary-page-block a:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 5px 25px rgba(255, 255, 255, 0.25);
}
/* line 283, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-block p {
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  margin: 0 auto;
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 283, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-block p {
    font-size: 42px;
  }
}
/* line 295, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-lists {
  margin: 25px 0;
}
/* line 297, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-lists > div:nth-of-type(even) {
  border-top: 1px solid #b9245e;
}
/* line 299, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-lists > div:nth-of-type(even) .primary-page-list-title {
  color: #b9245e;
}
/* line 304, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-list {
  border-top: 1px solid #872c8c;
  display: flex;
  flex: 0 1 auto;
  align-items: center;
}
/* line 310, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-list-icon {
  margin-right: 2%;
  width: 10%;
}
@media all and (max-width: 768px) {
  /* line 310, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-list-icon {
    margin: 20px;
    width: auto;
  }
}
@media all and (min-width: 768px) {
  /* line 318, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-list-icon img {
    width: 66%;
  }
}
/* line 323, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-list-title {
  color: #872c8c;
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  font-size: 29px;
  line-height: 1.3;
  margin: 0 4% 0 0;
  text-align: left;
  text-transform: uppercase;
  width: 25%;
}
/* line 333, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-list-items {
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  color: #000;
  text-align: left;
  font-size: 22px;
  line-height: 1.3;
  padding: 30px 0;
  width: 65%;
}
/* line 341, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-list-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 345, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-list-items ul > li:last-of-type {
  margin-bottom: 0;
}
/* line 349, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-list-items li {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
/* line 356, sass/site/primary/_primary.scss */
.page-template-page_primary h3.heading-content-block {
  font-size: 24px;
  line-height: 1.33;
  color: #000000;
  text-align: center;
  margin: 75px 0 75px;
}
/* line 362, sass/site/primary/_primary.scss */
.page-template-page_primary h3.heading-content-block .at {
  font-family: arial;
  font-size: 55%;
  position: relative;
  top: -4px;
}
/* line 370, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-case-studies {
  position: relative;
  padding: 20px 20px 15px 20px;
  margin: 27px 0 36px;
  background: #6332ac;
  background: -moz-linear-gradient(-45deg, #6332ac 0%, #d61f46 100%);
  background: -webkit-linear-gradient(-45deg, #6332ac 0%, #d61f46 100%);
  background: linear-gradient(135deg, #6332ac 0%, #d61f46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6332ac', endColorstr='#d61f46',GradientType=1 );
}
@media all and (min-width: 1200px) {
  /* line 382, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-case-studies {
    width: 200%;
    transform: translateX(-25%);
    margin-left: 50%;
  }
}
@media all and (min-width: 768px) {
  /* line 390, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-case-studies {
    margin: 50px 0 50px;
  }
}
/* line 395, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-case-studies-block {
  max-width: 1200px;
  margin: 0 auto 5px;
  padding: 0 20px;
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  /* line 395, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-case-studies-block {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
/* line 409, sass/site/primary/_primary.scss */
.page-template-page_primary .case-study-content {
  font-size: 29px;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
  width: 50%;
  float: left;
  padding-right: 10px;
}
@media all and (max-width: 768px) {
  /* line 409, sass/site/primary/_primary.scss */
  .page-template-page_primary .case-study-content {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 600px) {
  /* line 409, sass/site/primary/_primary.scss */
  .page-template-page_primary .case-study-content {
    font-size: 22px;
  }
}
/* line 427, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-case-study-blocks {
  display: flex;
  flex: 0 1 auto;
  align-items: stretch;
  justify-content: flex-end;
  width: 50%;
}
@media all and (max-width: 768px) {
  /* line 427, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-case-study-blocks {
    justify-content: center;
    width: 100%;
  }
}
/* line 439, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-page-case-study-block + .primary-page-case-study-block {
  margin-left: 20px;
}
/* line 443, sass/site/primary/_primary.scss */
.page-template-page_primary .case-study-image {
  margin-bottom: 5px;
}
/* line 447, sass/site/primary/_primary.scss */
.page-template-page_primary .case-study-button {
  background-color: #61C50E;
  padding: 5px;
  position: relative;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 454, sass/site/primary/_primary.scss */
.page-template-page_primary .case-study-button:hover {
  font-weight: bold;
}
/* line 457, sass/site/primary/_primary.scss */
.page-template-page_primary .case-study-button a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
  opacity: 0;
}
/* line 466, sass/site/primary/_primary.scss */
.page-template-page_primary .case-study-button a:hover {
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
/* line 474, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-footer {
  margin: 20px 0 40px;
}
/* line 476, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-footer h3 {
  color: #872c8c;
  font-size: 29px;
  line-height: 1.2;
}
/* line 481, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-footer p {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  max-width: 650px;
  margin: 0 auto;
}
/* line 488, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-footer a.link-button {
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
}
/* line 493, sass/site/primary/_primary.scss */
.page-template-page_primary .primary-footer .at {
  font-family: arial;
  font-size: 55%;
  position: relative;
  top: -3px;
}
/* line 501, sass/site/primary/_primary.scss */
.page-template-page_primary .section-subscribe {
  background-color: #FFFFFF;
  margin-bottom: 40px;
}
/* line 504, sass/site/primary/_primary.scss */
.page-template-page_primary .section-subscribe p {
  margin: 25px 0 5px 0;
}
@media (min-width: 1024px) {
  /* line 510, sass/site/primary/_primary.scss */
  .page-template-page_primary .section-subscribe {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 516, sass/site/primary/_primary.scss */
  .page-template-page_primary .block-heading {
    font-size: 22px;
  }
  /* line 519, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-block {
    font-size: 16px;
  }
  /* line 522, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-list {
    display: block;
  }
  /* line 525, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-list-title {
    font-size: 22px;
  }
  /* line 530, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-list-item {
    font-size: 15px;
  }
  /* line 534, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-footer h3 {
    font-size: 22px;
  }
  /* line 537, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-footer p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  /* line 544, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-list {
    display: block;
  }
  /* line 547, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-list-title {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
  }
  /* line 552, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-list-items {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  /* line 559, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-blocks {
    display: block;
  }
  /* line 562, sass/site/primary/_primary.scss */
  .page-template-page_primary .primary-page-block {
    border: none;
    border-top: 10px solid #fff;
    width: 100%;
  }
}

/* line 571, sass/site/primary/_primary.scss */
.br-numbers-wrapper {
  width: 9000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #E5E5E5;
}
/* line 578, sass/site/primary/_primary.scss */
.br-numbers-wrapper .br-numbers {
  background-color: #E5E5E5;
  max-width: 1200px;
  margin: 0 auto;
  width: 100vw;
  text-align: center;
}
/* line 585, sass/site/primary/_primary.scss */
.br-numbers-wrapper .br-numbers .br-number {
  width: 100%;
  margin: 10px 7px;
  padding: 25px;
}
/* line 590, sass/site/primary/_primary.scss */
.br-numbers-wrapper .br-numbers .br-number .br-number-number {
  font-size: 68px;
  line-height: 68px;
  width: 100%;
}
/* line 596, sass/site/primary/_primary.scss */
.br-numbers-wrapper .br-numbers .br-number .br-number-caption {
  font-size: 28px;
  line-height: 28px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 607, sass/site/primary/_primary.scss */
  .br-numbers {
    display: flex;
    flex: 0 1 auto;
  }
  /* line 611, sass/site/primary/_primary.scss */
  .br-numbers > div:first-of-type {
    margin-left: 0;
  }
  /* line 614, sass/site/primary/_primary.scss */
  .br-numbers > div:last-of-type {
    margin-right: 0;
  }
}
/* line 620, sass/site/primary/_primary.scss */
.purple-text {
  color: #6332AC;
  font-size: 36px;
  text-transform: uppercase;
}
@media only screen and (max-width: 350px) {
  /* line 620, sass/site/primary/_primary.scss */
  .purple-text {
    font-size: 24px;
  }
}

/* line 629, sass/site/primary/_primary.scss */
.pink-text {
  color: #B9245E;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 40px;
  display: block;
  margin: 40px 0 20px;
}
@media only screen and (max-width: 768px) {
  /* line 629, sass/site/primary/_primary.scss */
  .pink-text {
    font-size: 28px;
    line-height: 30px;
    margin: 25px 0 15px;
  }
}

/* line 643, sass/site/primary/_primary.scss */
.column-row-1 {
  display: flex;
  background-size: cover;
  background-position: center;
  margin: 20px auto;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  /* line 643, sass/site/primary/_primary.scss */
  .column-row-1 {
    display: block;
  }
}

/* line 655, sass/site/primary/_primary.scss */
.column-row-2 {
  display: flex;
  background-size: cover;
  background-position: center;
  margin: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 655, sass/site/primary/_primary.scss */
  .column-row-2 {
    display: block;
  }
}

/* line 665, sass/site/primary/_primary.scss */
.column-row-1.combo_bg,
.column-row-2.combo_bg {
  background-image: url(/wp-content/uploads/2017/09/mp_backround_boxes.jpg);
}

/* line 670, sass/site/primary/_primary.scss */
.column-row-1.purple_bg,
.column-row-2.purple_bg {
  background-image: url(/wp-content/uploads/2017/09/mp_backround_boxes_purple.jpg);
}

/* line 675, sass/site/primary/_primary.scss */
.column-row-1.pink_bg,
.column-row-2.pink_bg {
  background-image: url(/wp-content/uploads/2017/09/mp_backround_boxes_pink.jpg);
}

@media only screen and (min-width: 768px) {
  /* line 681, sass/site/primary/_primary.scss */
  .two-column:first-of-type {
    border: none;
  }

  /* line 684, sass/site/primary/_primary.scss */
  .two-column {
    border-left: 20px solid #fff;
  }
}
/* line 689, sass/site/primary/_primary.scss */
.two-column {
  flex: 1;
  color: #FFFFFF;
  padding: 20px;
  position: relative;
  font-size: 26px;
}
@media all and (max-width: 768px) {
  /* line 689, sass/site/primary/_primary.scss */
  .two-column {
    font-size: 20px;
    border: none;
    border-top: 10px solid #fff;
    width: 100%;
  }
}
/* line 701, sass/site/primary/_primary.scss */
.two-column b {
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  color: #FFFFFF !important;
}
/* line 706, sass/site/primary/_primary.scss */
.two-column p {
  margin: 5px 0 !important;
  color: #FFFFFF !important;
}

/* line 712, sass/site/primary/_primary.scss */
.two-column a:hover,
.two-column a:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 5px 25px rgba(255, 255, 255, 0.25);
}

/* line 719, sass/site/primary/_primary.scss */
div.two-column a {
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  top: 25px;
  left: 25px;
  display: block;
  text-decoration: none;
  color: #FFFFFF !important;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.25s all ease;
}

/* line 733, sass/site/primary/_primary.scss */
.primary-header-caption,
.primary-header-caption.white {
  background: #fff;
  color: #000;
  text-align: center;
  margin: 0 auto;
  font-size: 29px;
  line-height: 1.4;
  padding: 70px 20px;
}
@media all and (max-width: 768px) {
  /* line 733, sass/site/primary/_primary.scss */
  .primary-header-caption,
  .primary-header-caption.white {
    font-size: 20px;
    padding: 35px 20px;
  }
}
/* line 746, sass/site/primary/_primary.scss */
.primary-header-caption .at,
.primary-header-caption.white .at {
  font-family: arial;
  font-size: 55%;
  position: relative;
  top: -3px;
}
/* line 753, sass/site/primary/_primary.scss */
.primary-header-caption p,
.primary-header-caption.white p {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (max-width: 768px) {
  /* line 753, sass/site/primary/_primary.scss */
  .primary-header-caption p,
  .primary-header-caption.white p {
    padding: 0;
  }
}

/* line 762, sass/site/primary/_primary.scss */
.primary-header-caption.purple {
  background-color: #6332AC;
  color: #FFF;
  padding: 35px 20px;
}

/* line 768, sass/site/primary/_primary.scss */
.br-number-number,
.br-number-caption {
  color: #9B9B9B;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(transparent, transparent), url(/wp-content/uploads/2017/09/gradient.png) repeat;
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  background-size: cover;
}

/* line 778, sass/site/primary/_primary.scss */
svg {
  height: 8em;
  width: 100%;
}

@media (min-width: 1200px) {
  /* line 784, sass/site/primary/_primary.scss */
  .three-d-quote {
    width: 200%;
    transform: translateX(-50%);
    margin-left: 50%;
  }
}
/* line 791, sass/site/primary/_primary.scss */
.at {
  font-family: arial;
  font-size: 55%;
  position: relative;
  top: -6px;
}
@media all and (max-width: 768px) {
  /* line 791, sass/site/primary/_primary.scss */
  .at {
    top: -3px;
  }
}

/* custom page specific styles */
/* line 802, sass/site/primary/_primary.scss */
.page-id-4601 .primary-header-image-background img {
  position: absolute;
  bottom: 0;
}

/* line 7, sass/site/primary/_search-results.scss */
.search-results #primary .page-header {
  margin: 105px 14px 10px;
}
@media all and (min-width: 768px) {
  /* line 7, sass/site/primary/_search-results.scss */
  .search-results #primary .page-header {
    margin: 25px 14px 10px;
  }
}
/* line 12, sass/site/primary/_search-results.scss */
.search-results #primary .page-header h1 {
  color: #b9245e;
  font-family: MuseoSans-300, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 26px;
}
/* line 19, sass/site/primary/_search-results.scss */
.search-results #primary .entry-header {
  margin-top: 35px;
}
/* line 21, sass/site/primary/_search-results.scss */
.search-results #primary .entry-header .entry-title {
  font-size: 20px;
  font-family: MuseoSans-700, sans-serif;
  font-weight: 700;
}
/* line 25, sass/site/primary/_search-results.scss */
.search-results #primary .entry-header h2 {
  margin-bottom: 5px;
}
/* line 30, sass/site/primary/_search-results.scss */
.search-results #primary .entry-summary p {
  text-align: left;
  font-family: MuseoSans-500, sans-serif;
  font-weight: 500;
  color: black;
  font-size: 18px;
}
/* line 36, sass/site/primary/_search-results.scss */
.search-results #primary .entry-summary.block, .search-results #primary .entry-summary.site-content, .search-results #primary .blog .entry-summary.blog-content, .blog .search-results #primary .entry-summary.blog-content,
.search-results #primary .category .entry-summary.blog-content,
.category .search-results #primary .entry-summary.blog-content,
.search-results #primary .tax .entry-summary.blog-content,
.tax .search-results #primary .entry-summary.blog-content,
.search-results #primary .single-post .entry-summary.blog-content,
.single-post .search-results #primary .entry-summary.blog-content, .search-results #primary .post-type-archive-resource .entry-summary.resource-content, .post-type-archive-resource .search-results #primary .entry-summary.resource-content,
.search-results #primary .single-resource .entry-summary.resource-content,
.single-resource .search-results #primary .entry-summary.resource-content, .search-results #primary .error404 .entry-summary.page-content, .error404 .search-results #primary .entry-summary.page-content, .search-results #primary body.post-type-archive-resource .section-feature-content .entry-summary.section-feature-header, body.post-type-archive-resource .section-feature-content .search-results #primary .entry-summary.section-feature-header,
.search-results #primary body.category .section-feature-content .entry-summary.section-feature-header,
body.category .section-feature-content .search-results #primary .entry-summary.section-feature-header,
.search-results #primary body.blog .section-feature-content .entry-summary.section-feature-header,
body.blog .section-feature-content .search-results #primary .entry-summary.section-feature-header, .search-results #primary body.single-resource .section-feature-header .entry-summary.feature-header-image, body.single-resource .section-feature-header .search-results #primary .entry-summary.feature-header-image,
.search-results #primary body.single-post .section-feature-header .entry-summary.feature-header-image,
body.single-post .section-feature-header .search-results #primary .entry-summary.feature-header-image {
  padding-left: 15px;
}
/* line 40, sass/site/primary/_search-results.scss */
.search-results #primary .hentry {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 44, sass/site/primary/_search-results.scss */
  .search-results #primary .page-header {
    margin-left: 0;
  }
  /* line 47, sass/site/primary/_search-results.scss */
  .search-results #primary .entry-summary {
    padding-left: 0;
  }
  /* line 49, sass/site/primary/_search-results.scss */
  .search-results #primary .entry-summary.block, .search-results #primary .entry-summary.site-content, .search-results #primary .blog .entry-summary.blog-content, .blog .search-results #primary .entry-summary.blog-content,
  .search-results #primary .category .entry-summary.blog-content,
  .category .search-results #primary .entry-summary.blog-content,
  .search-results #primary .tax .entry-summary.blog-content,
  .tax .search-results #primary .entry-summary.blog-content,
  .search-results #primary .single-post .entry-summary.blog-content,
  .single-post .search-results #primary .entry-summary.blog-content, .search-results #primary .post-type-archive-resource .entry-summary.resource-content, .post-type-archive-resource .search-results #primary .entry-summary.resource-content,
  .search-results #primary .single-resource .entry-summary.resource-content,
  .single-resource .search-results #primary .entry-summary.resource-content, .search-results #primary .error404 .entry-summary.page-content, .error404 .search-results #primary .entry-summary.page-content, .search-results #primary body.post-type-archive-resource .section-feature-content .entry-summary.section-feature-header, body.post-type-archive-resource .section-feature-content .search-results #primary .entry-summary.section-feature-header,
  .search-results #primary body.category .section-feature-content .entry-summary.section-feature-header,
  body.category .section-feature-content .search-results #primary .entry-summary.section-feature-header,
  .search-results #primary body.blog .section-feature-content .entry-summary.section-feature-header,
  body.blog .section-feature-content .search-results #primary .entry-summary.section-feature-header, .search-results #primary body.single-resource .section-feature-header .entry-summary.feature-header-image, body.single-resource .section-feature-header .search-results #primary .entry-summary.feature-header-image,
  .search-results #primary body.single-post .section-feature-header .entry-summary.feature-header-image,
  body.single-post .section-feature-header .search-results #primary .entry-summary.feature-header-image {
    padding-left: 0;
  }
}

/* line 57, sass/site/primary/_search-results.scss */
.search-results #primary .entry-meta {
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  /* line 57, sass/site/primary/_search-results.scss */
  .search-results #primary .entry-meta {
    padding-bottom: 5px;
  }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 2, sass/modules/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 8, sass/modules/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, sass/media/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 11, sass/media/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 1, sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 5, sass/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, sass/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 14, sass/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 1, sass/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 5, sass/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
/* line 11, sass/media/_galleries.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
/* line 15, sass/media/_galleries.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
/* line 19, sass/media/_galleries.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
/* line 23, sass/media/_galleries.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
/* line 27, sass/media/_galleries.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
/* line 31, sass/media/_galleries.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
/* line 35, sass/media/_galleries.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
/* line 39, sass/media/_galleries.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 44, sass/media/_galleries.scss */
.gallery-caption {
  display: block;
}

/* line 9, modules/push-menu/_push-menu.scss */
.push-menu-container,
.push-menu {
  /*this is the nav*/
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  position: fixed;
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media screen {
  /* line 23, modules/push-menu/_push-menu.scss */
  .admin-bar .push-menu {
    margin-top: 46px !important;
  }
}
/* line 29, modules/push-menu/_push-menu.scss */
.page-template-page_home-page .push-menu-content {
  /* This the content we are pushing */
  overflow-x: hidden;
}

/* line 33, modules/push-menu/_push-menu.scss */
.page-template-page_home-page .push-menu-content.site-header {
  overflow-x: visible;
}

/*Transition*/
/* line 38, modules/push-menu/_push-menu.scss */
.push-menu, .push-menu-content {
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

/* line 42, modules/push-menu/_push-menu.scss */
.push-menu {
  height: 100%;
  overflow: auto;
  overflow-y: scroll;
}
/* line 46, modules/push-menu/_push-menu.scss */
.push-menu .wrapper {
  height: 100%;
  z-index: 1000;
}

/* line 53, modules/push-menu/_push-menu.scss */
.push-menu-open .push-menu {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 57, modules/push-menu/_push-menu.scss */
.push-menu-open .push-menu-content {
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media all and (min-width: 768px) {
  /* line 63, modules/push-menu/_push-menu.scss */
  .push-menu-container,
  .push-menu {
    /*this is the nav*/
    width: 640px;
    -moz-transform: translate(640px, 0);
    -ms-transform: translate(640px, 0);
    -webkit-transform: translate(640px, 0);
    transform: translate(640px, 0);
  }

  /* line 71, modules/push-menu/_push-menu.scss */
  .push-menu-open .push-menu-content {
    -moz-transform: translate(-640px, 0);
    -ms-transform: translate(-640px, 0);
    -webkit-transform: translate(-640px, 0);
    transform: translate(-640px, 0);
  }
}
/**

white : White
#6332ac : Blue
#b9245e : Rose
#872c8c: Purple
#e31d3c : Red

**/
@media all and (min-width: 768px) {
  /* line 21, modules/time-line/_time-line.scss */
  .page-template-page_time-line .block, .page-template-page_time-line .page-template-page_jobs .site-content, .page-template-page_jobs .page-template-page_time-line .site-content,
  .page-template-page_time-line .single-jobs .site-content,
  .single-jobs .page-template-page_time-line .site-content,
  .page-template-page_time-line .single-news .site-content,
  .single-news .page-template-page_time-line .site-content,
  .page-template-page_time-line .tax-locations .site-content,
  .tax-locations .page-template-page_time-line .site-content, .page-template-page_time-line .search-results .site-content, .search-results .page-template-page_time-line .site-content,
  .page-template-page_time-line .search-no-results .site-content,
  .search-no-results .page-template-page_time-line .site-content, .page-template-page_time-line .blog .blog-content, .blog .page-template-page_time-line .blog-content,
  .page-template-page_time-line .category .blog-content,
  .category .page-template-page_time-line .blog-content,
  .page-template-page_time-line .tax .blog-content,
  .tax .page-template-page_time-line .blog-content,
  .page-template-page_time-line .single-post .blog-content,
  .single-post .page-template-page_time-line .blog-content, .page-template-page_time-line .post-type-archive-resource .resource-content, .post-type-archive-resource .page-template-page_time-line .resource-content,
  .page-template-page_time-line .single-resource .resource-content,
  .single-resource .page-template-page_time-line .resource-content, .page-template-page_time-line .error404 .page-content, .error404 .page-template-page_time-line .page-content, .page-template-page_time-line body.post-type-archive-resource .section-feature-content .section-feature-header, body.post-type-archive-resource .section-feature-content .page-template-page_time-line .section-feature-header,
  .page-template-page_time-line body.category .section-feature-content .section-feature-header,
  body.category .section-feature-content .page-template-page_time-line .section-feature-header,
  .page-template-page_time-line body.blog .section-feature-content .section-feature-header,
  body.blog .section-feature-content .page-template-page_time-line .section-feature-header, .page-template-page_time-line body.single-resource .section-feature-header .feature-header-image, body.single-resource .section-feature-header .page-template-page_time-line .feature-header-image,
  .page-template-page_time-line body.single-post .section-feature-header .feature-header-image,
  body.single-post .section-feature-header .page-template-page_time-line .feature-header-image {
    max-width: 1000px;
  }
}
/* line 25, modules/time-line/_time-line.scss */
.page-template-page_time-line .entry-header {
  position: relative;
  padding-top: 152px;
  padding-left: 34px;
  padding-right: 34px;
  line-height: 1;
  margin: 0 0 15px;
}
@media all and (min-width: 768px) {
  /* line 25, modules/time-line/_time-line.scss */
  .page-template-page_time-line .entry-header {
    padding-top: 222px;
    padding-left: 80px;
  }
}
/* line 39, modules/time-line/_time-line.scss */
.page-template-page_time-line .entry-header h1 {
  color: #fff;
  font-size: 36px;
  text-align: left;
  padding: 0;
}
@media all and (min-width: 768px) {
  /* line 39, modules/time-line/_time-line.scss */
  .page-template-page_time-line .entry-header h1 {
    font-size: 72px;
  }
}
/* line 52, modules/time-line/_time-line.scss */
.page-template-page_time-line .hero {
  position: relative;
  padding-bottom: 125px;
  color: #fff;
}
/* line 58, modules/time-line/_time-line.scss */
.page-template-page_time-line .hero-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
/* line 69, modules/time-line/_time-line.scss */
.page-template-page_time-line .hero-content {
  position: relative;
  padding-left: 34px;
  padding-right: 34px;
  margin: 0;
}
@media all and (min-width: 768px) {
  /* line 69, modules/time-line/_time-line.scss */
  .page-template-page_time-line .hero-content {
    padding-left: 80px;
  }
}
/* line 80, modules/time-line/_time-line.scss */
.page-template-page_time-line .hero-content p {
  text-align: left;
  padding-bottom: 32px;
}

/* line 88, modules/time-line/_time-line.scss */
.timeline {
  position: relative;
  padding-bottom: 100px;
  margin-top: 75px;
}
@media all and (min-width: 768px) {
  /* line 88, modules/time-line/_time-line.scss */
  .timeline {
    margin-top: 0px;
  }
}
/* line 98, modules/time-line/_time-line.scss */
.timeline:after {
  clear: both;
  display: block;
  content: '';
}
/* line 104, modules/time-line/_time-line.scss */
.timeline .column {
  width: auto;
}
@media all and (min-width: 768px) {
  /* line 104, modules/time-line/_time-line.scss */
  .timeline .column {
    width: 50%;
  }
}
/* line 112, modules/time-line/_time-line.scss */
.timeline .column.column-0 {
  float: none;
}
@media all and (min-width: 768px) {
  /* line 112, modules/time-line/_time-line.scss */
  .timeline .column.column-0 {
    float: left;
  }
}
/* line 119, modules/time-line/_time-line.scss */
.timeline .column.column-0 .event {
  float: none;
  clear: none;
}
@media all and (min-width: 768px) {
  /* line 119, modules/time-line/_time-line.scss */
  .timeline .column.column-0 .event {
    float: right;
    clear: right;
  }
}
/* line 129, modules/time-line/_time-line.scss */
.timeline .column.column-0 .event:first-child .event-year {
  margin-top: 80px;
}
/* line 134, modules/time-line/_time-line.scss */
.timeline .column.column-0 .event .event-content {
  float: none;
}
@media all and (min-width: 768px) {
  /* line 134, modules/time-line/_time-line.scss */
  .timeline .column.column-0 .event .event-content {
    float: right;
  }
}
/* line 143, modules/time-line/_time-line.scss */
.timeline .column.column-0 .event .event-year {
  float: right;
}
/* line 146, modules/time-line/_time-line.scss */
.timeline .column.column-0 .event .event-year:before {
  border-width: 10px 8px 10px 0px;
  right: 0;
}
/* line 155, modules/time-line/_time-line.scss */
.timeline .column.column-1 {
  float: right;
  display: none;
  -moz-transform: translate3d(0, 235px, 0);
  -ms-transform: translate3d(0, 235px, 0);
  -webkit-transform: translate3d(0, 235px, 0);
  transform: translate3d(0, 235px, 0);
}
/* line 160, modules/time-line/_time-line.scss */
.timeline .column.column-1 .event {
  float: left;
  clear: left;
}
/* line 164, modules/time-line/_time-line.scss */
.timeline .column.column-1 .event:first-child {
  margin-top: 80px;
}
/* line 168, modules/time-line/_time-line.scss */
.timeline .column.column-1 .event .event-content {
  float: left;
}
/* line 172, modules/time-line/_time-line.scss */
.timeline .column.column-1 .event .event-year {
  float: left;
}
/* line 175, modules/time-line/_time-line.scss */
.timeline .column.column-1 .event .event-year:before {
  border-width: 10px 0px 10px 8px;
  left: 0;
}
@media all and (min-width: 768px) {
  /* line 189, modules/time-line/_time-line.scss */
  .timeline .column.column-0 .event.odd {
    display: none;
  }
  /* line 194, modules/time-line/_time-line.scss */
  .timeline .column.column-1 {
    display: block;
  }
}
/* line 201, modules/time-line/_time-line.scss */
.timeline .timeline-to-year, .timeline .timeline-from-year {
  background-color: #b9245e;
  line-height: 64px;
  height: 64px;
  width: 64px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  z-index: 1;
}
/* line 214, modules/time-line/_time-line.scss */
.timeline .timeline-to-year {
  top: -75px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 12px white, 0 0 0 28px rgba(255, 255, 255, 0.2), 0 0 0 42px rgba(255, 255, 255, 0.2);
}
@media all and (min-width: 768px) {
  /* line 214, modules/time-line/_time-line.scss */
  .timeline .timeline-to-year {
    top: 0px;
  }
}
/* line 227, modules/time-line/_time-line.scss */
.timeline .timeline-from-year {
  bottom: 0px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 232, modules/time-line/_time-line.scss */
.timeline .timeline-line {
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #b9245e;
  display: none;
}
@media all and (min-width: 768px) {
  /* line 232, modules/time-line/_time-line.scss */
  .timeline .timeline-line {
    display: block;
  }
}
/* line 247, modules/time-line/_time-line.scss */
.timeline .event {
  width: auto;
  text-align: center;
  margin-top: 22px;
}
@media all and (min-width: 768px) {
  /* line 247, modules/time-line/_time-line.scss */
  .timeline .event {
    width: 352px;
  }
}
/* line 256, modules/time-line/_time-line.scss */
.timeline .event.color-white .event-content {
  background-color: white;
}
/* line 260, modules/time-line/_time-line.scss */
.timeline .event.color-purple .event-content {
  background-color: #872c8c;
  color: #fff;
}
/* line 265, modules/time-line/_time-line.scss */
.timeline .event.color-blue .event-content {
  background-color: #6332ac;
  color: #fff;
}
/* line 270, modules/time-line/_time-line.scss */
.timeline .event.color-red .event-content {
  background-color: #e31d3c;
  color: #fff;
}
/* line 275, modules/time-line/_time-line.scss */
.timeline .event.color-rose .event-content {
  background-color: #b9245e;
  color: #fff;
}
/* line 281, modules/time-line/_time-line.scss */
.timeline .event-image {
  width: 275px;
}
/* line 285, modules/time-line/_time-line.scss */
.timeline .event-content {
  width: 275px;
  border: 1px solid #e4e4e4;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  /* line 285, modules/time-line/_time-line.scss */
  .timeline .event-content {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 298, modules/time-line/_time-line.scss */
.timeline .event-year {
  width: 72px;
  position: relative;
  font-size: 12px;
  display: none;
}
@media all and (min-width: 768px) {
  /* line 298, modules/time-line/_time-line.scss */
  .timeline .event-year {
    display: block;
  }
}
/* line 308, modules/time-line/_time-line.scss */
.timeline .event-year:before {
  content: '';
  position: absolute;
  width: 0;
  border-style: solid;
  border-color: transparent #b9245e;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 319, modules/time-line/_time-line.scss */
.timeline .event-title {
  font-family: MuseoSans-900, sans-serif;
  font-weight: 900;
  font-size: 40px;
  padding: 50px 0 0;
}
/* line 325, modules/time-line/_time-line.scss */
.timeline .event-text {
  padding: 12px 24px 55px;
}
/* line 328, modules/time-line/_time-line.scss */
.timeline .hasImage .event-text {
  padding-bottom: 24px;
}
/* line 331, modules/time-line/_time-line.scss */
.timeline .hasImage .event-title {
  padding-top: 15px;
}

/*# sourceMappingURL=style.css.map */
