/*
	Theme Name: Accel434
	Description: Child theme of Genesis, by <a href="https://www.434marketing.com">434 Marketing</a>.
	Author: 434 Marketing.
	Author URI: https://www.434marketing.com

	Template: genesis
*/
@import url(assets/components/normalize.css/normalize.css);
fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.25em;
  padding: 0; }

label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.25em; }

input,
select {
  display: block;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0.5em;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple]:hover {
    border-color: #bebebe; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple]:focus {
    border-color: #2a7e9d;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(37, 110, 137, 0.7);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(37, 110, 137, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #eee; }

textarea {
  resize: vertical; }

[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.25em; }

[type="file"] {
  margin-bottom: 0.5em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

._form select {
  width: 100%; }

._form button {
  margin-top: 1em; }

.site-inner .gform_wrapper {
  margin: 0; }
  .site-inner .gform_wrapper ul {
    margin-left: 0px !important; }
    .site-inner .gform_wrapper ul li {
      list-style-type: none !important;
      padding: 0 !important; }
      .site-inner .gform_wrapper ul li:first-child {
        margin-top: 0; }
      .site-inner .gform_wrapper ul li input,
      .site-inner .gform_wrapper ul li select {
        width: 100% !important; }
  .site-inner .gform_wrapper .gform_footer {
    margin: 0; }

#tinymce ul,
.site-inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 28px; }
  #tinymce ul li,
  .site-inner ul li {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.625rem; }
    #tinymce ul li:before,
    .site-inner ul li:before {
      content: "";
      height: 8px;
      width: 8px;
      background-color: #222;
      border-radius: 50%;
      position: absolute;
      left: 3px;
      top: 7px; }
    #tinymce ul li ul,
    .site-inner ul li ul {
      margin-top: 0.5em; }

#tinymce ol,
.site-inner ol {
  margin-left: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 1.5em; }
  #tinymce ol li,
  .site-inner ol li {
    position: relative;
    margin-left: 1.5rem;
    margin-bottom: 0.75rem; }
    #tinymce ol li ol,
    .site-inner ol li ol {
      margin-top: 0.5em; }

dl {
  margin-bottom: 1.5em; }
  dl dt {
    margin-top: 0.5em; }
  dl dd {
    margin: 0; }

> dl,
> ol,
> ul,
p {
  margin-bottom: 1.5em; }

table {
  border-collapse: collapse;
  margin: 0.5em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b3b3b3;
  font-weight: 600;
  padding: 0.5em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #eee;
  padding: 0.5em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #555;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 90%;
  line-height: 1.5; }
  body ::-moz-selection {
    background-color: #2a7e9d;
    color: white; }
  body ::selection {
    background-color: #2a7e9d;
    color: white; }
  @media screen and (min-width: 900px) {
    body {
      font-size: 1em; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #111;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.5em; }

h1,
#heading-one {
  font-size: 4em;
  font-weight: bold;
  font-family: "Poppins", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  display: block; }

h2,
#post-title {
  font-size: 2.875em;
  font-weight: bold; }

h3 {
  font-size: 2.25em; }

h4 {
  font-size: 1.875em; }

h5 {
  font-size: 1.5em; }

h6 {
  font-size: 1.25em; }

p {
  margin: 0 0 1.5em; }

a {
  color: #2a7e9d;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  a:active, a:focus, a:hover {
    color: #133947; }
  .lighter-blue-text a {
    color: #99bbdc; }
    .lighter-blue-text a:active, .lighter-blue-text a:focus, .lighter-blue-text a:hover {
      color: #cadfe7; }

hr {
  border-bottom: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 1px solid #eee;
  border-color: #2a7e9d;
  border-width: 7px;
  margin: 4% 5% 4% 0;
  padding: 0 0 0 1.25rem; }

code {
  background: #eee;
  border: 1px solid #eee;
  color: #555;
  padding: 2px 4px; }

.wp-caption .wp-caption-text {
  margin: 10px 0;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2; }

.base-font {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.heading-font {
  font-family: "Poppins", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.uppercase {
  text-transform: uppercase; }

.normalcase {
  text-transform: none; }

.lowercase {
  text-transform: lowercase; }

.small {
  font-size: 0.875em; }

.large {
  font-size: 1.125em; }

.light-weight {
  font-weight: 300; }

.normal-weight {
  font-weight: 400; }

.bold-weight {
  font-weight: 700; }

.no-bottom-margin {
  margin-bottom: -0.5em;
  display: block; }

.blue-text {
  color: #014d6e; }

.light-blue-text {
  color: #2a7e9d; }

.lighter-blue-text {
  color: #99bbdc; }

.olive-text {
  color: #c1b400; }

.purple-text {
  color: #72729d; }

.red-text {
  color: #c2544c; }

.peach-text {
  color: #faad72; }

.white-text {
  color: #fff; }

.dark-gray-text {
  color: #222; }

.medium-gray-text {
  color: #777; }

.light-gray-text {
  color: #eee; }

#tinymce {
  background: #e5e5e5; }

._form button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button a,
.primary-button a,
.blue-button a,
.light-blue-button a,
.lighter-blue-button a,
.olive-button a,
.purple-button a,
.red-button a,
.peach-button a,
.medium-gray-button a,
.dark-gray-button a,
.white-button a {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #2a7e9d;
  border: 2px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 1em 2.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle; }
  ._form button:hover, ._form button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  .button a:hover,
  .button a:focus,
  .primary-button a:hover,
  .primary-button a:focus,
  .blue-button a:hover,
  .blue-button a:focus,
  .light-blue-button a:hover,
  .light-blue-button a:focus,
  .lighter-blue-button a:hover,
  .lighter-blue-button a:focus,
  .olive-button a:hover,
  .olive-button a:focus,
  .purple-button a:hover,
  .purple-button a:focus,
  .red-button a:hover,
  .red-button a:focus,
  .peach-button a:hover,
  .peach-button a:focus,
  .medium-gray-button a:hover,
  .medium-gray-button a:focus,
  .dark-gray-button a:hover,
  .dark-gray-button a:focus,
  .white-button a:hover,
  .white-button a:focus {
    background-color: transparent;
    color: #2a7e9d;
    border-color: #2a7e9d; }
  ._form button:disabled,
  input[type="button"]:disabled,
  input[type="reset"]:disabled,
  input[type="submit"]:disabled,
  .button a:disabled,
  .primary-button a:disabled,
  .blue-button a:disabled,
  .light-blue-button a:disabled,
  .lighter-blue-button a:disabled,
  .olive-button a:disabled,
  .purple-button a:disabled,
  .red-button a:disabled,
  .peach-button a:disabled,
  .medium-gray-button a:disabled,
  .dark-gray-button a:disabled,
  .white-button a:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    ._form button:disabled:hover,
    input[type="button"]:disabled:hover,
    input[type="reset"]:disabled:hover,
    input[type="submit"]:disabled:hover,
    .button a:disabled:hover,
    .primary-button a:disabled:hover,
    .blue-button a:disabled:hover,
    .light-blue-button a:disabled:hover,
    .lighter-blue-button a:disabled:hover,
    .olive-button a:disabled:hover,
    .purple-button a:disabled:hover,
    .red-button a:disabled:hover,
    .peach-button a:disabled:hover,
    .medium-gray-button a:disabled:hover,
    .dark-gray-button a:disabled:hover,
    .white-button a:disabled:hover {
      background-color: transparent; }

.small-button {
  display: inline-block; }
  .small-button a {
    font-size: 0.875em;
    padding: 1em 3em; }

.button a,
.primary-button a,
.blue-button a,
.blue-button input[type=submit] {
  background-color: #014d6e; }
  .button a:hover, .button a:focus,
  .primary-button a:hover,
  .primary-button a:focus,
  .blue-button a:hover,
  .blue-button a:focus,
  .blue-button input[type=submit]:hover,
  .blue-button input[type=submit]:focus {
    color: #014d6e;
    border-color: #014d6e;
    outline: none; }

.light-blue-button a,
.light-blue-button input[type=submit] {
  background-color: #2a7e9d; }
  .light-blue-button a:hover, .light-blue-button a:focus,
  .light-blue-button input[type=submit]:hover,
  .light-blue-button input[type=submit]:focus {
    color: #2a7e9d;
    border-color: #2a7e9d;
    outline: none; }

.lighter-blue-button a,
.lighter-blue-button input[type=submit] {
  background-color: #99bbdc;
  color: #222; }
  .lighter-blue-button a:hover, .lighter-blue-button a:focus,
  .lighter-blue-button input[type=submit]:hover,
  .lighter-blue-button input[type=submit]:focus {
    color: #99bbdc;
    border-color: #99bbdc;
    outline: none; }

.olive-button a,
.olive-button input[type=submit] {
  background-color: #c1b400;
  color: #222; }
  .olive-button a:hover, .olive-button a:focus,
  .olive-button input[type=submit]:hover,
  .olive-button input[type=submit]:focus {
    color: #c1b400;
    border-color: #c1b400;
    outline: none; }

.purple-button a,
.purple-button input[type=submit] {
  background-color: #72729d; }
  .purple-button a:hover, .purple-button a:focus,
  .purple-button input[type=submit]:hover,
  .purple-button input[type=submit]:focus {
    color: #72729d;
    border-color: #72729d;
    outline: none; }

.red-button a,
.red-button input[type=submit] {
  background-color: #c2544c; }
  .red-button a:hover, .red-button a:focus,
  .red-button input[type=submit]:hover,
  .red-button input[type=submit]:focus {
    color: #c2544c;
    border-color: #c2544c;
    outline: none; }

.peach-button a,
.peach-button input[type=submit] {
  background-color: #faad72;
  color: #222; }
  .peach-button a:hover, .peach-button a:focus,
  .peach-button input[type=submit]:hover,
  .peach-button input[type=submit]:focus {
    color: #faad72;
    border-color: #faad72;
    outline: none; }

.medium-gray-button a,
.medium-gray-button input[type=submit] {
  background-color: #777; }
  .medium-gray-button a:hover, .medium-gray-button a:focus,
  .medium-gray-button input[type=submit]:hover,
  .medium-gray-button input[type=submit]:focus {
    color: #777;
    border-color: #777;
    outline: none; }

.dark-gray-button a,
.dark-gray-button input[type=submit] {
  background-color: #222; }
  .dark-gray-button a:hover, .dark-gray-button a:focus,
  .dark-gray-button input[type=submit]:hover,
  .dark-gray-button input[type=submit]:focus {
    color: #222;
    border-color: #222;
    outline: none; }

.white-button a,
.white-button input[type=submit] {
  background-color: white;
  color: #222; }
  .white-button a:hover, .white-button a:focus,
  .white-button input[type=submit]:hover,
  .white-button input[type=submit]:focus {
    color: white;
    border-color: white;
    outline: none; }

.learn-more-plus {
  color: #2a7e9d;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  margin-top: 0.625em;
  padding-left: 1em;
  position: relative;
  text-transform: uppercase; }
  .learn-more-plus:before {
    content: "+";
    font-size: 0.875em;
    left: 0;
    position: absolute;
    top: 2px; }

.blue-button,
.light-blue-button,
.lighter-blue-button,
.olive-button,
.purple-button,
.red-button,
.peach-button,
.medium-gray-button,
.dark-gray-button,
.white-button {
  display: inline-block; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/* ## Site Containers
--------------------------------------------- */
.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  .wrap::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 900px) {
  .site-inner .wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .site-inner .wrap::after {
      clear: both;
      content: "";
      display: table; } }

.fixed-header.no-banner-image .page-banner__slide,
.fixed-header.no-banner .site-inner {
  padding-top: 88px; }
  @media screen and (min-width: 900px) {
    .fixed-header.no-banner-image .page-banner__slide,
    .fixed-header.no-banner .site-inner {
      padding-top: 122px; } }

.fixed-header .page-banner__slide {
  padding-top: 65px; }
  @media screen and (min-width: 900px) {
    .fixed-header .page-banner__slide {
      padding-top: 85px; } }

.single-post .site-inner,
.single-staff .site-inner,
.single-parks-facilities .site-inner,
.single-tribe_venue .site-inner,
.single-tribe_organizer .site-inner,
.blog .site-inner,
.archive .site-inner,
.search .site-inner,
.page-template-default .site-inner {
  margin-top: 4em;
  margin-bottom: 4em; }
  @media screen and (min-width: 900px) {
    .single-post .site-inner,
    .single-staff .site-inner,
    .single-parks-facilities .site-inner,
    .single-tribe_venue .site-inner,
    .single-tribe_organizer .site-inner,
    .blog .site-inner,
    .archive .site-inner,
    .search .site-inner,
    .page-template-default .site-inner {
      margin-top: 6.25em;
      margin-bottom: 6.25em; } }

.single-tribe_events .site-inner {
  margin-top: 4em; }
  @media screen and (min-width: 900px) {
    .single-tribe_events .site-inner {
      margin-top: 6.25em; } }

.archIntroText {
  margin-bottom: 4em; }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ## Column Widths and Positions
--------------------------------------------- */
.content,
.sidebar-primary,
.full-width .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .content:last-child,
  .sidebar-primary:last-child,
  .full-width .content:last-child {
    margin-right: 0; }

@media screen and (min-width: 900px) {
  .content-sidebar-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .content-sidebar-wrap::after {
      clear: both;
      content: "";
      display: table; }
    .content-sidebar-wrap .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .content-sidebar-wrap .content:last-child {
        margin-right: 0; }
      .full-width-content .content-sidebar-wrap .content {
        width: 100%; }
    .content-sidebar-wrap .sidebar-primary {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .content-sidebar-wrap .sidebar-primary:last-child {
        margin-right: 0; }
    .content-sidebar .content-sidebar-wrap .sidebar-primary {
      margin-right: 0;
      margin-left: auto; }
    .sidebar-content .content-sidebar-wrap .content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-right: 0;
      margin-left: auto; }
    .sidebar-content .content-sidebar-wrap .sidebar-primary {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

/**
* Avatar
*/
.avatar {
  float: left; }

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

/**
* Media
*/
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 1.5em; }

img.alignnone,
.alignnone {
  display: block;
  margin-bottom: 1.5em; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 1.5em 1.5em 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 1.5em 1.5em; }

.wp-caption-text {
  font-size: 0.75em;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5em; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

/**
* Objects
*/
embed,
iframe,
img,
object,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

.featured-content img,
.gallery img {
  width: auto; }

/**
* Widget
*/
.widget {
  word-wrap: break-word; }

.widget li li {
  border: none;
  margin: 0 0 0 3em;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/**
* Entry Content
*/
.entry-content ol,
.entry-content ul {
  margin-bottom: 28px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #333;
  color: #ddd; }

/**
* Entry Meta
*/
.entry-comments-link::before {
  content: "\2014";
  margin: 0 1.5em 0 0.75em; }

/**
* Password Protected
**/
.post-password-form {
  margin: 4em 0;
  text-align: center; }
  .post-password-form label {
    text-align: left; }
  .post-password-form input[type="submit"] {
    padding: 0.85em 3.5em; }

/**
* Gallery
*
* We aren't going to use Neat for this gallery due to the possible number of gallery columns
* that don't easily break into 12.
*
*/
.gallery {
  overflow: hidden; }
  .gallery br {
    clear: none !important; }

.gallery-item {
  float: left;
  margin: 0 !important;
  text-align: center;
  width: 50% !important; }

.gallery-icon {
  margin: 0; }

.gallery-columns-1 .gallery-item {
  width: 100% !important; }

@media screen and (min-width: 600px) {
  .gallery-columns-2 .gallery-item {
    width: 50% !important; }
  .gallery-columns-3 .gallery-item {
    width: 33% !important; }
  .gallery-columns-4 .gallery-item {
    width: 25% !important; }
  .gallery-columns-5 .gallery-item {
    width: 20% !important; }
  .gallery-columns-6 .gallery-item {
    width: 16.6666% !important; }
  .gallery-columns-7 .gallery-item {
    width: 14.2857% !important; }
  .gallery-columns-8 .gallery-item {
    width: 12.5% !important; }
  .gallery-columns-9 .gallery-item {
    width: 11.1111% !important; } }

.gallery img {
  border: none !important;
  height: auto;
  padding: 4px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  display: block; }

.gallery img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02); }

@supports (padding: 0px) {
  .site-container {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right); } }

/**
 * Components
 */
body {
  position: relative;
  overflow-x: hidden; }
  body.locked {
    overflow: hidden; }

.site-container {
  height: 100%;
  overflow: hidden;
  position: relative;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%; }
  .site-container.move-left {
    right: 385px; }

.mobile-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #222;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -400px;
  top: 0;
  width: 400px;
  z-index: 2000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }
  .mobile-menu.move-in {
    right: 0; }
  .admin-bar .mobile-menu {
    margin-top: 32px; }
    @media (max-width: 782px) {
      .admin-bar .mobile-menu {
        margin-top: 46px; } }
  .mobile-menu .mobile-nav-menu {
    background: #2a7e9d;
    padding: 2.5em; }
    @media screen and (min-width: 900px) {
      .mobile-menu .mobile-nav-menu {
        display: none; } }
  .mobile-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .mobile-menu .menu > li {
    margin-left: 0; }
    .mobile-menu .menu > li:before {
      content: none; }
    .mobile-menu .menu > li:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .mobile-menu .menu > li > a {
      font-family: "Poppins", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: bold;
      font-size: 1.25em;
      color: #fff;
      display: block;
      margin-bottom: 1.25em;
      line-height: 1em; }
    .mobile-menu .menu > li.menu-item-has-children {
      position: relative; }
      .mobile-menu .menu > li.menu-item-has-children:after {
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        background-image: url("assets/icons/src/arrow-white.svg");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        cursor: pointer;
        height: 26px;
        position: absolute;
        right: 0;
        top: -3px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        width: 26px; }
      .mobile-menu .menu > li.menu-item-has-children.active:after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      .mobile-menu .menu > li.menu-item-has-children .sub-menu {
        padding-left: 0.625em;
        font-size: 1em;
        display: none;
        margin-bottom: 1.375em;
        margin-top: -10px; }
        .mobile-menu .menu > li.menu-item-has-children .sub-menu li {
          margin-left: 0; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:before {
            content: none; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:first-child {
            margin-top: 0; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:last-child {
            margin-bottom: 0; }
        .mobile-menu .menu > li.menu-item-has-children .sub-menu a {
          color: #fff;
          font-family: "Poppins", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
          font-weight: 600;
          display: block;
          line-height: 1em;
          margin-bottom: 0.875em; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu a:hover {
            color: white; }
        .mobile-menu .menu > li.menu-item-has-children .sub-menu .sub-menu {
          display: block;
          width: 100%;
          margin-bottom: 0.625em;
          margin-top: 0; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu .sub-menu a {
            color: #ddd;
            font-weight: normal;
            display: block;
            width: 100%;
            opacity: 0.8; }
  .mobile-menu .slideout-menu {
    padding: 2.5em; }

.mobile-menu-search {
  margin-top: 1.875em; }
  .mobile-menu-search input[type='submit'] {
    display: none !important; }

.mobile-menu-icon {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  cursor: pointer;
  z-index: 310; }
  @media screen and (min-width: 900px) {
    .mobile-menu-icon {
      opacity: 0.7; }
      .mobile-menu-icon:hover {
        opacity: 1; } }

.mobile-menu-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 2px;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 150ms ease;
  transition: 150ms ease; }

.mobile-menu-icon span:nth-child(1) {
  top: 0px; }

.mobile-menu-icon span:nth-child(2),
.mobile-menu-icon span:nth-child(3) {
  top: 8px; }

.mobile-menu-icon span:nth-child(4) {
  top: 16px; }

.site-container.move-left .mobile-menu-icon span:nth-child(1) {
  width: 0%;
  left: 50%; }

.site-container.move-left .mobile-menu-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.site-container.move-left .mobile-menu-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.site-container.move-left .mobile-menu-icon span:nth-child(4) {
  width: 0%;
  left: 50%; }

.alert-bar {
  background: #014d6e;
  color: white;
  text-align: center;
  padding: 1em 0; }
  .alert-bar .alert-text p {
    line-height: 1.5em;
    font-size: 1.125em;
    margin-bottom: 0;
    display: inline-block; }
  .alert-bar .alert-button a {
    margin: 0.5em 0 0.5em 1em;
    font-size: 0.75em;
    padding: 0.5em 1em; }

.site-header {
  background-color: transparent;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 900;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  /* Title Area */
  /* Header Right */ }
  .fixed-header .site-header {
    position: absolute;
    -webkit-transition: right 500ms ease, background-color 300ms ease;
    transition: right 500ms ease, background-color 300ms ease; }
    .fixed-header .site-header.scrolled {
      position: fixed; }
  .fixed-header .move-left .site-header.scrolled {
    right: 400px; }
  .site-header.scrolled,
  .no-banner-image .site-header,
  .no-banner .site-header {
    background-color: #014d6e; }
  .site-header > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    @media only screen and (min-width: 900px) {
      .site-header > .wrap {
        position: static; } }
    @media only screen and (min-width: 1050px) {
      .site-header > .wrap {
        position: relative; } }
  .site-header .title-area {
    padding: 1em 0; }
    .site-header .title-area .site-title {
      font-size: 2.5em;
      font-weight: 500;
      margin-bottom: 0; }
      .site-header .title-area .site-title a {
        color: #222; }
      .site-header .title-area .site-title a:focus,
      .site-header .title-area .site-title a:hover {
        color: #2a7e9d; }
    .site-header .title-area .site-description {
      font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 1em;
      font-weight: 500;
      margin-bottom: 0; }
    .header-image .site-header .title-area .site-description,
    .header-image .site-header .title-area .site-title {
      display: block;
      text-indent: -9999px;
      font-size: 1em; }
    .header-image .site-header .title-area .site-title > a {
      background-color: transparent;
      background-image: url("assets/images/logo.png");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      height: 60px;
      width: 73px;
      -webkit-transition: opacity 300ms ease;
      transition: opacity 300ms ease;
      float: left; }
      @media screen and (min-width: 900px) {
        .header-image .site-header .title-area .site-title > a {
          height: 90px;
          width: 109px; } }
      .header-image .site-header .title-area .site-title > a:before {
        content: '';
        background-image: url("assets/images/logo.png"); }
  .site-header .widget-area {
    width: 100%;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media screen and (min-width: 900px) {
      .site-header .widget-area {
        padding-left: 1.5em; } }
    .site-header .widget-area .wrap {
      width: 100%; }
    .site-header .widget-area .genesis-nav-menu {
      display: none; }
      @media screen and (min-width: 900px) {
        .site-header .widget-area .genesis-nav-menu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .site-header .widget-area .widget {
      margin: 0; }
      .site-header .widget-area .widget li li {
        margin-left: 0; }
    .site-header .widget-area .widget_text p {
      margin: 0; }
      .site-header .widget-area .widget_text p a {
        font-size: 1em;
        line-height: 1em;
        text-transform: uppercase;
        background: #2a7e9d;
        padding: 0.8em 1em;
        margin-left: 1.5em;
        color: #fff;
        display: inline-block;
        font-weight: bold; }
        .site-header .widget-area .widget_text p a:hover {
          background: #22657e; }
  .site-header .top-icon-section .searchPhoneWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    box-pack: end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    margin: 0; }
  .site-header .top-icon-section .phoneIcon,
  .site-header .top-icon-section .searchIcon {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0.7;
    height: 18px;
    width: 18px; }
    .site-header .top-icon-section .phoneIcon svg,
    .site-header .top-icon-section .searchIcon svg {
      fill: transparent;
      stroke: white;
      width: 18px;
      height: 18px; }
    .site-header .top-icon-section .phoneIcon:hover,
    .site-header .top-icon-section .searchIcon:hover {
      opacity: 1;
      cursor: pointer; }

.genesis-nav-menu {
  clear: both;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 0.9375em;
  line-height: 1;
  margin: 0;
  margin-right: 30px;
  padding: 0;
  width: 100%; }
  .genesis-nav-menu .menu-item {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    position: relative; }
    .genesis-nav-menu .menu-item:after {
      content: '';
      top: 100%;
      width: 100%;
      height: 20px;
      position: absolute;
      left: 0; }
    .genesis-nav-menu .menu-item > a {
      color: #ddd;
      font-weight: 600;
      display: block;
      padding: 0.5em;
      padding: 3em 0.8em; }
      .genesis-nav-menu .menu-item > a:after {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: opacity 300ms ease;
        transition: opacity 300ms ease;
        position: absolute;
        bottom: 0;
        content: "";
        left: 50%;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid white;
        opacity: 0; }
    .genesis-nav-menu .menu-item a:hover,
    .genesis-nav-menu .menu-item a:focus,
    .genesis-nav-menu .menu-item.current-menu-item > a,
    .genesis-nav-menu .menu-item.current-menu-ancestor > a,
    .genesis-nav-menu .menu-item.current-menu-parent > a,
    .genesis-nav-menu .menu-item.menu-item-has-children.menu-item-hover > a {
      color: #fff; }
    .genesis-nav-menu .menu-item.menu-item-has-children.menu-item-hover > a:after {
      opacity: 1; }
    .genesis-nav-menu .menu-item:hover > .sub-menu, .genesis-nav-menu .menu-item:focus > .sub-menu {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .genesis-nav-menu .menu-item:last-child > a,
    .genesis-nav-menu .menu-item.last > a {
      padding-right: 0; }
    .genesis-nav-menu .menu-item .sub-menu {
      background: white;
      margin: 0 0 0 -15px;
      padding: 30px;
      padding-bottom: 15px;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 100%;
      width: 200px;
      z-index: 100;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
      .genesis-nav-menu .menu-item .sub-menu li {
        display: block;
        margin: 0; }
        .genesis-nav-menu .menu-item .sub-menu li a {
          color: #777;
          padding: 0 0 1em 0;
          position: relative;
          font-size: 0.9375em; }
          .genesis-nav-menu .menu-item .sub-menu li a:hover {
            color: #555; }
        .genesis-nav-menu .menu-item .sub-menu li.current-menu-item > a:hover,
        .genesis-nav-menu .menu-item .sub-menu li.current-menu-item > a:focus {
          color: #555; }
      .genesis-nav-menu .menu-item .sub-menu .sub-menu {
        margin: -41px 0 0 199px; }
    .genesis-nav-menu .menu-item.nav-button a {
      font-size: 0.875em;
      font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      line-height: 1em;
      text-transform: uppercase;
      background: #2a7e9d;
      padding: 0.8em 1em;
      margin-left: 1em;
      color: #fff;
      display: inline-block;
      font-weight: bold;
      -webkit-font-smoothing: antialiased; }
      .genesis-nav-menu .menu-item.nav-button a:hover {
        background: #22657e; }
  .genesis-nav-menu > .mega-menu.menu-item {
    position: static; }
    @media only screen and (min-width: 1050px) {
      .genesis-nav-menu > .mega-menu.menu-item {
        position: relative; } }
    .genesis-nav-menu > .mega-menu.menu-item:last-child a {
      padding-right: 0; }
    .genesis-nav-menu > .mega-menu.menu-item > a:after {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: opacity 300ms ease;
      transition: opacity 300ms ease;
      position: absolute;
      bottom: 0;
      content: "";
      left: 50%;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 12px solid white;
      opacity: 0; }
    .genesis-nav-menu > .mega-menu.menu-item:hover > .sub-menu {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .genesis-nav-menu > .mega-menu.menu-item:hover > a:after {
      opacity: 1; }
    .genesis-nav-menu > .mega-menu.menu-item > .sub-menu {
      background: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      left: 0;
      position: absolute;
      opacity: 0;
      padding: 30px 0 15px 0;
      margin: 0;
      pointer-events: none;
      text-align: left;
      top: 100%;
      width: 100%;
      visibility: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: opacity 300ms ease;
      transition: opacity 300ms ease; }
      @media only screen and (min-width: 1050px) {
        .genesis-nav-menu > .mega-menu.menu-item > .sub-menu {
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          left: 50%;
          width: auto; }
          .genesis-nav-menu > .mega-menu.menu-item > .sub-menu.edge {
            -webkit-transform: translateX(-60%);
            transform: translateX(-60%); }
          .genesis-nav-menu > .mega-menu.menu-item > .sub-menu.edgeL {
            left: 50%;
            -webkit-transform: translateX(-30%);
            transform: translateX(-30%); } }
      .genesis-nav-menu > .mega-menu.menu-item > .sub-menu > li {
        border-left: 1px solid #eee;
        margin: 0 30px 0 0;
        padding-left: 30px;
        min-width: 200px; }
        .genesis-nav-menu > .mega-menu.menu-item > .sub-menu > li:first-child {
          border-left: none;
          margin-left: 0; }
        .genesis-nav-menu > .mega-menu.menu-item > .sub-menu > li:last-child {
          margin-right: 0; }
        .genesis-nav-menu > .mega-menu.menu-item > .sub-menu > li > a {
          color: #333;
          display: block;
          font-size: 1em;
          font-weight: bold;
          padding-bottom: 15px;
          cursor: default;
          text-transform: uppercase; }
        .genesis-nav-menu > .mega-menu.menu-item > .sub-menu > li > .sub-menu {
          margin: 0;
          opacity: 1;
          visibility: visible;
          top: 0 !important;
          padding: 0;
          position: relative;
          background: none;
          width: auto; }
        .genesis-nav-menu > .mega-menu.menu-item > .sub-menu > li > .sub-menu > li > a {
          color: #777; }
          .genesis-nav-menu > .mega-menu.menu-item > .sub-menu > li > .sub-menu > li > a:hover {
            color: #222; }

.page-banner-slider-wrap {
  display: block;
  width: 100%;
  font-size: 80%;
  position: relative; }
  @media screen and (min-width: 900px) {
    .page-banner-slider-wrap {
      font-size: 100%; } }
  .page-banner-slider-wrap .page-banner__slide {
    height: 550px; }
    .page-banner-slider-wrap .page-banner__slide > .wrap {
      height: 100%; }
  .page-banner-slider-wrap.small-height-banner .page-banner__slide {
    height: 250px; }
    @media screen and (min-width: 900px) {
      .page-banner-slider-wrap.small-height-banner .page-banner__slide {
        height: 350px; } }
  .page-banner-slider-wrap.medium-height-banner .page-banner__slide {
    height: 350px; }
    @media screen and (min-width: 900px) {
      .page-banner-slider-wrap.medium-height-banner .page-banner__slide {
        height: 550px; } }
  .page-banner-slider-wrap.large-height-banner .page-banner__slide {
    height: 550px; }
    @media screen and (min-width: 900px) {
      .page-banner-slider-wrap.large-height-banner .page-banner__slide {
        height: 750px; } }
  .page-banner-slider-wrap.full-screen-height-banner .page-banner__slide {
    height: 550px; }
    @media screen and (min-width: 900px) {
      .page-banner-slider-wrap.full-screen-height-banner .page-banner__slide {
        height: 100vh; } }
  .page-banner-slider-wrap.hide_banner_image .page-banner__slide {
    background-color: white;
    height: 180px;
    border-bottom: 1px solid #eee; }
    .page-banner-slider-wrap.hide_banner_image .page-banner__slide .page-banner__title {
      color: #111; }
    @media screen and (min-width: 900px) {
      .page-banner-slider-wrap.hide_banner_image .page-banner__slide {
        height: 250px; } }
  .page-banner-slider-wrap .banner-slide-numbers {
    position: absolute;
    bottom: 0;
    left: 100px;
    height: 60px;
    width: 120px;
    color: white;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    font-size: 20px;
    opacity: 0.8; }
  .page-banner-slider-wrap .left-arrow,
  .page-banner-slider-wrap .right-arrow {
    background-color: white;
    width: 50px;
    height: 60px;
    position: absolute;
    bottom: 0;
    z-index: 100;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    .page-banner-slider-wrap .left-arrow svg,
    .page-banner-slider-wrap .right-arrow svg {
      width: 25px;
      height: 25px;
      fill: #222;
      opacity: 0.5;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
    .page-banner-slider-wrap .left-arrow:hover,
    .page-banner-slider-wrap .right-arrow:hover {
      cursor: pointer;
      opacity: 1; }
      .page-banner-slider-wrap .left-arrow:hover svg,
      .page-banner-slider-wrap .right-arrow:hover svg {
        opacity: 1; }
  .page-banner-slider-wrap .left-arrow {
    left: 0; }
    .page-banner-slider-wrap .left-arrow svg {
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg); }
  .page-banner-slider-wrap .right-arrow {
    left: 50px; }
    .page-banner-slider-wrap .right-arrow svg {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.page-banner__slide {
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .page-banner__slide > .wrap {
    position: relative; }
  .page-banner__slide .page-banner__content {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }
  .page-banner__slide .page-banner__subtitle,
  .page-banner__slide .page-banner__title {
    text-align: center;
    margin-bottom: 0;
    line-height: 1; }
  .page-banner__slide .page-banner__subtitle {
    margin-top: 0.5em;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    .page-banner__slide .page-banner__subtitle span {
      border-right: 1px solid #fff;
      padding-right: 0.3em; }
      .page-banner__slide .page-banner__subtitle span:last-child {
        border: none;
        padding-right: 0; }
  .page-banner__slide .page-banner__button {
    text-align: center;
    margin-top: 1.5em;
    display: block; }
  .page-banner__slide.light-text .page-banner__subtitle,
  .page-banner__slide.light-text .page-banner__title {
    color: white; }
  .page-banner__slide.dark-text .page-banner__subtitle,
  .page-banner__slide.dark-text .page-banner__title {
    color: #111; }
  .page-banner__slide.video-slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    visibility: hidden; }
    @media (max-width: 900px) {
      .page-banner__slide.video-slide video {
        display: none; } }
  .page-banner__slide.video-slide.slick-current video {
    visibility: visible; }
  .page-banner__slide .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .page-banner__slide .overlay.dark-overlay {
      background-color: rgba(0, 0, 0, 0.3);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), color-stop(25%, rgba(0, 0, 0, 0.3)));
      background: linear-gradient(rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 25%); }
    .page-banner__slide .overlay.light-overlay {
      background-color: rgba(255, 255, 255, 0.3); }
    .page-banner__slide .overlay.blue-overlay {
      background-color: rgba(1, 77, 110, 0.7);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 77, 110, 0.85)), color-stop(25%, rgba(1, 77, 110, 0.5)));
      background: linear-gradient(rgba(1, 77, 110, 0.85) 0%, rgba(1, 77, 110, 0.5) 25%); }

/**
 * Entries
 */
.entry {
  position: relative; }

.entry-footer {
  border-top: 1px solid #eee;
  padding-top: 1.5em; }

.entry-title a {
  color: #555; }
  .entry-title a:hover, .entry-title a:focus {
    color: #2a7e9d; }

/**
 * Entry Meta
 */
.entry-meta {
  color: #555;
  font-size: 1em;
  margin-bottom: 0; }
  .entry-meta span,
  .entry-meta time,
  .entry-meta a {
    margin-right: 5px; }
    .entry-meta span:last-child,
    .entry-meta time:last-child,
    .entry-meta a:last-child {
      margin-right: 0; }
  .entry-meta a {
    color: #2a7e9d; }
    .entry-meta a:hover, .entry-meta a:focus {
      color: #143d4d; }

.entry-terms {
  display: block;
  padding-bottom: 5px; }
  .entry-terms:last-child {
    padding-bottom: 0; }
  .entry-terms span,
  .entry-terms time,
  .entry-terms a {
    margin-right: 0; }

.breadcrumb {
  font-size: 1em;
  margin-bottom: 0.5em; }
  .breadcrumb span:not(.breadcrumb-link-wrap) {
    padding: 0 4px; }

.sidebar {
  font-size: 1em;
  margin-top: 2em; }
  @media screen and (min-width: 900px) {
    .sidebar {
      margin-top: 0; } }
  .sidebar ul {
    line-height: 1.2em; }
  .sidebar li {
    margin-bottom: 1em !important;
    padding-left: 0 !important; }
    .sidebar li:before {
      display: none; }
    .sidebar li a {
      color: #888; }
      .sidebar li a:hover {
        color: #111; }
  .sidebar p:last-child,
  .sidebar ul > li:last-child {
    margin-bottom: 0; }
  .sidebar .widget {
    background-color: white;
    margin-bottom: 2em; }
    @media screen and (min-width: 900px) {
      .sidebar .widget {
        margin-bottom: 3em; } }
    @media screen and (min-width: 900px) {
      .sidebar .widget {
        padding: 0 0 0 2em; } }

.comment {
  position: relative; }
  .comment > article {
    background-color: white;
    border: 1px solid #eee;
    border-color: #eee;
    border-radius: 3px;
    margin-bottom: 1.5em; }
  .comment .comment {
    margin-top: 1.5em;
    padding-bottom: 0; }
    .comment .comment:last-child {
      margin-bottom: 0; }

.comment-header {
  background-color: #eee;
  border-bottom: 1px solid #eee;
  border-color: #eee;
  clear: both;
  min-height: 75px;
  padding: 0.5em;
  position: relative; }
  .comment-header .comment-author {
    margin-right: 0.5em;
    font-style: italic; }
    @media screen and (min-width: 900px) {
      .comment-header .comment-author {
        margin-left: 1.5em; } }
  .comment-header p {
    display: inline-block;
    margin-bottom: 0.5em; }
  .comment-header .comment-edit-link {
    margin-left: 5px; }
  .comment-header .says {
    display: none; }

.comment .avatar {
  border: 1px solid #eee;
  border-color: white;
  border-size: 4px;
  border-radius: 100%;
  margin-right: 0.5em; }
  @media screen and (min-width: 900px) {
    .comment .avatar {
      left: -24px;
      top: 15px;
      position: absolute;
      width: 48px; } }

.comment .children {
  border-left: 1px dashed #eee;
  padding-left: 1.5em; }
  .comment .children header {
    padding-left: 0.5em; }
  .comment .children .avatar {
    left: -50px; }

.comment-content,
.comment-reply {
  clear: both;
  padding: 0.5em; }

.pagination {
  display: block;
  margin-bottom: 1.5em;
  text-align: center;
  clear: both; }
  .pagination li,
  .pagination .pagination-next,
  .pagination .pagination-previous {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    .pagination li a,
    .pagination .pagination-next a,
    .pagination .pagination-previous a {
      display: inline-block;
      color: #555;
      padding: 0.5em 1.5em; }
    .pagination li.active, .pagination li:hover, .pagination li:focus,
    .pagination .pagination-next.active,
    .pagination .pagination-next:hover,
    .pagination .pagination-next:focus,
    .pagination .pagination-previous.active,
    .pagination .pagination-previous:hover,
    .pagination .pagination-previous:focus {
      background: #2a7e9d; }
      .pagination li.active a, .pagination li:hover a, .pagination li:focus a,
      .pagination .pagination-next.active a,
      .pagination .pagination-next:hover a,
      .pagination .pagination-next:focus a,
      .pagination .pagination-previous.active a,
      .pagination .pagination-previous:hover a,
      .pagination .pagination-previous:focus a {
        color: white; }
    .pagination li:hover, .pagination li:focus,
    .pagination .pagination-next:hover,
    .pagination .pagination-next:focus,
    .pagination .pagination-previous:hover,
    .pagination .pagination-previous:focus {
      border: 1px solid #eee;
      border-color: #2a7e9d; }
      .pagination li:hover a, .pagination li:focus a,
      .pagination .pagination-next:hover a,
      .pagination .pagination-next:focus a,
      .pagination .pagination-previous:hover a,
      .pagination .pagination-previous:focus a {
        color: white; }
    .pagination li.pagination-omission,
    .pagination .pagination-next.pagination-omission,
    .pagination .pagination-previous.pagination-omission {
      border: 0px; }
      .pagination li.pagination-omission.active, .pagination li.pagination-omission:hover, .pagination li.pagination-omission:focus,
      .pagination .pagination-next.pagination-omission.active,
      .pagination .pagination-next.pagination-omission:hover,
      .pagination .pagination-next.pagination-omission:focus,
      .pagination .pagination-previous.pagination-omission.active,
      .pagination .pagination-previous.pagination-omission:hover,
      .pagination .pagination-previous.pagination-omission:focus {
        background: transparent; }

.site-footer {
  background-color: #ddd;
  font-size: 0.875em;
  line-height: 1.5;
  padding: 1.5em 0;
  text-align: center;
  color: #555; }
  .site-footer .footer-right {
    text-transform: uppercase;
    margin-top: 10px; }
    .site-footer .footer-right a {
      font-weight: 600;
      color: #555; }
      .site-footer .footer-right a:hover {
        color: #111; }
  @media screen and (min-width: 900px) {
    .site-footer .footer-left {
      float: left; }
    .site-footer .footer-right {
      float: right;
      margin-top: 0; } }
  .site-footer p {
    margin-bottom: 0; }

.call-to-action.footer-cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #222;
  display: block;
  padding: 7.5em 0;
  position: relative;
  width: 100%; }
  .call-to-action.footer-cta .wrap {
    position: relative;
    z-index: 100; }
  .call-to-action.footer-cta .cta-content {
    color: white; }
    .call-to-action.footer-cta .cta-content p {
      font-size: 1.5em;
      margin-bottom: 1.5em; }
      .call-to-action.footer-cta .cta-content p:last-of-type {
        font-size: 1em; }
  .call-to-action.footer-cta.img-bg {
    position: relative; }
    .call-to-action.footer-cta.img-bg:before {
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      background-color: rgba(34, 34, 34, 0.7);
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .call-to-action.footer-cta.img-bg .wrap {
      position: relative;
      z-index: 100; }
  .call-to-action.footer-cta.video-bg {
    position: relative;
    overflow: hidden; }
    .call-to-action.footer-cta.video-bg:before {
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      background-color: rgba(34, 34, 34, 0.7);
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .call-to-action.footer-cta.video-bg .wrap {
      position: relative;
      z-index: 100; }
    @media screen and (min-width: 900px) {
      .call-to-action.footer-cta.video-bg {
        position: relative; }
        .call-to-action.footer-cta.video-bg:before {
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
          background-color: rgba(34, 34, 34, 0);
          content: '';
          display: block;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; }
        .call-to-action.footer-cta.video-bg .wrap {
          position: relative;
          z-index: 100; } }
    .call-to-action.footer-cta.video-bg .autoplay-video {
      bottom: 0;
      display: none;
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%; }
      @media screen and (min-width: 900px) {
        .call-to-action.footer-cta.video-bg .autoplay-video {
          display: block; } }

.error404 .site-inner {
  display: inline-block;
  width: 100%; }

.error404 .content {
  background-color: white; }

.error404 .section-404 {
  padding: 4em 0;
  text-align: center; }
  @media screen and (min-width: 900px) {
    .error404 .section-404 {
      padding: 6.25em 0; } }
  .error404 .section-404 input {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    text-align: center; }

.header-search-box {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: none;
  background-color: #014d6e;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .header-search-box:before {
    content: '';
    background-color: #014d6e;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .header-search-box:after {
    content: '';
    background-color: #014d6e;
    position: absolute;
    top: 0;
    right: 50%;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .header-search-box .inner-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-search-box.search-is-open {
    display: block; }
    .header-search-box.search-is-open input {
      background: transparent;
      color: white;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin: 0;
      width: 100%;
      border-radius: 0;
      border-bottom: 2px solid #fff;
      padding-left: 0; }
      .header-search-box.search-is-open input::-webkit-input-placeholder {
        color: #ccc; }
      .header-search-box.search-is-open input::-moz-placeholder {
        color: #ccc; }
      .header-search-box.search-is-open input::-ms-input-placeholder {
        color: #ccc; }
      .header-search-box.search-is-open input::placeholder {
        color: #ccc; }
    .header-search-box.search-is-open input[type='submit'] {
      display: none; }
    .header-search-box.search-is-open .header-search-box__close-search {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 40px;
      cursor: pointer;
      opacity: 0.7;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
      .header-search-box.search-is-open .header-search-box__close-search svg {
        fill: white; }
      .header-search-box.search-is-open .header-search-box__close-search:hover {
        opacity: 1; }

.footer-widgets {
  background-color: #f1f1f1;
  clear: both;
  position: relative;
  padding: 3em 0;
  color: #555; }
  @media screen and (min-width: 900px) {
    .footer-widgets {
      padding: 5.125em 0; } }
  .footer-widgets .widget-area {
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .footer-widgets .widget-area {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .footer-widgets .widget-area:last-child {
          margin-right: 0; }
        .footer-widgets .widget-area:nth-child(4n) {
          margin-right: 2.35765%; }
        .footer-widgets .widget-area:nth-child(4n+1) {
          clear: none; }
        .footer-widgets .widget-area:nth-child(2n) {
          margin-right: 0; }
        .footer-widgets .widget-area:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 900px) {
      .footer-widgets .widget-area {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        margin-bottom: 0; }
        .footer-widgets .widget-area:last-child {
          margin-right: 0; }
        .footer-widgets .widget-area:nth-child(2n) {
          margin-right: 2.35765%; }
        .footer-widgets .widget-area:nth-child(2n+1) {
          clear: none; }
        .footer-widgets .widget-area:nth-child(4n) {
          margin-right: 0; }
        .footer-widgets .widget-area:nth-child(4n+1) {
          clear: left; } }
    .footer-widgets .widget-area .widget {
      text-align: left;
      clear: both;
      min-width: 51%; }
      @media screen and (min-width: 900px) {
        .footer-widgets .widget-area .widget {
          display: inline-block; } }
  .footer-widgets .widget-title.widgettitle {
    font-size: 1.5em;
    color: #222;
    font-weight: 600; }
  .footer-widgets .widget_objectiv_footer_contact .footer-logo {
    max-width: 300px;
    margin-bottom: 0.5em; }
  .footer-widgets .widget_objectiv_footer_contact .get-directions {
    margin-top: -0.5em; }
  .footer-widgets .widget_objectiv_footer_contact .email {
    word-break: break-word; }
  .footer-widgets .widget_objectiv_footer_contact p {
    margin-bottom: 0.5em; }
  .footer-widgets .widget_objectiv_footer_contact a {
    color: #555; }
    .footer-widgets .widget_objectiv_footer_contact a:hover {
      color: #2a7e9d; }
  .footer-widgets ul.menu {
    margin-bottom: 0.5em;
    padding: 0; }
    .footer-widgets ul.menu ul.sub-menu {
      display: none; }
  .footer-widgets li {
    list-style-type: none; }
  .footer-widgets .menu-item {
    margin-bottom: 0.5em; }
    .footer-widgets .menu-item a {
      color: #555;
      position: relative;
      -webkit-transition: color 300ms ease;
      transition: color 300ms ease; }
      .footer-widgets .menu-item a:hover {
        color: #2a7e9d; }
  .footer-widgets .widget_media_image img {
    display: block; }

.social-links {
  clear: both;
  position: relative;
  margin-top: 1em; }
  .social-links a {
    height: 30px;
    width: 30px;
    overflow: hidden;
    color: #fff;
    display: inline-block; }
  .social-links li {
    display: inline; }
  .social-links svg {
    background: #999;
    fill: #fff;
    height: 30px;
    margin-right: 5px;
    padding: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 30px; }
    .social-links svg:hover {
      background: #2a7e9d; }

.skipLink {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px; }

a.skipLink:active,
a.skipLink:focus,
a.skipLink:hover {
  background-color: white;
  height: auto;
  left: 0;
  overflow: visible;
  padding: 0.625rem 1.25rem;
  top: 0;
  width: auto;
  z-index: 1000000; }

.post-type-archive-testimonial .testimonial-block {
  background-color: #eee;
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 2rem;
  width: 100%; }
  .post-type-archive-testimonial .testimonial-block:last-of-type {
    margin-bottom: 0px; }

.staffTermSection {
  clear: both;
  margin-bottom: 4.5em;
  overflow: hidden; }
  .staffTermSection:last-of-type {
    margin-bottom: 0; }

.staffTermStaffGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .staffTermStaffGrid .staffArchBlock {
    margin-top: 3.75rem;
    text-align: center; }
    .staffTermStaffGrid .staffArchBlock img {
      margin-bottom: 1rem; }
    .staffTermStaffGrid .staffArchBlock:first-of-type {
      margin-top: 0; }
    @media screen and (min-width: 600px) {
      .staffTermStaffGrid .staffArchBlock {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .staffTermStaffGrid .staffArchBlock:last-child {
          margin-right: 0; }
        .staffTermStaffGrid .staffArchBlock:nth-child(4n) {
          margin-right: 2.35765%; }
        .staffTermStaffGrid .staffArchBlock:nth-child(4n+1) {
          clear: none; }
        .staffTermStaffGrid .staffArchBlock:nth-child(2n) {
          margin-right: 0; }
        .staffTermStaffGrid .staffArchBlock:nth-child(2n+1) {
          clear: left; }
        .staffTermStaffGrid .staffArchBlock:nth-child(1), .staffTermStaffGrid .staffArchBlock:nth-child(2) {
          margin-top: 0; } }
    @media screen and (min-width: 900px) {
      .staffTermStaffGrid .staffArchBlock {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .staffTermStaffGrid .staffArchBlock:last-child {
          margin-right: 0; }
        .staffTermStaffGrid .staffArchBlock:nth-child(2n) {
          margin-right: 2.35765%; }
        .staffTermStaffGrid .staffArchBlock:nth-child(2n+1) {
          clear: none; }
        .staffTermStaffGrid .staffArchBlock:nth-child(4n) {
          margin-right: 0; }
        .staffTermStaffGrid .staffArchBlock:nth-child(4n+1) {
          clear: left; }
        .staffTermStaffGrid .staffArchBlock:nth-child(1), .staffTermStaffGrid .staffArchBlock:nth-child(2), .staffTermStaffGrid .staffArchBlock:nth-child(3), .staffTermStaffGrid .staffArchBlock:nth-child(4) {
          margin-top: 0; } }
    .staffTermStaffGrid .staffArchBlock .staffArchBlockName {
      font-size: 1.125em;
      line-height: 1;
      margin-bottom: 7px;
      font-weight: bold; }
      .staffTermStaffGrid .staffArchBlock .staffArchBlockName a {
        color: #111; }
        .staffTermStaffGrid .staffArchBlock .staffArchBlockName a:hover {
          color: #2a7e9d; }
    .staffTermStaffGrid .staffArchBlock .staffArchBlockPosition {
      font-size: 1em;
      line-height: 1;
      margin-bottom: 3px;
      color: #555; }

.singleStaffDetailsInner {
  margin: 0 auto 1.5em;
  max-width: 350px;
  background: #014d6e;
  color: #fff; }
  .singleStaffDetailsInner img {
    display: block; }
  @media screen and (min-width: 750px) {
    .singleStaffDetailsInner {
      margin-bottom: 0;
      margin-right: 1.5em;
      min-width: 350px;
      width: 350px; } }
  .singleStaffDetailsInner .singleStaffDetailsInnerInner {
    padding: 1.5em; }
  .singleStaffDetailsInner .singleStaffName .post-title {
    margin-bottom: 0;
    font-size: 2.125em;
    color: #fff; }
  .singleStaffDetailsInner .singleStaffPosition h6 {
    color: #fff; }
  .singleStaffDetailsInner a {
    color: #99bbdc; }
    .singleStaffDetailsInner a:hover {
      color: #fff; }

.singleStaffContact {
  margin-top: 0.5em; }

@media screen and (min-width: 750px) {
  .single-staff .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.single-staff .entry-footer {
  display: none; }

.slick-slider {
  background: url("assets/images/loader.gif"); }

.slick-slider .slick-list {
  opacity: 0;
  position: absolute; }

.slick-slider.slick-initialized {
  background: none; }

.slick-slider.slick-initialized .slick-list {
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }

.blog .blog-title, .archive .blog-title {
  text-align: center;
  padding-top: 4.5em; }

.blog .post, .archive .post {
  display: block;
  margin-bottom: 3em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  @media screen and (min-width: 600px) {
    .blog .post, .archive .post {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .blog .post:last-child, .archive .post:last-child {
        margin-right: 0; }
      .blog .post:nth-child(2n), .archive .post:nth-child(2n) {
        margin-right: 0; }
      .blog .post:nth-child(2n+1), .archive .post:nth-child(2n+1) {
        clear: left; } }
  .blog .post:hover, .archive .post:hover {
    border-color: #2a7e9d; }
  .blog .post .post-image, .archive .post .post-image {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    position: relative; }
    .blog .post .post-image:before, .archive .post .post-image:before {
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      background-color: rgba(1, 77, 110, 0);
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .blog .post .post-image .wrap, .archive .post .post-image .wrap {
      position: relative;
      z-index: 100; }
    .blog .post .post-image .story-date, .archive .post .post-image .story-date {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: white;
      font-size: 0.875em;
      left: 0;
      position: absolute;
      text-transform: uppercase;
      top: 50%;
      z-index: 10;
      padding: 10px 14px; }
      .blog .post .post-image .story-date .story-date__up,
      .blog .post .post-image .story-date .story-date_lower, .archive .post .post-image .story-date .story-date__up,
      .archive .post .post-image .story-date .story-date_lower {
        color: #222 !important;
        display: block;
        text-align: center;
        line-height: 1; }
      .blog .post .post-image .story-date .story-date__up, .archive .post .post-image .story-date .story-date__up {
        font-size: 1.125em;
        font-weight: 700; }
      .blog .post .post-image .story-date .story-date_lower, .archive .post .post-image .story-date .story-date_lower {
        font-size: 0.6875em; }
    .blog .post .post-image:hover, .archive .post .post-image:hover {
      position: relative; }
      .blog .post .post-image:hover:before, .archive .post .post-image:hover:before {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        background-color: rgba(1, 77, 110, 0.6);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
      .blog .post .post-image:hover .wrap, .archive .post .post-image:hover .wrap {
        position: relative;
        z-index: 100; }
  .blog .post .post-date, .archive .post .post-date {
    background: #000;
    padding: 0.3em;
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0; }
  .blog .post .entry-content, .archive .post .entry-content {
    margin-bottom: 0;
    color: #555;
    padding: 1.875em;
    border: 1px solid #eee; }
    .blog .post .entry-content .entry-title, .archive .post .entry-content .entry-title {
      font-size: 1.125em;
      font-weight: 600; }
      .blog .post .entry-content .entry-title a, .archive .post .entry-content .entry-title a {
        color: #111; }
        .blog .post .entry-content .entry-title a:hover, .archive .post .entry-content .entry-title a:hover {
          color: #2a7e9d; }
    .blog .post .entry-content p, .archive .post .entry-content p {
      font-size: 0.875em;
      margin-bottom: 0.75em; }
    .blog .post .entry-content *:last-child, .archive .post .entry-content *:last-child {
      margin-bottom: 0; }
  .blog .post .entry-header, .archive .post .entry-header {
    background-color: #fff;
    margin-bottom: 0;
    overflow: hidden; }
  .blog .post .read-more-link, .archive .post .read-more-link {
    font-size: 1em;
    text-transform: uppercase;
    margin-top: 20px;
    display: block; }
  .blog .post .entry-footer, .archive .post .entry-footer {
    display: none; }

.post-template-default.single .site-inner .wrap {
  max-width: 650px; }

.post-template-default.single .post .entry-footer {
  font-weight: bold; }

.tribe-common .tribe-events-l-container {
  padding: 0 !important; }

.tribe-common .tribe-common-c-btn {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #014d6e;
  border-radius: 0;
  border: 2px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle; }
  .tribe-common .tribe-common-c-btn:hover, .tribe-common .tribe-common-c-btn:focus {
    background-color: transparent;
    color: #014d6e;
    border-color: #014d6e; }

.tribe-common .tribe-events-calendar-month__calendar-event--featured:before {
  background-color: #2a7e9d; }

.tribe-common .tribe-events-calendar-month__calendar-event--featured .tribe-events-calendar-month__calendar-event-datetime-featured-icon {
  display: none; }

.tribe-common .tribe-events-calendar-month__day-cell--selected,
.tribe-common .tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
.tribe-common .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: #014d6e; }

.tribe-common .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe-common .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #2a7e9d; }

.tribe-common .tribe-events-c-events-bar__views li.tribe-events-c-view-selector__list-item,
.tribe-common li.tribe-events-c-top-bar__nav-list-item,
.tribe-common li.tribe-events-c-nav__list-item,
.tribe-common li.tribe-events-c-messages__message-list-item,
.tribe-common h2.tribe-common-a11y-visual-hide {
  padding-left: 0;
  margin-bottom: 0; }
  .tribe-common .tribe-events-c-events-bar__views li.tribe-events-c-view-selector__list-item:before,
  .tribe-common li.tribe-events-c-top-bar__nav-list-item:before,
  .tribe-common li.tribe-events-c-nav__list-item:before,
  .tribe-common li.tribe-events-c-messages__message-list-item:before,
  .tribe-common h2.tribe-common-a11y-visual-hide:before {
    display: none; }
  .tribe-common .tribe-events-c-events-bar__views li.tribe-events-c-view-selector__list-item:after,
  .tribe-common li.tribe-events-c-top-bar__nav-list-item:after,
  .tribe-common li.tribe-events-c-nav__list-item:after,
  .tribe-common li.tribe-events-c-messages__message-list-item:after,
  .tribe-common h2.tribe-common-a11y-visual-hide:after {
    display: none; }

.tribe-common .tribe-events-c-breadcrumbs__list {
  font-size: 1.875em !important; }
  .tribe-common .tribe-events-c-breadcrumbs__list .tribe-events-c-breadcrumbs__list-item {
    margin-left: 0; }
  .tribe-common .tribe-events-c-breadcrumbs__list .tribe-events-c-breadcrumbs__list-item-text {
    color: #111; }

.tribe-common .tribe-events-calendar-list {
  max-width: 800px;
  margin: 0 auto; }
  .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 600px) {
      .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
        width: 60%; } }
    @media screen and (min-width: 870px) {
      .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
        width: 100%; } }
    .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-datetime:after {
      background-color: #2a7e9d; }
    .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-datetime-featured-icon {
      display: none; }
    .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-datetime-featured-text {
      color: #2a7e9d; }
    .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-title {
      line-height: 1em; }
    .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-venue {
      margin-bottom: 0; }
    .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-event-button {
      margin-top: 1em; }
      .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-event-button:visited {
        color: #fff;
        background-color: #777; }
        .tribe-common .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-event-button:visited:hover {
          color: #777;
          border-color: #777; }

/****
Events Single
****/
.single-tribe_events li {
  padding-left: 0; }
  .single-tribe_events li:before {
    display: none; }

.single-tribe_events .site-inner > .wrap {
  max-width: none;
  width: 100%; }
  .single-tribe_events .site-inner > .wrap #tribe-events-pg-template {
    max-width: none;
    padding: 0; }

.single-tribe_events #tribe-events-pg-template #tribe-events-content {
  margin: 0;
  padding: 0; }

.single-tribe_events #tribe-events-pg-template .tribe-events-back {
  margin-bottom: 20px; }

.single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  width: 90%;
  margin-bottom: 4em; }
  @media screen and (min-width: 900px) {
    .single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap {
      margin-bottom: 6em; } }
  .single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap .tribe-events-single-event-title {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.875em; }
    @media screen and (min-width: 600px) {
      .single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap .tribe-events-single-event-title {
        font-size: 2.5em; } }
  .single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap .tribe-events-schedule {
    background: none;
    border: none;
    margin: 0;
    padding: 0; }
  .single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap .tribe-events-cal-links .tribe-events-gcal,
  .single-tribe_events #tribe-events-pg-template .tribe-events-content-wrap .tribe-events-cal-links .tribe-events-ical {
    padding: 0; }

.single-tribe_events #tribe-events-pg-template .tribe-events-event-meta {
  margin-bottom: 0;
  background-color: #eee;
  padding-left: 30px;
  position: relative; }
  .single-tribe_events #tribe-events-pg-template .tribe-events-event-meta dt {
    margin-bottom: 0; }
    .single-tribe_events #tribe-events-pg-template .tribe-events-event-meta dt:not(:first-child) {
      margin-top: 10px; }
  .single-tribe_events #tribe-events-pg-template .tribe-events-event-meta .tribe-events-address {
    line-height: 20px; }

.single-tribe_events #tribe-events-pg-template .tribe-events-related-events-title {
  border: none;
  padding-top: 0;
  margin-top: 2em; }
  @media screen and (min-width: 900px) {
    .single-tribe_events #tribe-events-pg-template .tribe-events-related-events-title {
      margin-top: 3em; } }

.single-tribe_events #tribe-events-pg-template ul.tribe-related-events {
  margin-bottom: 4em; }

.single-tribe_events #flexible-section-repeater .page-flexible-section:first-child {
  margin-top: 0 !important; }

.post-type-archive-projects .project {
  background-color: #eee;
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 2rem;
  width: 100%; }
  .post-type-archive-projects .project:last-of-type {
    margin-bottom: 0px; }
  .post-type-archive-projects .project .project-img {
    margin-bottom: 1em; }
    @media screen and (min-width: 900px) {
      .post-type-archive-projects .project .project-img {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        margin-bottom: 0; }
        .post-type-archive-projects .project .project-img:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 900px) {
    .post-type-archive-projects .project .project-info {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .post-type-archive-projects .project .project-info:last-child {
        margin-right: 0; } }
  .post-type-archive-projects .project .project-info .project-title {
    text-transform: uppercase; }
  .post-type-archive-projects .project .project-info .project-cats {
    color: #777; }
    .post-type-archive-projects .project .project-info .project-cats span {
      border-right: 1px solid #999;
      padding-right: 0.3em; }
      .post-type-archive-projects .project .project-info .project-cats span:last-child {
        border: none;
        padding-right: 0; }

.post-type-archive-location .location-arch-lower {
  border-top: 1px solid #eee;
  clear: both;
  display: block;
  margin-top: 2.8125em;
  padding-top: 2.8125em; }

.locationBlock {
  margin-top: 1.5em; }
  .locationBlock:first-of-type {
    margin-top: 0; }
  @media screen and (min-width: 600px) {
    .locationBlock {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .locationBlock:last-child {
        margin-right: 0; }
      .locationBlock:nth-child(3n) {
        margin-right: 2.35765%; }
      .locationBlock:nth-child(3n+1) {
        clear: none; }
      .locationBlock:nth-child(2n) {
        margin-right: 0; }
      .locationBlock:nth-child(2n+1) {
        clear: left; }
      .locationBlock:nth-child(1), .locationBlock:nth-child(2) {
        margin-top: 0; } }
  @media screen and (min-width: 900px) {
    .locationBlock {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .locationBlock:last-child {
        margin-right: 0; }
      .locationBlock:nth-child(2n) {
        margin-right: 2.35765%; }
      .locationBlock:nth-child(2n+1) {
        clear: none; }
      .locationBlock:nth-child(3n) {
        margin-right: 0; }
      .locationBlock:nth-child(3n+1) {
        clear: left; }
      .locationBlock:nth-child(1), .locationBlock:nth-child(2), .locationBlock:nth-child(3) {
        margin-top: 0; } }

.locationImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  margin-bottom: 1.5em;
  display: block; }

.locationBlockTitle {
  font-size: 1.625rem;
  font-weight: bold;
  text-transform: none;
  line-height: 1;
  margin-bottom: 0.9375rem; }
  .locationBlockTitle a {
    color: #222; }
    .locationBlockTitle a:hover {
      color: #014d6e; }

.locationBlockLink {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 0.625rem;
  text-transform: uppercase; }

.single-location .site-inner > .wrap {
  width: 100%;
  max-width: none; }
  .single-location .site-inner > .wrap .content-sidebar-wrap {
    width: 100%;
    max-width: none; }

.single-location .single-location-slider {
  position: relative; }
  .single-location .single-location-slider .slide {
    position: relative;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (min-width: 900px) {
      .single-location .single-location-slider .slide {
        height: 400px; } }

.single-location .details-content {
  padding: 4em 0; }
  @media screen and (min-width: 900px) {
    .single-location .details-content {
      padding: 6.25em 0; } }
  @media screen and (min-width: 900px) {
    .single-location .details-content.fifty-fifty .half {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .single-location .details-content.fifty-fifty .half:last-child {
        margin-right: 0; } }

.single-location .location-details {
  width: 100%;
  z-index: 100;
  padding-right: 1em;
  margin-bottom: 3em; }
  @media screen and (min-width: 900px) {
    .single-location .location-details {
      margin-bottom: 0; } }
  .single-location .location-details .address-div {
    margin-bottom: 1em; }
    .single-location .location-details .address-div .address {
      margin-bottom: 0; }
  .single-location .location-details .loc-info {
    color: #333; }
  .single-location .location-details .hours,
  .single-location .location-details .notes {
    margin-top: 0.5em; }

.single-location .location-content *:last-child {
  margin-bottom: 0; }

.single-location .services-section {
  text-align: left; }

.single-location .location-staff .wrap {
  padding: 4em 0; }
  @media screen and (min-width: 900px) {
    .single-location .location-staff .wrap {
      padding: 6.25em 0; } }
  .single-location .location-staff .wrap .staffArchiveBlockCat {
    margin-bottom: 0; }

.search-form {
  margin-bottom: 1.5em; }
  .search-form label {
    text-indent: -9999px;
    display: block;
    height: 0; }

.search .entry-header {
  margin-bottom: 1rem; }
  .search .entry-header .entry-title {
    padding-top: 0;
    font-size: 2.25em;
    margin-bottom: 0.2em; }
    .search .entry-header .entry-title a {
      color: #111; }
  .search .entry-header h2:before,
  .search .entry-header h2:after {
    display: none; }

.search .entry-meta .entry-time {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #777; }

.search article {
  background-color: #eee;
  padding: 2em;
  margin-bottom: 1.5em; }
  .search article .entry-content {
    margin-bottom: 0; }
  .search article:last-of-type {
    margin-bottom: 0; }

.search .search-result-footer {
  margin-top: 1rem; }

.post-type-archive-parks-facilities .location-arch-upper {
  overflow: hidden; }
  .post-type-archive-parks-facilities .location-arch-upper .inside-content-wrap {
    width: 100%; }
  .post-type-archive-parks-facilities .location-arch-upper .left-side {
    margin-bottom: 4.5em; }
    @media screen and (min-width: 900px) {
      .post-type-archive-parks-facilities .location-arch-upper .left-side {
        margin-bottom: 0px;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .post-type-archive-parks-facilities .location-arch-upper .left-side:last-child {
          margin-right: 0; } }
    .post-type-archive-parks-facilities .location-arch-upper .left-side #map {
      height: 450px;
      margin-top: 1.5em; }
  @media screen and (min-width: 900px) {
    .post-type-archive-parks-facilities .location-arch-upper .right-side {
      margin-top: 0px;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-right: 0; }
      .post-type-archive-parks-facilities .location-arch-upper .right-side:last-child {
        margin-right: 0; } }
  .post-type-archive-parks-facilities .location-arch-upper .right-side .blurb {
    color: #222;
    margin-bottom: 3.125rem; }
  .post-type-archive-parks-facilities .location-arch-upper .right-side .fbs-title {
    font-size: 1.875em;
    margin-bottom: 2rem; }
  .post-type-archive-parks-facilities .location-arch-upper .location-search-address-title {
    font-size: 1.5em; }
  .post-type-archive-parks-facilities .location-arch-upper .term-filter-links a {
    background-color: #2a7e9d;
    color: white;
    display: block;
    font-weight: 700;
    margin-bottom: 0.125em;
    padding: 0.5em;
    text-transform: uppercase;
    width: 100%; }
    .post-type-archive-parks-facilities .location-arch-upper .term-filter-links a:hover {
      background-color: #014d6e;
      color: white; }

.post-type-archive-parks-facilities .location-arch-lower {
  border-top: 1px solid #eee;
  padding-top: 2.8125em;
  clear: both;
  display: block;
  margin-top: 4em; }
  @media screen and (min-width: 900px) {
    .post-type-archive-parks-facilities .location-arch-lower {
      margin-top: 6.25em; } }

.post-type-archive-parks-facilities .other-locations-title {
  margin-bottom: 0;
  line-height: 1; }

.post-type-archive-parks-facilities .other-locations-grid {
  border-top: none;
  padding: 0;
  padding-bottom: 2.3125em;
  margin-bottom: 2.8125em !important; }

.other-locations-section:last-of-type .other-locations-grid {
  margin-bottom: 0px !important; }

.other-locations-section .other-locations-title {
  margin-bottom: 0px; }

.other-locations-section .other-locations-grid {
  border-bottom: 1px solid #eee;
  display: inline-block;
  margin: 1.125rem 0;
  width: 100%; }
  .other-locations-section .other-locations-grid:last-of-type {
    margin-bottom: 7.1875rem; }

.other-locations-section .location {
  margin-bottom: 1.5em; }
  @media screen and (min-width: 600px) {
    .other-locations-section .location {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .other-locations-section .location:last-child {
        margin-right: 0; }
      .other-locations-section .location:nth-child(2n) {
        margin-right: 0; }
      .other-locations-section .location:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 900px) {
    .other-locations-section .location {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .other-locations-section .location:last-child {
        margin-right: 0; }
      .other-locations-section .location:nth-child(2n) {
        margin-right: 2.35765%; }
      .other-locations-section .location:nth-child(2n+1) {
        clear: none; }
      .other-locations-section .location:nth-child(3n) {
        margin-right: 0; }
      .other-locations-section .location:nth-child(3n+1) {
        clear: left; } }
  .other-locations-section .location .location-list-title {
    font-size: 1.125em;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px; }

.pf-top-section {
  display: inline-block;
  width: 100%; }
  .pf-top-section.has-flex-below {
    margin-bottom: 0px; }

.left-blue-box {
  background-color: #014d6e;
  color: white;
  padding: 3.125em; }
  @media screen and (min-width: 900px) {
    .left-blue-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .left-blue-box:last-child {
        margin-right: 0; } }
  .left-blue-box .white-button {
    display: inline-block;
    margin-top: 2em; }
  .left-blue-box .register-link {
    color: white;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase; }

.left-blue-box__term-block {
  background-color: #2a7e9d;
  color: white;
  padding: 0.625rem;
  font-size: 0.875rem;
  margin-right: 0.25em;
  margin-bottom: 0.5em;
  display: inline-block;
  line-height: 1; }
  .left-blue-box__term-block:hover {
    color: white; }
  .left-blue-box__term-block:last-of-type {
    margin-right: 0px; }

.left-blue-box__detail {
  display: block;
  margin-top: 1.125em; }
  .left-blue-box__detail .detail__title,
  .left-blue-box__detail .detail__detail {
    display: table-cell; }
  .left-blue-box__detail .detail__detail {
    padding-left: 0.375em; }

.white-separator {
  clear: both;
  display: block;
  margin-bottom: 0.9375rem;
  margin-top: 0.9375rem;
  background-color: white;
  height: 4px;
  width: 145px;
  margin: 2.1875rem auto; }

.blue-separator {
  clear: both;
  display: block;
  margin-bottom: 0.9375rem;
  margin-top: 0.9375rem;
  background-color: #014d6e;
  height: 4px;
  width: 145px;
  margin: 2.1875rem 0; }

.small-white-separator {
  clear: both;
  display: block;
  margin-bottom: 0.9375rem;
  margin-top: 0.9375rem;
  background-color: white;
  height: 4px;
  width: 55px;
  margin: 1.25rem 0; }

.right-long-desc {
  margin-top: 3em; }
  @media screen and (min-width: 900px) {
    .right-long-desc {
      margin-top: 0px;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-right: 0;
      padding-left: 1.5em; }
      .right-long-desc:last-child {
        margin-right: 0; } }
  .right-long-desc h2 {
    line-height: 1; }

.single-parks-facilities .other-locations-section {
  margin-top: 4em; }
  @media screen and (min-width: 900px) {
    .single-parks-facilities .other-locations-section {
      margin-top: 6.25em; } }

/**
 * Sections
 */
.accordion-row-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .accordion-row-header:hover .ac-row-title, .accordion-row-header.active-ar .ac-row-title {
    color: #2a7e9d; }
  .accordion-row-header:hover .ac-row-toggle:before, .accordion-row-header:hover .ac-row-toggle:after, .accordion-row-header.active-ar .ac-row-toggle:before, .accordion-row-header.active-ar .ac-row-toggle:after {
    background: #2a7e9d; }

.ac-row-title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  max-width: 84%;
  font-size: 1.125em; }

.ac-row-toggle {
  position: relative; }
  .ac-row-toggle:before, .ac-row-toggle:after {
    background: #555;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    top: -2px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 14px; }
  .ac-row-toggle:before {
    right: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .ac-row-toggle:after {
    right: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .active-ar .ac-row-toggle:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .active-ar .ac-row-toggle:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.accordion-row-content {
  display: none;
  overflow: hidden; }

.accordions-columns-wrap .accordions-wrap-right {
  margin-top: 0.5em; }

.page-section-stories {
  overflow: hidden; }
  .page-section-stories .section-header {
    text-align: center; }
    @media screen and (min-width: 600px) {
      .page-section-stories .section-header {
        text-align: left; } }
    .page-section-stories .section-header .section-title {
      margin-bottom: 0.2em; }
      @media screen and (min-width: 600px) {
        .page-section-stories .section-header .section-title {
          float: left;
          margin-bottom: 0.7em; } }
    .page-section-stories .section-header .blog-all-link {
      margin-bottom: 1.5em; }
      @media screen and (min-width: 600px) {
        .page-section-stories .section-header .blog-all-link {
          float: right;
          margin-bottom: 0; } }
  .page-section-stories .blog-feed-slider {
    position: relative;
    clear: both; }
    @media screen and (min-width: 600px) {
      .page-section-stories .blog-feed-slider {
        margin-left: -1.5em;
        width: calc(100% + 3em); } }
    .page-section-stories .blog-feed-slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .page-section-stories .story {
    display: block;
    margin: 0 1.5em;
    height: auto;
    background: #fff; }
  .page-section-stories .story-img {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    position: relative; }
    .page-section-stories .story-img:before {
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      background-color: rgba(1, 77, 110, 0);
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .page-section-stories .story-img .wrap {
      position: relative;
      z-index: 100; }
    .page-section-stories .story-img .story-date {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: white;
      font-size: 0.875em;
      left: 0;
      position: absolute;
      text-transform: uppercase;
      top: 50%;
      z-index: 10;
      padding: 10px 14px; }
      .page-section-stories .story-img .story-date .story-date__up,
      .page-section-stories .story-img .story-date .story-date_lower {
        color: #222 !important;
        display: block;
        text-align: center;
        line-height: 1; }
      .page-section-stories .story-img .story-date .story-date__up {
        font-size: 1.125em;
        font-weight: 700; }
      .page-section-stories .story-img .story-date .story-date_lower {
        font-size: 0.6875em; }
    .page-section-stories .story-img:hover {
      position: relative; }
      .page-section-stories .story-img:hover:before {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        background-color: rgba(1, 77, 110, 0.6);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
      .page-section-stories .story-img:hover .wrap {
        position: relative;
        z-index: 100; }
  .page-section-stories .story-date {
    font-size: 0.9375em; }
  .page-section-stories .story-blurb {
    padding: 1.875em;
    background: #fff; }
  .page-section-stories .story-title {
    font-size: 1.125em;
    margin-bottom: 0.5em;
    font-weight: bold; }
    .page-section-stories .story-title a {
      color: #222; }
      .page-section-stories .story-title a:hover {
        color: #2a7e9d; }
  .page-section-stories .story-cats {
    margin-bottom: 1em; }
    .page-section-stories .story-cats span {
      border-right: 1px solid #555;
      padding-right: 0.3em; }
      .page-section-stories .story-cats span:last-child {
        border: none;
        padding-right: 0; }
  .page-section-stories .story-blurb-content {
    font-size: 0.875em;
    margin-bottom: 0.75em;
    color: #555; }
  .page-section-stories .read-more {
    text-transform: uppercase;
    font-size: 0.875em; }
  .page-section-stories .left-arrow,
  .page-section-stories .right-arrow {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    display: block !important;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    z-index: 100; }
    .page-section-stories .left-arrow.slick-hidden,
    .page-section-stories .right-arrow.slick-hidden {
      display: none !important; }
    .page-section-stories .left-arrow svg,
    .page-section-stories .right-arrow svg {
      fill: #222;
      height: 40px;
      width: 40px; }
    .page-section-stories .left-arrow:hover,
    .page-section-stories .right-arrow:hover {
      cursor: pointer;
      opacity: 1; }
  .page-section-stories .left-arrow {
    left: -20px; }
    .page-section-stories .left-arrow svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .page-section-stories .right-arrow {
    right: -20px; }
  .page-section-stories .blog-feed-bottom {
    margin-top: 2em;
    text-align: center; }

#flexible-section-repeater .content-section .content-section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#flexible-section-repeater .content-section p:last-child {
  margin-bottom: 0; }

#flexible-section-repeater .content-section .content-section-content {
  width: 100%; }

#flexible-section-repeater .content-section .l-content,
#flexible-section-repeater .content-section .r-content,
#flexible-section-repeater .content-section .third-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  #flexible-section-repeater .content-section .l-content:last-child,
  #flexible-section-repeater .content-section .r-content:last-child,
  #flexible-section-repeater .content-section .third-content:last-child {
    margin-right: 0; }

#flexible-section-repeater .content-section .l-content,
#flexible-section-repeater .content-section.thirty-three .r-content {
  margin-bottom: 1.5em; }
  @media screen and (min-width: 900px) {
    #flexible-section-repeater .content-section .l-content,
    #flexible-section-repeater .content-section.thirty-three .r-content {
      margin-bottom: 0; } }

@media screen and (min-width: 900px) {
  #flexible-section-repeater .content-section.fifty-fifty .l-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #flexible-section-repeater .content-section.fifty-fifty .l-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.fifty-fifty .r-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0; }
    #flexible-section-repeater .content-section.fifty-fifty .r-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.thirty-seventy .l-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    #flexible-section-repeater .content-section.thirty-seventy .l-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.thirty-seventy .r-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0; }
    #flexible-section-repeater .content-section.thirty-seventy .r-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.seventy-thirty .l-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    #flexible-section-repeater .content-section.seventy-thirty .l-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.seventy-thirty .r-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0; }
    #flexible-section-repeater .content-section.seventy-thirty .r-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.thirty-three .l-content,
  #flexible-section-repeater .content-section.thirty-three .r-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    #flexible-section-repeater .content-section.thirty-three .l-content:last-child,
    #flexible-section-repeater .content-section.thirty-three .r-content:last-child {
      margin-right: 0; }
  #flexible-section-repeater .content-section.thirty-three .third-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0; }
    #flexible-section-repeater .content-section.thirty-three .third-content:last-child {
      margin-right: 0; } }

.cta-section {
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .cta-section .cta-content {
    text-align: center;
    padding: 6em 0;
    position: relative;
    z-index: 100;
    color: white; }
  .cta-section .cta-overlay {
    background-color: #222;
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .cta-section.fifty-fifty {
    background-image: none !important;
    padding: 0 !important;
    background-color: #014d6e; }
    .cta-section.fifty-fifty .item {
      width: 100%; }
      @media screen and (min-width: 900px) {
        .cta-section.fifty-fifty .item {
          width: 50%; } }
      .cta-section.fifty-fifty .item.content-section {
        padding-top: 4em;
        padding-bottom: 4em; }
        @media screen and (min-width: 900px) {
          .cta-section.fifty-fifty .item.content-section {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 48.82117%;
            padding: 3em 5em 3em 0; }
            .cta-section.fifty-fifty .item.content-section:last-child {
              margin-right: 0; } }
        .cta-section.fifty-fifty .item.content-section .cta-line-one,
        .cta-section.fifty-fifty .item.content-section .cta-line-two {
          color: #fff; }
        .cta-section.fifty-fifty .item.content-section .cta-line-one {
          line-height: 1em;
          margin-bottom: 0.3em; }
        .cta-section.fifty-fifty .item.content-section .cta-line-two {
          margin-bottom: 0;
          font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
          font-weight: normal; }
      .cta-section.fifty-fifty .item.image {
        background-color: #014d6e;
        position: relative;
        height: 200px; }
        @media screen and (min-width: 900px) {
          .cta-section.fifty-fifty .item.image {
            display: block;
            position: absolute;
            width: 50%;
            height: 100%;
            left: 50%;
            top: 0; } }
        .cta-section.fifty-fifty .item.image .bg {
          height: 100%;
          width: 100.1%;
          background-position: center;
          background-repeat: no-repeat; }
        .cta-section.fifty-fifty .item.image .image-blurb-wrap {
          display: block;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%; }
          .cta-section.fifty-fifty .item.image .image-blurb-wrap .image-blurb-inner-wrap {
            display: block;
            height: 100%;
            position: relative;
            width: 100%; }
          .cta-section.fifty-fifty .item.image .image-blurb-wrap .image-blurb-content {
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: white;
            font-size: 1.25em;
            padding-left: 1.5em;
            padding-right: 1.5em;
            position: absolute;
            top: 50%;
            width: 100%;
            text-align: center; }
            @media screen and (min-width: 900px) {
              .cta-section.fifty-fifty .item.image .image-blurb-wrap .image-blurb-content {
                padding-left: 3.9375rem; } }
            .cta-section.fifty-fifty .item.image .image-blurb-wrap .image-blurb-content .cta-button:hover {
              background-color: #fff; }

#flexible-section-repeater .informational-cta-section {
  position: relative;
  background: #eee; }
  #flexible-section-repeater .informational-cta-section *:last-child {
    margin-bottom: 0px; }
  #flexible-section-repeater .informational-cta-section.wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  #flexible-section-repeater .informational-cta-section .wrap {
    position: static; }
  #flexible-section-repeater .informational-cta-section .item {
    width: 100%; }
    @media screen and (min-width: 900px) {
      #flexible-section-repeater .informational-cta-section .item {
        width: 50%; } }
    #flexible-section-repeater .informational-cta-section .item.content-section {
      padding-top: 4em;
      padding-bottom: 4em; }
      #flexible-section-repeater .informational-cta-section .item.content-section p {
        font-size: 1em; }
      @media screen and (min-width: 900px) {
        #flexible-section-repeater .informational-cta-section .item.content-section {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%;
          padding: 6em 4em 6em 0; }
          #flexible-section-repeater .informational-cta-section .item.content-section:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 900px) {
        #flexible-section-repeater .informational-cta-section .item.content-section.right {
          margin-left: 51.17883%;
          padding-left: 4em;
          padding-right: 0; } }
    #flexible-section-repeater .informational-cta-section .item.image {
      background-color: #014d6e;
      position: relative;
      height: 400px; }
      @media screen and (min-width: 900px) {
        #flexible-section-repeater .informational-cta-section .item.image {
          display: block;
          position: absolute;
          width: 50%;
          height: 100%; }
          #flexible-section-repeater .informational-cta-section .item.image.left {
            left: 50%; }
          #flexible-section-repeater .informational-cta-section .item.image.right {
            right: 50%; } }
      #flexible-section-repeater .informational-cta-section .item.image .bg {
        height: 100%;
        width: 100.1%;
        background-position: center;
        background-repeat: no-repeat; }
        #flexible-section-repeater .informational-cta-section .item.image .bg.has-content-over {
          opacity: 0.3; }
      #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
        @media screen and (min-width: 900px) {
          #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap {
            max-width: 650px; } }
        #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap .image-blurb-inner-wrap {
          display: block;
          height: 100%;
          position: relative;
          width: 100%; }
        #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap .image-blurb-content {
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          color: white;
          font-size: 1.25em;
          padding-left: 1.5em;
          padding-right: 1.5em;
          position: absolute;
          top: 50%; }
          @media screen and (min-width: 900px) {
            #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap .image-blurb-content {
              padding-left: 3.9375rem; }
              .image.item.right #flexible-section-repeater .informational-cta-section .item.image .image-blurb-wrap .image-blurb-content {
                padding-right: 3.9375rem;
                padding-left: 1.5em; } }

.icon-blurb-section .upper-content,
.icon-blurb-section .bottom-content {
  text-align: center;
  clear: both; }

.icon-blurb-section .bottom-content {
  margin-top: 2.5em; }

.icon-blurb-section .icon-blurb-grid .blurb svg {
  fill: #014d6e;
  height: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 3.75em; }

.icon-blurb-section .icon-blurb-grid .blurb .inner-blurb {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-image-wrap {
    min-height: 100px;
    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;
    margin-bottom: 1em; }
    .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-image-wrap .blurb-image {
      width: 100px; }
  .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-title {
    font-family: "Poppins", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 600;
    margin-bottom: 0.3em; }
  .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-text {
    margin-bottom: 0;
    font-size: 0.875em;
    color: #555; }
  .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-button {
    margin-top: 1.5em; }

.icon-blurb-section .icon-blurb-grid .blurb:hover a .inner-blurb {
  opacity: 0.6; }

.boxes-section.color.white {
  padding: 0 !important; }

@media screen and (min-width: 900px) {
  .boxes-section .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.boxes-section .boxes-content {
  margin-bottom: 2em;
  text-align: center; }
  @media screen and (min-width: 900px) {
    .boxes-section .boxes-content {
      margin-bottom: 0;
      text-align: left; } }

@media screen and (min-width: 900px) {
  .boxes-section .box-item {
    margin-bottom: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .boxes-section .box-item:last-child {
      margin-right: 0; } }

@media screen and (min-width: 900px) {
  .boxes-section.hide-section-info .box-item {
    margin-bottom: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .boxes-section.hide-section-info .box-item:last-child {
      margin-right: 0; } }

.boxes-section.hide-section-info .boxes-content {
  display: none; }

.boxes-section.hide-section-info .box-icon {
  height: 80px !important; }

.boxes-section .box {
  background-color: #014d6e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 2.5em 2em;
  display: block; }
  .boxes-section .box:nth-child(3) {
    background-color: #2a7e9d; }
  .boxes-section .box:nth-child(4) {
    background-color: #222; }
  @media screen and (min-width: 900px) {
    .boxes-section .box.linked:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); } }
  .boxes-section .box .box-icon {
    height: 60px;
    margin-bottom: 1em; }
  .boxes-section .box .box-title {
    color: #fff;
    margin-bottom: 0; }
  .boxes-section .box .box-text {
    color: #fff;
    margin-top: 0.5em;
    margin-bottom: 0; }
  .boxes-section .box .box-button {
    margin-top: 2em; }

#flexible-section-repeater .page-flexible-section.has-top-padding {
  margin-top: 4em; }

#flexible-section-repeater .page-flexible-section.has-bot-padding {
  margin-bottom: 4em; }

@media screen and (min-width: 900px) {
  #flexible-section-repeater .page-flexible-section.has-top-padding {
    margin-top: 6.25em; }
  #flexible-section-repeater .page-flexible-section.has-bot-padding {
    margin-bottom: 6.25em; } }

#flexible-section-repeater .page-flexible-section.color {
  padding: 4em 0; }
  @media screen and (min-width: 900px) {
    #flexible-section-repeater .page-flexible-section.color {
      padding: 6.25em 0; } }
  #flexible-section-repeater .page-flexible-section.color:first-child {
    margin-top: 0; }
  #flexible-section-repeater .page-flexible-section.color:last-child {
    margin-bottom: 0; }

#flexible-section-repeater .color.primary-color, #flexible-section-repeater .color.blue {
  background-color: #014d6e; }
  #flexible-section-repeater .color.primary-color .section-title, #flexible-section-repeater .color.blue .section-title {
    color: #fff; }
  #flexible-section-repeater .color.primary-color ul li:before, #flexible-section-repeater .color.blue ul li:before {
    background-color: #fff; }
  #flexible-section-repeater .color.primary-color ol, #flexible-section-repeater .color.blue ol {
    color: #fff; }

#flexible-section-repeater .color.light-blue {
  background-color: #2a7e9d; }
  #flexible-section-repeater .color.light-blue .section-title {
    color: #fff; }
  #flexible-section-repeater .color.light-blue ul li:before {
    background-color: #fff; }
  #flexible-section-repeater .color.light-blue ol {
    color: #fff; }

#flexible-section-repeater .color.lighter-blue {
  background-color: #99bbdc; }

#flexible-section-repeater .color.olive {
  background-color: #c1b400; }

#flexible-section-repeater .color.purple {
  background-color: #72729d; }
  #flexible-section-repeater .color.purple .section-title {
    color: #fff; }
  #flexible-section-repeater .color.purple ul li:before {
    background-color: #fff; }
  #flexible-section-repeater .color.purple ol {
    color: #fff; }

#flexible-section-repeater .color.red {
  background-color: #c2544c; }
  #flexible-section-repeater .color.red .section-title {
    color: #fff; }
  #flexible-section-repeater .color.red ul li:before {
    background-color: #fff; }
  #flexible-section-repeater .color.red ol {
    color: #fff; }

#flexible-section-repeater .color.peach {
  background-color: #faad72; }

#flexible-section-repeater .color.light-gray {
  background-color: #eee; }

#flexible-section-repeater .color.medium-gray {
  background-color: #777; }
  #flexible-section-repeater .color.medium-gray .section-title {
    color: #fff; }
  #flexible-section-repeater .color.medium-gray ul li:before {
    background-color: #fff; }
  #flexible-section-repeater .color.medium-gray ol {
    color: #fff; }

#flexible-section-repeater .color.dark-gray {
  background-color: #222; }
  #flexible-section-repeater .color.dark-gray .section-title {
    color: #fff; }
  #flexible-section-repeater .color.dark-gray ul li:before {
    background-color: #fff; }
  #flexible-section-repeater .color.dark-gray ol {
    color: #fff; }

#flexible-section-repeater .color.white {
  background-color: white; }

.section-title {
  margin: 0 0 0.5em;
  line-height: 1.2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.section-pre-title {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 0; }

.section-sub-title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.section-post-title {
  margin-bottom: 1rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.dark .section-pre-title,
.dark .section-sub-title,
.dark .section-title,
.dark .section-post-title {
  color: #222; }

.light .section-pre-title,
.light .section-sub-title,
.light .section-title,
.light .section-post-title {
  color: white; }

.tiles .section-header {
  text-align: center; }

.tiles .tile-blocks {
  overflow: auto; }
  @media screen and (min-width: 900px) {
    .tiles .tile-blocks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .tiles .tile-blocks.tiles-3 .tile-block {
        width: 33.33%; }
      .tiles .tile-blocks.tiles-4 .tile-block {
        width: 25%; } }
  .tiles .tile-blocks .tile-block {
    padding: 4.5em 3em;
    position: relative; }
    @media screen and (min-width: 900px) {
      .tiles .tile-blocks .tile-block {
        padding: 3.5em 1.5em;
        float: left;
        width: 50%; } }
    @media screen and (min-width: 1200px) {
      .tiles .tile-blocks .tile-block {
        padding: 4.5em 3em; } }
    .tiles .tile-blocks .tile-block .tile-block-excerpt {
      position: relative;
      z-index: 100; }
      .tiles .tile-blocks .tile-block .tile-block-excerpt h1,
      .tiles .tile-blocks .tile-block .tile-block-excerpt h2,
      .tiles .tile-blocks .tile-block .tile-block-excerpt h3,
      .tiles .tile-blocks .tile-block .tile-block-excerpt h4,
      .tiles .tile-blocks .tile-block .tile-block-excerpt h5,
      .tiles .tile-blocks .tile-block .tile-block-excerpt h6 {
        margin-bottom: 0.9375em;
        font-weight: 700;
        font-family: "Poppins", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
      .tiles .tile-blocks .tile-block .tile-block-excerpt *:last-child {
        margin-bottom: 0; }
    .tiles .tile-blocks .tile-block.has-image {
      background-color: black;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      .tiles .tile-blocks .tile-block.has-image:before {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        background-color: rgba(34, 34, 34, 0.5);
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
      .tiles .tile-blocks .tile-block.has-image .wrap {
        position: relative;
        z-index: 100; }
      .tiles .tile-blocks .tile-block.has-image .tile-block-excerpt {
        color: white; }
    .tiles .tile-blocks .tile-block.solid.primary {
      background-color: #014d6e; }
      .tiles .tile-blocks .tile-block.solid.primary .tile-block-excerpt {
        color: white; }
    .tiles .tile-blocks .tile-block.solid.white {
      background-color: white;
      border: 1px solid #eee; }
    .tiles .tile-blocks .tile-block.solid.light-gray {
      background-color: #eee; }
    .tiles .tile-blocks .tile-block.solid.dark-gray {
      background-color: #222; }
      .tiles .tile-blocks .tile-block.solid.dark-gray .tile-block-excerpt {
        color: white; }

.ribbon-cta-section {
  display: block;
  position: relative;
  background: #014d6e;
  padding: 0 !important; }
  @media screen and (min-width: 600px) {
    .ribbon-cta-section .ribbon-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      box-align: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      box-pack: justify;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; } }
  .ribbon-cta-section .ribbon-text {
    display: block;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .ribbon-cta-section .ribbon-text {
        padding-right: 1.5em;
        text-align: left; } }
  .ribbon-cta-section .top-text,
  .ribbon-cta-section .bottom-text {
    color: white;
    line-height: 1;
    margin-bottom: 0; }
  .ribbon-cta-section .top-text {
    margin-bottom: 5px; }
  .ribbon-cta-section .bottom-text {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 300; }
  .ribbon-cta-section .button-wrap {
    margin-bottom: 2.5rem;
    display: block;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .ribbon-cta-section .button-wrap {
        margin-bottom: 0rem;
        text-align: left; } }

.testimonials-section {
  background: #eee;
  text-align: center;
  position: relative;
  padding: 4em 0; }
  @media screen and (min-width: 900px) {
    .testimonials-section {
      padding: 6.25em 0; } }
  .testimonials-section .wrap {
    position: relative;
    z-index: 10; }
    .testimonials-section .wrap h2:before, .testimonials-section .wrap h2:after {
      color: #fff; }
    .testimonials-section .wrap .quotes {
      background: url("assets/images/icon_quotes.png") no-repeat center;
      width: 100%;
      height: 30px;
      margin-bottom: 2em;
      background-size: contain;
      display: block; }
    .testimonials-section .wrap .testimonial-title {
      text-transform: uppercase;
      margin-bottom: 0;
      margin-top: 1em;
      display: block;
      color: #000; }
    .testimonials-section .wrap .testimonial *:last-child {
      margin-bottom: 0; }
  .testimonials-section .left-arrow,
  .testimonials-section .right-arrow {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block !important;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    z-index: 100; }
    .testimonials-section .left-arrow.slick-hidden,
    .testimonials-section .right-arrow.slick-hidden {
      display: none !important; }
    .testimonials-section .left-arrow svg,
    .testimonials-section .right-arrow svg {
      fill: #222;
      height: 50px;
      width: 50px; }
    .testimonials-section .left-arrow:hover,
    .testimonials-section .right-arrow:hover {
      cursor: pointer;
      opacity: 1; }
  .testimonials-section .left-arrow {
    left: -20px; }
    .testimonials-section .left-arrow svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .testimonials-section .right-arrow {
    right: -20px; }
  .testimonials-section .testimonials-feed-bottom {
    margin-top: 1.5em;
    text-align: center; }

.testimonials-slider {
  display: none;
  padding: 0 1.5em; }
  @media screen and (min-width: 600px) {
    .testimonials-slider {
      padding: 0 3em; } }

.gallery-section {
  text-align: center; }
  .gallery-section .section-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .gallery-section .gallery-img-wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .gallery-section .gallery-img-wrap:last-child {
      margin-right: 0; }
    .gallery-section .gallery-img-wrap:before {
      content: "";
      border: 1px solid #fff;
      opacity: 0;
      position: absolute;
      top: 12px;
      right: 12px;
      bottom: 12px;
      left: 12px;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      -webkit-transform: scale(0);
              transform: scale(0);
      z-index: 10; }
    .gallery-section .gallery-img-wrap .gallery-img {
      width: 100%;
      height: 100%;
      position: absolute;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transition: all 800ms ease;
      transition: all 800ms ease; }
      .gallery-section .gallery-img-wrap .gallery-img:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #014d6e;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 5; }
    .gallery-section .gallery-img-wrap:hover:before {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .gallery-section .gallery-img-wrap:hover .gallery-img {
      -webkit-transform: scale(1.07);
              transform: scale(1.07); }
      .gallery-section .gallery-img-wrap:hover .gallery-img:before {
        opacity: 0.6; }
    .gallery-section .gallery-img-wrap .gallery-caption {
      background: #fff;
      padding: 0.5em 0.7em;
      color: #666;
      font-weight: 600;
      font-size: 9px;
      position: absolute;
      bottom: 5%;
      left: 5%;
      max-width: 90%;
      text-align: left; }
  .gallery-section .single-gallery-grid.four-images .gallery-row {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .gallery-section .single-gallery-grid.four-images .gallery-row:first-child {
      margin-top: -1%; }
  .gallery-section .single-gallery-grid.four-images .gallery-img-wrap {
    height: 300px;
    margin-top: 1.5%; }
    @media screen and (min-width: 600px) {
      .gallery-section .single-gallery-grid.four-images .gallery-img-wrap {
        float: left;
        display: block;
        margin-right: 1.5%;
        width: 49%; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (min-width: 900px) {
      .gallery-section .single-gallery-grid.four-images .gallery-img-wrap {
        margin-top: 1%;
        float: left;
        display: block;
        margin-right: 1%;
        width: 15%; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(2n) {
          margin-right: 1%; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(2), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(5), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(12), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(14) {
          float: left;
          display: block;
          margin-right: 1%;
          width: 25%; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(4), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(6), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(11), .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(13) {
          float: left;
          display: block;
          margin-right: 1%;
          width: 42%; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(4n) {
          margin-right: 0; }
        .gallery-section .single-gallery-grid.four-images .gallery-img-wrap:nth-child(4n+1) {
          clear: left; } }
  .gallery-section .single-gallery-grid.three-images .gallery-row {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .gallery-section .single-gallery-grid.three-images .gallery-row:first-child {
      margin-top: -1%; }
  .gallery-section .single-gallery-grid.three-images .gallery-img-wrap {
    height: 400px;
    margin-top: 2%;
    position: relative; }
    @media screen and (min-width: 600px) {
      .gallery-section .single-gallery-grid.three-images .gallery-img-wrap {
        float: left;
        display: block;
        margin-right: 2%;
        margin-top: 2%;
        width: 49%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(2), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(5), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(8) {
          margin-right: 0; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(3n+3) {
          margin-right: 0;
          width: 100%; } }
    @media screen and (min-width: 900px) {
      .gallery-section .single-gallery-grid.three-images .gallery-img-wrap {
        margin-top: 1%;
        float: left;
        display: block;
        margin-right: 1%;
        width: 32%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(3n+3) {
          margin-right: 1%;
          width: 32%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(8) {
          margin-right: 1%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(2), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(4), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(9) {
          float: left;
          display: block;
          margin-right: 1%;
          width: 43%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(3), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(5), .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(7) {
          float: left;
          display: block;
          margin-right: 1%;
          width: 23%; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(3n) {
          margin-right: 0; }
        .gallery-section .single-gallery-grid.three-images .gallery-img-wrap:nth-child(3n+1) {
          clear: left; } }
  .gallery-section .gallery-button {
    margin-top: 2.5em; }

.staff-cat-grid .section-header {
  text-align: center; }

.content-feature-section {
  position: relative; }
  @media screen and (min-width: 900px) {
    .content-feature-section {
      margin-top: 0 !important; } }
  .content-feature-section .content-feature-wrap {
    padding: 4em; }
    @media screen and (min-width: 900px) {
      .content-feature-section .content-feature-wrap {
        width: 75%;
        float: right;
        margin-top: -4.5em;
        z-index: 200; } }
  .content-feature-section p:last-child {
    margin-bottom: 0; }

.feature-grid-section .section-title {
  text-align: center; }

.feature-grid-section .feature-grid {
  position: relative; }
  .feature-grid-section .feature-grid .feature-box {
    margin-bottom: 2%;
    width: 100%;
    text-align: center;
    color: #fff;
    height: 260px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .feature-grid-section .feature-grid .feature-box:after {
      content: "";
      border: 1px solid #fff;
      opacity: 0;
      position: absolute;
      top: 30px;
      right: 30px;
      bottom: 30px;
      left: 30px;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      -webkit-transform: scale(0);
              transform: scale(0);
      z-index: 10; }
    .feature-grid-section .feature-grid .feature-box:before {
      background: #111;
      opacity: 0.5;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
    .feature-grid-section .feature-grid .feature-box:first-child {
      background-color: black; }
      @media screen and (min-width: 900px) {
        .feature-grid-section .feature-grid .feature-box:first-child {
          margin: 0;
          height: 532px;
          width: 49.5%;
          position: absolute;
          top: 0;
          left: 0; } }
      .feature-grid-section .feature-grid .feature-box:first-child .feature-info {
        padding: 2em 3em; }
        .feature-grid-section .feature-grid .feature-box:first-child .feature-info .feature-title {
          color: #fff; }
        .feature-grid-section .feature-grid .feature-box:first-child .feature-info .feature-button {
          background-color: #fff;
          color: #111; }
    .feature-grid-section .feature-grid .feature-box:nth-child(2), .feature-grid-section .feature-grid .feature-box:nth-child(3) {
      margin-bottom: 2%;
      height: 260px;
      clear: both; }
      @media screen and (min-width: 600px) {
        .feature-grid-section .feature-grid .feature-box:nth-child(2), .feature-grid-section .feature-grid .feature-box:nth-child(3) {
          background-image: none !important;
          display: block; } }
      @media screen and (min-width: 900px) {
        .feature-grid-section .feature-grid .feature-box:nth-child(2), .feature-grid-section .feature-grid .feature-box:nth-child(3) {
          margin-bottom: 1%;
          width: 49.5%;
          float: right; } }
      @media screen and (min-width: 600px) {
        .feature-grid-section .feature-grid .feature-box:nth-child(2):before, .feature-grid-section .feature-grid .feature-box:nth-child(2):after, .feature-grid-section .feature-grid .feature-box:nth-child(3):before, .feature-grid-section .feature-grid .feature-box:nth-child(3):after {
          display: none; } }
      .feature-grid-section .feature-grid .feature-box:nth-child(2) .feature-info, .feature-grid-section .feature-grid .feature-box:nth-child(3) .feature-info {
        padding: 2em; }
        @media screen and (min-width: 600px) {
          .feature-grid-section .feature-grid .feature-box:nth-child(2) .feature-info, .feature-grid-section .feature-grid .feature-box:nth-child(3) .feature-info {
            height: 100%;
            width: 49%;
            background: #eee;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      .feature-grid-section .feature-grid .feature-box:nth-child(2) .feature-image, .feature-grid-section .feature-grid .feature-box:nth-child(3) .feature-image {
        width: 49%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        float: right;
        position: relative;
        display: none; }
        @media screen and (min-width: 600px) {
          .feature-grid-section .feature-grid .feature-box:nth-child(2) .feature-image, .feature-grid-section .feature-grid .feature-box:nth-child(3) .feature-image {
            display: block; } }
        .feature-grid-section .feature-grid .feature-box:nth-child(2) .feature-image:after, .feature-grid-section .feature-grid .feature-box:nth-child(3) .feature-image:after {
          content: "";
          border: 1px solid #fff;
          opacity: 0;
          position: absolute;
          top: 30px;
          right: 30px;
          bottom: 30px;
          left: 30px;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
          -webkit-transform: scale(0);
                  transform: scale(0);
          z-index: 10; }
        .feature-grid-section .feature-grid .feature-box:nth-child(2) .feature-image:before, .feature-grid-section .feature-grid .feature-box:nth-child(3) .feature-image:before {
          background: #014d6e;
          opacity: 0;
          content: '';
          display: block;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%;
          z-index: 1;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease; }
    .feature-grid-section .feature-grid .feature-box:nth-child(3) .feature-info {
      float: right; }
    .feature-grid-section .feature-grid .feature-box:nth-child(3) .feature-image {
      float: left; }
    .feature-grid-section .feature-grid .feature-box .feature-info {
      position: relative;
      z-index: 20;
      width: 100%; }
      .feature-grid-section .feature-grid .feature-box .feature-info *:last-child {
        margin-bottom: 0; }
      .feature-grid-section .feature-grid .feature-box .feature-info .feature-title {
        font-size: 2em;
        font-weight: 600;
        margin-bottom: 0;
        color: #fff; }
        @media screen and (min-width: 600px) {
          .feature-grid-section .feature-grid .feature-box .feature-info .feature-title {
            color: #111; } }
      .feature-grid-section .feature-grid .feature-box .feature-info .hidden-content {
        overflow: hidden;
        -webkit-transition: max-height 500ms ease;
        transition: max-height 500ms ease; }
        @media screen and (min-width: 900px) {
          .feature-grid-section .feature-grid .feature-box .feature-info .hidden-content {
            max-height: 0; } }
      .feature-grid-section .feature-grid .feature-box .feature-info .feature-text {
        color: #ccc;
        font-size: 0.875em;
        margin-top: 1em;
        margin-bottom: 0;
        display: none; }
        @media screen and (min-width: 900px) {
          .feature-grid-section .feature-grid .feature-box .feature-info .feature-text {
            display: block; } }
      .feature-grid-section .feature-grid .feature-box .feature-info .feature-button {
        margin-top: 1em;
        border: 2px solid transparent;
        cursor: pointer;
        display: inline-block;
        font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-size: 0.8125em;
        font-weight: 600;
        line-height: 1.2;
        padding: 0.75em 1.25em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        vertical-align: middle;
        display: inline-block;
        background-color: #fff;
        color: #111; }
        @media screen and (min-width: 600px) {
          .feature-grid-section .feature-grid .feature-box .feature-info .feature-button {
            background-color: #2a7e9d;
            color: #fff; } }
    @media screen and (min-width: 900px) {
      .feature-grid-section .feature-grid .feature-box:hover {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .feature-grid-section .feature-grid .feature-box:hover:after {
          opacity: 1;
          -webkit-transform: scale(1);
                  transform: scale(1); }
        .feature-grid-section .feature-grid .feature-box:hover:before {
          background: #014d6e;
          opacity: 0.9; }
        .feature-grid-section .feature-grid .feature-box:hover .hidden-content {
          max-height: 180px; }
        .feature-grid-section .feature-grid .feature-box:hover .feature-image:before {
          opacity: 0.6; } }

.improvements-section {
  position: relative;
  margin-top: 4em; }
  @media screen and (min-width: 900px) {
    .improvements-section {
      margin-top: 6.25em; } }
  .improvements-section .section-header {
    text-align: center; }
    @media screen and (min-width: 600px) {
      .improvements-section .section-header {
        text-align: left; } }
    .improvements-section .section-header .section-title {
      margin-bottom: 0.2em; }
      @media screen and (min-width: 600px) {
        .improvements-section .section-header .section-title {
          float: left;
          margin-bottom: 0.7em; } }
    .improvements-section .section-header .improvements-all-link {
      margin-bottom: 1.5em; }
      @media screen and (min-width: 600px) {
        .improvements-section .section-header .improvements-all-link {
          float: right;
          margin-bottom: 0; } }
  .improvements-section .improvements-grid {
    clear: both; }
    .improvements-section .improvements-grid .improvement {
      background: #eee;
      padding: 4.5em 2.5em;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      text-align: center; }
      .improvements-section .improvements-grid .improvement .improvement-image-wrap {
        min-height: 100px;
        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;
        margin-bottom: 1em; }
        .improvements-section .improvements-grid .improvement .improvement-image-wrap .improvement-image {
          width: 100px; }
      .improvements-section .improvements-grid .improvement .improvement-text {
        margin-bottom: 0;
        font-weight: 600;
        color: #555; }
  .improvements-section .improvements-image {
    width: 100%;
    height: 40vw;
    min-height: 400px;
    max-height: 600px;
    margin-top: -160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -1; }

@media screen and (min-width: 900px) {
  .newsletter-section .newsletter-text-wrap {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .newsletter-section .newsletter-text-wrap:last-child {
      margin-right: 0; } }

.newsletter-section .newsletter-text-wrap .section-title {
  margin-bottom: 0.2em; }

.newsletter-section .newsletter-text-wrap .newsletter-text {
  margin-bottom: 0; }

.newsletter-section .newsletter-form {
  margin-top: 1em; }
  @media screen and (min-width: 900px) {
    .newsletter-section .newsletter-form {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .newsletter-section .newsletter-form:last-child {
        margin-right: 0; } }
  .newsletter-section .newsletter-form .gform_wrapper .gform_body {
    float: left;
    width: 70%; }
    .newsletter-section .newsletter-form .gform_wrapper .gform_body input {
      border: 3px solid #72729d;
      border-radius: 0;
      padding: 13px;
      line-height: 1 !important; }
      @media screen and (min-width: 900px) {
        .newsletter-section .newsletter-form .gform_wrapper .gform_body input {
          padding: 15px; } }
  .newsletter-section .newsletter-form .gform_wrapper .gform_footer {
    float: right;
    margin: 0;
    padding: 0;
    width: 28%; }
    .newsletter-section .newsletter-form .gform_wrapper .gform_footer input[type="submit"] {
      background-color: #72729d;
      margin-bottom: 0;
      padding: 1.11em 1em;
      width: 100%;
      border-width: 3px;
      line-height: 1 !important; }
      .newsletter-section .newsletter-form .gform_wrapper .gform_footer input[type="submit"]:hover {
        background-color: transparent;
        border-color: #72729d;
        color: #72729d; }

.link-blocks-section .section-title {
  text-align: center; }

.link-blocks-section .block-grid .block-box-wrap {
  position: relative; }
  @media screen and (min-width: 900px) {
    .link-blocks-section .block-grid .block-box-wrap:after {
      content: "";
      display: block;
      padding-bottom: 100%; } }
  @media screen and (min-width: 900px) {
    .link-blocks-section .block-grid .block-box-wrap .block-box {
      height: 100%;
      width: 100%;
      position: absolute; } }

.link-blocks-section .block-grid .left-arrow,
.link-blocks-section .block-grid .right-arrow {
  display: none; }

.link-blocks-section .block-carousel {
  position: relative; }
  @media screen and (min-width: 600px) {
    .link-blocks-section .block-carousel {
      margin-left: -0.5em;
      width: calc(100% + 1em); } }
  .link-blocks-section .block-carousel .block-box-wrap {
    padding: 0 0.5em; }
  .link-blocks-section .block-carousel .slick-track {
    padding: 0.5em 0; }
  .link-blocks-section .block-carousel .left-arrow,
  .link-blocks-section .block-carousel .right-arrow {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block !important;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    z-index: 100; }
    .link-blocks-section .block-carousel .left-arrow.slick-hidden,
    .link-blocks-section .block-carousel .right-arrow.slick-hidden {
      display: none !important; }
    .link-blocks-section .block-carousel .left-arrow svg,
    .link-blocks-section .block-carousel .right-arrow svg {
      fill: #222;
      height: 40px;
      width: 40px; }
    .link-blocks-section .block-carousel .left-arrow:hover,
    .link-blocks-section .block-carousel .right-arrow:hover {
      cursor: pointer;
      opacity: 1; }
  .link-blocks-section .block-carousel .left-arrow {
    left: -35px; }
    .link-blocks-section .block-carousel .left-arrow svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .link-blocks-section .block-carousel .right-arrow {
    right: -35px; }

.link-blocks-section .blocks {
  position: relative; }
  .link-blocks-section .blocks .block-box {
    background-color: black;
    text-align: center;
    color: #fff;
    height: 260px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 900px) {
      .link-blocks-section .blocks .block-box {
        height: 270px; } }
    .link-blocks-section .blocks .block-box:after {
      content: "";
      border: 1px solid #fff;
      opacity: 0;
      position: absolute;
      top: 20px;
      right: 20px;
      bottom: 20px;
      left: 20px;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      -webkit-transform: scale(0);
              transform: scale(0);
      z-index: 10; }
    .link-blocks-section .blocks .block-box:before {
      background: #111;
      opacity: 0.5;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
    .link-blocks-section .blocks .block-box .block-info {
      position: relative;
      z-index: 20;
      width: 100%;
      padding: 2em 1.5em; }
      .link-blocks-section .blocks .block-box .block-info *:last-child {
        margin-bottom: 0; }
      .link-blocks-section .blocks .block-box .block-info .block-title {
        font-size: 1.625em;
        font-weight: 600;
        margin-bottom: 0;
        color: #fff; }
      .link-blocks-section .blocks .block-box .block-info .hidden-content {
        overflow: hidden;
        -webkit-transition: max-height 500ms ease;
        transition: max-height 500ms ease; }
        @media screen and (min-width: 900px) {
          .link-blocks-section .blocks .block-box .block-info .hidden-content {
            max-height: 0; } }
      .link-blocks-section .blocks .block-box .block-info .block-text {
        color: #ccc;
        font-size: 0.875em;
        margin-top: 1em;
        margin-bottom: 0;
        display: none; }
        @media screen and (min-width: 900px) {
          .link-blocks-section .blocks .block-box .block-info .block-text {
            display: block; } }
      .link-blocks-section .blocks .block-box .block-info .block-button {
        margin-top: 1em;
        border: 2px solid transparent;
        cursor: pointer;
        display: inline-block;
        font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-size: 0.8125em;
        font-weight: 600;
        line-height: 1.2;
        padding: 0.75em 1.25em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        vertical-align: middle;
        display: inline-block;
        background-color: #fff;
        color: #111; }
    @media screen and (min-width: 900px) {
      .link-blocks-section .blocks .block-box:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
        .link-blocks-section .blocks .block-box:hover:after {
          opacity: 1;
          -webkit-transform: scale(1);
                  transform: scale(1); }
        .link-blocks-section .blocks .block-box:hover:before {
          background: #014d6e;
          opacity: 0.9; }
        .link-blocks-section .blocks .block-box:hover .hidden-content {
          max-height: 130px; } }

.logos-section .logos-slider {
  position: relative;
  clear: both; }
  @media screen and (min-width: 600px) {
    .logos-section .logos-slider {
      margin-left: -1.5em;
      width: calc(100% + 3em); } }
  .logos-section .logos-slider .logo-link {
    padding: 0 1.5em; }
    .logos-section .logos-slider .logo-link .logo {
      padding: 0; }
  .logos-section .logos-slider .logo {
    padding: 0 1.5em;
    opacity: 0.6;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    .logos-section .logos-slider .logo:hover {
      opacity: 1; }

.logos-section .left-arrow,
.logos-section .right-arrow {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block !important;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  z-index: 100; }
  .logos-section .left-arrow.slick-hidden,
  .logos-section .right-arrow.slick-hidden {
    display: none !important; }
  .logos-section .left-arrow svg,
  .logos-section .right-arrow svg {
    fill: #222;
    height: 40px;
    width: 40px; }
  .logos-section .left-arrow:hover,
  .logos-section .right-arrow:hover {
    cursor: pointer;
    opacity: 1; }

.logos-section .left-arrow {
  left: -20px; }
  .logos-section .left-arrow svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.logos-section .right-arrow {
  right: -20px; }

.juicerFeedSection .sectionHeader {
  margin-bottom: 2em; }
  .juicerFeedSection .sectionHeader *:last-child {
    margin-bottom: 0; }

.juicerFeedSection li:before {
  display: none; }

.juicerFeedSection .juicer-feed.slider .referral {
  margin-bottom: 10px; }
  .juicerFeedSection .juicer-feed.slider .referral a {
    color: black; }

.juicerFeedSection .juicer-feed.slider .slick-prev {
  left: 1px; }
  .juicerFeedSection .juicer-feed.slider .slick-prev:before {
    display: block; }

.juicerFeedSection .juicer-feed.slider .slick-next {
  right: 1px; }
  .juicerFeedSection .juicer-feed.slider .slick-next:before {
    display: block; }

.events-slider-section {
  background-color: #eee;
  padding: 4em 0; }
  @media screen and (min-width: 900px) {
    .events-slider-section {
      padding: 6.25em 0; } }
  .events-slider-section .blue-separator {
    margin-left: auto;
    margin-right: auto; }

.event-slider__section-title {
  line-height: 1;
  text-align: center; }

.event-slider-outer {
  position: relative; }
  @media screen and (min-width: 600px) {
    .event-slider-outer {
      margin-left: -1.5em;
      width: calc(100% + 3em); } }
  .event-slider-outer .event-slide {
    padding: 0 1.5em; }
  .event-slider-outer .event-slide-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    position: relative; }
  .event-slider-outer .event-slide__content {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block;
    height: 100%;
    padding: 2.1875em;
    position: absolute;
    width: 100%; }
    .event-slider-outer .event-slide__content .event-slide__dates {
      background-color: #2a7e9d;
      color: white;
      display: inline-block;
      font-size: 0.75em;
      font-weight: 600;
      padding: 0.375rem; }
    .event-slider-outer .event-slide__content .event-slide__title {
      background-color: white;
      bottom: 2.1875rem;
      color: #222;
      font-size: 1.125rem;
      font-weight: 700;
      left: 2.1875rem;
      line-height: 1;
      padding: 0.625rem;
      position: absolute;
      right: 2.1875rem;
      opacity: 1;
      text-transform: uppercase;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
    .event-slider-outer .event-slide__content .event-slide__inner-content-hover {
      visibility: hidden;
      opacity: 0;
      margin-top: 224px;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
      .event-slider-outer .event-slide__content .event-slide__inner-content-hover .event-slide__title {
        opacity: 0; }
    .event-slider-outer .event-slide__content .event-slide__location,
    .event-slider-outer .event-slide__content .event-slide__register,
    .event-slider-outer .event-slide__content .event-slide__sep,
    .event-slider-outer .event-slide__content .event-slide__view-more {
      color: white;
      line-height: 1; }
    .event-slider-outer .event-slide__content:hover {
      background-color: rgba(1, 77, 110, 0.85); }
      .event-slider-outer .event-slide__content:hover .event-slide__title {
        visibility: hidden;
        opacity: 0; }
      .event-slider-outer .event-slide__content:hover .event-slide__inner-content-hover {
        display: inline-block;
        opacity: 1;
        visibility: visible;
        margin-top: 0px; }
        .event-slider-outer .event-slide__content:hover .event-slide__inner-content-hover .event-slide__title {
          visibility: visible;
          opacity: 1;
          bottom: auto;
          left: auto;
          margin-top: 1.875rem;
          display: block;
          position: relative;
          right: auto; }
      .event-slider-outer .event-slide__content:hover .event-slide__location {
        font-size: 1rem;
        font-style: italic;
        margin-top: 0.625rem; }
      .event-slider-outer .event-slide__content:hover .event-slide__register {
        font-size: 1rem;
        margin-top: 0.9375rem;
        text-transform: uppercase; }
      .event-slider-outer .event-slide__content:hover .event-slide__sep {
        margin: 1.375rem 0; }
      .event-slider-outer .event-slide__content:hover .event-slide__view-more {
        font-size: 0.875em;
        font-weight: 700;
        text-transform: uppercase; }
  .event-slider-outer .left-arrow,
  .event-slider-outer .right-arrow {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block !important;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    z-index: 100; }
    .event-slider-outer .left-arrow.slick-hidden,
    .event-slider-outer .right-arrow.slick-hidden {
      display: none !important; }
    .event-slider-outer .left-arrow svg,
    .event-slider-outer .right-arrow svg {
      fill: #222;
      height: 40px;
      width: 40px; }
    .event-slider-outer .left-arrow:hover,
    .event-slider-outer .right-arrow:hover {
      cursor: pointer;
      opacity: 1; }
  .event-slider-outer .left-arrow {
    left: -20px; }
    .event-slider-outer .left-arrow svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .event-slider-outer .right-arrow {
    right: -20px; }

/**
* Utilities
*/
.bbr {
  border-radius: 3px; }

.bbrtl {
  border-top-left-radius: 3px; }

.bbrtr {
  border-top-right-radius: 3px; }

.bbrbr {
  border-bottom-right-radius: 3px; }

.bbrbl {
  border-bottom-right-radius: 3px; }

.br50 {
  border-radius: 50%; }

.base-border {
  border: 1px solid #eee; }

.base-border-top {
  border-top: 1px solid #eee; }

.base-border-bottom {
  border-bottom: 1px solid #eee; }

.base-border-left {
  border-left: 1px solid #eee; }

.base-border-right {
  border-right: 1px solid #eee; }

.bg-action {
  background-color: #2a7e9d; }

.bg-dark-gray {
  background-color: #222; }

.bg-light-gray {
  background-color: #eee; }

.bg-medium-gray {
  background-color: #777; }

.bg-primary {
  background-color: #014d6e; }

.bg-white {
  background-color: white; }

.f16 {
  font-size: 1em; }

.f18 {
  font-size: 1.125em; }

.f20 {
  font-size: 1.25em; }

.f22 {
  font-size: 1.375em; }

.f24 {
  font-size: 1.5em; }

.f26 {
  font-size: 1.625em; }

.f28 {
  font-size: 1.75em; }

.f30 {
  font-size: 1.875em; }

.f32 {
  font-size: 2em; }

.f34 {
  font-size: 2.125em; }

.f36 {
  font-size: 2.25em; }

.f38 {
  font-size: 2.375em; }

.f40 {
  font-size: 2.5em; }

.f42 {
  font-size: 2.625em; }

.f44 {
  font-size: 2.75em; }

.f46 {
  font-size: 2.875em; }

.f48 {
  font-size: 3em; }

.f60 {
  font-size: 3.75em; }

.f90 {
  font-size: 5.625em; }

.fwb {
  font-weight: bold; }

.one24grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 600px) {
    .one24grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .one24grid > div,
  .one24grid > a {
    margin-top: 2%;
    width: 100%; }
    .one24grid > div:nth-child(1),
    .one24grid > a:nth-child(1) {
      margin-top: 0; }
    @media screen and (min-width: 600px) {
      .one24grid > div,
      .one24grid > a {
        width: 49%;
        margin-left: 2%; }
        .one24grid > div:nth-child(2),
        .one24grid > a:nth-child(2) {
          margin-top: 0; }
        .one24grid > div:nth-child(2n+1), .one24grid > div:nth-child(1),
        .one24grid > a:nth-child(2n+1),
        .one24grid > a:nth-child(1) {
          margin-left: 0; } }
    @media screen and (min-width: 900px) {
      .one24grid > div,
      .one24grid > a {
        width: 23.5%; }
        .one24grid > div:nth-child(3), .one24grid > div:nth-child(4),
        .one24grid > a:nth-child(3),
        .one24grid > a:nth-child(4) {
          margin-top: 0; }
        .one24grid > div:nth-child(2n+1), .one24grid > div:nth-child(3n+1),
        .one24grid > a:nth-child(2n+1),
        .one24grid > a:nth-child(3n+1) {
          margin-left: 2%; }
        .one24grid > div:nth-child(4n+1),
        .one24grid > a:nth-child(4n+1) {
          margin-left: 0; } }

.two4grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .two4grid > div,
  .two4grid > a {
    margin-top: 2%;
    width: 49%;
    margin-left: 2%; }
    .two4grid > div:nth-child(1),
    .two4grid > a:nth-child(1) {
      margin-top: 0; }
    .two4grid > div:nth-child(2),
    .two4grid > a:nth-child(2) {
      margin-top: 0; }
    .two4grid > div:nth-child(2n+1), .two4grid > div:nth-child(1),
    .two4grid > a:nth-child(2n+1),
    .two4grid > a:nth-child(1) {
      margin-left: 0; }
    @media screen and (min-width: 900px) {
      .two4grid > div,
      .two4grid > a {
        width: 23.5%; }
        .two4grid > div:nth-child(3), .two4grid > div:nth-child(4),
        .two4grid > a:nth-child(3),
        .two4grid > a:nth-child(4) {
          margin-top: 0; }
        .two4grid > div:nth-child(2n+1), .two4grid > div:nth-child(3n+1),
        .two4grid > a:nth-child(2n+1),
        .two4grid > a:nth-child(3n+1) {
          margin-left: 2%; }
        .two4grid > div:nth-child(4n+1),
        .two4grid > a:nth-child(4n+1) {
          margin-left: 0; } }

.one23grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 600px) {
    .one23grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .one23grid > div,
  .one23grid > a {
    margin-top: 2.5em;
    width: 100%; }
    .one23grid > div:nth-child(1),
    .one23grid > a:nth-child(1) {
      margin-top: 0; }
    @media screen and (min-width: 600px) {
      .one23grid > div,
      .one23grid > a {
        width: 49%;
        margin-left: 2%; }
        .one23grid > div:nth-child(2),
        .one23grid > a:nth-child(2) {
          margin-top: 0; }
        .one23grid > div:nth-child(2n+1), .one23grid > div:nth-child(1),
        .one23grid > a:nth-child(2n+1),
        .one23grid > a:nth-child(1) {
          margin-left: 0; } }
    @media screen and (min-width: 900px) {
      .one23grid > div,
      .one23grid > a {
        width: 32%; }
        .one23grid > div:nth-child(3),
        .one23grid > a:nth-child(3) {
          margin-top: 0; }
        .one23grid > div:nth-child(2n+1),
        .one23grid > a:nth-child(2n+1) {
          margin-left: 2%; }
        .one23grid > div:nth-child(3n+1),
        .one23grid > a:nth-child(3n+1) {
          margin-left: 0; } }

.one3grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 900px) {
    .one3grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .one3grid > div,
  .one3grid > a {
    margin-top: 2.5em;
    width: 100%; }
    .one3grid > div:nth-child(1),
    .one3grid > a:nth-child(1) {
      margin-top: 0; }
    @media screen and (min-width: 900px) {
      .one3grid > div,
      .one3grid > a {
        width: 32%; }
        .one3grid > div:nth-child(3),
        .one3grid > a:nth-child(3) {
          margin-top: 0; }
        .one3grid > div:nth-child(2n + 1), .one3grid > div:nth-child(2n),
        .one3grid > a:nth-child(2n + 1),
        .one3grid > a:nth-child(2n) {
          margin-left: 2%; }
        .one3grid > div:nth-child(3n+1),
        .one3grid > a:nth-child(3n+1) {
          margin-left: 0; } }

.one2grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 600px) {
    .one2grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .one2grid > div,
  .one2grid > a {
    margin-top: 2.5em;
    width: 100%; }
    .one2grid > div:nth-child(1),
    .one2grid > a:nth-child(1) {
      margin-top: 0; }
    @media screen and (min-width: 600px) {
      .one2grid > div,
      .one2grid > a {
        width: 49%;
        margin-left: 2%; }
        .one2grid > div:nth-child(2),
        .one2grid > a:nth-child(2) {
          margin-top: 0; }
        .one2grid > div:nth-child(2n+1), .one2grid > div:nth-child(1),
        .one2grid > a:nth-child(2n+1),
        .one2grid > a:nth-child(1) {
          margin-left: 0; } }

.one2gridlarge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 900px) {
    .one2gridlarge {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .one2gridlarge > div,
  .one2gridlarge > a {
    margin-top: 2.5em;
    width: 100%; }
    .one2gridlarge > div:nth-child(1),
    .one2gridlarge > a:nth-child(1) {
      margin-top: 0; }
    @media screen and (min-width: 900px) {
      .one2gridlarge > div,
      .one2gridlarge > a {
        width: 49%;
        margin-left: 2%; }
        .one2gridlarge > div:nth-child(2),
        .one2gridlarge > a:nth-child(2) {
          margin-top: 0; }
        .one2gridlarge > div:nth-child(2n+1), .one2gridlarge > div:nth-child(1),
        .one2gridlarge > a:nth-child(2n+1),
        .one2gridlarge > a:nth-child(1) {
          margin-left: 0; } }

.mb0 {
  margin-bottom: 0; }

.lmb0 > :last-child {
  margin-bottom: 0; }

.lotmb0:last-of-type {
  margin-bottom: 0; }

.mlra {
  margin-left: auto;
  margin-right: auto; }

.smallmt {
  margin-top: 0.5em; }

.basemt {
  margin-top: 1.5em; }

.basemt2 {
  margin-top: 3em; }

.basemt3 {
  margin-top: 4.5em; }

.sectionmt {
  margin-top: 4em; }
  @media screen and (min-width: 900px) {
    .sectionmt {
      margin-top: 6.25em; } }

.smallml {
  margin-left: 0.5em; }

.baseml {
  margin-left: 1.5em; }

.baseml2 {
  margin-left: 3em; }

.baseml3 {
  margin-left: 4.5em; }

.sectionml {
  margin-left: 4em; }
  @media screen and (min-width: 900px) {
    .sectionml {
      margin-left: 6.25em; } }

.smallmr {
  margin-right: 0.5em; }

.basemr {
  margin-right: 1.5em; }

.basemr2 {
  margin-right: 3em; }

.basemr3 {
  margin-right: 4.5em; }

.sectionmr {
  margin-right: 4em; }
  @media screen and (min-width: 900px) {
    .sectionmr {
      margin-right: 6.25em; } }

.smallmb {
  margin-bottom: 0.5em; }

.basemb {
  margin-bottom: 1.5em; }

.basemb2 {
  margin-bottom: 3em; }

.basemb3 {
  margin-bottom: 4.5em; }

.sectionmb {
  margin-bottom: 4em; }
  @media screen and (min-width: 900px) {
    .sectionmb {
      margin-bottom: 6.25em; } }

.smallpt {
  padding-top: 0.5em; }

.basept {
  padding-top: 1.5em; }

.basept2 {
  padding-top: 3em; }

.basept3 {
  padding-top: 4.5em; }

.sectionpt {
  padding-top: 4em; }
  @media screen and (min-width: 900px) {
    .sectionpt {
      padding-top: 6.25em; } }

.smallpr {
  padding-right: 0.5em; }

.basepr {
  padding-right: 1.5em; }

.basepr2 {
  padding-right: 3em; }

.basepr3 {
  padding-right: 4.5em; }

.sectionpr {
  padding-right: 4em; }
  @media screen and (min-width: 900px) {
    .sectionpr {
      padding-right: 6.25em; } }

.smallpl {
  padding-left: 0.5em; }

.basepl {
  padding-left: 1.5em; }

.basepl2 {
  padding-left: 3em; }

.basepl3 {
  padding-left: 4.5em; }

.sectionpl {
  padding-left: 4em; }
  @media screen and (min-width: 900px) {
    .sectionpl {
      padding-left: 6.25em; } }

.smallpb {
  padding-bottom: 0.5em; }

.basepb {
  padding-bottom: 1.5em; }

.basepb2 {
  padding-bottom: 3em; }

.basepb3 {
  padding-bottom: 4.5em; }

.sectionpb {
  padding-bottom: 4em; }
  @media screen and (min-width: 900px) {
    .sectionpb {
      padding-bottom: 6.25em; } }

.smallpa {
  padding: 0.5em; }

.basepa {
  padding: 1.5em; }

.basepa2 {
  padding: 3em; }

.basepa3 {
  padding: 4.5em; }

.sectionpa {
  padding: 4em; }
  @media screen and (min-width: 900px) {
    .sectionpa {
      padding: 6.25em; } }

.lh1 {
  line-height: 1; }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.text-action {
  color: #2a7e9d; }

.text-dark-gray {
  color: #222; }

.text-light-gray {
  color: #eee; }

.text-medium-gray {
  color: #777; }

.text-primary {
  color: #014d6e; }

.text-white {
  color: white; }

.w100 {
  width: 100%; }

.max-width-1200 {
  max-width: 1200px; }

.max-width-960 {
  max-width: 960px; }

.max-width-760 {
  max-width: 760px; }

/*# sourceMappingURL=assets/maps/style.css.map */
