@charset "UTF-8";
/*!
Theme Name: Global Medical Reit
Theme URI: http://underscores.me/
Author: Taylor Bruce Design Partnership
Author URI: http://taylorbruce.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gmr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Global Medical Reit is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-columns.section-padding {
  margin-bottom: 0;
}

@media screen and (max-width: 995px) {
  .wp-block-columns {
    flex-direction: column;
  }

  .wp-block-column:not(:first-child) {
    margin-left: 0;
  }

  .wp-block-column + .wp-block-column {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 782px) {
  .wp-block-columns {
    padding-left: 24px;
    padding-right: 24px;
  }
  .wp-block-columns.section-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wp-block-columns .wp-block-columns {
    padding-left: 0;
    padding-right: 0;
  }
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", "Verdana", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.material-icons {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 600;
}

.h1,
h1 {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 1rem 0;
}

@media screen and (max-width: 782px) {
  .h1 {
    font-size: 2rem;
  }
}
h2,
.h2 {
  font-size: 2rem;
  line-height: 1.2;
}
h2.text-impact,
.h2.text-impact {
  font-size: 3.25rem;
  font-weight: 700;
}
h2 + p,
.h2 + p {
  margin-top: -1em;
}
.page-id-67 h2,
.page-id-67 .h2 {
  margin-bottom: 0;
}
.page-id-67 h2 + p,
.page-id-67 .h2 + p {
  margin-top: 0;
}

h3,
.h3 {
  font-size: 1.75rem;
  line-height: 1.2;
}
h3 + p,
.h3 + p {
  margin-top: -1em;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.2;
}
h4 + p {
  margin-top: -1em;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote:not(.wp-block-quote) {
  margin: 1.5em 0;
  border-left: solid 4px #F4F4F4;
  padding: 0.5em 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.text-impact {
  font-family: "Oswald", "Impact", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.text-small {
  font-size: 0.875rem !important;
}

.text-center {
  text-align: center !important;
}

/* Elements
--------------------------------------------- */
body {
  background: #000;
  padding-top: 92px;
}
@media screen and (min-width: 783px) {
  body {
    padding-top: 112px;
  }
}
body.admin-bar {
  padding-top: 66px;
}
@media screen and (min-width: 783px) {
  body.admin-bar {
    padding-top: 112px;
  }
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1.5em;
}
p + ul,
p + ol {
  margin-top: 1.5em;
}

ul {
  list-style: disc;
}
ul.list-unstyled {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-top: 0.75em;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}
/*
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
}

caption {
  padding: 0.75em;
  font-style: italic;
}

th, td {
  padding: 0.75em;
}

thead th, thead td {
  border-bottom: solid 2px #ccc;
  background-color: #404040;
  color: #fff;
}

tbody td, tbody th {
  border: solid 1px #ccc;
  vertical-align: top;
}
tbody tr:nth-child(even) {
  background-color: #F4F4F4;
}

tfoot td, tfoot th {
  background-color: #ccc;
  border: solid 1px #bfbfbf;
}*/

/* Links
--------------------------------------------- */
a {
  color: #079;
}
a:visited {
  color: #079;
}
a:hover, a:focus, a:active {
  color: #e47503;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 0;
  background: #09486C;
  line-height: 1;
  padding: 1rem 1.875rem;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  outline: none;
  font-weight: 400;
  font-size: 1rem;
  transition: background-color 150ms linear, color 150ms linear;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #000;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: #073854;
}
button::after,
input[type=button]::after,
input[type=reset]::after,
input[type=submit]::after {
  content: "arrow_forward";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1rem;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  margin: -5px -1rem 0 10px;
  display: inline-block;
  vertical-align: middle;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 15px 25px;
  background-color: #fff;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #ccc;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

#wpcf7-f267-p67-o1 form {
  padding-top: 0;
}
#wpcf7-f267-p67-o1 form > div:first-child + p {
  margin-top: 0;
}
#wpcf7-f267-p67-o1 form > div:first-child + p > label:first-child br {
  display: none;
}

/* Classes */
.container, .wp-block-group.alignfull:not(.colorband) > .wp-block-group__inner-container, .colorband > div > .wp-block-columns {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 783px) {
  .container, .wp-block-group.alignfull:not(.colorband) > .wp-block-group__inner-container, .colorband > div > .wp-block-columns {
    max-width: 783px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 996px) {
  .container, .wp-block-group.alignfull:not(.colorband) > .wp-block-group__inner-container, .colorband > div > .wp-block-columns {
    max-width: 996px;
  }
}
@media screen and (min-width: 1200px) {
  .container, .wp-block-group.alignfull:not(.colorband) > .wp-block-group__inner-container, .colorband > div > .wp-block-columns {
    max-width: 1200px;
  }
}

.container-narrow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 782px) {
  .has-background .container-narrow {
    padding: 0;
  }
  .alignfull > div > .container-narrow {
    padding-left: 7px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 783px) {
  .container-narrow {
    max-width: 783px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 996px) {
  .container-narrow {
    max-width: 794px;
  }
}
@media screen and (min-width: 1200px) {
  .container-narrow {
    max-width: 794px;
  }
}

.container-medium {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 783px) {
  .container-medium {
    max-width: 783px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 996px) {
  .container-medium {
    max-width: 829.9668px;
  }
}
@media screen and (min-width: 1200px) {
  .container-medium {
    max-width: 999.96px;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.gmr-navigation {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #333;
  width: 100%;
  height: 100%;
  padding: 136px 12px 64px 12px;
  box-shadow: 0px 3px 6px #00000012;
  opacity: 1;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
  overflow-y: auto;
  transform: translateX(100%);
  z-index: 99;
  scrollbar-color: #333333 #707070;
  scrollbar-width: thin;
}
@media screen and (min-width: 783px) {
  .gmr-navigation {
    padding: 156px 48px 64px 48px;
  }
  .admin-bar .gmr-navigation {
    padding-top: 182px;
  }
}
@media screen and (min-width: 996px) {
  .gmr-navigation {
    width: 500px;
  }
}
.menu-open .gmr-navigation {
  opacity: 1;
  transform: translateX(0);
}
.gmr-navigation a {
  color: #fff;
  text-decoration: none;
  outline: none;
  transition: color 150ms linear;
}
.gmr-navigation a:hover {
  color: #22BCB9;
}

.sitenav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sitenav > li {
  margin: 0;
  margin-bottom: 1rem;
}
.sitenav > li > a {
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.sitenav > li > a.active {
  color: #22BCB9;
}
.sitenav > li > a:hover, .sitenav > li > a:focus {
  color: #ccc;
}
.sitenav__parent {
  position: relative;
}
.sitenav .material-icons {
  color: #fff;
  margin-top: -3px;
  padding-left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  right: 0;
}
.sitenav__submenu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
  max-width: 320px;
}
.sitenav__submenu > li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sitenav__submenu > li > a {
  font-family: "Open Sans", "Verdana", sans-serif;
  font-size: 1rem;
  text-transform: inherit;
  display: block;
  padding: 0.33rem 0;
}
.sitenav__submenu > li > a:hover, .sitenav__submenu > li > a.active {
  color: #FC8204;
}
@media screen and (min-width: 996px) {
  .sitenav__submenu > li > a {
    padding: 0.1rem 0;
  }
}
.sitenav__subsubmenu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  color: #FC8204;
  border-bottom: solid 1px #707070;
}
.sitenav__subsubmenu > li {
  margin: 0;
}
.sitenav__subsubmenu > li > a {
  display: block;
  color: #22BCB9;
  padding: 0.33rem 0;
}
.sitenav__subsubmenu > li > a:hover, .sitenav__subsubmenu > li > a.active {
  text-decoration: underline;
}
@media screen and (min-width: 996px) {
  .sitenav__subsubmenu > li > a {
    padding: 0.1rem 0;
  }
}
.sitenav__subsubmenu > li:last-child {
  padding-bottom: 0.5em;
}

/* ul
 * flex-direction: column
 *
 * li
 *  margin-bottom: 0
 *  padding-bottom: 0
 *
 * a
 *  font-family: $font__main
 *  font-size: $font__size-base
 *  text-transform: inherit
 *
 *  &:hover,
 *  &:focus
 *   color: $color__orange */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.leadership__header {
  background: #F4F4F4;
  padding: 60px 0;
}
@media screen and (min-width: 783px) {
  .leadership__header--photo {
    padding-bottom: 310px;
  }
}
.leadership__name {
  margin: 0;
  text-transform: uppercase;
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 3.25rem;
  line-height: 1.2;
}
.leadership__back-link {
  margin-bottom: 30px;
}
.leadership__back-link a {
  text-transform: uppercase;
  text-decoration: none;
  color: #404040;
}
.leadership__back-link a:focus, .leadership__back-link a:hover {
  color: #FC8204;
}
.leadership__back-link a i {
  color: #FC8204;
  margin-top: -0.4rem;
  margin-left: 0.5rem;
}
.leadership__photo {
  max-width: 486px;
  background: #ccc;
  margin: 24px 0 0 0;
}
@media screen and (min-width: 783px) {
  .leadership__photo {
    padding: 0;
    margin: -250px 0 0 0;
  }
}
.leadership__photo img {
  display: block;
}
.leadership__content {
  padding-top: 24px;
  padding-bottom: 48px;
}
.leadership__content > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 783px) {
  .leadership__content {
    padding-top: 80px;
    padding-bottom: 74px;
  }
}
@media screen and (min-width: 996px) {
  .leadership__content {
    padding-bottom: 89px;
  }
}
.leadership__nav {
  padding: 24px 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-user-select: none;
          user-select: none;
}
@media screen and (min-width: 783px) {
  .leadership__nav {
    grid-template-columns: 1fr 1fr;
    padding: 93px 0;
  }
}
.leadership__nav li {
  display: flex;
}
.leadership__nav a {
  display: block;
  flex-grow: 1;
  background-color: #F4F4F4;
  color: #404040;
  padding: 30px;
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 150ms linear, color 150ms linear;
}
.leadership__nav a.is-active {
  background-color: #ccc;
}
.leadership__nav a:hover, .leadership__nav a:focus {
  background-color: #09486C;
  color: #fff;
}

@media screen and (max-width: 782px) {
  .exec-teaser {
    padding: 0 24px;
  }
}
.exec-teaser__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 48px;
  padding-bottom: 120px;
}
@media screen and (min-width: 783px) {
  .exec-teaser__container {
    grid-template-columns: 4fr 4fr 4fr;
    grid-column-gap: 24px;
    grid-row-gap: 80px;
  }
}
.exec-teaser__content {
  padding-top: 17px;
}
.exec-teaser__name {
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 0 0;
}
.exec-teaser__name a {
  text-decoration: none;
  color: #404040;
}
.exec-teaser__superpower-title {
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.exec-teaser__superpower {
  font-size: 0.8rem;
}
@media screen and (min-width: 996px) {
  .exec-teaser__superpower {
    font-size: 1rem;
  }
}

.board-teaser {
  background-color: #09486C;
  color: #ffffff;
  text-decoration: none;
  padding: 24px 30px;
}
.board-teaser:visited {
  color: #fff;
}
.board-teaser:hover, .board-teaser:focus {
  background-color: #F4F4F4;
  color: #404040;
}
.board-teaser__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 24px;
  padding-bottom: 90px;
}
@media screen and (max-width: 782px) {
  .board-teaser__container {
    padding: 0 24px 24px 24px;
  }
}
@media screen and (min-width: 783px) {
  .board-teaser__container {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
  }
}
@media screen and (min-width: 996px) {
  .board-teaser__container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 24px;
  }
}
.board-teaser__name {
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}
.board-teaser__job-title {
  line-height: 1.3;
}

.gmr-hero {
  display: flex;
  align-items: center;
  jusitfy-content: center;
  background-color: #F4F4F4;
}
.gmr-hero--image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: 0px;
  height: 300px;
}
@media screen and (min-width: 783px) {
  .gmr-hero--image {
    height: 360px;
  }
}
@media screen and (min-width: 996px) {
  .gmr-hero--image {
    height: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .gmr-hero--image {
    height: 520px;
  }
}
.gmr-hero--image .gmr-hero__title {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.gmr-hero__title {
  flex-grow: 1;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 3.25rem;
  color: #404040;
  line-height: 1.2;
}
@media screen and (min-width: 783px) {
  .gmr-hero__title {
    font-size: 4.625rem;
  }
}
@media screen and (max-width: 350px) {
  .page-id-14 .gmr-hero__title {
    font-size: 2.4375rem;
  }
}
.gmr-hero--no-image {
  padding: 40px 0;
}
@media screen and (min-width: 996px) {
  .gmr-hero--no-image {
    padding: 70px 0;
  }
}
.gmr-hero__casestudy {
  margin: 0 auto;
  text-align: center;
}
.gmr-hero__casestudy-number {
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 25px;
}
.gmr-hero__casestudy-title {
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 2rem;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.2;
}
@media screen and (min-width: 783px) {
  .gmr-hero__casestudy-title {
    font-size: 3.25rem;
  }
}

.post-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ccc;
  color: #ffffff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  text-decoration: none;
  transition: background-color 150ms linear;
  margin: 0;
}
@media screen and (min-width: 996px) {
  .post-nav {
    position: absolute;
    top: 330px;
    z-index: 1;
  }
  .category-board .post-nav {
    top: 230px;
  }
  .admin-bar .post-nav {
    top: 360px;
  }
  .admin-bar .category-board .post-nav {
    top: 260px;
  }
}
.post-nav:visited {
  color: #ffffff;
}
.post-nav:hover, .post-nav:focus {
  background-color: #707070;
  color: #ffffff;
}
.post-nav i {
  flex-grow: 1;
  font-size: 48px;
}
.post-nav__next {
  right: 24px;
}
.post-nav__previous {
  left: 24px;
}
.post-nav__container {
  text-align: center;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}
.flip-card__back {
  display: none;
}
@media screen and (min-width: 783px) {
  .flip-card {
    perspective: 1000px;
    position: relative;
    width: 100%;
    height: 224px;
  }
  .flip-card:hover .flip-card__inner, .flip-card:active .flip-card__inner, .flip-card:focus .flip-card__inner {
    transform: rotateY(180deg);
  }
  .flip-card__inner {
    width: 100%;
    transition: transform 0.25s ease-in-out;
    transform-origin: 50% 50%;
    transform-style: preserve-3d;
  }
  .flip-card__inner img {
    display: block;
  }
  .flip-card__back {
    transform: rotateY(180deg);
    background-color: #09486C;
    color: #fff !important;
    padding: 24px;
    text-align: center;
    flex-direction: column;
    text-decoration: none;
  }
  .flip-card__front, .flip-card__back {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media screen and (min-width: 996px) {
  .flip-card {
    height: 291px;
  }
}
@media screen and (min-width: 1200px) {
  .flip-card {
    height: 354px;
  }
}

@media screen and (min-width: 783px) {
  .flip-card__inner {
    height: 224px;
  }
}
@media screen and (min-width: 996px) {
  .flip-card__inner {
    height: 291px;
  }
}
@media screen and (min-width: 1200px) {
  .flip-card__inner {
    height: 354px;
  }
}

.overlay-card {
  overflow: hidden;
}
.overlay-card img {
  display: block;
}
@media screen and (max-width: 782px) {
  .overlay-card__back {
    display: block;
    background-color: #09486C;
    color: #fff !important;
    padding: 24px;
    text-decoration: none;
    text-align: center;
  }
}
@media screen and (min-width: 783px) {
  .overlay-card {
    position: relative;
    width: 100%;
    height: 224px;
  }
  .overlay-card__inner {
    width: 100%;
  }
  .overlay-card__back {
    background-color: #09486C;
    color: #fff !important;
    padding: 24px;
    text-align: center;
    flex-direction: column;
    text-decoration: none;
    opacity: 0;
    transition: opacity 150ms linear;
  }
  .overlay-card__back:hover, .overlay-card__back:active, .overlay-card__back:focus {
    opacity: 1;
  }
  .overlay-card__front, .overlay-card__back {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media screen and (min-width: 996px) {
  .overlay-card {
    height: 291px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-card {
    height: 354px;
  }
}

@media screen and (min-width: 783px) {
  .overlay-card__inner {
    height: 224px;
  }
}
@media screen and (min-width: 996px) {
  .overlay-card__inner {
    height: 291px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-card__inner {
    height: 354px;
  }
}

.section-title, .gmr-map__section-title, .gmr-future__section-title, .gmr-growth__section-title {
  margin-top: 0;
  margin-bottom: -5px;
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Oswald", "Impact", sans-serif;
  white-space: nowrap;
}
@media screen and (min-width: 783px) {
  .section-title, .gmr-map__section-title, .gmr-future__section-title, .gmr-growth__section-title {
    margin-bottom: -10px;
    font-size: 160px;
    line-height: 160px;
  }
}
@media screen and (min-width: 996px) {
  .section-title, .gmr-map__section-title, .gmr-future__section-title, .gmr-growth__section-title {
    margin-bottom: -15px;
    font-size: 250px;
    line-height: 250px;
  }
}

.arrow-link {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: #404040 !important;
}
.arrow-link:focus, .arrow-link:hover {
  color: #FC8204 !important;
}
.arrow-link::after {
  content: "arrow_forward";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1rem;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  margin: -5px -1rem 0 10px;
  display: inline-block;
  vertical-align: middle;
  color: #FC8204;
}
.arrow-link--white {
  color: #fff !important;
}
.arrow-link--white::after {
  color: #ffffff !important;
}
.arrow-link--white:focus, .arrow-link--white:hover {
  color: #fff !important;
  opacity: 0.85;
}
.arrow-link--orange::after {
  color: #FC8204;
}
.arrow-link--aqua::after {
  color: #22BCB9;
}
.arrow-link--blue::after {
  color: #09486C;
}
.arrow-link--gray::after {
  color: #707070;
}

.download-link {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}
.download-link::after {
  content: "download";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1rem;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  margin: -5px -1rem 0 10px;
  display: inline-block;
  vertical-align: middle;
  color: #FC8204;
}
.download-link--white::after {
  color: #ffffff;
}

.is-animated {
  opacity: 0;
  transition: opacity 600ms linear, transform 600ms ease-out;
}
@media screen and (min-width: 783px) {
  .is-animated.delay-1 {
    transition-delay: 0ms;
  }
  .is-animated.delay-2 {
    transition-delay: 200ms;
  }
  .is-animated.delay-3 {
    transition-delay: 400ms;
  }
  .is-animated.delay-4 {
    transition-delay: 600ms;
  }
  .is-animated.delay-5 {
    transition-delay: 800ms;
  }
  .is-animated.delay-6 {
    transition-delay: 1000ms;
  }
}
.is-animated.slide-up {
  transform: translateY(200px);
}
.is-animated.slide-up-small {
  transform: translateY(66.6666666667px);
}
.is-animated.slide-down {
  transform: translateY(-200px);
}
.is-animated.slide-left {
  transform: translateX(200px);
}
.is-animated.slide-right {
  transform: translateX(-200px);
}
.is-animated.zoom-in {
  transform: scale(0.5, 0.5);
}
.is-animated.zoom-out {
  transform: scale(2, 2);
}
.is-animated.in-view {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.is-animated.slow-fade {
  transition-duration: 1200ms;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
  font-weight: bold;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #FC8204;
  border-color: #e47503;
  color: #fff;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
  background-color: #ff9999;
  border-color: #ff8888;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #22BCB9;
  border-color: #1ea6a4;
  color: #fff;
}

.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 782px) {
  .section-padding {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 783px) {
  .section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 996px) {
  .section-padding {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}
@media screen and (min-width: 1200px) {
  .section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.section-padding--logos {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media screen and (max-width: 782px) {
  .section-padding--logos {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 783px) {
  .section-padding--logos {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 996px) {
  .section-padding--logos {
    padding-top: 105px;
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .section-padding--logos {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}

.section-margin-bottom {
  margin-bottom: 60px;
}
@media screen and (min-width: 783px) {
  .section-margin-bottom {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 996px) {
  .section-margin-bottom {
    margin-bottom: 105px;
  }
}
@media screen and (min-width: 1200px) {
  .section-margin-bottom {
    margin-bottom: 120px;
  }
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mt-50,
.my-50 {
  margin-top: 0.5rem !important;
}

.mt-100,
.my-100 {
  margin-top: 1rem !important;
}

.mt-150,
.my-150 {
  margin-top: 1.5rem !important;
}

.mt-200,
.my-200 {
  margin-top: 2rem !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.mb-50,
.my-50 {
  margin-bottom: 0.5rem !important;
}

.mb-100,
.my-100 {
  margin-bottom: 1rem !important;
}

.mb-150,
.my-150 {
  margin-bottom: 1.5rem !important;
}

.mb-200,
.my-200 {
  margin-bottom: 2rem !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pt-50,
.py-50 {
  padding-top: 0.5rem !important;
}

.pt-100,
.py-100 {
  padding-top: 1rem !important;
}

.pt-150,
.py-150 {
  padding-top: 1.5rem !important;
}

.pt-200,
.py-200 {
  padding-top: 2rem !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pb-50,
.py-50 {
  padding-bottom: 0.5rem !important;
}

.pb-100,
.py-100 {
  padding-bottom: 1rem !important;
}

.pb-150,
.py-150 {
  padding-bottom: 1.5rem !important;
}

.pb-200,
.py-200 {
  padding-bottom: 2rem !important;
}

.no-wrap {
  white-space: nowrap !important;
}

.gmr-main a[href^=tel] {
  text-decoration: none;
  color: #404040;
}

.gmr-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0px 3px 6px #00000012;
  z-index: 100;
}
@media screen and (min-width: 783px) {
  .admin-bar .gmr-header {
    top: 32px;
  }
}
.gmr-header__wrapper {
  background-color: #fff;
  z-index: 1;
  width: 100%;
  height: 92px;
  padding: 0;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 783px) {
  .gmr-header__wrapper {
    height: 112px;
  }
}
.gmr-header__container {
  position: relative;
}
.gmr-header__logo {
  position: absolute;
  top: 20px;
  left: 12px;
}
.gmr-header__logo-full {
  display: none;
  width: 248px;
}
@media screen and (min-width: 783px) {
  .gmr-header__logo-full {
    display: block;
  }
}
.gmr-header__logo-mark {
  display: block;
  max-height: 50px;
}
@media screen and (min-width: 783px) {
  .gmr-header__logo-mark {
    display: none;
  }
}

.menu-btn {
  position: absolute;
  right: 12px;
  top: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 30px;
  height: 24px;
  padding: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
}
@media screen and (min-width: 783px) {
  .menu-btn {
    top: 46px;
  }
}
.menu-btn:hover * {
  background-color: #22BCB9;
}
.menu-btn__burger {
  width: 30px;
  height: 4px;
  background-color: #000;
  transition: transform 300ms ease-in-out, background-color 150ms linear;
}
.menu-btn__burger.top {
  transform-origin: top left;
}
.menu-btn__burger.middle {
  transform-origin: center left;
}
.menu-btn__burger.bottom {
  transform-origin: bottom left;
}

/* ANIMATION */
.menu-open .menu-btn__burger.middle {
  background-color: transparent;
}
.menu-open .menu-btn__burger.top {
  transform: rotate(45deg);
}
.menu-open .menu-btn__burger.bottom {
  transform: rotate(-45deg);
}

.gmr-main {
  background: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.gmr-footer {
  background-color: #000;
  color: #fff;
  padding: 72px 24px;
  text-align: center;
}
@media screen and (min-width: 783px) {
  .gmr-footer {
    padding: 110px 0;
    text-align: left;
  }
}
.gmr-footer h2 {
  color: #22BCB9;
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
}
.gmr-footer p + h2 {
  margin-top: 38px;
}
.gmr-footer p {
  margin: 0;
  line-height: 1.5;
}
.gmr-footer p + p {
  margin-top: 38px;
}
@media screen and (min-width: 783px) {
  .gmr-footer__container {
    display: grid;
    grid-template-columns: 1fr 4fr 7fr;
    grid-column-gap: 24px;
  }
}
.gmr-footer__logo {
  padding-bottom: 25px;
}
.gmr-footer__logo img {
  display: block;
  margin: 0 auto;
  max-width: 90px;
}
@media screen and (min-width: 783px) {
  .gmr-footer__logo img {
    max-width: 72px;
    margin: 0 0 0 0;
  }
}
.gmr-footer__contacts {
  padding-bottom: 64px;
}
@media screen and (min-width: 783px) {
  .gmr-footer__contacts {
    padding-bottom: 0;
  }
}
.gmr-footer__contacts a {
  color: #fff;
  text-decoration: none;
}
.gmr-footer__email h2 {
  color: #707070;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-top: -10px;
}
@media screen and (min-width: 783px) {
  .gmr-footer__email h2 {
    font-size: 3.25rem;
  }
}
.gmr-footer__signup {
  margin-top: 42px;
}
.gmr-footer__copyright {
  grid-column-start: 2;
  grid-column-end: 4;
  padding-top: 65px;
}
.gmr-footer .arrow-link {
  color: #fff;
}
.gmr-footer .arrow-link:visited {
  color: #fff;
}
.gmr-footer .arrow-link:hover, .gmr-footer .arrow-link:focus, .gmr-footer .arrow-link:active {
  color: #ccc;
}
.gmr-footer .arrow-link::after {
  color: #FC8204 !important;
}

.more-cases {
  background-color: #F4F4F4;
}
@media screen and (max-width: 782px) {
  .more-cases {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.more-cases h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 3.25rem;
  margin: 0 0 2.5rem 0;
}
@media screen and (max-width: 782px) {
  .more-cases h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 783px) {
  .more-cases h2 {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 996px) {
  .more-cases h2 {
    margin-bottom: 96px;
  }
}
.more-cases__cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 783px) {
  .more-cases__cards {
    flex-direction: row;
  }
}
.more-cases__card {
  flex: 1 0 30%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-direction: column;
  color: #fff;
}
.more-cases__card + .more-cases__card {
  margin-top: 24px;
}
@media screen and (min-width: 783px) {
  .more-cases__card + .more-cases__card {
    margin-left: 24px;
    margin-top: 0;
  }
}
.more-cases__card-top {
  padding: 24px;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none;
  transition: background-color 150ms linear;
}
.more-cases__card-top:hover, .more-cases__card-top:focus {
  background-color: #707070;
}
.more-cases__card-top h3 {
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 1.875rem;
  text-transform: uppercase;
  text-align: center;
  margin: 1em 0;
}
.more-cases--landing .more-cases__card-top h3 {
  font-size: 1.25rem;
}
.more-cases--landing .more-cases__cards {
  display: grid;
  grid-gap: 36px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 783px) {
  .more-cases--landing .more-cases__cards {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
}
@media screen and (min-width: 996px) {
  .more-cases--landing .more-cases__cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.more-cases--landing .more-cases__card {
  margin-left: 0;
}
.more-cases__link {
  flex: 0 0 auto;
  padding-top: 12px;
  text-align: center;
}
@media screen and (min-width: 783px) {
  .more-cases__link {
    padding-top: 24px;
  }
}
.more-cases__link a {
  text-transform: uppercase;
  text-decoration: none;
  color: #404040;
  transition: color 150ms linear;
}
.more-cases__link a:hover, .more-cases__link a:focus {
  color: #FC8204;
}
.more-cases__link a:hover .material-icons, .more-cases__link a:focus .material-icons {
  color: #e47503;
}
.more-cases__link a .material-icons {
  color: #FC8204;
  margin-top: -0.2rem;
}

.search-form {
  display: flex;
}
.search-form > label {
  flex: 1 0 auto;
}
.search-form .search-submit {
  flex: 0 0 auto;
  margin-left: 24px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.gmr-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 60px;
}
.gmr-photo.hero-overlap {
  padding-top: 0;
}
@media screen and (max-width: 782px) {
  .home .gmr-photo, .gmr-photo.mobile-row-reverse {
    flex-direction: column-reverse;
    text-align: center;
  }
  .home .gmr-photo .gmr-photo__image, .gmr-photo.mobile-row-reverse .gmr-photo__image {
    padding-top: 60px;
  }
  .gmr-photo.mobile-row-reverse .gmr-photo__content {
    padding-top: 48px;
  }
  body:not(.home) .has-background .gmr-photo {
    padding-top: 0;
  }
}
@media screen and (min-width: 783px) {
  .gmr-photo {
    padding: 0;
    margin-bottom: 90px;
  }
  .gmr-photo.hero-overlap {
    padding-top: 24px;
  }
  .gmr-photo--image-left {
    flex-direction: row;
  }
  .gmr-photo--image-right {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 996px) {
  .gmr-photo {
    margin-bottom: 105px;
  }
  .gmr-photo.hero-overlap {
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .gmr-photo {
    margin-bottom: 120px;
  }
}
.has-gray-medium-background-color .gmr-photo, .has-gray-light-background-color .gmr-photo, .has-aqua-background-color .gmr-photo, .has-blue-background-color .gmr-photo, .has-orange-background-color .gmr-photo {
  padding: 48px 0;
}
@media screen and (min-width: 783px) {
  .has-gray-medium-background-color .gmr-photo, .has-gray-light-background-color .gmr-photo, .has-aqua-background-color .gmr-photo, .has-blue-background-color .gmr-photo, .has-orange-background-color .gmr-photo {
    padding: 88px 0;
  }
}
.has-aqua-background-color .gmr-photo, .has-blue-background-color .gmr-photo, .has-orange-background-color .gmr-photo {
  color: #ffffff;
}
.gmr-photo__image {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 783px) {
  .gmr-photo__image {
    flex: 0 0 40%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 996px) {
  .gmr-photo__image {
    flex: 0 0 50%;
  }
}
.gmr-photo__image img {
  display: block;
}
@media screen and (max-width: 782px) {
  .gmr-photo__content {
    padding: 24px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 783px) {
  .gmr-photo__content {
    flex: 0 0 55%;
  }
}
@media screen and (min-width: 996px) {
  .gmr-photo__content {
    flex: 0 0 41%;
  }
}
.gmr-photo__content h1, .gmr-photo__content h2, .gmr-photo__content h3, .gmr-photo__content h4 {
  margin: 0 0 0.5em 0;
}
.gmr-photo__content p {
  margin: 0;
}
.gmr-photo__content p + p {
  margin-top: 1.5em;
}
.gmr-photo__content > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 996px) {
  .hero-overlap .gmr-photo__content {
    margin-top: 85px;
  }
}

.gmr-photoquote {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 24px 24px 0 24px;
}
@media screen and (min-width: 783px) {
  .gmr-photoquote {
    padding: 24px 0 0 0;
    flex-direction: row;
  }
}
.gmr-photoquote__image {
  flex: 0 0 50%;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  order: 1;
}
@media screen and (min-width: 783px) {
  .gmr-photoquote__image {
    order: 0;
  }
}
.gmr-photoquote__image img {
  display: block;
}
@media screen and (min-width: 783px) {
  .gmr-photoquote__image img {
    margin: 24px auto 0 auto;
    max-width: 90%;
    margin: 0 auto;
  }
}
.gmr-photoquote__content-container {
  flex: 0 0 50%;
  order: 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 783px) {
  .gmr-photoquote__content-container {
    order: 1;
  }
}
.gmr-photoquote__content {
  text-align: center;
  margin: 1.5em 0 0 0;
}
@media screen and (min-width: 783px) {
  .gmr-photoquote__content {
    margin: 1.5em 0;
    text-align: left;
  }
}
.gmr-photoquote__quote {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media screen and (min-width: 783px) {
  .gmr-photoquote__quote {
    font-size: 1rem;
  }
}
@media screen and (min-width: 996px) {
  .gmr-photoquote__quote {
    font-size: 1.75rem;
  }
}
.gmr-photoquote__name {
  font-weight: 600;
}
.gmr-photoquote__link {
  margin-top: 1.5em;
}

.colorband > .wp-block-group__inner-container {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 783px) {
  .colorband > .wp-block-group__inner-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.colorband--blue-right, .colorband--blue-left {
  background: #09486C;
  color: #fff;
}
.colorband--aqua-left, .colorband--aqua-right {
  background: #22BCB9;
  color: #fff;
}
.colorband--orange-left, .colorband--orange-right {
  background: #FC8204;
  color: #fff;
}
@media screen and (min-width: 996px) {
  .colorband--blue-left {
    background: transparent;
    background-image: linear-gradient(90deg, #09486C 50%, rgba(0, 0, 0, 0) 50%);
  }
  .colorband--aqua-left {
    background: transparent;
    background-image: linear-gradient(90deg, #22BCB9 50%, rgba(0, 0, 0, 0) 50%);
  }
  .colorband--orange-left {
    background: transparent;
    background-image: linear-gradient(90deg, #FC8204 50%, rgba(0, 0, 0, 0) 50%);
  }
  .colorband--blue-right {
    background: transparent;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #09486C 50%);
  }
  .colorband--aqua-right {
    background: transparent;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #22BCB9 50%);
  }
  .colorband--orange-right {
    background: transparent;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #FC8204 50%);
  }
  .colorband--blue-left > .wp-block-group__inner-container {
    background: transparent;
    background-image: linear-gradient(90deg, #09486C 75%, rgba(0, 0, 0, 0) 75%);
  }
  .colorband--aqua-left > .wp-block-group__inner-container {
    background: transparent;
    background-image: linear-gradient(90deg, #22BCB9 75%, rgba(0, 0, 0, 0) 75%);
  }
  .colorband--orange-left > .wp-block-group__inner-container {
    background: transparent;
    background-image: linear-gradient(90deg, #FC8204 75%, rgba(0, 0, 0, 0) 75%);
  }
  .colorband--blue-right > .wp-block-group__inner-container {
    background: transparent;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 25%, #09486C 25%);
  }
  .colorband--aqua-right > .wp-block-group__inner-container {
    background: transparent;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 25%, #22BCB9 25%);
  }
  .colorband--orange-right > .wp-block-group__inner-container {
    background: transparent;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 25%, #FC8204 25%);
  }
}
@media screen and (max-width: 782px) {
  .colorband > div > .wp-block-columns {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 783px) {
  .colorband > div > .wp-block-columns > .wp-block-column:first-child {
    padding-right: 64px;
  }
}
.colorband > div > .wp-block-columns > .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.colorband li {
  margin-bottom: 0;
}

.gmr-growth {
  background-color: #FC8204;
  color: #ffffff;
  padding: 3rem 24px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 783px) {
  .gmr-growth {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 996px) {
  .gmr-growth {
    margin-bottom: 105px;
  }
}
@media screen and (min-width: 1200px) {
  .gmr-growth {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 783px) {
  .gmr-growth {
    padding: 3rem 0;
    text-align: left;
  }
}
@media screen and (min-width: 996px) {
  .gmr-growth {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.gmr-growth__section-title {
  color: #FC8204;
}
.gmr-growth__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-gap: 24px;
}
@media screen and (max-width: 782px) {
  .gmr-growth__content > * {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (min-width: 783px) {
  .gmr-growth__content {
    grid-template-columns: 1fr 1fr 2fr;
  }
}
.gmr-growth__slogan {
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 783px) {
  .gmr-growth__slogan {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    margin-top: -5px;
  }
}
@media screen and (min-width: 996px) {
  .gmr-growth__slogan {
    font-size: 3.25rem;
    margin-top: -8px;
  }
}
@media screen and (min-width: 1200px) {
  .gmr-growth__slogan {
    font-size: 4.625rem;
    margin-top: -13px;
  }
}
.gmr-growth__number {
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 783px) {
  .gmr-growth__number {
    font-size: 2rem;
  }
}
@media screen and (min-width: 996px) {
  .gmr-growth__number {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .gmr-growth__number {
    font-size: 3.25rem;
  }
}
.gmr-growth__label {
  margin-top: 0.5em;
  line-height: 1.2;
  font-size: 1rem;
}
.gmr-growth__date {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (min-width: 783px) {
  .gmr-growth__date {
    text-align: left;
    padding-top: 1rem;
  }
}
.gmr-growth__link {
  grid-column-start: 1;
  grid-column-end: 3;
}
.gmr-growth__link a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.gmr-growth__link a:hover, .gmr-growth__link a:active, .gmr-growth__link a:focus {
  color: #000;
}
.gmr-growth__link a .material-icons {
  margin-top: -0.2em;
  margin-left: 0.5em;
}
@media screen and (min-width: 783px) {
  .gmr-growth__link {
    padding-top: 1rem;
    grid-column-start: auto;
    grid-column-end: auto;
  }
}

.gmr-future {
  background-color: #09486C;
  color: #ffffff;
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 60px;
}
@media screen and (min-width: 783px) {
  .gmr-future {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 996px) {
  .gmr-future {
    margin-bottom: 105px;
  }
}
@media screen and (min-width: 1200px) {
  .gmr-future {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 783px) {
  .gmr-future {
    text-align: left;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 996px) {
  .gmr-future {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.gmr-future__section-title {
  color: #09486C;
}
.gmr-future__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}
@media screen and (min-width: 783px) {
  .gmr-future__content {
    grid-template-columns: 1fr 1fr;
  }
}
.gmr-future__image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
@media screen and (max-width: 782px) {
  .gmr-future__image {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.gmr-future__body-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 24px;
}
@media screen and (min-width: 996px) {
  .gmr-future__body-container {
    padding: 0 0 0 100px;
  }
}
@media screen and (min-width: 1200px) {
  .gmr-future h3 {
    padding-right: 2rem;
  }
}
.gmr-future li + li {
  margin-top: 1rem;
}
.gmr-future a {
  color: #fff;
}
.gmr-future a:visited {
  color: #fff;
}
.gmr-future a:hover, .gmr-future a:focus, .gmr-future a:active {
  color: #ccc;
}

.gmr-map {
  background-color: #404040;
  color: #ffffff;
  padding: 3rem 24px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 783px) {
  .gmr-map {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 996px) {
  .gmr-map {
    margin-bottom: 105px;
  }
}
@media screen and (min-width: 1200px) {
  .gmr-map {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 782px) {
  .gmr-map + .gmr-growth__section-title {
    margin-top: 64px;
  }
}
@media screen and (min-width: 783px) {
  .gmr-map {
    text-align: left;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 996px) {
  .gmr-map {
    padding-top: 6.25rem;
    padding-bottom: 1rem;
  }
}
.gmr-map__section-title {
  color: #404040;
}
@media screen and (min-width: 783px) {
  .gmr-map__content {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 3fr 2fr;
  }
}
@media screen and (min-width: 996px) {
  .gmr-map__content {
    grid-template-columns: 2fr 1fr;
  }
}
.gmr-map__map-heading {
  grid-column: 1/3;
  text-align: center;
}
.gmr-map__map-heading h3 {
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 782px) {
  .gmr-map__map-heading h3 {
    font-size: 1.75rem;
  }
}
.gmr-map__map {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gmr-map__map-container {
  width: 100%;
  height: 100%;
}
.gmr-map__body-container {
  padding: 0 24px;
}
@media screen and (min-width: 783px) {
  .gmr-map__body-container {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.gmr-map__body-container h3, .gmr-map__body-container h4 {
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 782px) {
  .gmr-map__body-container h3, .gmr-map__body-container h4 {
    font-size: 1.75rem;
  }
}
.gmr-map__numbers {
  margin: 1.5em 0;
  padding-left: 0;
  list-style: none;
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
.gmr-map__numbers li {
  margin-bottom: 0;
}
.gmr-map__map-region {
  transition: fill 150ms linear;
}
.gmr-map__region {
  display: none;
}
@media screen and (max-width: 782px) {
  .gmr-map__region h4 {
    cursor: pointer;
  }
}
.gmr-map__region.is-active {
  display: block;
  animation-name: fade-in;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.gmr-map__region ul {
  margin: 1.5em 0;
  padding-left: 0;
  list-style: none;
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
.gmr-map a {
  color: #fff;
}
.gmr-map a:visited {
  color: #fff;
}
.gmr-map a:hover, .gmr-map a:focus, .gmr-map a:active {
  color: #ccc;
}

#usamap {
  stroke: #fff;
  stroke-width: 2px;
  cursor: pointer;
}

#southeast {
  fill: #c6c6c5;
}
#southeast:hover, #southeast.is-active {
  fill: #09486C;
}

#eastcoast {
  fill: #9a9a9a;
}
#eastcoast:hover, #eastcoast.is-active {
  fill: #000;
}

#midwest {
  fill: #717272;
}
#midwest:hover, #midwest.is-active {
  fill: #fff;
}

#plains {
  fill: #9a9a9a;
}
#plains:hover, #plains.is-active {
  fill: #FC8204;
}

#westcoast {
  fill: #c6c6c5;
}
#westcoast:hover, #westcoast.is-active {
  fill: #22BCB9;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.gmr-photohalf {
  background-color: #F4F4F4;
}
@media screen and (min-width: 783px) {
  .gmr-photohalf {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}
.gmr-photohalf__image {
  flex: 1 0 50%;
  height: 300px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("http://placekitten.com/1920/1080");
}
@media screen and (min-width: 783px) {
  .gmr-photohalf__image {
    height: auto;
    min-height: 300px;
  }
}
@media screen and (min-width: 996px) {
  .gmr-photohalf__image {
    min-height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .gmr-photohalf__image {
    min-height: 500px;
  }
}
.gmr-photohalf__content {
  flex: 1 0 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gmr-photohalf__content-body {
  padding: 24px 33px;
}
@media screen and (min-width: 783px) {
  .gmr-photohalf__content-body {
    width: 391.5px;
    padding: 24px 12px 24px 12px 48px;
  }
  .gmr-photohalf__content-body .h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 996px) {
  .gmr-photohalf__content-body {
    width: 498px;
    padding: 48px 12px 48px 12px 80px;
  }
  .gmr-photohalf__content-body .h1 {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .gmr-photohalf__content-body {
    width: 600px;
    padding: 48px 12px 48px 108px;
  }
}
@media screen and (max-width: 782px) {
  .gmr-photohalf__content-body .text-impact {
    font-size: 2rem;
  }
}
.gmr-photohalf--image-right {
  flex-direction: row-reverse;
}
.gmr-photohalf--image-right .gmr-photohalf__content {
  justify-content: flex-end;
}
@media screen and (min-width: 783px) {
  .gmr-photohalf--image-right .gmr-photohalf__content-body {
    padding: 24px 48px 24px 12px;
  }
}
@media screen and (min-width: 996px) {
  .gmr-photohalf--image-right .gmr-photohalf__content-body {
    padding: 48px 80px 48px 12px;
  }
}
@media screen and (min-width: 1200px) {
  .gmr-photohalf--image-right .gmr-photohalf__content-body {
    padding: 48px 108px 48px 12px;
  }
}

.gmr-charts {
  background-color: #F4F4F4;
  padding-bottom: 24px;
}
@media screen and (min-width: 783px) {
  .gmr-charts {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 996px) {
  .gmr-charts {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .gmr-charts {
    padding-bottom: 96px;
  }
}
.gmr-charts__title {
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 48px 24px 24px 24px;
}
@media screen and (min-width: 783px) {
  .gmr-charts__title {
    padding: 60px 0;
  }
}
@media screen and (min-width: 996px) {
  .gmr-charts__title {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .gmr-charts__title {
    padding: 120px 0;
  }
}
@media screen and (min-width: 783px) {
  .gmr-charts__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 24px;
  }
}
.gmr-charts__item {
  padding: 24px;
  margin: 24px;
}
@media screen and (min-width: 783px) {
  .gmr-charts__item {
    margin: 0;
  }
}
.gmr-charts__item--blue {
  background-color: #09486C;
  color: #ffffff;
}
.gmr-charts__item--gray {
  background-color: #404040;
  color: #ffffff;
}
.gmr-charts__item--aqua {
  background-color: #22BCB9;
  color: #ffffff;
}
.gmr-charts__item--orange {
  background-color: #FC8204;
  color: #ffffff;
}
.gmr-charts__item h3 {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.gmr-charts__top-value {
  margin: 12px 0 24px 0;
  text-transform: uppercase;
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.gmr-charts__item--blue .gmr-charts__top-value {
  color: #FC8204;
}
.gmr-charts__item--gray .gmr-charts__top-value {
  color: #22BCB9;
}
.gmr-charts__item--orange .gmr-charts__top-value {
  color: #404040;
}
.gmr-charts__net-leasable-container {
  display: flex;
  flex-direction: column;
}
.gmr-charts__net-leasable {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 24px 0;
}
@media screen and (min-width: 783px) {
  .gmr-charts__net-leasable {
    padding: 0;
  }
}
@media screen and (min-width: 996px) {
  .gmr-charts__net-leasable {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .gmr-charts__net-leasable {
    font-size: 6.75rem;
  }
}
.gmr-charts__date {
  text-align: center;
  padding-top: 1.5em;
}
.gmr-charts__canvas {
  width: 100% !important;
}

.bg-orange-right,
.bg-orange-left,
.bg-aqua-right,
.bg-aqua-left,
.bg-blue-right,
.bg-blue-left {
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (min-width: 783px) {
  .bg-orange-right,
.bg-orange-left,
.bg-aqua-right,
.bg-aqua-left,
.bg-blue-right,
.bg-blue-left {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 996px) {
  .bg-orange-right,
.bg-orange-left,
.bg-aqua-right,
.bg-aqua-left,
.bg-blue-right,
.bg-blue-left {
    margin-bottom: 105px;
  }
}
@media screen and (min-width: 1200px) {
  .bg-orange-right,
.bg-orange-left,
.bg-aqua-right,
.bg-aqua-left,
.bg-blue-right,
.bg-blue-left {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 782px) {
  .bg-orange-right > .wp-block-group__inner-container,
.bg-orange-left > .wp-block-group__inner-container,
.bg-aqua-right > .wp-block-group__inner-container,
.bg-aqua-left > .wp-block-group__inner-container,
.bg-blue-right > .wp-block-group__inner-container,
.bg-blue-left > .wp-block-group__inner-container {
    padding: 0 !important;
    text-align: center;
    margin-top: 0;
  }
}
.bg-orange-right > .wp-block-group__inner-container > .wp-block-group,
.bg-orange-left > .wp-block-group__inner-container > .wp-block-group,
.bg-aqua-right > .wp-block-group__inner-container > .wp-block-group,
.bg-aqua-left > .wp-block-group__inner-container > .wp-block-group,
.bg-blue-right > .wp-block-group__inner-container > .wp-block-group,
.bg-blue-left > .wp-block-group__inner-container > .wp-block-group {
  margin: 24px 0 0 0;
}
@media screen and (min-width: 783px) {
  .bg-orange-right > .wp-block-group__inner-container > .wp-block-group,
.bg-orange-left > .wp-block-group__inner-container > .wp-block-group,
.bg-aqua-right > .wp-block-group__inner-container > .wp-block-group,
.bg-aqua-left > .wp-block-group__inner-container > .wp-block-group,
.bg-blue-right > .wp-block-group__inner-container > .wp-block-group,
.bg-blue-left > .wp-block-group__inner-container > .wp-block-group {
    margin: 0;
  }
}
@media screen and (min-width: 996px) {
  .bg-orange-right > .wp-block-group__inner-container > .wp-block-group,
.bg-orange-left > .wp-block-group__inner-container > .wp-block-group,
.bg-aqua-right > .wp-block-group__inner-container > .wp-block-group,
.bg-aqua-left > .wp-block-group__inner-container > .wp-block-group,
.bg-blue-right > .wp-block-group__inner-container > .wp-block-group,
.bg-blue-left > .wp-block-group__inner-container > .wp-block-group {
    margin-left: 33%;
  }
}
.bg-orange-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container,
.bg-orange-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container,
.bg-aqua-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container,
.bg-aqua-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container,
.bg-blue-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container,
.bg-blue-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container {
  padding: 48px !important;
}
@media screen and (min-width: 783px) {
  .bg-orange-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container,
.bg-orange-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container,
.bg-aqua-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container,
.bg-aqua-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container,
.bg-blue-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container,
.bg-blue-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container {
    padding: 48px !important;
  }
}
.bg-orange-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container > *:first-child,
.bg-orange-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container > *:first-child,
.bg-aqua-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container > *:first-child,
.bg-aqua-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container > *:first-child,
.bg-blue-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container > *:first-child,
.bg-blue-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.bg-orange-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container > :last-child,
.bg-orange-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container > :last-child,
.bg-aqua-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container > :last-child,
.bg-aqua-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container > :last-child,
.bg-blue-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container > :last-child,
.bg-blue-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container > :last-child {
  margin-bottom: 0;
}
.bg-orange-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container .has-large-font-size,
.bg-orange-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container .has-large-font-size,
.bg-aqua-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container .has-large-font-size,
.bg-aqua-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container .has-large-font-size,
.bg-blue-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container .has-large-font-size,
.bg-blue-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container .has-large-font-size {
  margin-bottom: 0;
}
.bg-orange-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container .has-large-font-size + .has-large-font-size,
.bg-orange-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container .has-large-font-size + .has-large-font-size,
.bg-aqua-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container .has-large-font-size + .has-large-font-size,
.bg-aqua-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container .has-large-font-size + .has-large-font-size,
.bg-blue-right > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container .has-large-font-size + .has-large-font-size,
.bg-blue-left > .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container .has-large-font-size + .has-large-font-size {
  margin-top: 1.5em;
}

@media screen and (min-width: 996px) {
  .bg-orange-left > .wp-block-group__inner-container > .wp-block-group,
.bg-aqua-left > .wp-block-group__inner-container > .wp-block-group,
.bg-blue-left > .wp-block-group__inner-container > .wp-block-group {
    margin-right: 33%;
    margin-left: 0;
  }
}

.bg-orange-right > .wp-block-group__inner-container > .wp-block-group,
.bg-orange-left > .wp-block-group__inner-container > .wp-block-group {
  background-color: #FC8204;
}

.bg-orange-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #FC8204 50%);
}

.bg-orange-left {
  background-image: linear-gradient(90deg, #FC8204 50%, rgba(0, 0, 0, 0) 50%);
}

.bg-aqua-right > .wp-block-group__inner-container > .wp-block-group,
.bg-aqua-left > .wp-block-group__inner-container > .wp-block-group {
  background-color: #22BCB9;
}

.bg-aqua-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #22BCB9 50%);
}

.bg-aqua-left {
  background-image: linear-gradient(90deg, #22BCB9 50%, rgba(0, 0, 0, 0) 50%);
}

.bg-blue-right > .wp-block-group__inner-container > .wp-block-group,
.bg-blue-left > .wp-block-group__inner-container > .wp-block-group {
  background-color: #09486C;
}

.bg-blue-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #09486C 50%);
}

.bg-blue-left {
  background-image: linear-gradient(90deg, #09486C 50%, rgba(0, 0, 0, 0) 50%);
}

@media screen and (min-width: 996px) {
  .bg-orange-left > .wp-block-group__inner-container > .wp-block-group,
.bg-aqua-left > .wp-block-group__inner-container > .wp-block-group,
.bg-blue-left > .wp-block-group__inner-container > .wp-block-group {
    margin-right: 33%;
    margin-left: 0;
  }
}

@media screen and (max-width: 782px) {
  .bg-orange-left > .wp-block-group__inner-container > .wp-block-group,
.bg-aqua-left > .wp-block-group__inner-container > .wp-block-group,
.bg-blue-left > .wp-block-group__inner-container > .wp-block-group,
.bg-orange-right > .wp-block-group__inner-container > .wp-block-group,
.bg-aqua-right > .wp-block-group__inner-container > .wp-block-group,
.bg-blue-right > .wp-block-group__inner-container > .wp-block-group {
    margin-top: 0;
  }
}
@media screen and (max-width: 782px) {
  .bg-orange-left.hero-overlap,
.bg-aqua-left.hero-overlap,
.bg-blue-left.hero-overlap,
.bg-orange-right.hero-overlap,
.bg-aqua-right.hero-overlap,
.bg-blue-right.hero-overlap {
    margin-bottom: 0 !important;
  }
}

.has-gray-medium-background-color,
.bg-gray-medium {
  background-color: #ccc;
}

.has-gray-light-background-color,
.bg-gray-light {
  background-color: #F4F4F4;
}

.has-gray-dark-background-color,
.bg-gray-dark {
  background-color: #404040;
}

.has-aqua-background-color,
.bg-aqua {
  background-color: #22BCB9;
}

.has-blue-background-color,
.bg-blue {
  background-color: #09486C;
}

.has-orange-background-color,
.bg-orange {
  background-color: #FC8204;
}

.bg-gray {
  background-color: #e3e3e3;
}

.bg-gray-dark {
  background-color: #404040;
}

@media screen and (min-width: 996px) {
  .bg-gray-lightdark {
    background-image: linear-gradient(90deg, #F4F4F4 50%, #e3e3e3 50%);
  }

  .bg-gray-darklight {
    background-image: linear-gradient(90deg, #e3e3e3 50%, #F4F4F4 50%);
  }
}
.has-orange-color,
.text-orange {
  color: #FC8204;
}

.has-blue-color,
text-blue {
  color: #09486C;
}

.has-aqua-color,
.text-aqua {
  color: #22BCB9;
}

.has-gray-dark-color,
.text-gray-dark {
  color: #404040;
}

.has-gray-color,
.text-gray {
  color: #707070;
}

.has-gray-light-color,
text-gray-light {
  color: #F4F4F4;
}

.has-gray-med-color,
.text-gray-med {
  color: #ccc;
}

.has-white-color,
.text-white {
  color: #fff;
}

.has-black-color,
.text-black {
  color: #000;
}

.has-large-font-size {
  font-size: 1.75rem;
  line-height: 1.2em;
}

.wp-block-quote {
  margin: 24px 0;
}
@media screen and (min-width: 783px) {
  .wp-block-quote {
    margin: 60px 0;
  }
}
.leadership__content > .wp-block-quote:first-child {
  margin-top: 0;
}
.wp-block-quote p {
  margin: 0 0 16px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}
.wp-block-quote cite {
  font-style: normal;
  margin-top: 1.4em;
}
.wp-block-quote cite::before {
  content: "– ";
}

.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media screen and (max-width: 782px) {
  .wp-block-group.alignfull:not(.colorband):not(.has-background) > .wp-block-group__inner-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 782px) {
  .wp-block-group.alignfull:not(.colorband):not(.has-background) > .wp-block-group__inner-container > .container-narrow {
    padding: 0;
  }
  .wp-block-group.alignfull:not(.colorband):not(.has-background) > .wp-block-group__inner-container > .container-narrow > .wp-block-group__inner-container {
    padding: 0;
  }
}
.wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 783px) {
  .hero-overlap {
    margin-top: 24px;
  }
}
@media screen and (min-width: 996px) {
  .hero-overlap {
    padding-top: 0 !important;
    margin-top: -48px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-overlap {
    padding-top: 0 !important;
    margin-top: -85px;
  }
}

.wp-block-columns.cols-colored {
  margin-top: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 782px) {
  .wp-block-columns.cols-colored {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 996px) {
  .wp-block-columns.cols-colored {
    margin-bottom: inherit;
  }
}
.wp-block-columns.cols-colored .wp-block-column:not(:first-child) {
  margin-left: 0;
}
.wp-block-columns.cols-colored > .wp-block-column {
  padding: 24px;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 783px) {
  .wp-block-columns.cols-colored > .wp-block-column {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 996px) {
  .wp-block-columns.cols-colored > .wp-block-column {
    padding: 56px 54px 56px 0;
  }
  .wp-block-columns.cols-colored > .wp-block-column:not(:first-child) {
    padding: 56px 0 56px 54px;
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-columns.cols-colored > .wp-block-column {
    padding: 112px 108px 112px 0;
  }
  .wp-block-columns.cols-colored > .wp-block-column:not(:first-child) {
    padding: 112px 0 112px 108px;
  }
}
.wp-block-columns.cols-colored h2 {
  margin: 16px 0 16px 0;
  text-transform: uppercase;
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
}
@media screen and (max-width: 782px) {
  .wp-block-columns.cols-colored h2 {
    font-size: 1.75rem;
  }
}
.wp-block-columns.cols-colored figure {
  margin: 0;
}
.wp-block-columns.cols-colored ul {
  margin: 0;
  padding-left: 1.3em;
}

@media screen and (max-width: 782px) {
  .wp-block-spacer {
    height: 48px !important;
  }
}

.image-column {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 996px) {
  .image-column {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .image-column {
    padding-right: 100px;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*# sourceMappingURL=style.css.map */