/* colors */
.bg-photo {
  background: center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: inline-block;
}
/* -------- begin html tag settings --------- */
BODY {
  background: white;
  color: #333;
  font-family: 'Nunito Sans', sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
}
TD {
  padding: 4px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Nunito Sans', sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 0.2em;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  font-weight: normal;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em {
  color: inherit;
}
h1 {
  margin-top: 0;
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
ul {
  list-style: square;
  margin: 0 0 18px 0;
}
ol {
  list-style: decimal;
  margin: 0 0 18px 0;
}
ul > li,
ol > li {
  margin-bottom: 1em;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
p,
.p,
li {
  line-height: 1.2em;
  margin: 0 0 1em 0;
  font-weight: 400;
}
div {
  line-height: 1.2em;
}
a {
  cursor: pointer;
  text-decoration: underline;
  outline: 0;
}
a:visited {
  color: #030302;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  color: #142f70;
  text-decoration: none;
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  padding: 4px;
}
code {
  white-space: wrap;
}
/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}
/* ---------- begin structural settings ---------------- */
#container {
  font-size: 18px;
  float: left;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
section,
.section {
  float: left;
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.container {
  position: relative;
  text-align: left;
}
#header {
  background: #373734;
  position: relative;
  padding: 10px 0;
}
#header #nav {
  float: right;
  text-align: center;
}
#header #nav ul {
  margin: 0 auto;
}
#header #nav ul li {
  position: relative;
}
#header #nav ul li a {
  color: #000;
  display: block;
  padding: 10px 12px 4px 12px;
  margin: 0 0 10px 0;
  text-decoration: none;
  position: relative;
  font-size: 18px;
}
#header #nav ul li.current-menu-item a,
#header #nav ul li.current_page_item a,
#header #nav ul li.current-page-ancestor a {
  color: #555;
}
#header #nav ul li a:hover,
#header #nav ul li a:active,
#header #nav ul li li:hover {
  color: #444;
}
#header #nav ul li ul.sub-menu,
#header #nav ul li ul.children {
  position: absolute;
  top: 33px;
  left: 4px;
  z-index: 20000;
  box-shadow: 0 3px 6px #555;
  width: 200px;
  display: none;
}
#header #nav ul li ul.sub-menu li,
#header #nav ul li ul.children li {
  float: none;
}
#header #nav ul li ul.sub-menu a,
#header #nav ul li ul.children a {
  background: #eee;
  border-bottom: 1px solid #999;
  margin: 0;
  text-align: left;
  padding: 10px;
}
#header #nav ul li ul.sub-menu .current-page-ancestor a,
#header #nav ul li ul.children .current-page-ancestor a,
#header #nav ul li ul.sub-menu .current-menu-item a,
#header #nav ul li ul.children .current-menu-item a {
  background: #1d1d1b;
  color: #fff;
}
#header #nav ul li ul.sub-menu a:hover,
#header #nav ul li ul.children a:hover,
#header #nav ul li ul.sub-menu a:active a:hover,
#header #nav ul li ul.children a:active a:hover {
  background: #ccc;
}
#header #nav ul li:hover ul.sub-menu,
#header #nav ul li:hover ul.children {
  display: block;
}
#header .mobile-nav {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 10px;
  display: none;
  float: right;
  z-index: 1000;
}
.nav,
.nav ul,
.menu,
.menu ul {
  margin: 0;
  padding: 0;
}
.nav li,
.menu li {
  float: left;
  list-style: none;
  margin: 0;
}
.nav a,
.menu a {
  text-decoration: none;
}
/* Tablet (Portrait) ------------------------------------- */
@media only screen and (max-width: 959px) {
  #header .mobile-nav {
    display: block;
  }
  #header #nav .menu-header {
    display: none;
    background: #1d1d1b;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1000;
    border: 1px solid #000;
  }
}
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 767px) {
  #header #logo {
    max-width: 30%;
  }
  #header #nav .menu-header {
    min-width: 200px;
  }
}
#page {
  background: #fff;
  padding-top: 30px;
  text-align: left;
}
#content {
  text-align: left;
}
#footer {
  color: #000;
  padding: 50px 0 0 0;
}
#footer .container {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0 40px;
}
#footer .container small {
  font-size: 70%;
}
#footer .container .menu li a {
  display: inline-block;
  padding: 4px 12px 4px 0;
}
#footer .container .menu li a:link,
#footer .container .menu li a:visited {
  color: #1d1d1b;
}
#footer .container .menu li a:hover,
#footer .container .menu li a:active {
  color: #ce175a;
}
#footer .container .widget_search {
  clear: both;
}
#footer .container .widget_search input[type=search] {
  width: 300px;
  max-width: 90%;
  height: 28px;
  border: 0;
  margin: 24px 7px 24px 0;
  background: none;
  appearance: none;
  box-shadow: none;
  line-height: 1em;
  -webkit-appearance: none;
  border-bottom: 1px solid #ddd;
}
#footer .container .widget_search input[type=search]:focus {
  outline: none;
}
#footer .container .widget_search input[type=submit] {
  opacity: 0;
}
#footer .container p {
  margin-top: 1em;
  font-size: 90%;
  line-height: 1.4em;
  text-align: right;
}
#footer .container p a {
  color: #000;
  text-decoration: none;
}
#footer .container p a:hover {
  opacity: 0.8;
}
#footer .container .copyright {
  margin: 1em 0;
}
img.alignright {
  float: right;
  margin: 0 0 6px 10px;
}
img.alignleft {
  float: left;
  margin: 0 10px 6px 0;
}
.hide {
  display: none;
}
.date,
.help {
  font-size: 0.9em;
}
.divider {
  clear: both;
  border-bottom: 3px solid #ed5e92;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.videoblock {
  background: center center no-repeat;
  background-size: cover;
  height: 250px;
  border: 2px solid #000;
  display: inline-block;
  position: relative;
  width: 80%;
  margin: 0 10%;
  text-align: center;
}
.videoblock .play-button {
  background: url("../images/play-button.svg") center center no-repeat;
  background-size: 30%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 20px;
  opacity: 0.4;
}
.videoblock .play-button:hover {
  opacity: 0.7;
}
.videoblock strong {
  position: absolute;
  background: url("../images/transparent-black.png");
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 1px #000;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* slider */
#container {
  padding: 0;
  overflow: hidden;
}
#container .cs,
#container .cs-viewport,
#container .cs-viewport div {
  height: 450px;
}
#container .cs-slide {
  background: center center no-repeat;
  background-size: cover;
}
/* sticky note */
.note {
  background-color: yellow;
  max-width: 300px;
  position: absolute;
  right: 20px;
  z-index: 999;
  padding: 20px;
}
.social-media {
  clear: right;
  text-align: right;
}
.social-media img {
  width: 32px;
  height: 32px;
}
/* member plugin styles */
#message,
.swpm-post-not-logged-in-msg {
  text-align: center;
}
/* Popup styling */
.fl-node-60abf9b895a29 .uabb-gf-style {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.fl-node-60abf9b895a29 .uabb-gf-style input[type="submit"] {
  color: white;
  margin: 1em 0;
  font-size: 1em;
  border-radius: 0;
  font-weight: 700;
  padding: 0.7em 1em;
  text-decoration: none;
  display: inline-block;
  border: 1px solid white;
  text-transform: uppercase;
  border: 1px solid #009bdf;
  background-color: rgba(0, 155, 223, 0.7);
}
/*TODO:// apply the a.cta styling to buttons!
*/
#container {
  /* buttons */
}
#container a.btn,
#container .btn,
#container button,
#container input[type="submit"],
#container .btn a,
#container a.fl-button {
  color: white;
  margin: 1em 0;
  font-size: 1em;
  border-radius: 0;
  font-weight: 700;
  padding: 0.7em 1em;
  text-decoration: none;
  display: inline-block;
  border: 1px solid white;
  text-transform: uppercase;
  border: 1px solid #009bdf;
  background-color: rgba(0, 155, 223, 0.7);
}
#container a.btn:link,
#container .btn:link,
#container button:link,
#container input[type="submit"]:link,
#container .btn a:link,
#container a.fl-button:link,
#container a.btn:visited,
#container .btn:visited,
#container button:visited,
#container input[type="submit"]:visited,
#container .btn a:visited,
#container a.fl-button:visited,
#container a.btn:hover,
#container .btn:hover,
#container button:hover,
#container input[type="submit"]:hover,
#container .btn a:hover,
#container a.fl-button:hover,
#container a.btn:active,
#container .btn:active,
#container button:active,
#container input[type="submit"]:active,
#container .btn a:active,
#container a.fl-button:active {
  color: white;
}
#container a.btn:hover,
#container .btn:hover,
#container button:hover,
#container input[type="submit"]:hover,
#container .btn a:hover,
#container a.fl-button:hover,
#container a.btn:active,
#container .btn:active,
#container button:active,
#container input[type="submit"]:active,
#container .btn a:active,
#container a.fl-button:active,
#container a.btn:focus,
#container .btn:focus,
#container button:focus,
#container input[type="submit"]:focus,
#container .btn a:focus,
#container a.fl-button:focus {
  color: #009bdf;
  background: white;
}
@media (min-width: 768px) {
  #container a.btn,
  #container .btn,
  #container button,
  #container input[type="submit"],
  #container .btn a,
  #container a.fl-button {
    font-size: 1.2em;
  }
}
@media (min-width: 1280px) {
  #container a.btn,
  #container .btn,
  #container button,
  #container input[type="submit"],
  #container .btn a,
  #container a.fl-button {
    margin: 2em 0;
    border-width: 2px;
    padding: 0.8em 1.2em;
  }
}
#container a.btn .fl-button-text,
#container .btn .fl-button-text,
#container button .fl-button-text,
#container input[type="submit"] .fl-button-text,
#container .btn a .fl-button-text,
#container a.fl-button .fl-button-text {
  color: inherit;
}
#container a.btn:hover,
#container .btn:hover,
#container button:hover,
#container input[type="submit"]:hover,
#container .btn a:hover,
#container a.fl-button:hover {
  opacity: 0.8;
}
#container button,
#container input[type="submit"] {
  padding: 4px 16px;
  -webkit-appearance: none;
}
.fl-row-content-wrap a.cta {
  margin: 1em 0;
  font-size: 1em;
  font-weight: 700;
  padding: 0.7em 1em;
  text-decoration: none;
  display: inline-block;
  border: 1px solid white;
  text-transform: uppercase;
  background-color: rgba(0, 155, 223, 0.7);
}
.fl-row-content-wrap a.cta:link,
.fl-row-content-wrap a.cta:visited,
.fl-row-content-wrap a.cta:hover,
.fl-row-content-wrap a.cta:active {
  color: white;
}
.fl-row-content-wrap a.cta:hover,
.fl-row-content-wrap a.cta:active,
.fl-row-content-wrap a.cta:focus {
  color: #009bdf;
  background: white;
}
@media (min-width: 768px) {
  .fl-row-content-wrap a.cta {
    font-size: 1.2em;
  }
}
@media (min-width: 1280px) {
  .fl-row-content-wrap a.cta {
    margin: 2em 0;
    border-width: 2px;
    padding: 0.8em 1.2em;
  }
}
.fl-row-content-wrap a.cta.subtle {
  margin: 0;
  font-weight: 400;
  text-shadow: none;
  text-transform: none;
  background: transparent;
  font-size: 1em!important;
  border-width: 1px!important;
  padding: 0.4em 0.8em !important;
}
.fl-row-content-wrap a.cta.subtle:hover,
.fl-row-content-wrap a.cta.subtle:active,
.fl-row-content-wrap a.cta.subtle:focus {
  color: #009bdf;
  background: white;
}
.fl-row-bg-photo .fl-row-content-wrap a.cta {
  text-shadow: 0 0 10px #555;
}
.fl-row-bg-photo .fl-row-content-wrap a.cta:hover,
.fl-row-bg-photo .fl-row-content-wrap a.cta:active,
.fl-row-bg-photo .fl-row-content-wrap a.cta:focus {
  text-shadow: none;
}
.single-tribe_events .fl-row-content-wrap a.cta.subtle {
  background: #009bdf;
  border-color: #009bdf;
}
.snippet {
  margin-bottom: 40px;
}
.snippet h2 {
  margin-top: 0;
}
.blog-thumb {
  background: center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}
.blog-thumb img {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.entry-footer {
  color: #999;
  font-size: 0.8em;
  text-decoration: none;
}
.entry-footer a {
  color: #999;
}
.entry-footer > span {
  margin-right: 6px;
}
.entry-footer .updated {
  display: none;
}
.navigation a,
.navigation span {
  padding-right: 6px;
}
/* Tablet (Portrait) ------------------------------------- */
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 768px) {
  .blog-thumb {
    margin-bottom: 10px;
  }
}
/* forms */
#container .frm_forms br {
  display: none;
}
#container form {
  max-width: 600px;
  margin: 0 auto;
}
#container form li {
  max-width: 100%;
}
#container form li input {
  width: 100%;
}
#container .ginput_container_radio li label,
#container .ginput_container_checkbox li label {
  margin-top: 7px;
  font-weight: 400;
}
body {
  height: 100%;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
}
#header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  background: transparent;
  -webkit-transition: all 0.3;
  /* Safari */
  transition: all 0.3;
}
#header .container {
  min-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
#header #top-nav {
  height: 35px;
  position: relative;
}
#header #top-nav .social-media {
  float: right;
  margin: 12px 0 0 0;
  width: 220px;
  text-shadow: 0 0 10px #555;
}
#header #top-nav .menu-header-1 {
  float: right;
  margin: 12px 10px 0 0;
  text-shadow: 0 0 10px #555;
}
#header #top-nav .menu-header-1 li {
  margin-right: 1em;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 35px;
}
#header #top-nav .menu-header-1 li a {
  color: white;
  font-weight: 700;
}
#header #top-nav #searchform {
  display: none;
  top: 9px;
  width: 2px;
  right: 10em;
  height: 100%;
  overflow: hidden;
  background: white;
  position: absolute;
  right: 220px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
#header #top-nav #searchform.open {
  right: 0;
  width: 220px;
}
#header #top-nav #searchform input[type=search] {
  width: 166px;
  height: 28px;
  border: 0;
  font-size: 90%;
  margin: 2px 7px;
  background: none;
  appearance: none;
  box-shadow: none;
  line-height: 1em;
  -webkit-appearance: none;
  border-bottom: 1px solid #ddd;
}
#header #top-nav #searchform input[type=search]:focus {
  outline: none;
}
#header #top-nav #searchform input[type=submit] {
  top: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 0;
  position: absolute;
  width: 35px;
  background-size: contain;
  background-position: center;
  text-indent: 35px;
  background-repeat: no-repeat;
  background-color: #009bdf;
  background-image: url(../images/icons/search.svg);
}
#header #top-nav #searchform input[type=submit]:hover,
#header #top-nav #searchform input[type=submit]:active,
#header #top-nav #searchform input[type=submit]:focus {
  background-color: #ce175a;
}
#header.alt {
  padding: 0;
  top: 60px;
  bottom: 0;
  left: auto;
  right: 0;
  width: 200px;
  height: 0;
  z-index: 2000;
  overflow: hidden;
  background: #1d1d1b;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
#header.alt .container {
  padding: 0;
  max-width: 100%;
  text-align: right;
  display: none;
}
#header.alt .container #top-nav #searchform {
  top: 17px;
  position: fixed;
  display: none;
  height: 35px;
  right: 100px;
}
#header.alt .container #top-nav #searchform input {
  float: left;
}
#header.alt .container #top-nav #searchform.open {
  display: block;
}
#header.alt .container #top-nav li {
  float: right;
  clear: right;
}
#header.alt .container #top-nav .menu-header-1 {
  top: -80px;
  position: relative;
}
#header.alt .container #top-nav .menu-header-1 .toggleSearch {
  display: none;
  position: fixed;
  top: 17px;
  right: 45px;
  width: 35px;
  height: 35px;
  z-index: 2001;
  text-shadow: none;
  overflow: hidden;
}
#header.alt .container #top-nav .menu-header-1 .toggleSearch:before {
  color: white;
  width: 35px;
  cursor: pointer;
  content: "\f002";
  line-height: 35px;
  vertical-align: middle;
  text-align: center;
  display: none;
  font-family: 'gotham-book';
}
#header.alt .container #top-nav .menu-header-1 .toggleSearch.toggle:before {
  font-family: 'Nunito Sans', sans-serif, Helvetica, Arial, sans-serif;
  content: "X";
}
#header.alt .container #top-nav .social-media {
  top: 150px;
  right: 10px;
  position: relative;
}
#header.alt .container #top-nav .social-media a {
  display: inline-block;
  margin-top: 6px;
}
#header.alt .container #top-nav .social-media a:last-child {
  margin-right: 6px;
}
#header.alt .container #top-nav .social-media .break-after:after {
  content: '\A';
  white-space: pre;
}
#header.alt.open {
  height: 100vh;
}
#page {
  padding: 0;
  margin-top: 0;
}
#page > .container {
  width: 100%;
  margin: 0;
}
#second_menu {
  position: relative;
  z-index: 1111;
}
#second_menu .fl-menu {
  height: 38px;
  overflow: hidden;
}
#second_menu .fl-menu:hover {
  overflow: visible;
}
#second_menu li ul li {
  display: block;
  float: none;
}
#second_menu li ul li a:link,
#second_menu li ul li a:visited {
  color: #1d1d1b !important;
}
#second_menu li ul li a:hover,
#second_menu li ul li a:active {
  color: #ce175a !important;
}
#second_menu span#menu_hamburger {
  position: absolute;
  top: 23px;
  right: 25px;
  font-size: 1.4em;
  color: white;
  cursor: pointer;
  opacity: 0;
}
#second_menu span#menu_hamburger.toggle {
  position: relative;
  display: block;
  width: 100vw;
  text-align: right;
  padding-right: 20px;
}
#second_menu span#menu_hamburger.toggle:before {
  content: 'X';
  font-family: 'Nunito Sans', sans-serif, Helvetica, Arial, sans-serif;
}
#second_menu.stick {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#second_menu.stick span#menu_hamburger {
  opacity: 1;
}
#second_menu img.logo_img {
  max-height: 60px;
  height: 60px;
  margin-top: 15px;
  width: auto;
}
#sub_menu li {
  margin-right: 0.5em;
}
#sub_menu li.parent {
  font-weight: 700;
}
#sub_menu li.current-menu-item a {
  color: #ce175a;
  cursor: default;
}
#sub_menu li #menu-item-268.current-page-ancestor a {
  color: #ce175a;
}
#sub_menu li a {
  color: #1d1d1b;
}
#sub_menu li a:hover,
#sub_menu li a:active {
  color: #ce175a;
}
.fl-row-content-wrap {
  padding: 0 40px!important;
}
@media (min-width: 440px) {
  .fl-row-content-wrap {
    padding: 1em 40px!important;
  }
}
@media (min-width: 768px) {
  .fl-row-content-wrap {
    padding: 2em 40px!important;
  }
}
@media (min-width: 961px) {
  .fl-row-content-wrap {
    padding: 4em 40px!important;
  }
}
@media (min-width: 1280px) {
  .fl-row-content-wrap {
    padding: 6em 0!important;
  }
}
.fl-row-content-wrap h3 {
  font-weight: 700;
  font-size: 1.2em;
  color: #ce175a;
}
@media (min-width: 768px) {
  .fl-row-content-wrap h3 {
    font-size: 1.4em;
  }
}
@media (min-width: 1280px) {
  .fl-row-content-wrap h3 {
    line-height: 2em;
    font-size: 1.86em;
  }
}
.fl-row-content-wrap h4 {
  text-transform: uppercase;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .fl-row-content-wrap h4 {
    font-size: 1.4em;
  }
}
@media (min-width: 1280px) {
  .fl-row-content-wrap h4 {
    line-height: 2em;
    font-size: 1.86em;
  }
}
.fl-row-content-wrap h5 {
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .fl-row-content-wrap h5 {
    font-size: 1.1em;
    line-height: 1.8em;
  }
}
@media (min-width: 1280px) {
  .fl-row-content-wrap h5 {
    font-size: 1.2em;
  }
}
.fl-row-content-wrap a {
  text-decoration: none;
}
.fl-row-content-wrap a:link,
.fl-row-content-wrap a:visited {
  color: #009bdf;
}
.fl-row-content-wrap a:hover,
.fl-row-content-wrap a:active {
  color: #ce175a;
}
.fl-row-content-wrap p {
  font-size: 1em;
  max-width: 30em;
  line-height: 1.4em;
  margin-left: auto;
  margin-right: auto;
}
.legislation .fl-row-content-wrap p {
  max-width: 50em;
}
@media (min-width: 768px) {
  .fl-row-content-wrap p {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .fl-row-content-wrap .text-center p {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .fl-row-content-wrap .feature p,
  .fl-row-content-wrap .mission p {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
.fl-row-content-wrap .feature {
  top: -2em;
  padding: 30px;
  position: relative;
}
.fl-row-content-wrap .feature h2,
.fl-row-content-wrap .feature h3,
.fl-row-content-wrap .feature h4,
.fl-row-content-wrap .feature h5,
.fl-row-content-wrap .feature h6 {
  font-size: 3em;
  font-weight: 400;
  color: #ce175a;
}
@media (min-width: 1280px) {
  .fl-row-content-wrap .feature h2,
  .fl-row-content-wrap .feature h3,
  .fl-row-content-wrap .feature h4,
  .fl-row-content-wrap .feature h5,
  .fl-row-content-wrap .feature h6 {
    font-size: 4em;
  }
}
@media (min-width: 768px) {
  .fl-row-content-wrap .mailing-list .fl-rich-text {
    margin-left: 3em;
    margin-right: 4em;
  }
}
.fl-row-content-wrap .circle {
  height: 0;
  width: 60%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60%;
}
.fl-row-content-wrap .circle > a,
.fl-row-content-wrap .circle > img,
.fl-row-content-wrap .circle > svg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.fl-row-content-wrap .circle > a img,
.fl-row-content-wrap .circle > img img,
.fl-row-content-wrap .circle > svg img,
.fl-row-content-wrap .circle > a svg,
.fl-row-content-wrap .circle > img svg,
.fl-row-content-wrap .circle > svg svg {
  display: block;
  width: 100%;
  height: 100%;
}
.fl-row-content-wrap .fl-node-5b17d42354e69 .circle {
  margin-left: 0;
}
.fl-row-content-wrap .home-link {
  top: 0;
  left: 0;
  opacity: 1;
  margin: 15px;
  z-index: 1222;
  position: fixed;
  -webkit-transition: all 1s;
  /* Safari */
  transition: all 1s;
}
.fl-row-content-wrap .home-link a {
  text-align: left;
  display: block;
}
.fl-row-content-wrap .home-link a svg {
  margin-top: 15px;
}
.fl-row-content-wrap .home-link.shrink {
  width: 120px;
  margin-top: -5px;
}
.fl-row-content-wrap .home-link.alt {
  opacity: 0;
}
.fl-row-content-wrap .home-link.second-home-link {
  top: -5px;
  width: 160px!important;
  position: absolute;
  opacity: 0;
}
.fl-row-content-wrap .home-link.second-home-link.alt {
  opacity: 1;
}
.fl-builder-edit .fl-row-content-wrap .home-link {
  opacity: 1!important;
  width: 200px!important;
  position: static!important;
}
.fl-row-content-wrap .full-width p {
  max-width: none;
}
#twitter-feed-container ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#twitter-feed-container li {
  font-size: 0.8em;
  line-height: 1em;
  list-style-type: none;
  word-wrap: break-word;
}
#twitter-feed-container li .TweetAuthor-avatar,
#twitter-feed-container li .timeline-Tweet-metadata,
#twitter-feed-container li .timeline-Tweet-author,
#twitter-feed-container li .timeline-Tweet-actions,
#twitter-feed-container li .timeline-Tweet-media {
  display: none;
}
#twitter-feed-container li img {
  display: none;
}
.vimeo_embed .fl-photo-content,
.youtube_embed .fl-photo-content {
  height: 0;
  width: 100%;
  padding: 0 0 56%;
  position: relative;
  cursor: pointer;
}
.vimeo_embed .fl-photo-content iframe,
.youtube_embed .fl-photo-content iframe,
.vimeo_embed .fl-photo-content img,
.youtube_embed .fl-photo-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vimeo_embed .fl-photo-content:after,
.youtube_embed .fl-photo-content:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  color: white;
  opacity: 0.8;
  content: "\f16a";
  font-size: 100px;
  font-family: FontAwesome;
  text-align: center;
}
.vimeo_embed .fl-photo-content:hover:after,
.youtube_embed .fl-photo-content:hover:after {
  opacity: 1;
}
.vimeo_embed .fl-photo-content iframe,
.youtube_embed .fl-photo-content iframe {
  opacity: 0;
  -webkit-transition: opacity 0.3;
  /* Safari */
  transition: opacity 0.3;
}
.vimeo_embed .fl-photo-content iframe.show,
.youtube_embed .fl-photo-content iframe.show {
  opacity: 1;
}
.vimeo_embed .fl-photo-content.play,
.youtube_embed .fl-photo-content.play {
  border: 1px solid #1d1d1b;
}
.vimeo_embed .fl-photo-content.play img,
.youtube_embed .fl-photo-content.play img {
  opacity: 0;
}
.vimeo_embed .fl-photo-content.play:after,
.youtube_embed .fl-photo-content.play:after {
  display: none;
}
.people {
  text-align: center;
}
.people a:first-of-type {
  pointer-events: none;
}
.people h3 {
  font-size: 1em;
  line-height: 1em;
}
@media (min-width: 1300px) {
  .people h3 {
    font-size: 1.1em;
    line-height: 1.1em;
  }
}
@media (min-width: 1600px) {
  .people h3 {
    font-size: 1.3em;
    line-height: 1.3em;
  }
}
.people h4 {
  font-size: 1.1em;
  text-transform: none;
  margin-bottom: 0;
  line-height: 1em;
}
.people h5 {
  font-size: 0.9em;
  text-transform: none;
  line-height: 1.3em;
  margin-bottom: 0;
}
.people h6,
.people a {
  font-size: 0.9em;
  line-height: 1.3em;
  margin: 0;
}
.people img {
  margin-top: 1em;
}
.people .fl-post-feed-post {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
  max-width: 355px;
  display: inline-block;
  vertical-align: top;
  border: none;
}
.people .fl-post-feed-post div {
  margin: 0 30px 30px;
}
@media (min-width: 768px) {
  .people .fl-post-feed-post {
    width: 49%;
  }
}
@media (min-width: 992px) {
  .people .fl-post-feed-post {
    width: 32%;
  }
}
@media (min-width: 1300px) {
  .people .fl-post-feed-post {
    width: 19%;
  }
}
@media (min-width: 992px) {
  .people .exec .fl-post-feed-post {
    width: 49%;
  }
}
@media (min-width: 1100px) {
  .people .exec .fl-post-feed-post {
    width: 24%;
  }
}
.slim .fl-row-content-wrap {
  padding: 0!important;
}
.lift .fl-row-content-wrap {
  position: relative;
  padding-bottom: 0!important;
  top: -12vw;
}
.lower .fl-row-content {
  margin-bottom: 12vw;
}
.features .fl-photo {
  background: #009bdf;
  border-radius: 50%;
  margin: 25px auto;
  height: 191px;
  width: 191px;
  padding: 20px;
  display: grid;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.features .fl-photo .fl-photo-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .fl-photo .fl-photo-content img {
  width: 75px;
}
.features .fl-photo .fl-photo-caption {
  white-space: initial;
  padding-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}
.key-issues {
  text-align: center;
}
.key-issues .fl-module-photo {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}
@media (min-width: 400px) {
  .key-issues .fl-module-photo {
    width: 49%;
  }
}
@media (min-width: 600px) {
  .key-issues .fl-module-photo {
    width: 32%;
  }
}
@media (min-width: 1100px) {
  .key-issues .fl-module-photo {
    width: 24%;
  }
}
.key-issues .fl-photo {
  margin-bottom: 40px;
  position: relative;
}
.key-issues .fl-photo .fl-photo-content a {
  width: 100%;
  padding-bottom: 100%;
  display: flex;
  height: 0;
  align-items: center;
  background: #009bdf;
  position: relative;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.key-issues .fl-photo .fl-photo-content a img {
  top: 30px;
  left: 25%;
  width: 50%;
  height: auto;
  position: absolute;
  max-width: 50%;
  min-width: 50%;
}
.key-issues .fl-photo .fl-photo-caption {
  white-space: initial;
  padding-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 1em;
}
.letters .cta.subtle {
  margin-top: 20px!important;
  color: #009bdf !important;
  border-color: #009bdf !important;
}
.letters .cta.subtle:hover,
.letters .cta.subtle:active {
  background: #009bdf !important;
  color: white!important;
}
.letters h2.post-title {
  font-size: 1em;
}
@media (min-width: 768px) {
  .letters .fl-post-feed-post {
    overflow: hidden;
  }
  .letters .post-title {
    width: 500px;
    vertical-align: middle;
    display: inline-block;
  }
  .letters .cta {
    vertical-align: middle;
    display: inline-block;
    float: right;
  }
}
.fancy-background .fl-row-content-wrap {
  border: none;
  color: white;
  background: #009bdf;
  border-top-right-radius: 12vw;
}
.fancy-background .fl-row-content-wrap a,
.fancy-background .fl-row-content-wrap h3 {
  color: white;
}
.fancy-background .fl-row-content-wrap form input,
.fancy-background .fl-row-content-wrap form textarea,
.fancy-background .fl-row-content-wrap form select {
  color: #1d1d1b;
}
.fancy-background .fl-row-content-wrap form input[type="submit"] {
  color: #fff;
  font-weight: 400;
}
.fancy-background.flip .fl-row-content-wrap {
  border-top-right-radius: 0;
  border-top-left-radius: 12vw;
}
.fancy-background.lift {
  background: #009bdf;
}
.fancy-background.white {
  background: white;
}
.fancy-background.white .fl-row-content-wrap {
  color: #1d1d1b;
  background: white;
}
.fancy-background.white .fl-row-content-wrap h3 {
  color: #ce175a;
}
.twitter-timeline {
  position: fixed!important;
  right: -100%;
}
.more-events {
  width: 120px;
  float: right;
  margin-top: -20px;
}
@media (min-width: 768px) {
  .event-slider {
    margin-left: 1em;
  }
}
@media (min-width: 1280px) {
  .event-slider {
    margin-left: 3em;
  }
}
.event-slider .fl-post-slider-post {
  height: 300px;
  overflow: hidden;
}
.event-slider .fl-photo-content img {
  min-width: 100%;
}
.event-slider .fl-post-slider-content {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute!important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.event-slider .fl-post-slider-content p {
  color: #1d1d1b;
}
.event-slider .fl-post-slider-content h5 {
  font-weight: 400;
}
.event-slider .fl-post-slider-content h5 a:link,
.event-slider .fl-post-slider-content h5 a:visited {
  color: #1d1d1b;
}
.event-slider .fl-post-slider-content a.fl-post-slider-feed-more:link,
.event-slider .fl-post-slider-content a.fl-post-slider-feed-more:visited {
  color: #009bdf;
}
.event-slider .bx-wrapper {
  top: 10px;
  position: relative;
}
.event-slider .bx-wrapper .bx-pager-item a {
  width: 15px;
  height: 15px;
  border-radius: 0;
  background: transparent;
  border: 2px solid white;
}
.event-slider .bx-wrapper .bx-pager-item a:hover,
.event-slider .bx-wrapper .bx-pager-item a:active,
.event-slider .bx-wrapper .bx-pager-item a:focus,
.event-slider .bx-wrapper .bx-pager-item a.active {
  background: white;
}
.events .event-slider {
  margin-left: 0!important;
}
.events .event-slider .bx-wrapper .bx-pager-item a {
  border: 1px solid #1d1d1b;
}
.events .event-slider .bx-wrapper .bx-pager-item a:hover,
.events .event-slider .bx-wrapper .bx-pager-item a:active,
.events .event-slider .bx-wrapper .bx-pager-item a:focus,
.events .event-slider .bx-wrapper .bx-pager-item a.active {
  background: #1d1d1b;
}
.events .fl-col-small:nth-child(2),
.events .fl-col-small:nth-child(3),
.events .fl-col-small:nth-child(4) {
  min-width: 300px;
}
.news-list .fl-post-feed-post {
  border: none;
  padding-bottom: 1.4em;
  position: relative;
}
.news-list .fl-post-feed-post p.fl-post-date {
  left: 0;
  top: 2px;
  padding: 5px;
  width: 80px;
  border: none;
  display: block;
  font-size: 1.2em;
  background: white;
  line-height: 1.3em;
  text-align: center;
  position: absolute;
  color: #009bdf;
  border-radius: 15px;
  border-bottom-right-radius: 0;
}
.news-list .fl-post-feed-post p.fl-post-date span {
  display: block;
  letter-spacing: 1px;
}
.news-list .fl-post-feed-post p.fl-post-date span.year {
  font-size: 105%;
}
.news-list .fl-post-feed-post .fl-post-summary {
  line-height: 1.2em;
  margin-left: 100px;
}
.news-list .fl-post-feed-post .fl-post-summary h5 {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.2em;
}
.news-list .fl-post-feed-post .fl-post-summary h5 a {
  font-size: 100%;
}
.news-list .fl-post-feed-post .fl-post-summary p {
  margin-bottom: 0;
}
.news-list .fl-post-feed-post .fl-post-summary a {
  font-size: 80%;
}
.step {
  vertical-align: top;
}
.step h4 {
  text-align: center!important;
  width: 120px;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 700;
  margin: 0 auto 1em;
  padding: 0.4em;
  display: block;
  background: white;
  color: #009bdf;
  border-radius: 15px;
  border: 2px solid;
  border-bottom-right-radius: 0;
}
.pull-right .step p {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.pull-right .step h4 {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0;
}
.rankings ul {
  margin: 0;
  padding: 0;
}
.rankings ul li {
  width: 80%;
  margin: 0;
  height: 0;
  padding-bottom: 40%;
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 20px;
}
.rankings ul li a {
  position: absolute;
  color: white!important;
  top: 1em;
  left: 1em;
  bottom: 1em;
  right: 1em;
  padding: 1em;
  /*display: block;*/
  border-radius: 15px;
  border: 2px solid;
  background: #ce175a;
  border-bottom-right-radius: 0!important;
  display: grid;
  vertical-align: middle;
  line-height: 1.2em;
  text-transform: capitalize;
  min-height: 150px;
}
.rankings ul li a:hover,
.rankings ul li a:active {
  background-color: white;
  color: #ce175a !important;
}
.rankings ul li a span.rank {
  font-size: 1.5em;
  color: #f075a2;
}
@media (min-width: 500px) {
  .rankings ul li {
    font-size: 1.2em;
    line-height: 1.6em;
    width: 49%;
    padding-bottom: 30%;
  }
}
@media (min-width: 768px) {
  .rankings ul li {
    font-size: 1.2em;
    line-height: 1.6em;
    width: 32%;
  }
}
@media (min-width: 992px) {
  .rankings ul li {
    font-size: 1.2em;
    line-height: 1.6em;
    width: 24%;
    padding-bottom: 20%;
  }
  .rankings ul li a {
    border-radius: 25px;
  }
}
@media (min-width: 1200px) {
  .rankings ul li {
    width: 16%;
    padding-bottom: 12%;
  }
}
.mission {
  text-align: center;
}
@media (min-width: 768px) {
  .mission {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .mission h3 {
    margin: 1em 0 0.7em;
  }
}
@media (min-width: 960px) {
  .mission h3 {
    margin-top: 1.2em;
  }
}
@media (min-width: 1280px) {
  .mission h3 {
    margin-top: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .mission .circle {
    width: 70%!important;
    padding-bottom: 70%!important;
  }
}
.hero {
  color: white;
  text-align: left;
}
.hero .fl-row-content-wrap {
  padding: 100px 40px 0!important;
}
@media (min-width: 440px) {
  .hero .fl-row-content-wrap {
    padding-bottom: 1em!important;
  }
}
@media (min-width: 768px) {
  .hero .fl-row-content-wrap {
    padding: 150px 40px 2em!important;
  }
}
@media (min-width: 961px) {
  .hero .fl-row-content-wrap {
    padding-bottom: 4em!important;
  }
}
@media (min-width: 1280px) {
  .hero .fl-row-content-wrap {
    padding: 200px 0 6em!important;
  }
}
.hero .logo-type h1,
.hero .logo-type h2 {
  font-family: 'Montserrat', sans-serif;
  text-shadow: 0 0 10px #555;
  text-transform: uppercase;
}
.hero .logo-type h1 {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 110%;
  vertical-align: middle;
}
.hero .logo-type h1 strong {
  display: block;
  font-weight: 700;
}
.hero .logo-type h1 strong small {
  font-size: 60%;
  vertical-align: middle;
  font-weight: inherit;
}
@media (min-width: 768px) {
  .hero .logo-type h1 {
    font-size: 2.6em;
  }
}
@media (min-width: 1000px) {
  .hero .logo-type h1 {
    font-size: 3em;
  }
}
@media (min-width: 1280px) {
  .hero .logo-type h1 {
    font-size: 4em;
  }
}
.hero .logo-type h2 {
  font-weight: 700;
  font-size: 1em;
}
@media (min-width: 768px) {
  .hero .logo-type h2 {
    font-size: 1.4em;
  }
}
@media (min-width: 1280px) {
  .hero .logo-type h2 {
    line-height: 2em;
    font-size: 1.86em;
  }
}
.border-bottom {
  border-bottom: 1px solid #1d1d1b;
}
/* Economic Development*/
.img-text-box .fl-module-content {
  position: relative;
}
.img-text-box .fl-module-content .fl-photo .fl-photo-content {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.img-text-box .fl-module-content .fl-photo .fl-photo-content:hover {
  opacity: 0.5;
}
.img-text-box .fl-module-content .fl-photo .fl-photo-caption-below {
  position: absolute;
  text-align: center;
  background: rgba(0, 155, 223, 0.83137255);
  padding-top: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
/* SF Up*/
.page-id-1159 .rankings ul li {
  width: 100%;
}
@media (min-width: 992px) {
  .page-id-1159 .rankings ul li {
    width: 24%;
  }
}
.page-id-1159 .rankings ul li a {
  pointer-events: none;
}
/* owl WPAFT Logo Slider */
div#wpaft-logo-slider-advocacy-partners img {
  max-height: 130px;
  width: auto;
  padding: 0 20px;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
div#wpaft-logo-slider-advocacy-partners .owl-controls {
  margin-top: 30px;
}
div#wpaft-logo-slider-advocacy-partners .owl-controls .owl-prev {
  visibility: hidden;
}
div#wpaft-logo-slider-advocacy-partners .owl-controls .owl-prev:after {
  content: "\f053";
  font-family: FontAwesome;
  color: #000;
  visibility: visible;
  font-size: 25px;
}
div#wpaft-logo-slider-advocacy-partners .owl-controls .owl-next {
  visibility: hidden;
}
div#wpaft-logo-slider-advocacy-partners .owl-controls .owl-next:after {
  content: "\f054";
  font-family: FontAwesome;
  color: #000;
  visibility: visible;
  font-size: 25px;
}
/* Resource - Economic Development - Key Sectors */
.key-sectors-row .fl-row-content-wrap {
  padding-top: 0 !important;
}
.key-sectors-row .fl-row-content-wrap p {
  max-width: none;
}
.key-sectors-submenu-row .fl-row-content-wrap {
  padding-top: 20px !important;
  padding-bottom: 40px !important;
}
.key-sectors-submenu-row ul li a {
  font-weight: bold;
}
.key-sectors-submenu-row ul li:not(:first-child) a:before {
  content: " | ";
}
.incentives-list .uabb-info-list-item {
  padding-bottom: 10px !important;
}
.incentives-list h3 {
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  table.speaker-table {
    width: 550px;
  }
}
.sponsors [class*='col-'] {
  padding: 20px;
}
/* Fix for IE 11: images in tables are displaying at full width in IE */
_:-ms-fullscreen,
:root .fl-rich-text table td img {
  display: inline-block;
  width: 100%;
}
_:-ms-fullscreen,
:root table.sponsors-table td img {
  display: inline-block;
  width: 100%;
  max-width: 250px;
}
body .tribe-events-ajax-loading {
  position: absolute;
  top: 200px;
}
body #tribe-events {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
body #tribe-events .nd {
  height: 0;
  display: block;
  visibility: hidden;
}
body .post-type-archive-tribe_events li.event-parent a {
  color: #ce175a !important;
  cursor: default;
}
#events-list,
#issues-list,
#resource-list,
#resource-single {
  margin: 0 auto;
  text-align: center;
  max-width: 400px;
}
#events-list .fl-post-feed-post,
#issues-list .fl-post-feed-post,
#resource-list .fl-post-feed-post,
#resource-single .fl-post-feed-post {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
  border: none;
  display: block;
  text-align: left;
  display: inline-block;
}
#events-list .fl-post-feed-post .nd,
#issues-list .fl-post-feed-post .nd,
#resource-list .fl-post-feed-post .nd,
#resource-single .fl-post-feed-post .nd {
  height: 0;
  display: block;
  visibility: hidden;
}
#events-list .fl-post-feed-post .summary,
#issues-list .fl-post-feed-post .summary,
#resource-list .fl-post-feed-post .summary,
#resource-single .fl-post-feed-post .summary,
#events-list .fl-post-feed-post .pdf,
#issues-list .fl-post-feed-post .pdf,
#resource-list .fl-post-feed-post .pdf,
#resource-single .fl-post-feed-post .pdf {
  margin: 15px;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
#events-list .fl-post-feed-post .summary h4,
#issues-list .fl-post-feed-post .summary h4,
#resource-list .fl-post-feed-post .summary h4,
#resource-single .fl-post-feed-post .summary h4,
#events-list .fl-post-feed-post .pdf h4,
#issues-list .fl-post-feed-post .pdf h4,
#resource-list .fl-post-feed-post .pdf h4,
#resource-single .fl-post-feed-post .pdf h4,
#events-list .fl-post-feed-post .summary h3,
#issues-list .fl-post-feed-post .summary h3,
#resource-list .fl-post-feed-post .summary h3,
#resource-single .fl-post-feed-post .summary h3,
#events-list .fl-post-feed-post .pdf h3,
#issues-list .fl-post-feed-post .pdf h3,
#resource-list .fl-post-feed-post .pdf h3,
#resource-single .fl-post-feed-post .pdf h3 {
  position: absolute;
  font-size: 1em;
  top: 5px;
  left: 15px;
  right: 15px;
  z-index: 1;
  line-height: 1.3em;
}
#events-list .fl-post-feed-post .summary h4,
#issues-list .fl-post-feed-post .summary h4,
#resource-list .fl-post-feed-post .summary h4,
#resource-single .fl-post-feed-post .summary h4,
#events-list .fl-post-feed-post .pdf h4,
#issues-list .fl-post-feed-post .pdf h4,
#resource-list .fl-post-feed-post .pdf h4,
#resource-single .fl-post-feed-post .pdf h4 {
  color: white;
}
#events-list .fl-post-feed-post .summary .cta,
#issues-list .fl-post-feed-post .summary .cta,
#resource-list .fl-post-feed-post .summary .cta,
#resource-single .fl-post-feed-post .summary .cta,
#events-list .fl-post-feed-post .pdf .cta,
#issues-list .fl-post-feed-post .pdf .cta,
#resource-list .fl-post-feed-post .pdf .cta,
#resource-single .fl-post-feed-post .pdf .cta {
  z-index: 4;
  right: 15px;
  bottom: 15px;
  position: absolute;
}
#events-list .fl-post-feed-post .summary .fas,
#issues-list .fl-post-feed-post .summary .fas,
#resource-list .fl-post-feed-post .summary .fas,
#resource-single .fl-post-feed-post .summary .fas,
#events-list .fl-post-feed-post .pdf .fas,
#issues-list .fl-post-feed-post .pdf .fas,
#resource-list .fl-post-feed-post .pdf .fas,
#resource-single .fl-post-feed-post .pdf .fas {
  position: absolute;
  left: 5px;
  top: 15px;
  font-size: 1.5em;
  float: left;
  opacity: 0.8;
  z-index: 1;
  color: white;
}
#events-list .fl-post-feed-post .summary .more,
#issues-list .fl-post-feed-post .summary .more,
#resource-list .fl-post-feed-post .summary .more,
#resource-single .fl-post-feed-post .summary .more,
#events-list .fl-post-feed-post .pdf .more,
#issues-list .fl-post-feed-post .pdf .more,
#resource-list .fl-post-feed-post .pdf .more,
#resource-single .fl-post-feed-post .pdf .more {
  opacity: 0;
  font-size: 80%;
  padding: 15px;
  margin: 0;
  position: absolute;
  border: 2px solid #1d1d1b;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
}
#events-list .fl-post-feed-post .summary .date,
#issues-list .fl-post-feed-post .summary .date,
#resource-list .fl-post-feed-post .summary .date,
#resource-single .fl-post-feed-post .summary .date,
#events-list .fl-post-feed-post .pdf .date,
#issues-list .fl-post-feed-post .pdf .date,
#resource-list .fl-post-feed-post .pdf .date,
#resource-single .fl-post-feed-post .pdf .date {
  z-index: 3;
  color: white;
  font-size: 90%;
  position: absolute;
  margin-right: 140px;
  bottom: 0;
  left: 15px;
}
#events-list .fl-post-feed-post .summary:hover .cta,
#issues-list .fl-post-feed-post .summary:hover .cta,
#resource-list .fl-post-feed-post .summary:hover .cta,
#resource-single .fl-post-feed-post .summary:hover .cta,
#events-list .fl-post-feed-post .pdf:hover .cta,
#issues-list .fl-post-feed-post .pdf:hover .cta,
#resource-list .fl-post-feed-post .pdf:hover .cta,
#resource-single .fl-post-feed-post .pdf:hover .cta,
#events-list .fl-post-feed-post .summary:hover h4,
#issues-list .fl-post-feed-post .summary:hover h4,
#resource-list .fl-post-feed-post .summary:hover h4,
#resource-single .fl-post-feed-post .summary:hover h4,
#events-list .fl-post-feed-post .pdf:hover h4,
#issues-list .fl-post-feed-post .pdf:hover h4,
#resource-list .fl-post-feed-post .pdf:hover h4,
#resource-single .fl-post-feed-post .pdf:hover h4,
#events-list .fl-post-feed-post .summary:hover .date,
#issues-list .fl-post-feed-post .summary:hover .date,
#resource-list .fl-post-feed-post .summary:hover .date,
#resource-single .fl-post-feed-post .summary:hover .date,
#events-list .fl-post-feed-post .pdf:hover .date,
#issues-list .fl-post-feed-post .pdf:hover .date,
#resource-list .fl-post-feed-post .pdf:hover .date,
#resource-single .fl-post-feed-post .pdf:hover .date,
#events-list .fl-post-feed-post .summary:hover .more,
#issues-list .fl-post-feed-post .summary:hover .more,
#resource-list .fl-post-feed-post .summary:hover .more,
#resource-single .fl-post-feed-post .summary:hover .more,
#events-list .fl-post-feed-post .pdf:hover .more,
#issues-list .fl-post-feed-post .pdf:hover .more,
#resource-list .fl-post-feed-post .pdf:hover .more,
#resource-single .fl-post-feed-post .pdf:hover .more {
  color: #1d1d1b;
  border-color: #1d1d1b;
}
#events-list .fl-post-feed-post .summary:hover .more,
#issues-list .fl-post-feed-post .summary:hover .more,
#resource-list .fl-post-feed-post .summary:hover .more,
#resource-single .fl-post-feed-post .summary:hover .more,
#events-list .fl-post-feed-post .pdf:hover .more,
#issues-list .fl-post-feed-post .pdf:hover .more,
#resource-list .fl-post-feed-post .pdf:hover .more,
#resource-single .fl-post-feed-post .pdf:hover .more {
  opacity: 1;
}
#events-list .fl-post-feed-post .summary:hover .cta:hover,
#issues-list .fl-post-feed-post .summary:hover .cta:hover,
#resource-list .fl-post-feed-post .summary:hover .cta:hover,
#resource-single .fl-post-feed-post .summary:hover .cta:hover,
#events-list .fl-post-feed-post .pdf:hover .cta:hover,
#issues-list .fl-post-feed-post .pdf:hover .cta:hover,
#resource-list .fl-post-feed-post .pdf:hover .cta:hover,
#resource-single .fl-post-feed-post .pdf:hover .cta:hover,
#events-list .fl-post-feed-post .summary:hover .cta:active,
#issues-list .fl-post-feed-post .summary:hover .cta:active,
#resource-list .fl-post-feed-post .summary:hover .cta:active,
#resource-single .fl-post-feed-post .summary:hover .cta:active,
#events-list .fl-post-feed-post .pdf:hover .cta:active,
#issues-list .fl-post-feed-post .pdf:hover .cta:active,
#resource-list .fl-post-feed-post .pdf:hover .cta:active,
#resource-single .fl-post-feed-post .pdf:hover .cta:active,
#events-list .fl-post-feed-post .summary:hover .cta:focus,
#issues-list .fl-post-feed-post .summary:hover .cta:focus,
#resource-list .fl-post-feed-post .summary:hover .cta:focus,
#resource-single .fl-post-feed-post .summary:hover .cta:focus,
#events-list .fl-post-feed-post .pdf:hover .cta:focus,
#issues-list .fl-post-feed-post .pdf:hover .cta:focus,
#resource-list .fl-post-feed-post .pdf:hover .cta:focus,
#resource-single .fl-post-feed-post .pdf:hover .cta:focus {
  background: #009bdf;
  border-color: #009bdf;
  color: white;
}
#events-list .fl-post-feed-post .summary,
#issues-list .fl-post-feed-post .summary,
#resource-list .fl-post-feed-post .summary,
#resource-single .fl-post-feed-post .summary {
  background-image: url(../images/img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1d1d1b;
}
#events-list .fl-post-feed-post .summary:before,
#issues-list .fl-post-feed-post .summary:before,
#resource-list .fl-post-feed-post .summary:before,
#resource-single .fl-post-feed-post .summary:before {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  content: ' ';
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, #1d1d1b 0%, rgba(29, 29, 27, 0) 35%, rgba(29, 29, 27, 0) 65%, #1d1d1b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1d1d1b 0%, rgba(29, 29, 27, 0) 35%, rgba(29, 29, 27, 0) 65%, #1d1d1b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1d1d1b 0%, rgba(29, 29, 27, 0) 35%, rgba(29, 29, 27, 0) 65%, #1d1d1b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d1d1b', endColorstr='#1d1d1b', GradientType=0);
  /* IE6-9 */
}
#events-list .fl-post-feed-post .pdf,
#issues-list .fl-post-feed-post .pdf,
#resource-list .fl-post-feed-post .pdf,
#resource-single .fl-post-feed-post .pdf {
  background: white;
  text-align: center;
  border: 1px solid #1d1d1b;
}
#events-list .fl-post-feed-post .pdf #logo_circle_type,
#issues-list .fl-post-feed-post .pdf #logo_circle_type,
#resource-list .fl-post-feed-post .pdf #logo_circle_type,
#resource-single .fl-post-feed-post .pdf #logo_circle_type {
  height: 40px;
  width: auto;
  margin-top: 15px;
}
#events-list .fl-post-feed-post .pdf #logo_circle_type polyline,
#issues-list .fl-post-feed-post .pdf #logo_circle_type polyline,
#resource-list .fl-post-feed-post .pdf #logo_circle_type polyline,
#resource-single .fl-post-feed-post .pdf #logo_circle_type polyline,
#events-list .fl-post-feed-post .pdf #logo_circle_type path,
#issues-list .fl-post-feed-post .pdf #logo_circle_type path,
#resource-list .fl-post-feed-post .pdf #logo_circle_type path,
#resource-single .fl-post-feed-post .pdf #logo_circle_type path {
  fill: #1d1d1b;
}
#events-list .fl-post-feed-post .pdf h4,
#issues-list .fl-post-feed-post .pdf h4,
#resource-list .fl-post-feed-post .pdf h4,
#resource-single .fl-post-feed-post .pdf h4,
#events-list .fl-post-feed-post .pdf h3,
#issues-list .fl-post-feed-post .pdf h3,
#resource-list .fl-post-feed-post .pdf h3,
#resource-single .fl-post-feed-post .pdf h3 {
  top: 50px;
  font-weight: 400;
  text-transform: none;
  z-index: 7;
}
#events-list .fl-post-feed-post .pdf h4 strong,
#issues-list .fl-post-feed-post .pdf h4 strong,
#resource-list .fl-post-feed-post .pdf h4 strong,
#resource-single .fl-post-feed-post .pdf h4 strong,
#events-list .fl-post-feed-post .pdf h3 strong,
#issues-list .fl-post-feed-post .pdf h3 strong,
#resource-list .fl-post-feed-post .pdf h3 strong,
#resource-single .fl-post-feed-post .pdf h3 strong {
  line-height: 1.4em;
  font-weight: 700;
  display: block;
  font-size: 1.3em;
}
#events-list .fl-post-feed-post .pdf h4,
#issues-list .fl-post-feed-post .pdf h4,
#resource-list .fl-post-feed-post .pdf h4,
#resource-single .fl-post-feed-post .pdf h4 {
  color: #ce175a !important;
  margin-top: 1em;
}
#events-list .fl-post-feed-post .pdf .cta,
#issues-list .fl-post-feed-post .pdf .cta,
#resource-list .fl-post-feed-post .pdf .cta,
#resource-single .fl-post-feed-post .pdf .cta {
  left: 15px;
  color: #1d1d1b;
  border-color: #1d1d1b;
}
@media only screen and (min-width: 600px) {
  #events-list,
  #issues-list,
  #resource-list,
  #resource-single {
    max-width: 667px;
  }
  #events-list .fl-post-feed-post,
  #issues-list .fl-post-feed-post,
  #resource-list .fl-post-feed-post,
  #resource-single .fl-post-feed-post {
    width: 49%;
  }
}
@media only screen and (min-width: 992px) {
  #events-list,
  #issues-list,
  #resource-list,
  #resource-single {
    max-width: 1000px;
  }
  #events-list .fl-post-feed-post,
  #issues-list .fl-post-feed-post,
  #resource-list .fl-post-feed-post,
  #resource-single .fl-post-feed-post {
    width: 32%;
  }
}
@media only screen and (min-width: 1500px) {
  #events-list,
  #issues-list,
  #resource-list,
  #resource-single {
    max-width: 1820px;
  }
  #events-list .fl-post-feed-post,
  #issues-list .fl-post-feed-post,
  #resource-list .fl-post-feed-post,
  #resource-single .fl-post-feed-post {
    width: 19%;
  }
}
#resource-list.pdf .fl-post-feed-post {
  max-width: 240px;
}
#resource-single .fl-post-feed-post {
  min-width: 100%;
}
/* #Site Styles // rewrite original
================================================== */
img {
  max-width: 100%;
  height: auto;
}
/* Tablet (Portrait) ------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 100%;
    line-height: 1em;
    font-size: 1em;
  }
  .container {
    width: 90%;
  }
}
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 100%;
    line-height: 1em;
    font-size: 1em;
  }
  h1 {
    font-size: 30px;
    text-align: center;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  .container {
    width: 90%;
  }
  #content,
  #sidebar {
    width: 100%;
  }
  .col {
    width: 100%;
    margin: 0;
  }
  .bx-wrapper .bx-pager {
    text-align: left!important;
  }
  .fancy-background .fl-row-content-wrap {
    border-top-right-radius: 0!important;
    border-top-left-radius: 0!important;
  }
  .fl-rich-text h1,
  .fl-rich-text h2,
  .fl-rich-text h3,
  .fl-rich-text h4,
  .fl-rich-text h5,
  .fl-rich-text h6,
  .fl-rich-text p {
    text-align: center!important;
  }
  #footer div,
  #footer p,
  #footer small,
  #footer a,
  #footer ul {
    font-size: 14px!important;
    text-align: center!important;
  }
  #footer li {
    display: inline-block;
    float: none!important;
  }
  #footer li a {
    padding: 4px 8px;
  }
  /* Join Newsletter Form on mobile */
  #input_3_7 {
    transform: scale(0.68);
    -webkit-transform: scale(0.68);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .fl-photo,
  .fl-rich-text {
    margin: 20px 0;
  }
  .shrink.alt .fl-photo,
  .shrink.alt .fl-rich-text {
    margin: 0!important;
  }
  #second_menu.stick {
    /*.fl-flyout-right.open {
			margin-top: 10px;
		}*/
  }
  #second_menu.stick .fl-row-content-wrap {
    min-height: 77px;
    overflow: hidden;
  }
  #second_menu.stick .fl-menu {
    top: 60px;
    right: 0;
    height: 0;
    width: 170px;
    position: fixed;
    background: #1d1d1b;
    -webkit-transition: height 0.6s;
    /* Safari */
    transition: height 0.6s;
  }
  #second_menu.stick .fl-menu.open {
    height: 100vh;
  }
  #second_menu.stick .fl-menu ul {
    margin: 17px 0 0;
  }
  #second_menu.stick .fl-menu li {
    width: 100%;
    display: block;
    text-align: right;
  }
  #second_menu.stick .fl-menu li .sub-menu {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  #second_menu.stick .fl-menu li .sub-menu a {
    text-align: right;
    color: white!important;
  }
  #second_menu.stick .fl-node-5e2a6b95d6151 .fl-col-content.fl-node-content {
    overflow: scroll;
    max-height: 100vh;
  }
  .home-link.second-home-link.alt {
    margin-left: -10px;
  }
  #header.alt {
    right: 170px;
    left: 0;
    width: auto;
    clear: left;
  }
  #header.alt #top-nav div {
    float: left!important;
    text-align: left!important;
    clear: both!important;
  }
  #header.alt #top-nav li {
    float: left!important;
    clear: both!important;
    text-align: left!important;
    margin-left: 10px!important;
  }
  #header.alt .social-media {
    margin-left: 10px!important;
  }
  #sub_menu .fl-module-content {
    margin-top: 90px!important;
    text-align: center!important;
  }
  .fl-node-59ffd1cf78581,
  .fl-node-5b22eac33e43d {
    text-align: center;
  }
  .fl-node-59ffd1cf78581 img,
  .fl-node-5b22eac33e43d img {
    max-width: 180px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 849px) {
  .fl-node-5b17d4e2efba2 {
    padding: 0 40px 0 100px;
  }
  .fl-node-5b17d4e2efba2 li a {
    padding: 10px 5px!important;
    font-size: 15px!important;
  }
}
@media only screen and (min-width: 850px) and (max-width: 999px) {
  .fl-node-5b17d4e2efba2 {
    padding: 0 40px 0 100px;
  }
  .fl-node-5b17d4e2efba2 li a {
    padding: 10px!important;
    font-size: 17px!important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .fl-node-5b2a62a2bdf96 .fl-col:nth-child(1),
  .fl-node-5b2a62a2bdf96 .fl-col:nth-child(4) {
    width: 0!important;
  }
  .fl-node-5b2a62a2bdf96 .fl-col:nth-child(2) {
    width: 40%!important;
  }
  .fl-node-5b2a62a2bdf96 .fl-col:nth-child(3) {
    width: 60%!important;
  }
}
