/*
Theme Name: Accountable Northwest
Theme URI: https://pbwebd.com/
Description: Fresh New Website for the new company direction.
Author: PBwebD
Text Domain: pbwebd
Version: 1.0.0
*/

/* Resets */
:root {
      --main: #272a68;
    --accent: #898fa5;
       /* --cta: #2a6827; */
       --cta: #2F93C9;
     --light: #f3f4f9;
}

::-webkit-input-placeholder {
    color: #999 !important;
}
::-moz-placeholder {
    color: #999 !important;
}
:-ms-input-placeholder {
    color: #999 !important;
}

body {
    font-family: 'Verdana', 'Calibri', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #363636;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.25;
    font-weight: 400;
    font-family: "acumin-pro-condensed", 'Calibri', 'Verdana', sans-serif;
    color: var(--main);
}

h1 {
    font-size: 2.5rem;
    padding-bottom: 10px;
}
h2 {
    font-size: 2.25rem;
    padding-bottom: 10px;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: var(--accent);
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}

blockquote {
    border-left: 3px solid #eee;
    padding-left: 20px;
    margin-left: 20px;
}

input, textarea, select {
    font-size: 16px;
}

.wp-block-button__link {
		background-color: #23275d ;
	border-radius: 3px;
	font-family: "acumin-pro-condensed", 'Calibri', 'Verdana', sans-serif !important;
	font-size: 22px;
	font-weight: 400;
	padding: 12px 20px 14px
}

/* WP Core Styles */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
img.alignright { float: right; margin: 5px 0 20px 20px; }
img.alignnone { margin: 5px 20px 20px 0; }
img.alignleft { float: left; margin: 5px 20px 20px 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
p.wp-caption-text { font-size: 12px; text-align: center; line-height: 1; margin-top: 0; }

/* Main Stuff */
.inner {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.btn, input[type="submit"] {
    display: inline-block;
    font-family: "acumin-pro-condensed", 'Calibri', 'Verdana', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    background: var(--cta);
    color: #FFF;
    padding: 5px 25px 7px;
    border-radius: 30px;
    -webkit-appearance: none;
    border: none;
}
input[type="submit"] {
    background-color: var(--main);
    vertical-align: middle;
    padding: 5px 10px 7px;
}
.btn:hover, input[type="submit"]:hover {
    background: var(--accent);
}

.subtitle {
    font-size: 14px;
    color: var(--accent);
}
.main-color, .subtitle.main-color {
    color: var(--main);
}

.hide-desktop {
    display: none;
}

/* Header */
header {
    height: 100px;
    border-top: 8px solid var(--accent);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-wrapper {
    width: 100%;
    background: var(--light);
}

.header-logo img {
    max-width: 175px;
    max-height: 100px;
    width: auto;
    height: auto;
    transition: all 300ms;
    margin: 15px 0;
}

.header_scrolled .header-sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}
.admin-bar .header_scrolled .header-sticky {
    top: 32px;
}
.header_scrolled .header-logo img {
    max-width: 65px;
    margin: 5px 0;
}

/* Nav */
#nav-toggle {
    display: none;
}

header ul {
    padding-left: 0;
    margin-bottom: 0;
}
.header-nav {
    width: 100%;
}
.main-menu {
    display: flex;
    justify-content: space-between;
}
.main-menu nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 30px;
}
.main-menu li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.main-menu a {
    display: block;
    font-family: "acumin-pro-condensed", 'Calibri', 'Verdana', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 15px;
    color: var(--main);
    padding: 10px 25px 15px 0;
}
.main-menu a:hover, .main-menu li.current-menu-item > a {
    color: var(--accent);
}
.main-menu .menu-item-has-children > a {
  position: relative;
  padding-right: 40px;
}
.main-menu .menu-item-has-children > a:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 21px;
    bottom: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--main);
}
.main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: -15px;
    padding: 10px 0 13px;
    min-width: 200px;
    background: #FFF;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    z-index: 9;
}
.main-menu .sub-menu li {
    display: block;
    margin-left: 0;
}
.main-menu .sub-menu a {
    padding: 10px 15px;
}
.main-menu .menu-item-has-children:hover .sub-menu {
    display: block;
}

.menu-nav-buttons-container {
    margin-right: 25px;
}
.menu-nav-buttons-container li {
    text-align: center;
}
.menu-nav-buttons-container a {
    background: var(--cta);
    color: #FFF !important;
    border-radius: 20px;
    padding: 10px 17px 13px;
    transition: background 300ms;
}
.menu-nav-buttons-container .alt a {
    background: var(--main);
}
.menu-nav-buttons-container a:hover {
    background: var(--accent);
}


.social-nav ul {
    white-space: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-nav li {
    display: inline-block;
    margin: 0 3px;
}
.social-nav a {
    font-size: 0;
    color: #272a68;
    display: block;
    position: relative;
    height: 30px;
    width: 25px;
    padding: 0;
    margin-top: 5px;
}
.social-nav a:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    line-height: 30px;
    color: #272a68;
    transition: color 300ms;
}
.social-nav .facebook a:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f082";
}
.social-nav .twitter a:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f081";
}
.social-nav a:hover:before {
    color: #ddd;
}

/* Slider Stuff */
 .slick-arrow {
    position: absolute;
    z-index: 99;
    top: calc(50% - 23px);
    border: none;
    font-size: 0;
    color: transparent;
    background-color: rgba(0,0,0,0);
    background-size: 30px auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 30px;
    padding: 0;
    transition: background 300ms;
    cursor: pointer;
} 
 .slick-prev {
    left: 25px;
	background-image: url(https://accountablenw.org/wp-content/uploads/2021/04/slide-left.png);
}
.slick-next {
    right: 25px;
    background-image: url(https://accountablenw.org/wp-content/uploads/2021/04/slide-right.png);
}
.slick-arrow:hover {
    background-color: #000;
}
.slide-inner {
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-gap: 20px;
    min-height: 450px;
    padding: 40px 75px;
}
.slide-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}
.slide-content {
    padding: 20px 30px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}
.slide-content h2 {
    font-size: 26px;
    line-height: 1.15;
}
.slide-content h2 a {
    color: var(--main);
}
.slide-content p {
    font-size: 14px;
}
.slide-content a {
    text-decoration: none;
}
.slide-content .subtitle {
    font-size: 12px;
}
.slide-content .btn {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Home Stuff */
.front-top {
    display: flex;
}
.front-top .slider {
    width: calc(100% - 330px);
}
.front-sidebar {
    position: relative;
    z-index: 99;
    width: 330px;
    flex: 1;
    margin-top: 40px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.twitter-feed {
    border: 1px solid rgba(15,70,100,.12);
    max-height: 500px;
    overflow: auto;
}
.home .twitter-feed {
    height: 450px;
    overflow: auto;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    border: none;
}

.callout-bar {
    background: var(--main);
    color: #FFF;
    padding: 0 25px;
}
.callout-bar .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.callout-bar-divider {
    height: 3px;
    width: 100%;
    background: var(--accent);
    opacity: 0.3;
}

.callout-button {
    margin: 50px 25px 50px 0;
}
.callout-button .btn {
    white-space: nowrap;
    background: var(--accent);
}
.callout-button .btn:hover {
    background: var(--cta);
}

.callout-title h4 {
    margin: 0;
}
.callout-title a {
    text-decoration: none;
    color: #FFF;
}

.blog-feed {
    background: var(--light);
    padding: 50px 0;
}
.blog-feed h1 {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 20px 20px;
}

.inner-blog-feed {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 35px;
    padding: 0 20px;
}

.home .inner-blog-feed {
    grid-template-columns: repeat(2, 1fr);
}

.post-wrapper {
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-gap: 25px;
    background: #FFF;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.home .post-wrapper {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr 2fr;
}
.home .post-wrapper:nth-child(3n) {
    grid-column-start: 1;
    grid-column-end: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px;
}

.post-wrapper img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.home .post-wrapper img {
    max-height: 240px;
}

.post-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 10px;
}
.home .post-inner {
    margin-top: 25px;
}

.post-wrapper:nth-child(3n) .post-inner {
    margin-top: 0;
}
.post-inner h2 {
    font-size: 26px;
    line-height: 1;
}
.post-inner h2 a {
    text-decoration: none;
    color: var(--main);
}

.post-inner p {
    font-size: 14px;
}
.home .post-inner p {
    font-size: 16px;
}
.post-inner .subtitle, .post-inner p .subtitle, .post-inner p.subtitle {
    font-size: 12px;
}

.post-info {
    margin-bottom: 1rem;
}
.post-info p {
    margin-bottom: 0;
}

.post-inner .btn {
    margin-top: 15px;
}

.more-btn {
    text-align: center;
    margin: 50px 20px 20px;
}
.more-btn .btn {
    background: var(--main);
}
.more-btn .btn:hover {
    background: var(--cta);
}

/* Form Stuff */
.hustle-ui {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.hustle-no-scroll header, .hustle-no-scroll main, .hustle-no-scroll footer {
    filter: blur(3px);
}
.hustle-ui .hustle-button-icon.hustle-button-close {
    position: absolute;
    top: 27px;
    right: 18px;
}
.hustle-nsa-link {
    margin-top: 5px !important;
}
div.hustle-ui .hustle-info .hustle-group-content ul:not([class*=forminator-]) li:before {
    display: none;
}

.page-wrapper .forminator-ui.forminator-custom-form-6.forminator-design--default .forminator-label, .page-wrapper .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form-6.forminator-design--default .forminator-label {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Verdana', 'Calibri', sans-serif;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: unset;
    color: #363636;
}
.page-wrapper .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-button, .page-wrapper .forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
    font-family: "acumin-pro-condensed", 'Calibri', 'Verdana', sans-serif;
    font-size: 20px;
    line-height: 15px;
    text-transform: uppercase;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: unset;
    border-radius: 6px !important;
	background: #2F93C9 !important;
    padding: 10px 17px 13px;
}

/* Action Network Forms */
div#can_embed_form, div#can_embed_form #d_sharing {
    border: none !important;
}
div#can_embed_form {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
div#can_embed_form input {
    font-family: 'Verdana', 'Calibri', sans-serif !important;
}
div#can_embed_form.can_float #form_col1, div#can_embed_form.can_float #form_col2 {
    width: 100% !important;
    float: none !important;
}
div#can_embed_form h2, div.can_embed.form #can_embed_form_inner > h2 {
    font-family: "acumin-pro-condensed", 'Calibri', 'Verdana', sans-serif !important;
    letter-spacing: 0 !important;
    border: none !important;
    margin-bottom: 0 !important;
}
div#can_embed_form input[type="submit"] {
    display: inline-block !important;
    font-family: "acumin-pro-condensed", 'Calibri', 'Verdana', sans-serif !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    color: #FFF !important;
    background: #2F93C9 !important;
    border-radius: 6px !important;
    width: auto !important;
    transition: background 300ms !important;
    padding: 5px 35px 7px !important;
    margin-bottom: 0 !important;
}
div#can_embed_form .floatlabel-wrapper .floatlabel-label.floatlabel-label-focus {
    color: var(--main) !important;
}
div#can_embed_form input[type=text]:focus, div#can_embed_form input[type=password]:focus, div#can_embed_form input[type=url]:focus, div#can_embed_form input[type=email]:focus, div#can_embed_form input[type=tel]:focus, div#can_embed_form input[type=number]:focus, div#can_embed_form textarea:focus {
    border-color: var(--main) !important;
}
div#can_embed_form .international_link {
    color: var(--main) !important;
}
div#can_embed_form #logo_wrap, div#can_embed_form #action_info, div#can_embed_form h4 {
    display: none !important;
}

/* Page Stuff */
.page-wrapper.has-sidebar {
    padding-right: 20px;
}

.page-wrapper h2, .page-wrapper h3, .page-wrapper h4, .page-wrapper h5, .page-wrapper h6 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-wrapper .inner {
    padding-top: 25px;
}
.title-wrapper {
    padding: 10px 20px 30px;
}
.title-wrapper h1 {
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}
.title-wrapper h4 {
    color: var(--cta);
    margin-top: 0;
}
.has-sidebar .inner {
    display: grid;
    grid-template-columns: 2fr 330px;
    grid-gap: 50px;
}
.content-wrapper {
    padding: 0 20px 50px;
}

.page-sidebar {
    padding-top: 20px;
    padding-bottom: 75px;
}

.searchform label {
    display: none;
}
.searchform input[type="text"] {
    line-height: 35px!important;
    border: 1px solid #b0b0b0!important;
    padding: 4px 14px!important;
}

/* Archive Stuff */
.archive-wrapper.has-sidebar .inner {
    grid-gap: 25px;
}

.navigation.pagination {
    border-top: 2px solid #efefef;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 20px;
}
.navigation.pagination > * {
    display: inline-block;
}
.navigation.pagination h2 {
    font-size: 22px;
    text-transform: uppercase;
    padding-left: 20px;
}
.navigation.pagination .nav-links {
    padding-left: 10px;
}
.navigation.pagination .nav-links > * {
    padding-left: 3px;
    padding-right: 3px;
}

/* Single Stuff */
.single-post h1 {
    margin-bottom: 0;
}

.twitter-share-button {
    display: inline-block;
    vertical-align: middle;
}
.post-share {
    padding-top: 10px;
}

/* Sidebar Stuff */
.side-feed {
    margin-bottom: 30px;
}

/* Footer */
footer {
    color: #FFF;
    background: var(--main);
    padding: 50px 25px;
}

footer h2, footer h3, footer .can_embed.form div#can_embed_form h2 {
    position: relative;
    font-weight: 400 !important;
    color: #FFF !important;
    margin-bottom: 30px !important;
}
footer .can_embed.form div#can_embed_form h2 {
    padding-bottom: 0 !important;
}
footer h2:after, footer h3:after, footer div#can_embed_form h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 100px;
    background: var(--accent);
}

footer p {
    font-size: 12px;
    margin: 0;
}
footer a {
    text-decoration: none;
    color: #FFF;
}

footer ul ul {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 25px;
}

footer .inner {
    display: flex;
}
.footer-col {
    flex: 1;
}

.footer-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .social-nav li {
    vertical-align: top;
}
footer .social-nav a:before {
    color: #ffffff;
}

.footer-center {
    padding-left: 15px;
    padding-right: 15px;
}

footer .menu:not(.social-menu-list) {
    list-style: none;
    padding-left: 25px;
    padding-right: 25px;
}
footer .menu:not(.social-menu-list) li {
    position: relative;
    margin-bottom: 10px;
}
footer div:not(.social-menu-list) .menu li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f101';
    content: '\f042';
    position: absolute;
    top: 4px;
    left: -22px;
    font-size: 12px;
    color: var(--accent);
}

footer div#can_embed_form {
    background-color: transparent !important;
    padding: 0 !important;
}
footer div#can_embed_form form {
    padding-top: 20px;
}

footer div#can_embed_form form li.core_field, footer div#can_embed_form form li.control-group {
    width: calc(50% - 4px) !important;
    margin-right: 2px !important;
    display: inline-block;
}

footer div#can_embed_form input {
    margin-bottom: 7px!important;
}

footer div#can_embed_form ::-webkit-input-placeholder {
    color: transparent !important;
}
footer div#can_embed_form ::-moz-placeholder {
    color: transparent !important;
}
footer div#can_embed_form :-ms-input-placeholder {
    color: transparent !important;
}

footer div#can_embed_form input[type=text], footer div#can_embed_form input[type=password], footer div#can_embed_form input[type=url], footer div#can_embed_form input[type=email], footer div#can_embed_form input[type=tel], footer div#can_embed_form input[type=number] {
    border: none !important;
    background-color: #f5f5f5 !important;
    height: 50px !important;
    padding-top: 18px !important;
}
footer div#can_embed_form .floatlabel-wrapper .floatlabel-label {
    top: 0 !important;
    opacity: 1 !important;
    padding-left: 0 !important;
}
footer div#can_embed_form .floatlabel-wrapper .floatlabel-label:after {
    background: transparent !important;
}

footer div#can_embed_form .international_link-wrap {
    margin-top: -5px !important;
}
footer div#can_embed_form .international_link {
    color: var(--accent) !important;
}

.copyright {
    padding-bottom: 10px;
}

/* Responsive */
@media screen and (max-width: 1191px){
    footer div#can_embed_form form li.core_field, footer div#can_embed_form form li.control-group {
        width: calc(49% - 4px) !important;
    }
}

@media screen and (max-width: 1125px){
    .display-desktop {
        display: none;
    }
    .hide-desktop {
        display: block;
    }

    header {
        height: 85px;
        border-width: 4px;
    }
    .header-logo img {
        max-width: 85px;
        margin: 5px 0;
    }
    .main-menu nav {
        align-items: center;
        margin-left: 20px;
    }
    .menu-nav-buttons-container {
        margin-right: 15px;
    }
    header .social-nav ul {
        padding-bottom: 6px;
    }
    header .social-nav li {
        display: block;
    }

    .front-top {
        display: block;
    }
    .front-top .slider {
        width: 100%;
    }
    .slide-inner {
        height: calc(100% - 100px);
    }

    .front-sidebar {
        float: right;
        padding-top: 88px;
    }

    .blog-feed h1 {
        padding: 0 10px 20px;
    }

    .home .inner-blog-feed {
        grid-template-columns: 1fr;
        padding-left: 10px;
    }
    .home .post-wrapper {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .home .post-wrapper:nth-child(3n) {
        grid-template-columns: 1fr;
    }

    .home .twitter-feed {
        height: 100%;
        max-height: 2500px;
    }
}

@media screen and (max-width: 1075px){
    .archive-wrapper .post-wrapper {
        grid-template-columns: 1fr;
    }
    .archive-wrapper .post-inner h2 {
        margin-top: 0;
    }
}

@media screen and (max-width: 930px){
    .has-sidebar .inner {
        display: block;
    }
    .page-wrapper.has-sidebar {
        padding-right: 0;
    }

    .page-sidebar {
        padding-bottom: 40px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .feed-wrapper {
        max-width: 730px;
        margin-left: auto;
        margin-right: auto;
    }
    .side-feed {
        width: 330px;
        display: inline-block;
        vertical-align: top;
        margin: 0 15px 30px;
    }

    .widget_search {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    footer .inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        padding: 0;
    }

    .footer-col {
        padding: 0;
    }
    .footer-info {
        order: 3
    }
    .footer-info-text {
        margin-bottom: 25px;
    }
    .footer-center {
        order: 2;
    }
    .footer-pledge {
        order: 1;
        grid-column-start: 1;
        grid-column-end: 3;
        width: 100%;
        margin-bottom: 50px;
    }

    footer div#can_embed_form form li.core_field, footer div#can_embed_form form li.control-group {
        width: 100% !important;
    }

    .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-input, .forminator-ui.forminator-custom-form[data-design=default] .forminator-input, .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-textarea, .forminator-ui.forminator-custom-form[data-design=default] .forminator-textarea {
        width: calc(100% - 20px) !important;
    }
}

@media screen and (max-width: 825px){
    header {
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
        height: auto;
    }

    #nav-toggle {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
    }
    #nav-toggle span {
        font-size: 26px;
    }
    .header-nav {
        width: auto;
    }

    .main-menu, .main-menu nav {
        display: block;
    }
    .main-menu {
        display: none;
        position: absolute;
        z-index: 999;
        left: 0;
        right: 0;
        top: 80px;
        background: var(--light);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    .main-menu nav {
        margin: 0;
    }
    .main-menu li {
        display: block;
        margin: 0;
    }
    .main-menu a {
        text-align: center;
        padding: 12px 20px;
        margin-bottom: 5px;
    }
    .main-menu .menu-item-has-children > a {
        padding-right: 20px;
    }
    .main-menu .sub-menu {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        padding: 3px 0 1px;
        box-shadow: none;
    }

    .menu-nav-buttons-container {
        margin-right: 0;
    }
    .menu-nav-buttons-container a {
        max-width: 80%;
        margin: 10px auto;
    }

    header .social-nav ul {
        text-align: center;
    }
    header .social-nav li {
        display: inline-block;
        padding-bottom: 8px;
        margin: 0 5px;
    }
    header .social-nav a {
        padding: 0;
    }

    .side-feed {
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 768px){
    .front-sidebar {
        width: calc(100% - 60px);
        padding: 0 30px;
    }
    .home .twitter-feed {
        display: none;
    }

    .home .inner-blog-feed {
        padding-right: 10px;
    }

    .slide-inner {
        display: block;
        height: auto;
    }
    .slide-image img {
        max-height: 190px;
    }
}

@media screen and (max-width: 570px){
    .callout-bar .inner {
        display: grid;
        width: 100%;
        padding: 0 5px;
    }
    .callout-button {
        order: 2;
        margin: 20px 25px 30px 0;
    }
    .callout-title {
        margin-top: 25px;
    }

    footer .inner {
        grid-template-columns: 1fr;
    }
    .footer-pledge {
        grid-column-end: 2;
    }
    .footer-info {
        margin-top: 35px;
    }
}

@media screen and (max-width: 450px){
    h1 {
        font-size: 33px;
    }
    .page-sidebar, .content-wrapper, .title-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}