/*
Theme Name: red_underscores
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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: red_underscores
Tags:

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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
    ### Header Nav Menu
# Accessibility
# Alignments
# Clearings
# Widgets
  ## Latest Posts Sidebar
  ## Return To Top
# Content
    ## Posts and pages
      ### Specific Pages
        #### Home
          ##### Social Feed
        #### Events
        #### Bills of Interest
      ### Header
      ### Footer
      ### Search
      ### Single
        #### Event Single
      ### Search and Filter Results
      ### Search and Filter Form
  ## Asides
    ### Custom Buttons
    ### Custom Header Image Background Positions
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Slider
# Media Queries

--------------------------------------------------------------*/
/* Color Values */

/*
GREEN
CMYK: c49 m11 y52 k0
RGB: r137 g185 b146
Web hex #89b992

BLUE-GREY
CMYK: C70 M40 Y42 K9
RGB: R86 G124 B131
Web hex #567c83

DARK GREY
CMYK: c82m67 y59 k68
RGB: r23 g36 b42
Web hex #17242a

AQUA
CMYK: c72 m7 y39 k0
RGB: r52 g176 b169
Web hex #34b0a9

DARK AQUA
CMYK: c83 m34 y52 k11
RGB: r38 g123 b120
Web hex #267b78

RED
CMYK: c15 m87 y72 k3
RGB: r203 g68 b72
Web hex #cb4448

DARK RED
CMYK: c23 m99 y98 k16
RGB: r169 g33 b36
Web hex #a92124

PALE GREY
CMYK: c12 m0 y5 k0
RGB: r222 g242 b241
Web hex #def2f1

*/

/*@font-face {
  font-family: 'icomoon';
  src:  url('fonts/custom-icon-font/icomoon/fonts/icomoon.eot?6aaqsp');
  src:  url('fonts/custom-icon-font/icomoon/fonts/icomoon.eot?6aaqsp#iefix') format('embedded-opentype'),
    url('fonts/custom-icon-font/icomoon/fonts/icomoon.ttf?6aaqsp') format('truetype'),
    url('fonts/custom-icon-font/icomoon/fonts/icomoon.woff?6aaqsp') format('woff'),
    url('fonts/custom-icon-font/icomoon/fonts/icomoon.svg?6aaqsp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
  -webkit-font-smoothing: antialiased;
/* to prevent double scrollbar created by Superfly Menu */
  overflow-x: visible !important;

}

/* Fixes empty space at right on mobile */
/*@media screen and (max-width: 412px) {
  html {
    width: fit-content;
  }
}*/

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: color .1s ease-in;
  -moz-transition: color .1s ease-in;
  -o-transition: color .1s ease-in;
  -ms-transition: color .1s ease-in;
  transition: color .1s ease-in;
}

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

}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

/*figure {
  margin: 1em 40px;
}*/

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
  -webkit-transition: background-color .25s ease-in, color .25s ease-in;
  -moz-transition: background-color .25s ease-in, color .25s ease-in;
  -o-transition: background-color .25s ease-in, color .25s ease-in;
  -ms-transition: background-color .25s ease-in, color .25s ease-in;
  transition: background-color .25s ease-in, color .25s ease-in;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: 'Open Sans Regular';
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.main-page-block .fl-module-content a.fl-button {
  background-color: #cb4448;
  border: 1px solid #cb4448;

  -webkit-transition: background-color .25s ease-in, color .25s ease-in, border-color .25s ease-in;
  -moz-transition: background-color .25s ease-in, color .25s ease-in, border-color .25s ease-in;
  -o-transition: background-color .25s ease-in, color .25s ease-in, border-color .25s ease-in;
  -ms-transition: background-color .25s ease-in, color .25s ease-in, border-color .25s ease-in;
  transition: background-color .25s ease-in, color .25s ease-in, border-color .25s ease-in;
}

.main-page-block .fl-module-content a.fl-button:hover,
.main-page-block .fl-module-content a.fl-button:focus {
  background-color: #34b0a9;
  border-color: #34b0a9;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.line-header {
  clear: both;
  font-family: 'Work Sans Medium';
  margin-bottom: 2px;
}
h1 {
  font-size: 38px;
  letter-spacing: .01em;
}
h2,
.line-header {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-family: 'Work Sans Semi Bold';
  font-size: 18px;
}

/* @media screen and (max-width: 767px) {
  h2 {
    line-height: 1.2;
  }
} */

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  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/ */
  box-sizing: inherit;
}

body {
  background-color: #17242a;  /*Fallback for when there is no custom background color defined. */
}

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

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

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

li {
  font-size: 20px;
  margin-top: 0;
  letter-spacing: .025em;
  line-height: 1.6;
  /*list-style-position: inside;*/
}

ul,
ol {
  /* margin: 0 0 1.5em 3em; */
  /*margin: 0 0 1.5em 0;*/
  margin: 0 0 1.5em 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  /*border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;*/
  background: rgb(203, 68, 72);
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);*/
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  /*border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
  background: #49b8b2;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  /*border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.sfm-menu-level-0>li>a {
    color: #cb4448 !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}
#sfm-sidebar .sfm-menu li.sfm-submenu-visible:hover>a {
    color: #cb4448 !important;
}
body.is-touch-device #sfm-sidebar .sfm-menu li:hover>a {
    color: #cb4448 !important;
    outline-color: transparent;
}
body.is-touch-device #sfm-sidebar .sfm-menu-level-0>li>a:focus,
#sfm-sidebar .sfm-menu-level-0>li>a:focus {
    outline: solid 1px #fff;
}
.sfm-style-full #sfm-sidebar .sfm-logo {
  display: none;
}
.sfm-toggle-hover .sfm-sidebar-close {
  display: block;
}
.sfm-style-full .sfm-sidebar-close {
  right: 0;
}

.main-navigation ul.sub-menu ul.sub-menu {
	margin-left: 200px;
	display: none;
}
.main-navigation ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
}
.main-navigation li.current_page_parent {
    background-color: #cb4448;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

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

.main-navigation li {
  float: left;
  position: relative;

  font-size: 16px;
  margin-top: 0;
  letter-spacing: .025em;
  line-height: 1.5;
}

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

.main-navigation ul ul {
  background-color: rgba(23, 36, 42, 0);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  /*top: 1.5em;*/
  /*top: 60px;*/
  /*opacity: 0;*/
  left: -999em;
  /*left: 0;*/
  z-index: 99999;

/*  -webkit-transition: top 1 ease-in;
  transition: top .3 ease-in;*/
  transition: background .4s ease-in;
  transition-property: background;
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
  transition-delay: 0s;

/*  transition: left .4s ease-in .4s;
  transition-property: left;
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
  transition-delay: .4s;*/
}

/* Flying menu transition */
ul#primary-menu li.menu-item:hover ul.sub-menu,
ul#primary-menu li.menu-item:focus ul.sub-menu {
  left: 0;
  /*opacity: 1;*/
}


/*ul#primary-menu li.menu-item.active ul.sub-menu {
  left: 0;
}*/

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

.main-navigation ul ul a {
  width: 185px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  /*left: auto;*/
  /*left: 0;*/
}

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  /* display: block; */
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.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%;
}

/*--------------------------------------------------------------
### Header Nav Menu
--------------------------------------------------------------*/

.admin-bar .header__nav-background.shrink {
    top: 32px;
}

.header__main-navigation {
    display: flex;
    font-family: 'Work Sans Medium';
    justify-content: flex-end;
}

/* Targets search-glass too */
.header__main-navigation .menu-item {
  /*padding: 0 30px;*/
  padding: 5px 10px 5px 25px;
  margin: 0 10px;
  cursor: pointer;
}

ul#primary-menu > .menu-item:before {
  color: #cb4448;
  content: "\e906";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-size: 0.8em;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  position: absolute;
  /*left: 12px;*/
  left: 8px;
  /*top: 50%;*/
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

ul#primary-menu > .menu-item:hover:before,
ul#primary-menu > .menu-item:focus:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
/*  -webkit-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  -ms-transition: all .4s ease-in;
  transition: all .4s ease-in;*/
}

/* First level menu item */
ul#primary-menu > .menu-item {
  background-color: transparent;
  letter-spacing: 0.035em;
  font-weight: 400;

/*  -webkit-transition: background-color .4s ease-in;
  -moz-transition: background-color .4s ease-in;
  -o-transition: background-color .4s ease-in;
  -ms-transition: background-color .4s ease-in;
  transition: background-color .4s ease-in;*/
}

ul#primary-menu > .menu-item:hover,
ul#primary-menu > .menu-item:focus,
ul#primary-menu > .menu-item:hover ul.sub-menu,
ul#primary-menu > .menu-item:focus ul.sub-menu {
  background-color: rgba(23, 36, 42, 1);
  -webkit-transition: background-color .4s ease-in;
  -moz-transition: background-color .4s ease-in;
  -o-transition: background-color .4s ease-in;
  -ms-transition: background-color .4s ease-in;
  transition: background-color .4s ease-in;
}

ul#primary-menu > .menu-item:hover ul.sub-menu li.menu-item,
ul#primary-menu > .menu-item:focus ul.sub-menu li.menu-item {
  opacity: 1;
}

/*li.menu-item.active {
  background-color: rgba(23, 36, 42, 1);
  transition: background .4s ease-in;
  transition-property: background;
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
  transition-delay: 0s;
}*/

/*ul#primary-menu > .menu-item:hover,
ul#primary-menu > .menu-item:focus {

}*/

/* 1st level menu item LINK */
ul#primary-menu > .menu-item a {
  color: #17242a;
  text-shadow: 0px 0 0 currentColor;
  display: inline-block;
  vertical-align: sub;
}
ul#primary-menu .menu-item:hover a,
ul#primary-menu .menu-item:focus a {
  color: #fff;
}

ul#primary-menu > .menu-item.menu-item-173 {
  padding-left: 10px;
}
ul#primary-menu > .menu-item.menu-item-173:hover,
ul#primary-menu > .menu-item.menu-item-173:focus {
  background-color: rgba(23, 36, 42, 0);
}

ul#primary-menu > .menu-item.menu-item-173:before {
  content: "";
}

ul.sub-menu {
  color: #fff;
  margin-top: 5px;
  /*padding: 25px 15px;*/
  padding: 21px 10px;
  text-transform: uppercase;

  transition: background .4s ease-in;
  transition-property: background;
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
  transition-delay: 0s;
}

/* 2nd level menu items */
ul.sub-menu li.menu-item {
  opacity: 0;
  border-top: 1px solid rgba(222, 242, 241, .5);
  margin: 0;
  /*padding: 6px 10px;*/
  padding: 5px 10px;
  letter-spacing: .075em;
  font-size: 14px;
  align-items: center;
  display: flex;

  transition: opacity .4s ease-in;
  transition-property: opacity;
  transition-duration: .4s;
  transition-timing-function: ease-in;
  transition-delay: 0s;
}
ul.sub-menu li.menu-item:last-child {
  border-bottom: 1px solid rgba(222, 242, 241, .5);
  padding-right: 10px;
}
ul.sub-menu li.menu-item:hover,
ul.sub-menu li.menu-item:focus {
  background-color: #cb4448;

  transition: all .1s ease-in;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  transition-delay: 0s;
}

ul#primary-menu ul.sub-menu li.menu-item a {
  color: #fff;
  font-size: 14px;
  text-shadow: none;
  display: inline-block;
  line-height: 22px;
}

.header__main-navigation-container {
  padding: 0;
}

.header__main-navigation .menu-item:last-child {
  padding-right: 0;
  margin-right: 0;
}

/* Highlights active page */
ul#primary-menu > .menu-item.current-page-ancestor a,
ul#primary-menu > .menu-item.current-menu-item a,
.blog-posts ul#primary-menu > .menu-item.blog-menu > a,
.resources ul#primary-menu > .menu-item.resources-menu > a,
.in-the-news ul#primary-menu > .menu-item.news-menu > a,
.news-releases ul#primary-menu > .menu-item.news-menu > a {
  color: #cb4448;
}

ul#primary-menu > .menu-item.current-page-ancestor:before,
ul#primary-menu > .menu-item.current-menu-item:before,
.blog-posts ul#primary-menu > .menu-item.blog-menu:before,
.resources ul#primary-menu > .menu-item.resources-menu:before,
.in-the-news ul#primary-menu > .menu-item.news-menu:before,
.news-releases ul#primary-menu > .menu-item.news-menu:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

ul.sub-menu li.menu-item.current-menu-item {
  background-color: #cb4448;
}

/* Mobile Nav Menu Toggle */

#menu-icon {
  display: none;
  text-align: right;
}

#menu-icon div {
  color: #17242a;
  padding-right: 10px;
  text-decoration: none;
}

#menu-icon div > * {
  padding: 0 3px;
}

@media screen and (max-width: 1100px) {
  .header__main-navigation-container {
    width: 100%;
  }
}

@media screen and (max-width: 1045px) {
  #menu-icon {
    display: block;
  }
/*  .header__main-navigation-container {
    width: 100%;
  }*/
  .header__main-navigation {
    display: none;
  }
}

/*--------------------------------------------------------------
# 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;
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

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

article.post .entry-content img {
  margin-top: 0;
}

/*--------------------------------------------------------------
# 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;
}

.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%;
}

/* Search widget. */
/*.widget_search .search-submit {
  display: none;
}*/

/*--------------------------------------------------------------
## Latest Posts Sidebar
--------------------------------------------------------------*/

.latest-posts-sidebar {
  margin-left: 15px;
  margin-bottom: 40px;
}
.atest-posts-sidebar:last-child {
  margin-bottom: 0;
}
.latest-posts-sidebar__title {
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Work Sans Medium";
  font-weight: 400;
}
.main-page-block .latest-posts-sidebar__title {
  color: #ffffff;
  font-family: "Work Sans Medium";
  margin-top: 0;
}
.main-page-block .latest-posts-sidebar__title:hover,
.main-page-block .latest-posts-sidebar__title:focus {
  color: #fff;
  cursor: inherit;
}
.latest-posts-sidebar__title-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 20px;
  /*max-width: 344px;*/
  min-height: 52px;
  background-color: #567c83;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 93% 10px;
}

.latest-posts-sidebar__posts-container {
  padding: 30px 20px 44px;
  background-color: #edf1f1;
}
.latest-posts-sidebar__posts-container a {
    text-decoration: none;
}
#content .main-page-block .latest-posts-sidebar__posts-container a,
#content .main-page-block .fl-module-content .latest-posts-sidebar__posts-container a {
    text-decoration: none;
}
.latest-posts-sidebar__post {
  font-size: 22px;
  letter-spacing: .025em;
  line-height: 28px;
  color: #567c83;
  font-weight: 400;
  font-family: "Work Sans Medium";
}
.latest-posts-sidebar__post:hover,
.latest-posts-sidebar__post:focus {
  color: #cb4448;
}
.main-page-block .latest-posts-sidebar__post-container a:hover,
.main-page-block .latest-posts-sidebar__post-container a:focus,
#content .main-page-block .fl-module-content .latest-posts-sidebar__post-container a:hover,
#content .main-page-block .fl-module-content .latest-posts-sidebar__post-container a:focus  {
  color: #cb4448;
  text-decoration: none;
}
.latest-posts-sidebar__hr {
  margin: 10px 0;
  background-color: #a9bdc1;
}
@media screen and (max-width: 1025px) {
  .latest-posts-sidebar {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .single__meta-container {
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
## Return to top
## https://codepen.io/rdallaire/pen/apoyx
--------------------------------------------------------------*/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(203, 68, 72);
    background: rgba(203, 68, 72, .7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
	left: 15px;
	top: 12px;
	font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgb(203, 68, 72);
}
#return-to-top:hover i {
    color: #fff;
    top: 6px;
}

/*--------------------------------------------------------------
## Issue Expert Sidebar
--------------------------------------------------------------*/

.issue-expert__meta {
  display: flex;
  width: 100%;
  /*padding: 30px 25px 30px;*/
}

.issue-expert__image {
  /*flex-basis: 0;*/
  margin-right: 20px;
}

.issue-expert__meta-info {
  /*flex-basis: 0;*/
  max-width: 158px;
  hyphens: auto;
}
.main-page-block .issue-expert__author-name,
.main-page-block .issue-expert__author-name h4 {
  margin-top: 0;
  font-family: 'Work Sans Semi Bold';
  text-transform: uppercase;
  letter-spacing: -.01em;
  color: #183135;
  font-size: 14px;
}
.issue-expert__author-title,
.main-page-block .issue-expert__author-title p {
  font-family: 'Open Sans Regular';
  font-size: 13px;
  color: #183135;
  text-shadow: 0.4px 0 0 currentColor;
  letter-spacing: -.01em;
  margin: 0;
}
.issue-expert__author-email,
.main-page-block .issue-expert__author-email p,
.main-page-block .issue-expert__author-email h4,
.main-page-block .issue-expert__author-email h4 a {
  font-family: 'Open Sans Regular';
  font-size: 13px;
  letter-spacing: -.01em;
  word-break: break-word;
  color: #183135;
  text-decoration: none;
  margin: 0;
}
.main-page-block .issue-expert__author-email h4 a:hover,
.main-page-block .issue-expert__author-email h4 a:focus {
  text-decoration: none;
}
.main-page-block .issue-expert__author-email a,
.main-page-block .fl-module-content .issue-expert__author-email a {
  color: #183135;
}

.issue-expert__image img {
  /*padding-right: 20px;*/
  min-width: 127px;
  max-width: 127px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.full-width-container {
  width: 100%;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.comp-max-width {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.comp-max-width.issues {
  max-width: 1200px;
}

.issues #content .fl-builder-content .search-filter-intro-text .fl-row-content-wrap,
.news #content .fl-builder-content .search-filter-intro-text .fl-row-content-wrap {
  padding: 0;
}

#page {
  background-color: #fff;
}

#content body.page .fl-row-content {
  max-width: 980px;
}

.entry-content.narrow-grid {
  max-width: 1300px;
  padding-left: 115px;
  padding-right: 115px;
  margin: auto;
  margin-bottom: 60px;
}

.entry-content.narrow-grid.events-page {
  padding-left: 185px;
  padding-right: 185px;
}

/* Margin/Padding for non-Beaver Builder Pages */
.entry-content img {
  margin-top: 20px;
  /* max-height: 460px; */
  object-fit: cover;
  /*margin-bottom: 20px;*/
}

.main-page-block img.fl-photo-img {
  /* max-height: 450px; */
  object-fit: cover;
}

/* element styling for pages */
.main-page-block p {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 25px;
  letter-spacing: .025em;
  line-height: 1.6;
}
.main-page-block p:last-child {
  margin-bottom: 0;
}

.main-page-block .daily-news p {
  margin-top: 0;
}

.fl-heading {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .025em;
}

.main-page-block h2 + p,
.main-page-block h3 + p,
.main-page-block h4 + p,
.main-page-block h5 + p,
.main-page-block .fl-builder-content h2 + p,
.main-page-block .fl-builder-content h3 + p,
.main-page-block .fl-builder-content h4 + p,
.main-page-block .fl-builder-content h5 + p {
  margin-right: 30px;
}

.main-page-block h2 {
  color: #cb4448;
  font-family: 'Work Sans Regular';
  opacity: 0.9;
  margin-top: 10px;
  letter-spacing: .025em;
  font-size: 32px;
  /* font-weight: 700; */
}
.main-page-block h2 a,
.main-page-block .fl-module-content h2 a,
.main-page-block .fl-module-content .line-header a {
  color: inherit;
  cursor: inherit;
  text-decoration: none;
}
.main-page-block h2 a:hover,
.main-page-block h2 a:focus,
.main-page-block .fl-module-content h2 a:hover,
.main-page-block .fl-module-content h2 a:focus,
.main-page-block .fl-module-content .line-header a:hover,
.main-page-block .fl-module-content .line-header a:focus {
  color: #267b78;
  cursor: pointer;
  text-decoration: none;
}

.main-page-block h3 {
  color: #567c83;
  font-family: 'Work Sans Regular';
  /*opacity: 0.9;*/
  margin-top: 10px;
  letter-spacing: .025em;
  font-size: 26px;
  /* font-weight: 700; */
}
.main-page-block h3 a,
.main-page-block .fl-module-content h3 a {
  color: inherit;
  cursor: inherit;
  text-decoration: none;
}
.main-page-block h3 a:hover,
.main-page-block h3 a:focus,
.main-page-block .fl-module-content h3 a:hover,
.main-page-block .fl-module-content h3 a:focus {
  color: #267b78;
  cursor: pointer;
  text-decoration: none;
}
.main-page-block .daily-news h2 {
  margin-top: 0;
}

.main-page-block h4 {
  color: #17242a;
  font-family: 'Work Sans Regular';
  margin-top: 36px;
  letter-spacing: .025em;
  font-size: 22px;
  /* font-weight: 700; */
}
.main-page-block h4 a,
.main-page-block .fl-module-content h4 a {
  color: inherit;
  cursor: inherit;
  text-decoration: none;
}
.main-page-block h4 a:hover,
.main-page-block h4 a:focus,
.main-page-block .fl-module-content h4 a:hover,
.main-page-block .fl-module-content h4 a:focus {
  color: #567c83;
  cursor: pointer;
  text-decoration: none;
}

.main-page-block h5 {
  color: #17242a;
  text-transform: uppercase;
  margin-top: 36px;
  /* margin-bottom: 7px; */
  line-height: 1.8;
  letter-spacing: .025em;
  font-size: 18px;
  /* font-weight: 700; */
  font-family: 'Work Sans Semi Bold';
}
.main-page-block h5 a,
.main-page-block .fl-module-content h5 a {
  color: inherit;
  cursor: inherit;
  text-decoration: none;
}
.main-page-block h5 a:hover,
.main-page-block h5 a:focus,
.main-page-block .fl-module-content h5 a:hover,
.main-page-block .fl-module-content h5 a:focus {
  color: #567c83;
  cursor: pointer;
  text-decoration: none;
}

.h2-header h2,
.h3-header h3,
.h4-header h4,
.h5-header h5 {
  font-weight: 700;
}

.main-page-block a,
.main-page-block .fl-module-content a {
  color: #cb4448;
  text-decoration: underline;
}

.main-page-block a:hover,
.main-page-block a:focus,
.main-page-block a:visited,
.main-page-block .fl-module-content a:hover,
.main-page-block .fl-module-content a:focus,
.main-page-block .fl-module-content a:visited {
  color: #567c83;
  text-decoration: underline;
}

.sticky {
  display: block;
}

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

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

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

/* Sets main content area width/margins. Add more classes as website progresses */
.entry-content {
  max-width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

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

.page__header-image {
  /*background-position: center 25%;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
}

/* Custom Image Background Positions */

.page__header-image-overlay {
  background-position: center 25%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
}

body.fl-builder .page__title-container {
  margin-bottom: 70px;
}

.page__title-container {
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #cb4448;
  display: flex;
  /* min-height: 80px; */
  /* height: 80px; */
  min-height: 80px;
  height: auto;
  margin-bottom: 75px;
  padding: 0 15px;
  width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page__title-container {
    height: 80px;
  }
}

.page__title {
  color: #fff;
  margin: 10px 0;
  line-height: 1.2;
  font-weight: 500;
}

.bb-subscribe__row .fl-photo {
  margin-top: 0;
  margin-bottom: 0;
}

/* Daily News Digest */
.daily-news .daily-news__tagline {
  font-family: 'Work Sans Semi Bold';
  font-size: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.daily-news .daily-news__tagline p {
  font-family: 'Work Sans Semi Bold';
  font-size: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.daily-news .daily-news__title {
  font-size: 38px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.daily-news .daily-news__title h2 {
  font-size: 38px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .daily-news .daily-news__title h2 {
    line-height: 1.2;
  }
}

.main-page-block .daily-news .daily-news__title h2:hover {
  color: inherit;
  cursor: inherit;
}
.main-page-block .daily-news .daily-news__title:hover {
  color: inherit;
  cursor: inherit;
}
.daily-news .daily-news__excerpt {
  font-size: 17px;
  opacity: .9;
  letter-spacing: .01em;
  padding: 0 10px 0 0;
}
.daily-news .daily-news__excerpt p {
  font-size: 17px;
  letter-spacing: .01em;
  padding: 0 10px 0 0;
}
.daily-news .daily-news__learn-more-button .fl-button {
  border-radius: 0;
  font-family: 'Work Sans Semi Bold';
  font-size: 14px;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.daily-news .daily-news__learn-more-button .fl-button-text {
  letter-spacing: .05em;
}

.single-post .alignleft {
	margin-right: 40px;
}


/*--------------------------------------------------------------
### Specific Pages
--------------------------------------------------------------*/
.pp-sitemap-label h3 {
    display: none;
}

.fl-module.fl-module-pp-sitemap ul.children {
    margin-left: 30px !important;
}

/*--------------------------------------------------------------
#### Home Page
--------------------------------------------------------------*/
body.home .fl-node-5b994026ca96e > .fl-row-content-wrap {
  margin-top: 0;
}

body.home .a2a_kit {
  display: none;
}

/* Featured Posts Home Page */
.featured-posts-container {
  width: 100%;
  /*background-color: #557b83;*/
  /*background-color: #688D95;  BG color isn't quite right */
  background-color: #6b8f96; /* BG color isn't quite right */
  height: 416px;
}

.featured-posts {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.featured-posts__column {
  height: 416px;
}

.featured-posts__big-title {
  color: #fff;
  line-height: 48px;
  font-family: 'Work Sans Regular';
  font-size: 38px;
  letter-spacing: .025em;
}

@media screen and (max-width: 767px) {
  .featured-posts__big-title {
    line-height: 1.2;
  }
}

.main-page-block .featured-posts__taxonomy-title {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 33px;
  color: #ffffff;
  font-family: "Work Sans Semi Bold";
  margin-top: 0;
  margin-bottom: 22px;
  /*font-weight: bold;*/
}

.main-page-block .featured-posts__big-title {
  color: #fff;
}

.hi-five-bg-img {
  min-width: 650px;
  height: 416px;
  background-repeat: no-repeat;
  background-size: 125%;
  background-position: -40px -50px;
  /*padding: 62px 48px;*/
/*  display: flex;
  justify-content: flex-start;
  align-items: flex-end;*/
}

.hi-five-bg-img-overlay {
  /*background-color: rgba(86, 124, 131, .8);*/
  background-color: rgba(82, 126, 131, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 62px 48px;

  -webkit-transition: background-color .1s ease-in, color .25s ease-in, border-color .25s ease-in;
  -moz-transition: background-color .1s ease-in, color .25s ease-in, border-color .25s ease-in;
  -o-transition: background-color .1s ease-in, color .25s ease-in, border-color .25s ease-in;
  -ms-transition: background-color .1s ease-in, color .25s ease-in, border-color .25s ease-in;
  transition: background-color .1s ease-in, color .25s ease-in, border-color .25s ease-in;
}
.hi-five-bg-img-overlay:hover,
.hi-five-bg-img-overlay:focus {
  background-color: rgba(203, 68, 72, .8);
  /*background-color: rgba(255, 68, 68, 0.7);*/
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .hi-five-bg-img-overlay {
    padding: 62px 30px;
  }
}
@media screen and (max-width: 768px) {
  .hi-five-bg-img-overlay {
    padding: 62px 20px;
  }
}

.featured-posts__column-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 650px;
  height: 208px;
}

.featured-posts__post-square {
  width: 325px;
  height: 208px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  -webkit-transition: background-color .1s ease-in, color .25s ease-in, border-color .25s ease-in;
  -moz-transition: background-color .1s ease-in, color .25s ease-in, border-color .25s ease-in;
  -o-transition: background-color .1s ease-in, color .25s ease-in, border-color .25s ease-in;
  -ms-transition: background-color .1s ease-in, color .25s ease-in, border-color .25s ease-in;
  transition: background-color .1s ease-in, color .25s ease-in, border-color .25s ease-in;
}
.featured-posts__post-square:hover,
.featured-posts__post-square:focus {
  background-color: #cb4448;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .featured-posts__post-square {
    padding: 20px;
  }
}
.main-page-block .featured-posts a {
  text-decoration: none;
  width: 100%;
}
.featured-posts__post-2 {
  background-color: #267b78;
}
.featured-posts__post-3 {
  background-color: #34b0a9;
}
.featured-posts__post-4 {
  background-color: #89b992;
}
.featured-posts__post-5 {
  background-color: #567c83;
}

.main-page-block .featured-posts__small-title {
  font-family: 'Work Sans Medium';
  margin-top: 0;
  letter-spacing: .025em;
  font-weight: 400;
  line-height: 26px;
  font-size: 20px;
  color: #fff;
  width: 100%;
}
.main-page-block .featured-posts__taxonomy-title.small {
  font-size: 12px;
  margin-bottom: 10px;
}

.main-page-block .featured-posts-container h1:hover,
.main-page-block .featured-posts-container h1:focus,
.main-page-block .featured-posts-container h2:hover,
.main-page-block .featured-posts-container h2:focus,
.main-page-block .featured-posts-container h3:hover,
.main-page-block .featured-posts-container h3:focus,
.main-page-block .featured-posts-container h4:hover,
.main-page-block .featured-posts-container h4:focus,
.main-page-block .featured-posts-container h5:hover,
.main-page-block .featured-posts-container h5:focus,
.main-page-block .featured-posts-container h6:hover,
.main-page-block .featured-posts-container h6:focus {
  color: #fff;
}

@media screen and (max-width: 1300px) {
  .featured-posts__column-row {
    width: 100%;
  }
  .featured-posts__column {
    width: 50%;
  }
  .hi-five-bg-img {
    min-width: unset;
  }
  .featured-posts__post-square {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .featured-posts {
    display: flex;
    flex-direction: column;
  }
  .featured-posts-container {
    height: auto;
    padding: 0;
  }
  .featured-posts__column {
    width: 100%;
  }
}

@media screen and (max-width: 525px) {
  .hi-five-bg-img {
    background-size: cover;
    background-position: center;
  }
}

/* Mobile */

@media screen and (max-width: 550px) {
  .featured-posts__column-row {
    flex-direction: column;
    height: 100%;
  }
  .featured-posts__column {
    height: 100%;
  }
}

/* Subscribe Row */

/* @media screen and (max-width: 767px) {
  .subscribe-form-title .fl-heading {
    line-height: 1.2;
  }
} */

.bb-subscribe__row {
  background-color: #17242A;
}

.bb-subscribe__icon-container {
  margin-bottom: 27px;
  margin-left: 3px;
}

.bb-subscribe__row .bb-subscribe__image img.fl-photo-img {
  height: 416px;
  width: 650px;
}
@media screen and (max-width: 1300px) {
  #content .fl-builder-content .bb-subscribe__row .fl-row-content-wrap {
    padding: 0;
  }
  #content .fl-builder-content .bb-subscribe__row .bb-subscribe__form .fl-module-content {
    margin-bottom: 0;
    margin-left: 80px;
  }
  .bb-subscribe__row .bb-subscribe__image img.fl-photo-img {
    width: 100%;
  }
}

@media screen and (max-width: 1160px) {
  .bb-subscribe__row .bb-subscribe__form-column .fl-module-content {
    /*margin-left: 5%;*/
    margin-left: 30px;
  }
  #content .fl-builder-content .bb-subscribe__row .bb-subscribe__form-column .bb-subscribe__form .fl-module-content {
    /*margin-left: 5%;*/
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .bb-subscribe-image-column {
    display: none !important;
  }
}

@media screen and (max-width: 762px) {
  .bb-subscribe__row .bb-subscribe__form-column .fl-module-content {
    /*margin-left: 5%;*/
    margin-left: 20px;
  }
  #content .fl-builder-content .bb-subscribe__row .bb-subscribe__form-column .bb-subscribe__form .fl-module-content {
    /*margin-left: 5%;*/
    margin-left: 20px;
  }
}

.bb-subscribe__icon {
  color: #fff;
  margin-right: 15px;
  font-size: 14px;
  letter-spacing: .025em;
  line-height: 28px;
  font-family: "Open Sans";
}
.bb-subscribe-form {
  margin-left: 2px;
}
.bb-subscribe-form__row {
  display: flex;
}
.bb-subscribe-form__row .fl-form-field {
  margin-right: 10px;
  margin-bottom: 10px;
}
.fl-form-field input {
    border-radius: 0;
    width: 206px;
    height: 37px;
    padding-left: 16px;
    color: #373a3a;
    font-size: 13px;
}
.fl-form-field input::placeholder {
    color: #373a3a;
}

.bb-subscribe-form__row .fl-form-field:nth-child(even) {
    margin-right: 0;
}

.fl-builder-content .bb-subscribe-form__button a.fl-button * {
  color: #fff;
}
.fl-builder-content .bb-subscribe-form__button a.fl-button {
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 33px;
  color: #ffffff;
  font-family: "Work Sans Semi Bold";
  font-weight: bold;
  text-align: center;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bb-subscribe-form__button {
  width: 425px;
}

#mce_22 {
    letter-spacing: .025em;
}

@media screen and (max-width:930px) {
  .fl-form-field input {
    width: 170px;
  }
  .fl-builder-content .bb-subscribe-form__button a.fl-button {
    width: 350px;
  }
  .bb-subscribe__icon-container .bb-subscribe__icon:last-child {
    margin-right: 0;
  }
}
/*@media screen and (max-width: 790px) {
  .bb-subscribe__row .bb-subscribe__form-column .fl-module-content {
    margin-left: 10px;
  }
  #content .fl-builder-content .bb-subscribe__row .bb-subscribe__form-column .bb-subscribe__form .fl-module-content {
    margin-left: 10px;
  }
}*/
@media screen and (max-width: 768px) {
  .fl-builder-content .bb-subscribe-form__button a.fl-button {
    margin-bottom: 20px;
  }
  .bb-subscribe-form__row {
    justify-content: center;
  }
  .fl-form-button.bb-subscribe-form__button {
    width: 370px;
  }
  .fl-form-button.bb-subscribe-form__button .fl-button-wrap {
    display: flex;
    justify-content: center;
  }
  .bb-subscribe__row .bb-subscribe__form-column .fl-module-content {
      margin: 20px;
      display: flex;
      justify-content: center;
  }
  .bb-subscribe-form.fl-subscribe-form.fl-subscribe-form-stacked.fl-subscribe-form-name-show.fl-form.fl-clearfix {
      padding: 20px;
  }
  .bb-subscribe__row .bb-subscribe__form-column .fl-node-5babccba371af .fl-module-content {
    margin: 0;
  }
}

/* Layer Slider CSS */
/*** NOTE: Add body.home selector in front of this CSS
to make CSS apply to home page only
***/


/* Layer Slider Custom Arrows */

/* Clears original arrows and hover effects */
a.ls-gui-element.ls-nav-prev::after,
a.ls-gui-element.ls-nav-next::after {
  border: none;
  border-left: none;
  border-right: none;
  border-top: none;
  transform: none;
}
a.ls-gui-element.ls-nav-prev:hover,
a.ls-gui-element.ls-nav-prev:focus,
a.ls-gui-element.ls-nav-next:hover,
a.ls-gui-element.ls-nav-next:focus {
  transform: none;
}

/* Adds new arrows from icomoon icon set */

a.ls-gui-element.ls-nav-next,
a.ls-gui-element.ls-nav-prev {
  position: absolute;
}

a.ls-gui-element.ls-nav-prev::after {
  background-image: url('images/icon-slider-arrow-red-left@2x.png');
  width: 100%;
  max-width: 25px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
}
a.ls-gui-element.ls-nav-next::after {
  background-image: url('images/icon-slider-arrow-red-right@2x.png');
  width: 100%;
  max-width: 25px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 20px;
}

.homepage-slider__layer-button-container {
  max-width: 157px !important;
  max-height: 55px !important;
}

.ls-wrapper > .ls-layer.homepage-slider__layer-button {
  align-items: center;
  justify-content: center;
  display: flex !important;
  max-width: 157px !important;
  width: 150px !important;
  height: 55px !important;
  max-height: 55px !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  letter-spacing: .05rem !important;
}

.homepage-slider__layer-button:hover,
.homepage-slider__layer-button:focus {
  background-color: #34b0a9 !important;
  cursor: pointer;
}

/* Responsive Layer Slider Homepage */
.ls-container .ls-layers .ls-wrapper.ls-in-out.ls-hide-on-phone {
    width: unset !important;
    height: unset !important;
}

@media screen and (max-width: 1300px) {
    .ls-hide-on-tablet .homepage-slider__layer-title,
    .ls-hide-on-desktop .homepage-slider__layer-title {
        width: fit-content !important;
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
    }
    .homepage-slider__layer-text {
        /* width: 89% !important; */
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
    }
    .homepage-slider__layer-button-container {
        margin-top: 0px !important;
    }
    .homepage-slider__layer-button {
        width: fit-content !important;
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .homepage-slider__layer-text {
    width: 100% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .ls-v6 .ls-nav-prev {
    left: 0 !important;
  }
  .ls-v6 .ls-nav-next {
    right: 0 !important;
  }
  .ls-v6 .ls-nav-next:after {
    right: -40% !important;
  }
  .ls-v6 .ls-nav-prev:after {
    left: 20% !important;
  }
  .ls-container .ls-layers .ls-wrapper.ls-in-out .homepage-slider__layer-title {
    width: 85% !important;
    height: fit-content !important;
    padding: 15px 0 !important;
  }
  .homepage-slider__layer-text {
    padding: 15px !important;
    width: 74% !important;
    height: fit-content !important;
  }
  .homepage-slider__layer-button {
    padding: 10px !important;
  }
  /*
  .ls-container .ls-layers .ls-wrapper.ls-in-out {
    left: 15% !important;
    width: unset !important;
  }
  */
}

@media screen and (max-width:480px) {
  #layerslider_1 .ls-v6 .ls-nav-next:after {
    right: 0 !important;
  }
  #layerslider_1 .homepage-slider__layer-title {
    width: 200px !important;
    margin-top: -60px !important;
    padding: 10px !important;
  }
  #layerslider_1 .homepage-slider__layer-text {
    padding: 15px !important;
    width: 200px !important;
    height: fit-content !important;
    margin-top: -50px !important;
    margin-left: -10px !important;
  }
  #layerslider_1 .homepage-slider__layer-button {
    margin-top: 60px !important;
  }
  #layerslider_1 .homepage-slider__layer-button a {
    text-decoration: none;
    color: #fff;
  }

}


/*--------------------------------------------------------------
##### Social Feed
--------------------------------------------------------------*/

.ff-stream,
#ff-stream-1 {
  background-color: transparent !important;
}

/* Filter */
.ff-search {
  display: none !important;
}
.ff-filter-holder .ff-filter {
  background-color: #cb4448 !important;
  width: 31px !important;
  height: 31px !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 2px !important;
  border-radius: 0 !important;
}
.ff-filter-holder .ff-filter i {
  font-size: 20px !important;
}
.ff-filter-holder .ff-filter .ff-type-twitter {
  font-size: 24px;
}


.ff-content {
  font-family: 'Open Sans Regular';
  font-size: 14px;
  color: #41414b;
}

.ff-stream .ff-upic-round .picture-item__inner {
  border-radius: 8px;
}
.ff-stream .ff-upic-round .ff-img-holder {
  border-radius: 8px 8px 0 0 !important;
}
.ff-img-holder {
  border-radius: 8px 8px 0 0 !important;
}

.ff-item-meta h6 {
  display: none;
}
.ff-loadmore-wrapper {
  display: none;
}
.ff-item-cont h4 {
  display: none;
}

.ff-item-bar {
  background-color: #17242a;
  border-radius: 0 0 8px 8px;
}
.ff-item-bar a *,
.ff-item-bar .ff-share-wrapper *,
.ff-share-popup a {
  color: #def1f2;
  font-family: "Montserrat";
  font-weight: 300;
}

.arise-social-feed .ff-filter-holder .ff-filter {
  padding: 0;
}

.arise-social-feed__feed-title-container {
  margin-top: 30px;
}
.arise-social-feed__feed-title-container .icon-social-conversation-blue {
  margin-left: 15px;
  font-size: 68px;
  vertical-align: middle;
  opacity: 0.3;
}
/* .arise-social-feed__title-comment-img {
  background-image: url("images/icon-social-conversation-blue.png");
} */
.arise-social-feed__title-comment-img .fl-heading-text:after {
  content: "\e905";
  font-family: 'icomoon' !important;
  margin-left: 15px;
  font-size: 67px;
  vertical-align: middle;
  opacity: 0.3;
  position: relative;
}

/* @media screen and (max-width: 767px) {
  .arise-social-feed__title-comment-img .fl-heading-text:after {
    font-size: 39px;
  }
} */

.main-page-block .arise-social-feed__feed-title {
  text-align: center;
  color: #fff;
  font-size: 38px;
  letter-spacing: .025em;
  position: relative;
  max-width: 750px;
  margin: auto;
}
.main-page-block .arise-social-feed__feed-title h2 {
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: .025em;
  position: relative;
  opacity: 1;
  /* line-height: 1.2; */
}

@media screen and (max-width: 767px) {
  .main-page-block .arise-social-feed__feed-title h2 {
    line-height: 1.2;
  }
}

/* @media screen and (max-width: ) */

.arise-social-feed__feed-title-container .icon-social-conversation-blue {
  margin-left: 15px;
  font-size: 68px;
  vertical-align: middle;
  opacity: 0.3;
}
.main-page-block .arise-social-feed__feed-title h2:hover {
  color: inherit;
  cursor: inherit;
}
.main-page-block .arise-social-feed__feed-title:before,
.main-page-block .arise-social-feed__feed-title:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid white;
  top: 47%;
  width: calc(50% - 230px);
}
.main-page-block .arise-social-feed__feed-title:before {
  right: 0;
}
.main-page-block .arise-social-feed__feed-title:after {
  left: 0;
}
.main-page-block .arise-social-feed__feed-title:hover,
.main-page-block .arise-social-feed__feed-title:focus {
  color: #fff;
}

[data-size="tiny"] .ff-stream-wrapper {
    margin: 0 !important;
}

/*--------------------------------------------------------------
#### Events
--------------------------------------------------------------*/

.page__title-container.events-page {
  margin-bottom: 60px;
}

.main-page-block .events-page a:hover {
  text-decoration: none;
}

.search-filter-results__words.events-page {
  width: 79.7%;
  padding: 20px 65px 40px 30px;
}

.search-filter-results__meta.events-page {
  width: 20%;
  padding: 40px 0 10px 14px;
  line-height: 16px;
}

.search-filter-results__meta-info.events-page {
  margin-bottom: 18px;
}

.search-filter-results__meta-info.events-page.venue {
  font-size: 12px;
  margin-bottom: 5px;
}

.search-filter-results__meta-info.events-page:last-child {
  margin-bottom: 0;
}

.main-page-block .search-filter-results__excerpt.events-page {
  color: #404040;
}

.google-map-link {
  cursor: pointer;
  font-style: italic;
  color: #D25C60;
  font-size: 12px;
}

@media screen and (max-width: 475px) {
  .events-table .uabb-table-features {
    word-break: break-word;
    font-size: 13px;
    hyphens: auto;
  }
}

/*--------------------------------------------------------------
#### Bills of Interest
--------------------------------------------------------------*/

ul.children {
  margin-left: 0 !important;
}

.sf-field-taxonomy-bill-session label {
  width: 100%;
  position: relative;
}
.sf-field-taxonomy-bill-session label::after {
  content: "";
  background-image: url('./images/down-bills-select-arrow.png');
  background-repeat: no-repeat;
  background-position: 96% 65%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

select::-ms-expand {
    display: none;
}

.sf-input-select {
  width: 100%;
  height: 100%;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #557b83;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-left: 3px;
  position: relative;
}
/* .sf-input-select::after {
  content: "";
  background-image: url('./images/down-bills-select-arrow.png');
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
} */

/* Just remove submit from search and filter widgets in Bills of Interest form */
body.page-template-bills-of-interest .sf-field-submit {
  display: none;
}

#search-filter-results-204 {
  padding-top: 0;
}

.bills-table {
  border: solid 1px #7F9DA1;
}

.bills-table .row {
  display: flex;
}
.bills-table .row.green-background {
  background-color: #edf1f1;
}

.bills-table .cell {
  padding: 0;
}

.bills-table .bills-table__title {
  height: 54px;
  display: flex;
  align-items: center;
  /* padding-left: 7px;
  padding-right: 0; */
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #fff;
  background-color: #557B83;
  text-transform: uppercase;
  font-family: 'Work Sans Semi Bold';
}

.bills-table .bill-title,
.bills-table .bill-description,
.bills-table .bill-issue,
.bills-table .bill-arise-position,
.bills-table .bill-status {
  display: table-cell;
}

.bills-table__title.mobile {
  width: 100%;
  height: auto;
  justify-content: center;
  text-align: center;
  padding: 10px;
  align-items: center;
  display: none;
}

.bills-table .bill-title {
  width: 23.5%;
}
.bills-table .bill-description {
  width: 26.5%;
}
.bills-table .bill-issue {
  width: 16.66%;
}
.bills-table .bill-arise-position {
  width: 16.66%;
}
.bills-table .bill-status {
  width: 16.66%;
}

.bills-table .row .cell {
  border-top: 1px solid #A9BDC1;
  border-left: 1px solid #A9BDC1;
}
.bills-table .row:first-child .cell {
  border-top: none;
}
.bills-table .row .cell:first-child {
  border-left: none;
}
.bills-table .row .cell:last-child {
  border-right: none;
}

.bills-table .bills-table__content {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  letter-spacing: -.01rem;
  line-height: 24px;
}
.bills-table .bills-table__content.bold {
  font-family: 'Open Sans Bold';
}

.bills-table .separator {
  margin: 19px 0;
  border: none;
  display: none;
  min-height: 2px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .bills-table {
    border: none;
  }
  .bills-table .bills-table__content-container {
    border: solid 1px #7F9DA1;
  }
  .bills-table .bills-table__title-container {
    display: none;
  }
  .bills-table__title.mobile {
    display: block;
  }
  .bills-table .row {
    flex-direction: column;
  }

  .bills-table .bills-table__content-container .cell {
    display: flex;
    flex-direction: column;
  }
  .bills-table .bills-table__content {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .bills-table .separator.mobile {
    display: block;
  }
  .bills-table .row .cell {
    border: none;
  }
}

/*--------------------------------------------------------------
### Header
--------------------------------------------------------------*/

header#masthead {
  position: relative;
}

.header__background {
  background-color: #1e2b31;
}
.header__call-to-action {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: auto;
  max-width: 1300px;
  min-height: 40px;
}
.header__call-to-action-container {
  display: flex;
  font-family: 'Work Sans Semi Bold';
  list-style: none;
  list-style-type: none;
  margin: 0 50px 0 0;
  text-transform: uppercase;
}
.header__call-to-action-container > li.header__call-to-action-section:last-child,
.header__call-to-action-container > a:last-child {
  padding-right: 0;
  padding-left: 25px;
}
.header__call-to-action-container a {
  color: #def2f1;
  text-decoration: none;
}
.header__call-to-action-container a .header-call-to-action-section,
.header-call-to-action-section a .icon {
  vertical-align: bottom;
}

.header__call-to-action-section {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  padding: 0 12px 0 15px;
  letter-spacing: .1em;
  height: 100%;
}
.header__call-to-action-section.social-media {
  padding-left: 22px !important;
}
.header__call-to-action-section span {
  padding: 0 5px;
}
.header__call-to-action-section.social-media span {
  padding: 0;
}
.header__call-to-action-section.social-media a {
  padding: 0 7px;
  text-decoration: none;
}
.header__call-to-action-section.social-media a:last-child {
  padding-right: 0;
}
.header__call-to-action-section .icon {
  font-size: 1.65em;
  vertical-align: -webkit-baseline-middle;
}
a .header__call-to-action-section .icon {
  display: block;
}
.header__call-to-action-section--donate {
  border-left: 1px solid #687679;
  border-right: 1px solid #687679;
  padding-left: 18px;
  color: #cb4448;
  -webkit-transition: color .1s ease-in;
  -moz-transition: color .1s ease-in;
  -o-transition: color .1s ease-in;
  -ms-transition: color .1s ease-in;
  transition: color .1s ease-in;
}
.header__call-to-action-section--donate .icon {
  padding-bottom: 1px;
}
.header__call-to-action-section--donate span:first-child {
  padding-left: 0;
}
.header__call-to-action-section--take-action {
  padding-right: 20px;
}
.header__call-to-action-container a:first-child .header__call-to-action-section {
  border-left: none;
}
.header__call-to-action-container a:last-child .header__call-to-action-section {
  border-right: none;
}
.home .header__nav-background {
  background-color: rgba(255, 255, 255, .5);
  /*position: absolute;*/
}
.header__nav-background {
  background-color: rgba(255, 255, 255, 1);
  /*position: fixed;*/
  position: absolute;
  top: auto;
  /* position: relative; */
  transition: all .2s ease-out;
  /*height: 105px;*/
  width: 100%;
  z-index: 999997;
}
.header__nav-background.front {
  z-index: 1000000;
}
.header__nav-background.shrink {
  background-color: rgba(255, 255, 255, 1);
  /* box-shadow: 0 3px 30px rgba(0,0,0, 0.1); */
  box-shadow: 0 3px 10px rgba(0,0,0, 0.1);
  position: fixed;
  top: 0;
}
.header__nav-placeholder {
  display: none;
  width: 100%;
  height: 105px;
  /* height: 0; */
  transition: all 1.5s ease-in-out;
}
.header__nav-placeholder.shrink {
  display: block;
  /* height: 105px; */
}
.header__nav-placeholder.shrink.height-95 {
  height: 95px;
}

.home .header__nav-placeholder.shrink {
  display: none;
}
.header__nav-container {
  align-items: center;
  display: flex;
  margin: auto;
  max-width: 1300px;
  padding: 0 50px;
  /* min-height: 105px; */
  height: 105px;
  transition: all .4s ease-in;
}
@media screen and (max-width: 1140px) {
  .header__nav-container,
  .header__call-to-action-container {
    padding: 0 2%;
    margin: 0;
  }
}
@media screen and (max-width: 950px) {
  .header__nav-container,
  .header__call-to-action-container {
    padding: 0 5%;
    margin: 0;
  }
}
@media screen and (max-width: 540px) {

}

/* .header__nav-background.shrink .header__nav-container {
  height: 95px;
} */
.header__nav-background.shrink .header__nav-container {
  /* min-height: 95px; */
  height: 95px;
}
.page__header-image,
.single__header-image {
  /* margin-top: 105px; */
  margin-top: 95px;
}
.page__header-image.shrink,
.single__header-image.shrink {
  margin-top: 0;
}

.header__main-logo-container {
  padding: 0;
}

.header__main-logo {
  /*margin-left: 40px;*/
  max-height: 75px;
  min-width: 219px;
/*  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);*/
}
@media screen and (max-width: 500px) {
  .header__main-logo {
    min-width: 175px;
  }
}

/* Hover/Focus */
.header__call-to-action-container a:hover,
.header__call-to-action-container a:focus {
  color: #34b0a9;
  cursor: pointer;
}
a:hover .header__call-to-action-section--donate,
a:focus .header__call-to-action-section--donate {
  color: #34b0a9;
  -webkit-transition: color .1s ease-in;
  -moz-transition: color .1s ease-in;
  -o-transition: color .1s ease-in;
  -ms-transition: color .1s ease-in;
  transition: color .1s ease-in;
}

.header__call-to-action-section--subscribe {
  padding-right: 18px;
}

/* Header media queries */

@media (max-width: 560px) {
  .header__call-to-action-container {
    margin: 0 auto;
  }
  .header__call-to-action-section {
    padding: 0 3vw;
  }
}
@media (max-width: 462px) {
  .header__call-to-action-section {
    padding: 0 1.5vw;
  }
}
@media (max-width: 383px) {
  .header__call-to-action-section {
    font-size: 0.75em;
  }
}

/* Mobile */

@media screen and (max-width: 550px) {
  .hide-mobile {
    display: none;
  }
  .header__call-to-action-container {
    width: 100%;
    display: block;
    height: 40px;
  }
  .header__call-to-action-section--donate {
    float: right;
  }
  .header__call-to-action-container a,
  .header__call-to-action-container li {
    border: none;
  }
  .donate.float-left {
    float: left;
    transform: translateY(50%);
  }
  .social-media.float-right {
    float: right;
  }
  .header__call-to-action-section {
    padding: 0;
  }
  .header__call-to-action-section.social-media a {
    display: inline-flex;
  }
  .header__call-to-action-section.social-media {
    padding-bottom: 1px;
  }
  .header__nav-container {
    min-height: 95px;
  }
}

/*--------------------------------------------------------------
### Footer
--------------------------------------------------------------*/

.footer__row p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-shadow: 0 0.1px 0;
}

.footer__row .fl-row-content {
  padding: 0 50px;
}

.footer__copyright-row .fl-row-content {
  padding: 0 50px;
}
.footer__copyright-row a:hover,
.footer__copyright-row a:focus {
  color: #34b0a9 !important;
}
@media screen and (max-width: 1100px) {
  .footer__row .fl-row-content,
  .footer__copyright-row .fl-row-content {
    padding: 0;
  }
  .footer__row .fl-row-content,
  .footer__copyright-row .fl-row-content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 769px) {
  .footer__row .fl-row-content,
  .footer__copyright-row .fl-row-content {
    padding: 0;
  }
  .footer__copyright-row .fl-row-content {
    padding: 0 10%;
  }
}

.footer__row .fl-row-content-wrap {
  min-height: 300px;
}
.footer__column .privacy-legal {
  text-align: right;
}
@media (max-width: 768px) {
  .footer__column.fl-col-small {
    max-width: 90%;
  }
  .footer__column.footer__column--legal,
  .footer__column .privacy-legal {
    text-align: center;
  }
}

.footer__column .privacy-legal,
.footer__column .copyright-credit {
  font-size: 13px;
  color: #def2f1;
  letter-spacing: .025em;
  text-shadow: 0px 0.1px 0;
}
@media (max-width: 380px) {
  .footer__column .privacy-legal,
  .footer__column .copyright-credit {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
### Search
--------------------------------------------------------------*/

.no-results.not-found {
  width: 100%;
}

.no-results.not-found form.search-form {
  width: 100%;
  margin-left: 0;
}

.entry-content.no-search-results {
  display: flex;
  justify-content: center;
}

.search-filter-column-container {
  display: flex;
  flex-wrap: wrap-reverse;
  margin-bottom: 40px;
}
body.page-template-search-filter-issues .search-filter-column-container,
body.page-template-search-filter-news .search-filter-column-container {
  flex-wrap: wrap;
}

.search-column {
  float: left;
  width: 33.33%
}

.results-column {
  float: left;
  width: 66.67%
}

.issues .search-column {
  width: 30%
}

.issues .results-column {
  width: 70%
}

@media screen and (max-width: 1023px) {
  .search-filter-column-container {
    margin-bottom: 20px;
  }
  .search-column,
  .issues .search-column {
    float: left;
    width: 100%;
    margin-top: 40px;
  }

  .results-column,
  .issues .results-column {
    float: left;
    width: 100%;
  }
}

/* Header Search Bar */

.icon-search-glass {
  color: #a92124;

  transition: all .1s ease-in;
  transition-property: all;
  transition-duration: .1s;
  transition-timing-function: ease-in;
  transition-delay: 0s;
}
.icon-search-glass:hover,
.icon-search-glass:focus {
  color: #267b78;
}

form.search-form .search-submit {
  background-color: #cb4448 !important;
  box-shadow: none;
  color: #fff;
  font-family: 'Work Sans Semi Bold';
  font-size: 13px;
  border: none;
  border-radius: 0;
  background-color: #c9ced1;
  display: inline-block;
  /*position: absolute;*/
  position: relative;
  min-height: 28px;
  min-width: 30px;
  padding: 0;
/*  top: 50%;
  left: 58.5%;
  transform: translate(-50%, -70%);*/
  top: -3px;
  left: -45px;
}

/*@media screen and (max-width: 1780px) {
  form.search-form .search-submit {
    left: 59.5%;
  }
}
@media screen and (max-width: 1585px) {
  form.search-form .search-submit {
    left: 60.5%;
  }
}
@media screen and (max-width: 1440px) {
  form.search-form .search-submit {
    left: 61.5%;
  }
}
@media screen and (max-width: 1270px) {
  form.search-form .search-submit {
    left: 62.5%;
  }
}
@media screen and (max-width: 1150px) {
  form.search-form .search-submit {
    left: 63.5%;
  }
}*/

form.search-form .search-submit .icon-search-glass {
  color: #536069;
  font-size: 1.1em;
}

#header-search-bar {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(41, 48, 53, 0.8);
  /*color: #def2f1;*/
  min-height: 105px;
  z-index: 9999999;
}

#header-search-bar .search-form {
  margin: 0 auto;
}

#search-trigger {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

#search-trigger.active,
#search-trigger:hover {
  color: #34b0a9;
}

/* Added by Max 7-3-18*/
#header-search-bar form.search-form {
  /*position: unset;*/
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-search-bar input[type="search"].search-field {
  background: transparent;
  border-color: transparent;
  color: #FFF;
  font-family: 'Work Sans Medium';
  font-size: 32px;
  letter-spacing: 1px;
  position: relative;
/*  top: 50%;
  left: 50%;*/
  /*transform: translate(-50%, -50%);*/
}

input[type="search"].search-field {
  position: absolute;
}

/* Removes Search Button */
/*#header-search-bar .search-submit {
  display: none;
}*/

#header-search-bar .search-field::placeholder {
  /*color: #def2f1;*/
  color: #FFF;
}

#header-search-bar .search-field:focus {
  outline: none;
}

/* Removes cancel button on search field */
.search-field::-webkit-search-decoration,
.search-field::-webkit-search-cancel-button,
.search-field::-webkit-search-results-button,
.search-field::-webkit-search-results-decoration {
  display: none;
}

.search-title-link {
  text-decoration: none;
}

.search-container {
  display: grid;
  margin: auto;
  max-width: 1200px;
  padding: 0 30px;
  grid-template-columns: 69% 28%;
  grid-gap: 30px;
}

.search-item-container {
  border-top: 1px solid #c9ced1;
  border-bottom: 1px solid #c9ced1;
}

.search-page-search-form {
  flex-basis: 85%;
}

.search-page-search-form .search-form {
  position: relative;
  background-color: #FFF;
  min-height: 35px;
}

.search-page-search-form input[type="search"].search-field {
  background-color: #FFF;
  border-color: #c9ced1;
  border-width: 1px;
  border-radius: 0;
  color: #293035;
  min-width: 100%;
  opacity: 1;
  padding: 7px;
  font-size: .8rem;
  text-transform: unset;
}

.search-page-search-form input[type="search"].search-field::placeholder {
  /*color: #293035;*/
  color: #FFF;
}

.search-sidebar-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-page-search-icon-container {
  flex-basis: 15%;
  background-color: #c9ced1;
  padding: 10px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 35px;
}
.search-page-search-icon-container .icon-search-glass {
  color: #536069;
}

.search-page-title {
  text-align: center;
}

.events-sidebar-wrapper-search {
  margin-bottom: 25px;
}

.search-page-search-form .search-submit {
  border: none;
  background-color: #c9ced1;
  display: block;
  position: relative;
  float: right;
  min-height: 34px;
  padding: 5px 10px;
}

.search-page-search-form .search-submit .icon-search-glass {
  color: #536069;
  font-size: 1.35em;
}

@media screen and (max-width: 992px) {
  .search-container {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
  .search-container .events-sidebar-wrapper-search {
    margin: unset;
    max-width: 100%;
    grid-row: 1 / 2;
  }
  .search-content-container {
    grid-row: 2 / 2;
  }
}

.search .main-page-block a {
  color: #404040;
}
.search .main-page-block a:hover,
.search .main-page-block a:focus {
  text-decoration: none;
}

.search .main-page-block a .search-filter-results__words *,
.search .main-page-block a .search-filter-results__meta *,
.search .main-page-block a .search-filter-results__words p {
  -webkit-transition: background-color .1s ease-in, color .1s ease-in;
  -moz-transition: background-color .1s ease-in, color .1s ease-in;
  -o-transition: background-color .1s ease-in, color .1s ease-in;
  -ms-transition: background-color .1s ease-in, color .1s ease-in;
  transition: background-color .1s ease-in, color .1s ease-in;
}

.search .main-page-block form.search-form .search-submit {
  display: none;
}
.search .main-page-block .search-form {
  min-height: 55px;
  margin: 0 40px 20px 50px;
  width: 88%;
}

.search .entry-content {
  padding: 0;
}

.default-search-results {
  padding-left: 3.2%;
}
@media screen and (max-width: 1024px) {
  .default-search-results {
    padding-left: 0;
  }
  .search .entry-content {
    padding: 0 5%;
  }
  .search .main-page-block .search-form {
    margin: 20px auto;
  }
}

.search .page-header .page-title {
  margin: 0;
}

/*--------------------------------------------------------------
### Single
--------------------------------------------------------------*/

.main-page-block.single {
  padding: 0 25px 0 0;
}
@media screen and (max-width: 1025px) {
  .main-page-block.single {
    padding: 0;
  }
}

.single__title {
  font-size: 32px;
  letter-spacing: -.01em;
  font-weight: 400;
  line-height:38px;/*line-height: 32px;*/
  margin-bottom: 17px;
  margin-top: 0;
  color: #567c83;
  font-family: "Work Sans Medium";
}
.main-page-block .single__taxonomy {
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 1px;
  color: #cd4a4e;
  font-family: "Work Sans Semi Bold";
}
.page__title-container.page__title-container--single {
  margin-bottom: 60px;
}

/*.single__date-time-meta {

}*/
.single__entry-meta > span {
  border-left: solid 1px #a9bdc1;
}
.single__entry-meta > span:first-child {
  border-left: none;
}


.entry-meta > span {
  padding: 1px 8px 3px;
  letter-spacing: -.01em;
}
.entry-meta > span:first-child {
  padding-left: 0;
}
.entry-meta > span:last-child {
  padding-right: 0;
}

body.single .entry-content {
  max-width: unset;
  padding: 0;
  margin: 0;
}

.single__container {
  max-width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
  margin-bottom: 37px;
  overflow: auto;
}
@media screen and (max-width: 1025px) {
  .single__container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.single__meta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.single__entry-meta {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  line-height: 1;
  font-size: 15px;
}
.single__hr {
  margin-bottom: 30px;
}

.main-page-block .single__entry-content p {
  margin-bottom: 35px;
  letter-spacing: -.01em;
}

.main-page-block .download-button {
  text-decoration: none;
}
.main-page-block .download-button:hover,
.main-page-block .download-button:focus {
  text-decoration: none;
}

.single__share-buttons {
  width: 0;
  min-width: 290px;
  display: flex;
  justify-content: flex-end;
  /*flex-wrap: wrap;*/
}

.single__share-buttons .download-button {
  margin-right: 6px;
}

.single__share-buttons .single__facebook span,
.single__share-buttons .single__twitter span,
.single__share-buttons .single__email span {
  width: 41px;
  height: 41px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: background-color .25s ease-in, color .25s ease-in, border .25s ease-in;
  -moz-transition: background-color .25s ease-in, color .25s ease-in, border .25s ease-in;
  -o-transition: background-color .25s ease-in, color .25s ease-in, border .25s ease-in;
  -ms-transition: background-color .25s ease-in, color .25s ease-in, border .25s ease-in;
  transition: background-color .25s ease-in, color .25s ease-in, border .25s ease-in;
}
.single__share-buttons .single__facebook:hover span.a2a_svg,
.single__share-buttons .single__facebook:focus span.a2a_svg,
.single__share-buttons .single__twitter:hover span.a2a_svg,
.single__share-buttons .single__twitter:focus span.a2a_svg {
  opacity: 1 !important;
}

.a2a_svg svg {
  margin: 0 !important;
}

.single__share-buttons .a2a_svg:hover,
.single__share-buttons .a2a_svg:focus,
.single__share-buttons .single__email span:hover,
.single__share-buttons .single__email span:focus {
  background-color: #cb4448 !important;
}
.single__share-buttons .single__facebook span svg {
  width: 24px;
}
.single__share-buttons .single__twitter span svg {
  width: 24px;
}
.single__meta-container .single__share-buttons a {
  padding: 0;
}
.single__share-buttons a {
  margin-right: 3px;
}
.single__share-buttons a:nth-last-child(2) {
  margin-right: 0;
}
.single__share-buttons a:first-child {
  margin-left: 0;
}
.single__entry-meta a:last-child {
  margin-right: 0;
}
/*.single__share-buttons .single__email span svg {
  width: 24px;
  height: 17px;
}*/
.single__share-buttons .single__email span {
  background-color: #557b83;
}

.email-icon {
  width: 24px;
  height: 17px;
}

@media screen and (max-width: 900px) {
  .single__share-buttons {
    width: 100%;
    justify-content: flex-start;
    margin-top: 15px;
    min-width: unset;
  }
}
/*@media screen and (max-width: 372px) {
  .single__share-buttons {
    flex-wrap: wrap;
  }
  .download-button {
    margin-top: 5px;
  }
}*/

.single__header-image {
  /*background-position: center 25%;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
}
/*.single__header-image.hands-header-image-position,
.page__header-image.hands-header-image-position {
  background-position: 3vw 43%;
}*/

.single__header-image-overlay {
  background-position: center 25%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
}

.single__featured-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 402px;
  width: 100%;
  margin-bottom: 33px;
}

/*--------------------------------------------------------------
#### Event Single
--------------------------------------------------------------*/

.event-sidebar__title-container.latest-posts-sidebar__title-container {
  background-size: 44px;
}

.search-filter-results__meta-title.event {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.search-filter-results__meta-info.event {
  font-size: 13px;
  line-height: 1.6;
}

.search-filter-results__meta-info .tribe-address .tribe-country-name {
  display: none;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: none;
  cursor: text;
}

.event-sidebar__button-group {
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
}
.event-sidebar__button-group .download-button.event:first-child {
  margin-right: 4px;
}
.event-sidebar__button-group .download-button.event:last-child {
  margin-left: 4px;
}

.event-sidebar__button-group .download-button.event:hover {
    background-color: #49b8b2;
}

.event-sidebar .google-map-link {
  display: block;
  /*margin-top: 5px;*/
}

.latest-posts-sidebar__posts-container.event-sidebar__container {
  padding: 30px 20px 15px;
}

.search-filter-results__meta-info.event.venue {
  line-height: 1.7;
}
.search-filter-results__meta-title.event.venue {
  margin-top: -2px;
}

@media screen and (max-width: 650px) {
  .single-tribe_events .single__entry-meta {
    flex-direction: column;
  }

  .single-tribe_events .single__entry-meta > span {
    border: none;
    padding: 8px 0;
  }
/*  .single-tribe_events .single__entry-meta > span:last-child {
    padding: 5px 0 0;
  }*/
}

/*--------------------------------------------------------------
### Search and Filter Results
--------------------------------------------------------------*/

.search-filter-results {
  padding: 15px 0 0 0;
}
.main-page-block .fl-module-content .search-filter-results__link,
.main-page-block .search-filter-results__link {
  text-decoration: none;
}
.main-page-block .fl-module-content .search-filter-results__link:hover,
.main-page-block .fl-module-content .search-filter-results__link:focus,
.main-page-block .search-filter-results__link:hover,
.main-page-block .search-filter-results__link:focus {
  text-decoration: none;
}

.main-page-block a .search-filter-results__excerpt,
.issues .main-page-block a .search-filter-results__excerpt {
  color: #404040;
}

.main-page-block .fl-module-content .search-filter-results__link p,
.main-page-block .fl-module-content .search-filter-results__link p {
  color: #404040;
}

/* body.resources .page__title-container,
body.issues .page__title-container,
body.blog .page__title-container {
  margin-bottom: 45px;
} */

body.resources.single .page__title-container,
body.blog.single .page__title-container,
body.issues.single .page__title-container {
  margin-bottom: 60px;
}

.searchandfilter li {
  letter-spacing: 0;
  line-height: 1.5;
}

.searchandfilter input[type="checkbox"] {
  visibility: hidden;
}
.searchandfilter input {
  background-color: #ffffff;
  border: 1px solid #557b83;
  border-radius: 0;
}

.searchandfilter > ul {
  margin: 0 40px 20px 50px;
  /*padding: 0 25px 0 21px;*/
  background-color: #edf1f1;
}
.issues .searchandfilter > ul {
  margin: 0 3px 40px 15px;
}

.search-filter-results__post {
  display: flex;
  margin-bottom: 40px;
}
.search-filter-results__post:hover,
.search-filter-results__post:focus {
  cursor: pointer;
}
.search-filter-results__post:hover .search-filter-results__words,
.search-filter-results__post:focus .search-filter-results__words {
  background-color: #cb4448;
  border-color: #cb4448;
}
.search-filter-results__post:hover .search-filter-results__meta,
.search-filter-results__post:focus .search-filter-results__meta {
  background-color: #a92124;
  border-color: #a92124;
}
.search-filter-results__post:hover .search-filter-results__meta *,
.search-filter-results__post:focus .search-filter-results__meta *,
.search-filter-results__post:hover .search-filter-results__words *,
.search-filter-results__post:focus .search-filter-results__words * {
  color: #fff !important;
}

.search-filter-results__title {
  color: #567c83;
  font-size: 26px;
  font-family: 'Work Sans Medium';
  letter-spacing: -.01em;
  line-height: 32px;
}
.main-page-block .search-filter-results__title,
.search-filter-results__title {
  color: #567c83;
  letter-spacing: -.01em;
  line-height: 34px;/*line-height: 38px;*/
  /* margin-bottom: 5px; */
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .main-page-block .search-filter-results__title,
  .search-filter-results__title {
    line-height: 34px;
  }
}

.main-page-block .search-filter-results__title a,
.search-filter-results__title a {
  text-decoration: none;
  color: #567c83;
}
.main-page-block .search-filter-results__title a:visited,
.search-filter-results__title a:visited {
  color: #567c83;
}
.main-page-block .search-filter-results__title a:hover,
.search-filter-results__title a:hover {
  text-decoration: none;
}

.search-filter-results__words {
  padding: 0 30px 0 0;
  width: 72%;
  padding: 40px 17px 36px 30px;
  border-bottom: solid 1px #a9bdc1;

  -webkit-transition: background-color .25s ease-in, color .25s ease-in, border .25s ease-in;
  -moz-transition: background-color .25s ease-in, color .25s ease-in, border .25s ease-in;
  -o-transition: background-color .25s ease-in, color .25s ease-in, border .25s ease-in;
  -ms-transition: background-color .25s ease-in, color .25s ease-in, border .25s ease-in;
  transition: background-color .25s ease-in, color .25s ease-in, border .25s ease-in;
}
.issues .search-filter-results__words {
  width: 74.4%;
}
@media screen and (max-width: 600px) {
  .search-filter-results__words,
  .events-page.search-filter-results__words {
    padding: 40px 17px 20px 10px;
    /* padding: 40px 0 20px 0; */
  }
}
.search-filter-results__meta,
.events-page.search-filter-results__meta {
  width: 23%;
  padding: 40px 0 10px 17px;
  border-left: solid 1px #a9bdc1;
  border-bottom: solid 1px #a9bdc1;

  -webkit-transition: background-color .25s ease-in, color .25s ease-in, border .25s ease-in;
  -moz-transition: background-color .25s ease-in, color .25s ease-in, border .25s ease-in;
  -o-transition: background-color .25s ease-in, color .25s ease-in, border .25s ease-in;
  -ms-transition: background-color .25s ease-in, color .25s ease-in, border .25s ease-in;
  transition: background-color .25s ease-in, color .25s ease-in, border .25s ease-in;
}
.events-page.search-filter-results__meta {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .search-filter-results__meta,
  .events-page.search-filter-results__meta {
    padding: 40px 4px 10px 30px;
  }
}
@media screen and (max-width: 600px) {
  .search-filter-results__meta,
  .events-page.search-filter-results__meta {
    padding: 40px 4px 10px 10px;
  }
}
.search-filter-results__words *,
.search-filter-results__meta * {
  -webkit-transition: background-color .1s ease-in, color .1s ease-in;
  -moz-transition: background-color .1s ease-in, color .1s ease-in;
  -o-transition: background-color .1s ease-in, color .1s ease-in;
  -ms-transition: background-color .1s ease-in, color .1s ease-in;
  transition: background-color .1s ease-in, color .1s ease-in;
}
.main-page-block .search-filter-results__meta-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'Work Sans Semi Bold';
  font-size: 14px;
  letter-spacing: -.01em;
  text-transform: uppercase;
  line-height: 1;
  color: #183135;
}
.search-filter-results__meta-info {
  font-family: 'Open Sans Regular';
  font-size: 14px;
  color: #183135;
  margin-bottom: 14px;
}
@media screen and (max-width: 400px) {
  .search-filter-results__meta-info {
    hyphens: auto;
  }
}
.main-page-block .search-filter-results__post p {
  margin: 0;
  font-family: 'Open Sans Regular';
  font-size: 17px;
  letter-spacing: -.01em;
  line-height: 1.7;
}
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 1023px) {

  .search-filter-bb-row .fl-col {
    width: 100% !important;
    flex-flow: row wrap;
  }
  .search-filter-bb-row .fl-col-group {
    display: flex;
    flex-flow: row wrap;
  }
  .search-filter-bb-row .search-filter-form-bb {
    order: 12;
    max-width: 100%;
  }
  .search-filter-bb-row .search-filter-results-bb {
    order: 11;
  }
  .search-filter-results__post,
  .issues .search-filter-results__post,
  .events-page.search-filter-results__post {
    flex-direction: column;
  }
  .search-filter-results__words,
  .issues .search-filter-results__words,
  .events-page.search-filter-results__words {
    /*border-left: solid 1px #a9bdc1;*/
    border-bottom: none;
    width: 100%;
  }
  .search-filter-results__meta,
  .issues .search-filter-results__meta,
  .events-page.search-filter-results__meta {
    width: 100%;
  }
}
/*@media screen and (max-width: 768px) {
  .search-filter-bb-row .fl-col-small.search-filter-form {
    width: 100% !important;
    flex-flow: row wrap;
  }
}*/

.issues-info-text {
  padding-right: 55px;
}
.issues-info-text .fl-module-content {
  margin: 0 !important;
}
.issues-featured-resources-title,
.line-header {
  padding-right: 21px;
}
@media screen and (max-width: 1023px) {
  .issues-info-text {
    padding: 0;
  }
  .issues-featured-resources-title,
  .line-header {
    padding: 0;
  }
}
.issues-featured-resources-title h2,
.line-header h2 {
  font-size: 38px;
  letter-spacing: .01em;
  font-family: 'Work Sans Medium';
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
}
.issues-featured-resources-title .fl-heading-text,
.line-header .fl-heading-text,
.issues-featured-resources-title h2 > span {
  position: relative;
  letter-spacing: 1px;
}
.issues-featured-resources-title .fl-heading-text::before,
.issues-featured-resources-title .fl-heading-text::after,
.line-header .fl-heading-text::before,
.line-header .fl-heading-text::after,
.issues-featured-resources-title h2 > span::before,
.issues-featured-resources-title h2 > span::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #a9bdc1;
  top: 50%;
  width: 10.6vw;
  max-width: 145px;
}
.issues-featured-resources-title .fl-heading-text::before,
.line-header .fl-heading-text::before,
.issues-featured-resources-title h2 > span::before {
  left: 105%;
}
.issues-featured-resources-title .fl-heading-text::after,
.line-header .fl-heading-text::after,
.issues-featured-resources-title h2 > span::after {
  right: 105%;
}
.issues-featured-resources-title .fl-heading:hover,
.issues-featured-resources-title .fl-heading:focus,
/* .line-header .fl-heading:hover,
.line-header .fl-heading:focus, */
.issues-featured-resources-title h2 > span:hover,
.issues-featured-resources-title h2 > span:focus {
  color: #cb4448;
  cursor: initial;
}

.main-page-block .sf__all-results-link {
  text-decoration: none;
}
.main-page-block .sf__all-results-link:hover,
.main-page-block .sf__all-results-link:focus,
.main-page-block .fl-module-content .sf__all-results-link:hover,
.main-page-block .fl-module-content .sf__all-results-link:focus {
  text-decoration: none;
}

.main-page-block .sf__all-results-button {
  text-decoration: none;
}

.sf__all-results-button {
  width: 195px;
  height: 47px;
  background-color: #cb4448;
  font-size: 13px;
  font-size: 14px;
  letter-spacing: -.01em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Work Sans Semi Bold';
  text-decoration: none;

  -webkit-transition: background-color .25s ease-in, color .25s ease-in;
  -moz-transition: background-color .25s ease-in, color .25s ease-in;
  -o-transition: background-color .25s ease-in, color .25s ease-in;
  -ms-transition: background-color .25s ease-in, color .25s ease-in;
  transition: background-color .25s ease-in, color .25s ease-in;
}
.main-page-block .sf__all-results-button:hover,
.main-page-block .sf__all-results-button:focus {
  background-color: #34b0a9;
  text-decoration: none;
}

.issues-featured-resources-title .issues-featured-resources-title-content {
  /* margin-left: 60px;
  margin-right: 60px;
  margin-top: 20px;
  margin-bottom: 40px; */
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 58px;
  margin-bottom: 16px;
}

@media screen and (max-width: 400px) {
  .search-filter-bb-row .issues-featured-resources-title .fl-module-content,
  .issues-featured-resources-title .issues-featured-resources-title-content {
    margin-left: 30px;
    margin-right: 30px;
  }
}

/*--------------------------------------------------------------
### Search and Filter Form
--------------------------------------------------------------*/

.main-page-block .pagination a {
  text-decoration: none;
}
.main-page-block .pagination a:hover,
.main-page-block .pagination a:focus {
  text-decoration: none;
}

.searchandfilter input[name="_sf_post_date[]"] {
  width: 116px;
  height: 21px;
  background-color: #ffffff;
  border: 1px solid #557b83;
  border-radius: 0;
}

.main-page-block .searchandfilter h4 {
  margin-top: 0;
  margin-bottom: 1px;
  padding: 0;
  color: #183135;
  font-family: 'Work Sans Semi Bold';
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: -.01em;
}

/* Subtitles */
.searchandfilter > ul > li {
  /*padding: 0;*/
  padding: 15px 25px 25px 21px;
}

/* Sub List items */
.searchandfilter ul li li {
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  color: #183135;
  font-family: 'Open Sans Regular';
}

.searchandfilter > ul > li.sf-field-category {
  padding-top: 0;
}

ul.sf_date_field {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1250px) {
  ul.sf_date_field {
    flex-direction: column;
  }
}

.searchandfilter ul.sf_date_field li {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.searchandfilter ul.sf_date_field li input {
  margin-right: 5px;
}

.sf-field-search,
.search .main-page-block .search-form {
  position: relative;
  background-color: #fff;
  padding: 0 !important;
}

.sf-field-search label,
.search .main-page-block .search-form label {
  width: 100%;
}

.sf-field-search input,
.search .main-page-block .search-form input {
  vertical-align: text-top;
  border: none;
  border-bottom: solid 1px #a9bdc1;
  height: 46px;
  font-size: 17px;
  line-height: 18px;
  color: #183135;
  padding: 16px 0 11px;
  width: 100%;
  font-family: 'Open Sans Regular';
/*  cursor: text;
  pointer-events: none;*/
}
.sf-field-search input:focus,
.search .main-page-block .search-form input:focus {
  outline: none;
}
.sf-field-search input::placeholder,
.search .main-page-block .search-form input::placeholder {
  color: #183135;
}

.sf-field-search::after,
.search .main-page-block .search-form::after {
  color: #567c83;
  content: "\e900";
  font-family: 'icomoon' !important;
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  right: 0px;
  top: 29%;
  cursor: pointer;
  pointer-events: all;
}

body.search .main-page-block form.search-form::after {
  top: 55%;
}
body.search .page__title-container.page__title-container--single {
  margin-top: 105px;
}

/* Create custom checkbox */

/* Box */
.sf-label-checkbox::before{
  content: "";
  display: inline-block;

  height: 13px;
  width: 13px;

  background-color: #ffffff;
  border: 1px solid #557b83;
  border-radius: 0;
}

/* Check */
.sf-label-checkbox::after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 8px;
  border-left: 2px solid;
  border-bottom: 2px solid;

  transform: rotate(-45deg);
}

/* Positioning Checkbox */
.sf-label-checkbox {
  position: relative;
}
.sf-label-checkbox::before,
.sf-label-checkbox::after {
  position: absolute;
}
/*Outer-box*/
.sf-label-checkbox::before {
  top: 3px;
  left: -13px;
}
/*Checkmark*/
.sf-label-checkbox::after {
  left: -10px;
  top: 6px;
}

/* Hide the checkmark by default */
.sf-input-checkbox + .sf-label-checkbox::after {
    content: none;
}
/* Unhide the checkmark on the checked state */
.sf-input-checkbox:checked + .sf-label-checkbox::after {
    content: "";
}

/* Adding focus styles on the outer-box of the fake checkbox to make it accessible */
.sf-input-checkbox:focus + .sf-label-checkbox::before {
    outline: rgb(59, 153, 252) auto 5px;
}

label.disabled {
    pointer-events: none;
    opacity: 0.5;
  }

/* Pagination Buttons */
.wp-pagenavi {
    margin-left:-5px;
    display:flex;
    flex-wrap: wrap;
}

.wp-pagenavi span.pages {
    display:none;
}
.wp-pagenavi a,
.wp-pagenavi span.current,
.wp-pagenavi span.extend,
.search-filter-pagination-button {
  display: inline-block;
  border: solid 1px #567c83;
  color: #567c83;
  background-color: transparent;
  margin: 5px;
  width: 43px;
  height: 43px;
  position: relative;

  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;

  text-align:center;
  padding: 8px;
  font-weight:400;
}
a.first,
a.last {
  padding: 8px 0 0 0;
}

/* Targets arrows inside pagination button */
/*.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,*/
.search-filter-pagination-button-content.pagination-arrow,
.pagination-arrow {
  content:url('../../uploads/2018/10/icon-arrow-thin-events-page.svg');
  height: 25px;
  width: 11px;

  filter: invert(49%) sepia(14%) saturate(829%) hue-rotate(142deg) brightness(89%) contrast(86%);

/*  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;*/
  -webkit-transition: 1s -webkit-filter linear;
  -moz-transition: 1s -moz-filter linear;
  -moz-transition: 1s filter linear;
  -ms-transition: 1s -ms-filter linear;
  -o-transition: 1s -o-filter linear;
  transition: 1s filter linear, 1s -webkit-filter linear;
}

/*.wp-pagenavi a.nextpostslink:before,
.wp-pagenavi a.previouspostslink:before,
/*.pagination-arrow {
  content:url('../../uploads/2018/10/icon-arrow-thin-events-page.svg');
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(23%);
  height: auto;
  width: 30%;

  filter: invert(49%) sepia(14%) saturate(829%) hue-rotate(142deg) brightness(89%) contrast(86%);

  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;
}*/
/*
.search-filter-pagination-button:hover .search-filter-pagination-button-content.pagination-arrow {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(322deg) brightness(103%) contrast(104%);
} */

/*.wp-pagenavi a.previouspostslink:focus,*/
/*.wp-pagenavi a.nextpostslink:focus,*/
a.search-filter-pagination:focus,
a.search-filter-pagination:active,
.pagination-arrow {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.wp-pagenavi a.previouspostslink,
.pagination-arrow.pagination-arrow-flip {
  -webkit-transform: scaleX(-1);
  /*transform: scaleX(-1) translate(50%, -50%);*/
}

.main-page-block .pagination a:hover,
.wp-pagenavi span.current,
.search-filter-pagination-button:hover {
  background-color: #cb4448;
  border-color: #a92124;
  color: #fff;
}

.main-page-block .pagination a:hover .pagination-arrow {
  /*filter:sepia(38%) brightness(150%) hue-rotate(174deg) saturate(130%) contrast(80%) invert(100%);*/
  filter: brightness(0) saturate(100%) invert(100%) sepia(18%) saturate(7441%) hue-rotate(181deg) brightness(121%) contrast(115%);
  /*transition: all 1.2s ease-in;*/
/*  -webkit-transition: 1s -webkit-filter linear;
  -moz-transition: 1s -moz-filter linear;
  -moz-transition: 1s filter linear;
  -ms-transition: 1s -ms-filter linear;
  -o-transition: 1s -o-filter linear;
  transition: 1s filter linear, 1s -webkit-filter linear;*/
}

/*.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover,
.pagination-arrow {
  filter: sepia(38%) brightness(150%) hue-rotate(174deg) saturate(130%) contrast(80%) invert(100%);
}*/

/*.wp-pagenavi a.nextpostslink:hover:before,
.wp-pagenavi a.previouspostslink:hover:before {
  filter:sepia(38%) brightness(150%) hue-rotate(174deg) saturate(130%) contrast(80%) invert(100%);
}*/

/*
.wp-pagenavi a.nextpostslink:hover {
  background-image: url(../../uploads/2018/11/icon-arrow-thin-events-page-hover.png);
  content:none;
  filter:none;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center center;
} */
/*
.search-filter-pagination-button-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pagination-button-left-right-arrow {
  border-color: #567c83;
  color: #567c83;
} */

/* Refine Your Search (Inserted via jQuery) */
.search-filter-spacer {
  height: 40px;
  background-color: #fff;
  width: 100%;
}

.search-filter__title-container {
  background-color: #567c83;
  padding: 13px 20px;
  margin-bottom: 10px;

  background-image: url('./images/icon-filter-funnel@2x.png');
  background-size: 55px;
  background-repeat: no-repeat;
  background-position: 93% 10px;
}
@media screen and (max-width: 1329px) {
  .search-filter__title-container {
    background-position: 93% 40px;
  }
}
@media screen and (max-width: 1195px) {
  .latest-posts-sidebar__title-container.issues {
    background-position: 93% 40px;
  }
}
@media screen and (max-width: 1023px) {
  .search-filter__title-container,
  .latest-posts-sidebar__title-container.issues {
    background-position: 93% 10px;
  }
}

.main-page-block .search-filter__title {
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  max-width: 75%;
  letter-spacing: 0;
  font-weight: 400;
  color: #fff;
  font-family: 'Work Sans Medium';
}
.main-page-block .search-filter__title:hover,
.main-page-block .search-filter__title:focus {
  color: #fff;
  cursor: inherit;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
### Custom Buttons
--------------------------------------------------------------*/

.download-button {
  width: 132px;
  height: 41px;
  background-color: #33afa9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;

  -webkit-transition: background-color .25s ease-in, color .25s ease-in;
  -moz-transition: background-color .25s ease-in, color .25s ease-in;
  -o-transition: background-color .25s ease-in, color .25s ease-in;
  -ms-transition: background-color .25s ease-in, color .25s ease-in;
  transition: background-color .25s ease-in, color .25s ease-in;
}
.download-button__text {
  font-size: 14px;
  margin-right: 5px;
  letter-spacing: 1px;
  line-height: 33px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Work Sans Semi Bold";
}

.download-button__icon {
  width: 16px;
  height: 17px;
}

.download-button:hover,
.download-button:focus {
  background-color: #cb4448;
}

.download-button.event {
  display: inline-flex;
  background-color: #CD4A4E;
  text-transform: uppercase;
  font-family: 'Work Sans Bold';
  font-size: 13px;
  letter-spacing: .01em;
  color: #F6E4E5;
  height: 40px;
  width: 148px;
  padding: 9px;
  text-align: center;
}

.download-button.event:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
### Custom Header Image Background Positions
--------------------------------------------------------------*/

/* Capital Building */

.single__header-image.capital-image,
.page__header-image.capital-image {
  background-position: center 25% !important;
}

/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */
.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
--------------------------------------------------------------*/
.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%;
}

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

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

.wp-caption-text,
.fl-photo-caption {
  color: #567c83;
  font-size: 16px;
}

.wp-caption .wp-caption-text,
.fl-photo-caption.fl-photo-caption-below {
  margin: 0.4em 0 0;
  padding: 0;
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Unsemantic Framework
--------------------------------------------------------------*/
/* Max width of content is 1200px */
.grid-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.font-test {
  font-family: 'Open Sans Italic';
}


/* # Media Queries */
@media only screen and (max-width:1045px) {
    #sfm-sidebar .sfm-menu li a {
        font-weight: normal !important;
        font-size: 20px !important;
        padding: 20px 0 !important;
    }

}


@media only screen and (max-width:768px) {
    .homepage-slider__layer-button-container span {
        margin-top: 70px !important;
        max-width: inherit !important;
    }
    span.homepage-slider__layer-button.ls-layer {
        margin-top: 45px !important;
    }

}


@media only screen and (max-width:767px) {
  #layerslider_1 .ls-layers > div:nth-child(6) > .ls-wrapper {
      display: flex !important;
      justify-content: center;
      height: -moz-fit-content !important;
      height: fit-content !important;
  }
  #layerslider_1 .ls-layers > div:nth-child(3) > .ls-wrapper {
      display: flex !important;
      justify-content: center;
      height: -moz-fit-content !important;
      height: fit-content !important;
  }
  #layerslider_1 .homepage-slider__layer-title {
      width: 74.1% !important;
      max-width: 360px !important;
      padding: 10px !important;
      height: -moz-fit-content !important;
      height: fit-content !important;
      margin: 25px auto 0 !important;
  }
  #layerslider_1 .homepage-slider__layer-title a {
    text-decoration: none;
    color: rgb(203, 68, 72);
  }
  #layerslider_1 .homepage-slider__layer-text {
      width: 70% !important;
      max-width: 360px !important;
      height: -moz-fit-content !important;
      height: fit-content !important;
      padding: 15px !important;
      margin: 15px auto 0 !important;
  }
  #layerslider_1 .homepage-slider__layer-button {
      width: 75.3% !important;
      max-width: 360px !important;
      margin: 100px auto 0 !important;
      padding: 10px 5px !important;
      height: -moz-fit-content !important;
      height: fit-content !important;
      box-sizing: inherit !important;
      font-size: 12px !important;
  }
  #layerslider_1 .homepage-slider__layer-button a {
      text-decoration: none;
      color: #fff;
  }
  #layerslider_1 .homepage-slider__layer-button-container {
      max-width: inherit !important;
  }
}

@media only screen and (max-width:767px) and (orientation:landscape) {
  #layerslider_1 .homepage-slider__layer-title {
      margin: 100px auto 0 !important;
  }
  #layerslider_1 .homepage-slider__layer-button {
      margin: -60px auto 0 !important;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #layerslider_1 .homepage-slider__layer-text {
    margin-top: 10px !important;
  }
  #layerslider_1 .homepage-slider__layer-title {
    margin-top: 70px !important;
    width: 370px !important;
    max-width: 100% !important;
  }
  #layerslider_1 .homepage-slider__layer-button {
    margin-top: 27px !important;
    width: 380px !important;
    max-width: 100% !important;
  }
  #layerslider_1 img {
    height: 600px !important;
    object-fit: cover !important;
  }
  #layerslider_1 .ls-slide-backgrounds > .ls-wrapper {
    height: 600px !important;
  }
  #layerslider_1 .ls-inner > .ls-layers {
    height: 389px !important;
  }
  #layerslider_1 {
    min-height: 389px;
  }
  #layerslider_1,
  #layerslider_1 .ls-wrapper.ls-bg-outer {
    height: 100% !important;
  }
  body.home .featured-posts {
    margin-top: 389px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 500px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #layerslider_1 .homepage-slider__layer-text {
    display: none !important;
  }
}

@media only screen and (max-width:375px) {
  #layerslider_1 .homepage-slider__layer-title {
        width: 210px !important;
        padding: 10px !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
        margin: -60px auto 0 !important;
  }
  #layerslider_1 .homepage-slider__layer-text {
        width: 200px !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
        padding: 15px !important;
        margin: -50px auto 0 !important;
  }
  #layerslider_1 .homepage-slider__layer-button {
        width: 220px !important;
        margin: 90px auto 0 !important;
    }
}


/* ROW WIDTHS */
.resources #content .fl-builder-content .fl-row-content-wrap,
/* .blog #content .fl-builder-content .fl-row-content-wrap, */
.issues #content .fl-builder-content .fl-row-content-wrap,
.search-filter-row-wrap,
.search .no-search-results {
  padding: 0 50px 0 50px;
}

@media screen and (max-width: 1300px) {
  .entry-content.narrow-grid,
  .entry-content.narrow-grid.events-page,
  .search .no-search-results,
  #content .fl-builder-content .fl-row-content-wrap {
    padding-left: 15%;
    padding-right: 15%;
  }
  #content .fl-builder-content .daily-news .fl-row-content-wrap {
    padding-left: inherit;
    padding-right: inherit;
  }
}
@media screen and (max-width: 1100px) {
  .entry-content.narrow-grid,
  .entry-content.narrow-grid.events-page,
  #content .fl-builder-content .fl-row-content-wrap,
  .search .no-search-results,
  .search-filter-row-wrap {
    padding-left: 10%;
    padding-right: 10%;
  }
  #content .fl-builder-content .arise-social-feed .fl-row-content-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  #content .fl-builder-content .daily-news .fl-row-content-wrap {
    padding-left: inherit;
    padding-right: inherit;
  }
}
@media screen and (max-width: 768px) {
  #content .fl-builder-content .arise-social-feed .fl-row-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  #content .fl-builder-content .fl-row-content-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 1025px) {
  .issues .searchandfilter > ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 1140px) {
  .searchandfilter > ul {
    margin: 0 40px 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  .searchandfilter > ul {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 900px) {
  .searchandfilter > ul {
    margin: 0 5% 20px 0;
  }
}
@media screen and (max-width: 840px) {
  /* .resources #content .fl-builder-content .fl-row-content-wrap,
  .blog #content .fl-builder-content .fl-row-content-wrap,
  .issues #content .fl-builder-content .fl-row-content-wrap, */
  .search-filter-row-wrap {
    /* padding: 0 3% 0 3%; */
    padding: 0 calc(3% - 20px) 0 calc(3% - 20px);
    margin: 0 20px;
  }

  .search .no-search-results {
    padding: 0 calc(3% - 20px) 0 calc(3% - 20px);
    margin-left: 20px;
    margin-right: 20px;
  }

  #content .fl-builder-content .fl-row-content-wrap {
    padding-left: calc(3% - 20px);
    padding-right: calc(3% - 20px);
  }

  #content .fl-builder-content .footer__row .fl-row-content-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .search-filter-row-wrap,
  .search .no-search-results {
    padding: 0 calc(5% - 20px) 0 calc(5% - 20px);
  }
  #content .fl-builder-content .fl-row-content-wrap {
    padding-left: calc(5% - 20px);
    padding-right: calc(5% - 20px);
  }
  .searchandfilter > ul {
    margin: 0 0 20px 0;
  }
}


/* Responsive content top margins */
@media screen and (max-width: 768px) {
  .page__title-container,
  body.fl-builder .page__title-container,
  .page__title-container.page__title-container--single {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 480px) {
    .page__title-container,
    body.fl-builder .page__title-container {
        margin-bottom: 20px;
    }

    .ls-container .ls-layers .ls-wrapper.ls-in-out .homepage-slider__layer-title {
        width: 83% !important;
        height: 60px !important;
        padding: 15px 0 !important;
        margin: -130px auto 0 !important;
        display: flex !important;
        text-align: center !important;
        align-items: center;
        justify-content: center;
    }
    .ls-wrapper .homepage-slider__layer-text {
        padding: 15px !important;
        width: 75% !important;
        height: 150px !important;
        margin: -135px auto 0 !important;
        display: flex !important;
        align-items: center;
    }
    .ls-wrapper .homepage-slider__layer-button {
        margin: 40px auto 0 !important;
    }
    .ls-wrapper .homepage-slider__layer-button a {
        color: #fff;
        text-decoration: none;
    }

}
