@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Raleway:400,500,600,700");
@import url("https://cdn.icomoon.io/71628/TaylorMcCaffrey2018/style.css?ybamzy");
@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  --header-height: 0;
}
@media (min-width: 1200px) {
  body {
    --header-height: 125px;
  }
}

#page-wrapper {
  font-size: 16px;
  margin-top: var(--header-height);
  overflow-x: hidden;
}
#page-wrapper * {
  box-sizing: border-box;
}

body.responsive.layout-full #page-wrapper .full-container {
  max-width: 1306px;
}

body.layout-full {
  background-color: #fff !important;
}

.site-main {
  padding: 0 !important;
  background-color: rgb(255, 255, 255) !important;
}

.entry-content {
  color: inherit !important;
}

#theme-attribution {
  display: none;
}

a#scroll-to-top {
  display: none !important;
}

a:focus {
  outline: thin solid !important;
}

.panel-row-style {
  padding: 25px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.g-layout__siteMax--sm {
  margin: 0 auto;
  display: block;
  max-width: 1306px;
}

.g-layout__siteMax--med {
  display: block;
  max-width: 950px;
}

.g-layout__padding {
  padding: 0 20px;
}

.g-layout__fullContainer {
  max-width: 1306px;
  margin: 0 auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

ul:not([class]) {
  margin: 20px 0 20px 15px;
  padding: 0;
  font-size: 16px;
  list-style-type: none;
}
ul:not([class]) li {
  position: relative;
  margin-left: 0;
  padding-left: 12px;
  margin-bottom: 6px;
}
ul:not([class]) li::after {
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
}
ul:not([class]) li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  ul:not([class]) {
    margin-left: 25px;
  }
}

.g-list--arrows {
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
}
.g-list--arrows li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 5px;
}
.g-list--arrows li::after {
  top: 0;
  left: -7px;
  color: rgb(194, 32, 38);
  width: 5px;
  height: 5px;
  content: "\e900";
  position: absolute;
  font-size: 24px;
  line-height: 28px;
  font-family: icomoon;
  background-color: transparent;
}
.g-list--arrows li:last-of-type {
  margin-bottom: 0;
}
.g-list--arrows a {
  color: rgb(0, 0, 0) !important;
}
.g-list--arrows a:hover {
  color: rgb(194, 32, 38) !important;
}
.g-list--arrows .g-list--arrows {
  margin-top: 0;
  margin-left: 23px;
  margin-bottom: 0;
}
.g-list--arrows .g-list--arrows li {
  padding-left: 15px;
}
.g-list--arrows .g-list--arrows li:first-of-type {
  margin-top: 5px;
}
.g-list--arrows .g-list--arrows li:last-of-type {
  margin-bottom: 5px;
}
.g-list--arrows .g-list--arrows li a {
  font-size: 16px;
}
.g-list--arrows .g-list--arrows li::after {
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 750px) {
  .g-list--arrows {
    font-size: 18px;
  }
}

body {
  color: rgb(0, 0, 0);
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.entry-content {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

h1 {
  color: rgb(0, 0, 0);
  margin: 0 0 1em;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 750px) {
  h1 {
    font-size: 88px;
  }
}

h2, .h2 {
  color: rgb(0, 0, 0);
  margin: 0 0 1em;
  font-size: 26px !important;
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 750px) {
  h2, .h2 {
    font-size: 60px;
  }
}

h3 {
  color: rgb(0, 0, 0);
  margin: 0 0 1em;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 750px) {
  h3 {
    font-size: 36px;
  }
}

h4 {
  color: rgb(0, 0, 0);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 750px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  color: rgb(0, 0, 0);
  margin: 0 0 1em;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 750px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  color: rgb(0, 0, 0);
  margin: 0 0 1em;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 750px) {
  h6 {
    font-size: 18px;
  }
}

p {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}

a {
  color: rgb(194, 32, 38);
  transition: all 0.25s ease;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(194, 32, 38);
  text-decoration: underline;
}

b, strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

.g-typography__titleAccent {
  position: relative;
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
}
.g-typography__titleAccent::after {
  left: 0;
  width: 35px;
  height: 4px;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  background-color: rgb(194, 32, 38);
}

.g-typography__label, .g-typography__label--medium {
  color: rgb(86, 84, 81);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.g-typography__label--medium {
  font-weight: 500;
}

.so-widget-sow-editor .widget-title {
  font-size: 26px !important;
  margin-bottom: 24px !important;
  border-bottom: 1px solid rgb(204, 204, 204) !important;
  padding-bottom: 10px !important;
}

.g-forms__row--addon {
  display: flex;
}
.g-forms__row--addon input[type=text] {
  flex: 1 0 0%;
}

.g-forms__textbox, .c-downloadForm input[type=text],
.c-downloadForm input[type=email], .c-contactForm input[type=text], .c-contactForm--simple input[type=text],
.c-contactForm input[type=email],
.c-contactForm--simple input[type=email],
.c-contactForm input[type=tel],
.c-contactForm--simple input[type=tel],
.c-contactForm textarea,
.c-contactForm--simple textarea {
  color: #000000 !important;
  border: none !important;
  padding: 15px 10px 15px 10px !important;
  font-size: 16px;
  min-height: 40px;
  background: rgb(200, 200, 200);
  font-family: "Raleway", sans-serif;
  line-height: 20px;
  border-radius: 0 !important;
  border-bottom: 1px solid rgb(194, 32, 38) !important;
}
.g-forms__textbox::-webkit-input-placeholder, .c-downloadForm input[type=text]::-webkit-input-placeholder,
.c-downloadForm input[type=email]::-webkit-input-placeholder, .c-contactForm input[type=text]::-webkit-input-placeholder, .c-contactForm--simple input[type=text]::-webkit-input-placeholder,
.c-contactForm input[type=email]::-webkit-input-placeholder,
.c-contactForm--simple input[type=email]::-webkit-input-placeholder,
.c-contactForm input[type=tel]::-webkit-input-placeholder,
.c-contactForm--simple input[type=tel]::-webkit-input-placeholder,
.c-contactForm textarea::-webkit-input-placeholder,
.c-contactForm--simple textarea::-webkit-input-placeholder {
  color: rgb(86, 84, 81);
}

@media (min-width: 750px) {
  .g-forms__checkboxList {
    display: flex;
    flex-wrap: wrap;
  }
  .g-forms__checkboxList .wpcf7-form-control-wrap {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 1.5%;
  }
  .g-forms__checkboxList .wpcf7-form-control-wrap:nth-of-type(even) {
    margin-right: 0;
  }
}

.g-btn, .c-downloadForm input[type=submit], .c-contactForm input[type=submit], .c-contactForm--simple input[type=submit], .c-ourPeople__clear, .g-btn--tertiary,
a.g-btn--tertiary, .g-btn--secondary,
a.g-btn--secondary, .g-btn--alt,
a.g-btn--alt,
a.g-btn {
  color: rgb(255, 255, 255) !important;
  cursor: pointer;
  border: none;
  display: inline-block;
  padding: 12px 10px;
  position: relative;
  font-size: 14px !important;
  transition: all 0.2s ease;
  background: rgb(86, 84, 81) !important;
  font-weight: 700;
  line-height: 1.25;
  border-radius: 0 !important;
  padding-right: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.g-btn input, .c-downloadForm input[type=submit] input, .c-contactForm input[type=submit] input, .c-contactForm--simple input[type=submit] input, .c-ourPeople__clear input, .g-btn--tertiary input, .g-btn--secondary input, .g-btn--alt input,
a.g-btn input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}
.g-btn::after, .c-downloadForm input[type=submit]::after, .c-contactForm input[type=submit]::after, .c-contactForm--simple input[type=submit]::after, .c-ourPeople__clear::after, .g-btn--tertiary::after, .g-btn--secondary::after, .g-btn--alt::after,
a.g-btn::after {
  top: 50%;
  right: 10px;
  color: rgb(255, 255, 255);
  display: inline-block;
  content: "\e900";
  position: absolute;
  font-size: 14px;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  margin-left: 10px;
  font-family: icomoon;
  line-height: 0;
}
.g-btn:hover, .c-downloadForm input[type=submit]:hover, .c-contactForm input[type=submit]:hover, .c-contactForm--simple input[type=submit]:hover, .c-ourPeople__clear:hover, .g-btn--tertiary:hover, .g-btn--secondary:hover, .g-btn--alt:hover, .g-btn:focus, .c-downloadForm input[type=submit]:focus, .c-contactForm input[type=submit]:focus, .c-contactForm--simple input[type=submit]:focus, .c-ourPeople__clear:focus, .g-btn--tertiary:focus, .g-btn--secondary:focus, .g-btn--alt:focus,
a.g-btn:hover,
a.g-btn:focus {
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
  background-color: rgb(194, 32, 38) !important;
}
.g-btn:hover::after, .c-downloadForm input[type=submit]:hover::after, .c-contactForm input[type=submit]:hover::after, .c-contactForm--simple input[type=submit]:hover::after, .c-ourPeople__clear:hover::after, .g-btn--tertiary:hover::after, .g-btn--secondary:hover::after, .g-btn--alt:hover::after, .g-btn:focus::after, .c-downloadForm input[type=submit]:focus::after, .c-contactForm input[type=submit]:focus::after, .c-contactForm--simple input[type=submit]:focus::after, .c-ourPeople__clear:focus::after, .g-btn--tertiary:focus::after, .g-btn--secondary:focus::after, .g-btn--alt:focus::after,
a.g-btn:hover::after,
a.g-btn:focus::after {
  color: rgb(255, 255, 255);
}

.g-btn--alt,
a.g-btn--alt {
  border: 1px solid rgb(194, 32, 38) !important;
  background-color: rgb(194, 32, 38) !important;
}
.g-btn--alt:hover, .g-btn--alt:focus,
a.g-btn--alt:hover,
a.g-btn--alt:focus {
  color: rgb(194, 32, 38) !important;
  background-color: #fff !important;
}
.g-btn--alt:hover::after, .g-btn--alt:focus::after,
a.g-btn--alt:hover::after,
a.g-btn--alt:focus::after {
  color: rgb(194, 32, 38) !important;
}

.g-btn--secondary,
a.g-btn--secondary {
  color: rgb(194, 32, 38) !important;
  background: transparent !important;
}
.g-btn--secondary::after,
a.g-btn--secondary::after {
  color: rgb(194, 32, 38);
}
.g-btn--secondary:hover, .g-btn--secondary:focus,
a.g-btn--secondary:hover,
a.g-btn--secondary:focus {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(194, 32, 38) !important;
}

.g-btn--tertiary, .c-downloadForm input[type=submit], .c-contactForm input[type=submit], .c-contactForm--simple input[type=submit],
a.g-btn--tertiary {
  border: 1px solid rgb(194, 32, 38) !important;
  padding: 20px 25px;
  background-color: rgb(194, 32, 38) !important;
}
.g-btn--tertiary::after, .c-downloadForm input[type=submit]::after, .c-contactForm input[type=submit]::after, .c-contactForm--simple input[type=submit]::after,
a.g-btn--tertiary::after {
  display: none;
}
.g-btn--tertiary:hover, .c-downloadForm input[type=submit]:hover, .c-contactForm input[type=submit]:hover, .c-contactForm--simple input[type=submit]:hover, .g-btn--tertiary:focus, .c-downloadForm input[type=submit]:focus, .c-contactForm input[type=submit]:focus, .c-contactForm--simple input[type=submit]:focus,
a.g-btn--tertiary:hover,
a.g-btn--tertiary:focus {
  color: rgb(194, 32, 38) !important;
  background-color: rgb(255, 255, 255) !important;
}
.g-btn--tertiary:hover::after, .c-downloadForm input[type=submit]:hover::after, .c-contactForm input[type=submit]:hover::after, .c-contactForm--simple input[type=submit]:hover::after, .g-btn--tertiary:focus::after, .c-downloadForm input[type=submit]:focus::after, .c-contactForm input[type=submit]:focus::after, .c-contactForm--simple input[type=submit]:focus::after,
a.g-btn--tertiary:hover::after,
a.g-btn--tertiary:focus::after {
  color: rgb(194, 32, 38);
}

a.g-btn--secondary.c-resourcesCard__link {
  position: absolute;
  bottom: 0;
  right: 0;
}

.g-layout--mobileMenuOpen .g-header__menuWrapper {
  display: block;
}
.g-layout--mobileMenuOpen .g-header__menuCloseBtn {
  display: block;
}
.g-layout--mobileMenuOpen .g-header__menuBackBtn {
  display: block;
  text-align: left;
  padding-left: 30px;
  cursor: pointer;
}
.g-layout--mobileMenuOpen .g-header__menuBackBtn span {
  margin: 0 10px 0 0;
}
.g-layout--mobileMenuOpen .g-header__menuOpenBtn {
  display: none;
}
.g-layout--mobileMenuOpen .g-header__primaryMenu {
  display: block;
}
.g-layout--mobileMenuOpen .g-header__logoImage--mobile {
  display: block;
}
.g-layout--mobileMenuOpen .g-header__logoImage--desktop {
  display: none;
}

.g-header {
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all 0.25s ease-in-out;
  background: rgb(255, 255, 255);
  width: 100%;
}
.g-header > * {
  transition: all 0.25s ease-in-out;
}
.g-header__content {
  max-width: 1306px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .g-header__content {
    display: flex;
  }
}
.g-header--scroll {
  top: -5px;
}
@media (min-width: 1200px) {
  .g-header--scroll {
    top: 0px;
  }
  .g-header--scroll .g-header__topbar {
    display: none;
  }
  .g-header--scroll .g-header__logo {
    flex: 0 0 160px;
  }
  .g-header--scroll .g-header__primaryMenu {
    padding-top: 10px;
  }
}

.g-header__logoImage--mobile {
  display: none;
}

@media (min-width: 1200px) {
  .g-header__nav {
    flex: 0 0 75%;
  }
}

.g-header__logo {
  display: block;
  position: relative;
  width: 50%;
  max-width: 280px;
  margin-right: 40px;
  z-index: 999;
}
.g-header__logo img {
  width: 100%;
}
@media (min-width: 1200px) {
  .g-header__logo {
    flex: 0 0 25%;
  }
}

.g-header__menuOpenBtn, .g-header__menuCloseBtn {
  display: block;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
  background: none;
  border: none;
  color: rgb(0, 0, 0);
  font-size: 14px;
  line-height: 1;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.g-header__menuOpenBtn span::before, .g-header__menuCloseBtn span::before {
  font-size: 30px;
  color: rgb(194, 32, 38);
}
@media (min-width: 1200px) {
  .g-header__menuOpenBtn, .g-header__menuCloseBtn {
    display: none !important;
  }
}

.g-header__menuOpenBtn, .g-header__menuCloseBtn {
  position: absolute;
  top: 40px;
  right: 20px;
  width: auto;
  transform: translateY(-50%);
}

.g-header__menuCloseBtn {
  display: none;
  color: rgb(255, 255, 255);
}
.g-header__menuCloseBtn span::before {
  color: rgb(255, 255, 255);
}

.g-header__menuWrapper {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: 100px;
  background: rgb(194, 32, 38);
}
@media (min-width: 1200px) {
  .g-header__menuWrapper {
    display: block;
    position: relative;
    flex: 1 0 100%;
    padding-top: 0;
    background: none;
  }
}

.g-header__topbar {
  display: flex;
  width: 100%;
}
@media (min-width: 1200px) {
  .g-header__topbar {
    padding-top: 15px;
  }
}

.g-header__topbarLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .g-header__topbarLinks {
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
    border-bottom: 1px solid rgb(185, 185, 185);
  }
}
.g-header__topbarLinks .g-search__toggle {
  order: 1;
}
@media (min-width: 1200px) {
  .g-header__topbarLinks .g-search__toggle {
    order: 3;
  }
}
.g-header__topbarLinks a {
  flex: none;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
@media (min-width: 1200px) {
  .g-header__topbarLinks a {
    padding: 16px;
    color: rgb(0, 0, 0);
  }
}
.g-header__topbarLinks .phone {
  order: 2;
  color: rgb(255, 255, 255);
}
@media (min-width: 1200px) {
  .g-header__topbarLinks .phone {
    color: rgb(194, 32, 38);
    order: 1;
    margin-left: auto;
  }
}
.g-header__topbarLinks .pay {
  order: 3;
}
.g-header__topbarLinks .pay::after {
  display: inline-block;
  content: "\e906";
  font-size: 12px;
  line-height: 1;
  margin-left: 5px;
  font-family: icomoon;
}
@media (min-width: 1200px) {
  .g-header__topbarLinks .pay {
    order: 2;
    border-right: 1px solid rgb(185, 185, 185);
  }
}
.g-header__topbarLinks .parking {
  order: 4;
}
.g-header__topbarLinks .parking::after {
  width: 15px;
  color: #ffffff;
  height: 15px;
  display: inline-block;
  content: "P";
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 1px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-left: 5px;
  border-radius: 3px;
  background-color: rgb(86, 84, 81);
}
@media (min-width: 1200px) {
  .g-header__topbarLinks .parking {
    order: 3;
    border-right: 1px solid rgb(185, 185, 185);
    padding-right: 15px;
  }
}

.g-header__topbarSocial {
  display: none;
  order: 2;
}
.g-header__topbarSocial a {
  padding: 5px;
  display: inline-block;
  line-height: 0;
}
.g-header__topbarSocial a:hover {
  text-decoration: none !important;
}
.g-header__topbarSocial .g-icon--linkedin {
  font-size: 20px;
}
.g-header__topbarSocial .g-icon--twitter {
  font-size: 24px;
}
@media (min-width: 1200px) {
  .g-header__topbarSocial {
    margin: 0 80px 0 10px;
    display: flex;
    align-items: center;
  }
}

a.g-search__toggle {
  width: 100%;
  color: #ffffff;
  order: 1;
  display: inline-block;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  padding-right: 16px;
  text-decoration: none !important;
}
a.g-search__toggle::after {
  color: #fff;
  content: "\e905";
  margin-left: 5px;
  font-family: "icomoon";
}
@media (min-width: 1200px) {
  a.g-search__toggle {
    width: auto;
    text-align: unset;
    color: rgb(0, 0, 0);
  }
  a.g-search__toggle::after {
    color: #000;
  }
}

#masthead-widgets .widget {
  width: 100% !important;
}
#masthead-widgets .widget_search {
  top: 80px;
  left: 15px;
  right: 15px;
  width: auto !important;
  display: none;
  z-index: 10000000;
  position: absolute;
  transition: all 0.25s ease;
}
#masthead-widgets .widget_search .widget_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
#masthead-widgets .widget_search input {
  color: #000000 !important;
  border: none !important;
  padding: 15px !important;
  z-index: 2;
  position: relative;
  font-size: 18px;
  background: rgb(200, 200, 200);
  min-height: 40px;
  background: rgb(206, 77, 81);
  font-family: "Raleway", sans-serif;
  line-height: 20px;
  border-radius: 0 !important;
  border-bottom: 2px solid rgb(74, 14, 16) !important;
}
#masthead-widgets .widget_search input::-webkit-input-placeholder {
  color: #000000;
}
#masthead-widgets .widget_search.open {
  display: block;
  transform: translateY(0);
}
@media (min-width: 1000px) {
  #masthead-widgets .widget_search {
    top: 0;
    left: auto;
    right: auto;
    width: 100% !important;
    height: 120px;
    transform: translateY(-120%);
    overflow-x: visible;
    padding-top: 10px;
    background-color: rgb(194, 32, 38);
  }
  #masthead-widgets .widget_search::before {
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    background-color: rgb(194, 32, 38);
  }
  #masthead-widgets .widget_search input {
    padding: 30px 15px 30px 15px !important;
    font-size: 22px;
    background: rgba(255, 255, 255, 0.3);
  }
}

.g-menu ul, .g-header__primaryMenu ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
}
.g-menu ul .g-menu__link::after, .g-header__primaryMenu ul .g-menu__link::after {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "icomoon";
  content: "\e903";
  font-size: 18px;
  color: rgb(255, 255, 255);
}
@media (min-width: 1200px) {
  .g-menu ul .g-menu__link::after, .g-header__primaryMenu ul .g-menu__link::after {
    color: rgb(0, 0, 0);
    right: 0;
  }
}

.g-menu__submenuExpand {
  position: absolute;
  right: 20px;
  top: 10px;
}
.g-menu__submenuExpand [class*=g-fontIcon--] {
  font-size: 35px;
}
@media (min-width: 1000px) {
  .g-menu__submenuExpand {
    display: none;
  }
}

.g-menu__level1 {
  width: 100%;
}
.g-menu__level1 > .g-menu__item {
  position: relative;
  display: inherit;
  text-align: right;
}
@media (min-width: 1200px) {
  .g-menu__level1 > .g-menu__item {
    width: auto;
    padding: 0;
    text-align: center;
    border: none;
    border-bottom: 1px solid rgb(255, 255, 255);
  }
}
.g-menu__level1 > .g-menu__item.menu-item-has-children > .g-menu__link {
  font-size: 16px;
}
.g-menu__level1 > .g-menu__item.menu-item-has-children > .g-menu__link::after {
  display: block;
}
.g-menu__level1 > .g-menu__item.menu-item-has-children.expanded > [class*=g-menu__level] {
  display: block !important;
}
.g-menu__level1 > .g-menu__item > .g-menu__link {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  text-align: right;
  font-weight: 600;
  padding: 10px;
  padding-right: 45px;
  color: rgb(255, 255, 255);
  transition: all 150ms ease-in-out;
}
.g-menu__level1 > .g-menu__item > .g-menu__link:hover {
  color: rgb(255, 255, 255);
  background: none;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .g-menu__level1 > .g-menu__item > .g-menu__link:hover {
    color: rgb(86, 84, 81);
  }
}
@media (min-width: 1200px) {
  .g-menu__level1 > .g-menu__item > .g-menu__link {
    padding: 14px 10px;
    padding-right: 20px;
    text-align: left;
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1000px) {
  .g-menu__level1 {
    display: flex;
    justify-content: flex-end;
  }
  .g-menu__level1 > .g-menu__item > .g-menu__expand {
    display: none;
  }
}

.g-menu__level2 {
  display: none !important;
  left: 0;
  top: 100%;
  background: rgb(218, 209, 202);
  padding: 0 !important;
}
.g-menu__level2 .g-menu__item {
  position: relative;
  flex-basis: 100%;
  padding: 0 8px;
  transition: all 150ms ease-in-out;
}
.g-menu__level2 .g-menu__item:hover {
  background: rgb(194, 32, 38);
}
.g-menu__level2 .g-menu__item .g-menu__link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 8px 0;
  text-align: left;
  color: rgb(0, 0, 0);
  transition: all 150ms ease-in-out;
}
.g-menu__level2 .g-menu__item .g-menu__link::before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 1px;
  width: 100%;
  background: rgb(0, 0, 0);
  transition: height 50ms ease-in-out;
}
.g-menu__level2 .g-menu__item .g-menu__link:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background: rgb(194, 32, 38);
}
.g-menu__level2 .g-menu__item .g-menu__link:hover::before {
  height: 0;
}
.g-menu__level2 .g-menu__item .g-menu__link:hover::after {
  color: rgb(255, 255, 255);
}
.g-menu__level2 .g-menu__item:last-child > .g-menu__link::before {
  height: 0;
}
.g-menu__level2 .g-menu__item.menu-item-has-children > .g-menu__link {
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .g-menu__level2 .g-menu__item.menu-item-has-children > .g-menu__link::after {
    position: absolute;
    display: inline-block;
    content: "\e900";
    font-size: 0.8em;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.g-menu__level2 .g-menu__item.menu-item-has-children:hover > [class*=g-menu__level] {
  display: block !important;
}
@media (min-width: 1000px) {
  .g-menu__level2 {
    display: none !important;
    position: absolute;
    width: 200px;
  }
  .g-menu__level2::before {
    display: block;
    content: "";
    position: absolute;
    top: -20px;
    left: 35px;
    width: 0;
    height: 0;
    border: 10px solid rgb(218, 209, 202);
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .g-menu__level2.g-menu__large {
    width: auto;
  }
  .g-menu__level2.g-menu__large .g-menu__subLevel {
    width: 500px;
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.g-menu__level3 {
  display: none;
  left: 100%;
  top: 0;
  width: auto;
  background-color: rgb(247, 246, 244);
}
.g-menu__level3 .g-menu__item .g-menu__link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 8px 0;
  text-align: left;
  color: rgb(0, 0, 0);
  transition: all 150ms ease-in-out;
}
@media (min-width: 1000px) {
  .g-menu__level3 .g-menu__item .g-menu__link {
    padding-left: 10px;
  }
}
.g-menu__level3 .g-menu__item .g-menu__link::before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 1px;
  width: 100%;
  background: rgb(0, 0, 0);
  transition: height 50ms ease-in-out;
}
.g-menu__level3 .g-menu__item .g-menu__link:hover {
  color: rgb(255, 255, 255);
  background: rgb(194, 32, 38);
  text-decoration: none;
}
.g-menu__level3 .g-menu__item .g-menu__link:hover::before {
  height: 0;
}
.g-menu__level3 .g-menu__item .g-menu__link:hover::after {
  color: rgb(255, 255, 255);
}
.g-menu__level3 .g-menu__item:last-child .g-menu__link::before {
  height: 0;
}
@media (min-width: 1000px) {
  .g-menu__level3 {
    position: absolute;
  }
  .g-menu__level3 .g-menu__subLevel {
    width: 500px;
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.g-menu__item--expanded > [class*=g-menu__level] {
  display: block !important;
}

.g-menu__primaryWrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 200;
}

.g-menu__primary {
  position: absolute;
  left: 140%;
  max-width: 1306px;
  justify-content: space-around;
  width: 100%;
  padding: 137px 0 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  order: 1;
  background: rgb(194, 32, 38);
  transition: left 150ms ease-in-out;
}
@media (min-width: 1100px) {
  .g-menu__primary {
    position: unset;
    left: auto;
    display: flex;
    text-align: initial;
    padding: 100px 0 0;
    order: initial;
    padding: 86px 0 0;
    background: transparent;
  }
}

.g-menu__open {
  left: 0;
}

.g-menu__primary--mobile {
  position: relative;
  z-index: 999;
}
@media (min-width: 1000px) {
  .g-menu__primary--mobile {
    display: none;
  }
}

.g-menu__secondaryWrapper {
  position: relative;
  max-width: 1306px;
  margin: 0 auto;
  z-index: 999;
}

.g-menu__secondary {
  position: relative;
  right: 0;
  margin: 0;
  width: 100%;
  order: 2;
  display: none;
}
@media (min-width: 1100px) {
  .g-menu__secondary {
    width: auto;
    position: absolute;
    order: initial;
    display: block;
  }
}
.g-menu__secondary ul {
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
  height: auto;
  top: 86px;
}
@media (min-width: 1100px) {
  .g-menu__secondary ul {
    height: 70px;
    display: flex;
    width: auto;
    top: initial;
  }
}
.g-menu__secondary li {
  display: flex;
  position: relative;
  height: 70px;
  z-index: 2;
  padding: 20px;
  border-bottom: 1px solid #201544;
  width: 100%;
  display: block;
  text-align: center;
}
@media (min-width: 1200px) {
  .g-menu__secondary li {
    padding: 20px 30px;
    background: transparent;
    width: auto;
    display: flex;
    text-align: initial;
    border-bottom: 0px solid black;
  }
}
.g-menu__secondary li::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  border-right: 1px solid #201544;
}
.g-menu__secondary li:last-child {
  padding: 20px 0 20px 20px;
  border-right: none;
}
.g-menu__secondary li:last-child::after {
  display: none;
}
.g-menu__secondary li a {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  color: #201544;
  font-size: 16px;
  text-decoration: none;
}

.g-menu__social_link {
  margin: 0 10px 0 0;
}
.g-menu__social_link:last-child {
  margin: 0;
}
.g-menu__social_link [class*=g-fontIcon] {
  font-size: 18px;
}

.g-menu__logo {
  position: absolute;
  z-index: 999;
  width: 100%;
  justify-content: center;
  display: flex;
  background: transparent;
  top: 0;
  left: 0;
  padding: 20px;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.g-menu__logo.open {
  background: rgb(194, 32, 38);
  border-bottom: 1px solid rgb(194, 32, 38);
}
@media (min-width: 1100px) {
  .g-menu__logo {
    width: auto;
    top: 20px;
    left: 20px;
    background: transparent !important;
    display: initial;
    border: none;
  }
}

._search-section {
  position: relative;
  z-index: 9999;
  width: 100%;
  text-align: right;
  background-color: #4c4184;
  height: 70px;
  padding: 15px;
}

._search-section input#search-form {
  border-radius: 0;
}

#clickBox {
  cursor: pointer;
}

._search-section .g-fontIcon--search {
  display: none;
}

._search-section input.field.g-forms__textbox, ._search-section .c-downloadForm input.field[type=text], .c-downloadForm ._search-section input.field[type=text],
._search-section .c-downloadForm input.field[type=email],
.c-downloadForm ._search-section input.field[type=email], ._search-section .c-contactForm input.field[type=text], ._search-section .c-contactForm--simple input.field[type=text], .c-contactForm ._search-section input.field[type=text], .c-contactForm--simple ._search-section input.field[type=text],
._search-section .c-contactForm input.field[type=email],
._search-section .c-contactForm--simple input.field[type=email],
.c-contactForm ._search-section input.field[type=email],
.c-contactForm--simple ._search-section input.field[type=email],
._search-section .c-contactForm input.field[type=tel],
._search-section .c-contactForm--simple input.field[type=tel],
.c-contactForm ._search-section input.field[type=tel],
.c-contactForm--simple ._search-section input.field[type=tel] {
  padding: 0 20px !important;
  background-color: white;
}

.g-menu__seconday--mobile {
  background: rgb(255, 255, 255);
  width: 100%;
  margin: 0;
  padding: 0 !important;
}
.g-menu__seconday--mobile a {
  display: block;
  text-align: left;
  font-size: 16px;
  padding: 10px;
  border-bottom: 1px solid rgb(194, 32, 38);
}
.g-menu__seconday--mobile li:last-of-type a {
  border: none;
}
@media (min-width: 1000px) {
  .g-menu__seconday--mobile {
    display: none;
  }
}

@media (min-width: 1000px) {
  .mobile-menu__item--search {
    display: none;
  }
}

.g-menu__social--mobile {
  display: flex;
}

footer {
  padding: 0 !important;
  font-size: 13px;
  background-color: rgb(227, 227, 227) !important;
}
footer img {
  max-width: 100%;
}
footer .widget {
  padding: 0 !important;
}

.c-footer {
  color: rgb(0, 0, 0) !important;
  margin: 0 auto;
  position: relative;
  max-width: 1306px;
  padding-top: 220px;
  font-weight: 600;
}
.c-footer * {
  box-sizing: border-box;
}
.c-footer a {
  color: black !important;
  font-weight: 500;
}
.c-footer a:hover {
  color: rgb(194, 32, 38) !important;
  text-decoration: none !important;
}
@media (min-width: 550px) {
  .c-footer {
    padding-top: 160px;
  }
}
@media (min-width: 1000px) {
  .c-footer {
    display: flex;
    padding: 30px 20px;
    position: static;
    flex-wrap: wrap;
    padding-top: 0;
  }
}

@media (min-width: 1000px) {
  .c-footer__half {
    width: 50%;
  }
  .c-footer__half:first-child {
    width: 50%;
    border-right: 1px solid rgb(86, 84, 81);
  }
}

.c-footer__menu {
  padding: 25px 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgb(86, 84, 81);
}
@media (min-width: 1000px) {
  .c-footer__menu {
    padding: 50px 0 5px;
    border-bottom: 1px solid rgb(86, 84, 81);
    margin-bottom: 30px;
  }
}

.c-footer__menuItem {
  display: block;
  margin-bottom: 10px;
}
.c-footer__menuItem:last-of-type {
  margin-bottom: 0;
}
.c-footer__menuItem a {
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 750px) {
  .c-footer__menuItem {
    display: inline-block;
    padding: 0 8px;
    border-right: 1px solid #000000;
    margin-bottom: 0;
  }
  .c-footer__menuItem:first-of-type {
    padding-left: 0;
  }
  .c-footer__menuItem:last-of-type {
    border-right: none;
    padding-right: 0;
  }
}
@media (min-width: 1000px) {
  .c-footer__menuItem {
    padding: 0 8px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1000px) {
  .c-footer__logoWrap {
    display: flex;
    padding-bottom: 30px;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .c-footer__logoWrap {
    border-bottom: 1px solid rgb(86, 84, 81);
  }
}

.c-footer__logo {
  padding: 0 20px;
}
@media (min-width: 1000px) {
  .c-footer__logo {
    width: 50%;
    padding: 0;
    margin-right: 15px;
  }
}

.c-footer__address {
  padding: 0 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
.c-footer__address a {
  color: inherit !important;
  font-weight: 600 !important;
}
@media (min-width: 1000px) {
  .c-footer__address {
    margin: 0 0 0 auto;
    padding: 0 7.85% 0 0;
  }
}

@media (min-width: 1200px) {
  .c-footer__socialWrap {
    display: flex;
    padding: 25px 0;
    align-items: center;
    justify-content: space-between;
  }
}

.c-footer__social {
  display: flex;
  padding: 25px 20px;
  border-top: 1px solid rgb(86, 84, 81);
  align-items: center;
  margin-right: auto;
  border-bottom: 1px solid rgb(86, 84, 81);
  margin-bottom: 25px;
  justify-content: center;
}
.c-footer__social a {
  font-size: 22px;
  margin-left: 10px;
  line-height: 1;
}
.c-footer__social .g-icon--twitter {
  font-size: 26px;
}
@media (min-width: 1200px) {
  .c-footer__social {
    margin: 0;
    border: none;
    padding: 0;
    text-align: left;
  }
}

.c-footer__legalLinks {
  display: flex;
  padding: 0 20px 25px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgb(86, 84, 81);
  margin-bottom: 25px;
  justify-content: space-around;
}
.c-footer__legalLinks a {
  text-transform: uppercase;
}
@media (min-width: 750px) {
  .c-footer__legalLinks {
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .c-footer__legalLinks {
    padding: 0 50px 0 0;
  }
  .c-footer__legalLinks a {
    margin-left: 15px;
  }
}

.c-footer__newsletter {
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  position: absolute;
}
@media (min-width: 750px) {
  .c-footer__newsletter {
    border-bottom: 1px solid rgb(86, 84, 81);
  }
}
.c-footer__newsletter p {
  margin: 0;
}
.c-footer__newsletter h6 {
  margin-bottom: 0;
}
.c-footer__newsletter .g-forms__row--addon {
  position: relative;
}
.c-footer__newsletter .g-forms__row--addon span.email-subscription {
  flex: 1 0 0%;
  display: block;
}
.c-footer__newsletter .g-forms__row--addon span.email-subscription input {
  width: 100%;
}
.c-footer__newsletter .ajax-loader {
  top: 17px;
  right: 3px;
  position: absolute;
}
.c-footer__newsletter .wpcf7-validation-errors {
  display: none !important;
}
.c-footer__newsletter .wpcf7-not-valid-tip {
  top: 100%;
  color: rgb(194, 32, 38) !important;
  position: absolute;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .c-footer__newsletter {
    padding: 50px 0 25px 25px;
    position: static;
    padding-top: 50px;
    padding-left: 7.85%;
  }
}

.c-footer__newsletterHeading {
  font-size: 18px !important;
  font-weight: 700 !important;
}
@media (min-width: 750px) {
  .c-footer__newsletterHeading {
    white-space: normal;
  }
}

.c-footer__credentialsHeading {
  width: 100%;
  font-size: 18px !important;
  text-align: center;
  font-weight: 700 !important;
}
@media (min-width: 550px) {
  .c-footer__credentialsHeading {
    padding-top: 25px;
  }
}
@media (min-width: 1000px) {
  .c-footer__credentialsHeading {
    text-align: left;
    padding-left: 7.85%;
  }
}

.c-footer__credentials {
  display: flex;
  padding: 0 20px;
  text-align: center;
  align-items: center;
  border-bottom: 1px solid rgb(86, 84, 81);
  margin-bottom: 25px;
  flex-direction: column;
}
.c-footer__credentials a {
  display: block;
  margin-bottom: 25px;
}
.c-footer__credentials a:first-child {
  margin-left: 0;
}
.c-footer__credentials img {
  width: 100%;
  display: block;
}
@media (min-width: 550px) {
  .c-footer__credentials {
    padding: 0 10px 0;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .c-footer__credentials a {
    padding-right: 15px;
  }
}
@media (min-width: 1000px) {
  .c-footer__credentials {
    border: none;
    text-align: left;
    padding-left: 7.85%;
    padding-right: 0;
  }
  .c-footer__credentials a {
    flex: 1 0 0%;
  }
}

.c-footer__copyright {
  padding: 0 20px 15px;
}
.c-footer__copyright small {
  display: block;
  font-size: 12px;
  margin-bottom: 25px;
}
.c-footer__copyright small:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .c-footer__copyright {
    width: 100%;
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgb(86, 84, 81);
    justify-content: space-between;
  }
  .c-footer__copyright small {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
  }
}

.c-responsiveEmbed {
  height: 0;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
}
.c-responsiveEmbed iframe {
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}

.c-customSelect {
  position: relative;
}
.c-customSelect [class*=form-control-wrap],
.c-customSelect select {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  position: absolute;
}
.c-customSelect [class*=form-control-wrap]:focus ~ .c-customSelect__toggle,
.c-customSelect select:focus ~ .c-customSelect__toggle {
  box-shadow: inset 0px -2px 0px 0px rgb(74, 14, 16);
}
@media (min-width: 1000px) {
  .c-customSelect [class*=form-control-wrap],
  .c-customSelect select {
    z-index: -1;
  }
}

.c-customSelect.disabled {
  opacity: 0.6;
}
.c-customSelect.disabled .c-customSelect__toggle {
  color: rgb(114, 113, 117) !important;
  border-bottom-color: rgb(114, 113, 117) !important;
}
.c-customSelect.disabled .c-customSelect__toggle::after {
  color: rgb(114, 113, 117) !important;
}
.c-customSelect.disabled::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
}

.c-customSelect.loading {
  position: relative;
}
.c-customSelect.loading::after {
  top: auto;
  left: calc(50% - 25px);
  bottom: 5px;
  width: 25px;
  height: 25px;
  content: "\e912";
  display: block;
  position: absolute;
  animation: spinner 0.5s linear infinite !important;
  text-align: center;
  font-family: icomoon;
}

.c-customSelect__toggle {
  color: #000 !important;
  border: none;
  cursor: pointer;
  z-index: 1;
  padding: 0 20px 8px 8px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  white-space: nowrap;
  font-family: "Raleway", sans-serif;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgb(74, 14, 16);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.c-customSelect__toggle::after {
  right: 0;
  color: rgb(74, 14, 16);
  bottom: 6px;
  content: "\e90a";
  display: block;
  position: absolute;
  font-size: 18px;
  font-family: icomoon !important;
}

.c-customSelect__toggle.filled {
  color: #000000 !important;
  box-shadow: inset 0px -2px 0px 0px rgb(74, 14, 16);
  font-weight: bold;
}

.c-customSelect select {
  width: 100%;
  opacity: 0;
  padding: 0 15px 8px 8px;
  font-family: "Raleway", sans-serif;
}

.c-customSelect__toggle.open::after {
  content: "\e907";
}

ul.c-customSelect__list {
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 5;
  display: none;
  padding: 5px !important;
  position: absolute;
  overflow: auto;
  max-height: 175px;
  box-sizing: border-box;
  list-style-type: none !important;
  background-color: rgb(218, 209, 202);
}
ul.c-customSelect__list li {
  color: #000000;
  cursor: pointer;
  margin: 0 !important;
  padding: 5px !important;
  font-family: "Raleway", sans-serif;
  border-bottom: 1px solid rgb(74, 14, 16);
}
ul.c-customSelect__list li:last-of-type {
  border-bottom: none !important;
}
ul.c-customSelect__list li::before, ul.c-customSelect__list li::after {
  display: none;
}
ul.c-customSelect__list li:hover {
  color: #ffffff;
  background-color: rgb(194, 32, 38);
}

.c-welcomeBlock {
  position: relative;
}
.c-welcomeBlock::before {
  top: 0;
  left: 50%;
  width: 120vw;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  background-color: rgb(218, 209, 202);
}

.c-welcomeBlock__inner {
  margin: 0 auto;
  display: flex;
  padding: 30px 20px;
  position: relative;
  max-width: 1306px;
  flex-direction: column;
}
@media (min-width: 750px) {
  .c-welcomeBlock__inner {
    padding: 70px 20px;
  }
}
@media (min-width: 1000px) {
  .c-welcomeBlock__inner {
    flex-direction: row;
  }
}

.c-welcomeBlock__left {
  order: 2;
}
@media (min-width: 750px) {
  .c-welcomeBlock__left {
    padding-right: 60px;
  }
}
@media (min-width: 1000px) {
  .c-welcomeBlock__left {
    order: 1;
    width: 50%;
  }
}

.c-welcomeBlock__buttonWrap {
  margin-top: 25px;
  border-top: 1px solid rgb(114, 113, 117);
}

.c-welcomeBlock__right {
  order: 1;
  margin-bottom: 20px;
}
.c-welcomeBlock__right img {
  margin: 0 auto;
  display: block;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .c-welcomeBlock__right img {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .c-welcomeBlock__right {
    order: 2;
    width: 50%;
    margin-bottom: 0;
  }
}

.c-imageList {
  margin: 0 auto;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1306px;
  align-items: center;
  justify-content: space-around;
}
.c-imageList a {
  display: block;
}
.c-imageList img {
  max-width: 170px;
  max-height: 90px;
  margin-right: 20px;
  margin-bottom: 30px;
}
@media (min-width: 750px) {
  .c-imageList {
    padding: 0 15px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .c-imageList img {
    max-width: 100%;
    min-width: 0;
  }
  .c-imageList img:last-of-type {
    margin-right: 0;
  }
}

#main-slider .flexslider {
  margin-bottom: 0 !important;
}
#main-slider .flex-viewport,
#main-slider .slides,
#main-slider .content,
#main-slider .ms_content_wrap,
#main-slider .msHtmlOverlay,
#main-slider .full-container {
  min-height: 500px !important;
  max-height: 765px !important;
}
@media (min-width: 750px) {
  #main-slider .flex-viewport,
  #main-slider .slides,
  #main-slider .content,
  #main-slider .ms_content_wrap,
  #main-slider .msHtmlOverlay,
  #main-slider .full-container {
    min-height: 600px !important;
    max-height: 765px !important;
  }
}
@media (min-width: 1200px) {
  #main-slider .flex-viewport,
  #main-slider .slides,
  #main-slider .content,
  #main-slider .ms_content_wrap,
  #main-slider .msHtmlOverlay,
  #main-slider .full-container {
    height: 765px;
  }
}
#main-slider .content {
  z-index: 1 !important;
}

#main-slider .layer {
  width: 100% !important;
  height: 100% !important;
}
#main-slider .layer .content {
  height: 100% !important;
}
#main-slider .layer .c-rotator__heading {
  margin: 0;
  bottom: 130px;
  padding: 0 30px;
  position: absolute;
  max-width: 1306px;
}
#main-slider .layer .c-rotator__heading h1 {
  color: #ffffff;
  max-width: 660px;
  font-size: 40px;
  text-align: left;
  line-height: 1;
  margin-bottom: 0;
}
#main-slider .layer .c-rotator__heading h1 br {
  line-height: 0;
}
#main-slider .layer .c-rotator__heading h1 small {
  display: block;
  font-size: 30px;
  margin-top: 5px;
  font-weight: 400;
}
#main-slider .layer .c-rotator__heading::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 750px) {
  #main-slider .layer .c-rotator__heading {
    bottom: 200px;
    margin-top: 12%;
  }
  #main-slider .layer .c-rotator__heading h1 {
    font-size: 60px;
  }
}
@media (min-width: 1000px) {
  #main-slider .layer .c-rotator__heading {
    margin: 180px auto 0;
    bottom: auto;
    padding: 0 60px 0 330px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  #main-slider .layer .c-rotator__heading {
    margin-top: 210px;
    padding-left: 350px;
  }
}
@media (min-width: 1300px) {
  #main-slider .layer .c-rotator__heading {
    padding-left: 500px;
  }
}

.flex-direction-nav {
  top: 50% !important;
  left: 50% !important;
  width: 100vw !important;
  display: none !important;
  z-index: 2 !important;
  position: absolute !important;
  max-width: 1306px !important;
  transform: translateX(-50%) !important;
}
@media (min-width: 1000px) {
  .flex-direction-nav {
    display: block !important;
  }
}
.flex-direction-nav li:first-child {
  top: 0 !important;
  left: 290px !important;
  width: calc(100% - 35px) !important;
  z-index: 1 !important;
  position: absolute !important;
  max-width: 910px !important;
}
.flex-direction-nav li:last-child {
  top: 0 !important;
  right: 20px !important;
  width: calc(100% - 35px) !important;
  z-index: 1 !important;
  position: absolute !important;
  max-width: 910px !important;
}
@media (min-width: 1300px) {
  .flex-direction-nav li:first-child {
    left: 420px !important;
  }
}
.flex-direction-nav .flex-prev {
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  font-size: 0 !important;
  background: none !important;
  text-indent: 0 !important;
}
.flex-direction-nav .flex-prev::after {
  top: 0;
  left: 0;
  width: 100%;
  color: rgb(181, 181, 181);
  height: 100%;
  display: block;
  content: "\e900";
  z-index: 1;
  position: absolute;
  font-size: 38px;
  transform: rotateY(180deg);
  line-height: 30px;
  font-family: icomoon;
}
.flex-direction-nav .flex-next {
  top: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  font-size: 0 !important;
  background: none !important;
  text-indent: 0 !important;
}
.flex-direction-nav .flex-next::after {
  top: 0;
  left: 0;
  width: 100%;
  color: rgb(181, 181, 181);
  height: 100%;
  display: block;
  content: "\e900";
  z-index: 1;
  position: absolute;
  font-size: 38px;
  line-height: 30px;
  font-family: icomoon;
}

.c-rotator__cta {
  left: 50%;
  width: 100vw;
  bottom: 85px;
  z-index: 1;
  position: absolute;
  max-width: 1306px;
  transform: translateX(-50%);
  padding-right: 20px !important;
}
.c-rotator__cta .g-btn, .c-rotator__cta .c-downloadForm input[type=submit], .c-downloadForm .c-rotator__cta input[type=submit], .c-rotator__cta .c-contactForm input[type=submit], .c-rotator__cta .c-contactForm--simple input[type=submit], .c-contactForm .c-rotator__cta input[type=submit], .c-contactForm--simple .c-rotator__cta input[type=submit], .c-rotator__cta .c-ourPeople__clear, .c-rotator__cta .g-btn--alt, .c-rotator__cta .g-btn--secondary, .c-rotator__cta .g-btn--tertiary {
  float: right;
  color: #000000 !important;
  padding: 12px 10px !important;
  font-size: 14px !important;
  padding-right: 30px !important;
  background-color: #ffffff !important;
}
.c-rotator__cta .g-btn::after, .c-rotator__cta .c-downloadForm input[type=submit]::after, .c-downloadForm .c-rotator__cta input[type=submit]::after, .c-rotator__cta .c-contactForm input[type=submit]::after, .c-rotator__cta .c-contactForm--simple input[type=submit]::after, .c-contactForm .c-rotator__cta input[type=submit]::after, .c-contactForm--simple .c-rotator__cta input[type=submit]::after, .c-rotator__cta .c-ourPeople__clear::after, .c-rotator__cta .g-btn--alt::after, .c-rotator__cta .g-btn--secondary::after, .c-rotator__cta .g-btn--tertiary::after {
  color: #000000 !important;
}
.c-rotator__cta .g-btn:hover, .c-rotator__cta .c-downloadForm input[type=submit]:hover, .c-downloadForm .c-rotator__cta input[type=submit]:hover, .c-rotator__cta .c-contactForm input[type=submit]:hover, .c-rotator__cta .c-contactForm--simple input[type=submit]:hover, .c-contactForm .c-rotator__cta input[type=submit]:hover, .c-contactForm--simple .c-rotator__cta input[type=submit]:hover, .c-rotator__cta .c-ourPeople__clear:hover, .c-rotator__cta .g-btn--alt:hover, .c-rotator__cta .g-btn--secondary:hover, .c-rotator__cta .g-btn--tertiary:hover {
  color: #ffffff !important;
  background-color: rgb(194, 32, 38) !important;
}
.c-rotator__cta .g-btn:hover::after, .c-rotator__cta .c-downloadForm input[type=submit]:hover::after, .c-downloadForm .c-rotator__cta input[type=submit]:hover::after, .c-rotator__cta .c-contactForm input[type=submit]:hover::after, .c-rotator__cta .c-contactForm--simple input[type=submit]:hover::after, .c-contactForm .c-rotator__cta input[type=submit]:hover::after, .c-contactForm--simple .c-rotator__cta input[type=submit]:hover::after, .c-rotator__cta .c-ourPeople__clear:hover::after, .c-rotator__cta .g-btn--alt:hover::after, .c-rotator__cta .g-btn--secondary:hover::after, .c-rotator__cta .g-btn--tertiary:hover::after {
  color: #ffffff !important;
}
.c-rotator__cta::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 750px) {
  .c-rotator__cta {
    bottom: 133px;
  }
}
@media (min-width: 1000px) {
  .c-rotator__cta {
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .c-rotator__cta {
    bottom: 289px;
  }
}

.flex-control-paging {
  top: 15px !important;
  left: 30px !important;
  right: 30px !important;
  width: auto !important;
  margin: 0 !important;
  height: 0 !important;
  position: absolute !important;
  max-width: 1306px !important;
  text-align: right !important;
  counter-reset: pagination;
}
.flex-control-paging li {
  counter-increment: pagination;
}
.flex-control-paging li a {
  color: #ffffff !important;
  margin: 0 !important;
  display: none !important;
  font-size: 14px !important;
  background: none !important;
  text-decoration: none !important;
}
.flex-control-paging li a.flex-active {
  display: inline-block !important;
  margin-right: 5px !important;
}
.flex-control-paging::after {
  top: 0;
  color: #ffffff;
  right: auto;
  display: inline-block;
  content: "/" counter(pagination);
  position: absolute;
  font-size: 14px;
}
@media (min-width: 1000px) {
  .flex-control-paging {
    top: 210px !important;
    left: 50% !important;
    width: 100vw !important;
    right: 10px !important;
    transform: translateX(-50%) !important;
  }
  .flex-control-paging li a {
    font-size: 18px !important;
  }
  .flex-control-paging li a.flex-active {
    margin-right: 40px !important;
  }
  .flex-control-paging::after {
    font-size: 18px;
    right: 15px;
  }
}

.c-rotator__scroll {
  top: -90px;
  color: rgba(255, 255, 255, 0.6) !important;
  right: 10px;
  display: none;
  position: absolute;
  text-transform: uppercase;
  text-decoration: none !important;
}
.c-rotator__scroll::after {
  display: block;
  content: "\e90a";
  font-size: 24px;
  text-align: right;
  text-indent: 5px;
  line-height: 24px;
  font-family: icomoon;
}
@media (min-width: 1200px) {
  .c-rotator__scroll {
    display: inline-block;
  }
}

.c-rotator__overlay {
  margin: 0 auto !important;
  display: none;
  position: relative;
  max-width: 1306px;
}
.c-rotator__overlay::before {
  top: 0;
  width: 50vw;
  right: calc(100% - 278px);
  height: 768px;
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1000px) {
  .c-rotator__overlay {
    display: block;
  }
}

.metaslider .caption-wrap {
  height: 100% !important;
  overflow: hidden;
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.6) !important;
}

.flexslider .caption-wrap .caption {
  padding: 0;
}

.metaslider .caption {
  padding: 0;
  height: 100%;
}

.caption-wrap .layer {
  position: relative;
  top: -18px;
}

.caption-wrap em {
  color: #ffffff;
  max-width: 660px;
  text-align: left;
  display: block;
  margin-top: 40px;
}

.c-numStats__wrap {
  margin: 0 auto;
  position: relative;
  max-width: 1306px;
}

.c-numStats {
  left: 20px;
  right: 20px;
  bottom: 100%;
  display: flex;
  position: absolute;
  border-top: 1px solid rgb(156, 156, 156);
  justify-content: center;
}
@media (min-width: 1000px) {
  .c-numStats {
    top: auto;
    left: auto;
    width: 100%;
    right: auto;
    bottom: 100%;
    padding-left: 150px;
  }
}
@media (min-width: 1200px) {
  .c-numStats {
    padding-bottom: 155px;
  }
}

.c-numStats__item {
  color: #ffffff;
  padding: 10px 13px 10px;
  font-size: 10px;
  border-right: 1px solid rgb(156, 156, 156);
  text-transform: uppercase;
}
.c-numStats__item:first-of-type {
  padding-left: 0;
}
.c-numStats__item:last-of-type {
  border-right: none;
}
@media (min-width: 750px) {
  .c-numStats__item {
    padding: 20px 50px 10px;
    font-size: 14px;
  }
  .c-numStats__item:first-of-type {
    padding-left: 50px;
  }
}

.c-numStats__num {
  color: rgb(235, 233, 231);
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.c-numStats__num::after {
  color: rgb(194, 32, 38);
  content: "+";
  display: inline-block;
}
@media (min-width: 750px) {
  .c-numStats__num {
    font-size: 72px;
    line-height: 72px;
  }
}

.our_people-template-default .hentry {
  display: none;
}

.post-navigation {
  display: none;
}

.c-profile {
  padding: 0 20px;
}
.c-profile h2 {
  margin-bottom: 10px !important;
}
.c-profile h6 {
  font-weight: 700 !important;
}
.c-profile .g-list--arrows {
  font-weight: 600;
}
.c-profile span.g-typography__label, .c-profile span.g-typography__label--medium {
  min-width: 80px;
  display: inline-block;
}
.c-profile a:not([class]) {
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.c-profile a:not([class]):hover {
  color: rgb(194, 32, 38) !important;
}
.c-profile b {
  font-weight: 600 !important;
}
@media (min-width: 750px) {
  .c-profile a:not([class]) {
    font-size: 18px;
  }
  .c-profile b {
    font-size: 18px;
  }
}

.c-profile__banner {
  position: relative;
  min-height: 705px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.c-profile__banner * {
  z-index: 1;
  position: relative;
}
.c-profile__banner a {
  color: rgb(0, 0, 0) !important;
}
.c-profile__banner::after {
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  z-index: 0;
  display: block;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  background-color: rgb(226, 223, 218);
}
@media (min-width: 750px) {
  .c-profile__banner {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .c-profile__banner {
    padding-top: 125px;
    padding-left: 500px;
  }
}

.c-profile__bannerImage {
  z-index: 2;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(171, 168, 164);
}
.c-profile__bannerImage img {
  margin: 0 auto;
  display: block;
  max-width: 290px;
  max-height: 525px;
  width: auto;
  height: auto;
}
@media (min-width: 750px) {
  .c-profile__bannerImage img {
    max-width: 350px;
  }
}
@media (min-width: 1000px) {
  .c-profile__bannerImage {
    left: 0;
    width: 50%;
    bottom: 0;
    position: absolute;
    max-width: 500px;
    border-bottom: none;
    margin-bottom: 0;
  }
  .c-profile__bannerImage img {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .c-profile__bannerImage {
    width: 500px;
  }
  .c-profile__bannerImage img {
    max-height: 100%;
  }
}

.c-profile__bannerTitle {
  padding: 0 20px;
  margin-bottom: 40px !important;
}
.c-profile__bannerTitle small {
  display: block;
  font-size: 18px;
  margin-top: 8px;
}
@media (min-width: 750px) {
  .c-profile__bannerTitle {
    margin: 0 20px 20px !important;
    padding: 0 0 20px;
    font-size: 64px !important;
    border-bottom: 1px solid rgb(171, 168, 164);
  }
}
@media (min-width: 1200px) {
  .c-profile__bannerTitle {
    margin: 0;
    border: none;
    padding: 0;
    font-size: 88px !important;
  }
}

.c-profile__dividerLine {
  height: 1px;
  display: none;
  border-bottom: 1px solid rgb(171, 168, 164);
}
@media (min-width: 1200px) {
  .c-profile__dividerLine {
    display: block;
    margin-left: 20px;
  }
}

.c-profile__bannerInfo {
  padding: 0 20px;
  position: relative;
  line-height: 1.65;
}
@media (min-width: 750px) {
  .c-profile__bannerInfo {
    padding: 0 20px 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1000px) {
  .c-profile__bannerInfo {
    margin-left: 50%;
  }
}
@media (min-width: 1200px) {
  .c-profile__bannerInfo {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
  }
}

.c-profile__bannerInfo .c-share {
  right: 20px;
  bottom: 100%;
  position: absolute;
}
@media (min-width: 750px) {
  .c-profile__bannerInfo .c-share {
    bottom: calc(100% + 20px);
  }
}
@media (min-width: 1200px) {
  .c-profile__bannerInfo .c-share {
    right: 0;
    bottom: 100%;
  }
}

.c-profile__bannerInfoCol {
  border-top: 1px solid #aba8a4;
  margin-top: 20px;
  padding-top: 20px;
}
@media (min-width: 750px) {
  .c-profile__bannerInfoCol {
    width: 100%;
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
  .c-profile__bannerInfoCol:nth-of-type(2) {
    border-top: 1px solid #aba8a4;
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .c-profile__bannerInfoCol {
    width: 50%;
    padding: 25px 25px 25px 0;
    padding-top: 25px;
    border-right: 1px solid rgb(171, 168, 164);
    padding-right: 25px;
  }
  .c-profile__bannerInfoCol:nth-of-type(2) {
    border: none;
    padding: 25px 0 25px 25px;
  }
}

.c-profile__contactLinks {
  margin: 20px 0 20px 0;
  display: flex;
  justify-content: flex-start;
}
.c-profile__contactLinks li {
  display: flex;
  align-items: center;
  border-right: 1px solid rgb(171, 168, 164);
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
}
.c-profile__contactLinks li::after {
  display: none;
}
.c-profile__contactLinks li:first-of-type {
  padding-left: 0;
}
.c-profile__contactLinks li:last-of-type {
  border-right: none;
}
.c-profile__contactLinks a {
  color: rgb(194, 32, 38) !important;
  display: inline-block;
  font-size: 14px !important;
  line-height: 1;
}
.c-profile__contactLinks [class*=g-icon] {
  display: inline-block;
  font-size: 16px;
}
.c-profile__contactLinks [class*=g-icon--twitter] {
  font-size: 18px;
}
@media (min-width: 750px) {
  .c-profile__contactLinks {
    margin-left: 85px;
  }
}
@media (min-width: 1200px) {
  .c-profile__contactLinks {
    margin: 10px 0 10px 85px;
  }
}

.c-profile__corporationNotice {
  color: rgb(86, 84, 81) !important;
  margin: 25px 0 10px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
@media (min-width: 1200px) {
  .c-profile__corporationNotice {
    margin-bottom: 0 !important;
  }
}

.c-profile__educationList {
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style-type: none;
}
.c-profile__educationList li {
  position: relative;
  font-size: 14px;
  margin-left: 0;
  padding-left: 12px;
  margin-bottom: 6px;
}
.c-profile__educationList li::after {
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
}
.c-profile__educationList li:last-of-type {
  margin-bottom: 0;
}

.c-profile__assistant {
  width: 100%;
  margin: 20px 0 0;
  font-weight: 600;
}
.c-profile__assistant .c-contactList {
  margin-top: 20px;
  border-top: 1px solid rgb(171, 168, 164);
  padding-top: 20px;
  margin-bottom: 20px;
}
.c-profile__assistant .c-contactList:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 750px) {
  .c-profile__assistant {
    font-size: 18px;
    margin-top: 0;
    border-bottom: none;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .c-profile__assistant {
    display: flex;
  }
  .c-profile__assistant .c-contactList {
    flex: 1 1 50%;
    border-right: 1px solid rgb(171, 168, 164);
  }
  .c-profile__assistant .c-contactList:last-of-type {
    padding-left: 15px;
    border-right: none;
  }
  .c-profile__assistant .c-contactList .g-typography__label, .c-profile__assistant .c-contactList .g-typography__label--medium {
    display: block;
    position: static;
    margin-bottom: 3px;
  }
  .c-profile__assistant .c-contactList li {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .c-profile__assistant {
    display: flex;
  }
  .c-profile__assistant .c-contactList {
    width: 50%;
    margin-top: 0;
    padding-top: 25px;
    margin-bottom: 0;
    border-top: 1px solid rgb(171, 168, 164);
    border-right: 1px solid rgb(171, 168, 164);
    border-bottom: none;
    padding-bottom: 0;
  }
  .c-profile__assistant .c-contactList:nth-of-type(2n) {
    border: none;
    border-top: 1px solid rgb(171, 168, 164);
    padding-left: 25px;
  }
}

.c-profile__sectionHeading, .c-search__resultsTerm, .c-randomStaff__heading {
  font-size: 36px !important;
}

.c-profile__contentSection, .c-profile__contentSection--background {
  padding: 40px 0;
  margin-bottom: 20px;
}
.c-profile__contentSection > *:last-child, .c-profile__contentSection--background > *:last-child {
  margin-bottom: 0 !important;
}
.c-profile__contentSection--background {
  padding: 0;
  position: relative;
  margin-bottom: 0;
}
.c-profile__contentSection--background * {
  z-index: 2;
  position: relative;
}
.c-profile__contentSection--background {
  /* Adjacent content section spacing */
}
.c-profile__contentSection--background:nth-child(odd) + .c-profile__contentSection--background::after {
  display: none;
}
.c-profile__contentSection--background::after {
  top: 0;
  left: -20px;
  width: 200vw;
  height: 100%;
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  background-color: rgb(247, 246, 244);
}
@media (min-width: 1200px) {
  .c-profile__contentSection--background::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.c-profile__contentDate {
  font-size: 18px;
}

.c-profile__additionalAssistants .c-contactList {
  margin-top: 20px;
  border-top: 1px solid rgb(171, 168, 164);
  margin-top: 15px;
  padding-top: 15px;
}
.c-profile__additionalAssistants .c-contactList a {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.c-profile__additionalAssistants .c-contactList:first-of-type {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 750px) {
  .c-profile__additionalAssistants {
    display: flex;
    flex-wrap: wrap;
  }
  .c-profile__additionalAssistants .c-contactList {
    width: 50%;
    padding: 0 20px 20px;
    border-left: 1px solid rgb(171, 168, 164);
    margin-bottom: 0;
  }
  .c-profile__additionalAssistants .c-contactList:nth-of-type(2) {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
  }
  .c-profile__additionalAssistants .c-contactList:nth-of-type(odd) {
    border-left: none;
    padding-left: 0;
  }
  .c-profile__additionalAssistants .c-contactList:nth-of-type(even) {
    border-left: 1px solid rgb(171, 168, 164);
    padding-right: 0;
  }
  .c-profile__additionalAssistants .c-contactList:nth-child(n+3) {
    margin-top: 0;
    padding-top: 20px;
  }
}
@media (min-width: 1000px) {
  .c-profile__additionalAssistants .c-contactList {
    width: 25%;
    padding-right: 20px;
  }
  .c-profile__additionalAssistants .c-contactList:first-of-type {
    padding-top: 20px;
  }
  .c-profile__additionalAssistants .c-contactList:nth-of-type(3) {
    border-top: none;
    border-left: 1px solid rgb(171, 168, 164);
    padding-left: 20px;
  }
  .c-profile__additionalAssistants .c-contactList:nth-of-type(2) {
    border-top: none;
    padding-top: 20px;
    padding-right: 20px;
  }
  .c-profile__additionalAssistants .c-contactList:nth-of-type(4) {
    border-top: none;
  }
}

.c-profile__assistantNotice li {
  padding-left: 0 !important;
}
.c-profile__assistantNotice a {
  color: rgb(194, 32, 38) !important;
}

.c-profile__practicesIndustries {
  padding: 40px 0;
}
@media (min-width: 750px) {
  .c-profile__practicesIndustries {
    display: flex;
  }
}

.c-profile__practices {
  margin-bottom: 40px;
}
@media (min-width: 750px) {
  .c-profile__practices {
    width: 50%;
    margin-bottom: 0;
  }
}

@media (min-width: 750px) {
  .c-profile__industries {
    width: 50%;
    border-left: 1px solid rgb(171, 168, 164);
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .c-profile__industries {
    padding-left: 50px;
  }
}

.c-staffCard {
  flex: 1 1 300px;
  max-width: 300px;
}

.c-staffCard__imageWrap {
  display: block;
  overflow: hidden;
  max-height: 300px;
}
.c-staffCard__imageWrap img {
  max-width: 100%;
}

.c-staffCard__badge {
  display: inline-block;
  margin-top: -20px;
  margin-bottom: 10px !important;
}
.c-staffCard__badge::after {
  left: 20px !important;
}
.c-staffCard__badge:hover, .c-staffCard__badge:focus {
  text-decoration: none !important;
}
.c-staffCard__badge:hover .c-staffCard__name, .c-staffCard__badge:focus .c-staffCard__name {
  color: rgb(194, 32, 38) !important;
  text-decoration: underline;
}

.c-staffCard__name {
  padding: 10px 20px 0 20px;
  display: inline-block;
  font-size: 19px !important;
  font-weight: 700 !important;
  margin-bottom: 3px !important;
  background-color: #fff;
  max-width: 235px;
}

.c-staffCard__title {
  color: rgb(114, 113, 117);
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
}

.c-staffCard__links {
  padding-left: 20px;
}

.c-staffCard__phone {
  font-size: 16px;
  padding: 5px 0px;
  font-weight: 700;
}

.c-staffCard__email {
  color: rgb(86, 84, 81) !important;
  font-size: 16px;
  padding: 5px 0px;
  font-weight: 600;
}
.c-staffCard__email:hover, .c-staffCard__email:focus {
  color: rgb(194, 32, 38) !important;
}

.c-staffCard__description {
  margin-top: 1em;
}

.c-lawyerSearch__wrap {
  margin: 0 auto;
  position: relative;
  max-width: 1306px;
}

.c-lawyerSearch__positioning {
  width: 100%;
}
@media (min-width: 1300px) {
  .c-lawyerSearch__positioning {
    position: absolute;
    left: 0;
    top: 45px;
    width: auto;
    z-index: 3;
  }
}

.c-lawyerSearch {
  padding: 20px;
  background-color: rgb(194, 32, 38);
}
.c-lawyerSearch::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 1300px) {
  .c-lawyerSearch {
    width: 405px;
    padding: 40px 35px 30px;
  }
}
.c-lawyerSearch input {
  width: 100%;
}
.c-lawyerSearch h4 {
  color: rgb(255, 255, 255) !important;
  margin: 5px 0 0 10px;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.c-lawyerSearch__heading {
  color: #fff !important;
  font-weight: 400 !important;
}

.c-lawyerSearch__textbox {
  position: relative;
  margin-bottom: 15px;
}
.c-lawyerSearch__textbox input[type=text] {
  color: #000000 !important;
  border: none !important;
  padding: 15px 10px 15px 10px !important;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease;
  min-height: 40px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 20px;
  padding-right: 30px !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgb(74, 14, 16) !important;
}
.c-lawyerSearch__textbox input[type=text]::-webkit-input-placeholder {
  color: #000;
  text-transform: uppercase;
}
.c-lawyerSearch__textbox input[type=text]:hover, .c-lawyerSearch__textbox input[type=text]:focus {
  border-bottom-color: #fff !important;
}

.c-lawyerSearch__icon {
  top: 0;
  left: auto;
  right: 0;
  width: auto;
  height: 100%;
  cursor: pointer;
  display: flex;
  position: absolute;
  align-items: center;
  border-radius: 0;
  padding-right: 8px;
  padding-bottom: 5px;
  background-color: transparent;
}
.c-lawyerSearch__icon::after {
  width: 20px;
  height: 20px;
  display: block;
  content: "\e905";
  transition: all 0.25s ease;
  font-family: icomoon;
}
.c-lawyerSearch__icon:hover::after {
  color: white;
}

.c-lawyerSearch__dropdowns .c-customSelect {
  margin-top: 20px;
}
.c-lawyerSearch__dropdowns .c-customSelect select:focus ~ .c-customSelect__toggle {
  box-shadow: none;
  border-bottom-color: white;
}
.c-lawyerSearch__dropdowns .c-customSelect select:focus ~ .c-customSelect__toggle::after {
  color: white;
}
.c-lawyerSearch__dropdowns .c-customSelect.loading::after {
  color: rgb(255, 255, 255);
}
.c-lawyerSearch__dropdowns .c-customSelect.disabled {
  opacity: 1;
}
.c-lawyerSearch__dropdowns .c-customSelect.disabled .c-customSelect__toggle {
  color: rgb(255, 255, 255) !important;
  opacity: 0.5;
  border-bottom-color: rgb(255, 255, 255) !important;
}
.c-lawyerSearch__dropdowns .c-customSelect.disabled .c-customSelect__toggle::after {
  color: rgb(255, 255, 255) !important;
}
.c-lawyerSearch__dropdowns .c-customSelect__toggle {
  color: #fff !important;
  font-size: 12px;
  transition: all 0.25s ease;
  letter-spacing: 2px;
  padding-bottom: 8px;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom-color: rgb(74, 14, 16);
}
.c-lawyerSearch__dropdowns .c-customSelect__toggle::after {
  color: rgb(74, 14, 16);
  transition: all 0.25s ease;
  line-height: 1;
}
.c-lawyerSearch__dropdowns .c-customSelect__toggle.filled:hover {
  box-shadow: inset 0px -2px 0px 0px white;
}
.c-lawyerSearch__dropdowns .c-customSelect__toggle:hover {
  border-bottom-color: #fff;
}
.c-lawyerSearch__dropdowns .c-customSelect__toggle:hover::after {
  color: #fff;
}
@media (min-width: 750px) {
  .c-lawyerSearch__dropdowns {
    display: flex;
    flex-wrap: wrap;
  }
  .c-lawyerSearch__dropdowns .c-customSelect {
    flex: 0 0 calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .c-lawyerSearch__dropdowns .c-customSelect:nth-child(3) {
    margin-right: 0;
  }
}
@media (min-width: 1300px) {
  .c-lawyerSearch__dropdowns {
    display: flex;
    flex-wrap: wrap;
  }
  .c-lawyerSearch__dropdowns .c-customSelect {
    flex: none;
    width: 48.5%;
    margin-right: 3%;
  }
  .c-lawyerSearch__dropdowns .c-customSelect:nth-child(3) {
    margin-right: 3%;
  }
  .c-lawyerSearch__dropdowns .c-customSelect:nth-child(even) {
    margin-right: 0;
  }
}

.c-lawyerSearch__submit {
  width: 140px;
  color: #fff !important;
  float: right;
  border: none !important;
  position: relative;
  transition: all 0.25s ease;
  margin-top: 10px;
  background: rgb(74, 14, 16) !important;
  text-align: left;
  margin-left: auto;
  border-radius: 0;
  border-bottom: 1px solid rgb(171, 168, 164) !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  padding: 10px;
}
.c-lawyerSearch__submit::after {
  top: 50%;
  left: auto;
  right: 3px;
  color: #fff;
  width: auto;
  height: auto;
  content: "\e900";
  display: block;
  position: absolute;
  font-size: 22px;
  transform: translateY(-50%);
  font-family: icomoon;
  border-radius: 0;
  background-color: transparent;
}
.c-lawyerSearch__submit:hover, .c-lawyerSearch__submit:focus {
  color: rgb(74, 14, 16) !important;
  background-color: #fff !important;
  border-bottom-color: rgb(74, 14, 16) !important;
}
.c-lawyerSearch__submit:hover::after, .c-lawyerSearch__submit:focus::after {
  color: rgb(74, 14, 16) !important;
}
@media (min-width: 750px) {
  .c-lawyerSearch__submit {
    width: calc((100% - 20px) / 3);
  }
}
@media (min-width: 1000px) {
  .c-lawyerSearch__submit {
    width: 48.5%;
  }
}
@media (min-width: 1300px) {
  .c-lawyerSearch__submit {
    width: 48.5%;
  }
}

.c-lawyerSearch__link {
  color: #fff !important;
  width: 140px;
  clear: both;
  float: right;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.c-lawyerSearch__link:hover, .c-lawyerSearch__link:focus {
  color: rgb(227, 227, 227) !important;
  text-decoration: none !important;
}
@media (min-width: 750px) {
  .c-lawyerSearch__link {
    width: 162px;
  }
}

.c-ourPeople__heading {
  position: relative;
  font-size: 36px !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
@media (min-width: 750px) {
  .c-ourPeople__heading {
    margin-bottom: 0 !important;
  }
}

.c-ourPeople__filtersWrap {
  padding: 30px 20px;
  position: relative;
  margin-top: -30px;
  margin-bottom: 30px;
}
.c-ourPeople__filtersWrap::before {
  top: 0;
  left: 50%;
  width: 150vw;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  background-color: rgb(247, 246, 244);
}
@media (min-width: 750px) {
  .c-ourPeople__filtersWrap {
    padding: 50px 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: -50px;
    align-items: center;
  }
}

.c-ourPeople__filtersLabel {
  flex: none;
  width: 65px;
  color: rgb(86, 84, 81);
  position: relative;
  font-size: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .c-ourPeople__filtersLabel {
    width: 100%;
    align-self: flex-end;
  }
}

.c-ourPeople__filters .c-customSelect {
  margin-top: 20px;
}
@media (min-width: 750px) {
  .c-ourPeople__filters {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    align-items: flex-end;
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .c-ourPeople__filters .c-customSelect {
    flex: 1 1 14%;
    margin-top: 0;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .c-ourPeople__filters {
    margin-bottom: 0;
  }
  .c-ourPeople__filters .c-customSelect {
    max-width: 200px;
  }
}

.c-ourPeople__textbox {
  margin: 20px 0;
  position: relative;
}
.c-ourPeople__textbox input {
  width: 100%;
  border: none;
  padding: 15px 35px 8px 10px;
  border-radius: 0;
  border-bottom: 1px solid rgb(74, 14, 16);
  background-color: rgba(187, 181, 181, 0.2) !important;
}
.c-ourPeople__textbox input::-webkit-input-placeholder {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
}
.c-ourPeople__textbox input:focus {
  box-shadow: inset 0px -2px 0px 0px rgb(74, 14, 16);
}
.c-ourPeople__textbox::after {
  top: 50%;
  right: 10px;
  color: rgb(86, 84, 81);
  content: "\e905";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  font-family: icomoon;
}
@media (min-width: 750px) {
  .c-ourPeople__textbox {
    flex: 1 0 0%;
    width: 75%;
    margin: 0 0 0 10px;
  }
}
@media (min-width: 1000px) {
  .c-ourPeople__textbox {
    width: calc((100% - 65px) * 0.75);
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .c-ourPeople__textbox {
    width: auto;
    padding-top: 5px;
  }
}

.c-ourPeople__clear {
  border: 1px solid rgb(194, 32, 38) !important;
  margin-top: 20px;
  text-align: center;
  padding-right: 10px;
  background-color: rgb(194, 32, 38) !important;
}
.c-ourPeople__clear:hover, .c-ourPeople__clear:focus {
  color: rgb(194, 32, 38) !important;
  background-color: rgb(255, 255, 255) !important;
}
.c-ourPeople__clear:hover::after, .c-ourPeople__clear:focus::after {
  color: rgb(194, 32, 38) !important;
}
.c-ourPeople__clear::after {
  display: none !important;
}
@media (min-width: 750px) {
  .c-ourPeople__clear {
    flex: none;
    margin-top: 0;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .c-ourPeople__clear {
    flex: none;
    height: 42px;
    max-width: 200px;
    margin-top: 0;
    align-self: flex-end;
    margin-left: 0;
  }
}

.c-ourPeople__list {
  padding: 0 20px;
  min-height: 150px;
}
.c-ourPeople__list .c-staffCard {
  margin-right: 0;
  margin-bottom: 30px;
}
@media (min-width: 750px) {
  .c-ourPeople__list {
    margin: 25px 0 50px;
    display: flex;
    flex-wrap: wrap;
  }
  .c-ourPeople__list .c-staffCard {
    width: 31%;
    flex: none;
    margin-right: 3.5%;
  }
  .c-ourPeople__list .c-staffCard:nth-child(3n) {
    margin-right: 0;
  }
  .c-ourPeople__list .c-staffCard:last-child {
    margin-right: auto;
  }
}
@media (min-width: 1000px) {
  .c-ourPeople__list .c-staffCard {
    width: 23%;
    margin-right: 2.66666%;
  }
  .c-ourPeople__list .c-staffCard:nth-child(3n) {
    margin-right: 2.66666%;
  }
  .c-ourPeople__list .c-staffCard:nth-child(4n) {
    margin-right: 0;
  }
  .c-ourPeople__list .c-staffCard:last-child {
    margin-right: 0;
  }
}

.c-headerImage, .c-resourcePost__headerImage, .c-resourcePost__headerImage--light, .c-headerImage--dark {
  height: 425px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 1306px;
  margin-bottom: 30px;
}
.c-headerImage img, .c-resourcePost__headerImage img, .c-resourcePost__headerImage--light img, .c-headerImage--dark img {
  left: 50%;
  display: block;
  position: relative;
  min-width: 100vw;
  max-width: none;
  transform: translateX(-50%);
  min-height: 100%;
}
@media (min-width: 750px) {
  .c-headerImage, .c-resourcePost__headerImage, .c-resourcePost__headerImage--light, .c-headerImage--dark {
    height: auto;
    overflow: visible;
    margin-bottom: 50px;
  }
}
.c-headerImage::after, .c-resourcePost__headerImage::after, .c-resourcePost__headerImage--light::after, .c-headerImage--dark::after {
  position: absolute;
  display: block;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 425px;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
}

.c-headerImage__textWrap {
  bottom: 0;
  padding: 20px;
  z-index: 1;
  position: absolute;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.c-headerImage__textWrap h1 {
  color: #fff !important;
  font-size: 46px !important;
  line-height: 1.2 !important;
  display: inline-block;
}
@media (min-width: 750px) {
  .c-headerImage__textWrap h1 {
    font-size: 67px !important;
  }
}
.c-headerImage__textWrap small {
  display: block;
  font-size: 18px;
  margin-top: 5px;
  font-weight: 500;
}
@media (min-width: 750px) {
  .c-headerImage__textWrap small {
    font-size: 36px;
  }
}

.c-headerImage--dark .c-headerImage__textWrap {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}
.c-headerImage--dark h1 {
  color: black !important;
}
.c-headerImage--dark::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (min-width: 750px) {
  body.logged-in .c-profileMenu.stuck {
    margin-top: 30px !important;
  }
}

@media (max-width: 749px) {
  .c-profileMenu__scroll--left {
    top: 0;
    left: 0;
    bottom: 18px;
    display: flex;
    position: absolute;
    align-items: center;
  }
  .c-profileMenu__scroll--left:before {
    width: 30px;
    content: "\e90b";
    display: block;
    font-size: 24px;
    text-align: left;
    font-family: "icomoon";
  }
}

@media (max-width: 749px) {
  .c-profileMenu__scroll--right {
    top: 0;
    right: 0;
    bottom: 18px;
    display: flex;
    position: absolute;
    align-items: center;
  }
  .c-profileMenu__scroll--right:before {
    width: 30px;
    display: block;
    content: "\e908";
    font-size: 24px;
    text-align: right;
    font-family: "icomoon";
  }
}

.c-profileMenu {
  position: relative;
  border-bottom: 1px solid rgb(171, 168, 164);
  margin-bottom: 30px;
}
.c-profileMenu.stuck {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  border-bottom: none;
}

.c-profileMenu.stuck {
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 0 50px;
  position: fixed;
  margin-bottom: 0;
  background-color: rgb(194, 32, 38);
}
@media (min-width: 750px) {
  .c-profileMenu.stuck {
    top: 70px;
  }
}
.c-profileMenu.stuck .c-profileMenu__list {
  padding-bottom: 0;
}
.c-profileMenu.stuck .c-profileMenu__link {
  color: #fff !important;
}
.c-profileMenu.stuck .c-profileMenu__link:hover {
  text-decoration: underline !important;
}
@media (max-width: 549px) {
  .c-profileMenu.stuck .c-profileMenu__link {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.c-profileMenu.stuck .c-profileMenu__scroll--left,
.c-profileMenu.stuck .c-profileMenu__scroll--right {
  color: #fff;
  bottom: 0;
}
.c-profileMenu.stuck .c-profileMenu__scroll--left::before,
.c-profileMenu.stuck .c-profileMenu__scroll--right::before {
  padding: 10px;
}
.c-profileMenu.stuck .c-product__menu-dots {
  bottom: 0;
}
.c-profileMenu.stuck .c-product__menu-dot {
  background-color: #fff;
}
.c-profileMenu.stuck .c-product__menu-dot.active {
  background-color: rgb(74, 14, 16);
}

.c-product__menu-form {
  position: absolute;
  z-index: 20;
  display: none;
  width: 400px;
}
@media (max-width: 749px) {
  .c-product__menu-form {
    width: 100%;
  }
}

.c-profileMenu__list {
  margin: 0 auto;
  padding: 0 0 15px;
  max-width: 1306px;
}
@media (max-width: 749px) {
  .c-profileMenu__list {
    white-space: nowrap;
    overflow-x: hidden;
    margin: 0px 40px;
  }
}
@media (max-width: 749px) {
  .c-profileMenu__list {
    margin: 0;
  }
}

a.c-profileMenu__link {
  color: rgb(194, 32, 38) !important;
  padding: 12px 15px 8px 15px;
  display: inline-flex;
  overflow: hidden;
  font-size: 14px !important;
  font-weight: 500 !important;
}
@media (max-width: 749px) {
  a.c-profileMenu__link {
    font-size: 12px;
  }
}
@media (max-width: 749px) {
  a.c-profileMenu__link {
    flex: none;
    width: 100%;
    padding: 22px 15px 18px 15px;
    display: inline-block;
    text-align: center;
    border-left: none;
  }
}

.c-profileMenu__link:first-of-type {
  border-left: none;
}

@media (min-width: 750px) {
  .c-profileMenu__link.active {
    color: rgb(74, 14, 16) !important;
  }
}

.c-product__menu-dots {
  display: none;
}
@media (max-width: 749px) {
  .c-product__menu-dots {
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 18;
    position: absolute;
    bottom: 8px;
    height: 18px;
  }
}

.c-product__menu-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 5px;
  border-radius: 5px;
  background-color: rgb(194, 32, 38);
}

.c-product__menu-dot.active {
  background-color: rgb(74, 14, 16);
}

.c-profileMenu--practiceArea {
  margin-bottom: 0;
}
.c-profileMenu--practiceArea.stuck {
  margin: 0;
}

.c-accordion {
  background: none;
  cursor: pointer;
  color: #c22026 !important;
  font-size: 18px !important;
  width: 100%;
  text-align: left;
  border: none;
  transition: 0.4s;
  padding: 15px 0;
  border-radius: 0;
  margin-bottom: 0 !important;
  border-bottom: 1px solid rgb(171, 168, 164);
}
.c-accordion.active {
  border: none !important;
}
.c-accordion.active:after {
  background: url(img/minus.svg) center center no-repeat !important;
  margin-top: 4px;
}
.c-accordion:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(img/plus.svg) center center no-repeat;
  background-size: contain;
  float: right;
  margin-top: 5px;
}

.c-accordion__panel {
  display: none;
  border-bottom: 1px solid rgb(171, 168, 164);
}
.c-accordion__panel p:last-of-type {
  margin-bottom: 1.5em !important;
}

.c-accordion:active {
  box-shadow: none;
}

.c-filteredResources {
  margin: 0 auto 25px;
  max-width: 1306px;
}
@media (min-width: 750px) {
  .c-filteredResources {
    display: flex;
    flex-wrap: wrap;
  }
  .c-filteredResources .c-resourcesCard {
    width: 49%;
    margin-right: 2%;
  }
  .c-filteredResources .c-resourcesCard:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .c-filteredResources .c-resourcesCard {
    width: 32%;
    margin-right: 1.5%;
  }
  .c-filteredResources .c-resourcesCard:nth-child(2n) {
    margin-right: 1.5%;
  }
  .c-filteredResources .c-resourcesCard:nth-child(3n) {
    margin-right: 0;
  }
}

.c-filteredResources__header {
  margin: 0 auto;
  display: flex;
  position: relative;
  max-width: 1306px;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 1px solid rgb(171, 168, 164);
  margin-bottom: 30px;
  padding-bottom: 10px;
  justify-content: space-between;
}
.c-filteredResources__header .c-profile__sectionHeading, .c-filteredResources__header .c-search__resultsTerm, .c-filteredResources__header .c-randomStaff__heading {
  display: inline-block;
  margin-bottom: 10px !important;
}
@media (min-width: 750px) {
  .c-filteredResources__header .c-profile__sectionHeading, .c-filteredResources__header .c-search__resultsTerm, .c-filteredResources__header .c-randomStaff__heading {
    margin-right: 30px !important;
    margin-bottom: 3px !important;
  }
}

.c-filteredResources__allLink {
  margin-left: auto;
}

.c-resourcesCard {
  position: relative;
  padding-bottom: 40px;
}

._pagination {
  margin: 0 auto;
}

a.prev.page-numbers {
  display: inline-block;
  padding: 2px 10px;
  margin-right: 20px;
  color: white !important;
  background-color: #c22026;
}

a.next.page-numbers {
  display: inline-block;
  padding: 2px 10px;
  margin-left: 20px;
  color: white !important;
  background-color: #c22026;
}

a.page-numbers {
  display: inline-block;
  padding: 2px 10px;
  color: white !important;
  background-color: #c22026;
}

span.page-numbers.dots {
  display: inline-block;
  padding: 2px 10px;
  color: white !important;
  background-color: #c22026;
}

span.page-numbers.current {
  display: inline-block;
  padding: 2px 10px;
  border: 1px #c22026 solid;
  color: #c22026 !important;
  background-color: white;
}

.c-recentResources {
  margin: 0 auto 25px;
  padding: 0 20px;
  max-width: 1306px;
}
@media (min-width: 750px) {
  .c-recentResources {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-recentResources .c-resourcesCard {
    width: 48.5%;
  }
  .c-recentResources .c-resourcesCard:first-child {
    width: 100%;
  }
  .c-recentResources .c-resourcesCard:first-child .c-resourcesCard__title {
    font-size: 28px !important;
  }
}
@media (min-width: 1000px) {
  .c-recentResources .c-resourcesCard {
    width: 23%;
  }
  .c-recentResources .c-resourcesCard:first-child {
    width: 48%;
  }
}

.c-recentTransactions {
  margin: 0 auto 25px;
  padding: 0 20px;
  max-width: 1306px;
}
@media (min-width: 750px) {
  .c-recentTransactions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-recentTransactions .c-resourcesCard {
    width: 23%;
  }
}

.c-recentResources__header {
  margin: 0 auto;
  display: flex;
  padding: 0 20px;
  max-width: 1306px;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 30px;
  justify-content: space-between;
}
.c-recentResources__header .c-profile__sectionHeading, .c-recentResources__header .c-search__resultsTerm, .c-recentResources__header .c-randomStaff__heading {
  display: inline-block;
  margin-bottom: 10px !important;
}
@media (min-width: 750px) {
  .c-recentResources__header .c-profile__sectionHeading, .c-recentResources__header .c-search__resultsTerm, .c-recentResources__header .c-randomStaff__heading {
    margin-right: 30px;
    margin-bottom: 3px !important;
  }
}

.c-recentResources__allLink {
  float: right;
}

.post.hentry {
  display: none !important;
}

.c-resources__controls {
  padding: 30px 20px;
  position: relative;
  margin-top: -30px;
  margin-bottom: 30px;
}
.c-resources__controls::before {
  top: 0;
  left: 50%;
  width: 150vw;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  background-color: rgb(247, 246, 244);
}
.c-resources__controls .c-customSelect {
  margin-top: 20px;
}
.c-resources__controls .c-ourPeople__clear {
  margin-top: 20px;
}
@media (min-width: 750px) {
  .c-resources__controls .c-ourPeople__clear {
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  .c-resources__controls .c-ourPeople__clear {
    float: right;
    margin-top: 20px;
  }
}
@media (min-width: 750px) {
  .c-resources__controls {
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: -50px;
    margin-bottom: 50px;
  }
  .c-resources__controls .c-customSelect {
    margin-right: 10px;
  }
  .c-resources__controls .c-customSelect:last-of-type {
    margin-right: 0;
  }
  .c-resources__controls .c-ourPeople__clear {
    flex: none;
    width: calc(25% - 10px);
    margin-left: auto;
  }
}
@media (min-width: 1000px) {
  .c-resources__controls {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .c-resources__controls .c-ourPeople__clear {
    width: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .c-resources__controls {
    flex-wrap: wrap;
  }
  .c-resources__controls .c-customSelect {
    flex: 1 0 0%;
  }
}

.c-resources__filtersLabel {
  color: rgb(86, 84, 81);
  display: block;
  position: relative;
  font-size: 12px;
  align-self: flex-start;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  .c-resources__filtersLabel {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .c-resources__filtersLabel {
    margin-right: 10px;
  }
}

.c-resources__filters .c-customSelect {
  margin-top: 20px;
}
@media (min-width: 750px) {
  .c-resources__filters {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .c-resources__filters .c-customSelect {
    width: calc(20% - 8px);
  }
  .c-resources__filters .c-customSelect:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .c-resources__filters {
    width: calc(75% - 10px);
  }
}

.c-resources__sort {
  margin-top: 30px;
}
.c-resources__sort .c-customSelect {
  width: 100%;
}
@media (min-width: 750px) {
  .c-resources__sort {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    align-content: flex-start;
  }
  .c-resources__sort .c-customSelect {
    width: calc(20% - 8px);
    margin-right: auto;
  }
}
@media (min-width: 1000px) {
  .c-resources__sort {
    width: calc(25% - 10px);
    display: block;
    margin-top: 0;
  }
  .c-resources__sort .c-customSelect {
    width: 100%;
  }
}

@media (min-width: 750px) {
  .c-resources__search {
    width: 100%;
    margin: 20px 0 0 !important;
    padding-top: 0 !important;
  }
}
@media (min-width: 1000px) {
  .c-resources__search {
    width: calc(25% - 15px);
    margin: 0 0 0 20px !important;
    display: flex;
    align-self: flex-end;
  }
}

.c-resources__cardList {
  padding: 0 20px;
  margin-bottom: 50px;
}
@media (min-width: 750px) {
  .c-resources__cardList {
    display: flex;
    flex-wrap: wrap;
  }
  .c-resources__cardList .c-resourcesCard {
    width: 49%;
    margin-right: 2%;
  }
  .c-resources__cardList .c-resourcesCard:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .c-resources__cardList .c-resourcesCard {
    width: 32%;
    margin-right: 1.5%;
  }
  .c-resources__cardList .c-resourcesCard:nth-child(2n) {
    margin-right: 1.5%;
  }
  .c-resources__cardList .c-resourcesCard:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .c-resources__cardList .c-resourcesCard {
    width: 24%;
    margin-right: 1.33333%;
  }
  .c-resources__cardList .c-resourcesCard:nth-child(2n) {
    margin-right: 1.33333%;
  }
  .c-resources__cardList .c-resourcesCard:nth-child(3n) {
    margin-right: 1.33333%;
  }
  .c-resources__cardList .c-resourcesCard:nth-child(4n) {
    margin-right: 0;
  }
}

.c-resourcesCard {
  margin-bottom: 40px;
}

.c-resourcesCard__topLink {
  display: block;
}
.c-resourcesCard__topLink:hover .c-resourcesCard__title, .c-resourcesCard__topLink:focus .c-resourcesCard__title {
  color: rgb(194, 32, 38) !important;
  text-decoration: underline;
}

.c-resourcesCard__imageWrap {
  display: block;
  overflow: hidden;
  position: relative;
  min-height: 26px;
  background-color: grey;
}
.c-resourcesCard__imageWrap img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.c-resourcesCard__imageWrap::after {
  width: 100%;
  height: auto;
  content: "";
  display: block;
  padding-bottom: 56.3%;
}

.c-resourcesCard__type {
  left: 0;
  color: rgb(194, 32, 38);
  bottom: 0;
  display: inline-block;
  padding: 5px 15px 0 0;
  z-index: 1;
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
}

.c-resourcesCard__title {
  margin: 0 0 10px !important;
  font-size: 18px !important;
  padding-top: 15px;
}

.c-resourcesCard__info {
  display: flex;
  border-top: 1px solid rgb(171, 168, 164);
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: flex-start;
}

.c-resourcesCard__author {
  padding: 10px 15px 10px 0;
  border-right: 1px solid rgb(171, 168, 164);
}
.c-resourcesCard__author a.c-resourcesCard__authorLink {
  font-size: 14px !important;
  font-weight: 600;
}

.c-resourcesCard__date {
  color: rgb(86, 84, 81);
  padding: 10px 0 10px 15px;
}

@media (min-width: 750px) {
  .c-resourcesCard__teaser {
    height: 165px;
    overflow: hidden;
    position: relative;
  }
  .c-resourcesCard__teaser::after {
    width: 100%;
    height: 30px;
    bottom: 0;
    display: block;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  }
}

.c-resourcesCard__footer {
  padding: 5px 0;
  overflow: auto;
  border-top: 1px solid rgb(171, 168, 164);
}

.c-resourcesCard__link {
  float: right;
}

.c-relatedAreas {
  border-top: 1px solid rgb(171, 168, 164);
  margin-bottom: 35px;
}
@media (min-width: 750px) {
  .c-relatedAreas {
    display: flex;
  }
}

.c-relatedAreas__column {
  padding: 20px 0;
}
.c-relatedAreas__column:nth-child(2) {
  border-top: 1px solid rgb(171, 168, 164);
}
@media (min-width: 750px) {
  .c-relatedAreas__column {
    width: 50%;
    padding: 20px;
    padding-bottom: 0;
  }
  .c-relatedAreas__column:first-child {
    padding-left: 0;
  }
  .c-relatedAreas__column:nth-child(2) {
    border-top: none;
    border-left: 1px solid rgb(171, 168, 164);
  }
}

.c-filteredStaff {
  margin: 0 auto 20px;
  max-width: 1306px;
}
.c-filteredStaff .c-staffCard {
  margin-bottom: 35px;
}
@media (min-width: 750px) {
  .c-filteredStaff {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-filteredStaff .c-staffCard {
    flex: 1 1 31%;
    margin-right: 30px;
    max-width: 31%;
  }
  .c-filteredStaff .c-staffCard:nth-child(3n) {
    margin-right: 0;
  }
  .c-filteredStaff .c-staffCard:last-of-type {
    margin-right: auto;
  }
}

.c-loading {
  opacity: 0.5;
  position: relative;
  transition: all 0.25s ease;
}
.c-loading::before {
  top: 20px;
  left: calc(50% - 25px);
  width: 62px;
  height: 62px;
  content: "\e912";
  display: block;
  z-index: 99;
  position: absolute;
  font-size: 42px;
  animation: spinner 0.5s linear infinite !important;
  text-align: center;
  font-family: icomoon;
}

.c-share {
  width: 335px;
  display: block;
  position: relative;
  overflow: hidden;
}
.c-share.active .c-share__btn::after {
  content: "\e911";
}
.c-share.active .c-share__list {
  transform: translate3d(0, 0, 0);
}

.c-share__btn {
  float: right;
  z-index: 2;
  min-width: 153px;
}

.c-share__list {
  top: 0;
  right: 165px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
  position: absolute;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  border-right: 1px solid #fff;
  list-style-type: none;
}
.c-share__list a {
  color: #fff !important;
  height: 100%;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(194, 32, 38) !important;
}
.c-share__list a:hover {
  color: rgb(194, 32, 38) !important;
  text-decoration: none !important;
  background-color: #fff !important;
}

.c-resourcePost__headerImage, .c-resourcePost__headerImage--light {
  height: auto;
  padding: 40px 20px 20px;
  min-height: 425px;
}
.c-resourcePost__headerImage img, .c-resourcePost__headerImage--light img {
  top: 0;
  height: 100%;
  z-index: 0;
  position: absolute;
}
@media (min-width: 1000px) {
  .c-resourcePost__headerImage, .c-resourcePost__headerImage--light {
    padding: 95px 20px 20px;
  }
}
.c-resourcePost__headerImage::after, .c-resourcePost__headerImage--light::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
}

.c-resourcePost__headerImage--light {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.c-resourcePost__headerImage--light .c-resourcePost__date {
  color: rgb(255, 255, 255);
}
.c-resourcePost__headerImage--light .c-resourcePost__bannerText h1,
.c-resourcePost__headerImage--light .c-resourcePost__bannerText h2 {
  color: rgb(255, 255, 255) !important;
  text-shadow: inherit;
}
.c-resourcePost__headerImage--light::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
}

.c-resourcePost__info {
  z-index: 1;
  position: relative;
  margin-bottom: 40px;
}

.c-resourcePost__type {
  color: rgb(194, 32, 38);
  font-weight: 700;
  margin-right: 10px;
  text-transform: uppercase;
}

.c-resourcePost__date {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.c-resourcePost__bannerText {
  z-index: 1;
  position: relative;
  max-width: 330px;
}
@media (min-width: 750px) {
  .c-resourcePost__bannerText {
    max-width: 750px;
  }
  .c-resourcePost__bannerText h1 {
    font-size: 55px !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    margin-bottom: 25px !important;
  }
  .c-resourcePost__bannerText h2 {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  }
}

.c-resourcePost__contentWrap {
  padding: 0 20px;
  margin-bottom: 25px;
}
@media (min-width: 1000px) {
  .c-resourcePost__contentWrap {
    display: flex;
  }
}

.c-resourcePost__content {
  margin-bottom: 25px;
}
@media (min-width: 1000px) {
  .c-resourcePost__content {
    flex: 1 0 0%;
    margin: 0 75px 0 0;
  }
}

.c-resourcePost__shareWrap {
  margin-bottom: 25px;
}
.c-resourcePost__shareWrap .c-share {
  float: right;
}
.c-resourcePost__shareWrap::after {
  clear: both;
  content: "";
  display: block;
}

.c-resourcePost__author .c-staffCard {
  margin-left: -20px;
}

.c-randomStaff__heading {
  margin: 0 auto 20px !important;
  padding: 0 20px;
  max-width: 1306px;
}
.c-randomStaff__heading a {
  display: none;
}
@media (min-width: 750px) {
  .c-randomStaff__heading {
    font-size: 30px !important;
  }
  .c-randomStaff__heading a {
    float: right;
    display: inline-block;
    margin-left: 15px;
  }
}

.c-randomStaff {
  display: flex;
  padding: 0 20px 20px;
  overflow: scroll;
  position: relative;
  max-width: 1306px;
  white-space: nowrap;
}
.c-randomStaff .c-staffCard {
  flex: none;
  width: 100%;
}
.c-randomStaff .c-staffCard__imageWrap {
  padding: 0 5px;
  display: flex;
  max-height: 410px;
  transition: all 0.25s ease;
  align-items: flex-end;
  background-color: rgb(234, 232, 228);
}
.c-randomStaff .c-staffCard__imageWrap img {
  filter: grayscale(100%);
  transition: all 0.25s ease;
}
.c-randomStaff .c-staffCard__imageWrap:hover, .c-randomStaff .c-staffCard__imageWrap:focus {
  background-color: rgb(255, 255, 255);
}
.c-randomStaff .c-staffCard__imageWrap:hover img, .c-randomStaff .c-staffCard__imageWrap:focus img {
  filter: grayscale(0%);
}
.c-randomStaff::after {
  min-width: 20px;
  height: 100%;
  content: "  ";
  display: block;
}
@media (min-width: 750px) {
  .c-randomStaff {
    overflow: hidden;
  }
  .c-randomStaff .c-staffCard {
    width: 25%;
    min-width: auto;
    max-width: none;
  }
  .c-randomStaff .c-staffCard__imageWrap {
    max-height: 440px;
  }
  .c-randomStaff::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .c-randomStaff {
    margin: 0 auto;
  }
  .c-randomStaff .c-staffCard__imageWrap {
    padding: 0 20px;
  }
}

.c-randomStaff__divider {
  margin: 0 auto 20px;
  padding: 0 20px;
  max-width: 1306px;
}
.c-randomStaff__divider::after {
  width: 100%;
  content: "";
  display: block;
  border-bottom: 1px solid rgb(171, 168, 164);
}

#randomStaff .loader,
#randomStaff .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
#randomStaff .loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(105, 105, 105, 0.2);
  border-right: 1.1em solid rgba(105, 105, 105, 0.2);
  border-bottom: 1.1em solid rgba(105, 105, 105, 0.2);
  border-left: 1.1em solid #696969;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.c-contactList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-contactList li {
  position: relative;
  line-height: 1.2;
  padding-left: 85px;
  margin-bottom: 10px;
}
.c-contactList li:last-of-type {
  margin-bottom: 0;
}
.c-contactList li .g-typography__label, .c-contactList li .g-typography__label--medium {
  top: 4px;
  left: 0;
  position: absolute;
  font-weight: 500 !important;
}
@media (min-width: 750px) {
  .c-contactList li .g-typography__label, .c-contactList li .g-typography__label--medium {
    top: 5px;
  }
}

:not(.not-default-page).page-layout-full-width.layout-full #page-wrapper .full-container {
  margin: 0 auto;
  max-width: 1306px !important;
}

#masthead-widgets .c-search__form {
  display: flex;
  background-color: rgb(194, 32, 38);
}
#masthead-widgets .c-search__form .g-forms__textbox, #masthead-widgets .c-search__form .c-downloadForm input[type=text], .c-downloadForm #masthead-widgets .c-search__form input[type=text],
#masthead-widgets .c-search__form .c-downloadForm input[type=email],
.c-downloadForm #masthead-widgets .c-search__form input[type=email], #masthead-widgets .c-search__form .c-contactForm input[type=text], #masthead-widgets .c-search__form .c-contactForm--simple input[type=text], .c-contactForm #masthead-widgets .c-search__form input[type=text], .c-contactForm--simple #masthead-widgets .c-search__form input[type=text],
#masthead-widgets .c-search__form .c-contactForm input[type=email],
#masthead-widgets .c-search__form .c-contactForm--simple input[type=email],
.c-contactForm #masthead-widgets .c-search__form input[type=email],
.c-contactForm--simple #masthead-widgets .c-search__form input[type=email],
#masthead-widgets .c-search__form .c-contactForm input[type=tel],
#masthead-widgets .c-search__form .c-contactForm--simple input[type=tel],
.c-contactForm #masthead-widgets .c-search__form input[type=tel],
.c-contactForm--simple #masthead-widgets .c-search__form input[type=tel],
#masthead-widgets .c-search__form .c-contactForm textarea,
#masthead-widgets .c-search__form .c-contactForm--simple textarea,
.c-contactForm #masthead-widgets .c-search__form textarea,
.c-contactForm--simple #masthead-widgets .c-search__form textarea {
  flex: 1 1 0%;
  transition: all 0.25s ease;
  background-color: rgba(255, 255, 255, 0.2);
}
#masthead-widgets .c-search__form input[type=search]:hover, #masthead-widgets .c-search__form input[type=search]:focus {
  border-bottom-color: rgb(255, 255, 255) !important;
}
#masthead-widgets .c-search__form input[type=search]:hover::-webkit-input-placeholder, #masthead-widgets .c-search__form input[type=search]:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#masthead-widgets .c-search__form input[type=submit] {
  width: auto !important;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(74, 14, 16) !important;
}
#masthead-widgets .c-search__form input[type=submit]:hover {
  color: rgb(74, 14, 16) !important;
  background-color: rgb(255, 255, 255) !important;
}

.c-search__resultsTerm {
  margin-bottom: 40px !important;
  border-bottom: 1px solid rgb(171, 168, 164);
  padding-bottom: 10px;
}
.c-search__resultsTerm span {
  font-weight: 400;
}

.c-search__content {
  padding: 0 20px;
  margin-bottom: 50px;
}
.c-search__content .c-search__form, .c-search__content #searchform {
  display: flex;
  margin-bottom: 50px;
}
.c-search__content .c-search__form input[type=search], .c-search__content .c-search__form input[type=text], .c-search__content #searchform input[type=search], .c-search__content #searchform input[type=text] {
  flex: 1 1 0%;
}
.c-search__content .post {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.c-search__content .hentry {
  display: block !important;
}

.c-search__result {
  position: relative;
  border-bottom: 1px solid rgb(171, 168, 164);
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.c-search__resultLink {
  display: block;
  max-width: 100%;
}
.c-search__resultLink .entry-title {
  color: rgb(194, 32, 38) !important;
  display: flex;
  font-size: 28px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  flex-direction: column;
}
@media (min-width: 750px) {
  .c-search__resultLink .entry-title {
    align-items: center;
    flex-direction: row;
    padding-bottom: 0 !important;
    justify-content: space-between;
  }
}
.c-search__resultLink .g-btn--alt {
  flex: none;
  margin-top: 15px;
  align-self: flex-start;
}
@media (min-width: 750px) {
  .c-search__resultLink .g-btn--alt {
    margin-top: 0;
    margin-left: 25px;
  }
}
.c-search__resultLink:hover {
  text-decoration: none !important;
}
.c-search__resultLink:hover .g-btn--secondary {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(194, 32, 38) !important;
}
.c-search__resultLink:hover .g-btn--secondary::after {
  color: rgb(255, 255, 255) !important;
}

.c-search__resultTags {
  color: rgb(74, 14, 16);
  margin: 15px 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  list-style-type: none;
}
.c-search__resultTags li {
  display: inline-block;
  margin-right: 5px;
}
.c-search__resultTags li::after {
  display: inline-block;
  content: ",";
}
.c-search__resultTags li:first-child::after, .c-search__resultTags li:last-child::after {
  display: none;
}
@media (min-width: 750px) {
  .c-search__resultTags {
    margin-top: 5px;
  }
}

.c-search__resultBlurb {
  overflow: hidden;
  margin-top: 10px;
  max-height: 25px;
}
.c-search__resultBlurb p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.c-search__resultURL {
  left: 0;
  color: rgb(86, 84, 81) !important;
  bottom: 3px;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  position: absolute;
  font-size: 14px;
  font-style: italic;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-search__resultURL:hover {
  text-decoration: none !important;
}

.c-parking {
  padding: 0 20px;
  margin-bottom: 50px;
}
@media (min-width: 1000px) {
  .c-parking {
    max-width: 75%;
  }
}

.c-parking__appLogos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-parking__appLogos img {
  display: inline-block;
  max-width: 155px;
}
.c-parking__appLogos img:first-child {
  margin-right: 15px;
}
.c-parking__appLogos a {
  display: inline-block;
}
.c-parking__appLogos a:first-of-type {
  margin-left: 15px;
}

.c-practiceAreas__row {
  align-items: stretch !important;
}
.c-practiceAreas__row > .panel-grid-cell {
  position: relative;
  padding-bottom: 20px !important;
}
.c-practiceAreas__row > .panel-grid-cell a[class*=g-btn] {
  left: 0;
  bottom: 0;
  position: absolute;
}
@media (min-width: 750px) {
  .c-practiceAreas__row {
    flex-wrap: wrap !important;
    flex-direction: row !important;
    padding: 25px 0 !important;
  }
  .c-practiceAreas__row > .panel-grid-cell {
    width: 50% !important;
    padding-right: 15px !important;
    margin-bottom: 35px !important;
  }
  .c-practiceAreas__row > .panel-grid-cell:last-of-type {
    margin-bottom: 35px;
  }
  .c-practiceAreas__row > .panel-grid-cell .widget-title {
    min-height: 2.6em;
  }
}
@media (min-width: 1000px) {
  .c-practiceAreas__row > .panel-grid-cell {
    width: 25% !important;
  }
  .c-practiceAreas__row > .panel-grid-cell:last-of-type {
    margin-bottom: 0;
  }
}

.c-subAreas {
  margin: 25px auto;
}
@media (min-width: 750px) {
  .c-subAreas .g-list--arrows {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.c-contact__banner {
  position: relative;
}
.c-contact__banner img {
  left: 50%;
  display: block;
  position: relative;
  min-width: 100vw;
  max-width: none;
  transform: translateX(-70%);
  max-height: 425px;
}
.c-contact__banner > p {
  margin-bottom: 0 !important;
}
@media (min-width: 750px) {
  .c-contact__banner {
    height: auto;
    margin-bottom: 50px;
  }
  .c-contact__banner img {
    transform: translateX(-58%);
    max-height: 475px;
  }
}
@media (min-width: 1000px) {
  .c-contact__banner img {
    left: 70%;
    transform: translateX(-50%);
  }
}

.c-contact__bannerBox {
  color: rgb(255, 255, 255);
  margin: 0px -20px;
  padding: 30px 20px;
  overflow: auto;
  font-size: 16px;
  margin-bottom: 30px;
  background-color: rgb(194, 32, 38);
}
.c-contact__bannerBox h1 {
  color: rgb(255, 255, 255) !important;
  font-size: 36px !important;
  margin-bottom: 25px !important;
}
@media (min-width: 750px) {
  .c-contact__bannerBox {
    left: 0;
    bottom: 85px;
    position: absolute;
    margin-bottom: 0;
  }
  .c-contact__bannerBox h1 {
    font-size: 55px !important;
    margin-bottom: 35px !important;
  }
}
@media (min-width: 1000px) {
  .c-contact__bannerBox {
    padding: 50px 150px 50px 50px;
  }
}

.c-contact__bannerAddress {
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (min-width: 750px) {
  .c-contact__bannerAddress {
    width: 60%;
    float: left;
    margin-bottom: 0;
  }
}

.c-contact__bannerLinks {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}
.c-contact__bannerLinks li {
  margin-left: 0 !important;
  margin-bottom: 10px;
}
.c-contact__bannerLinks li:last-of-type {
  margin-bottom: 0;
}
.c-contact__bannerLinks a {
  color: rgb(255, 255, 255) !important;
  display: inline-block;
}
.c-contact__bannerLinks a:hover {
  text-decoration: underline !important;
}
.c-contact__bannerLinks [class*=g-icon] {
  top: 2px;
  width: 25px;
  color: rgb(74, 14, 16) !important;
  display: inline-block;
  font-size: 18px;
  position: relative;
}
@media (min-width: 750px) {
  .c-contact__bannerLinks {
    width: 40%;
    float: left;
  }
}

.c-contact__addressList {
  padding-bottom: 25px;
}
@media (min-width: 750px) {
  .c-contact__addressList {
    display: flex;
  }
}

.c-contact__address {
  position: relative;
  line-height: 1.7;
  margin-bottom: 25px;
  padding-bottom: 40px;
}
.c-contact__address:last-child {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .c-contact__address {
    width: 31.33333%;
    margin-right: 3.77777%;
    margin-bottom: 0;
  }
  .c-contact__address:nth-child(n+4) {
    margin-bottom: 25px;
  }
  .c-contact__address:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .c-contact__address {
    width: 23%;
    margin-right: 2.66666%;
    margin-bottom: 0 !important;
  }
  .c-contact__address:last-of-type {
    margin-right: 0;
  }
}

.c-contact__addressDirections {
  left: 0;
  bottom: 0;
  position: absolute;
}
.c-contact__addressDirections::before {
  top: 1px;
  color: rgb(74, 14, 16);
  content: "\e913";
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-family: icomoon;
  margin-right: 8px;
}

.grecaptcha-badge {
  bottom: 40px !important;
}

.c-contactForm, .c-contactForm--simple {
  padding: 50px 20px 75px;
  position: relative;
  margin-top: 75px;
}
.c-contactForm *, .c-contactForm--simple * {
  z-index: 2;
  position: relative;
}
@media (min-width: 750px) {
  .c-contactForm form, .c-contactForm--simple form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-contactForm form p, .c-contactForm--simple form p {
    width: 100%;
  }
}
.c-contactForm::before, .c-contactForm--simple::before {
  top: 0;
  left: 50%;
  width: 200vw;
  height: 100%;
  display: block;
  z-index: 1;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  background-color: rgb(247, 246, 244);
}
.c-contactForm input[type=text], .c-contactForm--simple input[type=text],
.c-contactForm input[type=email],
.c-contactForm--simple input[type=email],
.c-contactForm input[type=tel],
.c-contactForm--simple input[type=tel],
.c-contactForm textarea,
.c-contactForm--simple textarea {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
.c-contactForm small, .c-contactForm--simple small {
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
}
.c-contactForm .c-customSelect__toggle, .c-contactForm--simple .c-customSelect__toggle {
  box-shadow: none !important;
  border-bottom-color: rgb(194, 32, 38) !important;
}
.c-contactForm .c-customSelect__toggle::after, .c-contactForm--simple .c-customSelect__toggle::after {
  color: rgb(194, 32, 38) !important;
}
.c-contactForm .wpcf7-validation-errors, .c-contactForm--simple .wpcf7-validation-errors {
  border-color: rgb(194, 32, 38);
}

.c-contactForm__row, .c-contactForm__row--buttonAddOn {
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
}
.c-contactForm__row p, .c-contactForm__row--buttonAddOn p {
  margin-bottom: 0;
}
.c-contactForm__row .wpcf7-form-control-wrap, .c-contactForm__row--buttonAddOn .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  max-width: 100%;
  margin-bottom: 25px;
}
.c-contactForm__row .c-customSelect, .c-contactForm__row--buttonAddOn .c-customSelect {
  margin-top: 15px;
}
.c-contactForm__row .practice-areas, .c-contactForm__row--buttonAddOn .practice-areas {
  z-index: 3;
}
@media (min-width: 750px) {
  .c-contactForm__row, .c-contactForm__row--buttonAddOn {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .c-contactForm__row .wpcf7-form-control-wrap, .c-contactForm__row--buttonAddOn .wpcf7-form-control-wrap {
    width: 48.5%;
  }
  .c-contactForm__row .wpcf7-form-control-wrap .practice-areas, .c-contactForm__row--buttonAddOn .wpcf7-form-control-wrap .practice-areas,
  .c-contactForm__row .wpcf7-form-control-wrap .message,
  .c-contactForm__row--buttonAddOn .wpcf7-form-control-wrap .message {
    width: 48.5%;
  }
}

.c-contactForm__row--select {
  z-index: 4;
}

@media (min-width: 750px) {
  .c-contactForm__row--tabletFull {
    width: 100%;
  }
}

.c-contactForm__row--full {
  width: 100%;
}
.c-contactForm__row--full label {
  width: 100%;
}
.c-contactForm__row--full .wpcf7-form-control-wrap {
  width: 100%;
}
.c-contactForm__row--full .wpcf7-form-control-wrap .practice-areas,
.c-contactForm__row--full .wpcf7-form-control-wrap .message {
  width: 100%;
}

.c-contactForm__row--submit {
  width: 100%;
  position: relative;
  text-align: right;
}
.c-contactForm__row--submit .ajax-loader {
  top: 17px;
  right: 3px;
  position: absolute;
}

.c-contactForm__row--buttonAddOn {
  width: 100%;
  display: flex;
  position: relative;
}
.c-contactForm__row--buttonAddOn .wpcf7-form-control-wrap {
  width: auto;
  flex: 1 1 0%;
  margin-bottom: 0;
}
.c-contactForm__row--buttonAddOn input[type=textbox],
.c-contactForm__row--buttonAddOn input[type=email] {
  height: 100%;
}
.c-contactForm__row--buttonAddOn input[type=submit] {
  padding: 18px 25px;
}
.c-contactForm__row--buttonAddOn .ajax-loader {
  top: 17px;
  right: 3px;
  position: absolute;
}
.c-contactForm__row--buttonAddOn .wpcf7-not-valid-tip {
  top: 100%;
  color: rgb(194, 32, 38) !important;
  position: absolute;
  font-weight: bold;
}

.wpcf7-radio {
  display: block;
  margin-top: 10px;
}
.wpcf7-radio .wpcf7-list-item {
  position: relative;
}
.wpcf7-radio .wpcf7-list-item input {
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  opacity: 0;
  z-index: 2;
  position: absolute;
}
.wpcf7-radio .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-radio .wpcf7-list-item-label {
  z-index: 1;
  display: block;
  position: relative;
  padding-left: 40px;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgb(139, 140, 142);
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item-label::after {
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  display: block;
  content: "";
  opacity: 0;
  position: absolute;
  line-height: 22px;
  font-family: icomoon;
  border-radius: 50%;
  background-color: rgb(194, 32, 38);
}
.wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-radio .wpcf7-list-item.last {
  margin-left: 40px;
}

.wpcf7-checkbox,
.wpcf7-acceptance {
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  position: relative;
}
.wpcf7-checkbox .wpcf7-list-item input,
.wpcf7-acceptance .wpcf7-list-item input {
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  opacity: 0;
  z-index: 2;
  position: absolute;
}
.wpcf7-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
  z-index: 1;
  display: block;
  position: relative;
  padding-left: 40px;
}
.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgb(139, 140, 142);
  display: block;
  content: "";
  position: absolute;
}
.wpcf7-checkbox .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item-label::after {
  top: 3px;
  left: 4px;
  color: rgb(194, 32, 38);
  display: block;
  content: "\e916";
  opacity: 0;
  position: absolute;
  line-height: 22px;
  font-family: icomoon;
}
.wpcf7-checkbox .wpcf7-list-item.last,
.wpcf7-acceptance .wpcf7-list-item.last {
  margin-left: 0;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.c-contactForm--simple {
  padding: 50px 0;
  margin-top: 0;
}
.c-contactForm--simple + .wpcf7-validation-errors {
  display: none !important;
}
.c-contactForm--simple .c-contactForm__row, .c-contactForm--simple .c-contactForm__row--buttonAddOn {
  margin-bottom: 20px;
}
.c-contactForm--simple::before {
  display: none;
}
@media (min-width: 750px) {
  .c-contactForm--simple {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    justify-content: space-between;
  }
  .c-contactForm--simple h6 {
    flex: none;
    width: 100%;
  }
  .c-contactForm--simple .c-contactForm__row, .c-contactForm--simple .c-contactForm__row--buttonAddOn {
    margin-bottom: 10px;
  }
  .c-contactForm--simple .wpcf7-form-control-wrap {
    margin-bottom: 0;
  }
}

.c-downloadForm {
  max-width: 400px;
}
.c-downloadForm input[type=text],
.c-downloadForm input[type=email] {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
.c-downloadForm ~ .wpcf7-response-output {
  display: none !important;
}

.c-pageTitle {
  margin: 0 auto;
  padding: 30px 20px;
  position: relative;
  max-width: 1306px;
  margin-bottom: 25px;
}
.c-pageTitle::before {
  top: 0;
  left: 50%;
  width: 120vw;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  transform: translateX(-50%);
  background-color: rgb(226, 223, 218);
}
.c-pageTitle h1 {
  z-index: 1;
  display: block;
  position: relative;
  font-size: 42px !important;
  margin-bottom: 0 !important;
}
.c-pageTitle small {
  display: block;
  z-index: 1;
  position: relative;
  font-size: 22px;
  margin-top: 12px;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 750px) {
  .c-pageTitle small {
    font-size: 28px;
  }
}
@media (min-width: 750px) {
  .c-pageTitle {
    margin-bottom: 50px;
  }
  .c-pageTitle small {
    margin-top: 5px;
  }
}

.c-practiceGrid__heading {
  margin: 0 auto 20px !important;
  padding: 0 20px;
  position: relative;
  max-width: 1306px;
  font-size: 36px !important;
}
@media (min-width: 750px) {
  .c-practiceGrid__heading {
    font-size: 30px !important;
  }
  .c-practiceGrid__heading a {
    float: right;
    display: inline-block;
    margin-left: 15px;
  }
}

.c-practiceGrid {
  margin: 0 auto;
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1306px;
}
@media (min-width: 750px) {
  .c-practiceGrid {
    padding: 0 20px 20px;
  }
}

.c-practiceGrid__item {
  width: 50%;
  height: 150px;
  border: 1px solid rgb(218, 209, 202);
  display: flex;
  padding: 20px 10px;
  position: relative;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.c-practiceGrid__item:nth-child(even) {
  border-left: none;
}
.c-practiceGrid__item:nth-child(n+3) {
  border-top: none;
}
.c-practiceGrid__item::after {
  left: 50%;
  width: 25px;
  height: 5px;
  bottom: 15px;
  content: "";
  display: block;
  position: absolute;
  transform: translateX(-50%);
  background-color: rgb(86, 84, 81);
}
.c-practiceGrid__item:hover, .c-practiceGrid__item:focus {
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
  background-color: rgb(194, 32, 38);
}
.c-practiceGrid__item:hover::after, .c-practiceGrid__item:focus::after {
  background-color: rgb(194, 32, 38);
}
@media (min-width: 550px) {
  .c-practiceGrid__item {
    width: 33.33333%;
    height: 110px;
  }
  .c-practiceGrid__item:nth-child(even) {
    border-left: 1px solid rgb(218, 209, 202);
  }
  .c-practiceGrid__item:nth-child(n+3) {
    border-top: 1px solid rgb(218, 209, 202);
  }
  .c-practiceGrid__item:nth-child(n+4) {
    border-top: none;
  }
  .c-practiceGrid__item:nth-child(2), .c-practiceGrid__item:nth-child(5) {
    border-left: none;
    border-right: none;
  }
  .c-practiceGrid__item:nth-child(n+7) {
    width: 50%;
  }
  .c-practiceGrid__item:nth-child(n+8) {
    border-left: none;
  }
}
@media (min-width: 550px) {
  .c-practiceGrid__item {
    height: 110px;
  }
  .c-practiceGrid__item:nth-child(n+7) {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .c-practiceGrid__item {
    width: 20%;
  }
  .c-practiceGrid__item:first-child {
    border-left: none;
  }
  .c-practiceGrid__item:nth-child(4) {
    border-top: 1px solid rgb(218, 209, 202);
    border-left: none;
  }
  .c-practiceGrid__item:nth-child(5) {
    border-top: 1px solid rgb(218, 209, 202);
  }
  .c-practiceGrid__item:nth-child(n+6) {
    width: 33.33333%;
  }
  .c-practiceGrid__item:nth-child(6), .c-practiceGrid__item:nth-child(7) {
    border-left: none;
  }
  .c-practiceGrid__item:nth-child(8) {
    border-right: none;
  }
}

.c-practiceGrid__item span {
  display: block;
  max-width: 100%;
}

.slick-dots {
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
}

/* Bubble Slider */
.bubble blockquote {
  margin: 10px 10px 0;
  background: #f7f6f4;
  padding: 60px;
  position: relative;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  color: black;
}

.bubble blockquote:before, .bubble blockquote:after {
  content: "“";
  position: absolute;
  font-size: 120px;
  line-height: 1;
  color: black;
  font-weight: normal;
}

.bubble blockquote:before {
  top: 0;
  left: 10px;
}

.bubble blockquote:after {
  content: "”";
  right: 10px;
  bottom: -0.5em;
}

.bubble div {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f7f6f4;
  margin: 0 0 0 60px;
  margin-bottom: 10px;
}

.bubble cite {
  padding-left: 20px;
  font-size: 15px;
  color: black;
}

.carousel {
  margin-top: 40px;
}
.carousel__view {
  margin: auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 549px) {
  .carousel__view {
    width: calc(100% - 60px);
  }
}
.carousel__control {
  position: absolute;
  z-index: 1;
  width: 40px;
  display: table;
  top: 18%;
  cursor: pointer;
  background: #c22026;
}
@media (min-width: 750px) and (max-width: 1023px) {
  .carousel__control {
    top: 50%;
  }
}
.carousel__control .icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 15px 10px 11px;
}
.product-list {
  position: relative;
  margin: 0;
  padding: 0;
  transition: transform 0.3s;
  transform: translateX(0px);
  list-style: none;
}
.product-list__item {
  width: 475px;
  max-width: 95vw;
  display: table-cell;
  padding: 0 60px;
  box-sizing: border-box;
  border-left: 1px #e1e1e1 solid;
  vertical-align: top;
}
.product-list__item:first-of-type {
  border-left: none;
  margin-left: -60px;
}
@media (max-width: 1023px) {
  .product-list__item:first-of-type {
    margin-left: -60px;
  }
}

@media (min-width: 750px) {
  li.product-list__item.media {
    max-width: 50vw;
  }
}

.product-list {
  margin-left: -60px;
}

.product {
  display: table;
  width: 100%;
}
.product span {
  vertical-align: middle;
}

.carousel__view .product {
  margin-bottom: 60px !important;
}

._mypost {
  display: inline-block;
  width: 455.333px;
  vertical-align: top;
}

li.product-list__item img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 549px) {
  ._page-content._featured-prod {
    padding: 0;
  }
}

@media (max-width: 549px) {
  ._page-content._featured-prod h2 {
    padding-left: 20px;
  }
}

.carousel__control:last-of-type {
  right: 0px;
}

.carousel__control:first-of-type {
  left: 0px;
}

.js-logo-carousel .carousel__control {
  top: initial;
  bottom: 2%;
}
@media (min-width: 950px) {
  .js-logo-carousel .carousel__control {
    top: 18%;
    bottom: initial;
  }
}

._slide {
  max-width: 100vw !important;
}
._slide h1, ._slide p {
  padding: 0px 20px;
}
@media (min-width: 950px) {
  ._slide h1, ._slide p {
    padding: 0px;
  }
}
._slide img {
  max-width: none;
  width: auto !important;
  height: 100%;
}
._slide h1 {
  font-size: 40px;
}
@media (min-width: 950px) {
  ._slide h1 {
    font-size: 66px;
  }
}

._content-slide {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
@media (min-width: 950px) {
  ._content-slide {
    top: 55% !important;
    transform: translateY(-45%) !important;
  }
}

.product-list__item, ._archive-post {
  position: relative;
  left: 20px;
}
@media (min-width: 750px) {
  .product-list__item, ._archive-post {
    left: 40px;
  }
}
@media (min-width: 1000px) {
  .product-list__item, ._archive-post {
    left: 0px;
  }
}

a._readmore {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.c-recentTransactions .product .c-resourcesCard {
  width: 100%;
}

.c-heroRotator,
.c-heroRotator--small {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: rgb(114, 113, 117);
}
@media (min-width: 1340px) {
  .c-heroRotator,
  .c-heroRotator--small {
    display: block;
  }
}

.c-heroRotator__dimensionSpacer {
  padding-bottom: 100%;
}
@media (min-width: 1024px) {
  .c-heroRotator__dimensionSpacer {
    padding-bottom: 650px;
  }
}

.c-lawyerSearch__wrap {
  flex: 1 1 100%;
  order: 2;
}
@media (min-width: 1340px) {
  .c-lawyerSearch__wrap {
    order: 1;
  }
}

.c-heroRotator__wrapper {
  position: relative;
  flex: 1 1 100%;
  order: 1;
}
@media (min-width: 1340px) {
  .c-heroRotator__wrapper {
    order: 2;
  }
}

.c-heroRotator__items {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  color: rgb(0, 0, 0);
  z-index: 1;
}

.c-heroRotator__item {
  position: absolute;
  display: flex;
  flex-flow: column nowrap;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-heroRotator__itemText {
  position: absolute;
  bottom: 125px;
  width: 100%;
  max-width: 1306px;
  flex: 0 0 auto;
  padding-left: 20px;
  font-size: 18px;
}
.c-heroRotator__itemTextTitle {
  font-size: 40px !important;
  color: rgb(255, 255, 255) !important;
  font-weight: 700;
  line-height: 0.8em;
}
.c-heroRotator__itemTextTitle small {
  font-size: 0.55em;
  font-weight: 400;
}
@media (min-width: 1340px) {
  .c-heroRotator__itemText {
    top: 150px;
    bottom: auto;
    left: 50%;
    width: auto;
    padding-left: 160px;
    transform: translateX(-50%);
    font-size: 18px;
  }
  .c-heroRotator__itemTextTitle {
    font-size: 60px !important;
  }
}

.c-heroRotator__itemImage {
  width: 100%;
  flex: 1 1 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (min-width: 1340px) {
  .c-heroRotator__itemImage {
    height: 100%;
  }
}

.c-heroRotator__pageIndicators {
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-heroRotator__pageIndicator {
  width: 15px;
  height: 15px;
  cursor: pointer;
  border: 3px solid transparent;
  display: inline-block;
  background: rgb(227, 227, 227);
  transition: all 0.2s ease;
  margin-right: 20px;
  border-radius: 50%;
}
.c-heroRotator__pageIndicator:last-of-type {
  margin-right: 0;
}
.c-heroRotator__pageIndicator:hover, .c-heroRotator__pageIndicator--selected {
  background: rgb(255, 255, 255);
  border-color: rgb(227, 227, 227);
}

.c-heroRotator__navArrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 46%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 4;
  width: 100%;
  max-width: 1280px;
}
@media (min-width: 1340px) {
  .c-heroRotator__navArrows {
    padding-left: 400px;
  }
}

.c-heroRotator__navRight, .c-heroRotator__navLeft {
  width: 45px;
  height: 45px;
  cursor: pointer;
  padding: 10px;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease;
  color: rgb(227, 227, 227) !important;
  background: transparent;
  font-size: 28px;
}
.c-heroRotator__navRight::before, .c-heroRotator__navLeft::before {
  font-family: icomoon;
  content: "\e900";
  display: block;
  font-size: 28px;
  line-height: 1;
  text-indent: 4px;
}
.c-heroRotator__navRight:hover, .c-heroRotator__navRight:active, .c-heroRotator__navRight:focus, .c-heroRotator__navLeft:hover, .c-heroRotator__navLeft:active, .c-heroRotator__navLeft:focus {
  text-decoration: none !important;
  color: rgb(194, 32, 38);
  border-color: 1px solid rgb(194, 32, 38);
}

.c-heroRotator__navLeft::before {
  content: "\e909";
  text-indent: -4px;
}

.c-heroRotator__overlay {
  position: relative;
  height: 100%;
  z-index: 2;
}
.c-heroRotator__overlay::before {
  display: none;
  position: absolute;
  content: "";
  top: 0;
  width: 50vw;
  left: -22%;
  height: 100%;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1340px) {
  .c-heroRotator__overlay::before {
    display: block;
  }
}
.c-heroRotator__overlay .g-btn, .c-heroRotator__overlay .g-btn--alt, .c-heroRotator__overlay .g-btn--secondary, .c-heroRotator__overlay .g-btn--tertiary, .c-heroRotator__overlay .c-ourPeople__clear, .c-heroRotator__overlay .c-contactForm input[type=submit], .c-contactForm .c-heroRotator__overlay input[type=submit], .c-heroRotator__overlay .c-contactForm--simple input[type=submit], .c-contactForm--simple .c-heroRotator__overlay input[type=submit], .c-heroRotator__overlay .c-downloadForm input[type=submit], .c-downloadForm .c-heroRotator__overlay input[type=submit] {
  position: absolute;
  top: -42px;
  right: 0;
  background: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
}
.c-heroRotator__overlay .g-btn::after, .c-heroRotator__overlay .g-btn--alt::after, .c-heroRotator__overlay .g-btn--secondary::after, .c-heroRotator__overlay .g-btn--tertiary::after, .c-heroRotator__overlay .c-ourPeople__clear::after, .c-heroRotator__overlay .c-contactForm input[type=submit]::after, .c-contactForm .c-heroRotator__overlay input[type=submit]::after, .c-heroRotator__overlay .c-contactForm--simple input[type=submit]::after, .c-contactForm--simple .c-heroRotator__overlay input[type=submit]::after, .c-heroRotator__overlay .c-downloadForm input[type=submit]::after, .c-downloadForm .c-heroRotator__overlay input[type=submit]::after {
  color: rgb(0, 0, 0);
}
.c-heroRotator__overlayStats {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1306px;
  border-top: 1px solid rgb(255, 255, 255);
}
@media (min-width: 1340px) {
  .c-heroRotator__overlayStats {
    width: 100%;
    padding: 0 0 146px 140px;
  }
}
.c-heroRotator__overlayStatsGrid {
  display: flex;
  justify-content: center;
}
.c-heroRotator__overlayStatsItem {
  color: rgb(255, 255, 255);
  padding: 10px;
  border-right: 1px solid rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 9px;
}
@media (min-width: 1340px) {
  .c-heroRotator__overlayStatsItem {
    font-size: 14px;
    padding: 20px 50px 10px;
  }
}
.c-heroRotator__overlayStatsItem:last-child {
  border-right: none;
}
.c-heroRotator__overlayStatsItem span {
  color: rgb(194, 32, 38);
}
.c-heroRotator__overlayStatsNum {
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 10px;
}
@media (min-width: 1340px) {
  .c-heroRotator__overlayStatsNum {
    font-size: 72px;
  }
}

.c-heroRotator__counter {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1306px;
  text-align: right;
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding: 0 20px;
}

.c-students {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
}
@media (min-width: 750px) {
  .c-students {
    margin: 80px 0;
  }
}
.c-students__item {
  flex: 1 1 50%;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  .c-students__item {
    flex: 1 1 25%;
  }
}

.home .site-header::before {
  display: none !important;
}

.home .g-header__topbarLinks a {
  color: rgb(0, 0, 0) !important;
}
.home .g-header__topbarLinks a:after {
  color: rgb(0, 0, 0) !important;
}
.home .g-header__topbarLinks .phone {
  color: rgb(194, 32, 38) !important;
}
.home .g-header__topbarLinks .parking:after {
  color: white !important;
}

.home .g-header__topbarSocial a:hover {
  color: rgb(194, 32, 38) !important;
}

@media (min-width: 1000px) {
  .home #main-slider {
    margin-bottom: -117px !important;
  }
}

@media (min-width: 1000px) {
  .home .metaslider {
    top: -117px !important;
  }
}

.home #page-wrapper .full-container {
  max-width: 100% !important;
}

.home #page-wrapper .use-sticky-menu .full-container {
  max-width: 1306px !important;
}

@media print {
  header#masthead {
    display: none;
  }
  .c-share,
  .c-profileMenu,
  .c-footer__menu,
  .c-footer__newsletter,
  .c-footer__socialWrap,
  .c-footer__credentials,
  .c-profile__assistantNotice,
  .c-footer__copyright small:nth-child(2),
  .c-footer__credentialsHeading {
    display: none;
  }
  .c-headerImage__textWrap h1 {
    -webkit-print-color-adjust: exact;
  }
}/*# sourceMappingURL=style.css.map */