﻿@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
    h2 span {
 
    
    font-size:1.43rem;
    text-transform: none;
    
    }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 43.8125em) {
  .grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grid--quarters .grid-item {
    margin: 1.875rem 0;
    width: 45%;
  }
}

@media screen and (min-width: 47.5em) {
  .grid--thirds .grid-item {
    margin: 1.875rem 0;
    width: 29%;
  }
}

@media (min-width: 64.0625em) {
  .grid--quarters .grid-item {
    width: 22%;
  }
}

.inner {
  padding: 0 1.25rem;
  position: relative;
}

@media (min-width: 76.3125em) {
  .inner {
    margin: 0 auto;
    padding: 0;
    width: 73.75rem;
  }
}

/*
 * Remove default button style
 * useful when needing to create a button that is just an icon
 */
.no-button-style {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

.more {
  color: #b32f3a;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.more:before {
  background-color: rgba(179, 47, 58, 0.5);
  content: "";
  display: block;
  height: 0.125rem;
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: width 250ms ease 0s;
  width: 0;
}

.more:after {
  content: "";
  font-family: "FontAwesome";
  margin-left: 0.375rem;
}

.more:hover {
  text-decoration: none;
}

.more:hover:before {
  width: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #3f4b54;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 43.8125em) {
  body {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.btn, .gform_wrapper [type="submit"], .uploader .action, .career-filter [type="submit"] {
  background-color: white;
  border-color: #b32f3a;
  border-style: solid;
  border-width: 0.0625rem;
  color: #b32f3a;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: 0.875rem 3rem;
  transition: 250ms background-color 0s ease, 250ms border-color 0s ease, 250ms color 0s ease;
}

.btn:after, .gform_wrapper [type="submit"]:after, .uploader .action:after, .career-filter [type="submit"]:after {
  content: ">";
  font-family: "FontAwesome";
  margin-left: 0.375rem;
}

.btn:hover, .gform_wrapper [type="submit"]:hover, .uploader .action:hover, .career-filter [type="submit"]:hover {
  background-color: #b32f3a;
  color: white;
  text-decoration: none;
}

.btn--footer {
  background: none;
  border-color: #f79d30;
  color: white;
}

.btn--footer:hover {
  background-color: #f79d30;
}

.btn--secondary {
  border-color: #f79d30;
  color: #f79d30;
}

.btn--secondary:hover {
  background-color: #f79d30;
}

.btn--transparent-dark {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}

.btn--transparent-dark:hover {
  background-color: white;
  color: #2b343b;
}

.btn--small {
  font-size: 0.875rem;
  padding: 0.6875rem 1.6875rem;
}

.btn--yellow {
  background-color: #f79d30;
  color: white;
}

.btn--yellow:hover {
  background-color: white;
  color: #f79d30;
}

em {
  font-style: italic;
}

label {
  color: #717171;
  display: block;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 0.375rem;
  vertical-align: middle;
}

input,
select,
textarea {
  background: white;
  color: #586066;
  font-size: 0.875rem;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input,
textarea {
  border: 1px solid #dadada;
  border-radius: 0;
  padding: 0.6875rem 1.5rem;
  margin: 0;
  vertical-align: middle;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #717171;
  font-size: 0.9375rem;
  font-style: italic;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #717171;
  font-size: 0.9375rem;
  font-style: italic;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #717171;
  font-size: 0.9375rem;
  font-style: italic;
}

input::placeholder,
textarea::placeholder {
  color: #717171;
  font-size: 0.9375rem;
  font-style: italic;
}

[type="file"] {
  border: none;
  padding: 0;
}

[type="button"] {
  cursor: pointer;
}

[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
}

.gform_wrapper [type="submit"] {
  background-color: #b32f3a;
  color: white;
}

.gform_wrapper [type="submit"]:hover {
  background-color: #cf4652;
  color: white;
}

select {
  border-radius: 0;
}

select[multiple="multiple"] {
  border: 1px solid #dadada;
  padding: 0.6875rem 1.5rem;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

[type="radio"],
[type="checkbox"] {
  border: #fff;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 20px;
}

.selector {
  background: white;
  border: 1px solid #dadada;
  border-radius: 0;
  color: #586066;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.selector:after {
  color: #b32f3a;
  content: "\f078";
  font-family: "FontAwesome";
  pointer-events: none;
  position: absolute;
  top: 8px;
  right: 14px;
  z-index: 0;
}

.selector select {
  -webkit-appearance: none;
  background: none;
  background-image: none;
  border: none;
  box-shadow: none;
  padding: 0.6875rem 1.5rem;
  padding-right: calc(30% + 20px);
  position: relative;
  width: 130%;
}

.selector select:focus {
  border: none;
  outline: none;
}

.uploader {
  background-image: none;
  background: white;
  border: 1px solid #dadada;
  display: -moz-inline-box;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 49%;
  zoom: 1;
}

.uploader input {
  background: none;
  border: none;
  cursor: pointer;
  height: 100%;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100% !important;
}

.uploader .filename {
  color: #586066;
  cursor: default;
  display: block;
  float: left;
  font-size: 0.875rem;
  height: 40px;
  line-height: 1.25;
  overflow: hidden;
  padding: 0.6875rem 1.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

.uploader .action {
  border: none;
  border-left: 1px solid #dadada;
  font-size: 0.75rem;
  line-height: 2;
  padding: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.uploader .action:hover {
  background: #666;
}

h1 {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: .0425rem;
  line-height: 1.2;
  margin: 0;
}

h2 {
  color: #b32f3a;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: .019375rem;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

h3 {
  color: #2b343b;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.33333;
  margin-bottom: 0.9375rem;
}

h4 {
  color: #f79d30;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.1875rem;
}

h5 {
  font-weight: 400;
  margin-bottom: 0.125rem;
}

h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.85714;
  margin-bottom: 0.625rem;
}

.section-header {
  padding-bottom: 1.25rem;
  position: relative;
  color: #2b343b;
  margin-bottom: 2.5rem;
  text-align: center;
}

.section-header:after {
  background-color: #b32f3a;
  content: "";
  height: 0.125rem;
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.6875rem;
}

.section-header:after {
  width: 7.5rem;
}

@media (min-width: 43.8125em) {
  h1 {
    font-size: 3.75rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.3125rem;
  }
}

@media (min-width: 64.0625em) {
  h1 {
    font-size: 4.0625rem;
  }
}

hr {
  background-color: #dadada;
  border: none;
  clear: both;
  height: 0.0625rem;
  margin: 1.875rem 0;
}

@media (max-width: 75em) {
  html:after {
    background: rgba(0, 0, 0, 0.65);
    content: "";
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
  }
  .html--menu-open {
    overflow: hidden;
  }
  .html--menu-open:after {
    opacity: 1;
    transition: opacity 250ms, visibility 0s linear;
    visibility: visible;
  }
}

a {
  color: #972934;
  text-decoration: none;
  transition: color 250ms ease 0s;
}

a:hover {
  color: #b32f3a;
  text-decoration: underline;
}

li {
  padding-bottom: 0.625rem;
  padding-left: 1.875rem;
  position: relative;
}

li li:first-child {
  padding-top: 0.625rem;
}

li li:last-child {
  padding-bottom: 0;
}

li:before {
  color: #2b343b;
  position: absolute;
  left: 0;
}

ul li:before {
  content: "\2022";
  left: 0.8125rem;
}

ol {
  counter-reset: ol-counter;
}

ol li:before {
  color: #2b343b;
  content: counter(ol-counter) ".";
  counter-increment: ol-counter;
  font-weight: 700;
}

ul,
ol {
  margin-bottom: 1.6875rem;
}

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

@media (min-width: 43.8125em) {
  ul,
  ol {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.main {
  display: block;
  padding: 1.6875rem 0;
  position: relative;
}

.main.main--no-padding {
  padding: 0;
}

.main.main--front-page {
  padding: 4.6875rem 0 0;
}

@media (min-width: 43.8125em) {
  .main {
    padding: 2.5rem 0;
  }
  .main.main--front-page {
    padding: 5.3125rem 0 0;
  }
}

@media (min-width: 75.0625em) {
  .main {
    padding: 4.6875rem 0;
  }
  .main.main--front-page {
    padding: 0;
  }
}

p {
  margin-bottom: 1.6875rem;
}

@media (min-width: 43.8125em) {
  p {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

strong {
  font-weight: 600;
}

#converge_analytics_icon {
  fill: inherit;
}

#converge_quality_icon {
  stroke: white;
}

#converge_services_icon #Path {
  fill: white;
}

.career-filter {
  margin-bottom: 2.5rem;
  max-width: 25.9375rem;
}

.career-filter:before, .career-filter:after {
  content: " ";
  display: table;
}

.career-filter:after {
  clear: both;
}

.career-filter strong {
  display: block;
  margin-bottom: 0.625rem;
}

.career-filter .selector {
  float: left;
  width: 16rem;
}

.career-filter [type="submit"] {
  float: right;
  padding: 0.75rem 3rem 0.8125rem;
}

@media (max-width: 43.75em) {
  .career-filter .selector,
  .career-filter [type="submit"] {
    float: none;
    margin-bottom: 0.3125rem;
  }
}

.icon-w-content {
  margin: 0 auto;
  max-width: 23.75rem;
  text-align: center;
}

.icon-w-content__link-wrapper, .icon-w-content__link-wrapper:hover {
  color: inherit;
  text-decoration: none;
}

.icon-w-content__title {
  color: #b32f3a;
  font-size: 1.3125rem;
  font-weight: 600;
}

@media (min-width: 43.8125em) {
  .icon-w-content__description {
    font-size: 1rem;
  }
}

.icon {
  border: 0.0625rem solid #b32f3a;
  border-radius: 50%;
  box-shadow: 0 0 0.0625rem #b32f3a, inset 0 0 0.0625rem #b32f3a;
  height: 6.25rem;
  margin: 0 auto 1.5625rem;
  position: relative;
  transition: background-color 250ms ease 0s, -webkit-transform 250ms ease 0s;
  transition: background-color 250ms ease 0s, transform 250ms ease 0s;
  transition: background-color 250ms ease 0s, transform 250ms ease 0s, -webkit-transform 250ms ease 0s;
  width: 6.25rem;
}

.icon svg {
  height: 3.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.25rem;
}

.icon svg path {
  stroke: #b32f3a;
}

.icon svg,
.icon svg path {
  transition: fill 250ms ease 0s, stroke 250ms ease 0s;
}

@media (max-width: 43.75em) {
  .icon {
    height: 5rem;
    margin: 0 auto 0.625rem;
    width: 5rem;
  }
  .icon svg {
    height: 2.375rem;
    width: 2.375rem;
  }
}

.listings {
  margin-bottom: 1.875rem;
}

.listitem {
  padding-bottom: 3.125rem;
}

.listitem + .listitem {
  border-top: 1px solid #dadada;
  padding-top: 3.125rem;
}

.listitem__img-wrapper {
  display: block;
  margin-bottom: 1.125rem;
}

.listitem__content > :last-child {
  margin-bottom: 0 !important;
}

.listitem__title {
  color: #2b343b;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1.33333;
  margin-bottom: 0.625rem;
}

.listitem__title a {
  color: inherit;
}

.listitem__title a:hover {
  color: #b32f3a;
  text-decoration: none;
}

.listitem__meta {
  font-size: 1rem;
  margin-bottom: 0.625rem;
}

.listitem__metaitem {
  color: #bbbbbb;
  display: inline;
  font-weight: 700;
  margin-right: 1.25rem;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  text-transform: uppercase;
}

.listitem__metaitem:before {
  content: "";
}

.listitem__metaitem:after {
  background-color: gainsboro;
  content: "";
  height: 1rem;
  position: absolute;
  right: -0.6875rem;
  top: 0.25rem;
  width: 0.0625rem;
}

.listitem__metaitem:last-child:after {
  display: none;
}

.listitem__excerpt {
  color: #586066;
  font-size: 1rem;
}

@media screen and (min-width: 50.0625em) {
  .listitem {
    border: 1px solid #dadada;
    min-height: 16.875rem;
    padding: 0;
    position: relative;
  }
  .listitem:before, .listitem:after {
    content: " ";
    display: table;
  }
  .listitem:after {
    clear: both;
  }
  .listitem + .listitem {
    margin-top: 2.1875rem;
    padding-top: 0;
  }
  .listitem__img-wrapper {
    border-right: 1px solid #dadada;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 16.875rem;
  }
  .listitem__img {
    height: auto;
    max-width: 11.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .listitem__img-wrapper + .listitem__content {
    overflow: hidden;
    margin-left: 16.875rem;
  }
  .listitem__content {
    padding: 2.1875rem;
  }
}

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

.menu-item {
  padding-bottom: inherit;
  padding-left: 0;
  position: relative;
}

.menu-item:before {
  content: "";
}

.menu-item .menu-item:first-child {
  padding-top: inherit;
}

.menu-item .menu-item:last-child {
  padding-top: inherit;
}

.menu-item a {
  color: inherit;
  display: block;
  position: relative;
}

.menu-item a:hover {
  text-decoration: none;
}

.navicon {
  display: block;
  height: 1.75rem;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 1.4375rem;
  right: 1.25rem;
  width: 1.875rem;
}

.navicon__trigger {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  transition: background 250ms ease 0s, max-height 250ms ease 0s;
  width: 1.375rem;
}

.navicon__trigger, .navicon__trigger:before, .navicon__trigger:after {
  background: #3f4c54;
  height: 0.1875rem;
}

.navicon__trigger:before, .navicon__trigger:after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: -webkit-transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s, -webkit-transform 250ms ease 0s;
  width: 1.75rem;
}

.navicon__trigger:before {
  top: -0.6875rem;
}

.navicon__trigger:after {
  bottom: -0.6875rem;
}

.navicon__trigger--open {
  background: white;
  max-height: 0;
  transition: none;
}

.navicon__trigger--open:before, .navicon__trigger--open:after {
  width: 2.125rem;
}

.navicon__trigger--open:before {
  top: auto;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navicon__trigger--open:after {
  bottom: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 43.8125em) {
  .navicon {
    height: 2rem;
    top: 1.875rem;
    right: 1.875rem;
    width: 2.3125rem;
  }
  .navicon__trigger {
    width: 1.8125rem;
  }
  .navicon__trigger:before, .navicon__trigger:after {
    width: 2.3125rem;
  }
  .navicon__trigger:before {
    top: -0.8125rem;
  }
  .navicon__trigger:after {
    bottom: -0.8125rem;
  }
  .navicon__trigger--open:before, .navicon__trigger--open:after {
    top: auto;
    bottom: auto;
  }
}

@media (min-width: 75.0625em) {
  .navicon {
    display: none;
  }
}

.pagination {
  margin: 1.875rem 0;
  text-align: center;
}

.page-numbers {
  font-weight: 700;
  margin: 0 0.4375rem;
}

.searchform [type="text"] {
  border: none;
  box-shadow: inset 0 0 0.25rem rgba(0, 0, 0, 0.4);
  color: white;
  display: block;
  height: auto;
  padding: 1rem 1.25rem;
  text-transform: uppercase;
}

.searchform [type="text"]::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.searchform [type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.searchform [type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.searchform [type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.searchform [type="text"]::-ms-input-placeholder {
  /* Edge */
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.searchform [type="text"]:placeholder-shown {
  /* Standard one last! */
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.searchform [type="submit"] {
  font-size: 1rem;
  padding: 1rem 1.25rem;
}

.searchform [type="submit"]:after {
  content: "";
  font-family: "FontAwesome";
}

.deep-footer,
.footer-copyright {
  background-color: #2b343b;
  color: #7b868e;
}

.deep-footer {
  border-top: 0.25rem solid #b32f3a;
  font-size: 0.9375rem;
}

.deep-footer__col {
  padding: 1.875rem 0;
}

.deep-footer__col + .deep-footer__col {
  padding-top: 0;
}

.deep-footer__heading {
  color: #b32f3a;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.16667;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.deep-footer__title {
  color: inherit;
  font-size: 1rem;
  font-weight: 900;
}

.deep-footer__title a {
  color: inherit;
  display: block;
}

.deep-footer__title a:hover {
  color: white;
  text-decoration: none;
}

.deep-footer__excerpt {
  margin-bottom: 0.625rem;
}

.deep-footer .more {
  color: inherit;
}

.deep-footer .more:before {
  background-color: white;
}

.deep-footer .more:hover {
  color: white;
}

.footer-post {
  margin-bottom: 1.25rem;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 1.875rem 0.4375rem;
  text-align: center;
}

.footer-copyright a:hover {
  color: white;
}

.footer-copyright__text {
  display: block;
  margin-bottom: 0.625rem;
}

@media (min-width: 43.8125em) {
  .deep-footer p,
  .deep-footer__menu {
    font-size: 0.9375rem;
  }
  .deep-footer > .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .deep-footer__col {
    padding-top: 0;
    width: 49%;
  }
  .footer-copyright__text {
    display: inline-block;
    margin-right: 1.4375rem;
    position: relative;
  }
  .footer-copyright__text:after {
    background: #7b868e;
    content: "";
    height: 0.875rem;
    position: absolute;
    top: 50%;
    right: -0.8125rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.0625rem;
  }
}

@media (min-width: 64.0625em) {
  .deep-footer__col {
    width: 30%;
  }
}

.site-header {
  border-bottom: 1px solid white;
  height: 4.6875rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 105;
  transition: background-color 500ms ease 0s;
}

.custom-logo-link {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  z-index: 1001;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.custom-logo-link svg,
.custom-logo-link img {
  height: auto;
  max-width: 11.5rem;
  width: auto;
}

.logo-text {
  transition: fill 500ms ease 0s;
}

@media (max-width: 75em) {
  .site-header {
    background-color: white;
    z-index: 1000;
  }
  .site-header:before {
    box-shadow: 0 0.25rem 0.1875rem rgba(0, 0, 0, 0.3);
    content: "";
    height: 0.625rem;
    position: absolute;
    top: 4.0625rem;
    right: 0;
    left: 0;
    z-index: 106;
  }
  .logo-text {
    fill: #7e7f7e;
  }
}

@media (max-width: 75em) and (min-width: 43.8125em) {
  .site-header {
    height: 5.3125rem;
  }
  .site-header:before {
    top: 4.6875rem;
  }
  .custom-logo-link {
    left: 1.875rem;
  }
  .custom-logo-link svg,
  .custom-logo-link img {
    max-width: none;
  }
}

@media (min-width: 75.0625em) {
  .home .site-header:before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.4) 61%, rgba(0, 0, 0, 0.1) 81%, transparent);
    content: "";
    height: 200%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .home .site-header.site-header--scroll:before {
    display: none;
  }
  .site-header {
    border-bottom: none;
    box-shadow: 0 0.25rem 0.1875rem transparent;
    color: white;
    height: 6rem;
  }
  .site-header:after {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 0.0625rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .site-header a:hover {
    color: #b32f3a;
  }
  .site-header--scroll {
    background: none;
    background-color: white;
    border-bottom: none;
    box-shadow: 0 0.25rem 0.1875rem rgba(0, 0, 0, 0.3);
    color: #586066;
  }
  .site-header--scroll:after {
    display: none;
  }
  .site-header--scroll .logo-text {
    fill: #7e7f7e;
  }
  .custom-logo-link {
    left: 2.5rem;
  }
  .custom-logo-link svg,
  .custom-logo-link img {
    max-width: none;
  }
}

.masthead {
  background-color: #414e59;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.masthead__content {
  padding-top: 4.6875rem;
  position: relative;
  z-index: 3;
}

.page-title {
  color: white;
  padding: 1.25rem 0;
}

.breadcrumbs {
  font-size: 0.875rem;
  padding-bottom: 0.625rem;
  text-transform: uppercase;
}

.crumb {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: white;
  display: inline-block;
  font-weight: 700;
  margin-right: 0.625rem;
}

.crumb[href] {
  position: relative;
}

.crumb[href]:after {
  background-color: rgba(247, 157, 48, 0.5);
  content: "";
  display: block;
  height: 0.125rem;
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: width 250ms ease 0s;
  width: 0;
}

.crumb[href]:hover {
  color: #f79d30;
  text-decoration: none;
}

.crumb[href]:hover:after {
  width: 100%;
}

.crumb--separator {
  color: white;
}

.crumb--current {
  font-weight: 400;
}

@media (max-width: 43.75em) {
  .masthead {
    background-image: none !important;
  }
}

@media (min-width: 43.8125em) {
  .masthead {
    height: 23.75rem;
  }
  .masthead:after {
    background-color: #414e59;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: opacity 500ms linear 0s;
  }
  .masthead.b-loaded:after {
    opacity: 0;
  }
  .masthead__content {
    padding-top: 0;
    position: absolute;
    top: 6rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .masthead__content .inner {
    height: 100%;
  }
  .crumb {
    margin-right: 1.625rem;
  }
  .page-title {
    max-width: 51.25rem;
    padding: 0;
    position: absolute;
    top: 42%;
    left: 1.25rem;
    right: 1.25rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-title:after {
    background: white;
    content: "";
    display: block;
    height: 0.125rem;
    margin-top: 1.875rem;
    width: 10.375rem;
  }
  .page-title--aligncenter {
    max-width: none;
    text-align: center;
  }
  .page-title--aligncenter:after {
    margin: 1.875rem auto 0;
  }
  .breadcrumbs {
    padding-bottom: 0;
    position: absolute;
    right: 1.25rem;
    bottom: 1.0625rem;
    left: 1.25rem;
  }
}

@media (min-width: 64.0625em) {
  .masthead {
    position: relative;
    height: auto;
  }
  .masthead:before {
    display: block;
    content: "";
    padding-top: 37.5%;
    width: 100%;
  }
  .masthead > .aspect-ratio__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 76.3125em) {
  .page-title {
    left: 0;
    right: 0;
  }
  .breadcrumbs {
    left: 0;
    right: 0;
  }
}

@media (min-width: 90em) {
  .masthead {
    height: 33.75rem;
  }
  .masthead:before {
    display: none;
  }
}

.footer-copyright__menu {
  display: block;
  font-size: inherit;
}

.footer-copyright__menu .menu-item {
  display: inline-block;
  margin-left: 1.4375rem;
}

.footer-copyright__menu .menu-item:first-child {
  margin-left: 0;
}

.footer-copyright__menu .menu-item:before {
  background: #7b868e;
  content: "";
  height: 0.875rem;
  position: absolute;
  top: 50%;
  left: -0.8125rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

.footer-copyright__menu .menu-item:first-child:before {
  display: none;
}

@media (min-width: 43.8125em) {
  .footer-copyright__menu {
    display: inline-block;
  }
}

.deep-footer__menu {
  font-weight: 600;
}

.deep-footer__menu .menu-item {
  padding: 0.875rem 0;
}

.deep-footer__menu > .menu-item:first-child {
  padding-top: 0;
}

.deep-footer__menu a:hover {
  color: white;
}

.main-menu a:after {
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-menu .menu-item-has-children > a:after {
  color: white;
  content: "";
}

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

.main-menu .sub-menu .menu-item {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: .05em;
}

.main-menu .sub-menu .menu-item > a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: background-color 250ms ease 0s;
  width: 0.375rem;
}

.main-menu .sub-menu [class*="current-menu"] > a:before {
  background-color: #b32f3a;
}

.main-menu > .menu-item {
  font-weight: 700;
  text-transform: uppercase;
}

.main-menu > .menu-item > a {
  transition: background-color 250ms ease 0s, color 250ms ease 0s;
}

@media (max-width: 75em) {
  .main-menu .menu-item-has-children {
    transition: color 250ms ease 0s, -webkit-transform 250ms ease 0s;
    transition: transform 250ms ease 0s, color 250ms ease 0s;
    transition: transform 250ms ease 0s, color 250ms ease 0s, -webkit-transform 250ms ease 0s;
  }
  .main-menu [class*="current-menu"].menu-item-has-children > .sub-menu,
  .main-menu .open.menu-item-has-children > .sub-menu {
    display: block;
  }
  .main-menu [class*="current-menu"].menu-item-has-children > a:after {
    -webkit-transform: rotate(180deg) translateY(50%);
        -ms-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
  }
  .main-menu .open.menu-item-has-children > a:after {
    -webkit-transform: rotate(-90deg) translateY(0%) translateX(100%);
        -ms-transform: rotate(-90deg) translateY(0%) translateX(100%);
            transform: rotate(-90deg) translateY(0%) translateX(100%);
  }
  .main-menu [class*="current-menu"].menu-item-has-children > a:after,
  .main-menu .open.menu-item-has-children > a:after {
    opacity: .5;
  }
  .main-menu .sub-menu {
    background-color: #3f4c54;
  }
  .main-menu .sub-menu a {
    padding: 1.0625rem 2rem;
  }
  .main-menu .sub-menu .menu-item.menu-item-has-children > a {
    padding: 1.0625rem 4rem 1.0625rem 2rem;
  }
  .main-menu .sub-menu .current-menu-item > a {
    color: rgba(255, 255, 255, 0.7);
  }
  .main-menu .sub-menu .sub-menu {
    background-color: #2b343b;
  }
  .main-menu .sub-menu .sub-menu a {
    padding: 1.0625rem 2rem 1.0625rem 2.9375rem;
  }
  .main-menu .sub-menu .sub-menu .menu-item-has-children > a {
    padding: 1.0625rem 4rem 1.0625rem 2.9375rem;
  }
  .main-menu .sub-menu .sub-menu [class*="current-menu"] > a:before {
    display: none;
  }
  .main-menu > .menu-item {
    border-top: 0.0625rem solid #3f4c54;
    border-bottom: 0.0625rem solid #3f4c54;
  }
  .main-menu > .menu-item > a {
    padding: 1.25rem 2rem;
  }
  .main-menu > .menu-item.menu-item-has-children > a {
    padding: 1.25rem 4rem 1.25rem 2rem;
  }
  .main-menu > .menu-item[class*="current-menu"] > a,
  .main-menu > .menu-item.open > a {
    background-color: #b32f3a;
  }
}

@media (min-width: 75.0625em) {
  .main-menu {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .main-menu .sub-menu {
    background-color: white;
    box-shadow: 0 0.125rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.3);
    color: #586066;
    display: block;
    opacity: 0;
    position: absolute;
    transition: opacity 250ms, visibility 0s linear 250ms;
    width: 14.375rem;
    visibility: hidden;
  }
  .main-menu .sub-menu a {
    padding: 1.0625rem 1.25rem;
    transition: color 250ms ease 0s, background-color 250ms ease 0s;
  }
  .main-menu .sub-menu .menu-item:hover > a {
    background-color: #b32f3a;
    color: white;
  }
  .main-menu .sub-menu .menu-item-has-children > a {
    padding: 1.0625rem 2.5rem 1.0625rem 1.25rem;
  }
  .main-menu .sub-menu .menu-item-has-children > a:after {
    color: inherit;
    content: "";
    right: 1.75rem;
  }
  .main-menu > .menu-item {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: none;
    float: left;
    font-size: 0.875rem;
  }
  .main-menu > .menu-item + .menu-item {
    border-left: none;
  }
  .main-menu > .menu-item:last-of-type {
    border-right: none;
  }
  .main-menu > .menu-item:last-child > .sub-menu,
  .main-menu > .menu-item:nth-last-of-type(2) > .sub-menu,
  .main-menu > .menu-item:nth-last-of-type(3) > .sub-menu,
  .main-menu > .menu-item:nth-last-of-type(4) > .sub-menu {
    left: auto;
    right: 0;
  }
  .main-menu > .menu-item:last-child > .sub-menu .sub-menu,
  .main-menu > .menu-item:nth-last-of-type(2) > .sub-menu .sub-menu,
  .main-menu > .menu-item:nth-last-of-type(3) > .sub-menu .sub-menu,
  .main-menu > .menu-item:nth-last-of-type(4) > .sub-menu .sub-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 0.1875rem;
  }
  .main-menu > .menu-item.menu-item-has-children > a {
    padding: 0.75rem 2.375rem 0.75rem 1.25rem;
  }
  .main-menu > .menu-item.menu-item-has-children > a:after {
    right: 1.25rem;
  }
  .main-menu > .menu-item[class*="current-"] > a,
  .main-menu > .menu-item[class*="current-"] > a:after {
    color: #b32f3a;
  }
  .main-menu > .menu-item[class*="current-"] > a {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .main-menu > .menu-item.menu-item--btn > a {
    background-color: #b32f3a;
    color: white;
    min-width: 11.875rem;
    text-align: center;
  }
  .main-menu > .menu-item.menu-item--btn:hover > a,
  .main-menu > .menu-item.menu-item--btn[class*="current-"] > a,
  .main-menu > .menu-item.menu-item--btn[class*="current-"]:hover > a {
    background-color: #cf4652 !important;
    color: white !important;
  }
  .main-menu > .menu-item.menu-item--btn:hover > a:after,
  .main-menu > .menu-item.menu-item--btn[class*="current-"] > a:after,
  .main-menu > .menu-item.menu-item--btn[class*="current-"]:hover > a:after {
    color: white !important;
  }
  .main-menu > .menu-item > a {
    padding: 0.75rem 1.25rem;
  }
  .main-menu > .menu-item > a:after {
    transition: color 250ms ease 0s, background-color 250ms ease 0s, -webkit-transform 250ms ease 0s;
    transition: transform 250ms ease 0s, color 250ms ease 0s, background-color 250ms ease 0s;
    transition: transform 250ms ease 0s, color 250ms ease 0s, background-color 250ms ease 0s, -webkit-transform 250ms ease 0s;
  }
  .main-menu > .menu-item > .sub-menu {
    top: 2.8125rem;
    left: 0;
  }
  .main-menu > .menu-item:hover > a {
    background-color: white;
    color: #b32f3a;
  }
  .main-menu > .menu-item:hover > a:after {
    color: #b32f3a;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .main-menu .menu-item:hover > .sub-menu {
    opacity: 1;
    transition: opacity 250ms, visibility 0s linear;
    visibility: visible;
  }
  .main-menu .sub-menu .sub-menu {
    margin-left: 0.1875rem;
    left: 100%;
    top: 0;
  }
  .main-menu .sub-menu .sub-menu:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.1875rem;
    width: 0.4375rem;
  }
  .site-header--scroll .main-menu > .menu-item {
    border: 1px solid #ebeded;
    border-bottom: none;
  }
  .site-header--scroll .main-menu > .menu-item + .menu-item {
    border-left: none;
  }
  .site-header--scroll .main-menu > .menu-item:last-of-type {
    border-right: none;
  }
  .site-header--scroll .main-menu > .menu-item:hover > a {
    color: #b32f3a;
  }
  .site-header--scroll .main-menu > .menu-item-has-children > a:after {
    color: inherit;
  }
}

@media (max-width: 75em) {
  .utilities-menu {
    padding: 1.1875rem 0;
  }
  .utilities-menu a {
    padding: 0.75rem 2rem;
  }
}

@media (min-width: 75.0625em) {
  .site-navigation .selector {
    float: right;
    margin-right: 15px;
    margin-top: 10px;
    max-width: 175px;
    background: none !important;
    color: white !important;
    border: none !important;
  }
  .site-navigation .selector select {
    padding: 5px 40px 5px 10px !important;
    color: white;
  }
  .site-navigation .selector select option {
    background-color: transparent !important;
    color: #3f4b54;
  }
  .site-navigation .selector:after {
    top: 3px;
  }
  .site-header--scroll .site-navigation .selector select {
    color: #586066;
  }
  .site-header--scroll .site-navigation .selector select option {
    background-color: transparent !important;
    color: #3f4b54;
  }
  .utilities-menu {
    /* position: absolute;
			top: rem(13);
			right: rem(40); */
    float: right;
    margin-top: 15px;
    margin-right: 20px;
  }
  .utilities-menu .menu-item {
    float: left;
    font-size: 0.875rem;
    margin-left: 2.75rem;
  }
  .utilities-menu .menu-item:before {
    background-color: rgba(255, 255, 255, 0.8);
    content: "";
    height: 0.875rem;
    position: absolute;
    top: 50%;
    left: -1.4375rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: background-color 250ms ease 0s;
    width: 0.0625rem;
  }
  .utilities-menu .menu-item:first-child:before {
    display: none;
  }
  .site-header--scroll .utilities-menu .menu-item:before {
    background-color: rgba(63, 76, 84, 0.8);
  }
}

@media (max-width: 75em) {
  .site-header--menu-open .site-navigation {
    left: 0;
    transition: left 500ms cubic-bezier(0.18, 0.89, 0.32, 0.99) 500ms;
  }
  .site-navigation {
    background-color: #2b343b;
    color: white;
    overflow-y: scroll;
    position: fixed;
    top: 4.6875rem;
    left: -100%;
    bottom: 0;
    z-index: 105;
    transition: left 1000ms cubic-bezier(0.18, 0.89, 0.32, 0.99) 300ms;
    width: 16.25rem;
  }
}

@media (max-width: 75em) and (min-width: 43.8125em) {
  .site-navigation {
    top: 5.3125rem;
  }
}

@media (min-width: 75.0625em) {
  .site-navigation {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
}

.social {
  color: white;
  font-size: 1.75rem;
  height: 3.5rem;
  overflow: hidden;
  padding-top: 3.8125rem;
  position: relative;
  z-index: 5;
  text-align: center;
  width: 3.5rem;
}

.social:before {
  background-color: #b32f3a;
  color: white;
  content: "";
  display: block;
  font-family: "FontAwesome";
  height: 3.5rem;
  line-height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 3.5rem;
}

.social:hover {
  height: auto;
}

.social:hover:before {
  color: rgba(255, 255, 255, 0.4);
}

.social__item, .social__link {
  display: block;
}

.social__item {
  margin-bottom: 0.3125rem;
  padding-bottom: 0;
}

.social__link {
  background-color: #b32f3a;
  color: inherit;
  height: 3.5rem;
  line-height: 3.5rem;
  position: relative;
  text-align: center;
  transition: background-color 250ms ease 0s;
  width: 3.5rem;
}

.social__link:hover {
  background-color: #cf4652;
  color: inherit;
  text-decoration: none;
}

.social__link.blog {
  text-indent: 1000px;
}

.social__link.blog:before {
  background: url(../images/blogger.html) no-repeat center center;
  background-size: 1.6875rem 1.75rem;
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.social__link.fb:hover {
  background-color: #3b5998;
}

.social__link.g:hover {
  background-color: #dd4b39;
}

.social__link.ig:hover {
  background-color: #517fa4;
}

.social__link.li:hover {
  background-color: #007bb6;
}

.social__link.pt:hover {
  background-color: #cb2027;
}

.social__link.tw:hover {
  background-color: #00aced;
}

.social__link.rss:hover {
  background-color: #f26522;
}

.social__link.vm:hover {
  background-color: #aad450;
}

.social__link.yt:hover {
  background-color: #bb0000;
}

.social--front-page {
  position: absolute;
  top: 1.75rem;
  right: 0;
}

.social--main {
  position: absolute;
  top: -1.75rem;
  right: 0;
}

@media (max-width: 75em) {
  .social {
    display: none;
  }
}

.widget {
  margin-bottom: 2.5rem;
}

.widget__subtitle {
  color: #b32f3a;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: .05rem;
  line-height: 1.42857;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: relative;
  text-transform: uppercase;
}

.widget__subtitle:after {
  background-color: #dadada;
  content: "";
  height: 0.0625rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.widget__title {
  margin-bottom: 1.875rem;
}

.widget--cta-btn + .widget--cta-btn {
  margin-top: -1.5625rem;
}

.widget--cta-btn .btn {
  background: #b32f3a;
  color: white;
  display: block;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  text-align: center;
}

.widget--cta-btn .btn:hover {
  background-color: #cf4652;
  color: white;
}

.widget--cta-text-w-btn {
  border: 1px solid #dadada;
  padding: 2.375rem;
  text-align: center;
}

.widget-post__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 13.125rem;
  position: relative;
}

.widget-post__image:after {
  background-color: #414e59;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: opacity 500ms linear 0s;
}

.widget-post__image.b-loaded:after {
  opacity: 0;
}

.widget-post__title {
  color: white;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.22727;
  padding: 1rem 1.875rem;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget-post__title:after {
  background-color: white;
  content: "";
  height: 0.0625rem;
  position: absolute;
  bottom: 0;
  left: 1.875rem;
  width: 5.625rem;
}

.widget-post__title a {
  color: inherit;
  display: block;
}

.widget-post__title a:hover {
  color: #f79d30;
  text-decoration: none;
}

.widget-post__content {
  border: 1px solid #dadada;
  border-top: 2px solid #b32f3a;
  padding: 3.75rem 1.875rem 1.875rem;
  position: relative;
}

.widget-post__content .more {
  color: #f79d30;
  font-size: 0.875rem;
}

.widget-post__content .more:before {
  background-color: rgba(247, 157, 48, 0.5);
}

.widget-post__icon {
  background-color: #b32f3a;
  border-radius: 50%;
  height: 4.125rem;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.125rem;
}

.widget-post__icon path {
  stroke: #ffffff;
}

.widget-post__icon svg {
  display: block;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2rem;
}

.widget-post__date {
  color: #b1b1b1;
  display: block;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.widget-post__event-details {
  margin-bottom: 1.25rem;
}

.widget-post__event-date {
  color: #586066;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.widget-post__event-location {
  display: block;
  font-size: 1.1875rem;
  line-height: 1.26316;
}

.widget-post__excerpt {
  color: #586066;
  font-size: 1rem;
  line-height: 1.5625;
  margin-bottom: 0.875rem;
}

.widget-post__inline-links li {
  display: inline-block;
  margin-right: 1.5625rem;
  position: relative;
}

.widget-post__inline-links li:before {
  display: none;
}

.widget-post__inline-links li:after {
  background-color: #dadada;
  content: "";
  height: 0.9375rem;
  position: absolute;
  top: 0.4375rem;
  right: -0.9375rem;
  width: 0.0625rem;
}

.widget-post__inline-links li:last-child {
  margin-right: 0;
}

.widget-post__inline-links li:last-child:after {
  display: none;
}

.widget--event .widget-post__content,
.widget--blog .widget-post__content {
  text-align: center;
}

.layer__sidebar {
  max-width: 23.75rem;
  width: 100%;
}

.layer__sidebar + .layer__content {
  overflow: hidden;
}

.layer__content > :last-child {
  margin-bottom: 0;
}

.layer--default .layer__content {
  margin: 0 auto;
  max-width: 55rem;
}

@media screen and (max-width: 900px) {
  .layer__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layer__sidebar {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer__sidebar + .layer__content {
    margin-bottom: 2.5rem;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 901px) {
  .layer__inner:before, .layer__inner:after {
    content: " ";
    display: table;
  }
  .layer__inner:after {
    clear: both;
  }
  .layer__sidebar {
    float: right;
    margin-left: 3.125rem;
  }
}

.layer--content-w-img .layer__content {
  max-width: 36.875rem;
}

.layer--content-w-img .layer__content p {
  font-size: 1rem;
  line-height: 1.5625;
}

.layer--content-w-img:nth-child(odd),
.layer--content-w-img:nth-child(odd) .layer__image:after {
  background-color: #f6f6fa;
}

.layer__content-icon {
  float: left;
  height: 2.1875rem;
  margin-right: 1rem;
  width: 2.1875rem;
}

.layer__content-icon path {
  stroke: #b32f3a;
}

.layer__content-icon + .layer__content-inner {
  overflow: hidden;
}

.layer__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.layer__image:after {
  background-color: white;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: opacity 500ms linear 0s;
}

.layer__image.b-loaded:after {
  opacity: 0;
}

.layer__heading {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.125;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 47.5em) {
  .layer--content-w-img .layer__content {
    margin: 0 auto;
    padding: 2.5rem 1.25rem;
  }
}

@media screen and (min-width: 47.5625em) {
  .layer--content-w-img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .layer--content-w-img .flex-parent {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 30rem;
    width: 100%;
  }
  .layer--content-w-img .layer__content {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .layer__content-wrap {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2.1875rem 0;
  }
  .layer__content-wrap,
  .layer__image {
    width: 50%;
  }
  .layer--content-w-img:nth-child(odd) .layer__image {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .layer--content-w-img:nth-child(odd) .layer__content-wrap {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 76.3125em) {
  .layer--content-w-img:nth-child(even) .layer__content {
    padding-right: 0;
    padding-left: 3.75rem;
  }
  .layer--content-w-img:nth-child(odd) .layer__content {
    padding-right: 3.75rem;
    padding-left: 0;
  }
}

.acf-map {
  width: 100%;
  height: 25rem;
  border: #ccc solid 1px;
  margin: 3.75rem 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.layer--icon-grid {
  padding: 1.6875rem 0;
}

.layer--icon-grid .layer__content {
  margin: 0 auto 3.125rem;
  max-width: 55rem;
  text-align: center;
}

.layer--icon-grid .icon-w-content__link-wrapper:hover .icon {
  background-color: #b32f3a;
}

.layer--icon-grid .icon-w-content__link-wrapper:hover svg path {
  stroke: white;
}

@media (min-width: 43.8125em) {
  .layer--icon-grid {
    padding: 2.5rem 0 0.625rem;
  }
}

@media (min-width: 75.0625em) {
  .layer--icon-grid {
    padding: 4.6875rem 0 2.8125rem;
  }
}

.layer--listings {
  padding: 0;
}

.layer--listings .listitem:last-child {
  margin-bottom: 0;
}

.home-layer--about {
  text-align: center;
}

.home-layer--about h1 {
  padding-bottom: 1.25rem;
  position: relative;
  color: #2b343b;
  font-size: 2.25rem;
  line-height: 1.33333;
  margin-bottom: 1.875rem;
  position: relative;
}

.home-layer--about h1:after {
  background-color: #b32f3a;
  content: "";
  height: 0.125rem;
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.6875rem;
}

@media (min-width: 43.8125em) {
  .home-layer--about h1 {
    font-size: 2.625rem;
  }
}

@media (min-width: 64.0625em) {
  .home-layer--about h1 {
    font-size: 4.0625rem;
    line-height: 1.29231;
    margin-bottom: 2.5rem;
    padding-bottom: 1.875rem;
  }
}

.home-layer--icon-grid {
  background-color: #b32f3a;
  color: white;
  text-align: center;
}

.home-layer--icon-grid .home-layer__heading {
  color: white;
}

.home-layer--icon-grid .home-layer__heading:after {
  background-color: white;
}

.home-layer--icon-grid .icon {
  border: 0.0625rem solid white;
  border-radius: 50%;
  box-shadow: 0 0 0.0625rem white, inset 0 0 0.0625rem white;
  height: 6.25rem;
  margin: 0 auto 1.5625rem;
  position: relative;
  transition: background-color 250ms ease 0s, -webkit-transform 250ms ease 0s;
  transition: background-color 250ms ease 0s, transform 250ms ease 0s;
  transition: background-color 250ms ease 0s, transform 250ms ease 0s, -webkit-transform 250ms ease 0s;
  width: 6.25rem;
}

.home-layer--icon-grid .icon svg path {
  stroke: white;
}

.home-layer--icon-grid .icon-w-content__title,
.home-layer--icon-grid .icon-w-content__description {
  color: white;
}

@media (max-width: 43.75em) {
  .home-layer--icon-grid .inner {
    padding: 0;
  }
  .home-layer--icon-grid .icon-w-content {
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #830d17;
    position: relative;
    max-width: none;
    text-align: left;
  }
  .home-layer--icon-grid .icon-w-content:first-child {
    border-top: 1px solid #830d17;
  }
  .home-layer--icon-grid .icon-w-content__link-wrapper:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 1.3125rem;
    position: absolute;
    top: 50%;
    right: 1.875rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .home-layer--icon-grid .icon-w-content .icon, .home-layer--icon-grid .icon-w-content__description {
    display: none;
  }
  .home-layer--icon-grid .icon-w-content__title {
    margin: 0;
    padding: 1.25rem 3.125rem 1.25rem 1.875rem;
  }
}

@media (min-width: 64.0625em) {
  .home-layer--icon-grid .icon-w-content__link-wrapper:hover .icon {
    background-color: white;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .home-layer--icon-grid .icon-w-content__link-wrapper:hover .icon svg path {
    stroke: #b32f3a;
  }
}

.home-layer.home-layer--large-tabs {
  background-color: #2b343b;
  padding: 0;
}

.lg-tab-labels {
  border: 1px solid white;
  box-shadow: 0 0 0.3125rem 0.1875rem rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 3.125rem;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lg-tab-label {
  background-color: rgba(0, 0, 0, 0.45);
  color: white;
  cursor: pointer;
  display: block;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.6875rem;
  line-height: 1.14815;
  min-width: 8.125rem;
  padding: 0.375rem 0;
  text-align: center;
  transition-delay: 0s;
  transition-duration: 250ms;
  transition-property: color, background-color;
  transition-timing-function: ease;
}

.lg-tab-label:before {
  content: "";
}

.lg-tab-label--active, .lg-tab-label:hover {
  background-color: white;
  color: #2b343b;
}

.lg-tab {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  transition: opacity 500ms linear 0s, visibility 0ms linear 500ms;
  visibility: hidden;
}

.lg-tab .icon {
  background-color: rgba(0, 0, 0, 0.45);
  border-color: #f79d30;
  box-shadow: 0 0 0.0625rem #f79d30, inset 0 0 0.0625rem #f79d30;
}

.lg-tab .icon path {
  stroke: white;
}

.lg-tab--active {
  opacity: 1;
  transition: opacity 500ms linear 0ms;
  visibility: visible;
}

.lg-tab__bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.lg-tab__bg:after {
  background-color: #414e59;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: opacity 500ms linear 0s;
}

.lg-tab__bg.b-loaded:after {
  opacity: 0;
}

.lg-tab__content {
  color: white;
  margin: 0 auto;
  max-width: 33.75rem;
  padding: 9.375rem 1.25rem 3.125rem;
  position: relative;
  z-index: 2;
}

.lg-tab__img img {
  height: auto;
  margin: 0 auto 2.5rem;
  max-width: 100%;
  width: auto;
}

.lg-tab__heading {
  color: inherit;
  font-size: 1.3125rem;
  font-weight: 900;
  line-height: 1.38095;
  margin-bottom: 0.625rem;
}

.lg-tab__excerpt {
  color: inherit;
  font-size: 1.125rem;
  line-height: 1.22222;
  margin-bottom: 1.75rem;
}

.lg-tab__excerpt strong {
  display: block;
  font-weight: 900;
}

.lg-tab__links li {
  display: inline-block;
  margin: 0.375rem 0.9375rem;
  padding-left: 0;
}

.lg-tab__links li:before {
  content: "";
}

@media (max-width: 43.75em) {
  .lg-tab__img img {
    margin: 0 auto 1.25rem;
    max-width: 14.6875rem;
  }
}

@media (min-width: 43.8125em) {
  .lg-tab-label {
    font-size: 2rem;
    line-height: 1.1875;
    min-width: 15rem;
  }
  .lg-tab__content {
    padding: 11.5625rem 0 4.0625rem;
  }
  .lg-tab__heading {
    font-size: 1.625rem;
    line-height: 1.23077;
    margin-bottom: 0.625rem;
  }
  .lg-tab__excerpt {
    font-size: 1.25rem;
    line-height: 1.35;
    margin-bottom: 2.125rem;
  }
  .lg-tab .btn--small {
    font-size: 1rem;
    padding: 0.875rem 3rem;
  }
}

@media (min-width: 64.0625em) {
  .lg-tab-labels {
    top: 4.0625rem;
  }
  .lg-tab-label {
    font-size: 2.25rem;
    line-height: 1.19444;
    min-width: 15rem;
  }
}

.home-layer--panels {
  padding: 0 !important;
}

.panel-col {
  background-color: #dadada;
  height: 12.5rem;
  position: relative;
  text-align: center;
}

.panel-col:hover .panel-col__bg:after {
  opacity: 0;
}

.panel-col:hover .btn--panel {
  background-color: white !important;
  color: #2b343b !important;
}

.panel-col__link-wrap {
  color: inherit;
  display: block;
  height: 100%;
}

.panel-col__link-wrap:hover {
  text-decoration: none;
}

.panel-col__bg {
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.panel-col__bg:after {
  background-color: rgba(54, 65, 73, 0.75);
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.45s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  will-change: opacity;
}

.panel-col__content {
  padding: 1.25rem;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.panel-col__heading {
  padding-bottom: 1.25rem;
  position: relative;
  color: white;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.19444;
  margin-bottom: 1rem;
  position: relative;
  text-transform: uppercase;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.panel-col__heading:after {
  background-color: white;
  content: "";
  height: 0.125rem;
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.6875rem;
}

@media (min-width: 43.8125em) {
  .panel-col {
    height: 13.125rem;
  }
  .panel-col__heading {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media (max-width: 64em) {
  .btn--panel {
    background: none;
    border: none;
    display: none;
    padding: 0;
  }
  .btn--panel:hover {
    background: none;
    color: white;
  }
  .panel-col:hover .btn--panel {
    background: none !important;
    color: white !important;
  }
}

@media (min-width: 64.0625em) {
  .home-layer--panels {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: calc( 100vh - 5.3125rem);
    overflow: hidden;
    white-space: nowrap;
  }
  .panel-col {
    display: inline-block;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    position: relative;
    overflow: hidden;
    white-space: normal;
    transition: -webkit-flex 0.45s cubic-bezier(0.5, 0, 0.1, 1) 0s;
    transition: flex 0.45s cubic-bezier(0.5, 0, 0.1, 1) 0s;
    transition: flex 0.45s cubic-bezier(0.5, 0, 0.1, 1) 0s, -webkit-flex 0.45s cubic-bezier(0.5, 0, 0.1, 1) 0s, -ms-flex 0.45s cubic-bezier(0.5, 0, 0.1, 1) 0s;
    will-change: flex;
  }
  .panel-col:hover {
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .panel-col:hover .panel-col__heading {
    background-color: rgba(0, 0, 0, 0.45);
    border-color: white;
    -webkit-transform: scale(1.2) translate(-50%, -50%);
        -ms-transform: scale(1.2) translate(-50%, -50%);
            transform: scale(1.2) translate(-50%, -50%);
  }
  .panel-col__content {
    height: 100%;
    padding: 0;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .panel-col__heading {
    background: none;
    border: 0.125rem solid transparent;
    display: inline-block;
    font-size: 2.4375rem;
    line-height: 1.2;
    padding: 1.5rem 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transition-delay: 0s;
    transition-duration: .45s;
    transition-property: background, border-color, -webkit-transform;
    transition-property: transform, background, border-color;
    transition-property: transform, background, border-color, -webkit-transform;
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1) 0s;
    -webkit-transform: scale(1) translate(-50%, -50%);
        -ms-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
    .panel-col__heading span {
    
    font-size:1.43rem;
    text-transform: none;
    }
  .btn--panel {
    display: block;
    padding: 0.875rem;
    position: absolute;
    bottom: 3.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 13.125rem;
  }
}

@media (min-width: 75.0625em) {
  .home-layer--panels {
    height: 100vh;
  }
}

.home-layer {
  padding: 2.5rem 0;
  position: relative;
}

.home-layer__heading {
  padding-bottom: 1.25rem;
  position: relative;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.20588;
  margin-bottom: 2.25rem;
  position: relative;
}
.home-layer__heading span {
    
    font-size:1.43rem;
    text-transform: none;
    }
.home-layer__heading:after {
  background-color: black;
  content: "";
  height: 0.125rem;
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.6875rem;
}

.home-layer__content {
  margin: 0 auto;
  max-width: 59.375rem;
}

.home-layer__content p {
  font-size: 1rem;
  line-height: 1.4375;
}

@media (min-width: 43.8125em) {
  .home-layer {
    padding: 4.0625rem 0;
  }
  .home-layer__heading {
    font-size: 2.625rem;
    line-height: 1.19048;
  }
  .home-layer__heading span {
    
    font-size:1.43rem;
    text-transform: none;
    }
  .home-layer__content p {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media (min-width: 64.0625em) {
  .home-layer__heading {
    font-size: 3.125rem;
    line-height: 1.22;
  }
  .home-layer__heading span {
    
    font-size:1.43rem;
    text-transform: none;
    }
  .home-layer__content p {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.marker__title {
  color: #b32f3a;
  font-size: 1.125rem;
  font-family: 600;
}

.marker__address,
.marker__description {
  color: #586066;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.location-post {
  margin-bottom: 1.875rem;
}

.location-post--featured .location-post__title {
  color: #b32f3a;
}

.location-post__title {
  color: #2b343b;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25;
}

@media (min-width: 43.8125em) {
  .location-posts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .location-post {
    width: 48%;
  }
}

@media (min-width: 64.0625em) {
  .location-post {
    width: 31%;
  }
}
