/*!
Theme Name: SSA
Author: LBDesign
Author URI: http://lbdesign.tv/
Description: Theme for SSA based on _s.
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lbd
Tags:

This theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* **********
* COLOR PALETTE
* variable names: http://chir.ag/projects/name-that-color/#5598A4
************* */
/* Approved SSA logo colors per brand guidelines */
/* Additional colors per brand guidelines */
/* Variations of color palette */
/* Element colors */
/* Screen */
/* Grid settings */
html {
  box-sizing: border-box;
}

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body,
button,
input,
select,
textarea {
  color: #6D6E68;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
## Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #5598A4;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.125;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.9375rem;
}

h3 {
  font-size: 1.5625rem;
}

h4 {
  font-size: 1.25rem;
}

.entry-title {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-title a {
  text-decoration: none;
}

.page-header {
  margin-top: 0;
  margin-bottom: 2.5em;
}

.center {
  text-align: center;
}

/*--------------------------------------------------------------
## Copy
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em;
}

p.no-margin {
  margin: 0;
}

b, strong {
  color: #000;
  font-weight: 700;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  padding: 1.25em;
  border-left: 5px solid;
  margin: 0 0 1.25em;
  font-size: 1.3125em;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0 0 1.5rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.5rem;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #878881;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 0.875rem;
}

big {
  font-size: 125%;
}

hr {
  background-color: #b9bab5;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.entry-title,
.entry-content,
.comments-title,
.comment-content,
.widget-title,
.widget {
  word-break: keep-all;
  word-wrap: break-word;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #00535F;
}
a:visited {
  color: #00535F;
}
a:hover, a:focus, a:active {
  color: #00262c;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

@media screen and (min-width: 48rem) {
  a[href^=tel] {
    text-decoration: none;
  }
}
/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul li, ol li {
  margin-bottom: 0.75em;
}

li > ul,
li > ol {
  margin-top: 0.75em;
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
### Inline List
--------------------------------------------------------------*/
.inline-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
  margin-right: 0.625em;
}

.inline-list li {
  background: none;
  margin: 0;
  padding: 0 0.625em 0 0;
  margin-right: 0.625em;
  display: inline-block;
}

.inline-list-separated li:last-of-type {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.inline-list li:before {
  content: "";
}

.inline-list img {
  vertical-align: middle;
}

.inline-list-separated li {
  border: 0;
  border-right-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.25);
  float: left;
}

/* Right align */
.inline-list-right {
  float: right;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.button,
button,
input[type=button],
input[type=reset],
input[type=submit],
.home-full-width-highlight.has-image .button {
  border: none;
  border-radius: none;
  background: #DF6D27;
  color: #ffffff;
  line-height: 1;
  padding: 0.625em 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.button:visited,
button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited,
.home-full-width-highlight.has-image .button:visited {
  color: #ffffff;
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.home-full-width-highlight.has-image .button:hover {
  background: #b8571b;
  color: #ffffff;
}
.button:active, .button:focus,
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
.home-full-width-highlight.has-image .button:active,
.home-full-width-highlight.has-image .button:focus {
  border-color: #6D6E68 #878881 #6D6E68;
}

.button:visited {
  color: #fff;
}
.button.dark {
  background: #00535F;
}
.button.dark:hover, .button.dark:active {
  background: #00262c;
  color: #fff;
}
.button.block {
  display: block;
  text-align: center;
}
.button.inlineblock {
  display: inline-block;
}

/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #878881;
  border: 1px solid #878881;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #6D6E68;
}

select {
  border: 1px solid #878881;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
## Labels
--------------------------------------------------------------*/
label {
  width: 100%;
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
img {
  height: auto;
  max-width: 100%;
}

/*--------------------------------------------------------------
## Tables - Bourbon refill: see http://refills.bourbon.io/
--------------------------------------------------------------*/
table {
  border: 1px solid gainsboro;
  border-collapse: separate;
  border-left: 0;
  border-radius: 3px;
  border-spacing: 0;
  margin-bottom: 1.25em;
  width: 100%;
}
table tbody {
  background-color: #fbfbfb;
}
table tbody tr:hover > td, table tbody tr:hover > th {
  background-color: #eeeeee;
}
table tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}
table tbody tr:nth-child(even):hover > td {
  background-color: #e9e9e9;
}
table thead:first-of-type tr:first-child > th:first-child {
  border-top-left-radius: 3px;
}
table thead:first-of-type tr:first-child > th:last-child {
  border-top-right-radius: 3px;
}
table tbody:last-child tr:last-child > td:first-child {
  border-bottom-left-radius: 3px;
}
table tbody:last-child tr:last-child > td:last-child {
  border-bottom-right-radius: 3px;
}
table thead th {
  background-color: white;
  border-bottom: 0;
  border-left: 1px solid gainsboro;
  padding: 0.75em 1em;
  text-align: left;
}
table thead th:first-child {
  border-left: 0;
}
table tbody {
  background-color: #fbfbfb;
}
table tbody td {
  border-bottom: 0;
  border-left: 1px solid gainsboro;
  border-top: 1px solid gainsboro;
  padding: 0.75em 1em;
}
table tbody td:first-child {
  border-left: 0;
}
table tbody td button {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 0.3em;
  margin-right: 0.5em;
  outline: none;
  padding: 0.3em 1em;
  width: 100%;
}
@media screen and (min-width: 40em) {
  table tbody td button {
    margin-bottom: 0;
    width: auto;
  }
}

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin: 1.25em 1.25em 1.25em 0;
}

.alignright {
  display: inline;
  float: right;
  margin: 1.25em 0 1.25em 1.25em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
  content: "";
  display: block;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container {
  max-width: 66.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25em;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 66.25em) {
  .container {
    padding: 0;
  }
}

.site-content-wrap {
  position: relative;
  z-index: 1;
}
.site-content-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  z-index: -1;
  right: 0;
  top: 0;
  transform-origin: bottom right;
  transform: skewY(-6deg);
}

.site-content {
  margin-top: 4.3125em;
  margin-bottom: 0;
}
@media screen and (min-width: 48rem) {
  .site-content {
    max-width: 66.25em;
    margin-left: auto;
    margin-right: auto;
  }
  .site-content::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media screen and (min-width: 48rem) {
  .page-template-page-home .site-content, .page-template-page-landing .site-content {
    max-width: none;
  }
}

#primary {
  padding: 0 1.25em 2.5em;
  overflow: auto;
}
@media screen and (min-width: 48rem) {
  #primary {
    float: left;
    display: block;
    margin-right: 1.9083969466%;
    width: 66.0305343511%;
    float: right;
    margin: 0;
  }
  #primary:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 66.25em) {
  #primary {
    padding: 0;
  }
}
.page-template-page-home #primary, .page-template-page-landing #primary, .page-template-page-join-us #primary, .page-template-page-full-width #primary, .page-template-page-full-width-blocks #primary, .page-template-page-civicrm #primary {
  width: 100%;
}

#secondary {
  padding: 0 1.25em;
}
@media screen and (min-width: 48rem) {
  #secondary {
    float: left;
    display: block;
    margin-right: 1.9083969466%;
    width: 23.5687022901%;
    padding-bottom: 2.5em;
  }
  #secondary:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 66.25em) {
  #secondary {
    padding: 0;
  }
}

.row {
  display: block;
}
.row::after {
  clear: both;
  content: "";
  display: block;
}

.col_10 {
  float: left;
  display: block;
  margin-right: 1.9083969466%;
  width: 83.0152671756%;
}
.col_10:last-child {
  margin-right: 0;
}

.shift_1 {
  margin-left: 8.4923664122%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #00535F;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin: 0 0 1.25em 0;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.aligncenter {
  margin: 0 auto 1.25em auto;
}
.wp-caption.alignleft {
  margin-right: 1.25em;
}
.wp-caption.alignright {
  margin-left: 1.25em;
}
.wp-caption.alignnone {
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 1.25em 0;
}

.wp-caption-text {
  text-align: left;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Navigation on comments, posts and post
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
## Pagination on posts
--------------------------------------------------------------*/
.navigation.pagination {
  overflow: auto;
  line-height: 1;
}
.navigation.pagination .page-numbers {
  border-right: 2px solid #eee;
  display: block;
  float: left;
  padding: 0 5px;
  text-decoration: none;
  color: #6D6E68;
}
.navigation.pagination .current {
  font-weight: 700;
  color: #00535F;
}
.navigation.pagination .next {
  border-right: none;
}

/* donate form */
.crm-container label {
  font-weight: bold;
}

#crm-submit-buttons {
  width: auto !important;
}

/* Caldera Forms Membership Tweaks */
.caldera-grid .form-group {
  margin-bottom: 15px;
  padding-left: 2px;
}

/* election Page Template Hide the email field */
.election-email-hidden {
  display: none;
}

/* staff widget */
.staff-name {
  margin-top: 0;
  margin-bottom: 0;
  color: #5598A4;
}
.widget .staff-name {
  font-size: 1em;
}

.staff-title {
  font-size: 0.75em;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0.8333333333em;
}

.staff-contact {
  font-size: 0.875em;
  margin-top: 0.7142857143em;
  margin-bottom: 0;
}

.page-template-page-staff .ssa_staff {
  float: left;
  display: block;
  margin-right: 2.8901734104%;
  width: 48.5549132948%;
  margin-bottom: 1.25em;
}
.page-template-page-staff .ssa_staff:last-child {
  margin-right: 0;
}
.page-template-page-staff .ssa_staff:nth-child(2n) {
  margin-right: 0;
}
.page-template-page-staff .ssa_staff:nth-child(2n+1) {
  clear: left;
}

/*--------------------------------------------------------------
## Presentations CPT Styles
--------------------------------------------------------------*/
.hentry.presentations {
  margin-bottom: 1.25em;
}

/*--------------------------------------------------------------
## Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
## Soliloquy
## Base styles
--------------------------------------------------------------*/
.soliloquy-container .soliloquy-caption {
  background: #5598A4 !important;
}
.soliloquy-container .soliloquy-caption-inside {
  background: transparent !important;
  text-shadow: none !important;
}
.soliloquy-container .button {
  margin-top: 1.25em;
  display: block;
}
.soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-next,
.soliloquy-container .soliloquy-stop {
  background-color: transparent !important;
}
.soliloquy-container .soliloquy-control-nav {
  bottom: 0;
}

/*--------------------------------------------------------------
## LBDesign Staff Plugin List
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Gravity Forms
//  https://www.gravityhelp.com/documentation/article/css-targeting-examples/
//  https://www.gravityhelp.com/resources/cssguide/css_guide.html
//
//	Form Wrapper
//  Form Header
//	Form Body
//	Standard Fields
//	Advanced Fields
// 	HTML 5 Fields
//	Section Breaks
//  Captcha Fields
//  Form Footer
//  Form Confirmation
//  Validation Errors
//  Multi-Page Form Fields
//  List Fields
--------------------------------------------------------------*/
.gform_wrapper {
  background: none;
  border: 0 solid transparent;
  padding: 0;
  overflow: auto;
}

.gform_heading .gform_title {
  font-size: 1.9375rem;
}

.gform_fields {
  list-style: none;
  padding: 0;
}

.gfield {
  margin-bottom: 2.5em;
  overflow: auto !important;
}

.gfield_label {
  font-weight: 700;
  width: 100%;
}

.gfield_description,
.instruction {
  font-size: 0.875rem;
}

.gfield_required {
  color: red;
  margin-left: 2px;
}

.left_label .gfield_label {
  float: left;
  display: block;
  margin-right: 2.8901734104%;
  width: 22.8323699422%;
}
.left_label .gfield_label:last-child {
  margin-right: 0;
}
.left_label .ginput_container {
  float: left;
  display: block;
  margin-right: 2.8901734104%;
  width: 74.2774566474%;
  margin-right: 0;
}
.left_label .ginput_container:last-child {
  margin-right: 0;
}
.left_label .gfield_description {
  margin-left: 25.7225433526%;
}

.gfield input,
.gfield textarea {
  width: 100%;
}

.gfield select {
  float: left;
  display: block;
  margin-right: 3.8910505837%;
  width: 48.0544747082%;
}
.gfield select:last-child {
  margin-right: 0;
}

.gfield_radio,
.gfield_checkbox {
  list-style: none;
  padding: 0;
}
.gfield_radio input[type=radio],
.gfield_radio input[type=checkbox],
.gfield_checkbox input[type=radio],
.gfield_checkbox input[type=checkbox] {
  margin-right: 0.625em;
  width: auto;
}
.gfield_radio input[type=radio]:checked + label,
.gfield_radio input[type=checkbox]:checked + label,
.gfield_checkbox input[type=radio]:checked + label,
.gfield_checkbox input[type=checkbox]:checked + label {
  font-weight: 700;
}

.ginput_container_checkbox label,
.ginput_container_radio label {
  width: auto;
  display: inline;
}

.ginput_complex span {
  float: left;
  display: block;
  margin-right: 3.8910505837%;
  width: 48.0544747082%;
  margin-bottom: 0.625em;
}
.ginput_complex span:last-child {
  margin-right: 0;
}
.ginput_complex span:nth-child(even) {
  margin-right: 0;
}
.ginput_complex select {
  width: 100%;
}
.ginput_complex label {
  font-size: 0.875rem;
}

#ui-datepicker-div {
  font-family: "Roboto Condensed", sans-serif;
}

.ginput_container.gfield_time_hour,
.ginput_container.gfield_time_minute,
.ginput_container.gfield_time_ampm {
  float: left;
  display: block;
  margin-right: 2.8901734104%;
  width: 9.9710982659%;
}
.ginput_container.gfield_time_hour:last-child,
.ginput_container.gfield_time_minute:last-child,
.ginput_container.gfield_time_ampm:last-child {
  margin-right: 0;
}

.ginput_container.gfield_time_ampm select {
  width: 100%;
}

.gfield_time_hour {
  position: relative;
}

.gfield_time_hour i {
  position: absolute;
  right: -1.25em;
  top: 0;
  font-style: normal;
  width: 10px;
  text-align: center;
  margin-top: 9%;
}

.gfield_time_hour label {
  margin-right: 5em;
}

.gfield_time_hour label,
.gfield_time_minute label,
.gfield_time_ampm label {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 0.875rem;
}

.gsection_title {
  font-size: 1.5625rem;
}

.gform_footer.left_label {
  float: left;
  display: block;
  margin-right: 2.8901734104%;
  width: 74.2774566474%;
  margin-left: 25.7225433526%;
}
.gform_footer.left_label:last-child {
  margin-right: 0;
}

.gf_progressbar_wrapper .gf_progressbar {
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid gainsboro;
  border-radius: 3px;
  box-shadow: inset 0 0 3px 0 rgba(115, 115, 115, 0.15);
  height: 30px;
  margin: 0 auto;
  padding: 2px;
  width: 100%;
}
.gf_progressbar_wrapper .gf_progressbar > .percentbar_blue {
  animation: progress 0.7s linear infinite;
  background-color: #477DCA;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
  background-repeat: repeat-x;
  background-size: 40px 40px;
  border: 1px solid #2c5999;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 60%;
}
.gf_progressbar_wrapper .gf_progressbar:after {
  border-radius: 0;
}
@-webkit-keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}
@-ms-keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}
@-o-keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}
@keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}

.gfield_error {
  background-color: rgba(255, 223, 224, 0.25);
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 1.25em;
  padding-top: 1.25em;
}
.gfield_error .gfield_label {
  color: #790000;
}

.validation_message {
  font-size: 0.875rem;
  font-weight: 700;
  color: #790000;
}

/*--------------------------------------------------------------
## LBDesign Button Shortcode
--------------------------------------------------------------*/
.lbdesign_primary {
  border: none;
  border-radius: none;
  background: #DF6D27;
  color: #ffffff;
  line-height: 1;
  padding: 0.625em 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.lbdesign_primary:visited {
  color: #ffffff;
}
.lbdesign_primary:hover {
  background: #b8571b;
  color: #ffffff;
}
.lbdesign_primary:active, .lbdesign_primary:focus {
  border-color: #6D6E68 #878881 #6D6E68;
}

/*--------------------------------------------------------------
## Job Manager Plugin Styles
--------------------------------------------------------------*/
.company strong {
  color: #6D6E68;
}

/*--------------------------------------------------------------
## Event Organiser Plugin Styles
--------------------------------------------------------------*/
.eo-events-nav {
  margin-bottom: 2.5em;
}

.hentry.event {
  margin-bottom: 2.5em;
}

.eo-event-meta {
  margin-bottom: 0.625em;
}

.eo-event-date {
  color: #DF6D27;
  font-weight: 700;
  font-size: 1em;
  margin-right: 5px;
}

.eo-event-title {
  font-size: 1.5625rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pre Header
--------------------------------------------------------------*/
.pre-header {
  overflow: auto;
}
.pre-header .container {
  position: relative;
}

.pre-header .social-links {
  display: none;
}
@media screen and (min-width: 37.5rem) {
  .pre-header .social-links {
    display: block;
  }
}
.pre-header .social-links li {
  padding: 0 0 0 0;
  margin-right: 0.3125em;
}

/* Custom menu in top right */
.pre-header-nav {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
  display: inline-block;
  float: right;
  font-weight: 400;
}
.pre-header-nav li {
  color: #6D6E68;
  padding: 0;
  background: #E9E4D4;
  display: inline-block;
  font-size: 0.75em;
  line-height: 2em;
  padding: 0 10px;
  margin: 0;
}
.pre-header-nav a {
  text-decoration: none;
  color: #6D6E68;
}

/*--------------------------------------------------------------
## Site Header
--------------------------------------------------------------*/
@media screen and (max-width: 66.25em) {
  .site-header .container {
    padding: 0 1.25em;
  }
}

.site-branding {
  overflow: auto;
}
@media screen and (min-width: 37.5rem) {
  .site-branding {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: columns;
    -moz-box-orient: columns;
    box-orient: columns;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: columns;
    -moz-flex-direction: columns;
    flex-direction: columns;
    -ms-flex-direction: columns;
    margin-top: 1.25em;
  }
}
@media screen and (max-width: 66.25em) {
  .site-branding {
    padding: 0;
  }
}

.site-title {
  font-size: 3rem;
  margin: 0.75rem 0;
  float: left;
  display: block;
  margin-right: 1.9083969466%;
  width: 32.0610687023%;
}
.site-title:last-child {
  margin-right: 0;
}

.site-logo {
  margin: 2.5em auto 1.25em;
  display: block;
}
@media screen and (min-width: 37.5rem) {
  .site-logo {
    margin-top: 0;
    float: left;
    display: block;
    margin-right: 1.9083969466%;
    width: 40.5534351145%;
  }
  .site-logo:last-child {
    margin-right: 0;
  }
}
.site-logo img {
  display: block;
  margin: 0 auto;
}

.site-description {
  font-size: 1.125rem;
  margin: 0 0 1.25em 0;
  text-align: center;
}
@media screen and (min-width: 37.5rem) {
  .site-description {
    float: left;
    display: block;
    margin-right: 1.9083969466%;
    width: 49.0458015267%;
    margin-left: 8.4923664122%;
    font-size: 1em;
    text-align: right;
    margin-bottom: 1em;
  }
  .site-description:last-child {
    margin-right: 0;
  }
}

.breadcrumbs {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  padding: 0 1.25em;
}
@media screen and (min-width: 66.25rem) {
  .breadcrumbs {
    padding: 0;
  }
}

/*
Header search
*/
/* search */
div.ssa-search {
  margin-top: 0;
  width: 0%;
  max-width: 320px;
  min-width: 84px;
  height: 24px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  position: relative;
  float: right;
  cursor: pointer;
}

.ssa-search.ssa-search-open {
  width: 100%;
}
.ssa-search.ssa-search-open .ssa-iconsearch {
  background: #00535F;
  color: #FFFFFF;
}

.ssa-searchinput {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  width: 100%;
  max-width: 320px;
  height: 24px;
  margin: 0;
  z-index: 10;
  padding: 0 28px 0 5px !important;
  font-family: inherit;
  color: #878881;
  background: none repeat scroll 0 0 #eee !important;
  border: 1px solid #878881;
  border-radius: 0;
}

.ssa-searchsubmit {
  background: #00535F;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  height: 24px;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 90;
}

.ssa-searchsubmit {
  background: #000;
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.ssa-iconsearch {
  color: #6D6E68;
  background: #E9E4D4;
  z-index: 90;
  line-height: 24px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.75em;
  width: 84px;
  height: 24px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}

.ssa-iconsearch:after {
  font-family: "FontAwesome";
  content: "\f002";
  margin-left: 5px;
}

/*
Section Banner
*/
/*--------------------------------------------------------------
## Section Banner
--------------------------------------------------------------*/
/* Hero WITHOUT image and WITH callout box on home */
.hero {
  background: #00535F;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  height: 300px;
  position: relative;
}
@media screen and (min-width: 66.25em) {
  .hero {
    margin-right: 0;
    margin-left: 0;
  }
}
.hero .container {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 48rem) {
  .hero .container {
    background: none;
  }
}
.hero-callout {
  background: rgba(35, 31, 32, 0.6);
  bottom: 20px;
  padding: 1.25em;
  position: absolute;
  float: left;
  display: block;
  margin-right: 1.9083969466%;
  width: 83.0152671756%;
}
.hero-callout:last-child {
  margin-right: 0;
}
@media screen and (min-width: 37.5rem) {
  .hero-callout {
    float: left;
    display: block;
    margin-right: 1.9083969466%;
    width: 66.0305343511%;
    bottom: 40px;
  }
  .hero-callout:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 48rem) {
  .hero-callout {
    left: 5.5625em;
    float: left;
    display: block;
    margin-right: 1.9083969466%;
    width: 49.0458015267%;
  }
  .hero-callout:last-child {
    margin-right: 0;
  }
}
.hero-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5625rem;
  font-weight: 400;
}
@media screen and (min-width: 48rem) {
  .hero-title {
    font-size: 2.25em;
  }
}
.hero-caption {
  margin-bottom: 1.25em;
  line-height: 1.2;
  font-size: 1.25em;
}
.hero .button {
  display: inline-block;
}
@media screen and (min-width: 48rem) {
  .hero .button {
    font-size: 1.3125em;
  }
}
.hero .button.block {
  display: block;
}

/* Hero on interior pages */
.hero-callout.interior {
  background: rgba(219, 219, 218, 0.9);
}
@media screen and (min-width: 37.5rem) {
  .hero-callout.interior {
    float: left;
    display: block;
    margin-right: 1.9083969466%;
    width: 49.0458015267%;
  }
  .hero-callout.interior:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 48rem) {
  .hero-callout.interior {
    float: left;
    display: block;
    margin-right: 1.9083969466%;
    width: 32.0610687023%;
  }
  .hero-callout.interior:last-child {
    margin-right: 0;
  }
}
.hero-callout.interior .hero-title {
  color: #00535F;
  font-size: 1.75em;
}
.hero-callout.interior .hero-caption {
  color: #6D6E68;
}

/*  Overlay used only on landing Page */
.overlay {
  background: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  color: #fff;
  height: 300px;
  position: relative;
}
@media screen and (min-width: 66.25em) {
  .overlay {
    margin-right: 1%;
    margin-left: 1%;
  }
}
@media screen and (max-width: 28.0625rem) {
  .overlay {
    height: 200px;
  }
}

.page-id-1401 .overlay, .page-id-1402 .overlay {
  background: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  color: #fff;
  height: 300px;
  position: relative;
}

@media (max-width: 1060px) {
  .page-id-1401 .overlay, .page-id-1402 .overlay {
    background: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    position: relative;
    margin-right: 1%;
    margin-left: 1%;
    background-size: contain;
  }
}
@media (max-width: 449px) {
  page-id-1401 .overlay, .page-id-1402 .overlay {
    background: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    position: relative;
    height: 200px;
    background-size: contain;
    margin-right: 1%;
    margin-left: 1%;
  }
}
@media screen and (max-width: 28.0625rem) {
  .hero.landing {
    height: 200px;
  }
}

/* Hero
  WITH background image
  WITH section title */
.hero-section-title {
  background: rgba(35, 31, 32, 0.6);
  padding: 1.25em;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.hero-section-title h3 {
  color: #fff;
  margin: 0;
}

/* Hero
  WITHOUT background image
  WITH section title */
.hero-section {
  height: auto;
}
.hero-section .hero-section-title {
  position: relative;
}

.image-credit {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(35, 31, 32, 0.6);
  padding: 1px 2px;
  font-size: 0.75em;
}
@media screen and (min-width: 37.5rem) {
  .image-credit {
    padding: 4px;
    font-size: 0.875em;
  }
}
.image-credit a {
  color: #fff;
}

/*
Main Navigation
*/
/*--------------------------------------------------------------
## Header Navigation
--------------------------------------------------------------*/
/* Menu Toggle */
.menu-toggle {
  width: 100%;
  display: block;
  background: #5598A4;
  color: #fff;
}
.menu-toggle:before {
  display: inline-block;
  margin: 0 0.53em 0 auto;
  padding: 1.9083969466%;
  font-family: "FontAwesome";
  content: "\f0c9";
}
.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
  background: #447982;
}

.main-navigation.toggled .nav-menu {
  display: block;
}

/* Main Navigation */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: #5598A4;
  text-transform: uppercase;
}
.main-navigation ul.nav-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul.sub-menu {
  display: none;
  margin-top: 1.25%;
  padding-left: 1em;
  list-style: none;
}
.main-navigation li.menu-item {
  padding: 0.625em 0.9375em;
  position: relative;
  margin-bottom: 0;
}
.main-navigation li.menu-item.highlight {
  background: #5598A4;
}
.main-navigation li.menu-item:hover {
  background: #447982;
}
.main-navigation li.menu-item:hover > ul, .main-navigation li.menu-item.focus > ul {
  display: block;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.main-navigation .menu-item-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 0.4em;
  float: right;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 48rem) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul.nav-menu {
    display: block;
  }
  .main-navigation ul.sub-menu {
    background: #5598A4;
    left: -999em;
    position: absolute;
    top: 100%;
    z-index: 99999;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    list-style: none;
    padding: 0;
    margin-top: 0;
  }
  .main-navigation ul.sub-menu a {
    width: 200px;
  }
  .main-navigation ul.sub-menu li:hover > ul,
  .main-navigation ul.sub-menu li.focus > ul {
    left: 100%;
    top: 0;
  }
  .main-navigation .menu-item-has-children .menu-item-has-children > a:after {
    content: "\f105";
  }
  .main-navigation li.menu-item {
    float: left;
  }
  .main-navigation li:hover > ul,
  .main-navigation li.focus > ul {
    left: 0;
  }
}
/*
Section Navigation
*/
/*--------------------------------------------------------------
## Section Navigation
--------------------------------------------------------------*/
/* Menu Toggle */
.section-navigation .menu-toggle {
  background: #d5d5d5;
  color: #6D6E68;
}

.section-navigation.toggled .nav-menu {
  display: block;
}

/* section Navigation */
.section-navigation {
  clear: both;
  display: block;
  width: 100%;
  background: #d5d5d5;
  margin-bottom: 2.5em;
}
.section-navigation ul.menu {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.section-navigation li.menu-item {
  padding: 0.625em 0.9375em;
  position: relative;
  margin-bottom: 0;
  line-height: 2;
}
.section-navigation a {
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 48rem) {
  .menu-toggle {
    display: none;
  }
  .section-navigation ul.menu {
    display: block;
  }
  .section-navigation li.menu-item {
    float: left;
  }
}
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 4.3125em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content {
  margin: 1.25em 0 0;
  overflow: auto;
}

.entry-summary {
  margin-top: 0 0 0;
}

.award-year {
  font-size: 0.875rem;
  margin: 0.7142857143em 0;
}

.entry-meta {
  font-size: 0.875rem;
  margin: 1.25em 0;
}

@media screen and (min-width: 28.125rem) {
  .entry-image {
    float: left;
    margin: 0 1.25em 1.25em 0;
  }
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comment {
  width: 100%;
}

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-list,
.comment-list .children {
  margin: 20px 0 0;
  padding: 0;
}

.comment-respond a,
.entry-comments a {
  border-bottom: 1px solid #ddd;
}

.comment-content {
  clear: both;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.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-list > li,
.comment-list .children > li,
.ping-list > li {
  list-style-type: none;
  margin-top: 24px;
  padding: 10px;
}

li.comment {
  background-color: #eee;
  border: 2px solid #fff;
  border-right: none;
}

.comment .avatar {
  margin: 0 10px 0 0;
}

.entry-pings .reply {
  display: none;
}

li.bypostauthor {
  background-color: #ddd;
}

.ping-list li {
  padding: 40px 40px 16px;
}

.entry-pings .reply {
  display: none;
}

.comment-reply-link {
  font-weight: bold;
}

.form-allowed-tags {
  background-color: #eee;
  font-size: 14px;
  padding: 24px;
}

.widget {
  margin: 0 0 2.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget-title {
  color: #6D6E68;
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.widget_recent_entries ul {
  padding: 0;
  list-style: none;
}
.widget_recent_entries a {
  text-decoration: none;
}

#secondary .widget_nav_menu {
  background: #E9E4D4;
  z-index: 0;
  width: 100%;
  position: relative;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 130px;
}
#secondary .widget_nav_menu .widget-title {
  background: #B2A97E;
  color: #fff;
  text-transform: uppercase;
  padding: 0.625em;
  font-weight: 700;
  margin: 0;
  font-size: 1.25em;
}
#secondary .widget_nav_menu .menu {
  background: #E9E4D4;
  padding: 0.625em;
}
#secondary .widget_nav_menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
#secondary .widget_nav_menu li {
  margin-bottom: 10px;
}
#secondary .widget_nav_menu li li {
  margin-bottom: 10px;
}
#secondary .widget_nav_menu a {
  text-decoration: none;
  color: #000;
}
#secondary .widget_nav_menu .sub-menu {
  padding-left: 0.625em;
  border-left: 1px solid #aeaeaf;
  margin-left: 0.625em;
  margin-top: 10px;
}
#secondary .widget_nav_menu::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -3;
  left: 0;
  bottom: 0;
  transform-origin: right bottom;
  transform: skewY(-6deg);
}

/* Flexible Posts Widget */
.widget_dpe_fp_widget ul {
  padding: 0;
  list-style: none;
}
.widget_dpe_fp_widget li {
  margin-bottom: 0.75em;
}
.widget_dpe_fp_widget a {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Home page template
--------------------------------------------------------------*/
/* Home Three Callouts Row */
.home-three-callouts {
  padding: 2.5em 0 0;
}
@media screen and (min-width: 37.5rem) {
  .home-three-callouts {
    padding: 2.5em 0 1.25em;
  }
}
@media screen and (min-width: 48rem) {
  .home-three-callouts {
    padding: 1.25em 0 2.5em;
  }
}
@media screen and (min-width: 37.5rem) {
  .home-three-callouts .container {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}

.home-three-callout {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 37.5rem) {
  .home-three-callout {
    float: left;
    display: block;
    margin-right: 1.9083969466%;
    width: 32.0610687023%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .home-three-callout:last-child {
    margin-right: 0;
  }
  .home-three-callout:nth-child(3n) {
    margin-right: 0;
  }
}
.home-three-callout img {
  display: block;
  flex-shrink: 0;
}
.home-three-callout-caption {
  background: #E9E4D4;
  margin: 0;
  padding: 1.25em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  flex: 1 0 auto;
}
.home-three-callout-title {
  margin-top: 0;
  margin-bottom: 0.3571428571em;
  font-size: 1.5625rem;
  color: #00535F;
}
.home-three-callout-copy {
  margin-bottom: 1.25em;
}
.home-three-callout .button {
  margin-top: auto;
}

/* Home Full-Width Highlight Row */
.home-full-width-highlight {
  background: #B7D2D7;
  color: #fff;
  text-align: center;
  margin-right: -1.25em;
  margin-left: -1.25em;
  position: relative;
}
@media screen and (min-width: 66.25em) {
  .home-full-width-highlight {
    margin-right: 0;
    margin-left: 0;
  }
}
.home-full-width-highlight .container {
  padding: 2.5em 1.25em;
}
@media screen and (min-width: 48rem) {
  .home-full-width-highlight .container {
    padding: 4.3125em;
  }
}
.home-full-width-highlight-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.625em;
  font-size: 1.5625rem;
  font-weight: 700;
}
@media screen and (min-width: 48rem) {
  .home-full-width-highlight-title {
    font-size: 1.9375rem;
  }
}
.home-full-width-highlight-caption {
  margin-bottom: 1.25em;
}
.home-full-width-highlight .button {
  display: inline-block;
}
@media screen and (min-width: 48rem) {
  .home-full-width-highlight .button {
    font-size: 1.3125em;
  }
}
.home-full-width-highlight a {
  color: #fff;
  display: inline-block;
  margin-left: 0.625em;
}

.home-full-width-highlight.has-image {
  background-repeat: no-repeat;
  background-size: cover;
}
.home-full-width-highlight.has-image .container {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 48rem) {
  .home-full-width-highlight.has-image .container {
    background: none;
  }
}
@media screen and (min-width: 48rem) {
  .home-full-width-highlight.has-image .inner {
    background: rgba(0, 0, 0, 0.5);
    float: left;
    display: block;
    margin-right: 1.9083969466%;
    width: 83.0152671756%;
    margin-left: 8.4923664122%;
    padding: 1.25em;
  }
  .home-full-width-highlight.has-image .inner:last-child {
    margin-right: 0;
  }
}

/* Home Callouts */
.home-callouts .inner {
  float: left;
  display: block;
  margin-right: 1.9083969466%;
  width: 83.0152671756%;
  margin-left: 8.4923664122%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}
.home-callouts .inner:last-child {
  margin-right: 0;
}

.home-callout {
  float: left;
  display: block;
  margin-right: 2.2988505747%;
  width: 48.8505747126%;
  margin-bottom: 2.5em;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.home-callout:last-child {
  margin-right: 0;
}
.home-callout img {
  display: block;
}
.home-callout-caption {
  background: #E9E4D4;
  margin: 0 0 1.25em;
  padding: 1.25em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex: 1;
}
/* Home Two Callouts Row */
.home-two-callouts {
  text-align: center;
  padding: 2.5em 0;
}
@media screen and (min-width: 48rem) {
  .home-two-callouts {
    padding: 5.5625em 0;
  }
}
.home-two-callouts-header {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 37.5rem) {
  .home-two-callouts-header {
    padding-right: 5.5625em;
    padding-left: 5.5625em;
  }
}
.home-two-callouts-title {
  margin-top: 0;
  font-size: 2.25rem;
  margin-bottom: 0.4444444444em;
  color: #6D6E68;
}

.home-two-callouts-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
@media screen and (min-width: 48rem) {
  .home-two-callouts-wrap {
    float: left;
    display: block;
    margin-right: 1.9083969466%;
    width: 83.0152671756%;
    margin-left: 8.4923664122%;
  }
  .home-two-callouts-wrap:last-child {
    margin-right: 0;
  }
}

.home-two-callout {
  float: left;
  display: block;
  margin-right: 2.2988505747%;
  width: 48.8505747126%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.home-two-callout:last-child {
  margin-right: 0;
}
.home-two-callout-caption {
  background: #E9E4D4;
  margin: 0;
  padding: 1.25em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex: 1 0 auto;
}
.home-two-callout .button {
  margin-top: 1.25em;
}

/* Home Recent News Row */
.home-recent-news {
  padding: 2.5em 0;
}
@media screen and (min-width: 48rem) {
  .home-recent-news {
    padding: 5.5625em 0 1.25em;
  }
}
.home-recent-news-header {
  text-align: center;
}
@media screen and (min-width: 37.5rem) {
  .home-recent-news-header {
    padding-right: 5.5625em;
    padding-left: 5.5625em;
  }
}
.home-recent-news-title {
  font-size: 2.25rem;
  margin-top: 0;
  margin-bottom: 0.4444444444em;
  color: #6D6E68;
}
.home-recent-news-wrap {
  display: block;
}
.home-recent-news-wrap::after {
  clear: both;
  content: "";
  display: block;
}

.home-recent-news-item {
  margin-bottom: 2.5em;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 37.5rem) {
  .home-recent-news-item {
    float: left;
    display: block;
    margin-right: 1.9083969466%;
    width: 32.0610687023%;
    margin-bottom: 0;
  }
  .home-recent-news-item:last-child {
    margin-right: 0;
  }
}
.home-recent-news-item img {
  display: block;
}
.home-recent-news-item-title {
  font-size: 1.25rem;
  margin-top: 0.4761904762em;
  margin-bottom: 0.4761904762em;
  color: #00535F;
}
.home-recent-news-item-title a {
  text-decoration: none;
}
.home-recent-news-item .entry-meta {
  margin-top: 0.625em;
  color: #6D6E68;
}

/*--------------------------------------------------------------
# Subhome page template
--------------------------------------------------------------*/
@media screen and (min-width: 48rem) {
  .sub.home-section-banner-inner {
    width: 33.375em;
    background: rgba(219, 219, 218, 0.9);
    color: #6D6E68;
  }
}
@media screen and (min-width: 56.25rem) {
  .sub.home-section-banner-inner {
    width: 27.8125em;
  }
}
@media screen and (min-width: 66.25rem) {
  .sub.home-section-banner-inner {
    width: 22.25em;
  }
}
.sub.home-section-banner-inner h2 {
  font-size: 1.5625rem;
}
@media screen and (min-width: 48rem) {
  .sub.home-section-banner-inner h2 {
    color: #00535F;
  }
}

/* Page title with angle */
.entry-header.angled {
  background: #E9E4D4;
  z-index: 1;
  width: 100%;
  position: relative;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 1.25em;
  margin-bottom: 100px;
}
.entry-header.angled::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -3;
  left: 0;
  bottom: 0;
  transform-origin: right bottom;
  transform: skewY(-6deg);
}
.entry-header.angled h1 {
  margin: 0;
}

/* Intro section */
.subhome-intro {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

/* Sub-Home Two Callouts Row */
.subhome-callouts {
  padding: 2.5em 0 0;
  overflow: auto;
}
@media screen and (min-width: 37.5rem) {
  .subhome-callouts {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
@media screen and (min-width: 48rem) {
  .subhome-callouts {
    padding: 2.5em 0;
  }
}

.subhome-callout {
  margin-bottom: 1.25em;
}
@media screen and (min-width: 37.5rem) {
  .subhome-callout {
    float: left;
    display: block;
    margin-right: 2.8901734104%;
    width: 48.5549132948%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .subhome-callout:last-child {
    margin-right: 0;
  }
  .subhome-callout:nth-child(even) {
    margin-right: 0;
  }
}
.subhome-callout img {
  display: block;
  margin: 0 auto;
  flex-shrink: 0;
}
.subhome-callout-caption {
  margin: 0;
  padding: 1.25em 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  flex: 1 0 auto;
}
.subhome-callout-title {
  margin-top: 0;
  margin-bottom: 0.4166666667em;
  font-size: 1.5em;
  line-height: 1.1666666667;
  color: #00535F;
  font-weight: 400;
}
.subhome-callout-copy {
  padding-bottom: 1.25em;
}
.subhome-callout .button {
  margin-top: auto;
}

.pullquote {
  background: #E9E4D4;
  position: relative;
  font-size: 1.125em;
  margin-top: 130px;
  margin-bottom: 130px;
  z-index: 1;
}
.pullquote::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -3;
  left: 0;
  bottom: 0;
  transform-origin: left top;
  transform: skewY(-6deg);
}
.pullquote::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -3;
  left: 0;
  bottom: 0;
  transform-origin: right bottom;
  transform: skewY(-6deg);
}
.pullquote-inner {
  overflow: hidden;
  padding: 1.25em 1.25em 2.5em;
}
.pullquote img {
  border-radius: 50%;
  float: left;
  display: block;
  margin-right: 1.9083969466%;
  width: 40.5534351145%;
  margin-left: -8.4923664122%;
}
.pullquote img:last-child {
  margin-right: 0;
}
.pullquote-caption {
  float: left;
  display: block;
  margin-right: 1.9083969466%;
  width: 61.784351145%;
  margin-left: 4.2461832061%;
  line-height: 1.5;
}
.pullquote-caption:last-child {
  margin-right: 0;
}
.pullquote-quote {
  font-size: 1.3333333333em;
  margin-bottom: 0.8333333333em;
  line-height: 1.1111111111;
}
.pullquote-quote.teal {
  color: #00535F;
}

/* 2 rows of 2 callouts */
.subhome-callout.no-img {
  background: #B2A97E;
  text-align: center;
  margin-bottom: 2.5em;
}
.subhome-callout.no-img .subhome-callout-caption {
  padding: 0;
  position: relative;
  color: #fff;
}
.subhome-callout.no-img .subhome-callout-caption:before {
  content: "";
  float: left;
  padding-bottom: 30%;
}
@media screen and (min-width: 37.5rem) {
  .subhome-callout.no-img .subhome-callout-caption:before {
    padding-bottom: 40%;
  }
}
.subhome-callout.no-img .subhome-callout-caption:after {
  content: "";
  display: table;
  clear: both;
}
.subhome-callout.no-img .subhome-callout-content {
  padding: 0;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subhome-callout.no-img .subhome-callout-title {
  font-size: 1.125em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.subhome-callout.no-img .subhome-callout-copy {
  padding-bottom: 0;
}
.subhome-callout.no-img .button {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  padding-top: 5em;
  padding-bottom: 1.25em;
  background: #5598A4;
  color: #fff;
}

.site-info {
  font-size: 0.875rem;
}

p.copyright-text {
  margin-top: 0;
  color: #fff;
}
@media screen and (min-width: 48rem) {
  p.copyright-text {
    margin-bottom: 0;
  }
}
p.copyright-text a {
  color: #fff;
}

/*--------------------------------------------------------------
# Footer Widgets
--------------------------------------------------------------*/
.footer-widget-area {
  overflow: auto;
}

@media screen and (min-width: 48rem) {
  .site-footer .widget-area {
    float: left;
    display: block;
    margin-right: 1.9083969466%;
    width: 32.0610687023%;
  }
  .site-footer .widget-area:last-child {
    margin-right: 0;
  }
}

.site-footer .widget-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875em;
  margin-bottom: 1em;
}

.site-footer .widget {
  margin-bottom: 2.5em;
}

.site-footer .widget_nav_menu .menu {
  list-style: none;
  padding: 0;
}
.site-footer .widget_nav_menu a {
  color: #fff;
  text-decoration: none;
}
.site-footer .widget_nav_menu a:hover, .site-footer .widget_nav_menu a:focus {
  text-decoration: underline;
}

.site-footer .social-links li {
  padding-left: 0;
  padding-right: 0.625em;
}

/*
Footer Menu
*/
/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.menu-footer {
  margin-bottom: 0.75em;
}
.menu-footer a {
  padding: 0 0.625em;
  border: 0;
  border-right-width: 1px;
  border-style: solid;
  border-color: #fff;
  color: #fff;
  display: inline-block;
  line-height: 1;
}
.menu-footer a:first-of-type {
  padding-left: 0;
}
.menu-footer a:last-of-type {
  border-right: 0;
}

/*
Pre-Footer
*/
.pre-footer {
  background: #E9E4D4;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 2.5em;
  width: 100%;
  position: relative;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.pre-footer.small .container {
  overflow: auto;
  color: #fff;
}
.pre-footer.small .pre-footer-header {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.pre-footer.small .pre-footer-header h3 {
  margin-top: 0;
  color: #fff;
}
.pre-footer.small .pre-footer-content {
  background: rgba(0, 0, 0, 0.5);
  padding: 1.25em;
  margin-top: 2.5em;
}
@media screen and (min-width: 48rem) {
  .pre-footer.small .pre-footer-content {
    float: left;
    display: block;
    margin-right: 1.9083969466%;
    width: 83.0152671756%;
    margin-left: 8.4923664122%;
  }
  .pre-footer.small .pre-footer-content:last-child {
    margin-right: 0;
  }
}
.pre-footer.large .pre-footer-header {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  float: left;
  display: block;
  margin-right: 1.9083969466%;
  width: 83.0152671756%;
  margin-left: 8.4923664122%;
}
.pre-footer.large .pre-footer-header:last-child {
  margin-right: 0;
}
@media screen and (min-width: 48rem) {
  .pre-footer.large .pre-footer-header {
    float: left;
    display: block;
    margin-right: 1.9083969466%;
    width: 66.0305343511%;
    margin-left: 16.9847328244%;
  }
  .pre-footer.large .pre-footer-header:last-child {
    margin-right: 0;
  }
}
.pre-footer.large .pre-footer-header h3 {
  margin-top: 0;
  color: #00535F;
}
.pre-footer img {
  display: block;
}
.pre-footer ul {
  list-style: none;
  padding: 0;
  margin: 1.25em 0;
  display: block;
}
.pre-footer ul li {
  background: #B2A97E;
  color: #fff;
  padding: 1.9083969466%;
  position: relative;
  float: left;
  display: block;
  margin-right: 1.9083969466%;
  width: 49.0458015267%;
}
.pre-footer ul li:last-child {
  margin-right: 0;
}
.pre-footer ul li:nth-child(2n) {
  margin-right: 0;
}
.pre-footer ul li:nth-child(2n+1) {
  clear: left;
}
@media screen and (min-width: 48rem) {
  .pre-footer ul li {
    float: left;
    display: block;
    margin-right: 1.9083969466%;
    width: 32.0610687023%;
  }
  .pre-footer ul li:nth-child(2n) {
    margin-right: 1.9083969466%;
  }
  .pre-footer ul li:nth-child(2n+1) {
    clear: none;
  }
  .pre-footer ul li:last-child {
    margin-right: 0;
  }
  .pre-footer ul li:nth-child(3n) {
    margin-right: 0;
  }
  .pre-footer ul li:nth-child(3n+1) {
    clear: left;
  }
}
.pre-footer ul li span.content {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pre-footer ul li:before {
  content: "";
  float: left;
  padding-bottom: 67.0588235%;
}
@media screen and (min-width: 48rem) {
  .pre-footer ul li:before {
    padding-bottom: 47.0588235%;
  }
}
.pre-footer ul li:after {
  content: "";
  display: table;
  clear: both;
}

.pre-footer-main .button {
  display: inline-block;
}
@media screen and (min-width: 48rem) {
  .pre-footer-main .button {
    float: left;
    display: block;
    margin-right: 1.9083969466%;
    width: 32.0610687023%;
    margin-left: 33.9694656489%;
  }
  .pre-footer-main .button:last-child {
    margin-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */
