/*
Theme Name: Sierra Leadership Theme
Theme URI: https://davidkerrdesign.com/
Author: David Kerr Design
Author URI: https://davidkerrdesign.com
Description: Built on Gutenberg Starter Theme
Version: 10.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gutenberg-starter-theme
Tags: translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

gutenberg-starter-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.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html {
 
}

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;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none
}

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

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

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2.44em;
    line-height: 1.2;
}

.entry-header h1.entry-title {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 30px;
}

.home .entry-header h1.entry-title {
    font-size: 70px;
    font-weight: 500;
    max-width: 780px;
    margin-bottom: 0px;
}

.single .entry-header h1.entry-title {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 80px;
}

.search-results .entry-header img {
    float: left;
    margin: 0 20px 20px 0;
}

.search-results article {
    clear: both;
}

h2 {
    font-size: 1.8em;
    line-height: 1.4;
}

h3 {
    font-size: 1.56em;
    line-height: 1.4;
}

.single-post h3, .page-template-constrained-page h3 {
    margin-top: 40px;
    font-weight: 500;
    font-size: 27px;
    line-height: 1.2;
}

.page-template-constrained-page h3.no-top-margin {
    margin-top: 0;
}

.page-template-constrained-page .entry-content ul {
    display: table-cell;
    padding-top: 10px !important;
}

.page-template-constrained-page .entry-content ul.arrowbullets {
    display: block;
}

.page-template-constrained-page .wp-block-pullquote p {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 30px;
}

h3 b {
    font-weight: 500
}

h4 {
    font-size: 1.25em;
    line-height: 1.5;
}

h5 {
    font-size: 1em;
    font-weight: 400
}

h6 {
    font-size: 1em;
    font-weight: 700
}

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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 0.875rem;
}

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"] {
    -webkit-box-sizing: border-box;
    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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
:root {
    /* Colors: */
    --sierra-dk-blue: #0F3644;
    --sierra-bright-blue: #1F799C;
    --black: #000000;
    --gray-dark: #4A4A4A;
    --gray-medium: #707070;
    --gray-light: #BFBFBF;
    --gray-very-light: #E1E1E1;
    --white: #FFFFFF;
    /* Font/text values */
    --unnamed-font-family-raleway: Raleway;
    --unnamed-font-style-normal: normal;
    --unnamed-font-weight-600: 600px;
    --unnamed-font-weight-medium: medium;
    --unnamed-font-weight-normal: normal;
    --unnamed-font-size-14: 14px;
    --unnamed-font-size-15: 15px;
    --unnamed-font-size-17: 17px;
    --unnamed-font-size-18: 18px;
    --unnamed-font-size-25: 25px;
    --unnamed-font-size-26: 26px;
    --unnamed-font-size-30: 30px;
    --unnamed-font-size-42: 42px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-character-spacing-1-5: 1.5px;
    --unnamed-character-spacing-3-6: 3.6px;
    --unnamed-line-spacing-18: 18px;
    --unnamed-line-spacing-21: 21px;
    --unnamed-line-spacing-25: 25px;
    --unnamed-line-spacing-30: 30px;
    --unnamed-line-spacing-40: 40px;
    --unnamed-line-spacing-55: 55px;
    --unnamed-text-transform-uppercase: uppercase;
}

/* Character Styles */
.h4-all-caps {
    font-family: var(--unnamed-font-family-raleway);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-15);
    line-height: var(--unnamed-line-spacing-18);
    letter-spacing: var(--unnamed-character-spacing-1-5);
    color: var(--black);
    text-transform: var(--unnamed-text-transform-uppercase);
}

.h1 {
    font-family: var(--unnamed-font-family-raleway);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-42);
    line-height: var(--unnamed-line-spacing-55);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--black);
}

.h2 {
    font-family: var(--unnamed-font-family-raleway);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-30);
    line-height: var(--unnamed-line-spacing-40);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--black);
}

.h3 {
    font-family: var(--unnamed-font-family-raleway);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-25);
    line-height: var(--unnamed-line-spacing-30);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--black);
}

.body-text {
    font-family: var(--unnamed-font-family-raleway);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-17);
    line-height: var(--unnamed-line-spacing-25);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--black);
}

.body-small-gray {
    font-family: var(--unnamed-font-family-raleway);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-14);
    line-height: var(--unnamed-line-spacing-25);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--gray-medium);
}

.dropquote {
    font-family: var(--unnamed-font-family-raleway);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-26);
    line-height: var(--unnamed-line-spacing-40);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--black);
}

.button-text-green {
    font-family: var(--unnamed-font-family-raleway);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-600);
    font-size: var(--unnamed-font-size-18);
    line-height: var(--unnamed-line-spacing-21);
    letter-spacing: var(--unnamed-character-spacing-3-6);
    color: var(--white);
    text-transform: var(--unnamed-text-transform-uppercase);
}

body, button, input, select, optgroup, textarea {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 17pt;
    font-size: 1.05rem;
    line-height: 1.6;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin: 0.5rem 0 0.5rem;
}
a h3 {color:inherit}

p {
    margin: 5px 0 0.5em;
}

.largetext p {
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    margin: 0px 0 30px;
}

.entry-meta, .meta {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    margin: 6px 0;
    font-size: 15px;
}

@media screen and (max-width: 980px) {
    body, button, input, select, optgroup, textarea {
        font-size: 1rem
    }
}

h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500
}

h3.widget-title {
    color: #1f799c;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.principles h3.widget-title {
    color: #000;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0;
}

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

blockquote {
    margin: 0 1.5em;
}

big {
    font-size: 125%;
}

#masthead {
    margin: 0 auto 12vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    /* overflow: hidden; */
}

.site-branding {
}

#site-navigation {
    margin: 45px 0 0;
}

.site-branding a img {
    width: 365px;
    max-width: 90%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
}

blockquote, q {
    quotes: "" "";
}

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

hr {
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 0em;
}

.entry-content ul {
    margin-top: 20px
}

ul {
    list-style: disc;
}

.entry-content ul>li, .entry-content ol>li {
    margin-bottom: 1.4em;
}

ol {
    list-style: decimal;
}

li>ul, li>ol {
    margin-bottom: 1em;
    margin-left: 1.5em;
}

.entry-content ul li, .entry-content ol li {
    margin-bottom: 0.7em;
    padding-left: 10px;
    line-height: 1.5;
}

.entry-content ul li::marker {
    color: #1F799C;
    content: "\25A0";
    font-size: 13px;
    line-height: 1;
}

.entry-content ul.arrowbullets li::marker {
    content: '';
}

.entry-content ul.arrowbullets li {
    position: relative;
    margin-bottom: 20px;
}

.entry-content ul.arrowbullets li::before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    margin-right: 0.5em;
    background: url(assets/images/Arrow_northeast.svg) no-repeat transparent;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: 5px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid #0F3644;
    border-radius: 2px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1rem;
    line-height: 1;
    padding: 0.7em 1em 0.55em;
    margin-top: -0.5em;
    font-weight: 700;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

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 {
    border-color: #aaa #bbb #bbb;
}

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: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    margin: 0 0 20px;
}

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: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.accordion-title {
    cursor: pointer;
}

.accordion-title:hover {
    color: #0F3644
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #0F3644;
}

a:hover, a:focus, a:active {
    color: #000;
}

a:focus {
    outline: thin dotted;
}

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

.entry-content a {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 24px;
}

.entry-content a:before {
    content: '';
    position: absolute;
    transition: transform .5s ease-in-out;
}

.entry-content a {
    display: inline-flex;
    /* padding-top: 10px; */
    /* padding-bottom: 5px; */
    overflow: hidden;
    color: #1F799C;
}
.entry-content h3.widget-title a { padding-bottom:5px}

.entry-content a:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #492059;
    transform: translateX(-101%);
}

.entry-content a:hover:before {
    transform: translateX(0);
}

.single .entry-content a:before {display: none}

.single .entry-content a {
    cursor: pointer;
    text-decoration: none !important;
    display: inline;
    padding-bottom: 2px;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    background: -webkit-gradient(linear,left top,left bottom,from(#492059),color-stop(98%,#492059));
    background: -o-linear-gradient(top,#492059 0%,#492059 98%);
    background: linear-gradient(to bottom,#492059 0%,#492059 98%);
    background-size: 0px 2px;
    background-repeat: no-repeat;
    background-position: 0% 100%
}

.single .entry-content a:hover {
    background-size: 100% 2px
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    margin: 0 auto;
    text-align: right;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-right: 0;
    float: right;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    text-align: left;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul {
    padding: 10px 20px 5px;
    margin: 0;
    background: rgba(255, 255, 255, 0.95);
    line-height: 1.3;
    width: 200px;
    border: 1px solid #fafafa
}

.main-navigation ul ul li a {
    padding: 0 0 10px;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 17px
}

.main-navigation ul ul li:hover>ul, 
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul li:focus-within>ul {
    left: 100%;
}


.main-navigation ul ul a:hover, 
.main-navigation ul ul a:focus, 
.main-navigation ul ul li.current-menu-item a {
    color: #0F3644;
}

.main-navigation ul li:hover>ul, 
.main-navigation ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul li:focus-within>ul {
    display: block;
    left: auto;
}
.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-navigation ul li {
    padding: 0 .15em;
}

.main-navigation a {
    text-transform: uppercase;
    font-size: 20px;
    color: #1F799C;
    letter-spacing: 2px;
    border-top: 2px solid rgba(255, 255, 255, 0);
    margin: 0 1px;
    padding: 0px 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1120px) {
    .main-navigation ul li {
        padding: 0 .1em;
    }

    .main-navigation a {
        font-size: 17px;
        margin-top: 5px;
    }
}

.main-navigation #primary-menu>li>a {
    transform: translateY(8px)
}

.main-navigation #primary-menu>li:hover>a, 
.main-navigation #primary-menu>li>a:hover, 
.main-navigation #primary-menu>li>a:focus, 
.main-navigation #primary-menu>li.current-menu-ancestor>a, 
.main-navigation #primary-menu>li.current-menu-item >a {
    background: #1F799C;
    color: #fff;
    transform: translateY(0px);
    margin-bottom: 0px;
    border-bottom: 10px solid #fff;
}
.main-navigation #primary-menu>li>a:focus-within {
    background: #1F799C;
    color: #fff;
    transform: translateY(0px);
    margin-bottom: 0px;
    border-bottom: 10px solid #fff;
}
.main-navigation #primary-menu>li:hover>a {
    transform: translateY(0px)
}

.main-navigation #primary-menu>li.search>a.search_icon:before {
    content: "";
    background-size: contain;
    background: url(assets/images/icon-search-blue.svg) 0 0 no-repeat transparent;
    display: block;
    width: 20px;
    height: 20px;
}

.main-navigation #primary-menu>li.search>a {
    transform: translateY(8px);
    color: #1F799C;
    cursor: pointer;
    background: none
}

.main-navigation #primary-menu>li.search>a {
    transform: translateY(8px);
    color: #1F799C;
    cursor: pointer;
    background: none
}

.main-navigation #primary-menu>li.search>a:hover {
    transform: scale(1.2) !important;
}

@media screen and (max-width: 1280px) {
    .main-navigation a {
        margin:0;
        padding: 0 7px 0px 7px;
        font-size: 96%;
        letter-spacing: 0.5px
    }
}

@media screen and (max-width: 1080px) {
    .main-navigation a {
        margin:0;
        padding: 0 5px 0px 5px;
    }
}

@media screen and (min-width: 980px) {
    #mega-menu-wrap-max_mega_menu_1, #mobileonly {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .menu-main-menu-container {
        display: none;
    }

    #mobileonly h3 {
        display: none;
    }

    #mega-menu-wrap-max_mega_menu_1, #mobileonly {
        display: block;
        text-align: center;
    }

    #site-navigation {
        margin-top: 21px;
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    border-bottom: 1px solid #e2e4e7;
    margin: 0 auto 60px;
    max-width: 1780px;
    overflow: hidden;
    padding-bottom: 60px;
}

.nav-links {
    width: 100%;
}

.nav-previous, .nav-next {
    width: 50%;
}

.nav-previous {
    float: left;
    text-align: left;
}

.nav-next {
    float: right;
    text-align: right
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    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. */
}

#primary[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
img.alignleft {
    float: left;
    margin: 0 0 20px 20px
}

body:not(.home) img.attachment-large.size-large.wp-post-image {
    float: right;
    margin: 0 0px 2em 3em !important;
    max-width: 45% !important;
}


body .jobgrid img.attachment-large.size-large.wp-post-image {
    float: none ;
    margin: 0 0px !important;
    max-width: 100% !important;
}
body .widget_siteorigin-panels-postloop img.attachment-large.size-large.wp-post-image { max-width: 100% !important; width:100%;}

img.alignright {
    float: right;
    margin: 0 -200px 20px 20px
}

.wp-block-image .alignright {
    float: none;
}

.wp-block-image .alignleft {
    float: none;
}

.alignleft img, .alignright img, .alignleft figcaption, .alignright figcaption {
    max-width: 40%;
    width: 40%;
    margin-bottom: 40px;
}

.alignleft figcaption {
}

.alignright figcaption {
}

.alignleft img, .alignleft figcaption {
    float: left;
    margin-right: 3.5em;
}

.alignright img, .alignright figcaption {
    float: right;
    margin-left: 3.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-content > .alignwide, .entry-content > .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}

@media screen and (min-width: 960px) {
    body {
        overflow-x: hidden;
    }
}

.alignfull .alignwide, .wp-block-group.alignwide {
    max-width: calc( 100% - 60px );
    width: 1320px;
    margin: 0 auto;
    /* padding: 0 20px; */
}

.wp-block-group.alignwide .alignwide {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px
}

.wp-block-group.alignwide .alignwide:after {
    content: "";
    clear: both;
    display: table-cell;
}

.constrained {
    max-width: 70%;
    margin: 0 auto;
}

.constrained.principles {
    max-width: 100%;
    margin: 0 auto;
    width: 880px;
}

.wp-block-cover.alignfull.has-strong-blue-background-color:before {
    background: #0F3644
}

.page-template-constrained-page .wp-block-cover > .wp-block-cover__inner-container p {
    font-weight: 500;
}

.page-template-constrained-page .wp-block-cover > .wp-block-cover__inner-container {
    margin: 0 auto;
    min-width: 100%;
    padding: 0 0 30px;
}

.page-template-constrained-page .wp-block-cover > .wp-block-cover__inner-container * {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 1380px;
}

.page-template-constrained-page .wp-block-cover > .wp-block-cover__inner-container .constrained {
    width: 1300px;
    max-width: calc(100% - 70px)
}

.principles .circle .sow-image-container img {
    max-width: 100px !important;
    max-height: 100px !important;
}
.mediumsized .circle .sow-image-container img {
    max-width: 293px !important;
    max-height: 293px !important;
    width:100%;
}

p.constrained {
    margin: 0 auto 25px;
}

.veryconstrained {
    max-width: 70%;
    margin: 0 auto;
}

.panel-layout.animated {
    position: relative !important;
    z-index: 15;
}

.circle .sow-image-container img {
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
}

.wp-block-cover.overlap {
    margin-top: -25px;
    z-index: 1;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.wp-block-quote {
    border: none
}

.wp-block-cover__inner-container h3 {
    font-size: 30px;
    line-height: 1.5;
}

.wp-block-column blockquote.wp-block-quote {
    position: relative
}

.wp-block-column blockquote.wp-block-quote:before {
    content: "";
    width: 60px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    background: url(assets/images/quote-sierra-blue.svg) no-repeat transparent;
    background-size: contain;
}

.wp-block-cover .wp-block-quote:before {
    content: "";
    width: 60px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 5px;
    background: url(assets/images/quote-sierra-blue.svg) no-repeat transparent;
    background-size: contain;
}

.wp-block-cover .wp-block-quote {
    max-width: calc( 100% - 60px );
    width: 1320px;
    margin: 0 auto;
    padding: 0 30px 0 120px;
    color: #000;
    position: relative;
}
.entry-content blockquote.wp-block-quote p, 
.wp-block-cover .wp-block-quote p {
    font-size: 17px;
    font-weight: 500;
}

.entry-content blockquote.wp-block-quote cite, .wp-block-cover .wp-block-quote cite {
    text-align: right;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
    width: 25%;
}

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    padding: 0 40px;
}

.site-branding {
    text-align: left;
    margin: 0 0 20px 0;
}

.site-footer {
    margin: 1em 0 0;
    background-color: #4A4A4A;
    width: 100%;
    max-width: 100%;
}

#fwidgetz {
    width: 100%;
    max-width: 1400px;
    padding: 0 40px;
    margin: 0 auto;
}

.site-footer .widget {
    margin-bottom: 0
}

#fwidgetz li.search {
    display: none
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.stuck {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}

.hentry {
    margin: 0;
}

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

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.single .entry-content {
    margin-bottom: 80px;
}

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

.entry-header, .page-header, .entry-footer, .site-info, .posts-navigation, .post-navigation, .page-navigation, .comments-area, .not-found .page-content, .search .entry-summary {
    margin: 1.5em auto 0;
}

.entry-footer span {
    margin-right: 1em;
}

.entry-footer {
    color: #6c7781;
    font-size: 90%;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e4e7;
}

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

.bypostauthor {
    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;
}

.entry-content .wp-post-image {
    float: right;
    max-width: 50%;
    margin: 0 -200px 20px 40px;
}

.widget_siteorigin-panels-postloop .wp-post-image {
    float: none;
    max-width: 100%;
    margin: 0 0 5px 0px;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    overflow: hidden;
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
figure.wp-block-gallery.has-nested-images.logogallery  {justify-content: center;} 

.logogallery .wp-block-image {
    max-width: 22% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-items: center;
    width: 100% !important;
    text-align: center !important;
}

.logogallery .wp-block-image  img,
.logogallery.wp-block-gallery.has-nested-images figure.wp-block-image img{
    aspect-ratio: 3/2 !important;
    object-fit: contain !important;
    padding: 20px 0px !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 70% !important;
}

.logogallery .wp-block-image  , 
.logogallery .wp-block-image  figure, 
.logogallery .wp-block-image  figure, 
.logogallery .wp-block-image  figure {
    align-items: center;
    justify-content: space-around
}

.centered * {
    text-align: center;
}

.vertcentered p {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.vertcentered img {
    max-width: 80px;
}

.vertcentered p > * {
    margin: 10px;
}

.vertcentered p > a span {
    font-size: 1.5em;
    background: #1F799C;
    display: inline-flex;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: space-around;
    border-radius: 50%;
    transition: border 0.1s ease-in;
    border: 3px solid #1F799C;
}

.vertcentered p > a:hover span {
    border: 3px solid #fff;
}

.whitetext *, .whitetext h3.job-title a {
    color: #fff;
}

.spicewpsearchform {
    display: block;
    width: 500px;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 1px;
    z-index: 9999;
    background: #fff;
    padding: 20px;
}

#spicewpsearchform input[type="text"] {
    width: 78%;
    height: auto;
    padding: 11px 12px;
    border-radius: 0px !important;
}

#spicewpsearchform input[type="submit"] {
    line-height: 1;
    border-radius: 0px;
    height: auto;
    font-size: 15px;
    display: inline-block;
}

.lookingfor {
    text-align: center;
    margin: 60px 0 30px
}

.lookingfor input[type="search"] {
    height: auto;
    padding: 5px 12px 5px 35px;
    border-radius: 0px !important;
    border: 0;
    background-size: 25px!important;
    background: url(assets/images/icon-search-gray.svg) 3px 5px no-repeat #E1E1E1;
    display: inline-block;
    color: #000;
    font-size: 17px;
    cursor: text;
    width: 780px;
    max-width: 50%;
}

.lookingfor input[type="submit"] {
    line-height: 1.1;
    border-radius: 0px;
    height: auto;
    font-size: 15px;
    display: inline-block;
    font-weight: 100;
    text-transform: uppercase;
    background: #0F3644;
    color: #fff;
    letter-spacing: 1.5px;
}

.lookingfor input[type="submit"]:hover {
    background: #fff;
    color: #0f3644
}

.widget_siteorigin-panels-postloop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.post-type-archive-news-and-notes #newscontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0 50px;
}

.widget_siteorigin-panels-postloop h3.widget-title {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
}

.widget_siteorigin-panels-postloop article {
    max-width: 30.3%;
    margin: 0 2% 0 0
}

.widget_siteorigin-panels-postloop article img {
    width: 100%;
    height: 266px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 59 / 38;
}

.widget_siteorigin-panels-postloop article a {
    text-decoration: none;
    overflow: hidden;
}

.wp-block-column blockquote.wp-block-quote {
    color: #000;
    background-color: #E1E1E1 !important;
    padding: 43px 70px 0px 90px !important;
    width: 100%;
    margin: 5px 0px 50px 50px !important;
    border: 0;
    text-align: left;
    position: relative;
    float: right;
}

.wp-block-column blockquote.wp-block-quote.is-style-large {
    color: #fff;
    background: #1F799C !important;
}

.wp-block-column blockquote.wp-block-quote.is-style-large cite {
    font-size: 14px;
    font-weight: 100;
    padding-top: 10px;
    padding-bottom: 20px;
}

.entry-content blockquote.wp-block-quote.is-style-large p {
    font-size: 25px !important;
    font-style: normal;
}

.wp-block-pullquote.alignright {
    color: #000;
    background-color: #E1E1E1 !important;
    padding: 13px 0px 0px 120px !important;
    max-width: 40%!important;
    width: 100% !important;
    margin: 5px 0px 50px 50px !important;
    border: 0;
    text-align: left;
    position: relative;
    float: right;
    font-size: 26px;
}

.wp-block-pullquote.alignleft {
    color: #000;
    background-color: #E1E1E1 !important;
    padding: 13px 20px 0px 120px !important;
    max-width: 40%!important;
    width: 100% !important;
    margin: 5px 50px 50px 0 !important;
    border: 0;
    text-align: left;
    position: relative;
    float: left;
    font-size: 26px;
}

.wp-block-pullquote.alignleft:before, .wp-block-pullquote.alignright:before {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 20px;
    top: 55px;
    background: url(assets/images/quote-sierra-blue.svg) no-repeat 0 0 transparent;
    background-size: contain;
}

.wp-block-column blockquote.wp-block-quote:before {
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    left: 20px;
    top: 55px;
    background: url(assets/images/quote-sierra-blue.svg) no-repeat 0 0 transparent;
    background-size: contain;
}

.wp-block-cover.alignfull .wp-block-pullquote {
    color: #000 !important;
    background-color: transparent!important;
    padding: 30px 0px 0px 80px !important;
    max-width: 100%!important;
    width: 1320px !important;
    margin: 20px auto 0px auto !important;
    border: 0;
    text-align: left;
    position: relative;
    float: none;
}

.wp-block-cover.alignfull .wp-block-pullquote cite {
    color: #000;
    text-transform: uppercase;
}

.wp-block-column blockquote.wp-block-quote cite {
    margin-bottom: 30px;
}

.wp-block-column blockquote.wp-block-quote.is-style-large:before {
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    left: 20px;
    top: 55px;
    background: url(assets/images/quote-sierra-light.svg) no-repeat 0 0 #0000;
    background-size: contain;
}

.wp-block-pullquote:before {
    content: "";
    width: 80px;
    height: 60px;
    position: absolute;
    left: 0;
    top: -20px;
    background: url(assets/images/quote-sierra-blue.svg) no-repeat 0 0 transparent;
    background-size: contain;
}

.wp-block-cover.alignfull .wp-block-pullquote:before {
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    left: 20px;
    top: 45px;
    background: url(assets/images/quote-sierra-blue.svg) no-repeat 0 0 transparent;
    background-size: contain;
}

.wp-block-pullquote p {
    font-size: 30px;
    font-weight: 500
}

.single-post .wp-block-pullquote p {
    font-size: 17px;
}

.single-post .wp-block-pullquote.alignleft:before, .single-post .wp-block-pullquote.alignright:before {
    top: 15px
}

.wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
    text-transform: uppercase;
    text-align: right;
    display: block;
    font-size: 16px;
    margin-bottom: 45px
}

.ctct-embed-signup form * {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.ctct-embed-signup form h3 {
    font-size: 25px;
}

.ctct-embed-signup form input {
    background: rgba(255, 255, 255, 0.67);
    border-radius: 0;
    padding: 11px 10px;
    margin: 0 20px;
}

.ctct-embed-signup form input {
    color: #000;
    font-weight: 500;
    line-height: 1;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.ctct-embed-signup form input:focus {
    background: #fff
}

.ctct-embed-signup button.ctct-button {
    border-radius: 8px;
    background: #0F3644;
    border: 2px solid #0F3644;
    line-height: 1;
    padding: 11px 15px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2.2px;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.ctct-embed-signup button.ctct-button:hover {
    background: #fff;
    color: #0F3644;
}

.site-footer #plunge p {
    font-size: 25px;
}

.site-footer #plunge p a {
    background: #1F799C;
    border: 2px solid #1F799C;
    padding: 10px 20px;
    font-size: 17px;
    display: inline-block;
    line-height: 1.5;
    letter-spacing: 3px;
    margin: 0 20px;
    font-weight: 500
}

.site-footer #plunge p a:hover {
    background: transparent
}

.site-footer {
    clear: both;
}

.site-footer .so-widget-sow-image img {
    max-width: 100%;
    height: auto;
    width: 360px;
}

.site-footer #menu-main-menu ul {
    display: none;
}

.site-footer #menu-main-menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
    margin: 0px;
    padding: 0;
}

.site-footer #menu-main-menu li {
    padding: 0 .4em;
}

.site-footer #menu-main-menu li a {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
    margin: 0 8px;
    text-decoration: none;
}

.site-footer #menu-main-menu li a:hover {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.site-footer p {
    margin-left: 5px;
    margin-right: 5px
}

.site-footer p, .site-footer p a {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}

.site-info p, .site-info a {
    text-align: right;
    color: #ddd;
    font-size: 15px;
}
#copyright, #copyright p, #copyright a {color: #aaa !important; font-size:15px; }
#copyright {padding-bottom:40px;}
.site-footer a:hover, .site-info a:hover {
    color: #ddd
}

.panel-layout {
    clear: both;
}

.editor-styles-wrapper .has-medium-font-size, .has-medium-font-size {
    font-size: 20px;
    font-weight: 500
}

.darken * {
    color: #fff
}

.darken {
    position: relative;
    z-index: 15
}

.darken .panel-grid-cell {
    position: relative;
    z-index: 20
}

.darken:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

#primary a.button {
    background: #0F3644;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    margin: 5px 0;
    border: 2px solid
}

#primary a.button:hover {
    background: #fff;
    color: #0F3644
}

/* Navigation 2 */
/* ---------------------------------------------------------- */
.navigation {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 30px 0px 50px 0px!important;
}

.navigation a {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    font-weight: bold;
    background: #BFBFBF;
    min-width: 35px;
    text-align: center;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    transition: color 0.2s ease-in;
}

.navigation a:hover {
    color: #000;
    padding: 5px 6px 4px 6px;
    margin: 3px;
    font-weight: bold;
    background-color: ;
}

.navigation span.pages {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    color: #fff;
    font-weight: bold;
    background-color: inherit;
    display: none;
}

.navigation span.current {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    font-weight: bold;
    color: #fff;
    background-color: #1F799C;
    min-width: 35px;
    text-align: center;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
}

.nav-links a {
    font-weight: 100;
    letter-spacing: 1px;
    padding: 10px 20px
}

.nav-links a:hover {
    font-weight: 100;
    letter-spacing: 1px;
    padding: 10px 20px
}

#newscontainer img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover
}

.type-post .entry-content>img.wp-post-image {
    float: right;
}

.page-template-constrained-page .entry-content > *:not(.alignfull), .single-post #primary .entry-content > * {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 880px;
}

.page-template-constrained-page .entry-content .wp-block-image, .single-post #primary .entry-content .wp-block-image {
    width: auto;
    display: inline;
}

.page-template-constrained-page .entry-content .wp-block-image figure, .single-post #primary .entry-content .wp-block-image figure {
    width: auto;
    display: block;
}

.single-post #primary .entry-content .meta {
    margin-left: 0;
    color: #000;
    font-weight: 400
}

.page-template-constrained-page .entry-content .wp-block-image.overlap > figure img {
    transform: translateY(-200px) ;
    margin-bottom: -200px;
}

.page-template-constrained-page .entry-content .wp-block-spacer {
    clear: left
}

.page-template-constrained-page .entry-content > h2 {
    width: 100% !important;
}

#primary .entry-content p {
    margin-bottom: 1.7em
}

.single-post .entry-content>* {
    padding-right: 0;
}

#newscontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0 50px;
}

.jobgrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jobgrid .joblisting {
    max-width: 31%;
    width: 100%;
    margin: 0 0 40px
}

.jobgrid .joblisting img {
    width: 398px;
    max-width: 100%;
    ; height: 266px;
    -o-object-fit: cover;
    object-fit: cover;
    float: none;
    min-width: 100%;
    margin: 0;
}

.jobgrid .joblisting h3 {
    font-size: 25px;
    line-height: 1.2
}

.jobgrid .joblisting h4 {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.jobgrid .joblisting p {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.jobgrid .joblisting a {
    color: #000;
    display: block
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-item-2693 a {
    font-weight: 300 !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

#primary-menu #menu-item-2693, .site-footer #menu-main-menu li.menu-item-2693 a {
    display: none
}

@media screen and ( max-width: 1380px ) {
    img.alignright {
        margin-right: -100px;
    }
}

@media screen and ( max-width: 1180px ) {
    img.alignright {
        margin-right: 0px;
    }
}

@media screen and (max-width: 980px) {
    .widget_siteorigin-panels-postloop article, .post-type-archive-news-and-notes .news-and-notes {
        max-width: 48%
    }

    .sitefooter #menu-main-nav-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        margin-top: 0.5em
    }

    .wp-block-pullquote {
        color: #fff !important;
        background-color: #0F3644 !important;
        padding: 50px 0px 40px 0px !important;
        max-width: 100%!important;
        width: 100% !important;
        margin: 2em 0 2em !important;
        border: 0;
        text-align: left;
        position: relative;
        float: right;
    }

    .page-template-constrained-page .wp-block-pullquote p, .wp-block-pullquote p {
        font-size: 20px !important;
        font-weight: 500;
        margin-bottom: 30px;
        color: #000;
    }

    .page-template-constrained-page .wp-block-pullquote cite {
        font-size: 15px !important;
        color: #000;
    }

    .wp-block-pullquote.alignleft:before, .wp-block-pullquote.alignright:before, .wp-block-pullquote:before {
        width: 50px;
        top: 57px
    }

    .wp-block-pullquote blockquote {
        margin: 0 20px
    }

    .single #sidecontent .wp-block-pullquote {
        max-width: 100%!important;
    }

    .jobgrid .joblisting h3 {
        font-size: 20px;
    }

    .jobgrid .joblisting h4, .jobgrid .joblisting p {
        font-size: 15px;
    }

    .jobgrid .joblisting {
        max-width: 32%;
    }

    .jobgrid .joblisting img {
        height: 178px;
    }

    .infoside {
        float: none;
        max-width: 100%;
    }

    .brochureside {
        float: none;
        max-width: 100%;
        padding-top: 20px;
    }

    #jobinfo h4 span {
        font-size: 14px;
        min-width: 100%;
        float: left;
        text-align: left;
    }

    #jobinfo h4 {
        font-size: 18px;
        text-align: left;
        margin-bottom: 20px;
    }

    .largetext p {
        font-size: 17px;
        padding-bottom: 30px;
    }

    .single-post .wp-block-pullquote.alignleft:before, .single-post .wp-block-pullquote.alignright:before {
        top: 34px
    }

    .constrained {
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }

    .panel-row-style.constrained {
        max-width: 100%;
    }

    .veryconstrained {
        max-width: calc(100% - 60px);
    }

    .wp-block-pullquote.alignright {
        padding: 23px 0px 0px 45px !important;
        max-width: 100%!important;
        width: 100% !important;
        float: right;
        margin: 0px 0px 30px 0 !important;
    }

    .wp-block-pullquote.alignright p, .wp-block-pullquote.alignleft p {
        font-size: 18px !important;
    }

    .wp-block-pullquote.alignleft {
        padding: 23px 0px 0px 45px !important;
        max-width: 100%!important;
        margin: 0px 0px 30px 0 !important;
    }

    .wp-block-pullquote.alignleft:before, .wp-block-pullquote.alignright:before {
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        left: 20px;
        top: 35px;
        background: url(assets/images/quote-sierra-blue.svg) no-repeat 0 0 transparent;
        background-size: contain;
    }
}

@media screen and (max-width: 780px) {
    .widget_siteorigin-panels-postloop article, .post-type-archive-news-and-notes .news-and-notes {
        max-width: 100%
    }

    .site-branding a {
        max-width: 100%
    }

    .circle .sow-image-container img {
        max-width: 200px !important;
        max-height: 200px !important;
    }
    .mediumsized .circle .sow-image-container img {
        max-width: 200px !important;
        max-height: 200px !important;
    }
    #slideshow.static .phrasecontainer {
        font-size: 30px;
    }

    .entry-content .wp-post-image {
        max-width: 100%;
        margin: 0 0 2em;
        padding: 0;
    }

    .page-content, .entry-content, .entry-summary {
        margin: 40px 0;
    }

    .wp-block-pullquote p {
        font-size: 18px;
    }

    .wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
        font-size: 14px;
    }

    .jobgrid .joblisting {
        max-width: 48%;
    }

    .jobgrid .joblisting img {
        height: 178px;
    }

    .single .entry-content>* {
        padding-right: 0
    }

    .single:before, .page:before, .archive:before {
        top: 110px !important;
    }

    .entry-header h1.entry-title {
        font-size: 30px;
    }

    .entry-content h2 {
        font-size: 24px;
    }

    .entry-content .ourpeeps .wp-post-image {
        margin-bottom: 0;
    }

    .alignleft, .alignright {
        max-width: 45% !important;
    }

    .alignleft img, .alignright img, .alignleft figcaption, .alignright figcaption, .wp-block-image .alignright {
        max-width: 100% !important;
        width: 100%;
        margin: 0 0 20px
    }

    .vertcentered p {
        flex-direction: column
    }

    .wp-block-pullquote.alignleft {
        max-width: 100% !important;
        width: 100%
    }

    .home .entry-header h1.entry-title {
        font-size: 50px;
    }

    .wp-block-cover__inner-container h3 {
        font-size: 24px;
        padding: 10px 0 !important;
    }

    .wp-block-column:not(:only-child) {
        flex-basis: 100%!important;
        flex-grow: 1;
        padding: 0;
        margin: 0;
    }

    .page-template-constrained-page .entry-content .wp-block-image.overlap > figure img {
        margin-bottom: -20vw;
    }
    .logogallery .wp-block-image  img,
    .logogallery.wp-block-gallery.has-nested-images figure.wp-block-image {
    max-width: 45% !important;
    }
}

@media screen and (max-width: 580px) {
    .page-template-constrained-page .entry-content .wp-block-image.overlap > figure img {
        margin-bottom:20px;
        transform: translateY(0)
    }

    body, button, input, select, optgroup, textarea {
    }

    ul.blocks-gallery-grid {
        padding-left: 0 !important;
    }

    .logogallery .blocks-gallery-item {
        max-width: 50%;
    }

    .logogallery .blocks-gallery-item img {
        max-width: 80% !important
    }

    .entry-content ul , .entry-content ol {
        padding-left: 10px
    }

    .jobgrid .joblisting, .category-expired .jobgrid .joblisting {
        max-width: 100%;
    }

    .jobgrid .joblisting img {
        height: 178px;
    }

    .entry-header h1.entry-title {
        font-size: 26px;
        margin-top: 30px;
    }

    .nav-links {
        display: flex;
        flex-direction: column;
    }

    .nav-links > * {
        width: 100%;
    }

    .wp-block-cover__inner-container h3 {
        font-size: 24px;
        padding: 10px 0px !important;
    }

    .single #sidecontent {
        width: 100%;
        padding-right: 0;
        max-width: 100%;
        float: none;
        padding-left: 0px;
    }

    .alignleft, .alignright {
        max-width: 100% !important;
        width: 100%;
        margin: 0 0 20px;
        padding: 0
    }

    .home .entry-header h1.entry-title {
        font-size: 40px;
    }

    .constrained {
        max-width: 100%;
    }

    .wp-block-cover.overlap {
        margin-top: 0;
    }

    .wp-block-cover .wp-block-quote:before {
        width: 30px;
        top: 20px;
        left: 0px;
    }

    .wp-block-column blockquote.wp-block-quote:before, .wp-block-column blockquote.wp-block-quote.is-style-large:before {
        width: 30px;
        top: 20px
    }

    .wp-block-cover .wp-block-quote {
        padding: 50px 10px 0 0px !important
    }

    #post-2575 .wp-block-column blockquote.wp-block-quote.is-style-large, #post-2575 .wp-block-column blockquote.wp-block-quote {
        padding: 50px 10px 0 20px !important
    }

    .wp-block-cover .wp-block-quote p, .wp-block-column blockquote.wp-block-quote.is-style-large p, .wp-block-column blockquote.wp-block-quote p, .wp-block-cover .wp-block-quote p {
        font-size: 17px;
    }

    .lookingfor input[type="search"] {
        max-width: 100%;
        width: 100% !important;
        display: block !important
    }

    .entry-content ul.arrowbullets li::before {
        left: 0px;
        top: 5px;
    }

    .entry-content ul.arrowbullets li {
        padding-left: 30px;
    }
}
.linkblock {cursor: pointer;}