* {
  box-sizing: border-box;
}

html {
  font-size: 106.25%;
  line-height: 1.41176em;
  font-family: "Roboto", Arial, Verdana, "DejaVu Sans", sans-serif;
  font-weight: 300;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  font-family: "Roboto", Arial, Verdana, "DejaVu Sans", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

template {
  display: none;
}

:link {
  color: #51CAF2;
  text-decoration: none;
}

:visited {
  color: #51CAF2;
}

a:hover,
a:focus {
  color: #AFC94C;
}

a:active {
  color: #AFC94C;
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

@media print {
  :link,
  :visited {
    color: #202020;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 17px;
    text-decoration: none;
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
}

h1,
.header__site-name {
  font-size: 32px;
  line-height: 48px;
  font-size: 1.88235rem;
  line-height: 2.82353rem;
  margin-top: 24px;
  margin-top: 1.41176rem;
  margin-bottom: 24px;
  margin-bottom: 1.41176rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: "Roboto", Arial, Verdana, "DejaVu Sans", sans-serif;
  font-weight: 300;
  color: #376280;
  font-size: 20px;
  font-size: 1.17647rem;
  line-height: 29px;
  line-height: 1.70588rem;
}

@media (min-width: 991px) {
  h2 {
    font-size: 30px;
    font-size: 1.76471rem;
    line-height: 34px;
    line-height: 2rem;
  }
}

h3 {
  margin-bottom: 10px;
  font-weight: 400;
  color: #3A9DC6;
  font-size: 20px;
  font-size: 1.17647rem;
  line-height: 30px;
  line-height: 1.76471rem;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #F25170;
  font-size: 15px;
  font-size: 0.88235rem;
  line-height: 20px;
  line-height: 1.17647rem;
  letter-spacing: 3px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
  font-size: 0.82353rem;
  line-height: 1.41176rem;
  margin-top: 24px;
  margin-top: 1.41176rem;
  margin-bottom: 24px;
  margin-bottom: 1.41176rem;
}

h6 {
  font-size: 10px;
  line-height: 24px;
  font-size: 0.58824rem;
  line-height: 1.41176rem;
  margin-top: 24px;
  margin-top: 1.41176rem;
  margin-bottom: 24px;
  margin-bottom: 1.41176rem;
}

abbr[title] {
  border-bottom: 1px dotted;
}

@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #fd0;
  color: #202020;
}

small {
  font-size: 14px;
  font-size: 0.82353rem;
}

sub,
sup {
  font-size: 10px;
  font-size: 0.58824rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.divider,
hr {
  margin: 24px 0px;
  margin: 1.41176rem 0rem;
  border: 0;
  border-top: 1px solid #cccccc;
}

.divider > :first-child, hr > :first-child {
  margin-top: 24px;
  margin-top: 1.41176rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 34px;
}

[dir="rtl"] dd {
  margin: 0 34px 0 0;
}

ol,
ul {
  padding: 0 0 0 34px;
  padding-left: 40px;
}

[dir="rtl"] ol, [dir="rtl"]
ul {
  padding: 0 34px 0 0;
}

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 21px;
  padding: 10px 20px;
  border-left: 3px solid #F25170;
  background-color: #F5F5F5;
  width: 90%;
  font-size: 15px;
  font-size: 0.88235rem;
  line-height: 22px;
  line-height: 1.29412rem;
}

@media (min-width: 767px) {
  blockquote {
    font-size: 17px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.52941rem;
  }
}

@media (min-width: 991px) {
  blockquote {
    width: 80%;
    margin: 0 0 10px 0;
  }
}

blockquote p:last-child {
  margin-bottom: 0;
}

figure {
  margin: 24px 0px;
  margin: 1.41176rem 0rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

p,
pre {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 15px;
  font-size: 0.88235rem;
  line-height: 22px;
  line-height: 1.29412rem;
}

@media (min-width: 767px) {
  p,
  pre {
    font-size: 17px;
    font-size: 1rem;
    line-height: 27px;
    line-height: 1.58824rem;
    margin-bottom: 26px;
  }
}

code,
kbd,
samp,
var, pre {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

pre {
  overflow: auto;
}

img {
  border: 0;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

.lt-ie9 img, .lt-ie9
svg {
  width: auto;
}

svg:not(:root) {
  overflow: hidden;
}

.button,
.green-button,
.group-showcase .field-name-field-showcase-link a,
.node-type-form input[type="submit"],
body #sliding-popup .popup-content #popup-buttons button,
.group-infobox .field-name-field-news-and-blog-tags a,
.group-infobox .field-name-field-profile-tags a,
.group-signpost-image-text .field-name-field-signpost-link a,
.taxonomy-teaser .node-readmore a,
.node-teaser .node-readmore a,
.blue-button,
button,
[type="button"],
[type="reset"],
[type="submit"] {
  display: block;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: inherit;
  color: #202020;
  border: 1px solid rgba(125, 125, 125, 0.36);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button:hover,
.green-button:hover,
.group-showcase .field-name-field-showcase-link a:hover,
.node-type-form input[type="submit"]:hover,
body #sliding-popup .popup-content #popup-buttons button:hover,
.group-infobox .field-name-field-news-and-blog-tags a:hover,
.group-infobox .field-name-field-profile-tags a:hover,
.group-signpost-image-text .field-name-field-signpost-link a:hover,
.taxonomy-teaser .node-readmore a:hover,
.node-teaser .node-readmore a:hover,
.blue-button:hover,
button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
  background-color: #fff;
  -webkit-transform: translate(4px, 0px);
      -ms-transform: translate(4px, 0px);
          transform: translate(4px, 0px);
}

.button[disabled],
[disabled].green-button,
.group-showcase .field-name-field-showcase-link a[disabled],
.node-type-form input[disabled][type="submit"],
body #sliding-popup .popup-content #popup-buttons button[disabled],
.group-infobox .field-name-field-news-and-blog-tags a[disabled],
.group-infobox .field-name-field-profile-tags a[disabled],
.group-signpost-image-text .field-name-field-signpost-link a[disabled],
.taxonomy-teaser .node-readmore a[disabled],
.node-teaser .node-readmore a[disabled],
[disabled].blue-button,
button[disabled],
[disabled][type="button"],
[disabled][type="reset"],
[disabled][type="submit"] {
  cursor: default;
  color: #999999;
}

.button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active,
[disabled].green-button:hover,
.group-showcase .field-name-field-showcase-link a[disabled]:hover,
body #sliding-popup .popup-content #popup-buttons button[disabled]:hover,
.group-infobox .field-name-field-news-and-blog-tags a[disabled]:hover,
.group-infobox .field-name-field-profile-tags a[disabled]:hover,
.group-signpost-image-text .field-name-field-signpost-link a[disabled]:hover,
.taxonomy-teaser .node-readmore a[disabled]:hover,
.node-teaser .node-readmore a[disabled]:hover,
[disabled].blue-button:hover,
button[disabled]:hover,
[disabled][type="button"]:hover,
[disabled][type="reset"]:hover,
[disabled][type="submit"]:hover,
[disabled].green-button:focus,
.group-showcase .field-name-field-showcase-link a[disabled]:focus,
body #sliding-popup .popup-content #popup-buttons button[disabled]:focus,
.group-infobox .field-name-field-news-and-blog-tags a[disabled]:focus,
.group-infobox .field-name-field-profile-tags a[disabled]:focus,
.group-signpost-image-text .field-name-field-signpost-link a[disabled]:focus,
.taxonomy-teaser .node-readmore a[disabled]:focus,
.node-teaser .node-readmore a[disabled]:focus,
[disabled].blue-button:focus,
button[disabled]:focus,
[disabled][type="button"]:focus,
[disabled][type="reset"]:focus,
[disabled][type="submit"]:focus,
[disabled].green-button:active,
.group-showcase .field-name-field-showcase-link a[disabled]:active,
body #sliding-popup .popup-content #popup-buttons button[disabled]:active,
.group-infobox .field-name-field-news-and-blog-tags a[disabled]:active,
.group-infobox .field-name-field-profile-tags a[disabled]:active,
.group-signpost-image-text .field-name-field-signpost-link a[disabled]:active,
.taxonomy-teaser .node-readmore a[disabled]:active,
.node-teaser .node-readmore a[disabled]:active,
[disabled].blue-button:active,
button[disabled]:active,
[disabled][type="button"]:active,
[disabled][type="reset"]:active,
[disabled][type="submit"]:active {
  color: #999999;
}

.green-button, .group-showcase .field-name-field-showcase-link a {
  width: 80%;
  margin: 16px auto;
  padding: 16px;
  background-color: #AFC94C;
  font-size: 15px;
  font-size: 0.88235rem;
  line-height: 20px;
  line-height: 1.17647rem;
  font-weight: 300;
  letter-spacing: 3px;
  color: #fff;
}

.green-button:hover, .group-showcase .field-name-field-showcase-link a:hover, .green-button:focus, .group-showcase .field-name-field-showcase-link a:focus, .green-button:visited:hover, .group-showcase .field-name-field-showcase-link a:visited:hover {
  color: #AFC94C;
}

.green-button:active, .group-showcase .field-name-field-showcase-link a:active, .green-button:visited, .group-showcase .field-name-field-showcase-link a:visited, .green-button:visited:active, .group-showcase .field-name-field-showcase-link a:visited:active {
  color: #fff;
}

@media (min-width: 767px) {
  .green-button, .group-showcase .field-name-field-showcase-link a {
    width: 60%;
  }
}

.node-type-form input[type="submit"], body #sliding-popup .popup-content #popup-buttons button, .group-infobox .field-name-field-news-and-blog-tags a,
.group-infobox .field-name-field-profile-tags a, .group-signpost-image-text .field-name-field-signpost-link a, .taxonomy-teaser .node-readmore a,
.node-teaser .node-readmore a, .blue-button {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 9px 15px;
  background-color: #51CAF2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
  font-size: 1.05882rem;
  line-height: 35px;
  line-height: 2.05882rem;
  letter-spacing: 1px;
  color: #fff;
}

.node-type-form input[type="submit"]:hover, body #sliding-popup .popup-content #popup-buttons button:hover, .group-infobox .field-name-field-news-and-blog-tags a:hover,
.group-infobox .field-name-field-profile-tags a:hover, .group-signpost-image-text .field-name-field-signpost-link a:hover, .taxonomy-teaser .node-readmore a:hover,
.node-teaser .node-readmore a:hover, .blue-button:hover, .node-type-form input[type="submit"]:focus, body #sliding-popup .popup-content #popup-buttons button:focus, .group-infobox .field-name-field-news-and-blog-tags a:focus,
.group-infobox .field-name-field-profile-tags a:focus, .group-signpost-image-text .field-name-field-signpost-link a:focus, .taxonomy-teaser .node-readmore a:focus,
.node-teaser .node-readmore a:focus, .blue-button:focus, .node-type-form input[type="submit"]:visited:hover, body #sliding-popup .popup-content #popup-buttons button:visited:hover, .group-infobox .field-name-field-news-and-blog-tags a:visited:hover,
.group-infobox .field-name-field-profile-tags a:visited:hover, .group-signpost-image-text .field-name-field-signpost-link a:visited:hover, .taxonomy-teaser .node-readmore a:visited:hover,
.node-teaser .node-readmore a:visited:hover, .blue-button:visited:hover {
  color: #51CAF2;
}

.node-type-form input[type="submit"]:active, body #sliding-popup .popup-content #popup-buttons button:active, .group-infobox .field-name-field-news-and-blog-tags a:active,
.group-infobox .field-name-field-profile-tags a:active, .group-signpost-image-text .field-name-field-signpost-link a:active, .taxonomy-teaser .node-readmore a:active,
.node-teaser .node-readmore a:active, .blue-button:active, .node-type-form input[type="submit"]:visited, body #sliding-popup .popup-content #popup-buttons button:visited, .group-infobox .field-name-field-news-and-blog-tags a:visited,
.group-infobox .field-name-field-profile-tags a:visited, .group-signpost-image-text .field-name-field-signpost-link a:visited, .taxonomy-teaser .node-readmore a:visited,
.node-teaser .node-readmore a:visited, .blue-button:visited, .node-type-form input[type="submit"]:visited:active, body #sliding-popup .popup-content #popup-buttons button:visited:active, .group-infobox .field-name-field-news-and-blog-tags a:visited:active,
.group-infobox .field-name-field-profile-tags a:visited:active, .group-signpost-image-text .field-name-field-signpost-link a:visited:active, .taxonomy-teaser .node-readmore a:visited:active,
.node-teaser .node-readmore a:visited:active, .blue-button:visited:active {
  color: #fff;
}

.book-now-button {
  display: inline-block;
  color: #000;
  background-color: #AFC94C;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 15px 25px;
  border: none;
}

.book-now-button:hover {
  color: #000;
  background-color: #AFC94C;
  -webkit-transform: translate(4px, 0px);
      -ms-transform: translate(4px, 0px);
          transform: translate(4px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.book-now-button:focus {
  color: #000;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html input[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="time"], input[type="number"], textarea {
  line-height: inherit;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  padding: 8.4px 15px 15.6px;
  padding: 0.49412rem 0.88235rem 0.91765rem;
  border: 1px solid #cccccc;
  margin: 0 2px;
}

legend {
  border: 0;
  margin-left: -5px;
  padding: 0 5px;
}

label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 24px 0px;
  margin: 1.41176rem 0rem;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

.layout-3col {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout-3col:before {
  content: "";
  display: table;
}

.layout-3col:after {
  content: "";
  display: table;
  clear: both;
}

.layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar, .layout-3col__col-1, .layout-3col__col-2, .layout-3col__col-3, .layout-3col__col-4, .layout-3col__col-x {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 0;
  padding-right: 0;
}

[dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x {
  margin-right: 0%;
  margin-left: -100%;
}

@media (min-width: 767px) {
  .layout-3col {
    margin-left: -12px;
    margin-right: -13px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .layout-3col:before {
    content: "";
    display: table;
  }
  .layout-3col:after {
    content: "";
    display: table;
    clear: both;
  }
  [dir="rtl"] .layout-3col {
    margin-left: -13px;
    margin-right: -12px;
  }
  .layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
    padding-left: 0;
    padding-right: 0;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__first-left-sidebar, .layout-3col__col-1, .layout-3col__col-3, .layout-3col__col-x:nth-child(2n + 1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__second-left-sidebar, .layout-3col__col-2, .layout-3col__col-4, .layout-3col__col-x:nth-child(2n) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    margin-right: 50%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    padding-left: 13px;
    padding-right: 12px;
  }
}

@media (min-width: 991px) {
  .layout-3col {
    margin-right: 0;
    margin-left: 0;
  }
  .layout-3col__full {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__full {
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__left-content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__left-content {
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__right-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__right-content {
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__col-1, .layout-3col__col-x:nth-child(3n+1) {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-x:nth-child(3n+1) {
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__col-2, .layout-3col__col-x:nth-child(3n+2) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-x:nth-child(3n+2) {
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__col-3, .layout-3col__col-x:nth-child(3n) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(3n) {
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .layout-3col__col-4 {
    display: none;
  }
}

.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}

.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}

.layout-center {
  margin: 0;
  height: 100%;
}

.layout-center--shared-grid,
.layout-center.layout-3col {
  padding-left: 0;
  padding-right: 0;
}

.layout-swap {
  position: relative;
}

@media (min-width: 555px), (min-width: no-query), (min-width: true) {
  .layout-swap__top {
    position: absolute;
    top: 0;
    height: 48px;
    width: 100%;
  }
}

.field, .node.view-mode-full header,
.taxonomy-term header {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 991px) {
  .field, .node.view-mode-full header,
  .taxonomy-term header {
    max-width: 1080px;
  }
}

#block-prairie-blocks-header-section .field, .field-name-field-paragraphs, .paragraphs-item-signpost .content .group-signpost-image-text,
.paragraphs-item-signpost .content .signpost-large-image {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 991px) {
  #block-prairie-blocks-header-section .field, .field-name-field-paragraphs, .paragraphs-item-signpost .content .group-signpost-image-text,
  .paragraphs-item-signpost .content .signpost-large-image {
    max-width: 100%;
  }
}

.field .field-items {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-size: 0.88235rem;
  line-height: 22px;
  line-height: 1.29412rem;
  color: #202020;
}

@media (min-width: 479px) {
  .field .field-items {
    font-size: 17px;
    font-size: 1rem;
  }
}

@media (min-width: 767px) {
  .field .field-items {
    line-height: 27px;
    line-height: 1.58824rem;
    max-width: 700px;
    padding-right: 0;
    padding-left: 0;
  }
}

#block-prairie-blocks-header-section .field .field-items, .field-name-field-paragraphs > .field-items:first-child, .paragraphs-item-signpost .content .group-signpost-image-text .field-items,
.paragraphs-item-signpost .content .signpost-large-image .field-items {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 767px) {
  #block-prairie-blocks-header-section .field .field-items, .field-name-field-paragraphs > .field-items:first-child, .paragraphs-item-signpost .content .group-signpost-image-text .field-items,
  .paragraphs-item-signpost .content .signpost-large-image .field-items {
    max-width: 100%;
  }
}

.with-showcase .content .group-text, .layout__footer-wrapper .region-footer-bottom .block-footer-menu,
.layout__footer-wrapper .region-footer-bottom .block-address,
.layout__footer-wrapper .region-footer-bottom .block-social-logo, .view-search .view-content .views-row,
.view-related-content .view-content .views-row {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.field-name-title-field .field-items, .group-text .field-name-field-highlight-title .field-item {
  color: #C63A55;
  font-size: 15px;
  font-size: 0.88235rem;
  line-height: 20px;
  line-height: 1.17647rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.group-infobox .fieldset-wrapper, .paragraphs-call-to-action-button {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  border-right: 10px solid #C63A55;
  border-left: 10px solid #C63A55;
  background-color: #F3F0F0;
  text-align: center;
}

@media (min-width: 991px) {
  .group-infobox .fieldset-wrapper .field, .paragraphs-call-to-action-button .field {
    max-width: none;
  }
}

.group-infobox .fieldset-wrapper .field-items, .paragraphs-call-to-action-button .field-items {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 767px) {
  .group-infobox .fieldset-wrapper .field-items, .paragraphs-call-to-action-button .field-items {
    max-width: none;
  }
}

.autocomplete,
html.js input.form-autocomplete {
  background-image: url(../sass/components/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete,
[dir="rtl"] html.js input.form-autocomplete,
html.js [dir="rtl"] input.form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #202020;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item--is-selected,
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
html.js input.is-throbbing.form-autocomplete,
html.js input.throbbing {
  background-image: url(../sass/components/autocomplete/throbber-active.gif);
}

.block-address {
  margin-bottom: 10px;
  padding: 30px 10px;
  font-size: 16px;
  font-size: 0.94118rem;
  color: #fff;
}

.block-address a {
  text-decoration: none;
  color: #fff;
}

.block-address p {
  margin-bottom: 24px;
}

.block-address p:first-child {
  margin-top: 0;
}

.block-address p:last-child {
  margin-bottom: 0;
}

@media (min-width: 555px), (min-width: no-query), (min-width: true) {
  .block-address {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#block-prairie-blocks-apr-logo {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  padding-left: 10px;
  font-size: 0;
  line-height: 0;
  z-index: 1;
}

@media (min-width: 767px) {
  #block-prairie-blocks-apr-logo {
    padding-left: 0;
  }
}

#block-prairie-blocks-apr-logo p {
  margin: 0;
  padding: 0;
}

#block-prairie-blocks-apr-logo img {
  width: 134px;
  height: 67px;
}

.block-footer-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
}

.block-footer-menu .block__title {
  display: none;
}

.block-footer-menu .menu__item {
  font-size: 20px;
  font-size: 1.17647rem;
  line-height: 40px;
  line-height: 2.35294rem;
  font-weight: 100;
}

.block-footer-menu .menu__item .menu__link {
  display: inline-block;
  padding-right: 18px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  text-decoration: none;
}

.block-footer-menu .menu__item .menu__link:hover {
  color: #AFC94C;
  -webkit-transform: translate(4px, 0px);
  -ms-transform: translate(4px, 0px);
  transform: translate(4px, 0px);
}

@media (min-width: 767px) {
  .block-footer-menu .menu__item .menu__link {
    padding-left: 16px;
  }
}

.block-footer-menu .menu__item.first .menu__link.donate-now {
  padding-left: 18px;
  background-color: rgba(255, 255, 255, 0.28);
  border: 1px solid #fff;
  border-radius: 5px;
  line-height: 40px;
  line-height: 2.35294rem;
}

.block-footer-menu .menu__item.first .menu__link.donate-now:hover {
  color: #F25170;
  background-color: rgba(255, 255, 255, 0.95);
}

.block-designed-built {
  margin-top: 30px;
  padding-left: 10px;
}

.block-designed-built p {
  color: #fff;
  font-weight: 100;
  font-size: 14px;
  font-size: 0.82353rem;
  -webkit-transition: color 360ms ease;
  transition: color 360ms ease;
}

.block-designed-built a {
  text-decoration: none;
  font-weight: 500;
  color: #fff;
}

.block-designed-built a:hover {
  color: #EFFE81;
}

#block-prairie-blocks-header-section .header-media {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 245px;
}

#block-prairie-blocks-header-section .header-media.image {
  min-height: 428px;
}

@media (min-width: 555px), (min-width: no-query), (min-width: true) {
  #block-prairie-blocks-header-section .header-media.image {
    height: 510px;
  }
}

@media (min-width: 767px) {
  #block-prairie-blocks-header-section .header-media.image {
    height: 798px;
  }
}

@media (min-width: 991px) {
  #block-prairie-blocks-header-section .header-media.image {
    height: 825px;
  }
}

#block-prairie-blocks-header-section .header-media.video {
  min-height: 428px;
}

@media (min-width: 555px), (min-width: no-query), (min-width: true) {
  #block-prairie-blocks-header-section .header-media.video {
    height: 510px;
  }
}

@media (min-width: 767px) {
  #block-prairie-blocks-header-section .header-media.video {
    height: 100%;
  }
}

#block-prairie-blocks-header-section .field-name-field-header-video {
  display: none;
}

@media (min-width: 767px) {
  #block-prairie-blocks-header-section .field-name-field-header-video {
    display: block;
    margin-top: 100px;
    height: 100%;
    overflow: hidden;
    margin-top: 0;
  }
}

#block-prairie-blocks-header-section .field-name-field-header-video .field-items,
#block-prairie-blocks-header-section .field-name-field-header-video .field-item {
  height: 100%;
  width: 100%;
}

#block-prairie-blocks-header-section .field-name-field-header-video video {
  min-height: 100%;
  min-width: 100%;
}

.node-type-form #block-prairie-blocks-header-section .header-media.image,
.node-type-profile #block-prairie-blocks-header-section .header-media.image, #block-prairie-blocks-header-section .header-media.image.short-header-image {
  max-height: 490px;
}

@media (min-width: 555px), (min-width: no-query), (min-width: true) {
  .node-type-form #block-prairie-blocks-header-section .header-media.image,
  .node-type-profile #block-prairie-blocks-header-section .header-media.image, #block-prairie-blocks-header-section .header-media.image.short-header-image {
    max-height: 490px;
  }
}

@media (min-width: 767px) {
  .node-type-form #block-prairie-blocks-header-section .header-media.image,
  .node-type-profile #block-prairie-blocks-header-section .header-media.image, #block-prairie-blocks-header-section .header-media.image.short-header-image {
    max-height: 490px;
  }
}

@media (min-width: 991px) {
  .node-type-form #block-prairie-blocks-header-section .header-media.image,
  .node-type-profile #block-prairie-blocks-header-section .header-media.image, #block-prairie-blocks-header-section .header-media.image.short-header-image {
    max-height: 490px;
  }
}

.node-type-profile #block-prairie-blocks-header-section .header-media {
  height: 490px;
  background-image: url("../images/profile-header-img.jpg");
}

.header-content-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}

@media (min-width: 991px) {
  .header-content-wrapper {
    width: 500px;
    margin-top: -21px;
    margin-right: 30px;
    float: right;
  }
}

.header-content-wrapper .field-name-title-field .field-item {
  margin-top: 146px;
  margin-bottom: 16px;
  padding-top: 7px;
  font-family: "Roboto Slab", Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-weight: normal;
  color: #fff;
  font-size: 36px;
  font-size: 2.11765rem;
  line-height: 60px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  text-shadow: rgba(0, 0, 0, 0.56) 1px 1px 3px;
}

@media (min-width: 767px) {
  .header-content-wrapper .field-name-title-field .field-item {
    font-size: 40px;
    font-size: 2.35294rem;
  }
}

@media (min-width: 991px) {
  .header-content-wrapper .field-name-title-field .field-item {
    font-size: 50px;
    font-size: 2.94118rem;
  }
}

.header-content-wrapper .field-name-field-call-to-action {
  position: relative;
}

.header-content-wrapper .field-name-field-call-to-action .field-item {
  text-decoration: none;
  display: inline-block;
  padding: 14px 22px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: rgba(125, 125, 125, 0.57);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-family: "Roboto", Arial, Verdana, "DejaVu Sans", sans-serif;
  font-size: 18px;
  font-size: 1.05882rem;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.header-content-wrapper .field-name-field-call-to-action .field-item:hover {
  background-color: rgba(55, 97, 128, 0.45);
  -webkit-transform: translate(4px, 0px);
      -ms-transform: translate(4px, 0px);
          transform: translate(4px, 0px);
  color: #fff;
  cursor: pointer;
}

@media (min-width: 767px) {
  .header-content-wrapper .field-name-field-call-to-action .field-item {
    line-height: 20px;
  }
}

.header-content-wrapper .field-name-field-call-to-action .field-item a {
  color: #fff;
}

.homepage-logo {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 50%;
  margin-top: 15%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  text-align: center;
}

@media (min-width: 479px) {
  .homepage-logo {
    top: 67px;
  }
}

@media (min-width: 767px) {
  .homepage-logo {
    width: 70%;
    top: 0;
  }
}

@media (min-width: 991px) {
  .homepage-logo {
    width: 50%;
  }
}

.homepage-logo img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  opacity: 0.9;
}

.front .header-content-wrapper {
  display: none;
}

.header-media .scroll-down::before,
.header-media .scroll-down {
  display: none;
}

.header-media.video .scroll-down::before {
  display: block;
}

@media (min-width: 767px) {
  .header-media.video .scroll-down::before {
    background-image: url("../images/downarrow.png");
    background-size: 50px;
    background-repeat: no-repeat;
    width: 50px;
    margin-left: 25px;
    margin-right: 25px;
    height: 50px;
    content: "";
    opacity: 0.9;
    vertical-align: middle;
    display: inline-block;
  }
}

.header-media.video .scroll-down {
  display: block;
}

@media (min-width: 767px) {
  .header-media.video .scroll-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.84);
    margin-right: auto;
    opacity: 1;
    font-size: 14px;
    -webkit-transition: opacity 2000ms;
    transition: opacity 2000ms;
    line-height: 20px;
    padding-bottom: 11px;
    display: inline-block;
    text-align: center;
  }
  .header-media.video .scroll-down:hover {
    cursor: pointer;
  }
}

#block-prairie-blocks-pardot-form {
  top: 0;
  left: 0;
  margin-top: 120px;
  position: absolute;
  width: 100%;
}

@media (min-width: 555px), (min-width: no-query), (min-width: true) {
  #block-prairie-blocks-pardot-form {
    margin-top: 15%;
  }
}

.block-main-menu {
  display: none;
}

@media (min-width: 767px) {
  .block-main-menu {
    display: block;
    position: relative;
    float: right;
    margin-top: 14px;
  }
}

.block-main-menu .block__title {
  display: none;
}

ul.nice-menu-down li {
  display: inline;
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
}

ul.nice-menu-down li:hover {
  background: rgba(255, 255, 255, 0.24);
}

ul.nice-menu-down li .menu__link {
  padding: 10px 5px;
  font-size: 12px;
  font-size: 0.70588rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.17647rem;
}

@media (min-width: 1026px) {
  ul.nice-menu-down li .menu__link {
    padding: 10px 20px;
    font-size: 14px;
    font-size: 0.82353rem;
  }
}

ul.nice-menu-down li .help-grow {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

ul.nice-menu-down li .help-grow:hover {
  color: #F25170;
}

ul.nice-menu-main-menu .menu__item.search {
  border: none;
  width: 29px;
  height: 35px;
  margin-left: 5px;
  margin-right: 0;
}

ul.nice-menu-main-menu .menu__item.search:hover {
  background-color: transparent;
}

@media (min-width: 991px) {
  ul.nice-menu-main-menu .menu__item.search {
    margin-left: 8px;
  }
}

ul.nice-menu-main-menu .menu__item.search .menu__link {
  background-image: url(../sass/components/block-main-menu/search-icon.png);
  background-repeat: no-repeat;
  text-indent: -10000px;
}

ul.nice-menu-down li.menuparent {
  border: none;
  background: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

ul.nice-menu-down li.menuparent:hover {
  border: none;
  background: rgba(255, 255, 255, 0.24);
}

ul.nice-menu-down li.menuparent:hover .menu__link {
  color: #fff;
}

ul.nice-menu-down li.menuparent .menu__link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

ul.nice-menu-down li.menuparent .menu__link:hover {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: rgba(255, 255, 255, 0.38);
  color: #F25170;
  cursor: pointer;
}

ul.nice-menu-down li.menuparent ul {
  display: table;
  position: absolute;
  top: 100%;
  width: 100%;
  border-top: none;
  background-color: #fff;
}

ul.nice-menu-down li.menuparent ul .menu__item {
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
}

ul.nice-menu-down li.menuparent ul .menu__item:hover {
  padding-right: 16px;
  padding-left: 16px;
  border-right: 4px solid #F25170;
  border-left: 4px solid #F25170;
  background-color: #fff;
  cursor: pointer;
}

ul.nice-menu-down li.menuparent ul .menu__item:hover .menu__link {
  color: #7E7E7E;
}

ul.nice-menu-down li.menuparent ul .menu__item .menu__link {
  padding: 0;
  font-size: 12px;
  font-size: 0.70588rem;
  text-align: left;
  font-weight: 400;
  color: #202020;
  white-space: nowrap;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 1026px) {
  ul.nice-menu-down li.menuparent ul .menu__item .menu__link {
    font-size: 14px;
    font-size: 0.82353rem;
  }
}

.block-prairie-blocks-mobile-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

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

@media (min-width: 767px) {
  .mobile-menu {
    display: none;
  }
}

.slicknav_btn.slicknav_open {
  background-color: #F25170;
}

.slicknav_btn {
  position: relative;
  float: right;
  top: 0;
  right: 0;
  display: block;
  vertical-align: middle;
  padding: 20px 16.5px;
  cursor: pointer;
  margin-top: 12px;
  line-height: 1.125em;
  z-index: 10;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_btn:hover {
  background-color: #F25170;
  cursor: pointer;
}

.slicknav_menu {
  display: block;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  float: left;
  line-height: 1.188em;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  display: block;
  position: absolute;
  width: 1.125em;
  height: 0.875em;
  content: "";
  background: transparent;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  background-color: #EFFE81;
  width: 22px;
  height: 3px;
  border-radius: 1px;
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_brand {
  float: left;
}

.mobile-menu ul {
  margin-left: 0;
  padding-left: 0;
}

.slicknav_nav {
  display: block;
  margin: 0 auto;
  max-width: 940px;
  z-index: 1000;
  position: relative;
  clear: both;
  background-color: #fff;
}

.slicknav_nav ul {
  display: block;
  z-index: 1001;
}

.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  display: inline;
  margin: 0 0 0 0.4em;
  font-size: 0.8em;
  color: #F25170;
}

.slicknav_nav .slicknav_item {
  display: inline;
  width: 100%;
  padding: 10px 20px;
  cursor: pointer;
}

.slicknav_nav .slicknav_item .menu__link,
.slicknav_nav .slicknav_item .menu__link:visited,
.slicknav_nav .slicknav_item .menu__link:link {
  font-weight: 400;
  color: #AFC94C;
  text-align: left;
  text-transform: uppercase;
}

.slicknav_nav .menu__item.help-grow,
.slicknav_nav .menu__item.search {
  padding: 10px 20px;
}

.slicknav_nav .help-grow,
.slicknav_nav .search {
  font-weight: 400;
  text-align: left;
  color: #AFC94C;
  text-transform: uppercase;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_collapsed ul,
.slicknav_open ul {
  background-color: #fff;
  width: 100%;
}

.slicknav_collapsed .menu__item,
.slicknav_open .menu__item {
  padding: 10px 20px;
  width: 100%;
}

.slicknav_collapsed .menu__item:hover,
.slicknav_open .menu__item:hover {
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
  border-left: 4px solid #F25170;
  border-right: 4px solid #F25170;
}

.slicknav_collapsed .menu__item:hover .menu__link,
.slicknav_open .menu__item:hover .menu__link {
  color: #7E7E7E;
}

.slicknav_collapsed .menu__link,
.slicknav_collapsed .menu__link:link,
.slicknav_collapsed .menu__link:visited,
.slicknav_open .menu__link,
.slicknav_open .menu__link:link,
.slicknav_open .menu__link:visited {
  padding: 0;
  text-align: left;
  font-weight: 400;
  color: #202020;
  text-transform: uppercase;
}

.clearfix:before,
.header:before,
.tabs:before,
.tabs--secondary:before {
  content: '';
  display: table;
}

.clearfix:after,
.header:after,
.tabs:after,
.tabs--secondary:after {
  content: '';
  display: table;
  clear: both;
}

.block-menu-mobile-featured {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  clear: both;
  position: absolute;
  top: 67px;
  width: 100%;
}

@media (min-width: 479px) {
  .block-menu-mobile-featured {
    top: 24px;
    width: auto;
    left: 130px;
    right: 55px;
  }
}

@media (min-width: 555px), (min-width: no-query), (min-width: true) {
  .block-menu-mobile-featured {
    left: 0;
    width: 100%;
  }
}

@media (min-width: 767px) {
  .block-menu-mobile-featured {
    display: none;
  }
}

.block-menu-mobile-featured .block__title {
  display: none;
}

.block-menu-mobile-featured .menu__item {
  padding: 0 2px 7px 2px;
  cursor: pointer;
}

.block-menu-mobile-featured .menu__link {
  padding: 10px 12px;
  font-size: 12px;
  font-size: 0.70588rem;
  line-height: 20px;
  line-height: 1.17647rem;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.block-menu-mobile-featured .menu__link:visited, .block-menu-mobile-featured .menu__link:link {
  color: #fff;
}

.block-menu-mobile-featured .menu__link:hover {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: rgba(255, 255, 255, 0.38);
  color: #F25170;
}

.block-social-logo p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0px;
  line-height: 0rem;
}

.block-social-logo .footer-social-icon {
  margin-right: 9px;
  width: 35px;
  height: 35px;
  margin-top: 9px;
  border: 1px solid rgba(221, 221, 221, 0.27);
  border-radius: 5px;
}

.block-social-logo .footer-social-icon:hover {
  background-color: #D5D8DA;
}

.block-social-logo .footer-logo img {
  width: 220px;
  height: 81px;
  margin-top: 20px;
  margin-right: 10px;
}

.block-subscribe {
  width: 100%;
}

.block-subscribe .block__title,
.block-subscribe .meddivide {
  padding-right: 25px;
  padding-left: 28px;
}

@media (min-width: 991px) {
  .block-subscribe .block__title,
  .block-subscribe .meddivide {
    padding-right: 0;
    padding-left: 0;
  }
}

.block-subscribe .block__title {
  display: block;
  margin-top: 20px;
  margin-bottom: -18px;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 21px;
  font-size: 1.23529rem;
  line-height: 29px;
  line-height: 1.70588rem;
  letter-spacing: 4.1px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

@media (min-width: 767px) {
  .block-subscribe .block__title {
    padding: 0;
  }
}

.block-subscribe .meddivide {
  display: block;
  margin: 20px auto;
  width: 20%;
  height: 5px;
  background-color: #fff;
}

.block-subscribe .fsSubmit {
  margin: 0;
}

.block-subscribe .fsBody {
  margin: 20px 10px 40px;
  max-width: 500px;
}

@media (min-width: 479px) {
  .block-subscribe .fsBody {
    margin-bottom: 80px;
  }
}

@media (min-width: 555px), (min-width: no-query), (min-width: true) {
  .block-subscribe .fsBody {
    margin-right: auto;
    margin-left: auto;
  }
}

.block-subscribe input[type='email'],
.block-subscribe input[type='submit'] {
  display: block;
  height: 50px;
  margin-bottom: 10px;
  padding: 9px 15px;
  border-radius: 3px;
}

@media (min-width: 479px) {
  .block-subscribe input[type='email'],
  .block-subscribe input[type='submit'] {
    display: inline-block;
    float: left;
  }
}

.block-subscribe input[type='email'] {
  width: 100%;
  min-width: 100px;
  border: none;
  font-family: "Roboto Slab", Georgia, "Times New Roman", "DejaVu Serif", serif;
  color: #333333;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.block-subscribe input[type='email']:focus {
  border: none;
}

@media (min-width: 479px) {
  .block-subscribe input[type='email'] {
    width: 75%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}

.block-subscribe input[type='submit'] {
  margin-top: 10px;
  width: 25%;
  min-width: 75px;
  border: 0;
  background-color: rgba(125, 125, 125, 0.57);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-size: 14px;
  font-size: 0.82353rem;
  text-transform: none;
  color: #fff;
  font-weight: 400;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.block-subscribe input[type='submit']:hover {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  background-color: #51CAF2;
}

@media (min-width: 479px) {
  .block-subscribe input[type='submit'] {
    margin-top: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}

.box {
  margin-bottom: 24px;
  margin-bottom: 1.41176rem;
  border: 5px solid #cccccc;
  padding: 1em;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #202020;
}

.box__title {
  margin: 0;
}

.box--highlight {
  border-color: #51CAF2;
}

.visually-hidden,
.visually-hidden--focusable,
.element-focusable,
.element-invisible,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.checkfront-widget-wrapper .cww-title {
  padding-right: 45px;
  position: relative;
}

.checkfront-widget-wrapper .cww-title::after {
  content: '\25be';
  position: absolute;
  font-size: 16px;
  right: 25px;
}

.checkfront-widget-wrapper.collapsed .cww-title::after {
  content: '\25b4';
}

.checkfront-widget-wrapper.collapsed .cww-body {
  display: none;
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/components/collapsible-fieldset/expanded.png);
  background-image: url(../sass/components/collapsible-fieldset/expanded.svg), none;
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend,
[dir="rtl"] .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: 98% 50%;
  background-position: right 4px top 50%;
}

.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend,
.is-collapsed .collapsible .fieldset-legend,
.collapsible .is-collapsed .fieldset-legend,
.collapsible.collapsed .fieldset-legend {
  background-image: url(../sass/components/collapsible-fieldset/collapsed.png);
  background-image: url(../sass/components/collapsible-fieldset/collapsed.svg), none;
  background-position: 4px 50%;
}

[dir="rtl"] .is-collapsed .collapsible-fieldset__legend, [dir="rtl"] .collapsible-fieldset--is-collapsed__legend,
[dir="rtl"] .is-collapsed .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .is-collapsed .fieldset-legend,
[dir="rtl"] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir="rtl"] .fieldset-legend {
  background-image: url(../sass/components/collapsible-fieldset/collapsed-rtl.png);
  background-image: url(../sass/components/collapsible-fieldset/collapsed-rtl.svg), none;
  background-position: 98% 50%;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #999999;
  font-size: .9em;
  margin-left: .5em;
}

.comment__section,
.comments {
  margin: 24px 0px;
  margin: 1.41176rem 0rem;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #fffadb;
}

.comment--nested,
.indented {
  margin-left: 34px;
}

[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 34px;
}

.field-item img.file-wysiwyg {
  width: 100%;
}

.field-name-title-field {
  margin-bottom: 32px;
  font-weight: 400;
  text-align: center;
}

.field-name-field-headshot-logo .field-items {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
  text-align: center;
}

.field-name-field-outside-apr-author,
.field-name-field-job-title {
  text-align: center;
  font-weight: 400;
}

.field-name-field-outside-apr-author .field-items,
.field-name-field-job-title .field-items {
  color: #333333;
}

.field-name-body {
  padding-top: 25px;
  padding-bottom: 20px;
}

.green-button {
  width: 86%;
}

@media (min-width: 767px) {
  .green-button {
    width: 65%;
  }
}

@media (min-width: 991px) {
  .green-button {
    width: 86%;
  }
}

.field-type-text-with-summary table td {
  padding: 10px;
}

.node-type-form form {
  width: auto;
}

@media (min-width: 555px), (min-width: no-query), (min-width: true) {
  .node-type-form form {
    width: 500px;
  }
}

.node-type-form label,
.node-type-form legend,
.node-type-form .fsLabel {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #3A9DC6;
  font-size: 18px;
  font-size: 1.05882rem;
  line-height: 20px;
  line-height: 1.17647rem;
  font-weight: 400;
}

.node-type-form .fsSupporting {
  margin-top: 0;
  font-size: 13px;
  font-size: 0.76471rem;
  line-height: 15px;
  line-height: 0.88235rem;
}

.node-type-form fieldset {
  margin-top: 20px;
}

.node-type-form input[type="text"],
.node-type-form input[type="tel"],
.node-type-form input[type="email"],
.node-type-form select {
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.82353rem;
  color: #333333;
  vertical-align: middle;
  border: 1px solid #CCCCCC;
}

.node-type-form .fsSubField input,
.node-type-form .fsSubField select {
  margin-bottom: 5px;
}

.node-type-form select {
  width: auto;
}

.node-type-form input[type="submit"] {
  margin-top: 30px;
}

.form-item {
  margin: 24px 0px;
  margin: 1.41176rem 0rem;
}

.form-item__required,
.form-required {
  color: #c00;
}

.form-item__description,
.form-item .description {
  font-size: 14px;
  font-size: 0.82353rem;
}

.form-item--inline div,
.form-item--inline label, .container-inline .form-item div, .container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio__label,
.form-item--radio .form-item__label,
label.option, .form-type-radio .form-item__label,
.form-type-checkbox .form-item__label {
  display: inline;
  font-weight: normal;
}

.form-item--radio__description,
.form-item--radio .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description, .form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-item--radio .form-item .description,
.form-item
.form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item
.form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #cccccc;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header,
[dir="rtl"] .form-table th,
.form-table [dir="rtl"] th,
[dir="rtl"] form table th,
form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #cccccc;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dddddd;
}

.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #cccccc;
}

.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

body #sliding-popup .popup-content #popup-text p {
  font-weight: normal;
  font-size: 14px;
}

body #sliding-popup .popup-content #popup-buttons button {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: 300;
}

.header {
  min-height: 100px;
}

.header__logo {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 165px;
  height: auto;
}

[dir="rtl"] .header__logo {
  float: right;
  margin: 0 0 0 10px;
}

.header__logo-image {
  vertical-align: bottom;
}

.header__name-and-slogan {
  display: none;
}

.header__site-name {
  margin: 0;
}

.header__site-link:link, .header__site-link:visited {
  color: #202020;
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

.header__site-slogan {
  margin: 0;
}

.header__secondary-menu {
  float: right;
}

[dir="rtl"] .header__secondary-menu {
  float: left;
}

.header__region {
  clear: both;
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #c00;
  background-color: transparent;
}

.group-infobox {
  border: none;
  margin: 0;
  padding: 0;
}

.group-infobox legend {
  display: none;
}

.group-infobox .fieldset-wrapper {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.group-infobox .field-name-field-link-to-source a,
.group-infobox .field-name-field-website a {
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.82353rem;
  line-height: 20px;
  line-height: 1.17647rem;
  font-weight: 400;
}

.group-infobox .field-name-field-news-and-blog-tags .field-item,
.group-infobox .field-name-field-profile-tags .field-item {
  display: inline-block;
}

.group-infobox .field-name-field-news-and-blog-tags a,
.group-infobox .field-name-field-profile-tags a {
  padding: 12px;
  margin: 5px;
  width: auto;
  font-size: 14px;
  font-size: 0.82353rem;
  line-height: 20px;
  line-height: 1.17647rem;
}

.node-news-and-blog .submitted {
  text-align: center;
  margin-bottom: 0;
  display: inline-block;
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 2px solid #7E7E7E;
  color: #000;
  font-size: 13px;
  font-size: 0.76471rem;
  line-height: 16px;
  line-height: 0.94118rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.node-news-and-blog .field-name-field-author a {
  color: #C63A55;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.94118rem;
  line-height: 27px;
  line-height: 1.58824rem;
  letter-spacing: 1px;
}

.node-news-and-blog .field-name-field-author a:hover {
  color: #AFC94C;
}

.node-news-and-blog .field-name-title-field {
  margin-top: 20px;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item,
[dir="rtl"] .inline.links li,
.inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling,
[dir="rtl"] .field-label-inline .field-label,
.field-label-inline [dir="rtl"] .field-label,
[dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *, .field-label-inline .field-label *, span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child, .field-label-inline .field-label + *, span.field-label + *, .field-label-inline .field-label + * > :first-child, span.field-label + * > :first-child, .field-label-inline .field-label + * > :first-child > :first-child, span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.messages,
.messages--status {
  margin: 24px 0px;
  margin: 1.41176rem 0rem;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0072b9;
}

[dir="rtl"] .messages,
[dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #0072b9;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #f6fcff;
  color: #0072b9;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffce6;
  color: #202020;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: #fff0f0;
  color: #c00;
}

.messages--warning,
.messages.warning {
  border-color: #fd0;
}

.messages--warning path, .messages.warning path {
  fill: #fd0;
}

.messages--error,
.messages.error {
  border-color: #c00;
}

.messages--error path, .messages.error path {
  fill: #c00;
}

.messages--error__highlighted-text,
.messages--error .error,
.messages.error .error {
  color: #202020;
}

.more-link,
.more-help-link {
  text-align: right;
}

[dir="rtl"] .more-link,
[dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/components/more-link/more-link__help-icon.png);
  background-image: url(../sass/components/more-link/more-link__help-icon.svg), none;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon,
[dir="rtl"] .more-help-link a,
.more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

.nav-menu__item,
.menu__item {
  list-style-image: none;
  list-style-type: none;
}

.nav-menu__item a, .menu__item a {
  text-decoration: none;
}

.lt-ie9 .nav-menu__item,
.lt-ie9 .menu__item {
  list-style-image: none;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(../sass/components/nav-menu/expanded.svg);
  list-style-type: circle;
}

.lt-ie9 .nav-menu__item.is-expanded, .lt-ie9 .nav-menu__item--is-expanded,
.lt-ie9 .is-expanded.menu__item,
.lt-ie9 .menu__item.is-expanded {
  list-style-image: url(../sass/components/nav-menu/expanded.png);
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(../sass/components/nav-menu/collapsed.svg);
  list-style-type: disc;
}

.lt-ie9 .nav-menu__item.is-collapsed, .lt-ie9 .nav-menu__item--is-collapsed,
.lt-ie9 .is-collapsed.menu__item,
.lt-ie9 .menu__item.is-collapsed {
  list-style-image: url(../sass/components/nav-menu/collapsed.png);
}

[dir="rtl"] .nav-menu__item.is-collapsed, [dir="rtl"] .nav-menu__item--is-collapsed,
[dir="rtl"] .is-collapsed.menu__item,
[dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(../sass/components/nav-menu/collapsed-rtl.svg);
}

.lt-ie9 [dir="rtl"] .nav-menu__item.is-collapsed, .lt-ie9 [dir="rtl"] .nav-menu__item--is-collapsed,
.lt-ie9 [dir="rtl"] .is-collapsed.menu__item,
.lt-ie9 [dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(../sass/components/nav-menu/collapsed-rtl.png);
}

.nav-menu__link.is-active, .nav-menu__link--is-active,
.menu a.active {
  color: #fff;
}

ul.nice-menu-main-menu .menu__item {
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
}

ul.nice-menu-main-menu .menu__item:hover {
  background-color: rgba(255, 255, 255, 0.38);
}

ul.nice-menu-main-menu .menu__item:hover .menu__link {
  color: #F25170;
}

ul.nice-menu-main-menu .menu__link {
  font-size: 14px;
  font-size: 0.82353rem;
  line-height: 20px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background-color: transparent;
}

.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}

[dir="rtl"] .navbar,
[dir="rtl"] .main-navigation .links,
.main-navigation [dir="rtl"] .links,
[dir="rtl"]
.main-navigation .menu,
.main-navigation [dir="rtl"] .menu {
  text-align: right;
}

.navbar__item,
.navbar li, .main-navigation .links li,
.main-navigation .menu li {
  float: left;
  list-style-type: none;
  list-style-image: none;
}

[dir="rtl"] .navbar__item, [dir="rtl"]
.navbar li, [dir="rtl"] .main-navigation .links li, .main-navigation [dir="rtl"] .links li, [dir="rtl"]
.main-navigation .menu li,
.main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}

ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.node.view-mode-full,
.taxonomy-term {
  padding-top: 25px;
}

form {
  display: block;
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  font-family: "Roboto", Arial, Verdana, "DejaVu Sans", sans-serif;
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  form {
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

form label {
  font-weight: normal;
}

.node-page .table-wrapper {
  overflow-x: scroll;
}

.node-page .table-wrapper table, .node-page .table-wrapper p {
  font-size: 12px;
}

.node-page .table-wrapper td {
  padding: 3px;
}

.node-page .table-wrapper td ul {
  padding-left: 14px;
}

@media (min-width: 555px), (min-width: no-query), (min-width: true) {
  .node-page .table-wrapper {
    overflow-x: visible;
  }
  .node-page .table-wrapper table, .node-page .table-wrapper p {
    font-size: 15px;
  }
  .node-page .table-wrapper td {
    padding: 10px;
  }
  .node-page .table-wrapper td ul {
    padding-left: 20px;
  }
}

.node-profile {
  padding-top: 20px;
}

.node-profile.view-mode-full .field-name-field-headshot-logo {
  max-width: 500px;
}

.field-name-title-field {
  margin-bottom: 0;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

.paragraphs-item-alert {
  background-color: #EFFE81;
  padding: 0px 10px;
  text-align: center;
}

.paragraphs-item-alert .content {
  padding: 50px 0px 25px 0px;
}

.paragraphs-item-alert .field-name-title-field {
  margin-bottom: 20px;
}

.paragraphs-item-alert .field-name-title-field .field-items {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 2px;
}

.paragraphs-item-alert .field-name-description-field {
  letter-spacing: 1px;
}

.paragraphs-item-alert .field-name-title-field .field-items,
.paragraphs-item-alert .field-name-description-field .field-items {
  color: #fff;
}

.paragraphs-item-alert.paragraphs-item-alert-blue .content {
  background-color: #376180;
}

.paragraphs-item-alert.paragraphs-item-alert-pink .content {
  background-color: #C63A55;
}

.paragraphs-item-block-full-width {
  margin-top: 10px;
}

.paragraphs-item-block-full-width .field-type-blockreference .field-items {
  max-width: 100%;
}

.paragraphs-call-to-action-button a {
  display: inline-block;
  width: 50%;
  padding: 23px 16px 24px;
  border: 1px solid rgba(125, 125, 125, 0.36);
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #F25170;
  font-size: 15px;
  font-size: 0.88235rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.paragraphs-call-to-action-button a:hover {
  background-color: #F25170;
  color: #fff;
  -webkit-transform: translate(4px, 0px);
  -ms-transform: translate(4px, 0px);
  transform: translate(4px, 0px);
}

.group-text .field-name-field-main-text {
  padding-bottom: 14px;
}

.group-text .field-name-field-highlight-title .field-item {
  font-weight: 300;
}

.group-showcase {
  background-color: #F5F5F5;
}

.group-showcase .field-name-field-showcase-image .field-items {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.group-showcase .field-name-field-showcase-image img {
  height: 50%;
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.group-showcase .field-name-field-showcase-text {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 26px;
  padding-right: 11px;
  padding-left: 11px;
  text-align: center;
}

.group-showcase .field-name-field-showcase-text p {
  font-size: 15px;
  font-size: 0.88235rem;
  line-height: 22px;
  line-height: 1.29412rem;
  color: #202020;
}

@media (min-width: 767px) {
  .group-showcase .field-name-field-showcase-text p {
    font-size: 17px;
    font-size: 1rem;
    line-height: 27px;
    line-height: 1.58824rem;
  }
}

.paragraphs-item-text-optional-showcase {
  display: table;
  padding-bottom: 20px;
  width: 100%;
}

.paragraphs-item-text-optional-showcase fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.paragraphs-item-text-optional-showcase legend {
  display: none;
}

@media (min-width: 479px) {
  .with-showcase .content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .with-showcase .content .group-text,
  .with-showcase .content .group-showcase {
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .with-showcase .content .group-text .field-name-field-showcase-image img,
  .with-showcase .content .group-showcase .field-name-field-showcase-image img {
    width: 100%;
  }
}

.with-showcase .content .group-text {
  float: left;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

@media (min-width: 991px) {
  .with-showcase .content .group-text {
    padding-right: 59px;
    padding-left: 37px;
  }
}

.with-showcase .content .group-text .fieldset-wrapper {
  padding-right: 12px;
  padding-left: 20px;
  padding-top: 25px;
}

@media (min-width: 991px) {
  .with-showcase .content .field-name-field-highlight-title,
  .with-showcase .content .field-name-field-main-text {
    padding-left: 45px;
  }
}

@media (min-width: 767px) {
  .with-showcase .content .field-name-field-main-text {
    padding-right: 41px;
  }
}

.with-showcase .content .group-showcase {
  width: 100%;
  float: right;
  padding-bottom: 6px;
}

.paragraphs-item-signpost .content {
  height: 623.688px;
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .paragraphs-item-signpost .content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .paragraphs-item-signpost .content .group-signpost-image-text,
  .paragraphs-item-signpost .content .signpost-large-image {
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 991px) {
  .paragraphs-item-signpost .content .group-signpost-image-text {
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    height: 750px;
  }
  .paragraphs-item-signpost .content .signpost-large-image {
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 66.66%;
    -moz-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
  }
}

.paragraphs-item-signpost.odd .content .signpost-large-image {
  -webkit-box-ordinal-group: 0;
  box-ordinal-group: 0;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -ms-flex-order: 0;
}

.paragraphs-item-signpost.odd .content .group-signpost-image-text {
  -webkit-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
}

.paragraphs-item-signpost.even .content .signpost-large-image {
  -webkit-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
}

.paragraphs-item-signpost.even .content .group-signpost-image-text {
  -webkit-box-ordinal-group: 0;
  box-ordinal-group: 0;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -ms-flex-order: 0;
}

.paragraphs-item-signpost fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.paragraphs-item-signpost legend {
  display: none;
}

.paragraphs-item-signpost .signpost-large-image {
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}

@media (min-width: 767px) {
  .paragraphs-item-signpost .signpost-large-image {
    display: block;
  }
}

.paragraphs-item-signpost .group-signpost-image-text {
  height: 100%;
}

.paragraphs-item-signpost .group-signpost-image-text .fieldset-wrapper {
  height: 100%;
}

.paragraphs-item-signpost .group-signpost-image-text .signpost-small-image {
  height: 50%;
  min-height: 100px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraphs-item-signpost .field-name-field-signpost-large-image {
  display: none;
}

.paragraphs-item-signpost .field-name-field-signpost-small-image {
  display: none;
}

.group-signpost-image-text {
  height: 100%;
}

.group-signpost-image-text .field-name-field-highlight-title .field-item {
  display: inline-block;
  width: auto;
  margin-bottom: 14px;
  padding-bottom: 5px;
  font-size: 22px;
  font-size: 1.29412rem;
  line-height: 28px;
  line-height: 1.64706rem;
  text-align: center;
  color: #C63A55;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 5px solid #DAF05F;
}

.group-signpost-image-text .group-signpost-text {
  height: 50%;
  padding: 25px 25px 16px 25px;
}

.group-signpost-image-text .group-signpost-text .fieldset-wrapper {
  max-width: 350px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 479px) {
  .group-signpost-image-text .group-signpost-text .fieldset-wrapper {
    padding-right: 12px;
  }
}

.group-signpost-image-text .field-name-field-signpost-text {
  margin-bottom: 14px;
  text-align: left;
}

.group-signpost-image-text .field-name-field-signpost-text .field-item {
  color: #202020;
  line-height: 20px;
  line-height: 1.17647rem;
  font-size: 14px;
  font-size: 0.82353rem;
  font-weight: 400;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #666666;
  background-color: #cccccc;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0072b9 url(../sass/components/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir="rtl"] .progress-throbber,
[dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/components/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget,
[dir="rtl"] .ajax-progress .throbber,
.ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.layout__footer-wrapper {
  padding-top: 62px;
  padding-bottom: 64px;
  padding-left: 9px;
  padding-right: 9px;
  background-position: 56% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 479px) {
  .layout__footer-wrapper {
    background-position: 50% 50%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.layout__footer-wrapper .region-footer-top,
.layout__footer-wrapper .region-footer-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 728px;
  padding-left: 28px;
  padding-right: 25px;
}

@media (min-width: 767px) {
  .layout__footer-wrapper .region-footer-top,
  .layout__footer-wrapper .region-footer-bottom {
    max-width: 940px;
    padding-left: 0;
    padding-right: 0;
  }
}

.layout__footer-wrapper .region-footer-top {
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.layout__footer-wrapper .region-footer-bottom {
  padding-top: 73px;
}

@media (min-width: 555px), (min-width: no-query), (min-width: true) {
  .layout__footer-wrapper .region-footer-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-flow: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .layout__footer-wrapper .region-footer-bottom .block-footer-menu,
  .layout__footer-wrapper .region-footer-bottom .block-address,
  .layout__footer-wrapper .region-footer-bottom .block-social-logo {
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 33%;
    -moz-flex: 0 0 33%;
    flex: 0 0 33%;
  }
  .layout__footer-wrapper .region-footer-bottom .block-designed-built {
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 767px) {
  .layout__footer-wrapper .region-footer-bottom {
    padding-top: 0;
  }
}

.region-navigation {
  height: 100px;
  background-color: rgba(55, 97, 128, 0.51);
}

@media (min-width: 479px) {
  .region-navigation {
    height: 67px;
  }
}

@media (min-width: 767px) {
  .region-navigation {
    background-color: transparent;
  }
}

.main-navigation {
  display: table;
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 100;
  background: #fff;
}

@media (min-width: 479px) {
  .main-navigation {
    height: 67px;
  }
}

@media (min-width: 767px) {
  .main-navigation {
    padding: 11px 6px 5px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(rgba(55, 97, 128, 0.29) 26%, transparent);
    background-image: linear-gradient(rgba(55, 97, 128, 0.29) 26%, transparent);
  }
}

@media (min-width: 991px) {
  .main-navigation {
    padding: 19px 15px 15px 27px;
    background-image: -webkit-linear-gradient(rgba(55, 97, 128, 0.34) 46%, transparent);
    background-image: linear-gradient(rgba(55, 97, 128, 0.34) 46%, transparent);
  }
}

.resizable-textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/components/resizable-textarea/grippie.png) no-repeat center 2px #eeeeee;
  border: 1px solid #cccccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper,
.file-video-oembed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe,
.file-video-oembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #666666;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fffadb;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
}

[dir="rtl"] .table-drag__handle,
[dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  background: url(../sass/components/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle-icon--is-hover,
.tabledrag-handle-hover .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper,
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation,
[dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/components/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child,
[dir="rtl"] .table-drag__tree-child-last,
[dir="rtl"] .tree-child-last,
[dir="rtl"] .table-drag__tree-child-horizontal,
[dir="rtl"] .tree-child-horizontal,
[dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/components/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

.tabs,
.tabs--secondary {
  margin: 24px 0px;
  margin: 1.41176rem 0rem;
  border-bottom: 1px solid #cccccc \0/ie;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs,
  .tabs--secondary {
    display: none;
  }
}

.tabs__tab {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: #fff 1px 1px 0;
  float: left;
  margin: 0 3px;
  border: 1px solid #cccccc;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link-common,
.tabs__tab-link,
.tabs--secondary__tab-link {
  border: 1px solid #eaeaea;
  border-right: 0;
  border-bottom: 0;
  display: block;
  text-decoration: none;
}

.tabs__tab-link {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  color: #202020;
  background-color: #dddddd;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
  background-color: #eaeaea;
  border-color: #f1f1f1;
}

.tabs__tab-link.is-active, .tabs__tab-link--is-active,
.tabs__tab-link:active {
  background: -webkit-linear-gradient(#eaeaea, rgba(234, 234, 234, 0)) transparent;
  background: linear-gradient(#eaeaea, rgba(234, 234, 234, 0)) transparent;
  border-color: #f6f6f6;
}

.tabs--secondary {
  font-size: .9em;
  background-image: none;
}

.tabs + .tabs--secondary, .tabs--secondary + .tabs--secondary {
  margin-top: -24px;
  margin-top: -1.41176rem;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
}

.tabs--secondary__tab {
  margin: 12px 3px;
  margin: 0.70588rem 0.17647rem;
  float: left;
}

[dir="rtl"] .tabs--secondary__tab {
  float: right;
}

.tabs--secondary__tab-link {
  border-radius: .75em;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  color: #666666;
  text-shadow: #fff 1px 1px 0;
  background-color: #f1f1f1;
  padding: 0 .5em;
}

.tabs--secondary__tab-link:focus, .tabs--secondary__tab-link:hover {
  color: #333333;
  background-color: #dddddd;
  border-color: #999999;
}

.tabs--secondary__tab-link.is-active, .tabs--secondary__tab-link--is-active,
.tabs--secondary__tab-link:active {
  color: white;
  text-shadow: #333333 1px 1px 0;
  background-color: #666666;
  border-color: black;
}

.taxonomy-teaser,
.node-teaser {
  background-color: #fff;
  margin-bottom: 27px;
}

.taxonomy-teaser .teaser-header-background,
.node-teaser .teaser-header-background {
  height: 300px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-taxonomy-term-15 .view-related-content .teaser-header-background {
  background-size: contain;
}

.taxonomy-teaser .inline.links,
.node-teaser .inline.links {
  padding: 0 11px 18px 6px;
  text-align: center;
}

.taxonomy-teaser ul,
.node-teaser ul {
  margin-bottom: 0;
}

.taxonomy-teaser .inline.links li,
.node-teaser .inline.links li {
  padding-right: 0;
}

.taxonomy-teaser .node-readmore a,
.node-teaser .node-readmore a {
  display: inline-block;
  width: 80%;
}

.taxonomy-teaser .field-name-title-field,
.taxonomy-teaser .field-name-field-teaser,
.taxonomy-teaser .node-readmore,
.node-teaser .field-name-title-field,
.node-teaser .field-name-field-teaser,
.node-teaser .node-readmore {
  margin-bottom: 0;
}

.taxonomy-teaser .field-name-title-field .field-items,
.taxonomy-teaser .field-name-field-teaser .field-items,
.taxonomy-teaser .node-readmore .field-items,
.node-teaser .field-name-title-field .field-items,
.node-teaser .field-name-field-teaser .field-items,
.node-teaser .node-readmore .field-items {
  padding-left: 6px;
  padding-right: 11px;
}

@media (min-width: 767px) {
  .taxonomy-teaser .field-name-title-field .field-items,
  .taxonomy-teaser .field-name-field-teaser .field-items,
  .taxonomy-teaser .node-readmore .field-items,
  .node-teaser .field-name-title-field .field-items,
  .node-teaser .field-name-field-teaser .field-items,
  .node-teaser .node-readmore .field-items {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.taxonomy-teaser .field-name-title-field,
.node-teaser .field-name-title-field {
  padding-top: 18px;
  color: #AFC94C;
  font-size: 15px;
  font-size: 0.88235rem;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 35px;
  line-height: 2.05882rem;
  font-weight: 300;
}

.taxonomy-teaser .field-name-field-teaser,
.node-teaser .field-name-field-teaser {
  padding-top: 7px;
  padding-bottom: 15px;
  text-align: center;
}

@media (min-width: 767px) {
  .taxonomy-teaser .field-name-field-teaser,
  .node-teaser .field-name-field-teaser {
    padding-top: 26px;
    padding-bottom: 36px;
  }
}

.taxonomy-teaser .field-name-field-teaser .field-item,
.node-teaser .field-name-field-teaser .field-item {
  margin-bottom: 0;
  color: #444444;
  font-size: 15px;
  font-size: 0.88235rem;
  line-height: 23px;
  line-height: 1.35294rem;
}

@media (min-width: 767px) {
  .taxonomy-teaser .field-name-field-teaser .field-item,
  .node-teaser .field-name-field-teaser .field-item {
    font-size: 19px;
    font-size: 1.11765rem;
    line-height: 29px;
    line-height: 1.70588rem;
  }
}

.view-search,
.block-views-related-content-block {
  display: table;
  padding-top: 26px;
  padding: 26px 15px 0;
  margin-bottom: 20px;
  width: 100%;
  background-color: #EBEBEB;
}

@media (min-width: 991px) {
  .view-search,
  .block-views-related-content-block {
    padding: 40px 15px;
  }
}

@media (min-width: 767px) {
  .view-search .view-content,
  .view-related-content .view-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-flow: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
}

.view-search .view-content .views-row,
.view-related-content .view-content .views-row {
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 33%;
  -moz-flex: 0 0 33%;
  flex: 0 0 33%;
}

.watermark {
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #eeeeee;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

.yellow {
  color: #fd0;
}

.red {
  color: #c00;
}

.green {
  color: #AFC94C;
}

.blue-button {
  display: inline;
}
