/*
    Theme Name:Selberg Institute
    Theme URI: http://www.selberginstitute.org/
    Description: 
    Author:
    Author URI:

    Version:1.0.0

    Tags: 
    Template: genesis
    Template Version: 2.2.3

    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # 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
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

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,
hgroup,
main,
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: 0 0
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #333
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -moz-box-sizing: content-box;
    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;
    color: #0C78AA;
}
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-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
/* ## 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
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%;
    /* 10px browser default */
}
/* Chrome fix */

body > div {
    font-size: 1.8rem;
}
body {
    color: #545752;
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
a {
    color: #b14869;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #4b7a94;
    text-decoration: none;
}
.entry-content a[href$=".pdf"]:after,
.sidebar a[href$=".pdf"]:after,
.site-bottom a[href$=".pdf"]:after {
    content: url('images/pdficon_small.png');
    padding-left: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: top;
}
.text-uppercase {
    text-transform: uppercase;
}
p {
    margin: 0 0 28px;
    padding: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
hr {
    border: 0;
    border-collapse: collapse;
    border-top: 4px solid #dedede;
    clear: both;
    margin: 1em 0;
}
b,
strong {
    font-weight: 700;
}
blockquote,
cite,
em,
i {
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
}
blockquote {
    margin: 40px 15px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    text-align: center;
    color: #4b7a94;
    font-size: 24px;
    font-size: 2.4rem;
}
/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}
h1 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #212121;
}
h2 {
    font-size: 30px;
    font-size: 3rem;
    text-transform: uppercase;
}
h3 {
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
}
h4 {
    font-size: 20px;
    font-size: 2rem;
color: #6d8330;
}
h5 {
    font-size: 18px;
    font-size: 1.8rem;
}
h6 {
    font-size: 14px;
    font-size: 1.4rem;
color: #888888;
}

.entry-content h2,
.home-bottom .widget-title {
    color: #4B7A94;
    font-size: 22px;
    font-size: 2.2rem;
    position: relative;
    overflow: hidden;
}

.entry-content h2:before,
.entry-content h2:after,
.home-bottom .widget-title:before,
.home-bottom .widget-title:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-left: -999em;
    width: 998em;
    border-top: 1px solid #cfcccb;
}

.home-bottom {
    margin-top: 80px;
}

.entry-content h2:after,
.home-bottom .widget-title:after {
    left: auto;
    width: 999em;
    margin: 0 0 0 1em;
}

.home-bottom .widget-title {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 70px;
}

.page-cta__text h3 {
    color: #0573A9;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 600;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}
img {
    height: auto;
}
/* ## 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:hover,
.gallery img:focus {
    border: 1px solid #999;
}
/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    color: #333;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 8px;
    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,
.soliloquy-caption a {
    background-color: #4b7a94;
    border: 0;
    cursor: pointer;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    padding: 6px 60px;
    text-decoration: none;
    white-space: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: auto;
    margin: 15px 0 5px;
}
.soliloquy-caption a {
    color: #fdfdfd;
    display: inline-block;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
    color: #345566;
}
.entry-content .button:hover,
.entry-content .button:focus {
    color: #4b7a94;
}
.button {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Montserrat', sans-serif;
}
a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    padding: 8px 16px;
}
.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;
}
/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}
tbody {
    border-bottom: 1px solid #eee;
}
td,
th {
    text-align: left;
}
td {
    border-top: 1px solid #eee;
    padding: 6px 0;
}
th {
    font-weight: 400;
}
/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fdfdfd;
    z-index: 100000;
    /* Above WP toolbar. */
    
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}
.more-link {
    position: relative;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */

.site-container {
    max-width: 1900px;
    margin: 0 auto;
    background: #fdfdfd;
    position: relative;
}
.site-inner,
.wrap,
.page-cta-wrap,
.soliloquy-container .wrap {
    margin: 0 auto;
    max-width: 1258px;
    overflow: hidden;
}
.soliloquy-container .wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.site-inner {
    clear: both;
    padding-top: 10px;
}
.landing-page .site-inner {
    max-width: 800px;
}
.home .soliloquy-container .soliloquy-image {
    width: 100%;
}
.home .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: none;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.home  .soliloquy-container .soliloquy-pager.soliloquy-default-pager {
    margin-bottom: 15px;
}

/* ## Page
--------------------------------------------- */

.page-banner {
    overflow: hidden;
}
.page-banner img {
    width: 100%;
    height: auto;
}
.entry-content {
    margin-bottom: 15px;
    line-height: 1.8;
}
.home .entry-content {
    text-align: center;
    font-size: 24px;
    max-width: 880px;
    margin: 0 auto;
}
.page-cta {
    clear: both;
    overflow: hidden;
    position: relative;
    background: #080808;
}
.page-cta_style_no-image {
    text-align: center;
}
.page-cta-wrap {
    margin: 65px auto;
}

.home .page-cta-wrap {
    max-width: 1110px;
}

.page-cta__image {
    width: 100%;
}
.page-cta__image img {
    display: block;
}
.page-cta__image img.alignleft,
.page-cta__image img.alignright {
    margin: 0;
}
.page-cta__details {
    width: 100%;
    padding: 0 30px 15px;
    color: #fdfdfd;
    display: inline-block;
}
.page-cta_bg_default {
    margin-bottom: 20px;
}
.page-cta_bg_default .page-cta__details {
    color: #444;
}
.page-cta__title {
    text-transform: uppercase;
    padding: 0 0 15px;
    font-weight: 400;
    color: #4b7a94;
}
.home .page-cta-1 .page-cta__title {
    color: #4b7a94;
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 15px;
}
.page-cta_bg_default .page-cta__title {
    color: #345566;
}
.page-cta__text a {
    color: #C57946;
}
.page-cta__text a.button {
    color: #fdfdfd;
}
.page-cta_bg_default .page-cta__text a {
    color: #c57964;
}
.page-cta_style_no-image .page-cta__title {
    padding-bottom: 0;
}
.page-cta_style_no-image .page-cta__text p {
    margin-top: 25px;
    margin-bottom: 30px;
}
.page-cta ol,
.page-cta ul {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-left: 1.5em;
}
.page-cta ol li {
    list-style-type: none;
    counter-increment: list;
    position: relative;
    margin-bottom: 15px
}
.page-cta ol li:after {
    content: counter(list) ".";
    position: absolute;
    left: -2.5em;
    width: 2em;
    top: -.3em;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: right;
    color: #4b7a94;
}
.featured-page-tiles {
    margin-bottom: 80px;
}
.featured-page-tiles a {
    text-decoration: none;
}
.featured-page-tile__image {
    display: block;
    width: 100%;
}
.featured-page-tile__title {
    background: #212121;
    color: #f2f2f2;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.featured-page-block a {
    text-decoration: none;
}
.featured-page-block__image {
    display: block;
    width: 100%;
}
.featured-page-block__title {
    color: #212121;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 15px;
}
.featured-page-block__description {
    color: #5f5752;
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    line-height: 2;
    text-align: center;
    text-decoration: none;
}
.content-split {
    float: right;
    width: 600px;
    padding-left: 30px;
}
.content-split__image img {
    margin: 0;
    width: 100%;
}
.content-split__caption {
    color: #6d8330;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    text-align: right;
    padding: 5px 0 15px;
}
.content-split__text {
    font-size: 16px;
    text-align: right;
}
/* ## 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%;
    float: none;
    margin: 0 auto;
    max-width: 1200px;
}
.full-page-width .content {
    max-width: 100%;
}
/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 300px;
}
.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%;
}
.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;
}
.alignleft .avatar {
    margin-right: 24px;
}
.alignright .avatar {
    margin-left: 24px;
}
.author-box .avatar {
    height: 90px;
    margin-right: 24px;
    width: 90px;
}
.comment .avatar {
    height: 60px;
    margin: 0 16px 24px 0;
    width: 60px;
}
/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    color: #8b8b8b;
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 1.3rem;
}
.archive .breadcrumb {
    margin-top: 10px;
}
.after-entry,
.archive-description,
.author-box {
    background-color: #fdfdfd;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px;
    padding: 0 15px 15px;
}
.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}
/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
    position: relative;
}
.site-header .search-form:after,
.site-bottom .widget_search:after {
    content: "\f179";
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    color: #8B8B8B;
    vertical-align: top;
    position: absolute;
    right: 3px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
.site-bottom .widget_search {
    position: relative;
}
.site-bottom .widget_search:after {
    right: 12px;
    top: 1px;
    font-size: 36px;
    line-height: 1;
}
.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}
.site-header .search-form {
    float: right;
    margin-top: 0;
    width: 180px;
    height: 30px;
}
.home .site-header .search-form {
    margin-top: 10px;
}
.site-header .search-form input {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6px 10px;
}
.site-header .search-form input::-webkit-input-placeholder {
    text-transform: uppercase;
}
.site-header .search-form input::-moz-placeholder {
    text-transform: uppercase;
}
.site-header .search-form input:-ms-input-placeholder {
    text-transform: uppercase;
}
.site-header .search-form input:-moz-placeholder {
    text-transform: uppercase;
}
.site-header .search-form input::placeholder {
    text-transform: uppercase;
}
body:not(.home) .site-header .search-form input {
    background: #345566;
    color: #fdfdfd;
}
body:not(.home) .site-header .search-form input::-webkit-input-placeholder {
    color: #fdfdfd;
}
body:not(.home) .search-form input::-moz-placeholder {
    color: #fdfdfd;
}
body:not(.home) .search-form input:-ms-input-placeholder {
    color: #fdfdfd;
}
body:not(.home) .search-form input:-moz-placeholder {
    color: #fdfdfd;
}
body:not(.home) .site-header .search-form input::placeholder {
    color: #fdfdfd;
}
/* ## Titles
--------------------------------------------- */

.home .entry-title {
    text-align: center;
}
.entry-title,
.archive-title {
    color: #121212;
    font-size: 38px;
    font-size: 3.8rem;
    text-transform: uppercase;
    padding: 15px 0;
}
.archive .entry-title {
    font-size: 36px;
    font-size: 3.6rem;
}
.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.sidebar-primary .widget-title {
    background-color: #345566;
    font-size: 30px;
    font-size: 3rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fdfdfd;
    padding: 20px;
    margin: -20px -20px 20px;
}
.site-footer .widget-title {
    color: #6d8330;
    font-size: 18px;
}

@media screen and (min-width: 64em) {
    .site-footer .widget:nth-child(3) .widget-wrap {
        padding: 0 15px;
    }
}


/* ## 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;
}
.wp-caption-text {
color: #6d8330;
font-family: 'Montserrat', sans-serif;    
font-size: 16px;
font-size: 1.6rem;
text-align: left;
 
}
.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;
    border-bottom: 2px solid #dedede;
}
.widget ul > li:last-of-type {
    padding-bottom: 0;
    border: 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;
}
.widget .current-menu-item > a {
    color: #345566;
}
/* ## Featured Content
--------------------------------------------- */

.featured-content {
    margin-bottom: 0;
}

.featured-content .entry {
    background: none;
    padding: 0;
    width: 48%;
    float: left;
}

.featured-content .entry:nth-child(even) {
    margin-right:4%;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: left;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 5px;
}

.featured-content .entry-title a {
    color: #6d8330;
}

.featured-content .entry-meta {
    padding: 5px 0 15px;
    font-size: 18px;
    font-size: 1.8rem;
}

.featured-content .entry-content {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    text-align: left;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
    color: #fdfdfd;
}
.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: #c3251d;
    color: #fdfdfd;
}
.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"] {
    background-color: #fdfdfd;
    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;
    width: 0;
    list-style: none;
}
/* Display outline on focus */

:focus {
    color: #333;
    outline: #ccc solid 1px;
}
.site-top-bar {
    background-color: #080808;
    height: 50px;
}
.simple-social-icons {
    padding-top: 5px;
}
.simple-social-icons ul li a,
.simple-social-icons ul li a:hover,
.simple-social-icons ul li a:focus {
    background-color: #fdfdfd !important;
    border-radius: 3px;
    color: #345566 !important;
    border: 0px #fdfdfd solid !important;
    font-size: 18px;
    padding: 9px;
}
.simple-social-icons ul li a:hover,
.simple-social-icons ul li a:focus {
    background-color: #fdfdfd !important;
    border-color: #fdfdfd !important;
    color: #4b7a94 !important;
}
.simple-social-icons ul li a:focus {
    outline: 1px dotted #fdfdfd !important;
}
/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    /* background-color: #020202; */
    min-height: 170px;
    padding: 1px 0 5px;
}
.site-header .wrap {
    padding: 0;
    position: relative;
}
/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 10px 0;
    width: 454px;
}
.header-image .title-area {
    padding: 0;
}
.header-full-width .title-area {
    width: 100%;
}
.site-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}
.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #333;
    text-decoration: none;
}
.site-title > a {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: url('images/wild-mermaid-logo.png') no-repeat;
    background-size: contain;
    display: block;
    min-height: 111px;
}
.site-description {
    color: #fdfdfd;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    right: 0;
    bottom: 0px;
    display: none;
}
.site-description,
.site-title {
    margin-bottom: 0;
}
.site-title {
    display: block;
    text-indent: -9999px;
}

.custom-header {
	position: relative;
}

.custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.custom-header-media img,
.custom-header-media video,
.custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 330px;
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 18px;
    font-size: 1.8rem;
    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: #212121;
    text-decoration: none;
    display: block;
    padding: 16px 20px;
    text-transform: uppercase;
}
.genesis-nav-menu .alignright a {
    color: #fdfdfd;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #78a3b8;
    text-decoration: none;
}
.genesis-nav-menu .alignright a:hover,
.genesis-nav-menu .alignright a:focus,
.genesis-nav-menu .current-menu-item.alignright > a,
.genesis-nav-menu .sub-menu .current-menu-item.alignright > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item.alignright > a:focus {
    opacity: 0.8;
}
.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 350px;
    z-index: 2000;
}
.genesis-nav-menu .sub-menu a {
    background-color: #79a3b9;
    border: 1px solid #85a8b9;
    color: #335366;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 0;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px;
    position: relative;
    width: 275px;
    word-wrap: break-word;
}
.genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
    content: '>';
    position: absolute;
    right: 10px;
}
.genesis-nav-menu .sub-menu a:hover {
    color: #fdfdfd;
}
.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;
}
.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}
/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}
/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
/* ## 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: #fdfdfd;
    margin-bottom: 15px;
    padding: 0 0 15px;
}
.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: none;
    margin-bottom: 15px;
    position: relative;
}
.entry-content ul > li:before {
    content: "\002022";
    color: #0C78AA;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    position: absolute;
    left: -26px;
    top: -.35rem;
}
.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}
.entry-content code {
    background-color: #333;
    color: #eee;
}
.entry-content .highlight {
    color: #5f5452;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    overflow: hidden;
    margin-top: 30px;
}
/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
}
.entry-header .entry-meta {
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #383C3d;
}
.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 li a {
    background-color: #fdfdfd;
    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 li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
    background-color: #c3251d;
    color: #fdfdfd;
}
/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fdfdfd;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}
.comment-respond,
.entry-pings {
    padding: 60px 60px 32px;
}
.entry-comments {
    padding: 60px;
}
.comment-content {
    clear: both;
    word-wrap: break-word;
}
.comment-list li {
    padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
    padding-left: 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;
}
.entry-comments .comment-author {
    margin-bottom: 0;
}
.entry-pings .reply {
    display: none;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}
.sidebar .widget {
    padding: 20px;
    color: #8b8b8b;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.site-bottom {
    background: #b14869;
    color: #f2f2f2;
    font-family: 'Montserrat', sans-serif;
    padding: 45px 10px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.1;
}
.site-bottom .widget-title,
.site-bottom ul#menu-patient-links li a {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase;
}
.site-bottom a {
    text-decoration: underline;
}
.site-bottom a,
.site-bottom .button {
    color: #b8b8b8;
}
.site-bottom a:hover,
.site-bottom .button:hover {
    color: #4b7a94;
}
.site-bottom .widget ul {
    padding: 0 15px;
}
.site-bottom .widget ul li {
    border: none;
    margin-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 1.8;
    border-bottom: 1px solid #7d8e4d;
}
.site-bottom .widget ul li a {
    text-decoration: none;
}
.site-bottom .widget .current-menu-item > a {
    color: #fdfdfd;
}
.site-bottom .mimi-form p {
    margin-bottom: 5px;
}
.site-bottom .mimi-form p:first-of-type {
    margin-bottom: 20px;
}
.mimi-field {
    margin-bottom: 15px;
}
.site-bottom .widget_search {
    width: 75%;
    margin: 0 auto 15px;
    display: none;
    float: none !important;
    clear: both;
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer.site-footer-widget-area {
    padding: 45px 0 0;
    background: #333;
    text-transform: none;
    color: #b8b8b8;
}
.site-footer {
    color: #212121;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    padding: 10px;
}

.site-footer input[type=text],
.site-footer input[type=email] {
    margin: 5px 0;
    padding: 15px;
    color: #5f5752;
}

.site-footer input[type=submit] {
    background-color: #6d8330;
    width: 100%;
    color: #fdfdfd;
    margin-top: 5px;
    padding: 10px 15px;
    text-align: left;
}


.site-footer p {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}
.site-footer a {
    color: #78A3B8;
    text-decoration: none;
}
.site-footer .social-icons {
    display: inline-block;
    float: right;
}
.site-footer .social-icons a {
    display: inline-block;
    padding: 0 5px;
}
.site-footer .social-icons img {
    width: 25px;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {
    .site-inner,
    .wrap,
    .soliloquy-container .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 {
        width: 800px;
    }
    .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: 1200px) {
    .site-inner,
    .soliloquy-container .wrap,
    .wrap {
        max-width: 960px;
    }
    .genesis-nav-menu a {
        padding: 16px 12px;
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }
    .content {
        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 (min-width: 1023px) and (max-width: 1200px) {
    .home .soliloquy-container .soliloquy-caption.soliloquy-caption-left {
        width: 45%;
    }
}
@media only screen and (max-width: 1023px) {
    .site-inner,
    .wrap,
    .soliloquy-container .wrap {
        max-width: 800px;
    }
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .js .genesis-nav-menu .sub-menu a,
    .js .genesis-nav-menu .sub-menu,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }
    .site-header .wrap {
        padding: 20px 5%;
    }
    .header-image .site-title > a {
        background-position: center top;
    }
    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }
    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }
    .home .site-header {
        position: static;
    }
    .home .soliloquy-container .soliloquy-caption.soliloquy-caption-left {
        width: 100%;
        bottom: 0;
        height: auto;
        top: auto;
    }
    .home .soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside {
        top: auto;
        transform: none;
        text-align: center;
    }
    .site-header .search-form {
        margin: 16px auto;
    }
    .site-header .widget-area {
        display: none;
    }
    .js nav.nav-primary,
    .js .site-header nav {
        display: none;
        position: relative;
    }
    .js .site-header nav .wrap {
        padding: 0;
    }
    .js nav.pagination {
        display: block;
    }
    .menu-toggle,
    .sub-menu-toggle {
        border-width: 0;
        color: #fdfdfd;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }
    .sub-menu .sub-menu-toggle {
        background-color: #fdfdfd;
        color: #345566;
    }
    .menu-toggle:hover,
    .menu-toggle:focus,
    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        border-width: 0;
    }
    .menu-toggle {
        line-height: 20px;
        position: relative;
        right: 0;
        z-index: 1000;
        width: 100%;
    }
    .menu-toggle:before,
    .menu-toggle.activated:before {
        margin-right: 10px;
        text-rendering: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .sub-menu-toggle.activated {
        background-color: #fdfdfd;
        color: #345566;
        padding: 10px;
    }
    .sub-menu .sub-menu-toggle.activated {
        color: #cdcdcd;
    }
    .sub-menu-toggle {
        float: right;
        padding: 9px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .sub-menu-toggle:before {
        display: inline-block;
        text-rendering: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .sub-menu-toggle.activated:before {
        content: "\f142";
    }
    .js .nav-primary .genesis-nav-menu .menu-item,
    .js .site-header .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
        text-align: left;
    }
    .js .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .js .nav-primary .genesis-nav-menu .menu-item a,
    .js .site-header .genesis-nav-menu .menu-item a {
        border: none;
        padding: 12px 10px;
        width: 100%;
    }
    .js .genesis-nav-menu .sub-menu {
        border: none;
    }
    .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
    .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }
    .js .genesis-nav-menu > .menu-item-has-children > a:after {
        content: none;
    }
    .js .genesis-nav-menu .sub-menu {
        background: #015783;
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        position: static;
        width: calc(100% - 10px);
    }
    .js .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }
    .js nav button:hover,
    .js .menu-toggle:hover,
    .js .nav-primary {
        color: #CDCDCD;
    }
    .js nav button:focus,
    .js .menu-toggle:focus {
        color: #015783;
    }
    .footer-widgets-1,
    .footer-widgets-2 {
        margin: 0 auto 40px;
    }
    .site-bottom .widget_search {
        display: block;
    }
}
@media only screen and (max-width: 860px) {
    body > div {
        font-size: 1.6rem;
    }
    body {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .entry-title,
    .archive-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
    h3 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .site-inner {
        padding: 5% 5% 0;
    }
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .home .soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .home .soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside p {
        line-height: 1.2;
    }
    .home .soliloquy-container .soliloquy-caption.soliloquy-caption-left a {
        font-size: 10px;
        font-size: 1rem;
        padding: 10px;
        margin-top: 5px;
    }
    .home .page-cta-1 .page-cta__title {
        font-size: 34px;
        font-size: 3.4rem;
    }
    blockquote {
        font-size: 20px;
        font-size: 2rem;
        margin: 12px;
    }
    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        padding: 10px;
        margin-bottom: 5%;
    }
    .sidebar {
        margin-bottom: 5%;
    }
    .sidebar-primary .widget-title {
        padding: 10px;
        margin: -10px -10px 20px;
        font-size: 22px;
        font-size: 2.2rem;
    }
    .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%;
    }
}
@media screen and (min-width: 40em) {
    .page-cta__title {
        font-size: 20px;
        font-size: 2rem;
    }
    .page-cta__text p {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .page-cta:not(.page-cta_style_no-image) .page-cta__text p:last-of-type {
        margin-bottom: 0;
    }
    .page-cta_style_no-image .page-cta__title {
        font-size: 26px;
        font-size: 2.6rem;
    }
    .page-cta_style_no-image .page-cta__text p {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 900px) {
    .page-cta__image {
        max-width: 30%;
    }
    .page-cta_style_has-image .page-cta__details {
        width: 70%;
    }
    .page-cta_alignment_left .page-cta__image {
        float: left;
        text-align: left;
    }
    .page-cta_alignment_right .page-cta__image {
        float: right;
        text-align: right;
    }
}
@media screen and (min-width: 1023px) {
    .site-description {
        position: absolute;
    }
}
@media screen and (min-width: 1200px) {
    .page-cta__title {
        font-size: 30px;
        font-size: 3rem;
    }
    .page-cta__text p {
        font-size: 22px;
        font-size: 2rem;
    }
    .page-cta_style_no-image .page-cta__title {
        font-size: 40px;
        font-size: 4rem;
    }
    .page-cta_style_no-image .page-cta__text p {
        font-size: 28px;
        font-size: 2.8rem;
    }
}
/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !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,
    .tribe-events-ical,
    .ical-button-note,
    .events-gridview .site-description,
    .events-gridview .site-bottom,
    .events-gridview .site-footer,
    .sidebar {
        display: none !important;
    }
    .title-area {
        text-align: center;
        width: 100%;
    }
    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }
    .header-image .site-title > a {
        min-height: 0;
    }
    .site-inner {
        padding-top: 0;
        position: relative;
    }
    .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;
    }
    #tribe_events_filters_wrapper.tribe-events-filters-vertical,
    #tribe-events-bar,
    #tribe-events-header,
    #tribe-events-content .tribe-events-calendar td a[href]:after,
    #glt-translate-trigger {
        display: none;
    }
    .tribe-filters-closed.tribe-bar-is-disabled #tribe-events-content {
        clear: both;
    }
    .tribe-events-calendar {
        page-break-inside: auto;
    }
    #tribe-events-content {
        width: 100% !important;
        padding-right: 0 !important;
    }
}
.row {
    max-width: 78.625em;
    margin-left: auto;
    margin-right: auto;
}
.row::before,
.row::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
}
.row::after {
    clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}
.row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.row .row.collapse {
    margin-left: 0;
    margin-right: 0;
}
.row.expanded {
    max-width: none;
}
.row.expanded .row {
    margin-left: auto;
    margin-right: auto;
}
.column,
.columns {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}
.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left;
}
.column.row.row,
.row.row.columns {
    float: none;
}
.row .column.row.row,
.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.small-1 {
    width: 8.33333%;
}
.small-push-1 {
    position: relative;
    left: 8.33333%;
}
.small-pull-1 {
    position: relative;
    left: -8.33333%;
}
.small-offset-0 {
    margin-left: 0%;
}
.small-2 {
    width: 16.66667%;
}
.small-push-2 {
    position: relative;
    left: 16.66667%;
}
.small-pull-2 {
    position: relative;
    left: -16.66667%;
}
.small-offset-1 {
    margin-left: 8.33333%;
}
.small-3 {
    width: 25%;
}
.small-push-3 {
    position: relative;
    left: 25%;
}
.small-pull-3 {
    position: relative;
    left: -25%;
}
.small-offset-2 {
    margin-left: 16.66667%;
}
.small-4 {
    width: 33.33333%;
}
.small-push-4 {
    position: relative;
    left: 33.33333%;
}
.small-pull-4 {
    position: relative;
    left: -33.33333%;
}
.small-offset-3 {
    margin-left: 25%;
}
.small-5 {
    width: 41.66667%;
}
.small-push-5 {
    position: relative;
    left: 41.66667%;
}
.small-pull-5 {
    position: relative;
    left: -41.66667%;
}
.small-offset-4 {
    margin-left: 33.33333%;
}
.small-6 {
    width: 50%;
}
.small-push-6 {
    position: relative;
    left: 50%;
}
.small-pull-6 {
    position: relative;
    left: -50%;
}
.small-offset-5 {
    margin-left: 41.66667%;
}
.small-7 {
    width: 58.33333%;
}
.small-push-7 {
    position: relative;
    left: 58.33333%;
}
.small-pull-7 {
    position: relative;
    left: -58.33333%;
}
.small-offset-6 {
    margin-left: 50%;
}
.small-8 {
    width: 66.66667%;
}
.small-push-8 {
    position: relative;
    left: 66.66667%;
}
.small-pull-8 {
    position: relative;
    left: -66.66667%;
}
.small-offset-7 {
    margin-left: 58.33333%;
}
.small-9 {
    width: 75%;
}
.small-push-9 {
    position: relative;
    left: 75%;
}
.small-pull-9 {
    position: relative;
    left: -75%;
}
.small-offset-8 {
    margin-left: 66.66667%;
}
.small-10 {
    width: 83.33333%;
}
.small-push-10 {
    position: relative;
    left: 83.33333%;
}
.small-pull-10 {
    position: relative;
    left: -83.33333%;
}
.small-offset-9 {
    margin-left: 75%;
}
.small-11 {
    width: 91.66667%;
}
.small-push-11 {
    position: relative;
    left: 91.66667%;
}
.small-pull-11 {
    position: relative;
    left: -91.66667%;
}
.small-offset-10 {
    margin-left: 83.33333%;
}
.small-12 {
    width: 100%;
}
.small-offset-11 {
    margin-left: 91.66667%;
}
.small-up-1 > .column,
.small-up-1 > .columns {
    width: 100%;
    float: left;
}
.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
}
.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
    float: left;
}
.small-up-2 > .column,
.small-up-2 > .columns {
    width: 50%;
    float: left;
}
.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
}
.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
    float: left;
}
.small-up-3 > .column,
.small-up-3 > .columns {
    width: 33.33333%;
    float: left;
}
.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
}
.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
    float: left;
}
.small-up-4 > .column,
.small-up-4 > .columns {
    width: 25%;
    float: left;
}
.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
}
.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
    float: left;
}
.small-up-5 > .column,
.small-up-5 > .columns {
    width: 20%;
    float: left;
}
.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
}
.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
    float: left;
}
.small-up-6 > .column,
.small-up-6 > .columns {
    width: 16.66667%;
    float: left;
}
.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
}
.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
    float: left;
}
.small-up-7 > .column,
.small-up-7 > .columns {
    width: 14.28571%;
    float: left;
}
.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
}
.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
    float: left;
}
.small-up-8 > .column,
.small-up-8 > .columns {
    width: 12.5%;
    float: left;
}
.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
}
.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
    float: left;
}
.small-collapse > .column,
.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}
.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.small-uncentered,
.small-push-0,
.small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
}
@media screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%;
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .medium-offset-0 {
        margin-left: 0%;
    }
    .medium-2 {
        width: 16.66667%;
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .medium-offset-1 {
        margin-left: 8.33333%;
    }
    .medium-3 {
        width: 25%;
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
    }
    .medium-pull-3 {
        position: relative;
        left: -25%;
    }
    .medium-offset-2 {
        margin-left: 16.66667%;
    }
    .medium-4 {
        width: 33.33333%;
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        width: 41.66667%;
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .medium-offset-4 {
        margin-left: 33.33333%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
    }
    .medium-pull-6 {
        position: relative;
        left: -50%;
    }
    .medium-offset-5 {
        margin-left: 41.66667%;
    }
    .medium-7 {
        width: 58.33333%;
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        width: 66.66667%;
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .medium-offset-7 {
        margin-left: 58.33333%;
    }
    .medium-9 {
        width: 75%;
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
    }
    .medium-pull-9 {
        position: relative;
        left: -75%;
    }
    .medium-offset-8 {
        margin-left: 66.66667%;
    }
    .medium-10 {
        width: 83.33333%;
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        width: 91.66667%;
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .medium-offset-10 {
        margin-left: 83.33333%;
    }
    .medium-12 {
        width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.66667%;
    }
    .medium-up-1 > .column,
    .medium-up-1 > .columns {
        width: 100%;
        float: left;
    }
    .medium-up-1 > .column:nth-of-type(1n),
    .medium-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-1 > .column:nth-of-type(1n+1),
    .medium-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }
    .medium-up-1 > .column:last-child,
    .medium-up-1 > .columns:last-child {
        float: left;
    }
    .medium-up-2 > .column,
    .medium-up-2 > .columns {
        width: 50%;
        float: left;
    }
    .medium-up-2 > .column:nth-of-type(1n),
    .medium-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-2 > .column:nth-of-type(2n+1),
    .medium-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }
    .medium-up-2 > .column:last-child,
    .medium-up-2 > .columns:last-child {
        float: left;
    }
    .medium-up-3 > .column,
    .medium-up-3 > .columns {
        width: 33.33333%;
        float: left;
    }
    .medium-up-3 > .column:nth-of-type(1n),
    .medium-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-3 > .column:nth-of-type(3n+1),
    .medium-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }
    .medium-up-3 > .column:last-child,
    .medium-up-3 > .columns:last-child {
        float: left;
    }
    .medium-up-4 > .column,
    .medium-up-4 > .columns {
        width: 25%;
        float: left;
    }
    .medium-up-4 > .column:nth-of-type(1n),
    .medium-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-4 > .column:nth-of-type(4n+1),
    .medium-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }
    .medium-up-4 > .column:last-child,
    .medium-up-4 > .columns:last-child {
        float: left;
    }
    .medium-up-5 > .column,
    .medium-up-5 > .columns {
        width: 20%;
        float: left;
    }
    .medium-up-5 > .column:nth-of-type(1n),
    .medium-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-5 > .column:nth-of-type(5n+1),
    .medium-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }
    .medium-up-5 > .column:last-child,
    .medium-up-5 > .columns:last-child {
        float: left;
    }
    .medium-up-6 > .column,
    .medium-up-6 > .columns {
        width: 16.66667%;
        float: left;
    }
    .medium-up-6 > .column:nth-of-type(1n),
    .medium-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-6 > .column:nth-of-type(6n+1),
    .medium-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }
    .medium-up-6 > .column:last-child,
    .medium-up-6 > .columns:last-child {
        float: left;
    }
    .medium-up-7 > .column,
    .medium-up-7 > .columns {
        width: 14.28571%;
        float: left;
    }
    .medium-up-7 > .column:nth-of-type(1n),
    .medium-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-7 > .column:nth-of-type(7n+1),
    .medium-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }
    .medium-up-7 > .column:last-child,
    .medium-up-7 > .columns:last-child {
        float: left;
    }
    .medium-up-8 > .column,
    .medium-up-8 > .columns {
        width: 12.5%;
        float: left;
    }
    .medium-up-8 > .column:nth-of-type(1n),
    .medium-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-8 > .column:nth-of-type(8n+1),
    .medium-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }
    .medium-up-8 > .column:last-child,
    .medium-up-8 > .columns:last-child {
        float: left;
    }
    .medium-collapse > .column,
    .medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .medium-uncollapse > .column,
    .medium-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .medium-uncentered,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
}
@media screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .large-offset-0 {
        margin-left: 0%;
    }
    .large-2 {
        width: 16.66667%;
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .large-offset-1 {
        margin-left: 8.33333%;
    }
    .large-3 {
        width: 25%;
    }
    .large-push-3 {
        position: relative;
        left: 25%;
    }
    .large-pull-3 {
        position: relative;
        left: -25%;
    }
    .large-offset-2 {
        margin-left: 16.66667%;
    }
    .large-4 {
        width: 33.33333%;
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        width: 41.66667%;
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .large-offset-4 {
        margin-left: 33.33333%;
    }
    .large-6 {
        width: 50%;
    }
    .large-push-6 {
        position: relative;
        left: 50%;
    }
    .large-pull-6 {
        position: relative;
        left: -50%;
    }
    .large-offset-5 {
        margin-left: 41.66667%;
    }
    .large-7 {
        width: 58.33333%;
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        width: 66.66667%;
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .large-offset-7 {
        margin-left: 58.33333%;
    }
    .large-9 {
        width: 75%;
    }
    .large-push-9 {
        position: relative;
        left: 75%;
    }
    .large-pull-9 {
        position: relative;
        left: -75%;
    }
    .large-offset-8 {
        margin-left: 66.66667%;
    }
    .large-10 {
        width: 83.33333%;
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        width: 91.66667%;
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .large-offset-10 {
        margin-left: 83.33333%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.66667%;
    }
    .large-up-1 > .column,
    .large-up-1 > .columns {
        width: 100%;
        float: left;
    }
    .large-up-1 > .column:nth-of-type(1n),
    .large-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-1 > .column:nth-of-type(1n+1),
    .large-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }
    .large-up-1 > .column:last-child,
    .large-up-1 > .columns:last-child {
        float: left;
    }
    .large-up-2 > .column,
    .large-up-2 > .columns {
        width: 50%;
        float: left;
    }
    .large-up-2 > .column:nth-of-type(1n),
    .large-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-2 > .column:nth-of-type(2n+1),
    .large-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }
    .large-up-2 > .column:last-child,
    .large-up-2 > .columns:last-child {
        float: left;
    }
    .large-up-3 > .column,
    .large-up-3 > .columns {
        width: 33.33333%;
        float: left;
    }
    .large-up-3 > .column:nth-of-type(1n),
    .large-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-3 > .column:nth-of-type(3n+1),
    .large-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }
    .large-up-3 > .column:last-child,
    .large-up-3 > .columns:last-child {
        float: left;
    }
    .large-up-4 > .column,
    .large-up-4 > .columns {
        width: 25%;
        float: left;
    }
    .large-up-4 > .column:nth-of-type(1n),
    .large-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-4 > .column:nth-of-type(4n+1),
    .large-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }
    .large-up-4 > .column:last-child,
    .large-up-4 > .columns:last-child {
        float: left;
    }
    .large-up-5 > .column,
    .large-up-5 > .columns {
        width: 20%;
        float: left;
    }
    .large-up-5 > .column:nth-of-type(1n),
    .large-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-5 > .column:nth-of-type(5n+1),
    .large-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }
    .large-up-5 > .column:last-child,
    .large-up-5 > .columns:last-child {
        float: left;
    }
    .large-up-6 > .column,
    .large-up-6 > .columns {
        width: 16.66667%;
        float: left;
    }
    .large-up-6 > .column:nth-of-type(1n),
    .large-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-6 > .column:nth-of-type(6n+1),
    .large-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }
    .large-up-6 > .column:last-child,
    .large-up-6 > .columns:last-child {
        float: left;
    }
    .large-up-7 > .column,
    .large-up-7 > .columns {
        width: 14.28571%;
        float: left;
    }
    .large-up-7 > .column:nth-of-type(1n),
    .large-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-7 > .column:nth-of-type(7n+1),
    .large-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }
    .large-up-7 > .column:last-child,
    .large-up-7 > .columns:last-child {
        float: left;
    }
    .large-up-8 > .column,
    .large-up-8 > .columns {
        width: 12.5%;
        float: left;
    }
    .large-up-8 > .column:nth-of-type(1n),
    .large-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-8 > .column:nth-of-type(8n+1),
    .large-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }
    .large-up-8 > .column:last-child,
    .large-up-8 > .columns:last-child {
        float: left;
    }
    .large-collapse > .column,
    .large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }
    .large-uncollapse > .column,
    .large-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .large-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .large-uncentered,
    .large-push-0,
    .large-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
}
.left-aligned-end .column:last-child:not(:first-child),
.left-aligned-end .columns:last-child:not(:first-child) {
    float: left;
}
.clear {
    clear: both;
}
.clear-line {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 0 0 25px;
}

.home .site-header {
  display: none;
}

.custom-header > .site-title {
    display: block;
    text-indent: -9999px;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 15px
}

.custom-header > .site-title > a {
    background: url(images/wild-mermaid-logo-alt.png) no-repeat;
    background-size: contain;
}