/*!
Theme Name: SM
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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.

SM is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: local(''),
         url('/fonts/raleway-v28-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('/fonts/raleway-v28-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* raleway-regular - latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('/fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('/fonts/raleway-v28-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* raleway-600 - latin */
  @font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: local(''),
         url('/fonts/raleway-v28-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('/fonts/raleway-v28-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 90%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

.post-thumbnail {
    float: left;
    padding: 0px 5px 5px 0px;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    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;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    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. */
}


/* Do not show the outline on the skip link target. */

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


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin:.3em 1.5em 0px 0px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

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


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

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

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


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

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

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

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


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

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


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}

.post_thumbnail {
    max-width: 100%;
    height: auto;
}

@media (min-width: 500px) {
    .post_thumbnail {
        width: 50%;
        /* max-width: 220px; */
        float: left;
        padding: 0px 1em 1em 0px;
    }
}


/*--------------------------------------------------------------
## 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; */
    margin: 0;
    font-size: small;
    padding: 5px 1px;
    color: #FFFFFF;
    background-color: #000000;
}
.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities & imported things
- Clearing
- Top image links
- Media Queries
*/


/* Header & Nav */

ul.adminbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.adminbar>li {
    display: inline;
    padding: 0px 5px 0px 5px;
}

ul.adminbar>li>a {
    text-decoration: none;
}

ul.adminbar>li:first-child {
    display: inline;
    padding-left: 20px;
}

header.topheader {
    background: #004a8f;
    color: #FFFFFF;
    border-bottom: 5px solid #ff8000;
    padding: 0px 0px 15px 0px;
    margin-bottom: 15px;
}

header.topheader h1 {
    margin: 0px;
    font-size: 3rem;
    line-height: 1.1;
    letter-spacing: -.1rem;
    font-variant: small-caps;
}

header.topheader h2 {
    color: #FFFFFF;
    padding-left: 45px;
    margin: 0px;
    font-size: 1.7rem;
    /*line-height: 1.2; */
    margin-top: -30px;
    letter-spacing: -.08rem;
    font-style: italic
}

nav.topnav {
    position: absolute;
    bottom: 0;
    right: 0;
}

nav.topnav ul {
    display: none;
}

nav.topnav select {
    display: inline-block;
    color: black;
}


/* Larger than mobile */

@media (min-width: 400px) {}


/* Larger than phablet (also point when grid becomes active) */

@media (min-width: 550px) {
    /*header  h1 { font-size: 4.0rem; }*/
    /*header  h2 { font-size: 2.2rem; }*/
}


/* Larger than tablet */

@media (min-width: 750px) {
    /*header  h1 { font-size: 3.0rem; }*/
    /*header  h2 { font-size: 1.6rem; }*/
    nav.topnav select {
        display: none;
    }
    nav.topnav ul {
        display: inline-block;
    }
    nav.topnav {
        font-size: 1.4rem;
        line-height: 1.2;
        letter-spacing: -.08rem;
    }
    nav.topnav li {
        display: inline;
        list-style-type: none;
        padding: 0px 0px 0px 20px;
        color: #FFFFFF;
    }
    nav.topnav ul {
        float: right;
        margin: 0px 0px 0px 0px;
    }
    nav.topnav a {
        text-decoration: none;
        color: #FFFFFF;
    }
    nav.topnav a:hover {
        color: #FF8000;
    }
}


/* Larger than desktop */

@media (min-width: 1000px) {
    /*header  h1 { font-size: 4.0rem; }*/
    /*header  h2 { font-size: 2.2rem; }*/
    nav.topnav {
        font-size: 1.7rem;
    }
}


/* Larger than Desktop HD */

@media (min-width: 1200px) {
    /*header  h1 { font-size: 5.0rem; }*/
    /*header  h2 { font-size: 2.7rem; }*/
    nav.topnav {
        font-size: 1.8rem;
    }
}


/*2018 NAV*/

.logocontainer {
    text-align: center;
    padding-bottom: 10px;
    display: block;
}

a.orangebtn,
a.greybtn {
    display: none;
}

@media only screen and (min-width: 681px) {
    /*mobile menu turns off*/
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item-899,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item-2050 {
        display: none;
    }
    .logocontainer {
        text-align: left;
        padding: 15px 0px 0px 0px;
    }
    .top-donate-buttons {
        text-align: right;
        padding-bottom: 50px;
    }
    a.orangebtn {
        background: #ff8000;
        font-weight: 200;
        color: white;
        border-radius: 0;
        font-size: 18px;
        -webkit-transition: all 0.26s ease;
        transition: all 0.26s ease;
        display: inline-block;
    }
    a.orangebtn:hover,
    a.orangebtn:active,
    a.orangebtn:focus {
        color: #ff8000;
        background-color: #ffffff;
    }
    a.greybtn {
        background: #afafaf;
        font-weight: 200;
        color: white;
        border-radius: 0;
        font-size: 18px;
        -webkit-transition: all 0.26s ease;
        transition: all 0.26s ease;
        display: inline-block;
    }
    a.greybtn:hover,
    a.greybtn:active,
    a.greybtn:focus {
        color: white;
        background-color: #93c56e;
    }
    .headerbox {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /* align-items: flex-end; */
        /*overflow: hidden;*/
    }
    .logocontainer {
        flex: 0 0 224px;
    }
    .menucontainer {
        flex: 1;
    }
}


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}


/* For devices larger than 400px */

@media (min-width: 400px) {
    .container {
        width: 85%;
        padding: 0;
    }
}

@media (min-width: 900px) {
    .container {
        width: 80%;
    }
    .column,
    .columns {
        margin-left: 4%;
    }
    .column:first-child,
    .columns:first-child {
        margin-left: 0;
    }
    .one.column,
    .one.columns {
        width: 4.66666666667%;
    }
    .two.columns {
        width: 13.3333333333%;
    }
    .three.columns {
        width: 22%;
    }
    .four.columns {
        width: 30.6666666667%;
    }
    .five.columns {
        width: 39.3333333333%;
    }
    .six.columns {
        width: 48%;
    }
    .seven.columns {
        width: 56.6666666667%;
    }
    .eight.columns {
        width: 65.3333333333%;
    }
    .nine.columns {
        width: 74.0%;
    }
    .ten.columns {
        width: 82.6666666667%;
    }
    .eleven.columns {
        width: 91.3333333333%;
    }
    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }
    .one-third.column {
        width: 30.6666666667%;
    }
    .two-thirds.column {
        width: 65.3333333333%;
    }
    .one-half.column {
        width: 48%;
    }
    /* Offsets */
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.66666666667%;
    }
    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17.3333333333%;
    }
    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 26%;
    }
    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34.6666666667%;
    }
    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 43.3333333333%;
    }
    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 52%;
    }
    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 60.6666666667%;
    }
    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 69.3333333333%;
    }
    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 78.0%;
    }
    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 86.6666666667%;
    }
    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 95.3333333333%;
    }
    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34.6666666667%;
    }
    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%;
    }
    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-left: 52%;
    }
}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

html {
    font-size: 62.5%;
}

body {
    font-size: 1.8em;
    /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.6;
    font-weight: 400;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300;
}

h1 {
    font-size: 4.0rem;
    line-height: 1.2;
    letter-spacing: -.1rem;
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

h3 {
    font-size: 3.0rem;
    line-height: 1.3;
    letter-spacing: -.1rem;
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -.08rem;
}

h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -.05rem;
}

h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
}


/* Larger than phablet */

@media (min-width: 550px) {
    h1 {
        font-size: 5.0rem;
    }
    h2 {
        font-size: 3.7rem;
    }
    h3 {
        font-size: 3.4rem;
    }
    h4 {
        font-size: 2.4rem;
    }
    h5 {
        font-size: 2.4rem;
    }
    h6 {
        font-size: 1.5rem;
    }
}

p {
    margin-top: 0;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
    color: #1EAEDB;
}

a:hover {
    color: #0FA0CE;
}

.entry-title a {
    color: #222;
    text-decoration: none;
}

.entry-title a:hover {
    color: #0FA0CE;
}

.nav-links {
    clear: both;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
    color: #FFF;
    background-color: #1EAEDB;
    border-color: #1EAEDB;
}

.btn {
    -webkit-border-radius: 12;
    -moz-border-radius: 12;
    border-radius: 12px;
    color: #ffffff;
    font-size: 20px;
    background: #ff8000;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: block;
}

.btn:hover {
    background: #004a8f;
    text-decoration: none;
    color: #ffffff;
}

.block_only_mob{
    display: flex;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    height: 38px;
    padding: 6px 10px;
    /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}


/* Removes awkward default styles on some inputs for iOS */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #33C3F0;
    outline: 0;
}

label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

label>.label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul {
    list-style: circle inside;
}

ol {
    list-style: decimal inside;
}

ol,
ul {
    padding-left: 0;
    margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}

li {
    margin-bottom: 1rem;
}

ul.sidebar {
    clear: both;
    list-style: none;
}

ul.sidebar>li {
    border: 1px solid #ff8000;
    border-left-width: 5px;
    /*padding: 5px;*/
    background-color: #e4e4e4;
}

ul.sidebar>li>a {
    display: block;
    /*padding: 5px;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #222;
}

ul.sidebar>li>a:hover {
    background-color: #ff8000;
    color: #FFFFFF;
}

ul.sidebar>li>a>img {
    vertical-align: middle;
    padding: 5px;
}

ul.sidebar span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}

.latest_posts {
    background-color: #f7f7f7;
    font-size: 1.6rem;
    padding: 10px;
    margin-bottom: 10px;
}

.latest_posts p:last-child {
    margin-bottom: 0px;
}


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */

code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}

pre>code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */

th,
td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

button,
.button {
    margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 2.5rem;
}


/* Utilities and imported things
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.u-pull-right {
    float: right;
}

.u-pull-left {
    float: left;
}

.floatl {
    float: left;
    margin: 5px 1em 5px 0px;
}

.floatr {
    float: right;
    margin: 5px 0px 5px 1em;
}

.mainlist {
    list-style: disc;
    /*  padding:0; */
    /*  margin:0; */
}

ul.mainlist li {
    padding: 3px 0px 3px 0px;
}

a.blacklink {
    color: #222;
    font-weight: normal;
}

a:hover.blacklink {
    color: #FF8000;
}

a.blacklinkplain {
    color: #222;
    text-decoration: none;
    font-weight: normal;
}

a:hover.blacklinkplain {
    color: #FF8000;
    text-decoration: underline;
}

.posted-on a {
    color: #222;
    text-decoration: none;
}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */

hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
}

.thumbnail {
    padding-right: 5px;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Self Clearing Goodness */

.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both;
}


/*Footer*/

footer {
    border-top: 1px solid #999999;
    padding: 15px 0px 15px 0px;
}


/* Top image links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.img_btn_wrapper {
    margin-right: -10px
}

.img_btn_outer_container_wide {
    max-width: 100%;
    padding: 0px 10px 5px 0px;
}

.img_btn_outer_container {
    float: left;
    max-width: 100%;
    /*	min-width: 180px;
*/
    padding: 0px 10px 5px 0px;
    box-sizing: border-box;
}

@media (min-width: 450px) {
    .img_btn_outer_container {
        max-width: 50%;
    }
}

@media (min-width: 700px) {
    .img_btn_outer_container {
        max-width: 33.3%;
    }
}

@media (min-width: 900px) {
    /*mutliple columns kicks in*/
    .img_btn_outer_container {
        max-width: 50%;
    }
}

@media (min-width: 1128px) {
    .img_btn_outer_container {
        width: 33.333%;
    }
}

.img_btn_container {
    position: relative;
}

.img_btn_container img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.img_btn_container img:hover {
    -webkit-filter: grayscale(100%);
    /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%);
    /* FF 35+ */
}

.img_btn_text_container {
    position: absolute;
    display: block;
    width: 100%;
    top: 0px;
    left: 0px;
}

.title-text-block {
    font-size: 1em;
    padding: 1px 6px;
    background-color: #ff8000;
    color: white;
    border-radius: 5px 5px 0px 0px;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
}

.subtitle-text-block {
    padding: 3px 6px;
    background-color: #000000;
    background-color: rgba(255, 255, 255, 0.85);
    color: #4c4c4c;
    font-weight: 600;
    font-size: 0.77em;
    line-height: 1.4em;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
}

.flex-container li img {
    max-width: 100%;
    height: auto;
}

.flex-item {
    flex: 1;
    padding: 0 5px;
    text-align: center;
}

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

@media (min-width: 400px) {
    .flex-container {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
    }
    .wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-container li {
        width: 50%;
        padding: 0 5px;
        box-sizing: border-box;
    }
}

@media (min-width: 700px) {
    .flex-container li {
        width: 33.333%;
    }
}

@media (min-width: 900px) {
    .flex-container li {
        width: 50%;
    }
}

@media (min-width: 1100px) {
    .flex-container li {
        width: 33.333%;
    }
}

.topimagelinks img {
    max-width: 200px;
    width: auto;
    height: auto;
}

.topimagelinks a:nth-of-type(odd) {
    padding-right: 10px;
}


/* Larger than desktop */

@media (min-width: 1000px) {
    .topimagelinks img {
        max-width: 250px;
    }
    .topimagelinks a:nth-of-type(odd) {
        padding-right: 20px;
    }
}


/* Larger than Desktop HD */

@media (min-width: 1200px) {
    .topimagelinks img {
        max-width: 294px;
    }
    .topimagelinks a:nth-of-type(odd) {
        padding-right: 27px;
    }
}


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */

@media (min-width: 400px) {}


/* Larger than phablet (also point when grid becomes active) */

@media (min-width: 550px) {}


/* Larger than tablet */

@media (min-width: 750px) {}


/* Larger than desktop */

@media (min-width: 1000px) {}


/* Larger than Desktop HD */

@media (min-width: 1200px) {}

@media only screen and (max-width: 40.0625em) {
    .wpsisac-slick-slider-wrp {
        display: none;
    }
}


/*PAGE SPECIFIC STUFF*/

.references ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.references ul li {
    margin-bottom: .2rem;
    font-size: .8em;
}

.faq {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.title {
    flex: 1;
}

.arrow {
    flex: 0 0 25px;
    align-self: flex-end;
}

.faqs h4 {
    font-size: 2rem;
    margin: 0;
}

.faqs a.menuitem {
    border: 1px solid #ff8000;
    background-color: #e4e4e4;
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #222;
    background-color: #e4e4e4;
    margin-bottom: 1em;
}

.faqs a.menuitem:hover {
    background-color: #ff8000;
    color: #FFFFFF;
}

.faqs a.active {
    background: none;
    background-color: #ff8000;
    color: #FFFFFF;
}

.faqs a.active img {
    display: none;
}

.page-id-83 .thumbnail {
    padding-right: 5px;
    float: left;
}

.papers li {
    list-style: none;
    font-size: 0.8em;
}


/* blog */

.single-blog_post h2.entry-title {
    margin-bottom: 0px;
}

.single-blog_post .entry-meta {
    margin-bottom: 1em;
    font-size: 0.8em;
}

.blog_post_content img {
    width: 100%;
    height: auto;
}


/* @media (min-width: 500px) {
    .blog_post_content img {
        max-width: 50%;
    }
} */
/*AV archive*/
.av-list{
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
}
.av-item{
    background-color: #f8f8f8;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.av-item-top{
    flex-grow: 1;
}
@media (min-width: 1000px) {
    .av-list{
        grid-template-columns: 50% 50%;
    }

}


/*Newsletter archive*/
.newsletter-list{
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
}
.newsletter-item{
    padding: 0px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.newsletter-item p{
    margin-bottom: 0px;
}

@media (min-width: 1000px) {
    .newsletter-list{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .newsletter-item-top{
        flex-grow: 1;
    }
    .newsletter-item-top img{
        padding-top: 23px;
    }
    
}
.follow_btns{
margin-bottom:10px;
}
.follow_btns a{
text-decoration: none;
margin-right:8px;
}