@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }
/**
 * 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; }
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }
/**
 * 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; }
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }
/**
 * 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; }
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * 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; }
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }
/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box; }
:first-child {
  margin-top: 0px; }
:last-child {
  margin-bottom: 0px; }
html, body {
  margin: 0px;
  padding: 0px; }
html {
  font-family: "source-sans-pro-n4", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #2b2e31;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
a:link, a:visited, a:hover, a:active {
  color: #0774a4;
  text-decoration: none;
  border-bottom: 1px solid #2cc1da; }
a:hover, a:active {
  color: #132e52;
  border-bottom-color: #132e52; }
a[href^='javascript'] {
  border-bottom: 0px none; }
table {
  width: 100%; }
table td, table th {
    padding: 3px;
    vertical-align: middle; }
th {
  font-family: "source-sans-pro-n7", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 600; }
strong {
  font-weight: 600; }
table abbr[title] {
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  font-size: 80%; }
a.more {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "source-sans-pro-n7", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0px;
  white-space: nowrap; }
a.more:link, a.more:visited, a.more:hover, a.more:active {
    color: #d63c60;
    text-decoration: none;
    border: 0px none; }
a.more:hover, a.more:active {
    color: #0774a4; }
caption {
  font-family: "source-sans-pro-n9", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #0774a4;
  text-align: left;
  font-size: 22px; }
h1, h2, h3 {
  font-family: "source-sans-pro-n7", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.0; }
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
  border-bottom: 0px none; }
h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active {
  color: #d63c60; }
img {
  display: block;
  max-width: 100% !important;
  max-height: 100%;
  height: auto; }
img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px; }
img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px; }
img.wp-image-3789 {
    margin-top: -15px; }
figure {
  margin: 0px; }
figure > a {
    display: block; }
#site-name img {
  display: none; }
.caps {
  letter-spacing: 1px; }
.frac {
  -webkit-font-feature-settings: 'frac', "frac";
          font-feature-settings: 'frac', "frac";
  font-variant-numeric: diagonal-fractions; }
body.compensate-for-scrollbar {
  overflow: hidden; }
.fancybox-active {
  height: auto; }
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }
.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
  visibility: visible; }
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.fancybox-toolbar {
  right: 0;
  top: 0; }
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994; }
.fancybox-is-open .fancybox-stage {
  overflow: hidden; }
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }
.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }
.fancybox-slide--next {
  z-index: 99995; }
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }
.fancybox-slide--image:before {
  display: none; }
.fancybox-slide--html {
  padding: 6px 6px 0; }
.fancybox-slide--iframe {
  padding: 44px 44px 0; }
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }
.fancybox-container [data-selectable=true] {
  cursor: text; }
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }
.fancybox-spaceball {
  z-index: 1; }
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }
.fancybox-slide--video .fancybox-content {
  background: #000; }
.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }
.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }
.fancybox-iframe {
  vertical-align: top; }
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }
.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }
.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }
.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }
.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }
.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }
.fancybox-button--share svg path {
  stroke-width: 1; }
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s; }
.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }
.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s; }
.fancybox-close-small:focus {
  outline: none; }
.fancybox-close-small:hover svg {
  opacity: 1; }
.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }
.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }
.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }
.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, .5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn); }
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn); }
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }
.fancybox-share p {
  margin: 0;
  padding: 0; }
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }
.fancybox-share__button:hover {
  text-decoration: none; }
.fancybox-share__button--fb {
  background: #3b5998; }
.fancybox-share__button--fb:hover {
  background: #344e86; }
.fancybox-share__button--pt {
  background: #bd081d; }
.fancybox-share__button--pt:hover {
  background: #aa0719; }
.fancybox-share__button--tw {
  background: #1da1f2; }
.fancybox-share__button--tw:hover {
  background: #0d95e8; }
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }
.fancybox-share__button svg path {
  fill: #fff; }
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }
.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }
.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }
.fancybox-thumbs-x > ul {
  overflow: hidden; }
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); }
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, .1); }
.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
#powerTip {
  cursor: default;
  background-color: #424242;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 2px 1px rgba(255, 255, 255, .2) inset, 0 -2px 2px #323232 inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 2px 1px rgba(255, 255, 255, .2) inset, 0 -2px 2px #323232 inset;
  border: 1px solid #000;
  border-radius: 6px;
  color: #fff;
  display: none;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 2147483647; }
#powerTip:before {
  content: attr(class) " ";
  position: absolute;
  height: 0;
  width: 0;
  text-indent: 100%;
  overflow: hidden; }
#powerTip.n:before, #powerTip.s:before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px; }
#powerTip.e:before, #powerTip.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%; }
#powerTip.n:before, #powerTip.ne:before, #powerTip.nw:before {
  bottom: -10px; }
#powerTip.n:before, #powerTip.ne-alt:before, #powerTip.ne:before, #powerTip.nw-alt:before, #powerTip.nw:before {
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 10px; }
#powerTip.e:before {
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 10px;
  left: -10px; }
#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
  top: -10px; }
#powerTip.s:before, #powerTip.se-alt:before, #powerTip.se:before, #powerTip.sw-alt:before, #powerTip.sw:before {
  border-bottom-color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 10px; }
#powerTip.w:before {
  border-left-color: inherit;
  border-left-style: solid;
  border-left-width: 10px;
  right: -10px; }
#powerTip.ne:before, #powerTip.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px; }
#powerTip.nw:before, #powerTip.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px; }
#powerTip.ne-alt:before, #powerTip.nw-alt:before, #powerTip.se-alt:before, #powerTip.sw-alt:before {
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 10px; }
#powerTip.ne-alt:before {
  left: auto;
  right: 10px; }
#powerTip.se-alt:before, #powerTip.sw-alt:before {
  border-top: none;
  bottom: auto;
  top: -10px; }
#powerTip.se-alt:before {
  left: auto;
  right: 10px; }
html.front section.infographic-grid, html.front section.grid {
  text-align: center;
  max-width: 100%; }
html.front section.infographic-grid h2.section-title, html.front section.grid h2.section-title {
    color: #d63c60;
    font-size: 36px;
    text-align: center;
    border-left: 0px none;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto; }
@media only screen and (max-width: 767px) {
      html.front section.infographic-grid h2.section-title:before, html.front section.infographic-grid h2.section-title:after, html.front section.grid h2.section-title:before, html.front section.grid h2.section-title:after {
        content: none; } }
html.front section.body-text {
  text-align: center; }
html.front section.body-text h2.section-title {
    color: #d63c60;
    font-size: 36px;
    text-align: center;
    border-left: 0px none;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto; }
@media only screen and (max-width: 767px) {
      html.front section.body-text h2.section-title:before, html.front section.body-text h2.section-title:after {
        content: none; } }
section.white {
  background-color: white;
  color: black; }
section.white a:link, section.white a:visited, section.white a:hover, section.white a:active, section.white a:focus {
    color: #0774a4; }
section.white a:hover, section.white a:active, section.white a:focus {
    color: #d63c60; }
section.light-gray {
  background-color: #efefef;
  color: black; }
section.light-gray a:link, section.light-gray a:visited, section.light-gray a:hover, section.light-gray a:active, section.light-gray a:focus {
    color: #0774a4; }
section.light-gray a:hover, section.light-gray a:active, section.light-gray a:focus {
    color: #d63c60; }
section.blue {
  background-color: #0078ae;
  color: white; }
section.blue a:link, section.blue a:visited, section.blue a:hover, section.blue a:active, section.blue a:focus {
    color: #fbf804; }
section.blue a:hover, section.blue a:active, section.blue a:focus {
    color: #d63c60; }
section.charcoal {
  background-color: #2b2e31;
  color: white; }
section.charcoal a:link, section.charcoal a:visited, section.charcoal a:hover, section.charcoal a:active, section.charcoal a:focus {
    color: #fbf804; }
section.charcoal a:hover, section.charcoal a:active, section.charcoal a:focus {
    color: #d63c60; }
section.gallery:after {
  content: ".";
  display: block;
  font-size: 0.1px;
  line-height: 0px;
  height: 0px;
  clear: both;
  visibility: hidden; }
section.gallery ul, section.gallery li {
  display: block;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  list-style: none;
  list-style-type: none;
  list-style-image: none; }
section.gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
section.gallery li {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px; }
section.gallery li img {
    display: block;
    margin: auto; }
@supports (display: grid) {
  section.gallery ul {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px; }
  section.gallery li {
    margin: 0px; }
  section.gallery img {
    max-width: 100%;
    max-height: none; } }
section.teaser-list h2 ~ :not(h2):not(.section-title), section.teaser-list .section-title ~ :not(h2):not(.section-title) {
  margin-left: 17px;
  margin-right: 17px; }
@media only screen and (max-width: 767px) {
  section.teaser-list h2 ~ :not(h2):not(.section-title), section.teaser-list .section-title ~ :not(h2):not(.section-title) {
    margin-left: 0px;
    margin-right: auto; } }
section.teaser-list .intro {
  font-size: 16px;
  margin: 20px auto; }
section.teaser-list > div > ul, section.teaser-list > div > ul > li {
  display: block;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  list-style: none;
  list-style-type: none;
  list-style-image: none; }
section.teaser-list > div > ul {
  text-align: center; }
section.teaser-list > div > ul > li {
  max-width: 260px;
  margin: 0px 15px 30px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 14px; }
section.teaser-list.large > div > ul > li {
  max-width: 400px; }
section.teaser-list h2 {
  border-left: 3px solid #8dc63f;
  margin-bottom: 10px;
  padding: 4px 0px 4px 10px; }
section.teaser-list div.content {
  margin-left: 15px;
  margin-right: 15px; }
section.teaser-list a.primary {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "source-sans-pro-n7", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0px;
  white-space: nowrap; }
section.teaser-list a.primary:link, section.teaser-list a.primary:visited, section.teaser-list a.primary:hover, section.teaser-list a.primary:active {
    color: #d63c60;
    text-decoration: none;
    border: 0px none; }
section.teaser-list a.primary:hover, section.teaser-list a.primary:active {
    color: #0774a4; }
section.teaser-list > div > ul ul {
  list-style-type: disc;
  margin: 10px 0px 15px;
  padding-left: 20px; }
section.teaser-list ul.sublinks {
  margin-bottom: 0px; }
section.teaser-list ul.sublinks a {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0px;
    display: block;
    padding: 3px 0px;
    border-bottom: 0px none;
    text-decoration: underline; }
section.teaser-list ul.sublinks li.has-note {
    font-style: italic; }
section.teaser-list ul.sublinks li.has-note a {
      display: inline;
      font-style: normal; }
section.teaser-list ul.sublinks + a.primary {
  margin-top: 0px; }
section.teaser-list.large ul.sublinks {
  -webkit-columns: 2;
          columns: 2; }
section.teaser-list.large ul.sublinks > li {
    line-height: 1.2;
    margin-bottom: 10px;
    -webkit-column-break-inside: avoid;
            break-inside: avoid; }
section.teaser-list.large ul.sublinks > li:nth-child(3) {
      -webkit-column-break-after: column;
              break-after: column; }
section.teaser-list.large ul.sublinks a {
    text-transform: none;
    font-weight: 600;
    padding: 0px; }
section.teaser-list.news h2 {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 18px; }
section.teaser-list.staff a.primary {
  display: block;
  margin-top: 2px; }
@supports (display: grid) and (grid-template-columns: repeat(auto-fill, 270px)) {
  section.teaser-list > div > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, auto));
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-gap: 20px; }
  section.teaser-list.large > div > ul {
    grid-template-columns: repeat(auto-fit, minmax(400px, auto)); }
  section.teaser-list > div > ul > li {
    margin: 0px;
    max-width: none !important; }
  section.teaser-list img {
    max-height: none; } }
section.body-text {
  font-size: 16px; }
section.body-text:after {
    content: ".";
    display: block;
    font-size: 0.1px;
    line-height: 0px;
    height: 0px;
    clear: both;
    visibility: hidden; }
section.body-text h2 ~ :not(h2):not(.section-title), section.body-text .section-title ~ :not(h2):not(.section-title) {
    margin-left: 17px;
    margin-right: 17px; }
@media only screen and (max-width: 767px) {
    section.body-text h2 ~ :not(h2):not(.section-title), section.body-text .section-title ~ :not(h2):not(.section-title) {
      margin-left: 0px;
      margin-right: auto; } }
section.body-text h3 {
    letter-spacing: 0px;
    text-transform: none;
    color: #0774a4;
    margin: 30px auto 5px; }
section.body-text p small {
    line-height: 1.1; }
section.body-text table {
    table-layout: fixed;
    width: auto;
    table-layout: auto;
    border-collapse: collapse;
    margin-left: 0px;
    margin-right: auto; }
section.body-text table:first-child, section.body-text table + table {
      margin-left: auto; }
section.body-text table th {
      text-align: left;
      padding-right: 15px;
      padding-left: 0px; }
section.body-text table th, section.body-text table td {
      line-height: 1.1;
      padding: 6px; }
section.body-text table tbody tr:nth-child(odd) {
      background-color: #efefef; }
section.body-text table.millage thead th, section.body-text table.millage td {
    text-align: center; }
section.body-text table.column-list {
    margin: 20px 15px;
    float: left;
    width: calc(50% - 30px);
    font-size: 15px;
    line-height: 1.1;
    border-collapse: collapse; }
section.body-text table.column-list tr:nth-child(odd) {
      background-color: #efefef; }
section.body-text table.column-list tr:nth-child(even) {
      background-color: white; }
section.body-text table.column-list td, section.body-text table.column-list th {
      vertical-align: middle;
      padding: 5px 12px; }
section.body-text table.column-list + :not(table) {
      clear: left; }
section.body-text ul, section.body-text ol {
    max-width: 45em;
    margin-left: 0px;
    padding-left: 20px; }
section.body-text ul strong, section.body-text ol strong {
      font-family: "source-sans-pro-n7", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-weight: 600;
      color: #0774a4;
      font-size: 112%; }
section.body-text ul li ul, section.body-text ul li ol, section.body-text ol li ul, section.body-text ol li ol {
      margin: 10px 0px; }
section.body-text ul li li, section.body-text ol li li {
      margin-bottom: 0px; }
section.body-text blockquote {
    margin-left: 30px;
    margin-right: 30px;
    color: #0078ae;
    font-style: italic; }
section.body-text blockquote cite {
      display: block;
      text-align: right;
      font-style: normal;
      color: black;
      margin-top: -1em; }
section.body-text blockquote cite:before {
        content: '\2014   '; }
section.body-text blockquote + section.body-text {
      margin-top: 20px; }
section.body-text.larger-text {
    font-size: 18px; }
section.body-text.intro div.content {
    font-weight: 600;
    color: #0078ae; }
section.body-text.centered > div > div.content {
    text-align: center;
    max-width: 52em;
    margin-left: auto;
    margin-right: auto; }
section.body-text.centered h2.section-title {
    border-left: 0px none;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
section.body-text.centered img {
    margin-left: auto;
    margin-right: auto; }
article.property section.body-text {
    margin-top: 60px;
    font-size: 16px; }
article.property section.body-text strong {
      color: #8dc63f;
      font-size: 110%; }
section.video > div {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 720px; }
@media only screen and (max-width: 740px) {
  section.video {
    max-width: 94%;
    max-width: calc(100% - 40px); } }
section.video > div > div {
  padding-bottom: 56.25%;
  position: relative; }
section.video > div > div iframe {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%; }
section.testimonial blockquote {
  font-style: italic;
  color: #8dc63f;
  max-width: 825px;
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto; }
section.testimonial blockquote > :nth-last-child(2) {
    margin-bottom: 0px; }
section.testimonial cite {
  display: block;
  color: black;
  font-style: normal;
  font-size: 16px;
  margin-top: 10px; }
section.testimonial img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%; }
section.testimonial p {
  margin-bottom: 0px; }
section.testimonial.image-left blockquote, section.testimonial.image-right blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: none; }
section.testimonial.image-left blockquote > *, section.testimonial.image-right blockquote > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 50%; }
section.testimonial.image-left blockquote div.content, section.testimonial.image-right blockquote div.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
section.testimonial.image-left blockquote div.content > *, section.testimonial.image-right blockquote div.content > * {
      max-width: 100%; }
section.testimonial.image-right div.img {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }
section.grid li div.image.type-icon {
  width: 100px;
  height: 100px;
  margin: 0px auto 10px;
  position: relative; }
section.grid li div.image.type-icon svg {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 100%;
    left: 0px; }
section.grid li div.image.type-icon.green svg .a {
    fill: #8dc63f; }
section.grid li div.image.type-icon.gray svg .a {
    fill: #6e6e6e; }
section.grid li div.image.type-icon.white svg .a {
    fill: white; }
section.accordion section {
  margin-bottom: 30px; }
section.accordion h3 {
  font-size: 26px;
  color: #0078ae;
  margin: 5px auto; }
section.accordion h4 {
  margin-bottom: 5px; }
section.accordion div.content li {
  list-style-type: disc; }
section.accordion figure {
  position: relative; }
section.accordion figure figcaption {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    text-align: right;
    padding: 5px 15px;
    color: white;
    font-size: 20px; }
section.accordion figure figcaption:before {
      content: '.';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      background-color: rgba(0, 120, 174, .7);
      mix-blend-mode: multiply;
      z-index: 1; }
section.accordion figure figcaption span {
      position: relative;
      z-index: 2; }
section.accordion.js {
  padding-left: 15px; }
section.accordion.js section header button {
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0px none;
    padding: 0px none;
    display: block;
    background: transparent;
    color: #0774a4;
    text-align: left;
    outline: none; }
section.accordion.js section header button:hover h3, section.accordion.js section header button:focus h3 {
      color: #d63c60; }
section.accordion.js section header button:hover h3:before, section.accordion.js section header button:focus h3:before {
        background-color: #d63c60; }
section.accordion.js section header button h3 {
      text-transform: uppercase;
      letter-spacing: 1px; }
section.accordion.js section header button h3:before {
        content: '\25B6\FE0E';
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 13px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
        line-height: 21px;
        padding-left: 1px;
        width: 21px;
        height: 21px;
        margin-right: 5px;
        color: white;
        border-radius: 10000px;
        background: #0774a4;
        -webkit-transform: none;
                transform: none;
        -webkit-transition: 0.4s -webkit-transform cubic-bezier(0.02, 0.01, 0.47, 1);
        transition: 0.4s -webkit-transform cubic-bezier(0.02, 0.01, 0.47, 1);
        transition: 0.4s transform cubic-bezier(0.02, 0.01, 0.47, 1);
        transition: 0.4s transform cubic-bezier(0.02, 0.01, 0.47, 1), 0.4s -webkit-transform cubic-bezier(0.02, 0.01, 0.47, 1); }
section.accordion.js section.expanded h3:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
section.accordion.js section > div.content {
    display: none;
    padding-left: 26px; }
section.infographic-grid ul, section.infographic-grid li {
  display: block;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  list-style: none;
  list-style-type: none;
  list-style-image: none; }
section.infographic-grid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
section.infographic-grid ul > li {
    margin: 20px;
    width: calc(50% - 20px); }
section.infographic-grid > div div {
  font-size: 0.1px;
  text-indent: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0px;
  color: transparent;
  text-indent: 0px;
  color: transparent;
  padding-bottom: 27%;
  background-repeat: no-repeat;
  background-size: contain; }
section.infographic-grid > div div * {
    display: inline;
    margin: 0px; }
section.infographic-grid li:nth-child(odd) {
  margin-left: 0px; }
section.infographic-grid li:nth-child(odd) div {
    background-position: right center; }
section.infographic-grid li:nth-child(even) {
  margin-right: 0px; }
section.infographic-grid li:nth-child(even) div {
    background-position: left center; }
section.available-property h2 ~ :not(h2):not(.section-title), section.available-property .section-title ~ :not(h2):not(.section-title) {
  margin-left: 17px;
  margin-right: 17px; }
@media only screen and (max-width: 767px) {
  section.available-property h2 ~ :not(h2):not(.section-title), section.available-property .section-title ~ :not(h2):not(.section-title) {
    margin-left: 0px;
    margin-right: auto; } }
section.available-property h3 {
  letter-spacing: 0px;
  text-transform: none; }
section.available-property > div > a {
  display: block; }
section.available-property > div > a:link, section.available-property > div > a:visited, section.available-property > div > a:hover, section.available-property > div > a:active, section.available-property > div > a:focus {
    border-bottom: 0px none; }
section.available-property > div > a:hover, section.available-property > div > a:active, section.available-property > div > a:focus {
    color: #d63c60; }
section.contact-form {
  margin-left: 0px; }
section.contact-form form {
    max-width: 550px;
    margin-left: 17px;
    margin-right: auto; }
section.contact-form label {
    display: block;
    margin-bottom: 15px; }
section.contact-form label span {
      font-family: "source-sans-pro-n9", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-weight: 900;
      font-style: normal;
      display: block;
      text-transform: uppercase;
      color: #8dc63f;
      font-size: 80%; }
section.contact-form input, section.contact-form textarea {
    width: 100%; }
section.contact-form form.commitment > div.submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
section.contact-form form.commitment > div.submit span {
      margin-right: 60px;
      line-height: 1.1;
      font-size: 16px;
      font-style: italic; }
section.contact-form form.supplementary2 div.supplementary:after {
    content: ".";
    display: block;
    font-size: 0.1px;
    line-height: 0px;
    height: 0px;
    clear: both;
    visibility: hidden; }
section.contact-form form.supplementary2 div.supplementary label {
    width: 48%;
    margin-right: 4%;
    width: calc(50% - 10px);
    margin-right: 20px;
    float: left; }
section.contact-form form.supplementary2 div.supplementary label:nth-child(even) {
      margin-right: 0px; }
section.contact-form button[type='submit'] {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 1.5;
    padding: 1px 12px 0px;
    white-space: nowrap;
    cursor: pointer; }
section.contact-form button[type='submit'], section.contact-form button[type='submit']:link, section.contact-form button[type='submit']:visited, section.contact-form button[type='submit']:hover, section.contact-form button[type='submit']:active, section.contact-form button[type='submit']:focus {
      color: white;
      background-color: #d63c60;
      text-decoration: none;
      border: 2px solid #d63c60; }
section.contact-form button[type='submit']:hover, section.contact-form button[type='submit']:active, section.contact-form button[type='submit']:focus {
      color: white;
      background-color: #0774a4;
      border-color: #0774a4; }
section.global-maps h2 {
  color: #8dc63f; }
section.global-maps ul, section.global-maps li {
  display: block;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  list-style: none;
  list-style-type: none;
  list-style-image: none; }
section.global-maps .world {
  position: relative;
  margin: auto;
  max-width: 928px; }
section.global-maps .world img {
    display: block;
    margin: auto;
    border: 1px solid #808080;
    width: 100%;
    height: auto; }
section.global-maps .world ul {
    font-size: 0.1px;
    text-indent: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0px;
    color: transparent; }
section.global-maps .georgia {
  position: relative;
  max-width: 850px;
  margin: auto; }
section.global-maps .georgia img {
    display: block;
    width: 351px;
    height: auto; }
section.global-maps .georgia > div {
    position: absolute;
    top: 20%;
    right: 20px;
    width: 50%; }
section.global-maps .georgia h3 {
    font-size: 36px;
    text-align: center; }
section.global-maps .georgia ul {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    width: 60%;
    margin: auto; }
section.global-maps .georgia li {
    font-size: 24px;
    color: #8dc63f;
    text-align: right;
    font-weight: 900; }
section.global-maps .georgia li strong {
      color: #0774a4;
      font-weight: 900; }
section.global-maps .world + .georgia {
  margin-top: 40px; }
section.resources-and-news > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
section.resources-and-news > div > section {
  margin: 0px 10px;
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px; }
section.resources, section.latest-news, section.relocation {
  padding: 20px 30px !important;
  font-size: 15px; }
section.resources h2, section.latest-news h2, section.relocation h2 {
    text-align: left !important;
    padding-left: 0px;
    border-left: 0px none;
    color: #0774a4;
    font-weight: 900;
    margin-left: -10px;
    font-size: 30px;
    margin-bottom: 15px; }
section.resources.custom, section.latest-news.custom, section.relocation.custom {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
@media only screen and (min-width: 1200px) {
      section.resources.custom, section.latest-news.custom, section.relocation.custom {
        width: auto;
        margin-left: 50px;
        margin-right: 50px; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
      section.resources.custom, section.latest-news.custom, section.relocation.custom {
        width: 768px; } }
@media only screen and (max-width: 767px) {
      section.resources.custom, section.latest-news.custom, section.relocation.custom {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
section.resources.custom > div, section.latest-news.custom > div, section.relocation.custom > div {
      margin: 0px !important; }
section.resources {
  background-color: #b5d5e4; }
section.resources ul, section.resources li {
    display: block;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    list-style: none;
    list-style-type: none;
    list-style-image: none; }
section.resources ul {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600; }
section.resources li a {
    display: block;
    padding: 5px 0px; }
section.resources li a:link, section.resources li a:visited, section.resources li a:hover, section.resources li a:active, section.resources li a:focus {
      border-bottom: 0px none;
      text-decoration: underline; }
section.latest-news {
  background-color: #ddeec5; }
section.latest-news article {
    margin-bottom: 20px; }
section.latest-news article:last-child {
      margin-bottom: 0px; }
section.latest-news article > * {
      display: inline; }
section.latest-news article p {
      font-style: italic; }
section.latest-news article time {
      font-weight: bold;
      margin-right: 3px; }
section.latest-news article a {
      letter-spacing: 1px;
      text-transform: uppercase;
      display: inline-block;
      font-size: 14px;
      letter-spacing: 0px; }
section.latest-news article a:link, section.latest-news article a:visited, section.latest-news article a:hover, section.latest-news article a:active, section.latest-news article a:focus {
        border-bottom: 0px none;
        text-decoration: underline; }
section.horizontal-teasers > div {
  max-width: 1200px;
  margin: auto !important; }
section.horizontal-teasers ul, section.horizontal-teasers li {
  display: block;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  list-style: none;
  list-style-type: none;
  list-style-image: none; }
section.horizontal-teasers li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px; }
section.horizontal-teasers img {
  display: block;
  width: 40%;
  margin-right: 4%;
  margin-right: 50px; }
section.horizontal-teasers li > div {
  border-left: 5px solid #8dc63f;
  padding-left: 20px;
  width: calc(60% - 50px); }
section.horizontal-teasers h3 {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 30px;
  margin-bottom: 0px; }
section.horizontal-teasers p {
  font-size: 16px;
  margin: 8px auto 5px; }
section.horizontal-teasers li > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
section.horizontal-teasers h4 {
  font-size: 18px;
  font-weight: normal;
  color: #0774a4;
  margin: 0px; }
section.horizontal-teasers a:link, section.horizontal-teasers a:visited, section.horizontal-teasers a:hover, section.horizontal-teasers a:active, section.horizontal-teasers a:focus {
  color: #d63c60;
  border-color: #d63c60; }
section.horizontal-teasers a:hover, section.horizontal-teasers a:active, section.horizontal-teasers a:focus {
  color: #8dc63f;
  border-color: #8dc63f; }
section.expenditures-chart div.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
section.expenditures-chart img {
  display: block;
  width: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (max-width: 959px) {
  section.expenditures-chart div.content {
    display: block; } }
section.annual-report p {
  max-width: 698px;
  margin-left: auto;
  margin-right: auto; }
section.annual-report a {
  display: block;
  padding-top: 65.473%;
  padding-top: calc(65.473% + 10px);
  background: url("https://cherokeega.imgix.net/wp-content/uploads/2018/05/29201810/1526407879-annual-report.jpg") center top no-repeat;
  background-size: contain;
  text-align: center;
  font-weight: 600; }
section.annual-report a:link, section.annual-report a:visited, section.annual-report a:hover, section.annual-report a:active, section.annual-report a:focus {
    border-bottom: 0px none;
    text-decoration: underline;
    color: #0078ae; }
section.annual-report a:hover, section.annual-report a:active, section.annual-report a:focus {
    color: #d63c60; }
section.latest-news-feature {
  border-top: 50px solid #2cc1da; }
section.latest-news-feature:after {
    content: ".";
    display: block;
    font-size: 0.1px;
    line-height: 0px;
    height: 0px;
    clear: both;
    visibility: hidden; }
section.latest-news-feature > div > div {
    position: relative;
    height: 400px;
    border-bottom: 2px solid #8dc63f; }
section.latest-news-feature > div > div:last-child {
      border-bottom: 0px none; }
section.latest-news-feature > div > div > div {
    margin-left: 50%;
    padding: 50px; }
section.latest-news-feature img {
    position: absolute;
    width: 50vw;
    height: 400px;
    top: 0px;
    left: 0px;
    -o-object-fit: cover;
       object-fit: cover; }
section.latest-news-feature h2 {
    padding-left: 10px;
    padding-bottom: 5px;
    border-left: 2px solid #8dc63f;
    position: relative;
    left: -12px; }
section.latest-news-feature p {
    font-size: 16px;
    line-height: 1.2; }
section.latest-news-feature a.read-more {
    text-align: center;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 1.5;
    padding: 1px 12px 0px;
    white-space: nowrap;
    cursor: pointer;
    margin-top: 20px; }
section.latest-news-feature a.read-more, section.latest-news-feature a.read-more:link, section.latest-news-feature a.read-more:visited, section.latest-news-feature a.read-more:hover, section.latest-news-feature a.read-more:active, section.latest-news-feature a.read-more:focus {
      color: white;
      background-color: #8dc63f;
      text-decoration: none;
      border: 2px solid #8dc63f; }
section.latest-news-feature a.read-more:hover, section.latest-news-feature a.read-more:active, section.latest-news-feature a.read-more:focus {
      color: white;
      background-color: #d63c60;
      border-color: #d63c60; }
section.latest-news-feature div.body {
    overflow-y: auto;
    max-height: 200px; }
section.call-to-action:not(.custom) a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: calc(50vw - 465px);
  padding-right: calc(50vw - 465px); }
section.call-to-action:not(.custom) a:link, section.call-to-action:not(.custom) a:visited, section.call-to-action:not(.custom) a:hover, section.call-to-action:not(.custom) a:active, section.call-to-action:not(.custom) a:focus {
    border: 0px none; }
section.call-to-action:not(.custom) a > div {
    max-width: 1000px;
    margin: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
section.call-to-action:not(.custom) a h2, section.call-to-action:not(.custom) a p {
    margin: 0px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
section.call-to-action:not(.custom) a h2 {
    text-transform: none;
    letter-spacing: 0px; }
section.call-to-action:not(.custom).light-gray a:link, section.call-to-action:not(.custom).light-gray a:visited, section.call-to-action:not(.custom).light-gray a:hover, section.call-to-action:not(.custom).light-gray a:active, section.call-to-action:not(.custom).light-gray a:focus {
  color: #2b2e31; }
section.call-to-action:not(.custom).light-gray a:hover, section.call-to-action:not(.custom).light-gray a:active, section.call-to-action:not(.custom).light-gray a:focus {
  background-color: #2b2e31;
  color: #efefef; }
section.call-to-action.custom {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #8dc63f;
  color: white;
  text-align: center; }
section.call-to-action.custom :focus {
    outline-color: #d63c60; }
section.call-to-action.custom p {
    font-size: 40px;
    margin-bottom: 0px; }
section.call-to-action.custom a {
    text-align: center;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 1.5;
    padding: 1px 12px 0px;
    white-space: nowrap;
    cursor: pointer;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 40px; }
section.call-to-action.custom a, section.call-to-action.custom a:link, section.call-to-action.custom a:visited, section.call-to-action.custom a:hover, section.call-to-action.custom a:active, section.call-to-action.custom a:focus {
      color: white;
      background-color: #0078ae;
      text-decoration: none;
      border: 2px solid white; }
section.call-to-action.custom a:hover, section.call-to-action.custom a:active, section.call-to-action.custom a:focus {
      color: white;
      background-color: #d63c60;
      border-color: white; }
section.bio > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px; }
section.bio h2 {
  margin-bottom: 5px;
  color: #8dc63f; }
section.bio h2 span {
    margin-left: 2px;
    font-size: 85%;
    color: #2b2e31;
    letter-spacing: 0px; }
section.bio h2 + p {
  margin-top: 5px; }
section.bio > div > img {
  width: 375px;
  height: 562.5px;
  -ms-flex-preferred-size: 375px;
      flex-basis: 375px;
  display: block; }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    section.bio > div > img {
      height: 100%;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; } }
section.bio > div > div {
  padding: 0 0 0 40px;
  -ms-flex-preferred-size: calc(100% - 405px);
      flex-basis: calc(100% - 405px); }
section.city-proximity {
  font-family: "source-sans-pro-n9", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  min-height: 175px;
  background: url(../images/properties/skyline.png) left bottom no-repeat; }
section.city-proximity p {
    margin: 0px auto 0px 0px; }
section.city-proximity strong {
    font-size: 36px;
    color: #8dc63f;
    text-transform: uppercase;
    display: block;
    letter-spacing: -1px; }
section.city-proximity span {
    display: none; }
section.available-area {
  font-family: "source-sans-pro-n9", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal; }
section.available-area strong {
    font-size: 36px;
    color: #8dc63f;
    display: block; }
section.available-area strong span {
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 90%; }
section.total-area {
  font-family: "source-sans-pro-n9", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal; }
section.total-area strong {
    font-size: 48px;
    color: #8dc63f;
    display: block; }
section.total-area strong span {
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 90%; }
section.transportation ul, section.transportation li {
  display: block;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  list-style: none;
  list-style-type: none;
  list-style-image: none; }
section.transportation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
section.transportation li {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding-top: 75px;
  text-align: center;
  font-size: 16px;
  background-repeat: no-repeat;
  position: relative; }
section.transportation li .bg {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0px;
    width: 100%;
    max-width: 95px;
    height: 75px; }
section.transportation li .bg svg {
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      max-width: 100%;
      max-height: 100%;
      bottom: 0px; }
section.transportation li .bg svg .a {
        fill: #8dc63f; }
section.transportation li.airplane .bg {
    background-image: url(../images/properties/icon-airplane.svg); }
section.transportation li.truck .bg {
    background-image: url(../images/properties/icon-truck.svg); }
section.transportation strong {
  font-family: "source-sans-pro-n9", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #8dc63f;
  display: block;
  margin: 10px auto;
  font-size: 24px; }
section.transportation strong span {
    @small-caps-cancel;
    text-transform: uppercase;
    font-size: 85%;
    display: block; }
section.infrastructure {
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 0px; }
section.infrastructure ul, section.infrastructure li {
    display: block;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    list-style: none;
    list-style-type: none;
    list-style-image: none; }
section.infrastructure ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
section.infrastructure li {
    padding-top: 85px;
    font-size: 16px;
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
    text-align: center;
    position: relative;
    white-space: nowrap;
    min-width: 72px;
    margin-bottom: 20px; }
section.infrastructure li .bg {
      position: absolute;
      width: 100%;
      height: 75px;
      top: 0px;
      left: 0px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center; }
section.infrastructure li .bg svg {
        width: 100%;
        height: 100%; }
section.infrastructure li .bg svg .a {
          fill: #6e6e6e; }
section.infrastructure li.not-available .bg {
      opacity: 0.15; }
section.infrastructure span {
    display: none; }
section.map p {
  font-size: 15px; }
section.misc-stats h3 {
  margin-bottom: 10px; }
section.misc-stats ul, section.misc-stats li {
  display: block;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  list-style: none;
  list-style-type: none;
  list-style-image: none; }
section.misc-stats li {
  padding: 10px 15px 10px 85px;
  margin: 10px auto 10px 15px;
  position: relative; }
section.misc-stats strong {
  font-size: 110%;
  color: #8dc63f; }
section.misc-stats .bg {
  position: absolute;
  width: 65px;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
section.misc-stats .bg svg {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 100%;
    max-height: 100%; }
section.misc-stats li.growth .bg {
  background-image: url(../images/properties/icon-growth.svg); }
section.misc-stats li.workforce .bg {
  background-image: url(../images/properties/icon-workforce.svg); }
section.misc-stats li.international .bg {
  background-image: url(../images/properties/icon-international.svg); }
section.misc-stats li.quality-of-life .bg {
  background-image: url(../images/properties/icon-quality-of-life.svg); }
section.misc-stats li.education .bg {
  background-image: url(../images/properties/icon-education.svg); }
section.photo-blocks ul {
  display: block;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
section.photo-blocks ul:after {
    content: ".";
    display: block;
    font-size: 0.1px;
    line-height: 0px;
    height: 0px;
    clear: both;
    visibility: hidden; }
section.photo-blocks ul.count4 li {
    width: 25%; }
section.photo-blocks ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 33.3333%; }
section.photo-blocks ul li > div {
      padding-bottom: 100% !important;
      position: relative; }
section.photo-blocks ul li > div > div {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      text-align: center;
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
section.photo-blocks ul li > div > div > * {
        max-width: 100%; }
section.photo-blocks ul li h3 {
      letter-spacing: 0px;
      text-transform: none;
      font-weight: 600;
      margin: 40px auto; }
section.photo-blocks ul li div.icon {
      width: 90px;
      height: 90px;
      margin: 0px auto;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
section.photo-blocks ul li div.icon svg .a {
        fill: white; }
section.photo-blocks ul li div.icon + button, section.photo-blocks ul li div.icon + a {
        margin-top: 60px; }
section.photo-blocks ul li button, section.photo-blocks ul li a {
      text-align: center;
      display: inline-block;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 17px;
      line-height: 1.5;
      padding: 1px 12px 0px;
      white-space: nowrap;
      cursor: pointer;
      margin: 0px 10px 10px;
      white-space: normal;
      cursor: pointer; }
section.photo-blocks ul li button, section.photo-blocks ul li button:link, section.photo-blocks ul li button:visited, section.photo-blocks ul li button:hover, section.photo-blocks ul li button:active, section.photo-blocks ul li button:focus, section.photo-blocks ul li a, section.photo-blocks ul li a:link, section.photo-blocks ul li a:visited, section.photo-blocks ul li a:hover, section.photo-blocks ul li a:active, section.photo-blocks ul li a:focus {
        color: white;
        background-color: #8dc63f;
        text-decoration: none;
        border: 2px solid #8dc63f; }
section.photo-blocks ul li button:hover, section.photo-blocks ul li button:active, section.photo-blocks ul li button:focus, section.photo-blocks ul li a:hover, section.photo-blocks ul li a:active, section.photo-blocks ul li a:focus {
        color: white;
        background-color: #d63c60;
        border-color: #d63c60; }
@media only screen and (max-width: 959px) {
    section.photo-blocks ul {
      margin-top: 40px;
      grid-template-columns: repeat(2, 50%); } }
@media only screen and (max-width: 767px) {
    section.photo-blocks ul li {
      padding-bottom: 120%; }
      section.photo-blocks ul li > div {
        padding: 0px 20px; }
      section.photo-blocks ul li div.icon {
        width: 50px;
        height: 50px;
        margin-bottom: 0px; }
      section.photo-blocks ul li h3 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 1.0;
        height: 30px; }
      section.photo-blocks ul li button {
        font-size: 15px;
        white-space: normal;
        line-height: 1.0;
        padding-top: 2px;
        padding-bottom: 2px; } }
@supports (display: grid) {
    section.photo-blocks ul {
      display: grid;
      grid-template-columns: repeat(3, 33.333%); }
      section.photo-blocks ul.count4 {
        grid-template-columns: repeat(4, 25%); }
        section.photo-blocks ul.count4 li {
          width: 100%; }
        section.photo-blocks ul.count4 li > div div div.icon {
          grid-row: 9 / 17;
          grid-column: 9 / 17; }
        section.photo-blocks ul.count4 h3 {
          grid-row: 17 / 20; }
      section.photo-blocks ul li {
        float: none;
        width: auto; }
        section.photo-blocks ul li > div > div {
          display: grid;
          grid-gap: 0px;
          grid-template-columns: repeat(24, 1fr);
          grid-template-rows: repeat(24, 1fr); }
          section.photo-blocks ul li > div > div > * {
            width: 100% !important;
            height: 100% !important; }
          section.photo-blocks ul li > div > div div.icon {
            grid-row: 10 / 16;
            grid-column: 10 / 16;
            margin: 0 !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            section.photo-blocks ul li > div > div div.icon svg {
              width: 100%;
              height: auto; }
          section.photo-blocks ul li > div > div h3 {
            grid-row: 16 / 20;
            grid-column: 2 / 24;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin: 0 !important; }
          section.photo-blocks ul li > div > div button, section.photo-blocks ul li > div > div a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            line-height: 1.2;
            grid-row: 20 / span 4;
            grid-column: 2 / span 22;
            margin: 0 !important;
            padding: 0 !important; }
            section.photo-blocks ul li > div > div button span, section.photo-blocks ul li > div > div a span {
              position: relative;
              top: 1px; } }
section.find-a-job-misc-blocks > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
section.find-a-job-misc-blocks > div > section {
    margin-left: 20px;
    margin-right: 20px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
section.find-a-job-misc-blocks > div > section:first-child {
      margin-left: 0px; }
section.find-a-job-misc-blocks > div > section:last-child {
      margin-right: 0px; }
section.find-a-job-misc-blocks section.relocation {
  background-color: #ddeec5;
  font-size: 24px; }
section.find-a-job-misc-blocks section.relocation li {
    margin-bottom: 20px; }
section.find-a-job-misc-blocks section.latest-blog-post h2 ~ :not(h2):not(.section-title), section.find-a-job-misc-blocks section.latest-blog-post .section-title ~ :not(h2):not(.section-title) {
  margin-left: 17px;
  margin-right: 17px; }
@media only screen and (max-width: 767px) {
  section.find-a-job-misc-blocks section.latest-blog-post h2 ~ :not(h2):not(.section-title), section.find-a-job-misc-blocks section.latest-blog-post .section-title ~ :not(h2):not(.section-title) {
    margin-left: 0px;
    margin-right: auto; } }
section.find-a-job-misc-blocks section.latest-blog-post a {
  display: block; }
section.find-a-job-misc-blocks section.latest-blog-post a:link, section.find-a-job-misc-blocks section.latest-blog-post a:visited, section.find-a-job-misc-blocks section.latest-blog-post a:hover, section.find-a-job-misc-blocks section.latest-blog-post a:active, section.find-a-job-misc-blocks section.latest-blog-post a:focus {
    border-bottom: 0px; }
section.newsletter-signup > div {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto !important; }
section.newsletter-signup h2 {
  text-align: center; }
section.newsletter-signup div.fields input, section.newsletter-signup div.fields label {
  display: block; }
section.newsletter-signup div.fields input[type=text], section.newsletter-signup div.fields input[type=email] {
  width: 100%; }
section.newsletter-signup div.fields input[type=submit] {
  text-align: center;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 1.5;
  padding: 1px 12px 0px;
  white-space: nowrap;
  cursor: pointer;
  width: 150px; }
section.newsletter-signup div.fields input[type=submit], section.newsletter-signup div.fields input[type=submit]:link, section.newsletter-signup div.fields input[type=submit]:visited, section.newsletter-signup div.fields input[type=submit]:hover, section.newsletter-signup div.fields input[type=submit]:active, section.newsletter-signup div.fields input[type=submit]:focus {
    color: white;
    background-color: #8dc63f;
    text-decoration: none;
    border: 2px solid #8dc63f; }
section.newsletter-signup div.fields input[type=submit]:hover, section.newsletter-signup div.fields input[type=submit]:active, section.newsletter-signup div.fields input[type=submit]:focus {
    color: white;
    background-color: #d63c60;
    border-color: #d63c60; }
section.newsletter-signup div.fields label {
  font-weight: 600;
  margin: 0px 15px 15px;
  width: 100%;
  color: #8dc63f;
  text-transform: uppercase;
  letter-spacing: 1px; }
section.newsletter-signup div.fields div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }
section.newsletter-signup div.fields div.legal {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #555; }
section.newsletter-signup .wpcf7-display-none {
  display: none; }
section.film-role-chooser ul, section.film-role-chooser li {
  display: block;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  list-style: none;
  list-style-type: none;
  list-style-image: none; }
section.film-role-chooser ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  line-height: 1.2; }
section.film-role-chooser div {
  height: 100%; }
section.film-role-chooser h4 {
  text-transform: uppercase;
  margin-bottom: 5px; }
section.film-role-chooser p {
  margin: 0px; }
section.film-role-chooser a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px 40px; }
section.film-role-chooser a:link, section.film-role-chooser a:visited, section.film-role-chooser a:hover, section.film-role-chooser a:active, section.film-role-chooser a:focus {
    font-weight: 600;
    color: white;
    border: 0px none;
    opacity: 0.92; }
section.film-role-chooser a:hover, section.film-role-chooser a:active, section.film-role-chooser a:focus {
    opacity: 1; }
section.film-role-chooser a:after {
    content: '\2193';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 7px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.0; }
section.film-role-chooser li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin-left: 15px;
  margin-right: 15px;
  position: relative; }
section.film-role-chooser li:first-child {
    margin-left: 0px; }
section.film-role-chooser li:last-child {
    margin-right: 0px; }
section.film-role-chooser li:nth-child(1) a {
    background-color: #0774a4; }
section.film-role-chooser li:nth-child(2) a {
    background-color: #8dc63f; }
section.film-role-chooser li:nth-child(3) a {
    background-color: #10768a; }
section.film-role-chooser li:nth-child(4) a {
    background-color: #999999; }
section.grid h2.section-title {
  margin-bottom: 40px; }
section.grid ul, section.grid li {
  display: block;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  list-style: none;
  list-style-type: none;
  list-style-image: none; }
section.grid ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto; }
section.grid li {
  margin: 0px 2% 40px;
  margin-left: 15px;
  margin-right: 15px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
section.grid li > a {
    display: block; }
section.grid li > a div.placeholder {
      position: static; }
section.grid div.image.type-image {
  width: 100%;
  padding-bottom: 50%;
  position: relative; }
section.grid div.image.type-image img, section.grid div.image.type-image svg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center; }
section.grid.image-aspect-square div.image.type-image {
  padding-bottom: 100%; }
section.grid.image-aspect-tall div.image.type-image {
  padding-bottom: 150%; }
section.grid a > .image.type-image.no-image {
  padding-bottom: 0px; }
section.grid.columns1 li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
section.grid.columns2 li {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px); }
section.grid.columns3 li {
  -ms-flex-preferred-size: 29.3333%;
      flex-basis: 29.3333%;
  -ms-flex-preferred-size: calc(33.3333% - 30px);
      flex-basis: calc(33.3333% - 30px); }
@media (max-width: 649px) {
    section.grid.columns3 li {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-left: auto;
      margin-right: auto; } }
section.grid.columns4 li {
  -ms-flex-preferred-size: 21%;
      flex-basis: 21%;
  -ms-flex-preferred-size: calc(25% - 30px);
      flex-basis: calc(25% - 30px); }
@media (max-width: 959px) {
    section.grid.columns4 li {
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
      -ms-flex-preferred-size: calc(50% - 30px);
          flex-basis: calc(50% - 30px); } }
section.grid.columns5 li {
  -ms-flex-preferred-size: 16%;
      flex-basis: 16%;
  -ms-flex-preferred-size: calc(20% - 30px);
      flex-basis: calc(20% - 30px); }
@media (max-width: 959px) {
    section.grid.columns5 li {
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
      -ms-flex-preferred-size: calc(50% - 30px);
          flex-basis: calc(50% - 30px); } }
section.grid.columns6 li {
  -ms-flex-preferred-size: 12.6667;
      flex-basis: 12.6667;
  -ms-flex-preferred-size: calc(16.6667% - 30px);
      flex-basis: calc(16.6667% - 30px); }
@media (max-width: 1199px) {
    section.grid.columns6 li {
      -ms-flex-preferred-size: 29.3333%;
          flex-basis: 29.3333%;
      -ms-flex-preferred-size: calc(33.3333% - 30px);
          flex-basis: calc(33.3333% - 30px); } }
@media (max-width: 549px) {
    section.grid.columns6 li {
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
      -ms-flex-preferred-size: calc(50% - 30px);
          flex-basis: calc(50% - 30px); } }
@media (max-width: 767px) {
  section.grid div.image.type-image {
    padding-bottom: 75%; } }
@media (max-width: 399px) {
  section.grid li {
    min-width: 0px; } }
section.grid div.popup {
  display: none; }
section.grid h3, section.grid p {
  text-align: center; }
section.grid h3 {
  font-family: "source-sans-pro-n9", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
  color: #8dc63f;
  margin: 0px auto; }
section.grid h3.size-smaller {
    letter-spacing: 0px;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 0.9;
    margin-bottom: 3px; }
section.grid a:hover h3, section.grid a:active h3, section.grid a:focus h3 {
  color: #d63c60; }
section.grid p {
  line-height: 1.3; }
section.grid h3 + p {
  font-size: 15px;
  line-height: 1.1;
  margin-top: 5px; }
section.grid div.placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #999999;
  color: white;
  height: auto;
  font-weight: 600;
  min-height: 57px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.1;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 5px; }
section.grid a:link, section.grid a:visited, section.grid a:hover, section.grid a:active, section.grid a:focus {
  display: block;
  border-bottom: 0px; }
section.grid a:link div.placeholder, section.grid a:visited div.placeholder, section.grid a:hover div.placeholder, section.grid a:active div.placeholder, section.grid a:focus div.placeholder {
    background-color: #8dc63f; }
section.grid a:hover div.placeholder, section.grid a:active div.placeholder, section.grid a:focus div.placeholder {
  background-color: #d63c60; }
section.grid ul.image-type-mixed div.image {
  width: 140px;
  height: 140px;
  margin: 20px auto;
  padding-bottom: 0px; }
section.grid ul.image-type-mixed div.image img, section.grid ul.image-type-mixed div.image svg {
    position: static;
    -webkit-transform: none;
            transform: none; }
section.hot-jobs-form-link {
  width: 960px;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (min-width: 1200px) {
    section.hot-jobs-form-link {
      width: auto;
      margin-left: 50px;
      margin-right: 50px; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
    section.hot-jobs-form-link {
      width: 768px; } }
@media only screen and (max-width: 767px) {
    section.hot-jobs-form-link {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
section.hot-jobs-form-link > div {
    color: white;
    background-color: #8dc63f;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
    text-align: center; }
section.hot-jobs-form-link h2 {
    text-transform: none;
    letter-spacing: 0px; }
section.hot-jobs-form-link a {
    text-align: center;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 1.5;
    padding: 1px 12px 0px;
    white-space: nowrap;
    cursor: pointer; }
section.hot-jobs-form-link a, section.hot-jobs-form-link a:link, section.hot-jobs-form-link a:visited, section.hot-jobs-form-link a:hover, section.hot-jobs-form-link a:active, section.hot-jobs-form-link a:focus {
      color: white;
      background-color: #0774a4;
      text-decoration: none;
      border: 2px solid #0774a4; }
section.hot-jobs-form-link a:hover, section.hot-jobs-form-link a:active, section.hot-jobs-form-link a:focus {
      color: white;
      background-color: #d63c60;
      border-color: #d63c60; }
section.hot-jobs-list {
  color: #fff;
  background: #2cc1da; }
section.hot-jobs-list > div {
    width: 960px;
    margin-left: auto;
    margin-right: auto; }
@media only screen and (min-width: 1200px) {
      section.hot-jobs-list > div {
        width: auto;
        margin-left: 50px;
        margin-right: 50px; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
      section.hot-jobs-list > div {
        width: 768px; } }
@media only screen and (max-width: 767px) {
      section.hot-jobs-list > div {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
section.hot-jobs-list ol {
    -webkit-columns: 2;
            columns: 2;
    font-size: 16px; }
@media only screen and (max-width: 959px) {
      section.hot-jobs-list ol {
        -webkit-columns: auto;
                columns: auto; } }
section.hot-jobs-list li {
    margin-bottom: 10px; }
section.hot-jobs-list a {
    color: white; }
section.hot-jobs-list a:hover, section.hot-jobs-list a:active {
    border-bottom-color: white; }
body {
  background-color: white; }
:focus {
  outline-color: #0774a4; }
body > header :focus,
body > footer :focus {
  outline-color: #fbf804; }
body > header {
  height: 148px;
  position: relative;
  border-bottom: 1px solid #0774a4;
  margin-bottom: -66px;
  z-index: 2; }
body > header div.social-search {
    position: relative;
    padding-top: 10px;
    background-color: #0774a4;
    height: 82px;
    border-bottom: 2px solid #8dc63f;
    text-align: right; }
body > header div.social-search ul, body > header div.social-search li {
      display: block;
      margin: 0px;
      padding: 0px;
      text-indent: 0px;
      list-style: none;
      list-style-type: none;
      list-style-image: none; }
body > header div.social-search > div {
      width: 960px;
      margin-left: auto;
      margin-right: auto;
      padding: 0px 10px; }
@media only screen and (min-width: 1200px) {
        body > header div.social-search > div {
          width: 1200px;
          margin-left: auto;
          margin-right: auto; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
        body > header div.social-search > div {
          width: 768px; } }
@media only screen and (max-width: 767px) {
        body > header div.social-search > div {
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
body > header div.social-search > div > ul {
      display: inline-block; }
body > header div.social-search > div > ul > li {
        display: inline-block;
        vertical-align: middle; }
body > header div.social-search > div > ul > li > a {
          font-size: 0.1px;
          text-indent: 100%;
          text-align: left;
          white-space: nowrap;
          overflow: hidden;
          display: block;
          padding: 0px;
          color: transparent;
          display: block;
          height: 25px;
          background-image: url(../images/social.png);
          background-repeat: no-repeat;
          background-size: 152px 50px; }
body > header div.social-search > div > ul > li > a:link, body > header div.social-search > div > ul > li > a:visited, body > header div.social-search > div > ul > li > a:hover, body > header div.social-search > div > ul > li > a:active {
            border-bottom: 0px none; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
            body > header div.social-search > div > ul > li > a {
              background-image: url(../images/social@2x.png); } }
body > header div.social-search > div > ul > li.facebook > a {
          width: 19px;
          background-position: 0px top; }
body > header div.social-search > div > ul > li.facebook > a:hover {
            background-position: 0px bottom; }
body > header div.social-search > div > ul > li.twitter > a {
          width: 29px;
          background-position: -19px top; }
body > header div.social-search > div > ul > li.twitter > a:hover {
            background-position: -19px bottom; }
body > header div.social-search > div > ul > li.linkedin > a {
          width: 27px;
          background-position: -48px top; }
body > header div.social-search > div > ul > li.linkedin > a:hover {
            background-position: -48px bottom; }
body > header div.social-search > div > ul > li.youtube > a {
          width: 29px;
          background-position: -75px top; }
body > header div.social-search > div > ul > li.youtube > a:hover {
            background-position: -75px bottom; }
body > header div.social-search > div > ul > li.instagram > a {
          width: 24px;
          background-position: -104px top; }
body > header div.social-search > div > ul > li.instagram > a:hover {
            background-position: -104px bottom; }
body > header div.social-search > div > ul > li.rss > a {
          width: 24px;
          background-position: -128px top; }
body > header div.social-search > div > ul > li.rss > a:hover {
            background-position: -128px bottom; }
body > header div.social-search > div > ul > li.rss {
        display: none; }
body > header div.social-search .search {
      margin-left: 10px;
      display: inline-block; }
body > header div.social-search .search form {
        white-space: nowrap; }
body > header div.social-search .search label {
        font-size: 0.1px;
        text-indent: 100%;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        padding: 0px;
        color: transparent;
        display: inline-block;
        width: 0px; }
body > header div.social-search .search button.toggle {
        background: none;
        border: 0px none;
        -webkit-appearance: none;
        width: 24px;
        height: 24px;
        vertical-align: middle;
        padding: 0px;
        margin: 0px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        outline: none; }
body > header div.social-search .search button.toggle:disabled {
          cursor: default; }
body > header div.social-search .search button.toggle:active {
          outline: none; }
body > header div.social-search .search button.toggle svg {
          display: inline-block;
          height: 20px;
          width: auto; }
body > header div.social-search .search button.toggle svg .a {
            fill: white; }
body > header div.social-search .search span.fields {
        display: inline-block;
        vertical-align: middle; }
body > header div.social-search .search button[type='submit'] {
        font-size: 0.1px;
        text-indent: 100%;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        padding: 0px;
        color: transparent;
        display: inline-block;
        vertical-align: middle;
        border: 0px none;
        width: 30px;
        height: 24px;
        background: url(../images/search-button.png) center center no-repeat;
        background-size: 30px 24px;
        cursor: pointer;
        outline-color: #fbf804;
        position: relative;
        z-index: 1; }
body > header div.social-search .search form.js button.toggle {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; }
body > header div.social-search .search form.js span.fields {
        max-width: 0px;
        opacity: 0;
        overflow: hidden; }
body > header div.social-search .search form.js.expanded span.fields {
        opacity: 1;
        max-width: 260px; }
body > header div.social-search .search form.interacted span.fields {
        -webkit-transition: 0.3s all;
        transition: 0.3s all; }
body > header div.social-search .search input {
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border: 1px solid #cdcdd0;
        border-right: 0px none;
        padding: 1px;
        margin-right: 0px;
        font-size: 20px;
        line-height: 20px;
        height: 24px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 3px;
        background: white;
        background-size: 20px auto;
        vertical-align: middle;
        outline-color: #fbf804;
        max-width: 90%;
        max-width: calc(100% - 30px);
        position: relative;
        z-index: 2; }
body > header nav {
    position: relative; }
body > header nav ul, body > header nav li {
      display: block;
      margin: 0px;
      padding: 0px;
      text-indent: 0px;
      list-style: none;
      list-style-type: none;
      list-style-image: none; }
body > header nav li {
      position: relative; }
body > header nav a:link, body > header nav a:visited, body > header nav a:hover, body > header nav a:active, body > header nav a:focus {
      color: white;
      border-bottom: 0px none; }
body > header nav a:hover, body > header nav a:active, body > header nav a:focus {
      color: #fbf804; }
body > header nav > div {
      width: 960px;
      margin-left: auto;
      margin-right: auto;
      height: 65px;
      padding-left: 245px;
      padding-right: 10px; }
@media only screen and (min-width: 1200px) {
        body > header nav > div {
          width: 1200px;
          margin-left: auto;
          margin-right: auto; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
        body > header nav > div {
          width: 768px; } }
@media only screen and (max-width: 767px) {
        body > header nav > div {
          width: 90%;
          margin-left: 5%;
          margin-right: 5%; } }
body > header nav > div > ul {
        margin-left: auto;
        margin-right: auto;
        height: 65px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: 100%; }
body > header nav > div > ul:after {
          content: ".";
          display: block;
          font-size: 0.1px;
          line-height: 0px;
          height: 0px;
          clear: both;
          visibility: hidden; }
body > header nav > div > ul > li {
          float: left;
          height: 32.5px;
          width: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
body > header nav > div > ul > li.career-search > a {
            text-align: center;
            display: inline-block;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 17px;
            line-height: 1.5;
            padding: 1px 12px 0px;
            white-space: nowrap;
            cursor: pointer;
            font-family: "source-sans-pro-n7", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
            font-weight: 600;
            height: auto;
            white-space: nowrap;
            letter-spacing: 0px;
            font-size: 18px; }
body > header nav > div > ul > li.career-search > a, body > header nav > div > ul > li.career-search > a:link, body > header nav > div > ul > li.career-search > a:visited, body > header nav > div > ul > li.career-search > a:hover, body > header nav > div > ul > li.career-search > a:active, body > header nav > div > ul > li.career-search > a:focus {
              color: white;
              background-color: #8dc63f;
              text-decoration: none;
              border: 2px solid white; }
body > header nav > div > ul > li.career-search > a:hover, body > header nav > div > ul > li.career-search > a:active, body > header nav > div > ul > li.career-search > a:focus {
              color: white;
              background-color: #d63c60;
              border-color: white; }
body > header nav > div > ul > li > a {
            font-family: "source-sans-pro-n7", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            line-height: 1.1;
            display: block;
            margin: auto;
            height: 32.5px;
            padding: 0px 8px;
            border-left: 2px solid transparent;
            border-right: 2px solid transparent;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            text-align: center; }
body > header nav > div > ul > li > a span {
              position: relative;
              display: block;
              top: -1px; }
body > header nav > div > ul > li:hover > a,
          body > header nav > div > ul > li:focus-within > a {
            border-color: #519ebf; }
@supports ((width: -webkit-min-content) or (width: -moz-min-content) or (width: min-content)) {
          body > header nav > div > ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            body > header nav > div > ul > li {
              float: none;
              width: -webkit-min-content;
              width: -moz-min-content;
              width: min-content;
              max-width: none;
              height: 65px; }
              body > header nav > div > ul > li > a {
                height: 65px; } }
body > header nav > div > ul ul {
          z-index: 1; }
body > header nav > div > ul ul ul {
          z-index: 2; }
body > header nav > div > ul ul ul ul {
          z-index: 3; }
body > header nav > div > ul ul {
          display: none;
          white-space: nowrap; }
body > header nav > div > ul ul a {
            display: block;
            padding: 10px;
            font-size: 15px;
            line-height: 1.1; }
body > header nav > div > ul ul li:hover, body > header nav > div > ul ul li:focus-within {
            background-color: #519ebf; }
body > header nav > div > ul ul li.menu-item-has-children {
            border-right-color: white; }
body > header nav > div > ul ul li.menu-item-has-children:hover, body > header nav > div > ul ul li.menu-item-has-children:focus-within {
              border-right-color: #519ebf; }
body > header nav > div > ul ul > li:nth-child(n + 4).menu-item-has-children {
            border-right-color: #519ebf;
            border-left-color: white; }
body > header nav > div > ul li.menu-item-3877 > ul {
          white-space: normal;
          min-width: 200px; }
body > header nav > div > ul li:hover, body > header nav > div > ul li:hover ul, body > header nav > div > ul li:focus-within, body > header nav > div > ul li:focus-within ul {
          background-color: #0774a4; }
body > header nav > div > ul li:hover > ul, body > header nav > div > ul li:focus-within > ul {
          display: block;
          position: absolute; }
body > header nav > div > ul li:hover.career-search, body > header nav > div > ul li:focus-within.career-search {
          background-color: transparent; }
body > header nav > div > ul > li > ul {
          top: 100%;
          left: 0px; }
body > header nav > div > ul > li > ul > li {
            border-left: 2px solid #519ebf;
            border-right: 2px solid #519ebf; }
body > header nav > div > ul > li:nth-child(n + 4) > ul {
          left: auto;
          right: 0px; }
body > header nav > div > ul > li > ul ul {
          left: 100%;
          left: calc(100% + 2px);
          top: 0px; }
body > header nav > div > ul > li:nth-child(n + 4) > ul ul {
          left: auto;
          right: 100%;
          right: calc(100% + 2px); }
body.no-header > header {
  margin-bottom: 40px; }
body.no-header > header nav {
    background-color: #0774a4; }
body.no-header #site-name > div {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, .5); }
#site-name {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  position: relative; }
@media only screen and (min-width: 1200px) {
    #site-name {
      width: auto;
      margin-left: 50px;
      margin-right: 50px; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
    #site-name {
      width: 768px; } }
@media only screen and (max-width: 767px) {
    #site-name {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
@media only screen and (min-width: 1200px) {
    #site-name {
      margin-left: auto;
      margin-right: auto; } }
#site-name :focus {
    outline-color: #0774a4; }
#site-name > * {
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 2;
    background-color: white;
    width: 225px;
    height: 173px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    padding: 20px; }
#site-name a {
    display: block;
    width: 100%;
    height: 100%; }
#site-name a:link, #site-name a:visited, #site-name a:hover, #site-name a:active, #site-name a:focus {
      border-bottom: 0px none; }
#site-name a > h1,
    #site-name a > strong {
      font-size: 0.1px;
      text-indent: 100%;
      text-align: left;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      padding: 0px;
      color: transparent;
      background: url("../images/logo.svg") center center no-repeat;
      background-size: 100% auto;
      height: 0px;
      padding-bottom: 56.1814%; }
#site-name a > span {
      display: none; }
#site-name a > h2,
    #site-name a > small {
      font-family: "source-sans-pro-n7", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-weight: 600;
      letter-spacing: 0px;
      text-transform: none;
      font-size: 18px;
      color: #999999;
      text-align: center;
      display: block;
      margin-top: 10px; }
header.feature {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  border-bottom: 15px solid #8dc63f;
  padding: 145px 0px 40px; }
header.feature.bg-left {
    background-position: left center; }
header.feature.bg-right {
    background-position: right center; }
header.feature.bg-center {
    background-position: center center; }
header.feature :focus {
    outline-color: #fbf804; }
header.feature div.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(7, 116, 164, .7) 0px, rgba(7, 116, 164, .7) 66px, transparent 66px, transparent 100%), linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    mix-blend-mode: multiply; }
header.feature.text div.overlay {
    background: linear-gradient(to bottom, rgba(7, 116, 164, .7) 0px, rgba(7, 116, 164, .7) 66px, transparent 66px, transparent 100%), radial-gradient(ellipse farthest-corner at 80% 20%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%); }
header.feature div.feature-content {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 250px;
    position: relative;
    z-index: 1; }
@media only screen and (min-width: 1200px) {
      header.feature div.feature-content {
        width: auto;
        margin-left: 50px;
        margin-right: 50px; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
      header.feature div.feature-content {
        width: 768px; } }
@media only screen and (max-width: 767px) {
      header.feature div.feature-content {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
header.feature div.feature-header {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "source-sans-pro-n9", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: -0.05em;
    line-height: 0.8;
    margin-bottom: 50px;
    font-size: 100px;
    color: white;
    max-width: 60%; }
header.feature div.feature-header strong {
      color: #8dc63f;
      font-weight: 900; }
header.feature div.feature-header h1 {
      font-family: "source-sans-pro-n9", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-weight: 900;
      font-style: normal;
      line-height: 0.8;
      font-size: 150px;
      margin: 0px auto;
      position: relative;
      left: -10px;
      letter-spacing: -0.05em; }
header.feature div.feature-header p {
      margin: 0px auto 50px; }
header.feature div.feature-body p {
    font-family: "source-sans-pro-n7", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: white;
    max-width: 31em; }
header.feature a.button {
    text-align: center;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 1.5;
    padding: 1px 12px 0px;
    white-space: nowrap;
    cursor: pointer; }
header.feature a.button, header.feature a.button:link, header.feature a.button:visited, header.feature a.button:hover, header.feature a.button:active, header.feature a.button:focus {
      color: white;
      background-color: #8dc63f;
      text-decoration: none;
      border: 2px solid #8dc63f; }
header.feature a.button:hover, header.feature a.button:active, header.feature a.button:focus {
      color: white;
      background-color: #0774a4;
      border-color: #8dc63f; }
.home header.feature {
  padding: 65px 0px 0px; }
header.feature.bg-type-video div.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1; }
header.feature.bg-type-video div.bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center; }
.quick-links-wrapper {
  background-color: #8dc63f;
  padding: 10px 0; }
aside.quick-links {
  font-family: "source-sans-pro-n7", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto; }
aside.quick-links h3 {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    font-size: 30px;
    line-height: 127px;
    max-width: 5em;
    margin-bottom: 15px;
    line-height: 0.9;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
aside.quick-links ul, aside.quick-links li {
    display: block;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    list-style: none;
    list-style-type: none;
    list-style-image: none; }
aside.quick-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 612px;
        flex-basis: 612px;
    -ms-flex-negative: 2;
        flex-shrink: 2; }
aside.quick-links ul li {
      margin: 0px 0px 15px;
      line-height: 127px;
      vertical-align: bottom;
      height: 100%;
      -ms-flex-preferred-size: 153px;
          flex-basis: 153px; }
aside.quick-links ul li a {
        font-size: 0.1px;
        text-indent: 100%;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        padding: 0px;
        color: transparent;
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center bottom; }
aside.quick-links ul li a:link, aside.quick-links ul li a:visited, aside.quick-links ul li a:hover, aside.quick-links ul li a:active, aside.quick-links ul li a:focus {
          border-bottom: 0px none; }
aside.quick-links ul li.careers {
        width: 126px; }
aside.quick-links ul li.careers a {
          background-image: url(../images/quick-links/careers.svg); }
aside.quick-links ul li.entrepreneurship {
        width: 153px; }
aside.quick-links ul li.entrepreneurship a {
          background-image: url(../images/quick-links/entrepreneurship.svg); }
aside.quick-links ul li.sites {
        width: 126px; }
aside.quick-links ul li.sites a {
          background-image: url(../images/quick-links/sites.svg); }
aside.quick-links ul li.filming {
        width: 126px; }
aside.quick-links ul li.filming a {
          background-image: url(../images/quick-links/filming.svg); }
.home aside.quick-links {
  color: white; }
#powerTip {
  background-color: #0774a4;
  border: 0px none;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 300px;
  white-space: normal;
  font-size: 15px;
  line-height: 1.2; }
#powerTip a:link, #powerTip a:visited, #powerTip a:hover, #powerTip a:active, #powerTip a:focus {
    color: white; }
#powerTip a:hover, #powerTip a:active, #powerTip a:focus {
    color: #fbf804;
    border-bottom-color: white; }
#powerTip.n:before, #powerTip.ne:before, #powerTip.nw:before {
    border-top-color: #0774a4; }
#powerTip.e:before {
    border-right-color: #0774a4; }
#powerTip.s:before, #powerTip.se-before, #powerTip.sw-before {
    border-bottom-color: #0774a4; }
#powerTip.w:before {
    border-left-color: #0774a4; }
body > footer {
  background-color: #0774a4;
  border-top: 50px solid #2cc1da;
  color: white; }
body > footer > div {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 60px 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
@media only screen and (min-width: 1200px) {
      body > footer > div {
        width: auto;
        margin-left: 50px;
        margin-right: 50px; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
      body > footer > div {
        width: 768px; } }
@media only screen and (max-width: 767px) {
      body > footer > div {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
body > footer > div:before {
      content: ' ';
      display: block;
      position: absolute;
      top: 0px;
      left: 10px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 84px;
      height: 83px;
      background: url(../images/dingbat.svg) center center no-repeat;
      background-size: 84px 83px; }
@media (min-width: 1200px) and (max-width: 1262px), (min-width: 960px) and (max-width: 1022px), (min-width: 768px) and (max-width: 830px) {
        body > footer > div:before {
          -webkit-transform: translate(0px, -50%);
                  transform: translate(0px, -50%); } }
body > footer > div > * {
    margin-bottom: 40px; }
body > footer address, body > footer ul.primary {
    vertical-align: top; }
body > footer address {
    max-width: 15em;
    letter-spacing: 0px;
    font-style: normal; }
body > footer address a:link, body > footer address a:visited, body > footer address a:hover, body > footer address a:active, body > footer address a.focus {
      color: white;
      border-bottom-color: white; }
body > footer address a:hover, body > footer address a:active, body > footer address a:focus {
      color: #fbf804;
      border-bottom-color: #fbf804; }
body > footer address h2 {
      margin-bottom: 0.2em;
      font-size: 24px; }
body > footer address p {
      margin-top: 0px; }
body > footer address strong {
      text-transform: uppercase; }
body > footer ul, body > footer li {
    display: block;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    list-style: none;
    list-style-type: none;
    list-style-image: none; }
body > footer div.primary {
    padding-left: 20px;
    border-left: 3px solid #8dc63f;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
body > footer div.primary li {
      margin-right: 25px; }
body > footer div.primary a {
      letter-spacing: 1px;
      text-transform: uppercase;
      display: block;
      width: 100%;
      padding: 3px 0px;
      font-size: 17px; }
body > footer div.primary a:link, body > footer div.primary a:visited, body > footer div.primary a:hover, body > footer div.primary a:active, body > footer div.primary a:focus {
        border-bottom: 0px none;
        color: white; }
body > footer div.primary a:hover, body > footer div.primary a:active, body > footer div.primary a:focus {
        color: #fbf804; }
body > footer div.secondary {
    text-align: right;
    position: relative;
    padding-bottom: 45px; }
body > footer div.secondary a:link, body > footer div.secondary a:visited, body > footer div.secondary a:hover, body > footer div.secondary a:active, body > footer div.secondary a:focus {
      color: white;
      border-bottom: 0px none; }
body > footer div.secondary a:hover, body > footer div.secondary a:active, body > footer div.secondary a:focus {
      color: #fbf804; }
body > footer div.secondary ul.misc li {
      letter-spacing: 1px;
      text-transform: uppercase;
      display: inline-block;
      font-size: 18px;
      position: relative;
      right: -6px; }
body > footer div.secondary ul.misc li a {
        display: block;
        padding: 3px 6px; }
body > footer div.secondary ul.misc li.career-search {
        position: absolute;
        right: 0px;
        bottom: 0px; }
body > footer div.secondary ul.misc li.career-search > a {
          text-align: center;
          display: inline-block;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 17px;
          line-height: 1.5;
          padding: 1px 12px 0px;
          white-space: nowrap;
          cursor: pointer; }
body > footer div.secondary ul.misc li.career-search > a, body > footer div.secondary ul.misc li.career-search > a:link, body > footer div.secondary ul.misc li.career-search > a:visited, body > footer div.secondary ul.misc li.career-search > a:hover, body > footer div.secondary ul.misc li.career-search > a:active, body > footer div.secondary ul.misc li.career-search > a:focus {
            color: white;
            background-color: #8dc63f;
            text-decoration: none;
            border: 2px solid white; }
body > footer div.secondary ul.misc li.career-search > a:hover, body > footer div.secondary ul.misc li.career-search > a:active, body > footer div.secondary ul.misc li.career-search > a:focus {
            color: white;
            background-color: #d63c60;
            border-color: white; }
body > footer div.secondary ul.social > li {
      display: inline-block;
      vertical-align: middle; }
body > footer div.secondary ul.social > li > a {
        font-size: 0.1px;
        text-indent: 100%;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        padding: 0px;
        color: transparent;
        display: block;
        height: 25px;
        background-image: url(../images/social.png);
        background-repeat: no-repeat;
        background-size: 152px 50px; }
body > footer div.secondary ul.social > li > a:link, body > footer div.secondary ul.social > li > a:visited, body > footer div.secondary ul.social > li > a:hover, body > footer div.secondary ul.social > li > a:active {
          border-bottom: 0px none; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
          body > footer div.secondary ul.social > li > a {
            background-image: url(../images/social@2x.png); } }
body > footer div.secondary ul.social > li.facebook > a {
        width: 19px;
        background-position: 0px top; }
body > footer div.secondary ul.social > li.facebook > a:hover {
          background-position: 0px bottom; }
body > footer div.secondary ul.social > li.twitter > a {
        width: 29px;
        background-position: -19px top; }
body > footer div.secondary ul.social > li.twitter > a:hover {
          background-position: -19px bottom; }
body > footer div.secondary ul.social > li.linkedin > a {
        width: 27px;
        background-position: -48px top; }
body > footer div.secondary ul.social > li.linkedin > a:hover {
          background-position: -48px bottom; }
body > footer div.secondary ul.social > li.youtube > a {
        width: 29px;
        background-position: -75px top; }
body > footer div.secondary ul.social > li.youtube > a:hover {
          background-position: -75px bottom; }
body > footer div.secondary ul.social > li.instagram > a {
        width: 24px;
        background-position: -104px top; }
body > footer div.secondary ul.social > li.instagram > a:hover {
          background-position: -104px bottom; }
body > footer div.secondary ul.social > li.rss > a {
        width: 24px;
        background-position: -128px top; }
body > footer div.secondary ul.social > li.rss > a:hover {
          background-position: -128px bottom; }
body > footer p.copyright {
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.0;
    width: 100%;
    text-align: center; }
main > article > header {
  min-height: 400px;
  padding-top: 1px;
  background-size: cover;
  background-position: center center;
  position: relative; }
main > article > header > .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 100%); }
.breadcrumb {
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 8px 0px;
  font-size: 16px; }
.breadcrumb a {
    white-space: nowrap; }
.breadcrumb a:not(:link):hover, .breadcrumb a:not(:link):focus {
      border-bottom: 0px none;
      cursor: default;
      color: black; }
article > .main > .content > section:not(.full) > div {
  width: 960px;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (min-width: 1200px) {
    article > .main > .content > section:not(.full) > div {
      width: auto;
      margin-left: 80px;
      margin-right: 80px; } }
@media only screen and (min-width: 960px) and (max-width: 1199px) {
    article > .main > .content > section:not(.full) > div {
      padding-left: 15px;
      padding-right: 15px; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
    article > .main > .content > section:not(.full) > div {
      width: 768px; } }
@media only screen and (max-width: 767px) {
    article > .main > .content > section:not(.full) > div {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
article hgroup {
  background: #0774a4;
  color: white;
  padding: 15px 15px; }
article hgroup h1 {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0px;
    text-transform: none;
    font-family: "source-sans-pro-n9", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    padding: 5px 0px 5px 10px;
    border-left: 5px solid #8dc63f; }
@media only screen and (min-width: 1200px) {
      article hgroup h1 {
        width: auto;
        margin-left: 50px;
        margin-right: 50px; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
      article hgroup h1 {
        width: 768px; } }
@media only screen and (max-width: 767px) {
      article hgroup h1 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
article hgroup h1 small {
      text-transform: none;
      font-size: 77%;
      opacity: 0.7;
      font-weight: normal; }
article.property {
  color: #6e6e6e; }
article.property div.main {
    width: 960px;
    margin-left: auto;
    margin-right: auto; }
@media only screen and (min-width: 1200px) {
      article.property div.main {
        width: auto;
        margin-left: 50px;
        margin-right: 50px; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
      article.property div.main {
        width: 768px; } }
@media only screen and (max-width: 767px) {
      article.property div.main {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
article.property div.main > div.content h2 {
      font-family: "source-sans-pro-n9", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-weight: 900;
      font-style: normal;
      letter-spacing: 0px;
      text-transform: none;
      line-height: 1;
      font-size: 27px;
      text-transform: uppercase;
      color: #d63c60;
      padding-bottom: 5px;
      border-left: 0px none;
      padding-left: 0px;
      border-bottom: 3px solid #6e6e6e;
      margin-bottom: 15px; }
article.property div.main > div.content h3 {
      font-family: "source-sans-pro-n9", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-weight: 900;
      font-style: normal;
      letter-spacing: 0px;
      text-transform: none;
      color: #d63c60;
      text-transform: uppercase;
      padding-left: 13px;
      border-left: 3px solid #d63c60;
      font-size: 21px;
      padding: 4px 0px 4px 12px; }
article.property div.statistics, article.property div.imagery {
    line-height: 1.0; }
article.property div.statistics > div {
    margin: 0px 15px; }
article.property div.statistics strong {
    font-family: "source-sans-pro-n9", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-weight: bold;
    color: #8dc63f;
    display: block; }
article.property div.imagery {
    margin-top: 32px; }
article.property div.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
article.property div.top > * {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      -ms-flex-preferred-size: calc(50% - 30px);
          flex-basis: calc(50% - 30px);
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding-left: 15px;
      padding-right: 15px; }
article.property div.misc, article.property footer {
    margin-left: 30px;
    margin-right: 30px; }
article.property footer {
    font-size: 14px;
    text-align: center; }
h2.section-title {
  font-family: "source-sans-pro-n7", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  border-left: 3px solid #8dc63f;
  padding-left: 12px;
  clear: both; }
div.addresses {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  line-height: 1.2; }
div.addresses p {
    -webkit-column-break-inside: avoid;
            break-inside: avoid; }
div.addresses a {
    display: inline-block;
    margin-bottom: 2px; }
div.pager {
  text-align: center;
  font-size: 15px;
  margin-top: 40px;
  margin-bottom: -10px; }
div.pager ul, div.pager li {
    display: block;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    list-style: none;
    list-style-type: none;
    list-style-image: none; }
div.pager li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 10px; }
div.pager span, div.pager a {
    display: block;
    padding: 1px 6px;
    border: 1px solid #999999;
    color: #999999; }
div.pager span {
    cursor: default; }
div.pager a:link, div.pager a:visited, div.pager a:hover, div.pager a:active, div.pager a:focus {
    color: #0774a4;
    border-color: #0774a4; }
div.pager a:hover, div.pager a:active, div.pager a:focus {
    color: #d63c60;
    border-color: #d63c60; }
div.pager li.current span {
    color: black;
    font-weight: 600; }
div.pager li.ellipsis span {
    border-color: transparent;
    padding: 1px; }
article.post hgroup {
  margin-bottom: 0px; }
article.post img.featured {
  margin-bottom: 30px;
  display: block; }
article.post img.featured.landscape {
    display: block;
    width: 100%;
    border-bottom: 10px solid #8dc63f; }
article.post img.featured.portrait {
    margin: 30px auto; }
article.post div.body {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  margin-bottom: 30px; }
@media only screen and (min-width: 1200px) {
    article.post div.body {
      width: auto;
      margin-left: 50px;
      margin-right: 50px; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
    article.post div.body {
      width: 768px; } }
@media only screen and (max-width: 767px) {
    article.post div.body {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
@media only screen and (min-width: 1200px) {
    article.post div.body {
      margin-left: auto;
      margin-right: auto; } }
article.post div.body p {
    margin: 0.8em auto; }
article.post p.meta {
  font-style: italic;
  font-weight: bold;
  color: #2b2e31; }
div.main > div.content > section,
#job-search-form > section,
#job-search-form + div.expanded > section {
  padding: 40px 0px; }
div.main > div.content > section.white + section.white,
#job-search-form > section.white + section.white,
#job-search-form + div.expanded > section.white + section.white {
  padding-top: 0px; }
div.main > div.content > section.light-gray + section.light-gray,
#job-search-form > section.light-gray + section.light-gray,
#job-search-form + div.expanded > section.light-gray + section.light-gray {
  padding-top: 0px; }
div.main > div.content > section.blue + section.blue,
#job-search-form > section.blue + section.blue,
#job-search-form + div.expanded > section.blue + section.blue {
  padding-top: 0px; }
div.main > div.content > section.charcoal + section.charcoal,
#job-search-form > section.charcoal + section.charcoal,
#job-search-form + div.expanded > section.charcoal + section.charcoal {
  padding-top: 0px; }
div.main > div.content > section.full,
#job-search-form > section.full,
#job-search-form + div.expanded > section.full {
  padding-top: 0px;
  padding-bottom: 0px; }
div.main > div.content > section.photo-blocks.full,
#job-search-form > section.photo-blocks.full,
#job-search-form + div.expanded > section.photo-blocks.full {
  padding: 0px; }
article.property .main {
  margin-top: 40px;
  margin-bottom: 40px; }
article.property .misc {
  margin-bottom: 40px; }
#job-search-form ul.categories {
  margin-top: 40px; }
section.job-search-results {
  width: 960px;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (min-width: 1200px) {
    section.job-search-results {
      width: auto;
      margin-left: 50px;
      margin-right: 50px; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
    section.job-search-results {
      width: 768px; } }
@media only screen and (max-width: 767px) {
    section.job-search-results {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
section.job-search-results div.error {
    background-color: #fcc;
    border: 1px solid #900;
    padding: 20px;
    max-width: 30em;
    margin-left: auto !important;
    margin-right: auto !important; }
section.job-search-results div.error code {
      display: inline-block;
      font-size: 15px;
      padding: 0px 2px;
      background-color: #ddd;
      border: 1px solid #999;
      white-space: nowrap;
      margin: 0px 3px; }
div.pager:last-child {
  margin-bottom: 40px; }
div.pager:last-child ul {
    margin-bottom: -10px; }
article.property > .main > .content section, article.property > .main > .content div.top {
  margin-top: 40px; }
article.property > .main > .content section:first-child {
  margin-top: 0px; }
article.job > .main > .content p.location {
  white-space: pre-line;
  margin-bottom: 20px;
  font-size: 24px; }
article.job > .main > .content a.apply {
  text-align: center;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 1.5;
  padding: 1px 12px 0px;
  white-space: nowrap;
  cursor: pointer;
  margin-top: 20px; }
article.job > .main > .content a.apply, article.job > .main > .content a.apply:link, article.job > .main > .content a.apply:visited, article.job > .main > .content a.apply:hover, article.job > .main > .content a.apply:active, article.job > .main > .content a.apply:focus {
    color: white;
    background-color: #0078ae;
    text-decoration: none;
    border: 2px solid #8dc63f; }
article.job > .main > .content a.apply:hover, article.job > .main > .content a.apply:active, article.job > .main > .content a.apply:focus {
    color: white;
    background-color: #8dc63f;
    border-color: #8dc63f; }
body.page-id-47 section.contact-form {
  /*	h2 {
			@include source-black;
			font-size: 24px;
			padding-left: 0px;
			border-left: 0px;
			color: $blue-dark;
		} */ }
body.page-id-47 section.contact-form input, body.page-id-47 section.contact-form textarea {
    border: 0px none; }
body.page-id-47 section.contact-form label {
    margin-bottom: 10px; }
body.page-id-47 section.contact-form label span {
      font-family: "source-sans-pro-n4", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-weight: 400;
      text-transform: none;
      font-size: 100%;
      color: black; }
body.page-id-47 section.contact-form form {
    background-color: #ddeec5;
    padding: 20px; }
body.page-id-13 main section.body-text {
  font-size: 20px; }
body.page-id-13 main section h2.section-title {
  text-align: center;
  padding-left: 0px;
  border-left: 0px none;
  max-width: none; }
body.page-id-13 main section h4 {
  font-size: 36px;
  line-height: 1.1;
  text-align: center;
  color: #8dc63f; }
body.page-id-66 section.logos + section.body-text {
  margin-top: 20px; }
@counter-style parenthesized-letters {
  system: alphabetic;
  prefix: '(';
  suffix: ')'; }
article.what-we-do section.body-text ol {
  list-style-type: lower-alpha;
  list-style-type: parenthesized-letters; }
.page-id-21 section.search, .page-id-3928 section.search {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
@media only screen and (min-width: 1200px) {
    .page-id-21 section.search, .page-id-3928 section.search {
      width: auto;
      margin-left: 50px;
      margin-right: 50px; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
    .page-id-21 section.search, .page-id-3928 section.search {
      width: 768px; } }
@media only screen and (max-width: 767px) {
    .page-id-21 section.search, .page-id-3928 section.search {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
.page-id-21 section.search > *, .page-id-3928 section.search > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
.page-id-21 section.search > div.image img, .page-id-3928 section.search > div.image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%; }
.page-id-21 section.search > div, .page-id-3928 section.search > div {
    padding: 25px; }
@media only screen and (max-width: 959px) {
    .page-id-21 section.search > div.image, .page-id-3928 section.search > div.image {
      display: none; }
    .page-id-21 section.search > div.content, .page-id-3928 section.search > div.content {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
.page-id-21 section.search input[type='search'], .page-id-3928 section.search input[type='search'] {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    border-radius: 0px;
    font-size: 18px;
    padding: 6px;
    border: 1px solid #999999;
    margin-bottom: 10px; }
.page-id-21 section.search h2, .page-id-3928 section.search h2 {
    color: #6e6e6e;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none; }
.page-id-21 section.search p, .page-id-3928 section.search p {
    font-size: 16px; }
.page-id-21 section.search div.highlight, .page-id-3928 section.search div.highlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
.page-id-21 section.search div.highlight img, .page-id-3928 section.search div.highlight img {
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center center;
         object-position: center center; }
.page-id-21 section.search div.highlight div.link, .page-id-3928 section.search div.highlight div.link {
      text-align: right;
      justify-self: end; }
.page-id-21 section.search div.highlight div.link a, .page-id-3928 section.search div.highlight div.link a {
        text-align: center;
        display: inline-block;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 17px;
        line-height: 1.5;
        padding: 1px 12px 0px;
        white-space: nowrap;
        cursor: pointer;
        height: 41px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
.page-id-21 section.search div.highlight div.link a, .page-id-21 section.search div.highlight div.link a:link, .page-id-21 section.search div.highlight div.link a:visited, .page-id-21 section.search div.highlight div.link a:hover, .page-id-21 section.search div.highlight div.link a:active, .page-id-21 section.search div.highlight div.link a:focus, .page-id-3928 section.search div.highlight div.link a, .page-id-3928 section.search div.highlight div.link a:link, .page-id-3928 section.search div.highlight div.link a:visited, .page-id-3928 section.search div.highlight div.link a:hover, .page-id-3928 section.search div.highlight div.link a:active, .page-id-3928 section.search div.highlight div.link a:focus {
          color: white;
          background-color: #8dc63f;
          text-decoration: none;
          border: 4px solid #8dc63f; }
.page-id-21 section.search div.highlight div.link a:hover, .page-id-21 section.search div.highlight div.link a:active, .page-id-21 section.search div.highlight div.link a:focus, .page-id-3928 section.search div.highlight div.link a:hover, .page-id-3928 section.search div.highlight div.link a:active, .page-id-3928 section.search div.highlight div.link a:focus {
          color: white;
          background-color: #d63c60;
          border-color: #d63c60; }
.page-id-21 section.search div.content img, .page-id-3928 section.search div.content img {
    display: block;
    margin: auto;
    width: 150px; }
.page-id-21 section.search div.content div.fields, .page-id-3928 section.search div.content div.fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 41px;
    width: 100%; }
.page-id-21 section.search div.content div.fields input, .page-id-21 section.search div.content div.fields select, .page-id-3928 section.search div.content div.fields input, .page-id-3928 section.search div.content div.fields select {
      margin-right: 5px;
      margin-bottom: 0px; }
.page-id-21 section.search select, .page-id-3928 section.search select {
    margin-bottom: 10px; }
.page-id-21 section.search button, .page-id-3928 section.search button {
    text-align: center;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 1.5;
    padding: 1px 12px 0px;
    white-space: nowrap;
    cursor: pointer;
    cursor: pointer; }
.page-id-21 section.search button, .page-id-21 section.search button:link, .page-id-21 section.search button:visited, .page-id-21 section.search button:hover, .page-id-21 section.search button:active, .page-id-21 section.search button:focus, .page-id-3928 section.search button, .page-id-3928 section.search button:link, .page-id-3928 section.search button:visited, .page-id-3928 section.search button:hover, .page-id-3928 section.search button:active, .page-id-3928 section.search button:focus {
      color: white;
      background-color: #8dc63f;
      text-decoration: none;
      border: 2px solid #8dc63f; }
.page-id-21 section.search button:hover, .page-id-21 section.search button:active, .page-id-21 section.search button:focus, .page-id-3928 section.search button:hover, .page-id-3928 section.search button:active, .page-id-3928 section.search button:focus {
      color: white;
      background-color: #d63c60;
      border-color: #d63c60; }
.page-id-21 section.search button span span, .page-id-3928 section.search button span span {
      display: none; }
section.job-search-results {
  margin-bottom: 30px; }
section.job-search-results > h2 {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 20px;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 3px;
    margin-bottom: 0px; }
section.job-search-results > h2 span, section.job-search-results > h2 small {
      display: block; }
section.job-search-results > h2 small {
      color: #6e6e6e;
      font-style: italic;
      font-size: 16px;
      font-weight: 400;
      white-space: nowrap; }
section.job-search-results ul.results {
    border: 1px solid #999999; }
section.job-search-results ul.results, section.job-search-results ul.results li {
      display: block;
      margin: 0px;
      padding: 0px;
      text-indent: 0px;
      list-style: none;
      list-style-type: none;
      list-style-image: none; }
section.job-search-results ul.results li {
      padding: 18px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #999999; }
section.job-search-results ul.results li > div {
        padding-top: 2px; }
section.job-search-results ul.results li:last-child {
        border-bottom: 0px none; }
section.job-search-results ul.results li:nth-child(even) {
        background-color: #efefef; }
section.job-search-results ul.results h3 {
      color: #999999;
      text-transform: none;
      letter-spacing: 0px;
      margin-bottom: 0px; }
section.job-search-results ul.results p {
      margin-top: 0px; }
section.job-search-results ul.results a {
      text-align: center;
      display: inline-block;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 17px;
      line-height: 1.5;
      padding: 1px 12px 0px;
      white-space: nowrap;
      cursor: pointer; }
section.job-search-results ul.results a, section.job-search-results ul.results a:link, section.job-search-results ul.results a:visited, section.job-search-results ul.results a:hover, section.job-search-results ul.results a:active, section.job-search-results ul.results a:focus {
        color: white;
        background-color: #8dc63f;
        text-decoration: none;
        border: 2px solid #8dc63f; }
section.job-search-results ul.results a:hover, section.job-search-results ul.results a:active, section.job-search-results ul.results a:focus {
        color: white;
        background-color: #d63c60;
        border-color: #d63c60; }
@media only screen and (max-width: 767px) {
    section.job-search-results ul.results li {
      display: block; } }
#job-search-form + div.expanded > section:not(.full) > div {
  width: 960px;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (min-width: 1200px) {
    #job-search-form + div.expanded > section:not(.full) > div {
      width: auto;
      margin-left: 50px;
      margin-right: 50px; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
    #job-search-form + div.expanded > section:not(.full) > div {
      width: 768px; } }
@media only screen and (max-width: 767px) {
    #job-search-form + div.expanded > section:not(.full) > div {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
.page-id-55 section.photo-blocks div.icon {
  display: none; }
.page-id-55 section.photo-blocks h3 {
  grid-row: 4 / 19;
  grid-column: 3 / span 20;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.page-id-55 section.photo-blocks h3 span {
    display: none; }
.page-id-55 section.photo-blocks h3 strong {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #8dc63f;
    font-size: 30px; }
[id^='wpcf7-f4400-'] {
  font-weight: normal;
  text-align: left; }
[id^='wpcf7-f4400-'] input {
    display: block;
    width: 100%;
    text-transform: none;
    font-weight: normal; }
[id^='wpcf7-f4400-'] label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600; }
[id^='wpcf7-f4400-'] .fields > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
[id^='wpcf7-f4400-'] .fields > div > * {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      margin: 10px; }
[id^='wpcf7-f4400-'] .fields > div > *:first-child {
        margin-left: 0px; }
[id^='wpcf7-f4400-'] .fields > div > *:last-child {
        margin-right: 0px; }
[id^='wpcf7-f4400-'] .fields > div.submit {
      display: block;
      text-align: center; }
[id^='wpcf7-f4400-'] .fields > div.submit input {
        text-align: center;
        display: inline-block;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 17px;
        line-height: 1.5;
        padding: 1px 12px 0px;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        width: auto;
        margin: 10px 0px; }
[id^='wpcf7-f4400-'] .fields > div.submit input, [id^='wpcf7-f4400-'] .fields > div.submit input:link, [id^='wpcf7-f4400-'] .fields > div.submit input:visited, [id^='wpcf7-f4400-'] .fields > div.submit input:hover, [id^='wpcf7-f4400-'] .fields > div.submit input:active, [id^='wpcf7-f4400-'] .fields > div.submit input:focus {
          color: white;
          background-color: #0078ae;
          text-decoration: none;
          border: 2px solid #0078ae; }
[id^='wpcf7-f4400-'] .fields > div.submit input:hover, [id^='wpcf7-f4400-'] .fields > div.submit input:active, [id^='wpcf7-f4400-'] .fields > div.submit input:focus {
          color: white;
          background-color: #8dc63f;
          border-color: #8dc63f; }
[id^='wpcf7-f4400-'] .fields > div.submit span.ajax-loader {
        margin-left: -20px; }
[id^='wpcf7-f4400-'] .fields > div.legal {
      text-align: center;
      font-size: 14px; }
.fields > .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px; }
.wpcf7-recaptcha {
  display: block; }
.wpcf7-recaptcha > div {
    margin: auto; }
.grecaptcha-badge {
  display: none !important; }
.page-id-5022 form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
.page-id-5022 form input, .page-id-5022 form textarea {
    display: block;
    width: 100%; }
.page-id-5022 form > div {
    margin-bottom: 20px;
    text-align: left; }
.page-id-5022 form > div > label {
      text-transform: uppercase;
      color: #8dc63f;
      font-weight: 600;
      letter-spacing: 1px; }
.page-id-5022 form div.radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
.page-id-5022 form div.radio > label {
      height: 24px;
      line-height: 24px;
      vertical-align: middle;
      white-space: nowrap; }
.page-id-5022 form div.radio input[type='radio'],
    .page-id-5022 form div.radio .wpcf7-list-item-label {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      line-height: 24px;
      height: 24px; }
.page-id-5022 form div.radio input[type='radio'] {
      margin-right: 5px; }
.page-id-5022 form div.radio .wpcf7-list-item {
      white-space: nowrap;
      margin-left: 20px; }
.page-id-5022 form input[type='submit'] {
    text-align: center;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 1.5;
    padding: 1px 12px 0px;
    white-space: nowrap;
    cursor: pointer;
    width: auto;
    min-width: 150px;
    max-width: 100%; }
.page-id-5022 form input[type='submit'], .page-id-5022 form input[type='submit']:link, .page-id-5022 form input[type='submit']:visited, .page-id-5022 form input[type='submit']:hover, .page-id-5022 form input[type='submit']:active, .page-id-5022 form input[type='submit']:focus {
      color: white;
      background-color: #8dc63f;
      text-decoration: none;
      border: 2px solid #8dc63f; }
.page-id-5022 form input[type='submit']:hover, .page-id-5022 form input[type='submit']:active, .page-id-5022 form input[type='submit']:focus {
      color: white;
      background-color: #d63c60;
      border-color: #d63c60; }
@media only screen and (min-width: 1200px) {
  section.infographic-grid ul > li {
    margin: 30px;
    width: calc(50% - 30px); } }
@media only screen and (max-width: 1199px) {
  body > header nav li.career-search {
    display: none; } }
@media only screen and (min-width: 960px) and (max-width: 1010px) {
  body > header nav > div > ul > li > a {
    text-transform: none;
    letter-spacing: 0px; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
  section.photo-blocks ul.count4 {
    grid-template-columns: repeat(2, 1fr); }
  section.call-to-action:not(.custom) a {
    padding-left: calc(50vw - 384px);
    padding-right: calc(50vw - 384px); } }
@media only screen and (max-width: 959px) {
  aside.quick-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  article hgroup {
    padding-left: 0px;
    padding-right: 0px; }
  body > header nav > div {
    padding-left: 195px; }
    body > header nav > div > ul > li > a {
      font-family: "source-sans-pro-n4", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-weight: 400;
      -webkit-font-feature-settings: "kern" off;
              font-feature-settings: "kern" off;
      font-variant: none;
      text-transform: none;
      letter-spacing: 0px;
      font-size: 16px; }
  body > header div.social-search .search {
    max-width: 200px; }
    body > header div.social-search .search input {
      display: inline-block;
      width: auto; }
  #site-name > * {
    left: 0px;
    height: 147px;
    width: 185px;
    border-radius: 0px;
    padding: 10px; }
  body > footer > div > * {
    margin-bottom: 40px; }
  body > footer div.secondary {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    body > footer div.secondary ul.misc li.career-search {
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  body > footer div.primary a:link, body > footer div.primary a:visited, body > footer div.primary a:hover, body > footer div.primary a:active {
    font-size: 18px; }
  article.property section.infrastructure ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  article.property section.infrastructure li {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%; }
  article.property section.gallery ul {
    grid-gap: 10px; }
  article.property section.gallery li {
    -ms-flex-preferred-size: calc(33.33333% - 6.66667px);
        flex-basis: calc(33.33333% - 6.66667px); }
  section.global-maps .georgia > div {
    right: 0px;
    width: 55%; }
  section.global-maps .georgia ul {
    width: 80%; }
  section.body-text table:not(.millage) {
    table-layout: auto; }
    section.body-text table:not(.millage) tr:nth-child(odd) {
      background-color: #efefef; }
    section.body-text table:not(.millage) th, section.body-text table:not(.millage) td {
      padding: 4px; }
  section.bio > div {
    display: block; }
  section.bio > div > img {
    width: 320px;
    max-width: 100%;
    margin-bottom: 20px; }
  section.bio > div > div {
    padding: 0px;
    font-size: 16px; }
  section.bio h2 {
    font-size: 20px; }
  section.testimonial blockquote {
    margin-left: 5vw;
    margin-right: 5vw; }
  section.testimonial.image-right blockquote, section.testimonial.image-left blockquote {
    display: block; }
  #job-search-form > .search {
    display: block; }
  section.find-a-job-misc-blocks section {
    margin: 0px auto 40px !important; }
  section.find-a-job-misc-blocks > div {
    display: block; } }
@media only screen and (max-width: 767px) {
  header.feature {
    padding-top: 30px; }
    header.feature div.overlay {
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%); }
    header.feature.text div.overlay {
      background: radial-gradient(ellipse farthest-corner at 80% 20%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%); }
    header.feature div.feature-content {
      padding-left: 0px;
      padding-right: 0px; }
      header.feature div.feature-content p {
        margin-bottom: 15px; }
      header.feature div.feature-content small {
        font-size: 22px;
        letter-spacing: 0px;
        line-height: 1.0; }
  body > header, body.no-header > header {
    margin-bottom: 44px; }
  body #site-name > div, body.no-header #site-name > div {
    -webkit-box-shadow: none;
            box-shadow: none; }
  body > header {
    position: relative;
    height: auto; }
    body > header div.social-search {
      width: calc(100vw - 185px);
      margin: 0px 0px 0px auto;
      padding-top: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: static; }
      @supports (--the-custom-size: 0px) {
        body > header div.social-search {
          width: calc(100vw - var(--difference-between-with-and-without-scrollbars-x, 0px) - 185px); } }
      body > header div.social-search .search {
        max-width: none;
        display: block;
        height: 44px;
        width: auto;
        position: absolute;
        bottom: -45px;
        left: 5vw;
        right: 5vw;
        margin-left: 0px; }
        body > header div.social-search .search form {
          height: 100%; }
        body > header div.social-search .search input {
          width: calc(100% - 30px);
          font-size: 18px; }
        body > header div.social-search .search button {
          line-height: 24px; }
        body > header div.social-search .search input, body > header div.social-search .search button {
          vertical-align: top !important; }
        body > header div.social-search .search span.fields {
          display: block;
          padding: 10px 0px;
          line-height: 24px;
          height: 100%; }
        body > header div.social-search .search label {
          position: absolute !important;
          height: 1px;
          width: 1px;
          overflow: hidden;
          clip: rect(1px 1px 1px 1px);
          /* IE6, IE7 */
          clip: rect(1px, 1px, 1px, 1px); }
      body > header div.social-search > div {
        margin-left: 5px;
        margin-right: 5px;
        padding: 0px; }
      body > header div.social-search > div > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: auto; }
        body > header div.social-search > div > ul li {
          -ms-flex-preferred-size: 16.6667%;
              flex-basis: 16.6667%;
          display: block; }
          body > header div.social-search > div > ul li.rss {
            display: block; }
          body > header div.social-search > div > ul li > a {
            margin-left: auto;
            margin-right: auto; }
    body > header nav {
      border-bottom: 0px none;
      background: rgba(7, 116, 164, .7);
      padding-top: 64px;
      overflow: hidden;
      -webkit-transition: max-height 0.5s;
      transition: max-height 0.5s; }
      body > header nav.collapsed {
        max-height: 65px; }
        body > header nav.collapsed > div > ul {
          border-top-color: transparent; }
      body > header nav.expanded {
        max-height: 373px; }
        body > header nav.expanded button.mobile-nav-toggle {
          background-position: center bottom; }
      body > header nav button.mobile-nav-toggle {
        font-size: 0.1px;
        text-indent: 100%;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        padding: 0px;
        color: transparent;
        position: absolute;
        top: 0px;
        right: 10px;
        right: calc(50vw - 125px);
        width: 65px;
        height: 65px;
        border: 0px none;
        background: transparent url(../images/mobile-nav.png) center top no-repeat;
        background-size: 65px 130px;
        cursor: pointer; }
        @supports (--my-custom-size: 0px) {
          body > header nav button.mobile-nav-toggle {
            right: calc((100vw - var(--difference-between-with-and-without-scrollbars-x, 0px) - 250px) / 2); } } }
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 144dpi), only screen and (max-width: 767px) and (min-resolution: 1.5dppx) {
        body > header nav button.mobile-nav-toggle {
          background-image: url(../images/mobile-nav@2x.png); } }
@media only screen and (max-width: 767px) {
      body > header nav > div {
        width: 100%;
        margin: 0px;
        padding: 0px;
        height: auto; }
        body > header nav > div:after {
          content: none; }
        body > header nav > div > ul {
          display: block;
          height: auto;
          border-top: 1px solid rgba(255, 255, 255, .3);
          -webkit-transition: border-top-color 0.5s;
          transition: border-top-color 0.5s; }
          body > header nav > div > ul > li {
            display: block;
            width: auto;
            height: 44px;
            border-bottom: 1px solid rgba(255, 255, 255, .3); }
            body > header nav > div > ul > li.career-search {
              display: block; }
              body > header nav > div > ul > li.career-search > a {
                letter-spacing: 0px;
                text-transform: none;
                text-align: left;
                display: block;
                height: 100%;
                padding: 0px 5%;
                line-height: 44px; }
                body > header nav > div > ul > li.career-search > a:link, body > header nav > div > ul > li.career-search > a:visited, body > header nav > div > ul > li.career-search > a:hover, body > header nav > div > ul > li.career-search > a:active {
                  border: 0px none;
                  font-size: 16px; }
            body > header nav > div > ul > li:last-child {
              border-bottom: 0px none; }
            body > header nav > div > ul > li a {
              display: block;
              height: 100%;
              line-height: 44px;
              padding: 0px 5%; }
              body > header nav > div > ul > li a span {
                text-align: left; }
        body > header nav > div > ul li:hover > ul {
          display: none; }
  #site-name {
    width: 100%;
    margin: 0px; }
    #site-name:after {
      content: none; }
  html.front header.feature {
    padding: 30px 0px; }
    html.front header.feature div.overlay {
      background: linear-gradient(to bottom, rgba(7, 116, 164, .7) 0px, transparent 35%, transparent 100%), linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%); }
  header.feature {
    background-position: center center;
    padding-bottom: 0px; }
    header.feature div.feature-content {
      width: 100%;
      margin: 0px;
      padding-left: 10px;
      padding-right: 10px;
      min-height: 0px; }
      header.feature div.feature-content:after {
        content: none; }
    header.feature div.feature-header {
      margin-bottom: 30px;
      letter-spacing: -0.04em;
      font-size: 60px;
      max-width: 90%; }
      header.feature div.feature-header h1 {
        font-size: 60px;
        line-height: 0.75;
        position: static; }
  aside.quick-links {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 70%, rgba(0, 0, 0, .7) 100%);
    display: block; }
    aside.quick-links h3 {
      max-width: none; }
    aside.quick-links ul {
      -ms-flex-preferred-size: 170px;
          flex-basis: 170px; }
      aside.quick-links ul li {
        -ms-flex-preferred-size: 85px;
            flex-basis: 85px;
        height: 70.55556px; }
        aside.quick-links ul li a {
          background-size: contain; }
        aside.quick-links ul li.careers {
          width: 70px; }
        aside.quick-links ul li.entrepreneurship {
          width: 85px; }
        aside.quick-links ul li.sites {
          width: 70px; }
        aside.quick-links ul li.filming {
          width: 70px; }
  section.list {
    padding: 30px 10px; }
    section.list h2.section-title {
      font-size: 24px; }
  section.call-to-action.custom p {
    font-size: 25px; }
  section.call-to-action.custom a {
    font-size: 25px; }
  section.call-to-action:not(.custom) a > div {
    display: block;
    padding-left: 5%;
    padding-right: 5%; }
  section.call-to-action:not(.custom) a h2 {
    margin-bottom: 10px; }
  section.latest-news-feature {
    width: 90%;
    margin: 20px auto !important; }
    section.latest-news-feature h2 {
      border-left: 0px none;
      padding-left: 0px none; }
    section.latest-news-feature > div {
      height: auto; }
    section.latest-news-feature > div > div {
      margin: auto;
      padding: 0px;
      height: auto; }
    section.latest-news-feature > div > div > div {
      margin: auto;
      padding: 0px; }
    section.latest-news-feature img {
      position: static;
      display: block;
      max-width: 100%;
      width: auto;
      height: auto;
      margin-bottom: 10px; }
  body > footer div.primary {
    display: block; }
    body > footer div.primary ul {
      width: 100%;
      margin: 0px; }
    body > footer div.primary li {
      width: 100%;
      margin-right: 0px; }
      body > footer div.primary li a {
        font-family: "source-sans-pro-n7", "source-sans-pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-size: 26px;
        line-height: 1.0;
        padding: 8px 0px; }
  article.property div.top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    article.property div.top > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding-left: 0px;
      padding-right: 0px; }
    article.property div.top div.imagery {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-top: 0px;
      margin-bottom: 20px; }
    article.property div.top div.statistics {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      article.property div.top div.statistics > div {
        margin-left: 0px; }
  article.property div.misc {
    margin-left: auto;
    margin-right: auto; }
  article.property section.misc-stats li {
    padding: 85px 0px 0px;
    margin: 0px auto 30px; }
    article.property section.misc-stats li .bg {
      height: 75px; }
  article.property section.total-area strong {
    font-size: 40px; }
  section.body-text div.content {
    overflow-x: auto; }
    section.body-text div.content br {
      display: none; }
  section.body-text table {
    margin: 20px auto 0px;
    font-size: 14px;
    width: 100% !important; }
  section.body-text table.column-list {
    margin: 0px; }
  section.body-text table + table {
    border-top: 2px solid #8dc63f;
    padding-top: 20px; }
  section.body-text table.column-list + table.column-list {
    border-top: 0px none;
    padding-top: 0px; }
  section.body-text table.millage {
    margin-top: 0px; }
  section.body-text h2.section-title ~ :not(h2) {
    margin-left: 0px;
    margin-right: auto; }
  section.body-text img {
    float: none !important;
    max-width: 100%;
    margin: 0px auto 10px !important; }
  div.addresses {
    -webkit-columns: auto;
            columns: auto; }
  article.page > .main > .content {
    margin: 0px auto; }
  section.global-maps .georgia > div {
    position: static;
    width: auto;
    margin-top: 20px; }
  section.global-maps .georgia ul {
    -webkit-columns: auto;
            columns: auto;
    margin: auto; }
  section.global-maps .georgia li {
    text-align: center;
    font-size: 20px; }
  section.resources-and-news > div {
    display: block; }
    section.resources-and-news > div > section {
      margin: 20px auto; }
  html.global main > article > .main footer h4 {
    font-size: 30px; }
  section.teaser-list.count1 > ul > li, section.teaser-list.count2 > ul > li, section.teaser-list.count3 > ul > li {
    max-width: none; }
  section.teaser-list.large ul > li {
    max-width: 100% !important; }
  section.teaser-list.large img {
    height: auto !important; }
  section.teaser-list.large > ul, section.teaser-list.large ul {
    display: block !important; }
  section.teaser-list.large ul.sublinks > li {
    margin-bottom: 10px; }
  main > article > header {
    min-height: 0px; }
  section.accordion figure img {
    min-height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center; }
  section.accordion.js {
    padding-left: 0px; }
    section.accordion.js section div.content {
      padding-left: 0px; }
  section.infographic-grid ul {
    display: block; }
  section.infographic-grid ul > li {
    max-width: 400px;
    width: auto;
    margin: 30px auto !important;
    margin-bottom: 30px; }
  section.infographic-grid div {
    background-position: center center; }
  section.photo-blocks ul {
    display: block; }
    section.photo-blocks ul li {
      padding: 0px; }
  section.horizontal-teasers li {
    display: block; }
  section.horizontal-teasers img, section.horizontal-teasers li > div {
    width: auto;
    margin-left: auto;
    margin-right: auto; }
  section.horizontal-teasers img {
    margin-bottom: 20px; }
  section.horizontal-teasers li > div > div {
    display: block; }
    section.horizontal-teasers li > div > div h4, section.horizontal-teasers li > div > div a {
      font-size: 15px;
      line-height: 1.2; }
  section.film-role-chooser ul {
    display: block; }
  section.film-role-chooser li {
    margin: 10px auto !important; }
  section.video {
    max-width: none; } }
@media only screen and (max-width: 399px) {
  body > header div.social-search > div > ul li {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%; } }
