.dot:hover {
  -webkit-animation: glow1 2s infinite ease-out; }

@-webkit-keyframes glow1 {
  0% {
    background-color: #b1d6fd;
    height: 2rem;
    width: 2rem; }
  50% {
    background-color: #78b9fd;
    height: 3rem;
    width: 3rem; }
  100% {
    background-color: #b1d6fd;
    height: 2rem;
    width: 2rem; } }
/*
  Theme Name: LGA Redev
  Theme URI: http://www.studiopress.com/
  Description: This is the sample theme created for the Genesis Framework.


Searching 19 files for "lga_redev"
  Author: StudioPress
  Author URI: http://www.studiopress.com/

  Version: 2.3.0

  Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

  Template: genesis
  Template Version: 2.3.0

  License: GPL-2.0+
  License URI: http://www.gnu.org/licenses/gpl-2.0.html

  Text Domain: lga-redev
*/
/* # Table of Contents
- HTML5 Reset
  - Baseline Normalize
  - Box Sizing
  - Float Clearing
- Defaults
  - Typographical Elements
  - Headings
  - Objects
  - Gallery
  - Forms
  - Tables
  - Screen Reader Text
- Structure and Layout
  - Site Containers
  - Column Widths and Positions
  - Column Classes
- Common Classes
  - Avatar
  - Genesis
  - Search Form
  - Titles
  - WordPress
- Widgets
  - Featured Content
- Plugins
  - Genesis eNews Extended
  - Jetpack
- Skip Links
- Site Header
  - Title Area
  - Widget Area
- Site Navigation
  - Accessible Menu
  - Site Header Navigation
  - After Header Navigation
  - Footer Navigation
- Content Area
  - Entries
  - Entry Meta
  - Pagination
  - Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
  - Max-width: 1340px
  - Max-width: 1200px
  - Max-width: 1023px
  - Max-width: 860px
- Print Styles
*/
.container,
.container-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }

.container .grid,
.container-full .grid {
  margin-right: -15px;
  margin-left: -15px; }

.grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -.31em;
  *letter-spacing: normal;
  word-spacing: -.43em;
  list-style-type: none; }

.grid::before, .grid::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal; }

[class^="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 30px;
  display: inline-block;
  *display: inline;
  zoom: 1; }

[class^="col-"]::before, [class^="col-"]::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal; }

[class^="col-"] .grid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -15px; }

.col-12 {
  width: 100%;
  *width: 99.9%; }

.col-11 {
  width: 91.66666667%;
  *width: 91.56666667%; }

.col-10 {
  width: 83.33333333%;
  *width: 83.23333333%; }

.col-9 {
  width: 75%;
  *width: 74.9%; }

.col-8 {
  width: 66.66666667%;
  *width: 66.56666667%; }

.col-7 {
  width: 58.33333333%;
  *width: 58.23333333%; }

.col-6 {
  width: 50%;
  *width: 49.9%; }

.col-5 {
  width: 41.66666667%;
  *width: 41.56666667%; }

.col-4 {
  width: 33.33333333%;
  *width: 33.23333333%; }

.col-3 {
  width: 25%;
  *width: 24.9%; }

.col-2 {
  width: 16.66666667%;
  *width: 16.56666667%; }

.col-1 {
  width: 8.33333333%;
  *width: 8.23333333%; }

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%; }

  .col-xs-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }

  .col-xs-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }

  .col-xs-9 {
    width: 75%;
    *width: 74.9%; }

  .col-xs-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }

  .col-xs-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }

  .col-xs-6 {
    width: 50%;
    *width: 49.9%; }

  .col-xs-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }

  .col-xs-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }

  .col-xs-3 {
    width: 25%;
    *width: 24.9%; }

  .col-xs-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }

  .col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%; }

  .col-sm-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }

  .col-sm-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }

  .col-sm-9 {
    width: 75%;
    *width: 74.9%; }

  .col-sm-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }

  .col-sm-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }

  .col-sm-6 {
    width: 50%;
    *width: 49.9%; }

  .col-sm-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }

  .col-sm-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }

  .col-sm-3 {
    width: 25%;
    *width: 24.9%; }

  .col-sm-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }

  .col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%; }

  .col-md-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }

  .col-md-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }

  .col-md-9 {
    width: 75%;
    *width: 74.9%; }

  .col-md-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }

  .col-md-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }

  .col-md-6 {
    width: 50%;
    *width: 49.9%; }

  .col-md-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }

  .col-md-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }

  .col-md-3 {
    width: 25%;
    *width: 24.9%; }

  .col-md-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }

  .col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%; }

  .col-lg-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }

  .col-lg-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }

  .col-lg-9 {
    width: 75%;
    *width: 74.9%; }

  .col-lg-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }

  .col-lg-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }

  .col-lg-6 {
    width: 50%;
    *width: 49.9%; }

  .col-lg-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }

  .col-lg-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }

  .col-lg-3 {
    width: 25%;
    *width: 24.9%; }

  .col-lg-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }

  .col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }
@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%; }

  .col-xlg-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }

  .col-xlg-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }

  .col-xlg-9 {
    width: 75%;
    *width: 74.9%; }

  .col-xlg-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }

  .col-xlg-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }

  .col-xlg-6 {
    width: 50%;
    *width: 49.9%; }

  .col-xlg-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }

  .col-xlg-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }

  .col-xlg-3 {
    width: 25%;
    *width: 24.9%; }

  .col-xlg-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }

  .col-xlg-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }
.col-auto {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto; }

@media (min-width: 576px) {
  .col-xs-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }
@media (min-width: 768px) {
  .col-sm-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }
@media (min-width: 992px) {
  .col-md-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }
@media (min-width: 1200px) {
  .col-lg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }
@media (min-width: 1600px) {
  .col-xlg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }
.order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0; }

@media only screen and (min-width: 576px) {
  .order-12-xs {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .order-11-xs {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .order-10-xs {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .order-9-xs {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-8-xs {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-7-xs {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-6-xs {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-5-xs {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-4-xs {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-3-xs {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-2-xs {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-1-xs {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-0-xs {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }
@media only screen and (min-width: 768px) {
  .order-12-sm {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .order-11-sm {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .order-10-sm {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .order-9-sm {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-8-sm {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-7-sm {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-6-sm {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-5-sm {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-4-sm {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-3-sm {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-2-sm {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-1-sm {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-0-sm {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }
@media only screen and (min-width: 992px) {
  .order-12-md {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .order-11-md {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .order-10-md {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .order-9-md {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-8-md {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-7-md {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-6-md {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-5-md {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-4-md {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-3-md {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-2-md {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-1-md {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-0-md {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }
@media only screen and (min-width: 1200px) {
  .order-12-lg {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .order-11-lg {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .order-10-lg {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .order-9-lg {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-8-lg {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-7-lg {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-6-lg {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-5-lg {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-4-lg {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-3-lg {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-2-lg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-1-lg {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-0-lg {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }
@media only screen and (min-width: 1600px) {
  .order-12-xlg {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .order-11-xlg {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .order-10-xlg {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .order-9-xlg {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .order-8-xlg {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .order-7-xlg {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .order-6-xlg {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .order-5-xlg {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .order-4-xlg {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .order-3-xlg {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .order-2-xlg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .order-1-xlg {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .order-0-xlg {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }
.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.no-wrap [class^="col-"] {
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1; }

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }

.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.align-start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.align-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.align-end [class^="col-"] {
  vertical-align: bottom; }

.align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.align-center [class^="col-"] {
  vertical-align: middle; }

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline; }

.align-content-start {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }

.align-content-end {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end; }

.align-content-end [class^="col-"] {
  vertical-align: bottom; }

.align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center; }

.align-content-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between; }

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch; }

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom; }

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle; }

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline; }

.justify-start {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.justify-start.grid {
  text-align: left; }

.justify-end {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right; }

.justify-end.grid [class^="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start; }

.justify-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center; }

.justify-center.grid [class^="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start; }

.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify; }

.justify-space-between.grid [class^="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start; }

.justify-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify; }

.justify-space-around.grid [class^="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start; }

.grid-bleed [class*="col-"] {
  padding: 0; }

.col-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.col-grid.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }

.col-bleed {
  padding: 0; }

.col-bleed-x {
  padding: 15px 0; }

.col-bleed-y {
  padding: 0 15px; }

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto; }

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0; }

.flex-footer > :last-child {
  margin-bottom: 0; }

@media (max-width: 575px) {
  .hidden-xxs {
    display: none; } }
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none; } }
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media only screen and (min-width: 480px) {
  .container {
    max-width: 440px; }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 2rem;
    padding-left: 2rem; }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-0 {
    margin-left: 0; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
@media only screen and (min-width: 960px) {
  .container {
    width: 900px; }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
@media only screen and (min-width: 1200px) {
  .container {
    width: 1160px; }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 2rem;
    padding-left: 2rem; }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
@media (min-width: 576px) {
  .container {
    max-width: 576px; } }
@media (min-width: 768px) {
  .container {
    max-width: 768px; } }
@media (min-width: 992px) {
  .container {
    max-width: 992px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
@media (min-width: 1600px) {
  .container {
    max-width: 1600px; } }
@media only screen and (min-width: 1190px) {
  .container {
    width: 1200px; } }
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template, [hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

.col-grid img {
  margin: 20px 0 0; }

svg:not(:root) {
  overflow: hidden; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

/* ## Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table; }

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table; }

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* # Font
---------------------------------------------------------------------------------------------------- */
/*@font-face {
  font-family: 'frutiger';
  src: url("font/Frutiger-Roman.woff2") format("woff2"), url("font/Frutiger-Roman.woff") format("woff"), url("font/Frutiger-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'frutiger-bold';
  src: url("font/Frutiger-Bold.woff2") format("woff2"), url("font/Frutiger-Bold.woff") format("woff"), url("font/Frutiger-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'frutiger-light';
  src: url("font/Frutiger-Light.woff2") format("woff2"), url("font/Frutiger-Light.woff") format("woff"), url("font/Frutiger-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}*/
/* --------------------------------------------
Accordion Styles
----------------------------------------------*/
.accordion {
  margin: 50px 0 300px;
  border-top: 1px solid #DDD;
  background-color: #fff;
  position: relative;
  width: 100%; }
  .accordion h3 {
    display: inline-block;
    color: #2f4f8b; }
  .accordion dt {
    border-bottom: 1px solid #DDD; }
  .accordion dd {
    display: none;
    padding: 20px;
    border-bottom: 1px solid #DDD;
    background-color: #fff;
    overflow: -webkit-paged-x; }
  .accordion dt {
    cursor: pointer;
    padding: 20px 50px;
    margin: 0;
    background-color: #fff; }
  .accordion dt.accordion-active {
    background-color: #2f4f8b; }
    .accordion dt.accordion-active h3 {
      color: white; }
  .accordion dt:after {
    content: '';
    background: url(../../uploads/2017/12/icon-sprite.png) -20px 0px;
    margin-left: 12px;
    padding: 0px 8px; }
  .accordion dt.accordion-active:after {
    content: '';
    background: url(../../uploads/2017/12/icon-sprite.png) -20px -20px;
    margin-left: 12px;
    padding: 0px 8px; }
  .accordion dt.accordion-active:hover {
    cursor: pointer; }
  .accordion dd.col-xs-12 {
    margin-left: 0px; }

.year-circle {
  background-color: #094988; }

.time-line {
  position: relative;
  height: auto;
  width: 100%;
  padding-left: 10px;
  padding-bottom: 1rem;
  border-left: 2px solid #094988;
  z-index: 1; }
  .time-line h3 {
    font-size: 2.6rem; }
    @media only screen and (max-width: 575px) {
      .time-line h3 {
        font-size: 2rem; } }
  .time-line p {
    font-size: 16px;
    font-size: 1.6rem;
    display: none;
    visibility: hidden; }
  .time-line__item {
    position: relative; }
    .time-line__item--year {
      position: absolute;
      left: -6rem; }
      .time-line__item--year h4 {
        position: sticky;
        position: -webkit-sticky;
        top: 40px;
        padding: 0px;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 600; }
    .time-line__item .time-circle {
      border-radius: 50%;
      width: 1rem;
      height: 1rem;
      border: 0.2rem solid #2f4f8b;
      background-color: #fff;
      position: absolute;
      z-index: 2;
      left: -16px;
      top: 75px; }
      @media only screen and (max-width: 575px) {
        .time-line__item .time-circle {
          top: 57px; } }
    .time-line__item .time-content {
      margin-left: 4rem !important;
      width: 100%;
      position: relative;
      padding: 1.2rem;
      background-color: #efefef; }
      @media only screen and (max-width: 575px) {
        .time-line__item .time-content {
          margin-left: 0.5rem !important; }
          .time-line__item .time-content .no-padding-top {
            padding-top: 0 !important; } }
      .time-line__item .time-content h4 {
        position: absolute;
        right: 0;
        top: -10px;
        padding: 10px 20px;
        background-color: #2361a8;
        color: white;
        min-width: 120px;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: uppercase; }
  .time-line .milestone {
    background-color: #eee;
    margin-top: 20px !important; }

.time-line li {
  list-style: none; }

.time-line li:last-child {
  position: absolute; }

.time-arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #efefef;
  margin-left: -2rem;
  position: absolute;
  margin-top: 4rem; }

/* # Slider and Hero Image
---------------------------------------------------------------------------------------------------- */
.home-hero .container.row, .project-hero .container.row, .explore-hero .container.row {
  height: 1px;
  min-height: 92vh; }
.home-hero h1, .project-hero h1, .explore-hero h1 {
  color: #fdb432;
  background-color: #2361a8;
  line-height: 1.7;
  display: inline;
  font-weight: 600; }
  .home-hero h1 span, .project-hero h1 span, .explore-hero h1 span {
    padding: 0.2em;
    -webkit-box-shadow: 1em 0 0 #2361a8, -1em 0 0 #2361a8;
    -moz-box-shadow: 1em 0 0 #2361a8, -1em 0 0 #2361a8;
    box-shadow: 1em 0 0 #2361a8, -1em 0 0 #2361a8;
    background-color: #2361a8;
    background-color: #2361a8;
    white-space: pre-wrap; }

.home-hero p {
  line-height: 2.2rem;
  display: none; }
.home-hero .button {
  display: none;
  height: 45px;
  line-height: 40px;
  padding: 3px 10px 20px; }

.project-hero h1, .explore-hero h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 100px; }
.project-hero p, .explore-hero p {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 24px; }
.project-hero p, .project-hero a, .explore-hero p, .explore-hero a {
  color: white; }
.project-hero .sub_page_links, .explore-hero .sub_page_links {
  margin: 50px 0 120px; }
  .project-hero .sub_page_links h4, .explore-hero .sub_page_links h4 {
    line-height: 50px;
    height: 50px;
    background-color: #fdb432;
    color: #094988;
    font-weight: 600;
    font-size: 16px;
    padding: 0 20px;
    white-space: nowrap;
    border-radius: 4px; }
    .project-hero .sub_page_links h4:after, .explore-hero .sub_page_links h4:after {
      content: '';
      background: url("../../uploads/2017/12/icon-sprite.png") -20px 0;
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-left: 20px;
      transform: translateY(5px); }
  .project-hero .sub_page_links a:hover h4, .project-hero .sub_page_links a:focus h4, .project-hero .sub_page_links a:active h4, .explore-hero .sub_page_links a:hover h4, .explore-hero .sub_page_links a:focus h4, .explore-hero .sub_page_links a:active h4 {
    border-bottom: 4px solid;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
.project-hero .hero-text-wrap, .explore-hero .hero-text-wrap {
  bottom: 200px;
  position: absolute;
  max-width: 420px;
  color: white; }
  .project-hero .hero-text-wrap h1, .explore-hero .hero-text-wrap h1 {
    color: white;
    line-height: 1.7;
    display: inline;
    font-weight: 600; }
    .project-hero .hero-text-wrap h1 span, .explore-hero .hero-text-wrap h1 span {
      padding: 0.2em; }
  .project-hero .hero-text-wrap p, .explore-hero .hero-text-wrap p {
    line-height: 2.2rem;
    font-weight: 600; }
  .project-hero .hero-text-wrap .button, .explore-hero .hero-text-wrap .button {
    height: 45px;
    line-height: 40px;
    padding: 3px 10px 20px; }

.hero-holder, .royalSlider {
  position: relative;
  top: 0px;
  overflow: hidden; }

.home-hero .hero-holder {
  z-index: 0;
  margin-left: -85%;
  margin-right: -165%;
  margin-top: -50%; }

.project-hero .hero-holder:after, .hero-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }

.hero-section {
  background-size: cover;
  background-position: 0 86%; }

.home-hero {
  background-size: cover;
  background-position: 0 86%; }

.project-hero .hero-holder {
  margin-left: -91%;
  margin-right: -30%;
  margin-top: -15%; }

.milestones-hero {
  background-size: cover;
  background-position: 0px 104%; }

.milestones-hero .hero-holder, .project-hero .hero-holder {
  margin-left: -55%;
  margin-right: -55%;
  margin-top: 0%; }

.milestones-content .section-header, .project-intro .section-header {
  margin-top: 15%; }

.milestones-content {
  overflow: visible !important; }
  .milestones-content li {
    margin-top: 20px; }
  .milestones-content .time-content {
    border-bottom: 40px solid #fff; }

.rsContainer {
  z-index: 0; }

.rsSBlock {
  width: 100% !important; }

.rsABImage {
  width: 100vw; }

.rsOverflow {
  /*max-height: 700px;*/
  max-height: 44vw;
  background-color: transparent !important;
  /*float: none !important;*/ }

.rsUni, .rsOverflow {
  background-color: transparent !important; }

.section-header {
  position: relative; }

.fix-height-700 {
  min-height: 500px;
  overflow: hidden; }

.inline-slider {
  position: relative;
  /*height: 100%;*/
  /*z-index: 100;*/ }
  .inline-slider .royalSlider {
    height: 50vw !important; }
  .inline-slider .rsOverflow {
    max-height: 50vw; }
  .inline-slider .rsGCaption {
    max-width: 40%; }

@media only screen and (max-width: 1024px) {
  .inline-slider .royalSlider {
    height: 60vw !important; }
  .inline-slider .rsOverflow {
    max-height: 60vw; }
  .inline-slider .rsGCaption {
    max-width: 90%;
    margin-left: 5%; } }
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .rsGCaption {
    margin-top: -4rem !important; } }
.royalSlider {
  z-index: 10; }

#new-royalslider-1 img.rsImg, #new-royalslider-4 img.rsImg {
  max-width: none;
  width: 100vw !important;
  height: auto !important;
  margin: 0 !important; }

#new-royalslider-2 .bottom-clip {
  bottom: -2%; }

.about-single-button {
  text-align: right; }

#new-royalslider-3 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: auto !important; }
  #new-royalslider-3 .rsSlide {
    overflow: visible; }

@media only screen and (min-width: 1600px) {
  #new-royalslider-3 {
    height: 500px !important; } }
.slider-caption {
  position: absolute;
  color: #555;
  left: 50px;
  z-index: 2;
  bottom: 20px;
  max-width: 400px; }

a.hotspot {
  position: relative;
  z-index: 2; }

.inline-slider .rsContent {
  background-color: #2361a8 !important; }
.inline-slider .royalslider {
  height: 50vw;
  overflow: visible; }
@media only screen and (max-width: 1023px) {
  .inline-slider .royalslider {
    height: 75vw; } }

.rsGCaption {
  background-color: transparent !important;
  margin-top: -8rem; }

@media only screen and (max-width: 1023px) {
  .rsGCaption {
    margin-top: 0rem; } }
.custom-single {
  background-color: #000; }

/*  Image Gallery
---------------------------------------------------------------------------------------------------- */
.gallery-image {
  /*    height: 50%;
      width:100%;
      object-fit: cover;*/ }

/*  Explore Slider
---------------------------------------------------------------------------------------------------- */
/*.explore-hero.full-width {
    overflow-y: visible !important;
  }
.explore-hero .rsOverflow {
    overflow-y: visible !important;
  }
.explore-hero .royalslider {
    overflow-y: visible !important;
  }
.explore-hero .rsSlide {
    overflow-y: visible !important;
  }
*/
/*.explore-hero.full-width {
  overflow: visible;
}*/
.explore-hero {
  overflow: visible; }
  .explore-hero .royalslider, .explore-hero .rsSlide, .explore-hero .rsOverflow, .explore-hero .rsContainer, .explore-hero .rsContent, .explore-hero .full-width {
    overflow: visible; }
  .explore-hero .full-width {
    height: 60vw !important; }
  .explore-hero .royalslider {
    height: 60vw !important;
    max-height: 60vw !important; }
  .explore-hero .rsContainer {
    height: 60vw  !important; }
  .explore-hero .rsMinW {
    background-color: #ffffff !important; }
  .explore-hero .rsOverflow {
    max-height: 60vw !important; }
  .explore-hero .rsSlide {
    background-color: #fff !important; }
  .explore-hero .rsArrow {
    bottom: 17vw !important; }
  .explore-hero .bottom-clip {
    display: none;
    visibility: hidden; }
  .explore-hero .infoBlock {
    margin-top: 5%; }
  .explore-hero .rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -40px -30px; }
  .explore-hero .rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -40px 0px; }
  .explore-hero .rsMinW .rsArrowIcn {
    width: 15px;
    height: 24px;
    margin-top: 3px;
    margin-left: 3px;
    position: absolute;
    cursor: pointer;
    background-color: #78b9fd;
    background: url(../../uploads/2017/12/icon-sprite.png);
    border-radius: 2px; }

.dots {
  height: 44vw;
  position: absolute;
  top: 0;
  width: 100%; }

.dot {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  border: 0.2rem solid #ffffff;
  background-color: #78b9fd;
  z-index: 2;
  transform: translate(-50%, -50%);
  position: absolute;
  direction: ltr;
  text-indent: -999em; }

.close-slide {
  position: absolute;
  right: 0;
  top: 20px;
  height: 5rem;
  width: 5rem;
  transform: scale(0.6, 0.6); }

#location1 {
  left: 15%;
  top: 28%; }

#location2 {
  left: 26%;
  top: 24%; }

#location3 {
  left: 34%;
  top: 34%; }

#location4 {
  left: 28%;
  top: 29%; }

#location5 {
  left: 55%;
  top: 82%; }

#location6 {
  left: 60%;
  top: 64%; }

#location7 {
  left: 39%;
  top: 31%; }

.instructions {
  position: absolute;
  display: none;
  visibility: hidden;
  color: #ffffff;
  right: 0rem;
  margin: 4rem;
  background-color: #2361a8;
  padding: 6px 12px; }

.dot-null {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  border: 0.2rem solid #ffffff;
  background-color: #78b9fd;
  z-index: 2;
  display: inline-block;
  transform: translate(0%, 20%); }

/* # header / Navigation
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1024px) {
  .nav-header {
    display: block !important; } }

#genesis-mobile-nav-header {
  color: #2f4f8b;
  padding: 15px;
  width: auto;
  line-height: 2; }
  #genesis-mobile-nav-header:before {
    width: 31px;
    height: 31px;
    font-size: 31px;
    font-size: 3.1rem;
    text-rendering: auto; }

.site-header .widget-area {
  /*width:630px;*/ }

.site-header .widget-area a {
  color: #094988;
  font-weight: 600;
  border-bottom: 4px solid transparent; }

.site-header .widget-area a:hover {
  color: #2f4f8b; }

.site-header {
  position: relative;
  z-index: 2000;
  background-color: #fff; }
  .site-header .wrap {
    min-height: 70px; }

/* ### Genesis Responsive Menus */
.header-widget-area {
  width: 100%;
  margin-top: 10px; }
  @media only screen and (min-width: 1024px) {
    .header-widget-area {
      width: auto; } }

/* # Home Page Sections */
#full_container {
  margin-bottom: 0px !important;
  background-color: transparent; }
  #full_container .home-sections:last-child {
    border-bottom: 0px;
    padding-bottom: 70px; }

.home #full_container {
  margin-bottom: 0px; }

.home-sections, .hero-section {
  min-height: 80vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 10px solid #094988;
  background-color: #fff;
  margin-bottom: -1px;
  /*  &:nth-child(odd) {
      background-attachment: fixed;
    }*/ }
  .home-sections .container, .hero-section .container {
    min-height: 420px; }
  .home-sections:nth-child(even) .row:nth-child(2), .hero-section:nth-child(even) .row:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .home-sections .section-title, .hero-section .section-title {
    -webkit-box-shadow: 640px 0 0 #2361a8 inset;
    -moz-box-shadow: 640px 0 0 #2361a8 inset;
    box-shadow: 640px 0 0 #2361a8 inset;
    height: 88px; }
    @media (min-width: 1400px) {
      .home-sections .section-title, .hero-section .section-title {
        -webkit-box-shadow: 840px 0 0 #2361a8 inset;
        -moz-box-shadow: 840px 0 0 #2361a8 inset;
        box-shadow: 840px 0 0 #2361a8 inset; } }
    .home-sections .section-title [class^="col-"], .hero-section .section-title [class^="col-"] {
      padding-top: 0; }
    .home-sections .section-title h3, .home-sections .section-title a, .hero-section .section-title h3, .hero-section .section-title a {
      color: #fdb432;
      line-height: 88px;
      margin: 0;
      font-weight: 600;
      font-size: 20px;
      font-size: 2rem;
      display: inline-block; }
    .home-sections .section-title span, .hero-section .section-title span {
      margin-left: 15px;
      padding-left: 15px;
      color: white;
      font-size: 20px;
      font-size: 2rem;
      border-left: 2px solid white;
      transform: translateY(-3px);
      display: inline-block;
      height: auto;
      line-height: 31px; }
  .home-sections h4, .hero-section h4 {
    line-height: 50px;
    height: 50px;
    background-color: #fdb432;
    color: #094988;
    font-weight: 600;
    font-size: 16px;
    padding: 0 18px;
    border-radiues: 2px; }
    .home-sections h4:after, .hero-section h4:after {
      content: '';
      background: url("../../uploads/2017/12/icon-sprite.png") -20px 0;
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-left: 20px;
      transform: translateY(5px); }
  .home-sections a:hover h4, .home-sections a:focus h4, .home-sections a:active h4, .hero-section a:hover h4, .hero-section a:focus h4, .hero-section a:active h4 {
    border-bottom: 4px solid;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .home-sections .home-columns, .hero-section .home-columns {
    text-align: left; }
    .home-sections .home-columns h1, .home-sections .home-columns h2, .home-sections .home-columns h3, .home-sections .home-columns h4, .home-sections .home-columns h5, .home-sections .home-columns h6, .hero-section .home-columns h1, .hero-section .home-columns h2, .hero-section .home-columns h3, .hero-section .home-columns h4, .hero-section .home-columns h5, .hero-section .home-columns h6 {
      color: white;
      font-weight: 600; }

.home-columns .content-button, .half-columns .content-button {
  max-width: none; }

/* # clipping / Masks
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .neg-125 {
    margin-top: -120px; } }
.hero-clip {
  position: relative;
  z-index: 1000;
  margin-top: -30px;
  height: 0; }

.hero-clip.top-clip {
  width: 120%;
  margin-left: -10%;
  margin-right: -10%;
  top: -22px;
  display: none; }

.section-clip {
  position: absolute;
  top: 0px;
  height: 0px;
  z-index: 1;
  right: 0px;
  width: 220%;
  margin-left: -110%; }

.top-clip {
  position: relative;
  top: 0px;
  height: 0px;
  z-index: 1; }

.bottom-clip {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 0px;
  width: 100%;
  z-index: 1; }

.mask-clip {
  position: relative;
  top: 0px;
  height: 56vw;
  z-index: -1; }

.masked-image {
  position: relative;
  z-index: -1; }

@media only screen and (max-width: 1023px) {
  .section-header.neg-125 {
    margin-top: 80px; } }
/* # footer Mask */
.footer-clip {
  z-index: -1 !important;
  height: 30rem !important;
  margin-top: -5rem !important;
  filter: drop-shadow(0px 0px 0px #000) !important; }

.home .footer-clip {
  background-color: #043362; }

@media only screen and (max-width: 1023px) {
  .footer-clip {
    height: 18rem !important;
    margin-top: 4rem !important; } }
@media only screen and (max-width: 960px) {
  .footer-clip {
    height: 14rem !important;
    margin-top: 6rem !important; } }
@media only screen and (max-width: 576px) {
  .footer-clip {
    height: 14rem !important;
    margin-top: 6rem !important; } }
@media only screen and (max-width: 1023px) {
  .footer-clip-section {
    height: 20rem !important;
    margin-top: -22rem;
    display: none;
    visibility: hidden; } }
/* # Page Layout
---------------------------------------------------------------------------------------------------- */
.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden; }

.row {
  z-index: 3; }

.infoBlock {
  color: #000;
  position: relative;
  z-index: 4; }
  .infoBlock h1, .infoBlock h2, .infoBlock h3, .infoBlock h4, .infoBlock h5, .infoBlock h6 {
    background: none;
    color: #094988;
    line-height: 1;
    margin-bottom: 40px; }
  .infoBlock p, .infoBlock a {
    color: #000;
    font-weight: 300; }

/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */ }

/* Chrome fix */
body > div {
  font-size: 19px;
  font-size: 1.875rem; }

body {
  background-color: #fff;
  color: #333;
  font-family: sans-serif;
  /*letter-spacing: 1px;*/
  font-size: 20px;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  z-index: 2; }

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a {
  color: #2f4f8b;
  text-decoration: none; }

a:focus,
a:hover {
  color: #333;
  text-decoration: none; }

p {
  margin: 0 0 20px;
  padding: 0;
  font-family: sans-serif;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.8rem; }

ol,
ul {
  margin: 0;
  padding: 0 0 0 0px; }

.container-contracting-term-c {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 40px; }

.terminal-b ol,
.terminal-b ul, .terminal-c ol,
.terminal-c ul {
  margin: 1em 0;
  padding-left: 40px; }
.terminal-b li, .terminal-c li {
  list-style-type: disc;
  font-family: sans-serif;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1.6rem; }
.terminal-b p, .terminal-c p {
  margin-bottom: 10px; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 1em 0; }

b,
strong {
  font-weight: 700; }

blockquote,
cite,
em,
i {
  font-style: italic; }

mark {
  background: #ddd;
  color: #000; }

blockquote {
  margin: 40px; }

blockquote::before {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  font-weight: normal;
  line-height: 1.2;
  margin: 10px 0;
  color: #2361a8; }

h1 {
  font-size: 30px;
  font-size: 3rem;
  color: #2f4f8b; }

h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  margin: 0 0 10px; }

h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600; }

h4 {
  font-size: 20px;
  font-size: 2rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  min-height: 1px;
  height: auto; }

figure {
  margin: 0; }

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px; }

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999; }

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 16px;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #333;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #333; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #fdb432;
  color: #094988;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 16px 24px;
  text-decoration: none;
  text-align: left;
  white-space: normal;
  width: 100%;
  font-family: sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  button:hover, button:focus, button:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  .button:hover,
  .button:focus,
  .button:active {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #094988;
    color: #fdb432; }

.content-button.button {
  padding: 0 20px 0 20px;
  height: 40px;
  line-height: 40px;
  text-align: left; }
  .content-button.button:after {
    content: '';
    background: url("../../uploads/2017/12/icon-sprite.png") -20px 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    transform: translate(12px, 12px);
    float: right; }
  .content-button.button:hover:after {
    background: url("../../uploads/2017/12/icon-sprite.png") -20px -40px; }

.recirc {
  margin-bottom: 50px; }
  .recirc .section-header {
    padding-bottom: 0px; }
  .recirc .recirc-thumb {
    height: 210px;
    display: flex;
    background-size: cover; }
  .recirc .button {
    min-width: auto;
    align-self: flex-end; }

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #094988;
  color: white; }

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff; }

.button {
  display: inline-block; }

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding: 8px 16px; }

.site-container {
  overflow: hidden; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

a.content-button {
  text-align: center; }

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  word-break: break-all; }

tbody {
  border-bottom: 1px solid #eee; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #eee;
  padding: 6px; }

th {
  font-weight: 400;
  padding: 0 6px; }

td:first-child,
th:first-child {
  padding-left: 0; }

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  background: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  position: relative; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1280px; }

.site-inner {
  position: relative;
  clear: both;
  padding-top: 0px;
  word-wrap: break-word;
  outline: none; }

.landing-page .site-inner {
  max-width: 800px; }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 1060px; }

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left; }

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right; }

/* ### Content */
.content {
  float: right;
  width: 880px; }

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left; }

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 660px; }

.full-width-content .content {
  width: 100%; }

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px; }

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left; }

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px; }

.content-sidebar-sidebar .sidebar-secondary {
  float: right; }

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
  position: relative; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%; }

.one-third,
.two-sixths {
  width: 31.623931623931625%; }

.four-sixths,
.two-thirds {
  width: 65.81196581196582%; }

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

.first {
  clear: both;
  margin-left: 0; }

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

.author-box .avatar,
.alignleft .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

.comment .avatar {
  margin: 0 16px 24px 0; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1px;
  padding: 12px 30px; }

.after-entry,
.archive-description,
.author-box {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
  padding: 60px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.entry-content .search-form,
.site-header .search-form {
  margin-bottom: 40px;
  width: 50%; }
  @media only screen and (max-width: 575px) {
    .entry-content .search-form,
    .site-header .search-form {
      width: 80%;
      margin-bottom: 5px !important; } }

.site-header .search-form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 12px;
  float: right; }
  @media only screen and (min-width: 1024px) {
    .site-header .search-form {
      display: flex !important; } }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px; }

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  margin: 0;
  text-align: center;
  width: 50px;
  height: 39px; }

/* ## Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-size: 2rem; }

.entry-title {
  font-size: 36px;
  font-size: 3.6rem; }

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none; }

.entry-title a:focus,
.entry-title a:hover {
  color: #2f4f8b; }

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px; }

/* ## WordPress
--------------------------------------------- */
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 24px; }

img.alignnone,
.alignnone {
  margin-bottom: 12px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px; }

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px; }

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
  word-wrap: break-word; }

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
  margin-bottom: 0; }

.widget ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.widget ul > li:last-of-type {
  padding-bottom: 0; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  background: none;
  padding: 0; }

.featured-content .entry:last-of-type {
  margin-bottom: 0; }

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem; }

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
  color: #fff; }

.sidebar .widget.enews-widget {
  background-color: #333; }

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
  border: 1px solid #333; }

.sidebar .enews-widget input[type="submit"] {
  background-color: #2f4f8b;
  color: #fff; }

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover {
  background-color: #fff;
  color: #333; }

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px; }

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%; }

.enews form + p {
  margin-top: 24px; }

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px; }

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 15%; }

.header-image .title-area {
  padding: 0; }

.header-full-width .title-area {
  width: 100%; }

.site-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700; }

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none; }

.header-image .site-title > a {
  background-position: top left;
  background-size: contain !important;
  float: left;
  top: 12px;
  left: 30px;
  position: relative;
  width: 200px; }

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute; }

.site-description,
.site-title {
  margin-bottom: 0; }

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px; }

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  /*width: 840px;*/ }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  width: 100%; }

.genesis-nav-menu .menu-item {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left; }

.genesis-nav-menu a {
  color: #333;
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: normal; }

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #2361a8;
  text-decoration: none;
  border-bottom: 4px solid;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: 200px;
  z-index: 99;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word; }

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 199px; }

.genesis-nav-menu .menu-item:hover {
  position: static; }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1; }

.genesis-nav-menu > .first > a {
  padding-left: 0; }

.genesis-nav-menu > .last > a {
  padding-right: 0; }

.genesis-nav-menu > .right {
  float: right; }

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

.menu-toggle,
.sub-menu-toggle,
.search-toggle {
  display: none;
  visibility: hidden; }

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0; }

/* ## After Header Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #fff;
  border-top: 1px solid #eee; }

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
  padding-bottom: 20px; }

.site-footer .genesis-nav-menu a {
  padding: 0 20px 10px; }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 70px 80px; }

.search-content {
  padding-top: 60px; }
  .search-content .entry {
    background-color: #fff;
    margin-bottom: 0;
    padding: 30px 40px; }
    .search-content .entry .entry-header .entry-title {
      font-size: 30px; }
      .search-content .entry .entry-header .entry-title .external_link {
        display: inline-block;
        padding: 5px 8px;
        margin-left: 15px;
        font-size: 12px;
        font-weight: bold;
        vertical-align: middle;
        text-transform: uppercase;
        background-color: black;
        color: white; }
  .search-content .no-result {
    padding-top: 30px;
    padding-bottom: 50px; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #333;
  color: #eee; }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 24px; }

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 24px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination a {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none; }

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
  background-color: #2f4f8b;
  color: #fff; }

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px; }

.comment-respond,
.entry-pings {
  padding: 60px 60px 32px; }

.entry-comments {
  padding: 60px; }

.comment-list li {
  padding: 40px 0 0 30px; }

.comment-list .depth-1 {
  padding-left: 0; }

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }

.comment-content ul > li {
  list-style-type: disc; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-header p {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px; }

.sidebar .widget {
  background-color: #fff;
  padding: 40px; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  clear: both;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 60px 20px;
  font-family: sans-serif;
  margin-top: -250px; }
  .footer-widgets .widget ul > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    margin-right: 10px; }

.widget-title {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 600; }

.footer-widget-area {
  padding: 15px; }

.footer-widget-area a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.footer-widget-area a:hover {
  color: #19bef1; }

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 380px; }

.footer-widgets-1 {
  margin-right: 70px; }

.footer-widgets-1,
.footer-widgets-2 {
  float: left; }

.footer-widgets-3 {
  float: right; }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #2361a8;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1; }
  .site-footer p {
    margin-bottom: 0; }
  .site-footer .wrap {
    max-width: none; }

#social-nav a::before {
  display: inline-block;
  content: '';
  position: relative;
  margin-right: 5px;
  top: 3px;
  width: 16px;
  height: 18px; }
#social-nav #social-facebook a::before {
  background: url("../../uploads/2017/12/icon-sprite.png") 0 0; }
#social-nav #social-twitter a::before {
  background: url("../../uploads/2017/12/icon-sprite.png") 0 -20px; }
#social-nav #social-instagram a::before {
  background: url("../../uploads/2017/12/icon-sprite.png") 0 -40px; }
#social-nav li {
  display: inline-block; }

[class*="height-"] h3 {
  margin-top: 24px; }

.home-intro {
  padding-bottom: 30px; }
  .home-intro .section-header {
    margin-top: 30px; }
  .home-intro p {
    font-size: 20px; }

.an-ambitious-vision {
  background-color: #094988;
  color: white;
  min-height: 420px;
  margin-top: 50px; }
  @media only screen and (min-width: 600px) {
    .an-ambitious-vision {
      background-image: url('../../uploads/2018/09/delta-lga-airfield-render.jpg"');
      background-position: 0 80%;
      background-size: cover; }
      .an-ambitious-vision:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, #043362 0%, rgba(4, 51, 98, 0.9) 25%, rgba(4, 51, 98, 0) 75%, rgba(0, 0, 0, 0) 100%);
        z-index: 0; } }
  .an-ambitious-vision h1, .an-ambitious-vision h2, .an-ambitious-vision h3, .an-ambitious-vision h4, .an-ambitious-vision p, .an-ambitious-vision a {
    color: white; }
  .an-ambitious-vision .mask-clip {
    display: none;
    margin-top: -20%; }
  .an-ambitious-vision .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.bottom-line .mask-clip {
  margin-top: -70px; }
.bottom-line blockquote::before {
  content: '';
  display: none;
  visibility: hidden; }

#bottom-line {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin-top: 40px;
  margin-bottom: 40px; }
  #bottom-line img {
    margin: 0; }
  #bottom-line h3 {
    margin-top: 40px; }

.home-bottom h1,
.section-milestones-slider h1 {
  margin-top: 50px;
  border-top: 1px solid #eee;
  padding-top: 50px; }

.home-bottom .mask-clip {
  margin-top: -15%; }
.home-bottom h3 {
  margin-top: 20px; }
.home-bottom img {
  flex-shrink: 0; }

.content-cta {
  background-color: #efefef;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
  align-items: center;
  margin: 24px 0 48px;
  flex-wrap: wrap; }

.content-cta h3 {
  margin: 0;
  order: 2;
  text-align: center;
  margin: 10px; }

.content-cta p {
  order: 1;
  margin: 0;
  padding: 0;
  line-height: 1; }

.content-cta a {
  margin: 0;
  order: 3; }

/* new flex grid */
.flex-grid {
  display: flex; }

.col {
  flex: 1; }

.flex-grid-thirds {
  display: flex;
  justify-content: space-between; }
  .flex-grid-thirds .col {
    width: 32%; }

.contact-info p {
  line-height: 1.4; }

.contact-employment-container {
  margin-top: 30px;
  border-top: 1px solid #dddfe0; }

@media (max-width: 400px) {
  .flex-grid {
    display: block; } }
/*# sourceMappingURL=style.css.map */
.section-milestones-slider .row {
  text-align: center; }
.section-milestones-slider .content-button {
  margin-bottom: 80px; }

.content-post-slider .royalSlider .post-slide {
  margin: 0 10px; }
  .content-post-slider .royalSlider .post-slide span {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #78b9fd;
    padding: 25px 20px;
    color: white;
    font-family: sans-serif;
    font-weight: 600; }
.content-post-slider .royalSlider img {
  width: 100%;
  height: auto;
  margin: 10px auto; }

.content-button {
  min-width: 230px;
  max-width: 400px;
  border-radius: 0px; }

img.bottom-clip {
  position: absolute;
  height: auto; }

.construction-highlights-gallery .section-clip img {
  position: absolute;
  top: 81px; }
.construction-highlights-gallery h1 {
  margin-top: 100px; }

.news-list-page {
  /*margin-bottom: 90px;*/ }
  .news-list-page .section-header {
    margin-top: 40px; }
    .news-list-page .section-header p {
      margin-top: 80px;
      font-size: 24px;
      font-size: 2.4rem; }
  .news-list-page .news-item {
    border-top: 1px solid #dddfe0;
    padding-top: 35px;
    margin-top: 20px;
    margin-bottom: 50px;
    z-index: 1; }
    .news-list-page .news-item a {
      font-family: sans-serif;
      font-weight: 600;
      font-size: 16px;
      font-size: 1.6rem;
      margin: 10px 0;
      display: inline-block; }
      .news-list-page .news-item a img {
        width: 100%; }
  .news-list-page .media-gallery-list {
    margin-bottom: 50px; }
    .news-list-page .media-gallery-list [class^="col-"] {
      padding: 10px; }

.single-media .media-gallery-container {
  margin-bottom: 300px; }

.infoBlock {
  max-width: 50%;
  margin-left: 5%; }

.gallery-cta {
  min-height: 420px; }

.gallery-cta-container {
  color: white;
  background-color: #78b9fd;
  background-position: -38px 50%; }
  .gallery-cta-container .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .gallery-cta-container .gallery-cta-image {
    padding: 0; }
    .gallery-cta-container .gallery-cta-image:before {
      content: '';
      background: url(../../uploads/2017/12/corner-top-left.png);
      position: absolute;
      top: 0;
      left: 0;
      width: 123px;
      height: 60px; }
  .gallery-cta-container .gallery-cta-content {
    padding-left: 4%;
    margin-top: 100px; }
    .gallery-cta-container .gallery-cta-content h4 {
      margin-top: -1rem;
      color: white;
      font-weight: 600; }
    .gallery-cta-container .gallery-cta-content p {
      display: none; }
    .gallery-cta-container .gallery-cta-content a {
      margin-top: 15px; }

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1340px) {
  .site-inner,
  .wrap {
    max-width: 1140px; }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px; }

  .content,
  .site-header .widget-area {
    /*width: 840px;*/ }

  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 580px; }

  .sidebar-primary {
    width: 300px; }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 340px; }

  .footer-widgets-1 {
    margin-right: 60px; } }
@media only screen and (max-width: 575px) {
  .time-year h4 {
    margin-left: 0; }

  .time-content {
    margin-left: 1rem !important; } }
@media only screen and (max-width: 991px) {
  .time-arrow-left {
    margin-top: 4rem; } }
@media only screen and (min-width: 576px) {
  .hero-clip.top-clip {
    display: block; }

  .home-hero .hero-holder, .project-hero .hero-holder {
    margin-left: -20%;
    margin-right: -20%;
    margin-top: 0; }

  .project-hero .hero-holder {
    margin-top: -15%; }

  .home-intro .section-header {
    margin-top: 125px; }

  .bottom-line .mask-clip {
    margin-top: -100px; }

  .time-line .milestone {
    width: 420px;
    border-top: 30px solid #fff !important;
    border-bottom: 30px solid #fff !important;
    padding: 0 10px !important; }

  .milestones-hero .hero-holder {
    margin-left: -20%;
    margin-right: -20%;
    margin-top: 0%; }

  .milestones-content .section-header {
    margin-top: 120px; }

  .explore-hero {
    height: 120rem; }
    .explore-hero .bottom-clip {
      display: inline;
      visibility: visible;
      bottom: 22vw !important; }
    .explore-hero .infoBlock {
      margin-top: 0; } }
@media only screen and (max-width: 1024px) {
  .explore-hero {
    height: 100rem; } }
/*@media only screen and (max-width: 768px) {
  .explore-hero {
      height:50rem;
  }
}*/
@media only screen and (min-width: 768px) {
  .hero-clip.top-clip {
    display: block;
    filter: drop-shadow(-5px -5px 5px #000); }

  .home-hero .hero-holder, .project-hero .hero-holder {
    margin-left: -10%;
    margin-right: -10%;
    margin-top: 0; }

  .section-clip {
    width: 120%;
    margin-right: -10%;
    margin-left: -10%; }

  .an-ambitious-vision .mask-clip {
    display: block; }

  .bottom-line .mask-clip {
    margin-top: -170px; }

  .accordion dd.col-xs-12 {
    margin-left: 40px; }

  .time-line .milestone {
    width: 600px;
    border-top: 30px solid #fff !important;
    border-bottom: 30px solid #fff !important;
    padding: 0 10px !important; }

  .milestones-hero .hero-holder {
    margin-left: -10%;
    margin-right: -10%;
    margin-top: 0%; }

  .milestones-content .section-header {
    margin-top: 50px; }

  .instructions {
    display: inline;
    visibility: visible; }

  .close-slide {
    top: 2%;
    right: 1%;
    transform: scale(0.7, 0.7); }

  .gallery-cta-container .gallery-cta-content p {
    display: block; }
  .gallery-cta-container .gallery-cta-content h4 {
    font-size: 30px;
    font-size: 3rem; } }
@media only screen and (min-width: 992px) {
  .header-image .site-title > a {
    top: 22px;
    left: 0; }

  .header-widget-area {
    margin-top: 20px; }

  .home-hero .hero-holder, .project-hero .hero-holder {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0; }

  .home-intro .section-header {
    margin-top: 125px; }

  .section-clip {
    width: 130%;
    margin-right: -15%;
    margin-left: -15%; }

  .bottom-line .mask-clip {
    margin-top: -220px; }

  .time-line .milestone {
    width: 750px;
    border-top: 30px solid #fff !important;
    border-bottom: 30px solid #fff !important;
    padding: 0 20px !important; }

  .time-arrow-left {
    margin-left: -3rem; }

  .milestones-hero .hero-holder {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%; }

  .milestones-content .section-header {
    margin-top: 20px; }

  #social-nav li {
    display: block; }

  .close-slide {
    top: 4%;
    right: 1%;
    transform: scale(0.8, 0.8); } }
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 40px;
    font-size: 4rem; }

  .home-hero .hero-holder, .project-hero .hero-holder {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0; }

  .project-hero p, .explore-hero p {
    font-size: 18px;
    margin-top: 10px;
    line-height: 24px; }

  .hero-text-wrap {
    margin: 0 90px; }

  .project-intro .section-header {
    margin-top: 50px; }
    .project-intro .section-header h1 {
      padding-right: 170px; }

  .home-sections .section-title h3,
  .home-sections .section-title a {
    font-size: 36px;
    font-size: 3.6rem; }

  .site-title {
    font-size: 40px;
    font-size: 4rem; }

  .header-image .site-title > a {
    top: 20px; }

  .hero-clip.top-clip {
    top: 50px; }

  .neg-top {
    margin-top: -70px;
    overflow: hidden; }

  .home-intro .section-header {
    margin-top: 30px; }

  .section-clip {
    width: 120%;
    margin-right: -10%;
    margin-left: -10%; }

  .content-button {
    min-width: 280px; }

  .time-line .milestone {
    width: 750px;
    border-top: 30px solid #fff !important;
    border-bottom: 30px solid #fff !important;
    padding: 0 20px !important; }

  .time-arrow-left {
    margin-left: -3rem; }

  .instructions {
    margin-top: 7rem; }

  #new-royalslider-4 {
    margin-top: 0px; }

  .explore-bottom {
    margin-top: -30rem; }
    .explore-bottom .mask-clip {
      margin-top: -150px; }

  .close-slide {
    top: 10%;
    right: 2%;
    transform: scale(0.9, 0.9); } }
@media only screen and (max-width: 1023px) {
  .explore-bottom {
    margin-top: -35rem; }

  .site-footer {
    padding-top: 22rem; } }
@media only screen and (min-width: 1200px) {
  .header-image .site-title > a {
    top: 25px;
    width: 252px;
    height: 114px; }

  .header-widget-area {
    margin-top: 50px; }

  .home-hero .hero-holder, .project-hero .hero-holder {
    margin-left: 0%;
    margin-right: 0%; }

  .project-hero .hero-holder {
    /*margin-top: -7%;*/ }

  .time-line .milestone {
    width: 950px; }

  .about-single-button {
    margin-top: -30px; }

  .explore-bottom .mask-clip {
    margin-top: -175px; } }
@media only screen and (max-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 960px; }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px; }

  .content,
  .site-header .widget-area {
    /*width: 620px;*/ }

  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px; }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 300px; }

  .footer-widgets-1 {
    margin-right: 30px; } }
@media only screen and (max-width: 1023px) {
  .site-inner,
  .wrap {
    max-width: 800px; }

  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .genesis-responsive-menu .genesis-nav-menu .sub-menu,
  .genesis-responsive-menu .genesis-nav-menu .sub-menu a,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .title-area {
    width: 100%; }

  .genesis-nav-menu li,
  .header-image .title-area,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none; }

  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .widget-area,
  .site-title {
    text-align: center; }

  .site-header .search-form {
    margin: 16px auto;
    display: none; }

  .genesis-responsive-menu .wrap {
    padding: 0; }

  .genesis-responsive-menu {
    display: none;
    position: relative;
    background-color: #fff;
    padding: 20px 0; }

  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden; }

  .menu-toggle,
  .sub-menu-toggle {
    background-color: #fff;
    border-width: 0;
    color: #333;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: right;
    visibility: visible; }

  .menu-toggle:focus,
  .menu-toggle:hover,
  .sub-menu-toggle:focus,
  .sub-menu-toggle:hover {
    background-color: transparent;
    border-width: 0;
    color: #2f4f8b;
    border: 0px solid transparent;
    outline: 0px solid transparent; }

  .menu-toggle {
    line-height: 22px;
    position: absolute;
    right: 10px;
    top: 30px;
    z-index: 1000;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0); }

  .search-toggle {
    position: absolute;
    top: 30px;
    right: 90px;
    z-index: 1000;
    display: block;
    visibility: visible; }

  .sub-menu-toggle {
    float: right;
    padding: 13px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100; }

  .sub-menu .sub-menu-toggle {
    padding: 12px 10px; }

  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform 0.55s ease-in-out;
    -moz-transition: transform 0.55s ease-in-out;
    -ms-transition: transform 0.55s ease-in-out;
    transition: transform 0.55s ease-in-out; }

  .sub-menu-toggle.activated::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left; }

  .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
  .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
    position: relative; }

  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: none;
    margin-bottom: 1px;
    padding: 15px 20px;
    width: 100%;
    text-align: center; }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    border: none; }

  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0; }

  .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
    content: none; }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%; }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0; }

  .footer-widgets-1,
  .footer-widgets-2 {
    margin: 0 auto 40px; } }
@media only screen and (max-width: 860px) {
  body,
  body > div {
    font-size: 18px;
    font-size: 1.8rem; }

  .site-inner {
    padding: 0 5%; }

  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget {
    padding: 30px;
    margin-bottom: 5%; }

  .sidebar {
    margin-bottom: 5%; }

  .pagination {
    margin: 5% auto; }

  .archive-pagination li a {
    margin-bottom: 4px; }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%; } }
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]::after {
    content: " (" attr(href) ")"; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }

  thead {
    display: table-header-group; }

  img,
  tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  .content,
  .content-sidebar {
    width: 100%; }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }

  .title-area {
    text-align: center;
    width: 100%; }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }

  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px; }

  .author-box {
    margin-bottom: 0; }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }

  img {
    page-break-after: avoid;
    page-break-inside: avoid; }

  blockquote,
  pre,
  table {
    page-break-inside: avoid; }

  dl,
  ol,
  ul {
    page-break-before: avoid; } }
@media only screen and (max-width: 480px) {
  .fix-height-700 {
    min-height: 300px; }

  .page-id-542 .fix-height-700, .page-id-10 .fix-height-700, .page-id-629 .fix-height-700, .page-id-563 .fix-height-700 {
    height: 300px; }

  .page-id-629 .home-hero .container.row,
  .page-id-629 .project-hero .container.row,
  .page-id-629 .explore-hero .container.row {
    min-height: 25vh;
    height: 25vh; }

  .news-list-page .section-header, .contact-info .section-header, .terminal-c .section-header, .terminal-b .section-header, .new-airport .section-header {
    margin-top: 50px; }
    .news-list-page .section-header p, .contact-info .section-header p, .terminal-c .section-header p, .terminal-b .section-header p, .new-airport .section-header p {
      margin-top: 0px; } }
.page-id-628 .project-hero .hero-holder:after, .page-id-628 .hero-section:after {
  background: none; }
.page-id-628 .explore-hero {
  height: 140rem; }
.page-id-563 hr {
  border-top: 3px solid #eee; }
.page-id-563 .col-grid {
  padding-bottom: 0px;
  padding-top: 0px; }
.page-id-563 [class^="col-"] .grid {
margin: 10px -15px; }

.page-id-10 .hero-section {
  background-position: 0px 23%; }

.file-link {
  margin-bottom: 20px; }
  .file-link .content-button.button {
    display: flex;
    padding: 15px 20px;
    height: auto; }
    .file-link .content-button.button:after {
      transform: translateY(5px);
      right: 25px;
      position: absolute;
      width: 20px;
      height: 20px; }
    .file-link .content-button.button span {
      line-height: 1;
      padding: 0 20px; }

#tribe-events-pg-template {
  margin-top: 50px;
  margin-bottom: 100px; }

.tribe-events-style-full .site-footer {
  padding-top: 300px; }

#full_container.job-single-container {
  margin-bottom: 0; }
  #full_container.job-single-container .fix-height-700 {
    min-height: 250px; }
  #full_container.job-single-container .footer-clip-section {
    margin-top: 100px; }

.job-email .galileo-ap-content-editor, .job-email .text-container, .job-email .editor-text, .job-email .article-text, .job-email td, .job-email span, .job-email div, .job-email a {
  font-family: sans-serif !important;
  text-align: left !important;
  word-break: break-word !important; }
.job-email .gl-contains-spacer, .job-email .column-resize-bar {
  height: 0px !important; }
.job-email span, .job-email a {
  color: #094988 !important;
  word-break: normal; }
.job-email li span {
  color: #000 !important; }
.job-email table {
  /*width: 100% !important;*/
  margin-bottom: 0px !important;
  border: 0px solid transparent; }
  .job-email table tbody {
    border: 0px solid transparent; }
  .job-email table .bgimage, .job-email table .bgcolor {
    background-color: transparent !important; }
  .job-email table .main-width {
    /*width: 100% !important;*/ }
  .job-email table tr td {
    border: 0px !important; }
    @media only screen and (max-width: 575px) {
      .job-email table tr td {
        display: flex;
        /*width: 100%;*/ } }
  .job-email table tr td.headline-text, .job-email table tr td.headline-text span {
    text-align: left !important;
    color: #094988 !important;
    font-size: 36px !important;
    font-size: 3.6rem !important;
    text-align: left !important; }

.td1 {
  width: 25%;
  font-weight: 300;
  font-size: 14px; }
  .td1 b, .td1 p {
    font-weight: 300;
    font-size: 14px;
    word-break: normal; }
  .td1 b {
    font-weight: 600; }

.page-id-58 .time-circle {
  display: none;
  visibility: hidden; }

.events-calendar-header h2 {
  margin-top: 60px; }

#legislation ul {
  margin-left: 40px; }

#search-3 {
  margin: 0px 0 10px; }

.search-form input {
  padding: 4px; }

/*# sourceMappingURL=style.css.map */
