body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}
h1 {
  font-size: 42px
}
@media only screen and (min-width:1500px) {
  h1 {
    font-size: 60px
  }
}
h2 {
  font-size: 22px
}
@media only screen and (min-width:1500px) {
  h2 {
    font-size: 36px
  }
}
h3 {
  font-size: 20px
}
@media only screen and (min-width:1500px) {
  h3 {
    font-size: 30px
  }
}
h4 {
  font-size: 18px
}
@media only screen and (min-width:1500px) {
  h4 {
    font-size: 24px
  }
}
p {
  font-size: 18px
}
@media only screen and (min-width:1500px) {
  p {
    font-size: 26px
  }
}
strong {
  font-weight: 500
}
body {
  color: #121e2d;
  font-family: calibre, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  overflow-x: hidden
}
body:before {
  background: rgba(0, 0, 0, .2);
  content: "";
  height: 0%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: 0;
  z-index: 40
}
body.disable, body.menu-open {
  overflow-y: hidden
}
body.disable:before {
  height: 100%;
  opacity: 1;
  width: 100%
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
p {
  line-height: 1.4
}
h1, h2, h3, h4 {
  font-weight: 400
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}
.wrapper {
  padding: 0 20px
}
.button, .hogan-button {
  background: #fff;
  border: 1px solid #e2e3e4;
  border-radius: 30px;
  color: #121e2d;
  display: inline-block;
  font-size: 18px;
  padding: 12px 20px 10px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s
}
@media only screen and (min-width:1280px) {
  .button, .hogan-button {
    padding: 16px 40px 14px
  }
}
.button:hover, .hogan-button:hover {
  background: #f0f2f4
}
.pagination .select-page, .pagination a, .pagination span {
  background: #fff;
  border: 1px solid #e2e3e4;
  border-radius: 30px;
  color: #121e2d;
  display: inline-block;
  font-size: 18px;
  padding: 12px 22px 10px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s
}
.pagination .select-page {
  font-size: 24px;
  margin-right: 10px;
  margin-left: 10px
}
.pagination a:hover, .pagination span.current {
  background: #f0f2f4
}
.pagination-desktop {
  display: none
}
@media only screen and (min-width:768px) {
  .pagination-desktop {
    display: block
  }
}
@media only screen and (min-width:768px) {
  .pagination-mobile {
    display: none
  }
}
.page-template-template-search form {
  margin: 50px auto;
  max-width: 820px
}
.page-template-template-search form input {
  font-size: 26px;
  padding: 20px;
  width: 100%
}
.page-template-template-search .results-title {
  font-size: 28px;
  text-align: center
}
.loader, .loader:after, .loader:before {
  border-radius: 50%
}
.loader {
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-box-shadow: inset 0 0 0 1em;
  box-shadow: inset 0 0 0 1em;
  color: #c25d53;
  font-size: 11px;
  height: 8em;
  margin: 55px auto;
  position: relative;
  text-indent: -99999em;
  transform: translateZ(0);
  width: 8em
}
.loader:after, .loader:before {
  content: "";
  position: absolute
}
.loader:before {
  -webkit-animation: load2 2s infinite ease 1.5s;
  -webkit-transform-origin: 5.2em 5.1em;
  animation: load2 2s infinite ease 1.5s;
  border-radius: 10.2em 0 0 10.2em;
  left: -1.1em;
  transform-origin: 5.2em 5.1em
}
.loader:after, .loader:before {
  background: #fff;
  height: 10.2em;
  top: -1.1em;
  width: 5.2em
}
.loader:after {
  -webkit-animation: load2 2s infinite ease;
  -webkit-transform-origin: 0 5.1em;
  animation: load2 2s infinite ease;
  border-radius: 0 10.2em 10.2em 0;
  left: 4.2em;
  transform-origin: 0 5.1em
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
.loader {
  display: none
}
.loading .loader {
  display: block
}
.site-header {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1360px;
  padding: 20px;
  z-index: 30
}
@media only screen and (min-width:1280px) {
  .site-header {
    padding: 40px 0
  }
}
.site-branding {
  background: url("../static/logo.25125296.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 37px 37px;
  font-size: 16px;
  max-width: 200px;
  padding: 0 0 0 50px
}
@media only screen and (min-width:1280px) {
  .site-branding {
    background-size: 50px 50px;
    font-size: 22px;
    max-width: 250px;
    padding: 0 0 0 60px
  }
}
.site-branding p {
  line-height: 1.1;
  margin: 0
}
@media only screen and (min-width:1280px) {
  .site-branding p {
    font-size: 22px
  }
}
.site-branding a {
  color: #121e2d;
  text-decoration: none
}
.menu-toggle {
  background: url("../static/menu.8930de4f.svg");
  background-position: top 4px left;
  background-repeat: no-repeat;
  background-size: auto 12px;
  padding: 0 0 20px 22px;
  position: relative;
  z-index: 90
}
@media only screen and (min-width:1280px) {
  .menu-toggle {
    display: none
  }
}
.main-navigation {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  height: 100%;
  left: 0;
  padding: 80px 40px;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  width: 100%;
  z-index: 40
}
.menu-open .main-navigation {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
@media only screen and (min-width:1280px) {
  .main-navigation {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    position: static;
    -webkit-transform: none;
    transform: none;
    width: auto
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0 0 10px
}
@media only screen and (min-width:1280px) {
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.main-navigation a {
  color: #121e2d;
  display: inline-block;
  font-size: 26px;
  margin-bottom: 5px;
  padding: 5px;
  text-decoration: none
}
@media only screen and (min-width:1280px) {
  .main-navigation a {
    font-size: 22px;
    margin-bottom: 0;
    margin-right: 20px
  }
}
.main-navigation a:hover {
  text-decoration: underline
}
.main-navigation li a {
  margin-right: 30px
}
.main-navigation li:last-child a {
  margin-right: 0
}
@media only screen and (min-width:1280px) {
  .main-navigation .lang-picker {
    margin-left: 20px
  }
}
.main-navigation .lang-picker li {
  display: inline
}
.main-navigation .lang-picker li:first-child:after {
  content: "/"
}
.main-navigation .lang-picker li.current-lang a {
  text-decoration: underline
}
.main-navigation .lang-picker li a {
  border-bottom: 2px solid transparent;
  margin: 0;
  padding-bottom: 0
}
.content-info {
  margin: 200px 0 0
}
.content-info .newsletter-footer {
  background: #c25d53;
  padding: 70px 20px;
  text-align: center
}
.content-info .newsletter-footer h2 {
  font-size: 26px;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 820px
}
@media only screen and (min-width:1500px) {
  .content-info .newsletter-footer h2 {
    font-size: 42px
  }
}
.content-info .newsletter-footer .button {
  background: #121e2d;
  border: none;
  color: #c25d53;
  font-size: 20px
}
.content-info svg {
  display: none;
  height: 55px;
  margin-bottom: 30px;
  width: 45px
}
@media only screen and (min-width:1500px) {
  .content-info svg {
    display: block
  }
}
.content-info .content-footer {
  background: #121e2d;
  background-image: url("../static/footer-logo.8c70b02a.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 45%;
  color: #fff;
  padding: 30px 20px
}
@media only screen and (min-width:1500px) {
  .content-info .content-footer {
    background-size: auto 85%;
    padding: 50px 20px
  }
}
.content-info .content-footer a {
  color: #fff
}
.content-info .footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1360px
}
@media only screen and (min-width:768px) {
  .content-info .footer-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
  }
}
.content-info .footer-columns p {
  font-size: 16px
}
@media only screen and (min-width:1500px) {
  .content-info .footer-columns p {
    font-size: 22px
  }
}
.content-info .footer-columns > div {
  margin-right: 2%
}
@media only screen and (min-width:768px) {
  .content-info .footer-columns > div {
    width: 48%
  }
}
.content-info .footer-columns p {
  max-width: 400px
}
.content-info .social-links a {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 23px;
  display: inline-block;
  height: 25px;
  margin-right: 10px;
  width: 25px
}
.content-info .social-links a.social-facebook {
  background-image: url("../static/facebook.7cf9cad0.svg")
}
.content-info .social-links a.social-twitter {
  background-image: url("../static/twitter.02ced67f.svg")
}
.content-info .social-links a.social-instagram {
  background-image: url("../static/instagram.c5390799.svg")
}
.to-top-wrapper {
  padding: 40px 20px;
  text-align: center
}
article header {
  margin: 0 0 20px;
  padding: 0 20px
}
@media only screen and (min-width:1500px) {
  article header {
    margin: 70px 0 50px
  }
}
article header .header-inner {
  margin: 0 auto;
  max-width: 820px
}
article header h1 {
  margin: 0 0 10px;
  max-width: 600px
}
article header .byline, article header time {
  color: #6c6c6c;
  display: inline;
  margin-left: 10px
}
article header .byline a, article header time a {
  color: #121e2d
}
article .caption {
  font-size: 14px;
  margin: 4px auto;
  max-width: 820px;
  text-align: center
}
article p strong {
  font-weight: 500
}
article .contact {
  margin: 0 auto 40px;
  max-width: 820px;
  padding: 0 20px
}
@media only screen and (min-width:1280px) {
  article .contact {
    padding: 0
  }
}
article .contact span {
  display: block;
  font-size: 22px;
  margin-bottom: 5px
}
@media only screen and (min-width:1280px) {
  article .contact span {
    font-size: 28px
  }
}
article ul li {
  font-size: 18px;
  margin-bottom: 10px
}
@media only screen and (min-width:1500px) {
  article ul li {
    font-size: 24px;
    margin-bottom: 15px
  }
}
article .factbox {
  border: 1px solid #e2e3e4;
  float: right;
  font-size: 16px;
  margin: 0 0 30px 30px;
  max-width: 100%;
  padding: 40px
}
@media only screen and (min-width:1280px) {
  article .factbox {
    margin-left: 30px;
    max-width: 400px
  }
}
@media only screen and (min-width:1500px) {
  article .factbox {
    margin-right: -70px
  }
}
article .factbox img {
  margin-bottom: 15px;
  max-width: 100%
}
article .factbox h2 {
  font-size: 24px;
  margin-top: 0 !important
}
article .factbox p {
  font-size: 16px
}
article .factbox ul li {
  font-size: 18px
}
article .factbox ul {
  list-style: circle
}
article .factbox ul li {
  margin-bottom: 10px
}
article .featured-image {
  margin: 40px auto 0;
  max-width: 1360px
}
article .featured-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 900px;
  max-width: 100%;
  width: 100%
}
article .featured-image.featured-image-large {
  margin-left: -20px;
  margin-right: -20px;
  max-width: none;
  width: calc(100% + 40px)
}
article .featured-image.featured-image-small {
  max-width: 820px
}
article.type-post .entry-content .hogan-module:first-child {
  padding-top: 0
}
article.type-event .featured-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
article.type-event .featured-image.featured-image-medium {
  max-width: 1000px
}
article.type-event .featured-image .image-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 40px;
  width: 50%
}
article.type-event .featured-image img {
  height: auto;
  width: 100%
}
article.type-event .entry-content .hogan-module:first-child {
  padding-top: 0
}
article.type-event .event-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space;
  -ms-flex-pack: space;
  justify-content: space
}
article.type-event .event-meta span {
  display: block
}
article.type-event .event-meta span.date {
  font-size: 36px;
  margin-bottom: 30px
}
article.type-event .event-meta span.address {
  font-size: 26px;
  margin-bottom: 30px
}
article.type-event .event-meta span .hogan-button {
  background-color: #c25d53;
  color: #fff
}
article .lead {
  font-size: 28px;
  font-weight: 500;
  margin: 30px auto 10px;
  max-width: 820px
}
@media only screen and (min-width:1500px) {
  article .lead {
    margin: 60px auto 40px
  }
}
article p.byline {
  font-size: 18px
}
article .byline-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0;
  max-width: 820px
}
article .byline-wrapper .portrait {
  margin-right: 20px
}
article .byline-wrapper .portrait img {
  border-radius: 100%;
  height: 70px;
  width: 70px
}
article .byline-wrapper a {
  text-decoration: none
}
article .byline-wrapper .meta .byline {
  display: block;
  margin: 0
}
article .byline-wrapper .meta a {
  color: #121e2d
}
article .byline-wrapper .author-multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px
}
article .byline-wrapper.multiple {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
article .byline-wrapper.multiple time {
  margin-top: 20px;
  width: 100%
}
article .related-content {
  margin: 100px 0;
  padding: 0 20px;
  text-align: center
}
.single-employee .featured-image {
  max-width: 820px
}
.archive .archive-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 20px;
  max-width: 1360px
}
.archive .archive-header, .archive .archive-header .tools {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.archive .archive-header .tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
.archive .archive-header .tools .button {
  width: 48%
}
.archive .archive-header .button {
  text-align: center
}
@media only screen and (min-width:1280px) {
  .archive .archive-header .sort-toggle {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #6c6c6c;
    border-radius: 0;
    cursor: pointer;
    font-size: 22px;
    padding: 0 2px
  }
  .archive .archive-header .sort-toggle:hover {
    background: transparent
  }
}
.archive .archive-header .sort-toggle .has-sort {
  display: none
}
.archive .archive-header .sort-toggle.active .has-sort {
  display: block
}
.archive .archive-header .sort-toggle.active .no-sort {
  display: none
}
.archive .archive-header .sort-list {
  background: #fff;
  border-left: 3px solid #e2e3e4;
  display: none;
  left: 51%;
  list-style: none;
  margin: 10px 0 0;
  padding: 20px 20px 20px 5px;
  position: absolute;
  top: 100%;
  width: 50%;
  z-index: 20
}
@media only screen and (min-width:1280px) {
  .archive .archive-header .sort-list {
    background: transparent;
    left: 0;
    padding: 0;
    width: auto
  }
}
.archive .archive-header .sort-list.active {
  display: block
}
.archive .archive-header .sort-list li {
  display: block;
  margin-bottom: 6px;
  padding-left: 10px
}
.archive .archive-header .sort-list li a {
  border-bottom: 1px solid #6c6c6c;
  cursor: pointer;
  font-size: 18px
}
.archive .archive-header .filter-toggle {
  background-image: url("../static/filter.6dbbe34c.svg");
  background-position: center left 30px;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  padding-left: 60px
}
@media only screen and (min-width:1280px) {
  .archive .archive-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .archive .archive-header .tools {
    display: block
  }
  .archive .archive-header .tools .button {
    width: auto
  }
}
@media only screen and (min-width:1280px) {
  .archive .archive-header .filter-toggle {
    display: none
  }
}
.archive .archive-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1360px
}
.archive .filters {
  background: #f0f2f4;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
  height: 100vh;
  left: 0;
  overflow: auto;
  padding: 30px 20px;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  width: 85%;
  z-index: 120
}
.archive .filters .close {
  color: #000;
  font-size: 0;
  height: 20px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 20px;
  width: 20px
}
@media only screen and (min-width:1280px) {
  .archive .filters .close {
    display: none
  }
}
.archive .filters .close:after, .archive .filters .close:before {
  background: #000;
  content: "";
  display: block;
  height: 20px;
  left: 45%;
  position: absolute;
  top: 0;
  width: 2px
}
.archive .filters .close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.archive .filters .close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.archive .filters.active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
@media only screen and (min-width:1280px) {
  .archive .filters {
    background: #fff;
    padding: 0;
    position: static;
    -webkit-transform: none !important;
    transform: none !important;
    width: 315px
  }
}
.archive .filters .clear-filters {
  padding: 20px 0
}
.archive .filters .clear-filters a {
  color: #121e2d;
  font-size: 16px
}
.archive .filters input[type=text] {
  background-color: transparent;
  background-image: url("../static/search.ab22b912.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  border: 0;
  border-bottom: 1px solid #6c6c6c;
  font-size: 22px;
  margin-bottom: 10px;
  max-width: 230px;
  padding: 5px 10px 5px 30px;
  width: 100%
}
.archive .filters .taxonomy-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 230px
}
.archive .filters .term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.archive .filters .term input {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.archive .filters .term label {
  display: block;
  width: 100%
}
.archive .filters .term.inactive {
  opacity: .4;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.archive .filters .term[data-parent] {
  display: none;
  padding-left: 20px
}
.archive .filters .term-child-wrapper {
  background: url("../static/arrow-down.ab64965c.svg");
  background-position: top 5px right;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border-bottom: 1px solid #e2e3e4;
  padding-bottom: 5px
}
.archive .filters .term-child-wrapper.active {
  background-image: url("../static/arrow-up.70444f4b.svg")
}
.archive .filters .term-child-wrapper.active .term[data-parent] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.archive .filters h2 {
  font-size: 22px;
  margin: 35px 0 10px
}
.archive .results {
  margin: 0 -20px;
  width: calc(100% + 40px)
}
@media only screen and (min-width:1280px) {
  .archive .results {
    margin: 0;
    width: 100%
  }
}
.archive .hogan-module {
  padding: 0
}
@media only screen and (min-width:1280px) {
  .archive .hogan-module .hogan-grid-item {
    margin: 20px;
    width: calc(33.33333% - 40px)
  }
}
@media only screen and (min-width:1280px) {
  .archive .hogan-grid-inner {
    margin: 0 -20px 0 0
  }
}
.last-page .load-more, .loading .load-more {
  display: none
}
.error404 .main {
  font-size: 26px;
  font-weight: 300;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}
@media only screen and (min-width:1280px) {
  .error404 .main {
    padding-left: 0;
    padding-right: 0
  }
}
.error404 .main input {
  font-size: 26px;
  padding: 20px;
  width: 100%
}
.hogan-module {
  margin: 0;
  padding: 60px 20px
}
@media only screen and (min-width:1500px) {
  .hogan-module {
    padding: 60px 80px
  }
}
.hogan-module .hogan-module-inner {
  margin: 0 auto;
  max-width: 1360px
}
.hogan-module-grid .hogan-grid-item {
  background: #f0f2f4;
  -webkit-transition: background .2s;
  transition: background .2s
}
.hogan-module-grid .hogan-grid-item:hover {
  background: #e2e3e4
}
.hogan-module-grid .hogan-grid {
  margin-bottom: 0;
  margin-top: 0;
  overflow: visible
}
.hogan-module-grid .savage-card-body-inner {
  max-width: 420px;
  text-align: left
}
.hogan-module-grid .savage-card-heading {
  font-size: 24px;
  margin: 17px 0 15px;
  text-align: left
}
@media only screen and (min-width:1500px) {
  .hogan-module-grid .savage-card-heading {
    font-size: 28px
  }
}
.hogan-module-grid .savage-card-excerpt {
  font-size: 16px;
  margin-top: 0;
  text-align: left
}
@media only screen and (min-width:1500px) {
  .hogan-module-grid .savage-card-excerpt {
    font-size: 18px
  }
}
.hogan-module-grid .savage-card-label {
  background: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 5px 15px !important;
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important
}
.hogan-module-grid .hogan-heading, .hogan-module-grid .hogan-lead {
  text-align: center
}
.hogan-module-grid .employee-contact {
  margin-bottom: 15px
}
.hogan-module-grid .employee-contact span {
  display: block;
  font-size: 18px;
  line-height: 1.4
}
.hogan-module-grid .employee-contact span.jobtitle {
  margin: -15px 0 15px
}
.hogan-module-grid .hogan-grid-item-type-employee .savage-card-label {
  opacity: 0
}
.hogan-module-grid .hogan-grid-item-type-event .savage-card-label {
  background: #c25d53;
  padding-bottom: 8px;
  text-align: center
}
.hogan-module-grid .hogan-grid-item-type-event .savage-card-label span {
  display: block;
  font-size: 30px;
  line-height: .7;
  padding-top: 12px
}
.hogan-module-grid .hogan-grid-item-size-large .savage-card-body-inner, .hogan-module-grid .hogan-grid-item-type-employee .savage-card-body-inner {
  background-image: url("../static/arrow-right.3b582b5a.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 22px auto;
  padding-bottom: 20px
}
.hogan-module-grid .hogan-grid-item-size-large {
  margin: 20px -20px;
  width: calc(100% + 30px)
}
@media only screen and (min-width:768px) {
  .hogan-module-grid .hogan-grid-item-size-large {
    margin: 10px;
    width: calc(100% - 20px)
  }
}
@media only screen and (min-width:1280px) {
  .hogan-module-grid .hogan-grid-item-size-large {
    margin: 30px;
    width: calc(100% - 60px)
  }
}
@media only screen and (min-width:1500px) {
  .hogan-module-grid .hogan-grid-item-size-large {
    margin: 40px;
    width: calc(100% - 80px)
  }
}
.hogan-module-grid .hogan-grid-item-size-large .savage-card-label {
  font-size: 16px
}
.hogan-module-grid .hogan-grid-item-size-large .savage-card-heading {
  font-size: 24px
}
@media only screen and (min-width:1500px) {
  .hogan-module-grid .hogan-grid-item-size-large .savage-card-heading {
    font-size: 36px
  }
}
@media only screen and (min-width:1280px) {
  .hogan-module-grid .hogan-grid-item-size-medium .savage-card-body-inner, .hogan-module-grid .hogan-grid-item-size-small .savage-card-body-inner {
    margin-top: -15px;
    position: relative;
    z-index: 0
  }
  .hogan-module-grid .hogan-grid-item-size-medium.hogan-grid-item-type-event .savage-card-body-inner, .hogan-module-grid .hogan-grid-item-size-small.hogan-grid-item-type-event .savage-card-body-inner {
    margin-top: -30px
  }
}
@media only screen and (min-width:1280px) {
  .hogan-module-grid .hogan-grid-item-size-medium .savage-card-body-inner {
    padding-top: 95%
  }
}
.hogan-module-grid.hogan-grid-theme-grey {
  background: #f0f2f4
}
.hogan-module-grid.hogan-grid-theme-grey .hogan-grid-item {
  background: #fff
}
.hogan-module-grid.hogan-grid-theme-grey .hogan-grid-item .savage-card-label {
  background: #f0f2f4
}
.hogan-module-grid.hogan-grid-theme-dark {
  background: #121e2d
}
.hogan-module-grid.hogan-grid-theme-dark .hogan-heading, .hogan-module-grid.hogan-grid-theme-dark .hogan-lead {
  color: #fff
}
.hogan-module-grid.hogan-grid-theme-dark .hogan-grid-item {
  background: #fff
}
.hogan-module-grid.hogan-grid-theme-dark .hogan-grid-item .savage-card-label {
  background: #c25d53
}
.hogan-grid .savage-card-body {
  padding-left: 20px;
  padding-right: 20px
}
@media only screen and (min-width:1280px) {
  .hogan-grid .savage-card-body {
    padding-left: 40px;
    padding-right: 40px
  }
}
.hogan-module-text .hogan-module-inner {
  font-size: 26px;
  font-weight: 300;
  max-width: 820px
}
.hogan-module-text .hogan-module-inner h2 {
  margin: 40px 0 10px
}
@media only screen and (min-width:1500px) {
  .hogan-module-text .hogan-module-inner h2 {
    margin: 50px 0 10px
  }
}
.hogan-module-text .hogan-module-inner h2 a, .hogan-module-text .hogan-module-inner h3 a, .hogan-module-text .hogan-module-inner h4 a, .hogan-module-text .hogan-module-inner h5 a, .hogan-module-text .hogan-module-inner p a, .hogan-module-text .hogan-module-inner ul a {
  color: #c25d53
}
.hogan-module-text .hogan-module-inner blockquote {
  font-size: 24px;
  margin: 40px auto;
  max-width: 750px;
  text-align: center
}
@media only screen and (min-width:1500px) {
  .hogan-module-text .hogan-module-inner blockquote {
    font-size: 38px;
    margin: 70px auto 20px
  }
}
.hogan-module-text .hogan-module-inner blockquote > div:before {
  content: "\AB"
}
.hogan-module-text .hogan-module-inner blockquote > div:after {
  content: "\BB"
}
.hogan-module-text .hogan-module-inner blockquote img {
  border-radius: 100%;
  height: 80px;
  width: 80px
}
.hogan-module-text .hogan-module-inner blockquote cite {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 200px
}
@media only screen and (min-width:1500px) {
  .hogan-module-text .hogan-module-inner blockquote cite {
    max-width: 400px
  }
}
.hogan-module-text .hogan-module-inner .alignleft {
  float: left;
  margin: 0 30px 0 0
}
.hogan-module-text .hogan-module-inner figcaption {
  font-size: 16px;
  text-align: center
}
.hogan-module-form .hogan-module-inner {
  max-width: 820px
}
.hogan-module-form .hogan-module-inner .gform_wrapper label.gfield_label {
  font-weight: 400
}
.hogan-module-form .hogan-module-inner .gform_wrapper .gfield_error {
  background-color: transparent
}
.hogan-module-form .hogan-module-inner .gform_wrapper .gform_button {
  padding: 10px 20px;
  cursor: pointer
}
.hogan-module-image .hogan-module-inner {
  max-width: 1360px
}
.hogan-module-image.hogan-image-size-large {
  padding: 0
}
.hogan-module-image.hogan-image-size-large .hogan-module-inner {
  max-width: 100%
}
.hogan-module-image.hogan-image-size-large figure {
  width: 100%
}
.hogan-module-image.hogan-image-size-large figure img {
  height: auto;
  width: 100%
}
.hogan-module-image .wp-caption {
  margin: 0
}
.hogan-module-image .wp-caption-text {
  max-width: 820px
}
.hogan-module-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: auto
}
.hogan-module-image figcaption {
  font-size: 16px;
  margin: 0 auto;
  margin-top: 15px;
  max-width: 820px;
  text-align: center
}
.hogan-module-gallery.hogan-gallery-layout-grid .hogan-module-inner {
  max-width: 820px
}
.hogan-module-gallery.hogan-gallery-layout-grid .hogan-gallery-grid > figure {
  -ms-flex-preferred-size: calc(33.333% - 20px);
  flex-basis: calc(33.333% - 20px);
  margin: 10px
}
.hogan-module-gallery.hogan-gallery-layout-grid .hogan-gallery-grid > figure img {
  height: 100%;
  width: 100%
}
.hogan-module-gallery.hogan-gallery-layout-slider {
  padding: 0
}
.hogan-module-gallery.hogan-gallery-layout-slider .hogan-module-inner {
  max-width: none
}
.hogan-module-embed .hogan-module-inner {
  max-width: 820px
}
.hogan-module-embed figcaption {
  color: #6c6c6c;
  font-size: 16px;
  padding: 10px 0;
  text-align: center
}
.hogan-module-map {
  margin: 80px 0;
  padding: 0
}
.hogan-module-map .hogan-module-inner {
  max-width: none
}
.hogan-module-map .nhc_hogan_map {
  background: #f0f2f4;
  height: 500px;
  width: 100%
}
.hogan-banner-content-inner, .hogan-banner-image img {
  height: auto;
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover
}
@media only screen and (min-width:768px) {
  .hogan-banner-content-inner, .hogan-banner-image img {
    height: 100%
  }
}
.hogan-banner-theme-dark-transparent.hogan-banner-layout-full .hogan-banner-content-inner, .hogan-banner-theme-dark .hogan-banner-content, .hogan-banner-theme-dark.hogan-banner-layout-full .hogan-banner-content-inner {
  background: #121e2d
}
@media only screen and (min-width:768px) {
  .hogan-banner-theme-dark-transparent.hogan-banner-layout-full .hogan-banner-content-inner, .hogan-banner-theme-dark .hogan-banner-content, .hogan-banner-theme-dark.hogan-banner-layout-full .hogan-banner-content-inner {
    background: inherit
  }
}
.hogan-module-banner {
  padding: 0
}
.hogan-module-banner .hogan-module-inner {
  max-width: none
}
.hogan-banner-theme-dark .hogan-banner-content {
  background-color: #121e2d
}
.hogan-module-linklist .hogan-module-inner {
  max-width: 820px;
  padding: 30px 0
}
.hogan-module-linklist ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.hogan-module-linklist .hogan-linklist-inner {
  margin-top: 70px
}
.hogan-module-linklist .hogan-linklist-inner:first-child {
  margin-top: 0
}
.hogan-module-linklist .hogan-linklist-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px
}
.hogan-module-linklist ul.hogan-linklist-items {
  border-top: 2px solid #e2e3e4
}
.hogan-module-linklist ul.hogan-linklist-items a {
  background: url("../static/arrow-right.3b582b5a.svg");
  background-position: center right 5px;
  background-repeat: no-repeat;
  background-size: 22px auto;
  border-bottom: 2px solid #e2e3e4;
  color: #121e2d;
  display: block;
  font-size: 28px;
  padding: 20px 0;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s
}
.hogan-module-linklist ul.hogan-linklist-items a:hover {
  padding-left: 5px
}