/*!
Theme Name: Hundred years theme
Theme URI: http://html5reset.org
Description: A bespoke Wordpress theme for the 100 years of Insulin website.
Author: Rob Plumley
Author URI: https://www.berkeleypr.com
Version: 1.0
*/
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459WxRyS7j.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZ1.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}
/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
body {
  font: 15.5px Helmet, Freesans, sans-serif;
  font-family: 'Montserrat', sans-serif;
}
body,
select,
input,
textarea {
  color: #333333;
}
/* Link defaults */
a {
  color: #1759a1;
  text-decoration: none;
}
a:hover {
  color: #83cde8;
}
a:link {
  -webkit-tap-highlight-color: #fcd700;
}
/* Custom text-selection colors */
::-moz-selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Mozilla dosen't style place holders by default */
input:-moz-placeholder {
  color: #a9a9a9;
}
textarea:-moz-placeholder {
  color: #a9a9a9;
}
h1,
span.pink-lead {
  margin-bottom: 30px;
  font-family: plantin, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 55px;
}
h1.pink-lead,
span.pink-lead.pink-lead {
  margin-bottom: 35px;
  font-size: 65px;
}
h1.goblue,
span.pink-lead.goblue {
  color: #1759a1;
}
h3.panel-heading,
h4.panel-heading,
h5.panel-heading {
  color: #83cde8;
  margin-bottom: 15px;
  font-size: 32.5px;
  line-height: 1.1em;
}
/* Header styles
-------------------------------------------------------------------------------*/
.header-wrapper .header-upper {
  padding-top: 42px;
  padding-bottom: 30px;
}
.header-wrapper .header-upper .header-logo {
  max-width: 225px;
  margin: 0 auto;
  display: block;
  float: left;
}
.header-wrapper .header-upper .counter-wrap {
  padding-top: 30px;
  text-align: center;
  float: right;
}
.header-wrapper .header-upper .counter-wrap .countup {
  color: #1759a1;
  font-family: plantin, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.05em;
}
.header-wrapper .header-upper .counter-wrap .countup span {
  font-family: plantin, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
}
.header-wrapper .header-upper .counter-wrap .subline {
  color: #83cde8;
  font-family: plantin, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12.5px;
}
.header-wrapper .header-lower {
  z-index: 100;
}
/*
----------
Main menu styling
----------
*/
ul.main-menu {
  position: relative;
  width: 100%;
  font-size: 14px;
  z-index: 100;
  float: left;
  /* Position the list items */
  /* Style the link elements */
}
ul.main-menu li {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: bottom;
  /* Hide sub menu */
}
ul.main-menu li ul {
  display: none;
  padding: 0;
}
ul.main-menu li:hover {
  /* Show sub menu on hover */
  /* Hold the main menu hover colour while in sub menu */
}
ul.main-menu li:hover ul {
  display: block;
  position: absolute;
  width: auto;
}
ul.main-menu li:hover ul li {
  border-top: 1px solid #fafafa;
  margin: 0;
  text-transform: none;
  float: none;
  width: auto;
}
ul.main-menu li:hover ul li a {
  background-color: transparent;
}
ul.main-menu li:hover ul li a:hover {
  background: #555;
}
ul.main-menu li:hover a {
  background-color: transparent;
}
ul.main-menu li:hover a::after {
  bottom: 0;
  opacity: 1;
}
ul.main-menu a {
  display: block;
  padding: 16px 15px;
  color: #FFF;
  text-decoration: none;
  /* Set submenu to auto stretch width */
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
ul.main-menu a:hover {
  background: #555;
}
ul.main-menu a::after {
  content: "";
  background-image: url('_/img/icon_menu_arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 9px;
  margin-left: -6px;
  left: 50%;
  bottom: -8px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/*
----------
Mobile header menu styling
----------
*/
.openmenu-button {
  width: 36px;
  height: 28px;
  margin: 10px;
  display: inline-block;
  position: relative;
  float: right;
}
.openmenu-button .menu-line {
  background-color: #ffffff;
  width: 100%;
  height: 4px;
  left: 0;
  position: absolute;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  border-radius: 3px;
}
.openmenu-button .menu-line.top {
  top: 0;
}
.openmenu-button .menu-line.middle {
  top: 50%;
  margin-top: -2px;
}
.openmenu-button .menu-line.bottom {
  bottom: 0;
}
.openmenu-button:hover {
  cursor: pointer;
}
.openmenu-button:hover .menu-line {
  background-color: #1759a1;
}
.openmenu-button.active {
  margin: 12px 10px 8px;
}
.openmenu-button.active .menu-line {
  background-color: #ffffff;
}
.openmenu-button.active .menu-line.top {
  top: 10px;
  transform: rotate(45deg);
}
.openmenu-button.active .menu-line.middle {
  opacity: 0;
}
.openmenu-button.active .menu-line.bottom {
  bottom: inherit;
  top: 10px;
  transform: rotate(-45deg);
}
.openmenu-button.active:hover .menu-line {
  background-color: #1759a1;
}
.openmenu-button:hover .menu-line {
  opacity: 0.8;
}
.accordion-menu-wrap {
  width: 100%;
  text-transform: uppercase;
  float: left;
}
.accordion-menu-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion-menu-wrap a {
  color: #FFFFFF;
  text-decoration: none;
}
.accordion-menu-wrap .accordion-menu {
  display: none;
}
.accordion-menu-wrap .accordion-menu li {
  text-align: left;
}
.accordion-menu-wrap .accordion-menu li a {
  background: #83cde8;
  color: #ffffff;
  height: 45px;
  padding: 12px 10px;
  border-top: 1px solid #ffffff;
  display: block;
  width: 100%;
}
.accordion-menu-wrap .accordion-menu li ul li a {
  background: #FFF;
  color: #FFF;
  border-top: 1px solid #FFF;
  border-bottom: none;
}
.accordion-menu-wrap .accordion-menu .openmenu a.ui-accordion-header,
.accordion-menu-wrap .accordion-menu .openmenu a.ui-state-active {
  background-position: 94.1% center;
  background-repeat: no-repeat;
}
.accordion-menu-wrap .accordion-menu .openmenu a.ui-accordion-header {
  background-image: url("_/img/white_menu_down.png");
}
.accordion-menu-wrap .accordion-menu .openmenu a.ui-state-active {
  background-image: url("_/img/white_menu_up.png");
}
/* Mobile sub-menu content */
.mobile-mainmenu .sub-menu li a {
  background: #000;
  color: #bea658;
}
.mobile-mainmenu .menu-item-has-children a.ui-accordion-header {
  background-image: url("_/img/white_menu_down.png");
}
.mobile-mainmenu .menu-item-has-children a.ui-state-active {
  background-image: url("_/img/white_menu_up.png");
}
/* Main container styles
-------------------------------------------------------------------------------*/
.fullcol {
  width: 100%;
}
.fullcol.trailing-panel {
  border-top: 1px solid #ececec;
  margin-top: 30px;
  padding-top: 30px;
}
.midcol {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.split-panel .leftcol {
  width: 33%;
  float: left;
}
.split-panel .leftcol blockquote {
  color: #83cde8;
  margin-bottom: 25px;
  font-family: plantin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  text-align: right;
}
.split-panel .rightcol {
  width: 63.5%;
  float: right;
}
.grid-wrapper {
  width: 100%;
  max-width: 1208px;
  margin: 15px auto 200px;
}
.grid-wrapper .grid-row {
  position: relative;
}
.grid-wrapper .grid-row .grid-column {
  float: left;
}
.grid-wrapper .grid-row .grid-item {
  padding: 4px;
  position: relative;
  float: left;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.grid-wrapper .grid-row .grid-item .section-link:hover .flex-inner span {
  padding-left: 45px;
}
.grid-wrapper .grid-row .grid-item .inner {
  background-color: #83cde8;
  background-repeat: no-repeat;
  color: #ffffff;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.grid-wrapper .grid-row .grid-item .inner span {
  position: relative;
  z-index: 10;
}
.grid-wrapper .grid-row .grid-item .inner.copy-panel {
  padding: 4% 3.1%;
  background-position: right 7.5% bottom 8%;
  background-size: 40% auto;
}
.grid-wrapper .grid-row .grid-item .inner.copy-panel h1 {
  color: #83cde8;
  margin-bottom: 15px;
  font-family: plantin, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36.5px;
  line-height: 1.1em;
}
.grid-wrapper .grid-row .grid-item .inner.copy-panel p {
  margin-bottom: 20px;
  font-family: plantin, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3em;
  max-width: 350px;
}
.grid-wrapper .grid-row .grid-item .inner.profile-item {
  background-color: transparent;
}
.grid-wrapper .grid-row .grid-item .inner.with-image,
.grid-wrapper .grid-row .grid-item .inner.with-icon {
  background-repeat: no-repeat;
}
.grid-wrapper .grid-row .grid-item .inner.with-image {
  background-position: right 15px bottom 15px;
}
.grid-wrapper .grid-row .grid-item .inner.with-image.insulin {
  background-size: 33%;
}
.grid-wrapper .grid-row .grid-item .inner.with-image.microscope {
  background-size: 115px;
}
.grid-wrapper .grid-row .grid-item .inner.with-icon {
  background-position: right 20px bottom 20px;
  background-size: 95px;
}
.grid-wrapper .grid-row .grid-item .inner.with-icon.top-right {
  background-position: right 20px top 20px;
}
.grid-wrapper .grid-row .grid-item .flex-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}
.grid-wrapper .grid-row .grid-item .flex-inner span {
  padding: 10px 10px 10px 35px;
  font-size: 16.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.grid-wrapper .grid-row .grid-item .flex-inner span.larger {
  font-size: 24.5px;
}
.grid-wrapper .grid-row .grid-item .flex-inner.goabsolute {
  left: 0;
  top: 0;
  position: absolute;
}
.grid-wrapper.archive-grid .grid-item {
  padding: 4px;
  float: left;
}
.grid-wrapper.archive-grid .grid-item .inner {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.grid-wrapper.archive-grid .grid-item .inner .profile-image {
  left: 0;
  top: 0;
  position: absolute;
}
.grid-wrapper .with-min {
  min-height: 235px;
}
.grid-wrapper .set-left {
  left: 0;
  position: absolute !important;
}
.grid-wrapper .set-right {
  right: 0;
  position: absolute !important;
}
.grid-wrapper .and-top {
  top: 0;
}
.grid-wrapper .and-bottom {
  bottom: 0;
}
.halfcol {
  width: 50%;
  float: left;
}
.one-fifth {
  width: 20%;
}
.two-fifths {
  width: 40%;
}
.two-fifths.offset-one-fifth {
  margin-left: 20%;
}
.three-fifths {
  width: 60%;
}
.full-height {
  height: 100%;
}
.half-height {
  height: 50%;
}
.sampleheight {
  min-height: 478px;
}
.profile-link {
  color: #ffffff;
}
.profile-link:hover {
  color: #ffffff;
}
.profile-link:hover .inner .slideup::before {
  opacity: 1;
}
.profile-link:hover .profile-image {
  filter: contrast(1);
  transform: scale(1.1);
}
.profile-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  filter: contrast(1.6);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.profile-description {
  width: 100%;
  height: auto;
  padding: 12px;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
}
.profile-description span {
  font-size: 13px;
  line-height: 1.2em;
  text-transform: uppercase;
  display: block;
}
.with-filter {
  position: relative;
}
.with-filter .slideup::before {
  content: "";
  background-color: rgba(23, 89, 161, 0.65);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 5;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.with-filter .slideup.filter-brown::before {
  background-color: rgba(129, 89, 84, 0.75);
}
.with-filter .slideup.filter-purple::before {
  background-color: rgba(80, 12, 142, 0.75);
}
.with-filter .slideup.filter-yellow::before {
  background-color: rgba(250, 221, 55, 0.75);
}
.with-filter .slideup.filter-green::before {
  background-color: rgba(116, 188, 30, 0.75);
}
.with-filter .slideup.filter-mauve::before {
  background-color: rgba(170, 167, 224, 0.75);
}
.with-filter .slideup.filter-greendk::before {
  background-color: rgba(30, 121, 81, 0.75);
}
.with-filter .slideup.filter-red::before {
  background-color: rgba(220, 16, 57, 0.75);
}
.with-filter .slideup.filter-orange::before {
  background-color: rgba(241, 150, 32, 0.65);
}
.with-filter:hover .slideup::before {
  opacity: 0 !important;
}
.anim-target .slideup {
  width: 100%;
  height: 100%;
  transition: height 1s;
  transition-timing-function: cubic-bezier(0.33333, 0.66667, 0.66667, 1);
  left: 0;
  bottom: 0;
  position: absolute;
}
.anim-target .slideup .profile-description {
  opacity: 0;
}
.anim-target.in-view .slideup {
  height: 100%;
}
.anim-target.in-view .slideup .profile-description {
  transition: opacity 1s 0.75s ease;
  opacity: 1;
}
/* Page styles
-------------------------------------------------------------------------------*/
.leading-panel {
  padding-top: 60px;
}
.leading-panel .leading-inner {
  margin-bottom: -65px;
  float: left;
  display: flex;
  align-items: flex-end;
}
.leading-panel .leading-inner .rightcol {
  margin-left: auto;
}
.leading-panel .leading-inner .rightcol h1 {
  padding-left: 24px;
}
.leading-panel .leading-blackbox {
  max-width: 635px;
  min-height: 135px;
  padding: 15px 24px;
  display: flex;
  align-items: center;
}
.leading-panel .leading-blackbox h2,
.leading-panel .leading-blackbox span {
  font-size: 22px;
}
.leading-panel .leading-blackbox h2.subheading,
.leading-panel .leading-blackbox span.subheading {
  font-size: 20px;
  line-height: 1.2em;
}
.leading-panel .image-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 360px;
  padding-top: 100%;
  float: right;
}
.content-panel {
  padding-bottom: 100px;
}
.content-panel.with-offset {
  padding-top: 145px;
}
.content-panel.video-panel {
  padding-bottom: 45px;
}
.content-panel.video-panel.with-offset {
  padding-top: 115px;
}
.resource-row {
  border-top: 1px solid #83cde8;
  margin-top: 20px;
  padding-top: 20px;
}
.resource-row:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.resource-row .resource-left {
  width: 27.5%;
  margin-right: 5%;
  float: left;
}
.resource-row .resource-right {
  width: 67.5%;
  float: left;
}
.resource-row h3 {
  margin-bottom: 10px;
}
.pagination-wrap {
  margin-top: 25px;
  padding-right: 4px;
  float: left;
}
.pagination-wrap .pagination {
  text-align: center;
}
.pagination-wrap .pagination a,
.pagination-wrap .pagination span.current {
  background-color: #83cde8;
  color: #ffffff;
  min-width: 25px;
  margin: 0 2px 4px;
  padding: 3px 8px;
  display: inline-block;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.pagination-wrap .pagination a:hover,
.pagination-wrap .pagination span.current:hover {
  background-color: #000000;
}
.pagination-wrap .pagination span.current {
  background-color: #1759a1;
  font-weight: bold;
}
.pagination-wrap .pagination span.current:hover {
  background-color: #1759a1;
}
.pagination-wrap .pagination span.pages {
  display: none;
}
/* Page styles
-------------------------------------------------------------------------------*/
.timeline-panel {
  padding-top: 60px;
  padding-bottom: 100px;
}
.timeline-panel h1 {
  font-size: 35px;
  font-family: plantin, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.timeline-panel .timeline-section {
  border-top: 1px solid #83cde8;
  padding-top: 40px;
  padding-bottom: 10px;
}
.timeline-panel .timeline-section .timeline-year {
  margin-bottom: 25px;
}
.timeline-panel .timeline-section .timeline-year .theyear,
.timeline-panel .timeline-section .timeline-year .year-trailing {
  display: inline-block;
  vertical-align: baseline;
}
.timeline-panel .timeline-section .timeline-year .theyear {
  font-size: 65px;
}
.timeline-panel .timeline-section .timeline-year .year-trailing {
  font-size: 40px;
}
.timeline-panel .timeline-section .timeline-rows .timeline-row .leftcol {
  width: 23.5%;
  margin-right: 2.5%;
  padding-right: 3%;
  text-align: right;
  float: left;
}
.timeline-panel .timeline-section .timeline-rows .timeline-row .leftcol .rowdate {
  color: #1759a1;
  font-size: 20px;
}
.timeline-panel .timeline-section .timeline-rows .timeline-row .rightcol {
  width: 74%;
  max-width: 675px;
  overflow: hidden;
}
.timeline-panel .timeline-section .timeline-rows .timeline-row .rightcol .image-wrapper {
  max-width: 85%;
  margin: 0 auto 22px;
  position: relative;
  display: inline-block;
}
.timeline-panel .timeline-section .timeline-rows .timeline-row .rightcol .image-wrapper img {
  max-height: 545px;
  visibility: hidden;
  opacity: 0;
}
.timeline-panel .timeline-section .timeline-rows .timeline-row .rightcol .image-wrapper .image-inner {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}
.timeline-panel .timeline-section .timeline-rows .timeline-row .rightcol .image-wrapper.anim-target .image-inner {
  height: 0.1%;
  opacity: 0;
  transition: height 1s;
  transition-timing-function: cubic-bezier(0.33333, 0.66667, 0.66667, 1);
}
.timeline-panel .timeline-section .timeline-rows .timeline-row .rightcol .image-wrapper.anim-target.in-view .image-inner {
  height: 100%;
  opacity: 1;
}
.odometer-formatting-mark {
  display: none !important;
}
/* Form styles
-------------------------------------------------------------------------------*/
.gform_wrapper form .gform_body .gform_fields .gfield {
  width: 100%;
  margin-bottom: 10px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield input[type="text"],
.gform_wrapper form .gform_body .gform_fields .gfield input[type="email"],
.gform_wrapper form .gform_body .gform_fields .gfield textarea {
  background-color: #e5e5e5;
  color: #000000;
  border: none;
  width: 100%;
  padding: 16px 25px;
  border-radius: 12px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error input[type="text"],
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error input[type="email"],
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error textarea {
  border: 1px solid red;
}
.gform_wrapper form .gform_footer {
  margin-top: 35px;
}
.gform_wrapper form .gform_footer input[type="submit"] {
  border: none;
  min-width: 150px;
  background-color: #000000;
  color: #ffffff !important;
  margin-bottom: 30px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  margin-bottom: 0;
  padding: 10px 20px 7px;
}
.gform_wrapper form .gform_footer input[type="submit"].half {
  width: 49%;
  float: left;
}
.gform_wrapper form .gform_footer input[type="submit"].half.even {
  float: right;
}
.gform_wrapper form .gform_footer input[type="submit"]:hover {
  background-color: #000000;
  color: #ffffff;
}
.validation_error {
  color: red;
  margin-bottom: 10px;
}
.validation_message {
  color: red;
  margin-top: 5px;
}
.gform_confirmation_message {
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin-top: 45px;
  padding: 45px;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
/* ACF Forms */
.frontend-form {
  width: 88%;
  margin: 60px auto 100px;
  overflow: hidden;
}
.frontend-form .acf-fields > .acf-field {
  border-top: none;
  padding: 0 0 10px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.frontend-form .acf-fields > .acf-field.acf-field-textarea {
  padding-bottom: 35px;
}
.frontend-form .acf-fields > .acf-field.acf-field-textarea .acf-label {
  display: none;
}
.frontend-form .acf-fields > .acf-field.acf-field-select .acf-input {
  position: relative;
}
.frontend-form .acf-fields > .acf-field.acf-field-select .acf-input select {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 16px 15px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 2px solid #e5e5e5;
  border-radius: 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #e5e5e5;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333332%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 15px top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 0.75em auto;
}
.frontend-form .acf-fields > .acf-field.acf-field-select .acf-input select::-ms-expand {
  display: none;
}
.frontend-form .acf-fields > .acf-field.acf-field-select .acf-input select:focus {
  border-color: #1759a1;
  color: #222;
  outline: none;
}
.frontend-form .acf-fields > .acf-field.acf-field-select .acf-input select option {
  font-weight: normal;
}
.frontend-form .acf-fields > .acf-field .acf-label {
  margin: 10px 0 10px;
  font-family: plantin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18.5px;
}
.frontend-form .acf-fields > .acf-field .acf-label label {
  font-weight: normal !important;
}
.frontend-form .acf-fields > .acf-field .description {
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}
.frontend-form .acf-fields > .acf-field.acf-field-image,
.frontend-form .acf-fields > .acf-field.acf-field-repeater {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin-top: 18px;
  margin-bottom: 25px;
  padding: 15px 0;
  overflow: hidden;
}
.frontend-form .acf-fields > .acf-field.acf-field-oembed .input-search {
  background-color: #ffffff;
  height: 40px !important;
  border-radius: 0 !important;
}
.frontend-form .acf-fields > .acf-field.acf-field-oembed ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.frontend-form .acf-fields > .acf-field.acf-field-oembed :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.frontend-form .acf-fields > .acf-field.acf-field-oembed ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.frontend-form .acf-fields > .acf-field.acf-field-oembed .acf-oembed .title {
  padding: 0;
}
.frontend-form .acf-fields > .acf-field.acf-field-true-false {
  margin-bottom: 15px;
  overflow: hidden;
}
.frontend-form .acf-fields > .acf-field.acf-field-true-false .acf-label {
  display: none;
}
.frontend-form .acf-fields > .acf-field.acf-field-true-false input {
  float: left;
}
.frontend-form .acf-fields > .acf-field.acf-field-true-false .message {
  width: 90%;
  margin-top: -4px;
  padding-left: 15px;
  font-family: plantin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  float: left;
}
.frontend-form .acf-fields > .acf-field.acf-field-repeater .acf-button.button-primary {
  width: 100px;
  padding: 3px 20px;
  font-size: 30px;
  text-align: center;
}
.frontend-form .acf-fields > .acf-field.acf-field-repeater .acf-repeater .acf-field {
  padding: 0 10px 20px;
}
.frontend-form .acf-fields > .acf-field.acf-field-repeater .acf-repeater .acf-field.acf-field-image,
.frontend-form .acf-fields > .acf-field.acf-field-repeater .acf-repeater .acf-field.acf-field-repeater {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0 10px 10px;
}
.frontend-form .acf-fields > .acf-field.acf-field-60a504f069ced,
.frontend-form .acf-fields > .acf-field.acf-field-60a5050269cee,
.frontend-form .acf-fields > .acf-field.acf-field-60a79248f4719 {
  width: 50%;
  float: left;
}
.frontend-form .acf-fields > .acf-field.acf-field-60c0d5ca50ccc {
  display: none;
}
.frontend-form .acf-fields > .acf-field.acf-field-60a5050269cee {
  margin-bottom: 15px;
}
.frontend-form input[type="text"],
.frontend-form input[type="email"],
.frontend-form textarea {
  background-color: #e5e5e5;
  border: 2px solid #e5e5e5;
  color: #000000;
  width: 100%;
  padding: 12px 11px !important;
  font-size: 18px !important;
  border-radius: 12px !important;
  box-shadow: none;
}
.frontend-form input[type="text"]:focus,
.frontend-form input[type="email"]:focus,
.frontend-form textarea:focus {
  border: 2px solid #1759a1 !important;
  outline: none !important;
}
.frontend-form textarea {
  height: 160px;
  padding: 24px !important;
}
.frontend-form .select2-container.-acf .select2-selection {
  height: 50px;
  padding-top: 10px;
}
.frontend-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 5px;
  top: 11px;
}
.frontend-form .acf-google-map input[type="text"] {
  background-color: #ffffff;
}
.frontend-form .acf-icon.-location::before {
  margin-top: 3px;
}
.frontend-form .acf-button {
  background-color: #000000;
  color: #ffffff !important;
  margin-bottom: 30px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  margin-right: 10px;
  border: none;
  float: left;
}
.frontend-form .acf-button.half {
  width: 49%;
  float: left;
}
.frontend-form .acf-button.half.even {
  float: right;
}
.frontend-form .acf-button:hover {
  background-color: #000000;
  color: #ffffff;
}
.frontend-form .acf-form-submit {
  width: 100%;
  padding: 15px 0 0;
  float: left;
}
.frontend-form .acf-form-submit .acf-button {
  background-color: #83cde8;
  color: #ffffff;
  width: 100%;
  max-width: 500px;
  margin-right: 0;
  padding: 5px 20px 3px;
  font-family: plantin, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  text-transform: none;
  border-radius: 25px;
  float: right;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.frontend-form .acf-form-submit .acf-button:hover {
  background-color: #1759a1;
  cursor: pointer;
}
.frontend-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1;
  /* Firefox */
  font-family: plantin, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18.5px;
}
.frontend-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
  font-family: plantin, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18.5px;
}
.frontend-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
  font-family: plantin, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18.5px;
}
/* Odemeter styles
-------------------------------------------------------------------------------*/
.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* Footer styles
-------------------------------------------------------------------------------*/
.partners-panel {
  margin-top: 45px;
  float: left;
}
.footer-wrapper {
  border-bottom: 56px solid #000000;
}
.footer-wrapper .midcol {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.footer-wrapper .midcol .leftcol {
  max-width: 162px;
  margin-right: 80px;
  float: left;
}
.footer-wrapper .midcol .rightcol {
  float: left;
}
.footer-wrapper .midcol .rightcol p {
  margin-top: 3px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.footer-wrapper .midcol .rightcol p.nomargin {
  margin-bottom: 0;
}
.footer-wrapper .midcol .rightcol p a {
  color: #000000;
}
.footer-wrapper .midcol .rightcol p a:hover {
  text-decoration: underline;
}
.footer-wrapper .midcol .rightcol p .spacer {
  width: 80px;
  height: 5px;
  display: inline-block;
}
/* Embedded fonts
-------------------------------------------------------------------------------*/
.plantin-reg {
  font-family: plantin, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.plantin-semi {
  font-family: plantin, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.plantin-bold {
  font-family: plantin, sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
}
.copycol {
  font-family: plantin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}
.copycol h4 {
  margin-bottom: 30px;
  font-family: plantin, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
}
.copycol p {
  margin-bottom: 25px;
}
.copycol blockquote p {
  color: #83cde8;
  font-family: plantin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  text-align: right;
}
.copycol ul {
  margin-bottom: 25px;
  list-style: disc;
}
.copycol ul li {
  margin-left: 3%;
}
.copycol .wp-block-columns {
  margin-bottom: 0;
}
.copycol .wp-block-embed {
  margin-bottom: 25px;
}
.button-link {
  background-color: #000000;
  color: #ffffff !important;
  margin-bottom: 30px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.button-link.half {
  width: 49%;
  float: left;
}
.button-link.half.even {
  float: right;
}
.button-link:hover {
  background-color: #000000;
  color: #ffffff;
}
/* Globals */
.centred {
  text-align: center;
}
.gorel {
  position: relative;
}
.bg-black {
  background-color: #000000;
  color: #ffffff;
}
.bg-white {
  background-color: #ffffff !important;
  color: #333333 !important;
}
.bg-grey {
  background-color: #ececec;
}
.bg-blue {
  background-color: #83cde8;
  color: #ffffff;
}
.bg-orange {
  background-color: #f19620;
  color: #ffffff;
}
.bg-pink {
  background-color: #e8308a;
  color: #ffffff;
}
.bg-pinkalt {
  background-color: #e5007d;
  color: #ffffff;
}
.top-offset {
  margin-top: -5px;
  float: left;
}
.setbox {
  min-height: 250px;
}
/* Animation functions */
.trans {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.translow {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bottomfade-fm-ds {
  visibility: hidden;
  opacity: 0;
}
.bottomfade-fm-ds.in-view {
  visibility: visible;
  animation: fadeFromBottomMid 750ms ease-out 250ms 1 forwards;
}
.bottomfade-fs-ds {
  visibility: hidden;
  opacity: 0;
}
.bottomfade-fs-ds.in-view {
  visibility: visible;
  animation: fadeFromBottomShort 750ms ease-out 250ms 1 forwards;
}
@keyframes fadeFromBottomMid {
  0% {
    transform: translateY(120px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeFromBottomShort {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Plugin styles!
-------------------------------------------------------------------------------*/
/* Slick styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.logo-carousel {
  max-width: 1350px;
  margin: 25px auto 60px;
}
.logo-carousel .carousel-item {
  margin-left: 35px;
  margin-right: 35px;
  text-align: center;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.logo-carousel .carousel-item img {
  margin: 0 auto;
}
.logo-carousel-off {
  max-width: 1350px;
  margin: 25px auto 60px;
  text-align: center;
}
.logo-carousel-off .carousel-item {
  width: 31.333%;
  margin: 0 1% 20px;
  display: inline-block;
  vertical-align: top;
}
.logo-carousel-off .carousel-item .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-carousel-off .carousel-item .inner img {
  width: auto;
  max-height: 130px;
}
/* Print styles!
-------------------------------------------------------------------------------*/
/* Media queries!
-------------------------------------------------------------------------------*/
.mobile-only,
.openmenu-button,
.accordion-menu-wrap {
  display: none;
}
.desktop-only {
  display: block;
}
/* Universal (under 1200px) ----------- */
@media only screen and (max-width: 1200px) {
  .midcol {
    padding-left: 3%;
    padding-right: 3%;
  }
  .midcol.nomobpad {
    padding-left: 0;
    padding-right: 0;
  }
  .copycol .wp-block-columns {
    width: 104%;
    margin-left: -2%;
  }
}
/* Universal (under 1100px) ----------- */
@media only screen and (max-width: 1100px) {
  ul.main-menu a {
    padding: 16px 9px;
  }
}
/* Universal (under 1000px) ----------- */
@media only screen and (max-width: 1000px) {
  .grid-wrapper .grid-row .grid-item .inner.profile-item.anim-target .slideup {
    height: 100%;
    position: relative;
  }
  .grid-wrapper .grid-row .grid-item .flex-inner span {
    font-size: 24.5px;
  }
  .row-one .sampleheight {
    padding-bottom: 45% !important;
  }
  .row-one .two-fifths,
  .row-one .three-fifths {
    width: 50%;
  }
  .row-one .grid-item .section-link:hover .flex-inner span {
    padding-left: 25px !important;
  }
  .row-one .grid-item .flex-inner span {
    padding-left: 15px !important;
  }
  .row-two .column-row,
  .row-four .column-row {
    position: relative !important;
  }
  .row-two .column-row .grid-item .inner .profile-image,
  .row-four .column-row .grid-item .inner .profile-image {
    width: 100%;
    padding-top: 100%;
  }
  .row-two .column-row .grid-item .flex-inner,
  .row-four .column-row .grid-item .flex-inner {
    padding: 16% 0;
  }
  .row-two .column-row .grid-item .flex-inner span,
  .row-four .column-row .grid-item .flex-inner span {
    padding: 12px;
  }
  .row-two .column-row .grid-item .section-link:hover .flex-inner span,
  .row-four .column-row .grid-item .section-link:hover .flex-inner span {
    padding-left: 22px;
  }
  .row-two .column-row .one-fifth,
  .row-four .column-row .one-fifth {
    width: 33.333%;
  }
  .row-two .column-row .two-fifths,
  .row-four .column-row .two-fifths {
    width: 100%;
  }
  .row-two .column-row .set-right,
  .row-four .column-row .set-right {
    position: relative !important;
  }
  .row-three .grid-column .grid-item .inner .profile-image {
    width: 100%;
    padding-top: 100%;
  }
  .row-three .grid-column .grid-item .inner.sampleheight {
    min-height: 0;
    padding-top: 133.9%;
  }
  .row-three .grid-column .grid-item .section-link:hover .flex-inner span {
    padding-left: 25px;
  }
  .row-three .grid-column .grid-item .flex-inner {
    padding: 16% 0 !important;
  }
  .row-three .grid-column .grid-item .flex-inner span {
    padding-left: 15px;
  }
  .row-three .one-fifth.left-col {
    width: 40%;
  }
  .row-three .two-fifths.offset-one-fifth {
    width: 60%;
    height: 100%;
    margin-left: 0;
    right: 0;
    top: 0;
    position: absolute;
  }
  .row-three .two-fifths.right-col {
    width: 100%;
  }
  .row-three .set-left,
  .row-three .set-right {
    position: relative !important;
  }
  .anim-target.in-view .slideup .profile-description {
    transition: opacity 1s 0.5s ease;
  }
}
/* Universal (under 860px) ----------- */
@media only screen and (max-width: 860px) {
  ul.main-menu {
    display: none;
  }
  .openmenu-button,
  .accordion-menu-wrap {
    display: block;
  }
  .grid-wrapper {
    margin-bottom: 100px;
  }
  .grid-wrapper.archive-grid .grid-item.one-fifth {
    width: 33.333%;
  }
  .frontend-form .acf-fields .acf-field.acf-field-60a504f069ced,
  .frontend-form .acf-fields .acf-field.acf-field-60a5050269cee {
    width: 100%;
  }
  .footer-wrapper .midcol .rightcol p .spacer {
    width: 100%;
    height: 25px;
    display: block;
  }
}
/* Universal (under 800px) ----------- */
@media only screen and (max-width: 800px) {
  .split-panel .leftcol,
  .split-panel .rightcol {
    width: 100%;
  }
  .split-panel .leftcol blockquote {
    text-align: left;
  }
  .leading-panel {
    padding-top: 60px;
  }
  .leading-panel .leading-inner {
    display: block;
  }
  .leading-panel .image-block {
    margin-bottom: 30px;
    float: left;
    width: 50%;
    margin-left: 24px;
    padding-top: 50%;
    max-width: none;
  }
  .leading-panel .leading-blackbox {
    max-width: none;
  }
  .content-panel.with-offset {
    padding-top: 125px;
  }
  .copycol blockquote p {
    text-align: left;
  }
  .copycol .wp-block-columns {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
  }
  .copycol .wp-block-columns .wp-block-column {
    width: 100%;
    margin-left: 0 !important;
    flex-basis: 100% !important;
  }
}
/* Universal (under 768px) ----------- */
@media only screen and (max-width: 768px) {
  .header-wrapper .header-upper .header-logo {
    float: none;
  }
  .header-wrapper .header-upper .counter-wrap {
    width: 100%;
  }
  .header-wrapper .header-lower {
    z-index: 100;
  }
  .row-one .sampleheight {
    padding-bottom: 45% !important;
  }
  .row-one .two-fifths {
    width: 100%;
    position: relative !important;
  }
  .row-one .two-fifths .column-row.half-height {
    height: auto;
    overflow: hidden;
  }
  .row-one .two-fifths .column-row .grid-item .inner .profile-image {
    width: 100%;
    padding-top: 100%;
  }
  .row-one .two-fifths .column-row .grid-item .flex-inner {
    padding: 16% 0;
  }
  .row-one .two-fifths .column-row .grid-item .flex-inner span {
    padding: 12px;
  }
  .row-one .two-fifths .column-row .grid-item .section-link:hover .flex-inner span {
    padding-left: 22px;
  }
  .row-one .three-fifths {
    width: 100%;
  }
  .three-fifths {
    width: 100%;
  }
  .footer-wrapper .midcol .leftcol,
  .footer-wrapper .midcol .rightcol {
    width: 100%;
  }
  .footer-wrapper .midcol .leftcol p,
  .footer-wrapper .midcol .rightcol p {
    margin-bottom: 10px;
  }
  .footer-wrapper .midcol .leftcol p.nomargin,
  .footer-wrapper .midcol .rightcol p.nomargin {
    margin-top: 0;
  }
  .footer-wrapper .midcol .leftcol {
    margin-bottom: 20px;
  }
}
/* Universal (under 600px) ----------- */
@media only screen and (max-width: 600px) {
  .leading-panel {
    padding-top: 60px;
  }
  .leading-panel .leading-inner .rightcol h1 {
    font-size: 10.835vw;
  }
  .grid-wrapper.archive-grid .grid-item.one-fifth {
    width: 50%;
  }
  .row-two .column-row .one-fifth,
  .row-four .column-row .one-fifth {
    width: 50%;
  }
  .row-two .column-row .one-fifth.set-right,
  .row-four .column-row .one-fifth.set-right {
    width: 100%;
  }
  .row-two .column-row .grid-item .inner.with-image.microscope,
  .row-four .column-row .grid-item .inner.with-image.microscope {
    background-size: 19.45% !important;
  }
  .row-three .grid-column .grid-item .inner.sampleheight {
    padding-top: 0;
  }
  .row-three .grid-column .grid-item .section-link:hover .flex-inner span {
    padding-left: 22px;
  }
  .row-three .grid-column .grid-item .flex-inner {
    padding: 16% 0 !important;
  }
  .row-three .grid-column .grid-item .flex-inner.goabsolute {
    position: relative !important;
  }
  .row-three .grid-column .grid-item .flex-inner span {
    padding-left: 12px;
  }
  .row-three .one-fifth.left-col {
    width: 100%;
  }
  .row-three .one-fifth.left-col .column-row .fullcol {
    width: 50%;
  }
  .row-three .two-fifths.offset-one-fifth {
    width: 100%;
    height: auto;
    position: relative;
  }
  .row-three .two-fifths.offset-one-fifth .flex-inner {
    padding: 16% 0 !important;
  }
  .row-three .two-fifths.right-col {
    width: 100%;
  }
  .timeline-panel .timeline-section .timeline-rows .timeline-row .leftcol,
  .timeline-panel .timeline-section .timeline-rows .timeline-row .rightcol {
    width: 100%;
    text-align: left;
  }
  .timeline-panel .timeline-section .timeline-rows .timeline-row .leftcol {
    margin-bottom: 6px;
  }
}
/* Universal (under 480px) ----------- */
@media only screen and (max-width: 480px) {
  .leading-panel .leading-inner .rightcol h1 {
    padding-left: 0;
  }
  .leading-panel .image-block {
    margin-bottom: 30px;
    width: 100%;
    margin-left: 0;
    padding-top: 100%;
  }
  .leading-panel .leading-blackbox {
    max-width: none;
  }
  .resource-row .resource-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .resource-row .resource-left img {
    max-width: 150px;
  }
  .resource-row .resource-right {
    width: 100%;
  }
}
/* Universal (under 400px) ----------- */
@media only screen and (max-width: 400px) {
  .grid-wrapper.archive-grid .grid-item.one-fifth {
    width: 100%;
  }
  .row-one .two-fifths .column-row .grid-item .flex-inner {
    padding: 7% 0 31%;
  }
  .row-one .two-fifths .column-row .grid-item.halfcol {
    width: 100%;
  }
  .row-two .column-row .grid-item .flex-inner,
  .row-four .column-row .grid-item .flex-inner {
    padding: 7% 0 31%;
  }
  .row-two .column-row .one-fifth,
  .row-four .column-row .one-fifth {
    width: 100%;
  }
  .row-three .grid-column .grid-item .inner.with-icon.top-right {
    background-position: right 20px bottom 20px;
  }
  .row-three .grid-column .grid-item .flex-inner {
    padding: 7% 0 31% !important;
  }
  .row-three .one-fifth.left-col .column-row .fullcol {
    width: 100%;
  }
  .row-three .two-fifths .halfcol {
    width: 100%;
  }
  .three-fifths {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */