/* ==========================================================================
   Main.less  -  Constructs final css style sheet
   ========================================================================== */
/* ==========================================================================
   Imports
   ========================================================================== */
/* -----------------------------------------------------------------------------------------------------------------------------------
					MIXINS
-------------------------------------------------------------------------------------------------------------------------------------*/
/* Micro ClearFix Mixin */
@import url('https://fonts.googleapis.com/css?family=Felipa&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Karma:500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Slabo+27px&display=swap');
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*
.curveshadow{
	position: relative;
	background-color: #fff;
	z-index: 4;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.curveshadow:before{
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg) skew(-0deg);
	-moz-transform: rotate(-3deg) skew(-0deg);
	-ms-transform: rotate(-3deg) skew(-0deg);
	-o-transform: rotate(-3deg) skew(-0deg);
	transform: rotate(-3deg) skew(-0deg);
}
.curveshadow:after{
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	right: 10px;
	width: 50%;
	height: 20%;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(3deg) skew(0deg);
	-moz-transform: rotate(3deg) skew(0deg);
	-ms-transform: rotate(3deg) skew(0deg);
	-o-transform: rotate(3deg) skew(0deg);
	transform: rotate(3deg) skew(0deg);
}
*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.desktop-only {
  display: none;
}
@media screen and (min-width: 968px) {
  .desktop-only {
    display: block;
  }
}
@media only screen and (max-width: 967px) {
  .mobile-visible {
    display: block !important;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 967px) {
  .nav-side-mobile {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: auto;
    box-sizing: border-box;
    overflow: auto;
    z-index: 0;
    transition: max-height 0.2s linear !important;
    background: #1577be;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  }
  .nav-side-mobile nav.main-nav ul > li,
  .nav-side-mobile nav.main-nav ul > li:hover,
  .nav-side-mobile nav.main-nav ul > li a,
  .nav-side-mobile nav.main-nav ul > li button {
    background: #1577be;
    color: #fff;
    text-transform: uppercase;
  }
  .nav-side-mobile nav.main-nav ul > li.menu-show-more,
  .nav-side-mobile nav.main-nav ul > li:hover.menu-show-more,
  .nav-side-mobile nav.main-nav ul > li a.menu-show-more,
  .nav-side-mobile nav.main-nav ul > li button.menu-show-more {
    background: none;
  }
  .nav-side-mobile nav.main-nav ul > li.menu-btn,
  .nav-side-mobile nav.main-nav ul > li:hover.menu-btn,
  .nav-side-mobile nav.main-nav ul > li a.menu-btn,
  .nav-side-mobile nav.main-nav ul > li button.menu-btn {
    display: none;
  }
  .nav-side-mobile .search-form {
    position: relative;
    margin: 20px 10px;
  }
  .nav-side-mobile .search-form .s {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 7px;
  }
  .nav-side-mobile .search-form .s::placeholder {
    color: #fff;
    opacity: 1;
  }
  .nav-side-mobile .search-form .s:-ms-input-placeholder {
    color: #fff;
  }
  .nav-side-mobile .search-form .s::-ms-input-placeholder {
    color: #fff;
  }
  .nav-side-mobile .search-form .ci-clear {
    display: none;
  }
  .nav-side-mobile .search-form .ci-search {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 9px;
  }
  .nav-side-mobile .mobile_widget_gtranslate {
    margin: 0 10px 20px;
  }
  body.scrolled .mobile-menu-btn {
    position: fixed;
    color: #1577be;
  }
  body.scrolled nav.main-nav .mobile-menu-meta {
    background: #fff;
    color: #333;
  }
  body.mobilemenu-active .mobile-menu-btn {
    position: fixed;
    color: #fff;
  }
  body.mobilemenu-active nav.main-nav .mobile-menu-meta {
    background: #1577be;
    color: #fff;
  }
  body.mobilemenu-active .nav-side-mobile {
    height: auto;
  }
  nav.main-nav .mobile-menu-meta {
    padding: 5px 20px;
    height: auto;
    color: #fff;
    background: #1577be;
    border: 0;
    line-height: 55px;
    font-family: 'Apple Chancery';
    font-size: 1.5em;
  }
  nav.main-nav .mobile-menu-meta * {
    display: inline-block;
    margin-right: 4px;
  }
  nav.main-nav .mobile-menu-meta .site-logo-mobile {
    margin-right: 10px;
    width: 50px;
    margin-top: 2px;
    top: 0;
  }
  nav.main-nav ul > li {
    background: #fff;
  }
  nav.main-nav ul > li > ul {
    display: none;
    position: relative;
    left: 0;
  }
  nav.main-nav ul > li > ul > li a:first-child,
  nav.main-nav ul > li > ul > li .menu-btn:first-child {
    padding-left: 15px;
  }
  nav.main-nav ul > li > ul > li:last-child {
    border-bottom: 0;
  }
  nav.main-nav ul > li > ul > li > ul > li a:first-child,
  nav.main-nav ul > li > ul > li > ul > li .menu-btn:first-child {
    padding-left: 30px;
  }
  nav.main-nav ul > li > ul > li > ul > li:last-child {
    border-bottom: 0;
  }
  nav.main-nav > ul {
    margin: 0 10px;
  }
  nav.main-nav ul {
    box-sizing: border-box;
    width: auto;
  }
  nav.main-nav ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 0;
  }
  nav.main-nav ul li a,
  nav.main-nav ul li .menu-btn {
    background: #fff;
    color: #434343;
    text-shadow: none;
    font-size: 0.9em;
    padding: 0;
  }
  nav.main-nav ul li a span,
  nav.main-nav ul li .menu-btn span {
    display: block;
    padding: 12px 0;
  }
  nav.main-nav ul li a .ci-arrow-right,
  nav.main-nav ul li .menu-btn .ci-arrow-right {
    display: none;
  }
  nav.main-nav ul li:hover {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.15);
    border-top: 0;
  }
  nav.main-nav ul li.has-show-more a:first-child {
    margin-right: 30px;
  }
  nav.main-nav ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  nav.main-nav ul li .first-level-link {
    border: 0;
  }
  nav.main-nav ul li .first-level-link .first-level-link-btn {
    background: none;
    padding: 0 !important;
  }
  nav.main-nav ul li .first-level-link + li {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  nav.main-nav ul ul {
    display: none;
    position: relative;
    left: 0;
    top: 0;
  }
  nav.main-nav .menu-show-more {
    position: absolute;
    background: none;
    right: 0;
    top: 0px;
    padding: 9px 0;
  }
  nav.main-nav .menu-show-more span {
    padding: 0;
    font-size: 1.4em;
  }
  nav.main-nav .menu-show-more .ci-less_circle {
    display: none;
  }
  nav.main-nav .menu-show-more.active .ci-less_circle {
    display: block;
  }
  nav.main-nav .menu-show-more.active .ci-more_circle {
    display: none;
  }
}
.sticky-menu-site-logo {
  display: none;
}
.site-identity-picture {
  display: none;
}
@media only screen and (min-width: 968px) {
  .nav-side-mobile {
    height: auto !important;
  }
  .main-nav-wrapper {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .site-identity-picture {
    display: block;
  }
  .sticky-header .main-nav-wrapper {
    background: #fff;
  }
  .sticky-header nav.main-nav > ul > li a,
  .sticky-header nav.main-nav > ul > li .menu-btn {
    color: #1577be;
  }
  .sticky-header nav.main-nav > ul > li a:hover,
  .sticky-header nav.main-nav > ul > li .menu-btn:hover {
    background: #1577be;
    color: #fff;
  }
  .sticky-header .site-identity-picture {
    display: none;
  }
  .sticky-header .sticky-menu-site-logo {
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    width: 60px;
    height: auto;
    margin-top: 7px;
  }
  #sticky-header,
  .is-sticky {
    box-shadow: none;
  }
  nav.main-nav {
    max-width: 1200px;
    margin: 0 auto !important;
    position: relative;
    background: none;
  }
  nav.main-nav > ul > li a,
  nav.main-nav > ul > li .menu-btn {
    text-shadow: none;
    color: #fff;
    line-height: 4em;
    text-decoration: none;
    font-family: 'Fira Sans';
    font-weight: 600;
    font-size: 1em;
    padding: 0 40px;
  }
  nav.main-nav > ul > li:hover a,
  nav.main-nav > ul > li:hover .menu-btn {
    background: #1577be;
    border: 0;
  }
  nav.main-nav.megamenu + .secondary-nav-wrapper .secondary-nav .first-level {
    float: none;
  }
  nav.main-nav.megamenu + .secondary-nav-wrapper {
    height: 700px;
    border-top: 1px solid #ededed;
  }
  nav.main-nav.megamenu + .secondary-nav-wrapper .secondary-nav .submenu {
    width: 100%;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    padding: 0;
  }
  nav.main-nav.megamenu + .secondary-nav-wrapper .secondary-nav .submenu > ul {
    box-sizing: border-box;
    width: 100%;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 40px;
  }
  nav.main-nav.megamenu + .secondary-nav-wrapper .secondary-nav .submenu li {
    display: block;
    padding: 10px 0 5px;
  }
  nav.main-nav.megamenu + .secondary-nav-wrapper .secondary-nav .depth-2 a {
    font-weight: normal;
    color: #636363;
  }
  nav.main-nav.megamenu + .secondary-nav-wrapper .secondary-nav .first-level {
    padding: 40px 40px 0;
    width: auto !important;
    display: inline-block;
  }
  nav.main-nav.megamenu + .secondary-nav-wrapper .secondary-nav .first-level .first-level-link-btn {
    padding: 20px;
    text-transform: uppercase;
    background: #f1f1f1;
    color: #3b3b3b;
  }
  nav.main-nav.megamenu + .secondary-nav-wrapper .secondary-nav .first-level .first-level-link-btn .ci-arrow-right {
    display: none;
  }
  nav.main-nav.megamenu + .secondary-nav-wrapper .secondary-nav .first-level .description {
    display: none;
  }
  nav.main-nav.megamenu + .secondary-nav-wrapper .secondary-nav .close.cross {
    top: 0;
    right: 0;
    width: 115px;
    height: 115px;
    padding: 20px;
    font-size: 7em;
    display: inline-block;
    left: inherit;
  }
  nav.main-nav.megamenu + .secondary-nav-wrapper .secondary-nav .close.cross:hover {
    background: none;
  }
  nav.main-nav.megamenu + .secondary-nav-wrapper .secondary-nav .close.cross .ci {
    color: #3b3b3b;
  }
  nav.main-nav.megamenu + .secondary-nav-wrapper .secondary-nav .featured-items {
    float: right;
    position: relative;
    width: 25%;
    background: no-repeat;
    padding: 0;
    top: -40px;
    left: -4px;
  }
  nav.main-nav.megamenu + .secondary-nav-wrapper .secondary-nav .featured-items li:last-child a {
    background: #04a7a1;
    display: inline-block;
    padding: 20px;
  }
  nav.main-nav.megamenu + .secondary-nav-wrapper.collapsed a {
    display: none !important;
  }
  .secondary-nav-wrapper a {
    color: #3b3b3b;
  }
  nav.main-nav > ul > li > ul > li a {
    visibility: hidden;
  }
}
@media screen and (min-width: 968px) and (max-width: 1400px) {
  .header-wrapper .page-header-wrapper .primary-header-widget-area {
    padding-left: 90px;
  }
  nav.main-nav > ul > li:first-child {
    margin-left: 68px;
  }
}
@media only screen and (min-width: 968px) and (max-width: 1000px) {
  nav.main-nav > ul > li a,
  .menu-btn {
    padding: 0 20px;
  }
  nav.main-nav > ul > li:first-child {
    margin-left: 88px;
  }
}
@media only screen and (max-width: 719px) {
  .mobile-menu-meta .mobile-sticky-subtitle {
    display: none !important;
  }
}
.summary-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 0;
}
.summary-grid .menu-main-menu-container {
  margin: 0 -10px;
}
.summary-grid > .summary-item-wrapper {
  float: none;
  display: inline-block;
  width: auto;
  padding-left: 0;
}
.summary-grid > .summary-item-wrapper .summary-description {
  height: auto;
  background: none;
  border-left: 7px solid #04a7a1;
}
.summary-grid > .summary-item-wrapper .summary-description h3 {
  margin: 0;
  color: #434343;
  font-weight: normal;
}
.summary-grid .summary-item-wrapper {
  width: 100%;
}
.summary-grid .summary-item-wrapper .summary-item {
  border-radius: 25px;
  background-image: none !important;
  background: #fff;
  height: auto;
  border-radius: 0;
}
.summary-grid .summary-item-wrapper .summary-item a {
  padding: 15px;
  background: none;
  height: auto;
  box-sizing: border-box;
  margin: 1px;
}
.summary-grid .summary-item-wrapper .summary-item a .summary-title {
  color: #1577be;
  text-shadow: none;
  padding: 0 0 10px;
  width: 65%;
  font-weight: normal;
  min-width: 230px;
  font-family: 'Slabo 27';
  text-transform: none;
}
.summary-grid .summary-item-wrapper .summary-item a .summary-excerpt {
  color: #333;
  opacity: 1;
  text-shadow: none;
  font-size: 0.9em;
  line-height: 1.3em;
  padding: 0;
}
.summary-grid .summary-item-wrapper .summary-item a:before {
  width: 0;
  height: 0;
}
.summary-grid .summary-item-wrapper .summary-item a:after {
  background: none;
  height: auto;
}
.summary-grid .summary-item-wrapper .summary-item a:hover {
  background: #1577be;
}
.summary-grid .summary-item-wrapper .summary-item a:hover .summary-title,
.summary-grid .summary-item-wrapper .summary-item a:hover .summary-excerpt {
  color: #fff;
}
.mobile-menu-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding: 24px;
  height: auto;
  border: 0 !important;
  z-index: 9999;
  color: #fff;
  width: 65px;
  height: 65px;
}
.mobile-menu-btn .ci-menu,
.mobile-menu-btn .ci-close_noCircle {
  font-size: 1.4em;
}
.mobile-menu-btn .close-menu {
  display: none;
  font-size: 3em;
  position: absolute;
  top: 11px;
  right: 11px;
  background: #1576be;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu-btn.active .close-menu {
  display: block;
}
.mobile-menu-btn.active .open-menu {
  display: none;
}
@media only screen and (max-width: 967px) {
  .mobile-menu-btn:not(.active) + .nav-side-mobile > * a,
  .mobile-menu-btn:not(.active) + .nav-side-mobile > * button,
  .mobile-menu-btn:not(.active) + .nav-side-mobile > * input,
  .mobile-menu-btn:not(.active) + .nav-side-mobile > * select {
    display: none !important;
  }
}
.sub-page.active .open-menu {
  display: none;
}
.sub-page.active .close-menu {
  display: block;
}
@media only screen and (min-width: 720px) {
  .summary-grid .summary-item-wrapper {
    width: 50%;
  }
  .summary-grid .summary-item-wrapper a {
    min-height: 130px !important;
  }
}
@media only screen and (min-width: 968px) {
  .summary-grid .summary-item-wrapper {
    width: 33.333%;
  }
  .summary-grid .summary-item-wrapper a {
    min-height: 170px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .summary-grid .summary-item-wrapper {
    width: 25%;
  }
}
@media only screen and (min-width: 968px) {
  #mobile-menu-btn {
    display: none;
  }
}
/* MEGAMENU COLUMNS BREAK */
.do-not-break-children {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.break-before {
  -webkit-column-break-before: always;
  break-before: column;
}
/* first-level-link fix */
.has-show-more .menu-btn + ul {
  display: block !important;
}
@media only screen and (max-width: 967px) {
  .has-show-more .menu-btn + ul li {
    display: none;
  }
}
@media only screen and (min-width: 968px) {
  .has-show-more .menu-btn + ul li {
    visibility: hidden;
  }
}
.has-show-more .menu-btn + ul .first-level-link {
  display: block !important;
}
.header-wrapper {
  position: relative;
  overflow: hidden;
}
.header-wrapper a {
  text-decoration: none;
}
.header-wrapper .header {
  position: absolute;
  z-index: 2;
}
.sub-page .header-wrapper {
  overflow: visible;
  /*background: #fff;*/
}
.sub-page .header {
  /*background: #434343;*/
}
.sub-page .header .header-wrapper {
  overflow: visible;
}
.header-wrapper .page-header-wrapper {
  /*background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.3491771708683473) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.3491771708683473) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.3491771708683473) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);*/
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  min-height: 115px;
}
.header {
  position: absolute;
  width: 100%;
  top: 0;
}
.sub-header {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 190px;
}
.sub-page .header {
  z-index: 999;
}
@media screen and (min-width: 968px) {
  .sub-page .header:not(.has-thumbnail) nav.main-nav > ul > li > a:hover,
  .sub-page .header:not(.has-thumbnail) nav.main-nav > ul > li > .menu-btn:hover {
    background: #fff;
    color: #1577be;
  }
}
.sub-page .header:not(.has-thumbnail) {
  position: relative;
  background: #1577be;
}
.breadcrumbs {
  color: #999999;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.entry-header-wrapper {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  /*background: #fff;*/
}
.entry-header-wrapper.has-thumbnail {
  background-size: cover;
  min-height: 480px;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
}
.entry-header-wrapper.has-thumbnail .entry-title {
  padding-top: 240px;
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: normal;
  font-size: 3em;
  margin-bottom: 40px;
  font-family: 'Fira Sans';
  text-transform: uppercase;
}
.entry-header-wrapper.has-thumbnail .excerpt {
  color: #fff;
  z-index: 2;
  position: relative;
  padding-bottom: 30px;
  font-size: 1.8em;
  max-width: 70%;
}
.entry-header-wrapper.has-thumbnail:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(21, 119, 190, 0.5);
}
.entry-header-wrapper.has-thumbnail .breadcrumbs {
  display: none;
}
.entry-header-wrapper.has-no-thumbnail h1 {
  padding: 6px 0 0 0;
  margin: 60px 0 20px;
}
.entry-header-wrapper .entry-header {
  max-width: 1200px;
  margin: 0 auto;
}
.page-title {
  font-size: 4em;
  color: #fff;
  text-align: center;
  margin: 100px 0;
}
@media screen and (min-width: 968px) {
  .entry-header-wrapper {
    padding-top: 0;
  }
}
.slideshow {
  z-index: 1 !important;
}
.slideshow #featured {
  background: #000;
}
#intro,
.header-wrapper .widget_search {
  display: block !important;
}
div.orbit,
div.orbit-wrapper,
.orbit-wrapper,
#featured {
  height: auto !important;
}
.widget_search .ci-clear {
  display: none;
}
.widget_social_links a {
  display: block;
  margin: 1px;
}
.primary-header-widget-area .widget_social_links li {
  display: inline-block;
  margin-right: 0;
}
.primary-header-widget-area .widget_social_links img {
  width: 35px;
  height: auto;
}
.primary-header-widget-area .widget_social_links a {
  display: block;
  margin: 1px;
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .primary-header-widget-area .widget_social_links li {
    margin-right: 15px;
  }
}
.site-title {
  display: none;
  font-family: 'Apple Chancery';
  font-weight: bold;
  color: #fff;
  font-size: 3.5em;
  text-align: center;
  text-shadow: 0px 0px 3px #000;
  padding-top: 0;
  z-index: 10;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 35px;
}
.primary-header-widget-area {
  margin: 15px 0;
  position: relative;
  display: inline-block;
  bottom: 0;
}
.primary-header-widget-area .search-form .s {
  height: 50px;
  border-radius: 8px;
}
.primary-header-widget-area .search-form .ci-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px;
  font-size: 1.4em;
}
@media only screen and (min-width: 1240px) {
  nav.main-nav ul {
    margin: 0 -40px;
  }
}
.site-identity {
  position: absolute;
  /*left: 50%;
    margin-left: -27.5px;*/
  top: 10px;
  left: 0;
  color: #fff;
  width: 100%;
}
.site-logo {
  display: none;
}
.site-logo-mobile {
  display: block;
}
.site-logo-mobile {
  /*float: left;*/
  width: 55px;
  position: relative;
  top: -5px;
  margin: 0 auto;
}
.site-logo-title-wrapper {
  position: relative;
}
.site-logo-title {
  font-weight: bold;
  font-size: 1.5em;
  padding-top: 13px;
  line-height: 1em;
}
.sub-page .site-logo-title {
  padding-top: 25px;
}
.sub-page .site-logo-tagline {
  display: none;
}
.sub-page .site-logo-title-wrapper.show-on-mobile-all-pages {
  display: block;
}
.sub-page .site-logo-title-wrapper.show-on-mobile-all-pages .site-logo-tagline {
  display: block;
}
.site-logo-title,
.site-logo-tagline {
  display: block;
  font-family: 'Apple Chancery';
  color: #fff;
  text-shadow: 0px 0px 3px #000;
}
#intro-wrapper:before {
  content: '';
  background: rgba(6, 105, 177, 0.6);
  width: 100%;
  height: 102%;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 720px) {
  .site-logo-title {
    /*padding-top: 40px;*/
  }
  .site-logo-mobile {
    width: 90px;
    top: 0;
  }
  .primary-header-widget-area {
    margin: 40px 0;
  }
  .sub-page .site-logo-tagline {
    display: block;
  }
  .sub-page .header .site-logo-title {
    padding-top: 15px;
  }
}
@media screen and (max-width: 967px) {
  .site-logo-title-wrapper.show-on-mobile-all-pages {
    float: none;
    font-size: 1em;
    text-align: center;
  }
}
@media screen and (min-width: 968px) {
  #intro-wrapper:before {
    content: none;
  }
  body.home .header {
    background: rgba(6, 105, 177, 0.6);
  }
  .site-title {
    font-size: 4em;
    margin-top: 100px;
  }
  .site-logo {
    display: block;
    float: left;
    position: relative;
    z-index: 999;
  }
  .site-logo-mobile {
    display: none;
  }
  .site-identity {
    margin-left: -45px;
    width: auto;
  }
  .site-logo-title-wrapper {
    float: left;
    margin-left: 20px;
    font-size: 1.4em;
  }
}
/* Quick Links */
nav#quicklinks {
  background: #ffffff;
  color: #fff;
}
nav#quicklinks ul {
  max-width: 1200px;
  padding-top: 2px;
  padding-bottom: 2px;
  zoom: 1;
}
nav#quicklinks ul:before,
nav#quicklinks ul:after {
  content: "";
  display: table;
}
nav#quicklinks ul:after {
  clear: both;
}
nav#quicklinks ul li {
  float: left;
  width: 50%;
  text-align: center;
}
nav#quicklinks ul li a {
  font-family: 'Fira Sans';
  padding: 15px;
  color: #1577be;
  white-space: normal;
}
nav#quicklinks ul li a img {
  width: auto;
  height: auto;
}
nav#quicklinks ul li a:hover,
nav#quicklinks ul li a:focus {
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  background: #fafbfd;
}
nav#quicklinks ul li a .ql-title-wrapper {
  margin-top: 10px;
}
.quicklinks-grid {
  position: relative;
  margin: 0;
  background: #fff;
  padding-top: 20px;
  z-index: 1;
}
.quicklinks-grid .quicklinks-column {
  width: 100%;
  float: left;
  text-align: center;
  color: #434343;
  margin-bottom: 35px;
}
.quicklinks-grid .quicklinks-column .quicklinks-column-title {
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 1.6em;
  display: block;
  color: #434343;
}
.quicklinks-grid .quicklinks-column .quicklinks-show {
  display: none;
  padding: 5px;
}
.quicklinks-grid .quicklinks-column .quicklinks-show:hover {
  cursor: pointer;
}
.quicklinks-grid .quicklinks-column .quicklinks-show .quicklinks-showless {
  display: none;
}
.quicklinks-grid .quicklinks-column .quicklinks-show.active .quicklinks-showmore {
  display: none;
}
.quicklinks-grid .quicklinks-column .quicklinks-show.active .quicklinks-showless {
  display: block;
}
.quicklinks-grid .quicklinks-column:last-child ul {
  margin-right: 0;
}
nav.quicklinks .ql-icon-wrapper {
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #1577be;
  padding: 10px;
}
nav.quicklinks .ql-icon-wrapper .ql-icon {
  font-size: 3em;
  padding-top: 0px;
  display: inline-block;
  position: relative;
  top: -2px;
  left: -2px;
}
nav.quicklinks .ql-icon-wrapper.ql-icon-featured-image {
  border-radius: 0;
  border: none;
  padding: 0;
  width: 76px;
  height: 76px;
}
nav.quicklinks .ql-icon-wrapper.ql-icon-featured-image img {
  width: 76px !important;
  height: 76px !important;
}
nav.quicklinks .ql-title {
  color: #1577be;
}
@media screen and (min-width: 480px) {
  nav#quicklinks ul li {
    width: 33.333%;
  }
  nav#quicklinks ul li:nth-child(4) {
    margin-left: 16.5%;
  }
}
@media screen and (min-width: 720px) {
  nav#quicklinks.tree_elements_per_row ul li {
    width: 50%;
  }
  nav#quicklinks ul li a img {
    width: 50px;
    height: 50px;
  }
  nav#quicklinks ul li {
    width: 20%;
  }
  nav#quicklinks ul li:nth-child(4) {
    margin-left: 0;
  }
}
@media screen and (min-width: 968px) {
  nav.quicklinks.tree_elements_per_row ul li {
    width: 33%;
  }
  nav.quicklinks ul li a {
    padding: 20px;
  }
}
.secondary-header-widget-area {
  position: absolute;
  margin: 40px 0;
  top: 0;
  right: 0;
  min-width: 360px;
  margin-right: 15px;
}
.secondary-header-widget-area > * {
  margin-right: 15px;
}
.secondary-header-widget-area > *:last-child {
  margin-right: 0;
}
.secondary-header-widget-area .widget_search {
  width: 140px;
  position: relative;
}
.secondary-header-widget-area .widget_search.active .ci-search {
  color: #757575;
}
.secondary-header-widget-area .widget_search .search-form .s {
  font-size: 0.8em;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
}
.secondary-header-widget-area .widget_search .search-form .s::placeholder {
  color: #333;
  opacity: 1;
}
.secondary-header-widget-area .widget_search .search-form .s:-ms-input-placeholder {
  color: #333;
}
.secondary-header-widget-area .widget_search .search-form .s::-ms-input-placeholder {
  color: #333;
}
.secondary-header-widget-area .widget_search .search-form .ci-search {
  color: #1577be;
  font-size: 1em;
  padding: 6px 10px;
}
.secondary-header-widget-area .widget-accessibility {
  background: #fff;
  border-radius: 5px;
}
.secondary-header-widget-area .widget-accessibility a {
  color: #333;
  font-size: 0.8em;
}
.secondary-header-widget-area .widget-accessibility .widget-accessibility-title {
  line-height: 0.8em;
  position: relative;
  top: 3px;
}
.secondary-header-widget-area .widget-accessibility .ci-configuration {
  color: #1577be;
}
.secondary-header-widget-area .widget-accessibility .option-styles a {
  padding: 5px 13px;
}
.secondary-header-widget-area .widget-accessibility-heading {
  color: #fff;
}
.secondary-header-widget-area .widget-accessibility-heading-icon {
  padding-right: 5px;
}
.widget_gtranslate,
.mobile_widget_gtranslate {
  background: #fff;
  border-radius: 5px;
  padding: 2px;
}
.widget_gtranslate select,
.mobile_widget_gtranslate select {
  color: #333;
  max-width: 100px;
  font-size: 0.8em;
  height: 27px;
}
@media only screen and (max-width: 967px) {
  .widget_gtranslate select,
  .mobile_widget_gtranslate select {
    width: 100%;
    max-width: none;
  }
}
.sub-page .secondary-header-widget-area .language-list-wrapper:hover {
  background: #266ea5;
}
.header-widget-area .widget-accessibility ul li {
  padding-top: 1.5px;
}
.header-widget-area .widget-accessibility li a {
  background: #f3f3f3;
  color: #434343;
}
.header-widget-area .widget-accessibility li a.current {
  background: #434343;
}
.header-widget-area .widget-accessibility li a.widget-accessibility-close {
  margin-top: -24px;
  right: -17px;
}
.header-widget-area .widget-accessibility.has-dropdown .widget-accessibility-body li:last-child:after {
  height: 40px;
  left: -5px;
  width: 430px;
  top: -7px;
  border-radius: 5px;
}
.header-widget-area .widget-accessibility.has-dropdown .widget-accessibility-body.collapsed {
  left: 0;
  top: -60px;
  overflow: visible;
}
@media only screen and (min-width: 1240px) {
  .secondary-header-widget-area {
    margin-right: 0;
  }
}
#content #secondary aside.widget {
  background: none;
  padding: 16px;
}
#content #secondary aside.widget .widget-title {
  background: none;
  color: #434343;
  margin: 0px -16px 0 -16px;
}
#content #secondary aside.widget.widget_events .events {
  padding: 0;
}
#content #secondary aside.widget.widget_events .events .event {
  border-bottom-width: 1px;
}
#content #secondary aside.widget.widget_events .events .event .event-meta.full-date {
  color: #090909;
}
#content #secondary aside.widget.widget_events .widget-title {
  padding-bottom: 0;
}
#content #secondary aside.widget_voters_stats_widget ul {
  font-size: 1.3em;
}
#content #secondary aside.widget_voters_stats_widget ul b {
  color: #1577be;
}
#content #secondary aside.widget_voters_stats_widget .voter_stats_date {
  color: #1577be;
}
#content #secondary aside.widget_whats_new .whats-new-featured img {
  height: auto;
  width: 100%;
}
#content #secondary aside.widget_whats_new ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}
#content #secondary aside.widget_whats_new ul li a {
  text-decoration: none;
  font-weight: normal;
}
#content #secondary aside.widget_whats_new ul li a .whats-new-title {
  font-weight: bold;
}
#content #secondary aside.widget_whats_new ul li a .whats-new-excerpt {
  padding: 10px 20px 20px;
}
@media screen and (max-width: 720px) {
  #content #secondary aside.widget {
    padding: 0;
  }
}
footer .menu li {
  line-height: 2.5em;
  text-align: center;
}
.pre-footer {
  margin: 0 2%;
}
.pre-footer-1 .pre-footer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.pre-footer .widget_events {
  background: none;
  margin: 0 0 20px;
  padding: 0;
}
.pre-footer .widget_events .widget-title {
  color: #434343;
  font-weight: normal;
  font-size: 1.2em;
  text-align: left;
  padding: 0;
}
.pre-footer .widget_events .events {
  padding: 0;
  max-width: none;
  height: auto;
}
.pre-footer .widget_events .events .events-group {
  position: relative;
  padding: 0;
}
.pre-footer .widget_events .event {
  background: #dde9f0;
  color: #434343;
  width: 100% !important;
  margin-bottom: 15px;
}
.pre-footer .widget_events .event a {
  color: #1269a7;
  height: auto;
  font-family: 'Slabo 27' !important;
  font-size: 1.1em !important;
}
.pre-footer .widget_events .event .full-date {
  background: none;
  padding: 0;
  color: #666;
  font-size: 0.8em;
  font-style: normal;
}
.pre-footer .widget_events .event .event-excerpt {
  background: none;
  font-size: 1em;
  height: auto;
  border-bottom: none;
}
.pre-footer .widget_events .events-nav-bullet.active {
  background: #434343;
}
.pre-footer .widget_events .event-cal-widget-link {
  display: inline-block;
  float: none;
  border: 2px solid #1577be;
  border-radius: 5px;
  text-decoration: none;
  color: #1269a7;
  margin: 1px;
}
.pre-footer .widget_events .event {
  width: 100%;
}
.pre-footer .widget_events .event:last-child {
  margin-right: 0;
}
.pre-footer .widget_events .events-nav {
  padding: 0 0 35px;
}
@media screen and (min-width: 720px) {
  .pre-footer .widget_events .event {
    width: 32%;
  }
}
@media screen and (min-width: 968px) {
  .pre-footer .widget_events .event {
    width: 23.5%;
  }
  .pre-footer .widget_events .events-nav {
    padding: 35px 0;
  }
}
footer .menu {
  text-align: left;
}
footer.page-footer {
  background: #1577be;
}
footer.page-footer .footer_content {
  max-width: 1200px;
  padding: 16px;
}
footer.page-footer .footer_content .widget_nav_menu {
  margin-bottom: 20px;
  text-align: center;
}
footer.page-footer .footer_content .widget_text {
  margin-top: 25px;
  line-height: 2em;
}
footer.page-footer .footer_content::after {
  display: block;
  content: "";
  clear: both;
}
footer.page-footer .footer_content a {
  font-weight: normal;
  text-decoration: underline;
}
footer.page-footer .footer_content a:hover {
  text-decoration: none;
}
footer.page-footer .widget .widget-title {
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 1.4em;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.copyright_content {
  border-top: 1px solid #fff;
  padding-top: 30px;
}
.copyright_content .textwidget {
  color: #fff;
}
.google_translate_wrapper {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 720px) {
  footer.page-footer .footer_content {
    padding: 16px 2%;
    text-align: left;
  }
  footer.page-footer .footer_content .widget_nav_menu {
    width: 50%;
    float: left;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  footer .menu {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
  }
  footer .menu li {
    line-height: 1.7em;
    margin-bottom: 18px;
    text-align: center;
  }
}
@media screen and (min-width: 968px) {
  .google_translate_wrapper {
    position: absolute;
    right: 18px;
    bottom: 18px;
  }
  footer.page-footer .footer_content .widget_nav_menu {
    width: 33.333%;
    margin-bottom: 0;
    text-align: left;
  }
  footer.page-footer .footer_content .widget_text {
    padding-top: 20px;
    width: 33.333%;
    float: left;
    margin: 0;
    line-height: 1.7em;
  }
  footer .menu li {
    text-align: left;
  }
}
footer.page-footer .widget_media_image {
  text-align: center;
  margin-bottom: 33px;
}
footer.page-footer .widget_social_links {
  text-align: center;
  margin-top: 15px;
}
footer.page-footer .widget_social_links li {
  padding-right: 20px;
}
footer.page-footer .widget_social_links li:last-child {
  padding-right: 0;
}
footer.page-footer .widget_social_links li a {
  text-decoration: none;
}
footer.page-footer .widget_social_links img {
  width: 35px;
  height: auto;
}
footer.page-footer .custom-html-widget {
  text-align: center;
}
footer.page-footer .widget.widget_social_links h3 {
  display: none;
}
@media screen and (min-width: 968px) {
  footer.page-footer .widget_media_image {
    float: left;
    text-align: left;
    margin-right: 0;
    margin-bottom: 0;
  }
  footer.page-footer .widget_social_links {
    float: left;
    text-align: left;
    margin-top: 43px;
    margin-left: 50px;
  }
  footer.page-footer .footer_content .custom-html-widget {
    text-align: left;
  }
}
#intro #slider .orbit-wrapper {
  background: #23292d;
}
#intro #slider .orbit-wrapper .orbit-caption {
  background: none;
  top: 5%;
  pointer-events: inherit;
}
#intro #slider .orbit-wrapper .orbit-caption a {
  margin: 16px;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#intro #slider .orbit-wrapper .orbit-caption a:hover {
  transform: translate(0px, -10px);
}
#intro #slider .orbit-wrapper .orbit-caption > * {
  -webkit-transition: all 0.3 ease-out;
  -moz-transition: all 0.3 ease-out;
  -o-transition: all 0.3 ease-out;
  transition: all 0.3 ease-out;
}
.orbit-caption h2 {
  color: #fff;
  border: 0;
  text-transform: none;
  font-weight: bold;
}
.orbit-caption h2,
.orbit-caption p {
  font-size: 1.4em;
}
@media only screen and (min-width: 968px) {
  /* SLIDESHOW CONTROLS ON DESKTOP ALIGNED TO THE BOTTON */
  div.orbit-wrapper .timer {
    top: inherit;
    bottom: 10px;
  }
  div.orbit-wrapper div.slider-nav .left,
  div.orbit-wrapper div.slider-nav .right {
    top: inherit;
    bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  #intro #slider .orbit-wrapper .orbit-caption {
    top: 10%;
  }
  .orbit-caption h2,
  .orbit-caption p {
    font-size: 1.8em;
  }
}
/* SPECIAL TEMPLATE */
.page-template-special .soe_main_container {
  color: #424242;
}
.page-template-special div:not(.header) > .page-wrap-inner {
  padding-top: 0;
}
.page-template-special .header .page-wrap-inner {
  background: #fff !important;
}
.page-template-special .entry-header h1 {
  margin-top: 20px;
}
.page-template-special .soe_crumbs {
  padding: 0;
}
.page-template-special #content .component-wrapper p {
  margin-bottom: 0;
}
.page-template-special #content #primary form {
  background: none;
  padding: 0 50px;
}
.page-template-special #content #primary form .field_wrapper,
.page-template-special #content #primary form .button_wrapper {
  padding: 0;
}
.page-template-special #content #primary form label {
  color: #424242;
}
.page-template-special #soe-streetForm-container .form_wrapper > div,
.page-template-special #voter-eligibility #soe_voter_component > div {
  color: #434343;
  font-size: 1em;
  padding-bottom: 15px;
}
.page-template-special #voter-eligibility,
.page-template-special #precinct_finder {
  background: #fff;
}
.page-template-special .logged-in #voter-eligibility,
.page-template-special .logged-in #precinct_finder {
  min-height: 600px;
}
.page-template-special .my-voting-information input[type=text] {
  background: none !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  padding: 10px !important;
}
.page-template-special .field_wrapper {
  margin-bottom: 15px;
}
.page-template-special .button_wrapper {
  padding-top: 15px !important;
}
.page-template-special .button_wrapper input {
  padding: 20px !important;
  text-transform: uppercase;
}
.page-template-special .button_wrapper input[type=submit],
.page-template-special .button_wrapper input[type=button] {
  background: #557A9C !important;
}
.page-template-special .button_wrapper input[type=reset] {
  background: #dde2e6 !important;
  color: #797d82 !important;
}
.election-template-default .breadcrumbs {
  display: none;
}
.my-voting-information-wrapper li.nav-item a {
  background: #1577be !important;
  color: #fff !important;
  text-transform: uppercase;
}
.my-voting-information-wrapper li.nav-item a.active {
  background: #fff !important;
  color: #333 !important;
}
.my-voting-information-wrapper li.nav-item a:not(.active) {
  box-shadow: none;
}
.my-voting-information-wrapper li.nav-item a .ci {
  display: none;
}
.page-template-special .my-voting-information input[type=text] {
  border: 0 !important;
  box-shadow: 0px 0px 2px 0px #808080;
}
.page-template-special .button_wrapper input {
  width: 48% !important;
  float: left !important;
}
.page-template-special .button_wrapper input:first-child {
  margin-right: 4% !important;
}
.page-template-special .button_wrapper input[type=button],
.page-template-special .button_wrapper input[type=submit] {
  background: #1577be !important;
}
.page-template-special div#soe_voter_component > div > p,
.page-template-special #precinct_finder .form_wrapper > div > p {
  padding: 50px 50px 0;
}
.page-template-special #voter-eligibility,
.page-template-special #precinct_finder {
  background: #f7f7f7;
}
.page-template-special #content table caption {
  background: none;
  color: #2d2d2d;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #1577be;
}
.page-template-special table {
  border: 0 !important;
}
.page-template-special #voter-eligibility,
.page-template-special #precinct_finder {
  background: #fff;
}
.page-template-special .voter-eligibility-links-table td:first-child {
  margin-top: 15px;
}
body #primary .my-voting-information .voter-eligibility-links-table a,
body #primary .my-voting-information .precinct-finder-links-table a {
  background: #1577be;
}
body #primary .my-voting-information a {
  color: #1577be;
}
body #primary .my-voting-information .voter-eligibility-detail-table .voter_eligibility_detail_eligible_to_vote.eligible-yes td:nth-child(1) b {
  background: #2d6538;
}
body #primary .my-voting-information table.voter-eligibility-detail-table .voter_eligibility_detail_full_name td,
body #primary .my-voting-information table.voter-eligibility-detail-table .voter_eligibility_detail_eligible_to_vote td {
  text-align: left;
  padding-left: 10px !important;
}
body #primary .my-voting-information .voter-eligibility-links-table a:before,
body #primary .my-voting-information .precinct-finder-links-table a:before {
  font-size: 1em;
}
.page-template-special .elected-officials-table tbody tr,
.elected-officials-table tbody tr {
  border-color: #1577be !important;
  background: #ffffff;
}
#content h2.OUFE_jurisdiction {
  margin-top: 40px;
  margin-bottom: 15px;
}
.modal .modal-wrapper > .close {
  background: #1577be;
}
.modal .modal-header .eo-search,
.holder-details {
  border-color: #1577be;
}
#content #primary .eo-nav li a {
  background: #1577be;
  text-shadow: none;
}
#content #primary .eo-nav li.current:not(.inactive) a {
  background: #fff;
  color: #1577be;
}
.eo-nav li a {
  background: #1577be;
  border: 1px solid #1577be;
}
.eo-nav li.current:not(.inactive) a {
  color: #1577be;
}
#content table thead,
#content table tr.row_header,
#content table caption {
  background: #1577be;
}
#content table,
#content table td {
  border-color: #c3c3c3;
}
#content table tr.sub_header {
  background: #c5e8e7;
}
body.page-template-single-landingpage {
  background-image: url(../img/landingpage-bg.jpg);
}
body.page-template-single-landingpage .site-title {
  line-height: 0.9em;
}
body.page-template-single-landingpage .subtitle {
  font-size: 0.4em;
  padding-left: 2px;
  letter-spacing: 0.21em;
  line-height: 1.2em;
  margin: 10px 0;
}
body.page-template-single-landingpage .subtitle strong {
  font-weight: 600;
}
body.page-template-single-landingpage .tagline {
  margin-top: 3px;
}
@media screen and (min-width: 720px) {
  body.page-template-single-landingpage .page-title {
    position: relative;
    left: 115px;
  }
  body.page-template-single-landingpage .header .page-wrap-inner:after {
    content: '';
    width: 105px;
    height: 105px;
    display: block;
    position: absolute;
    top: 40px;
    left: 16px;
    background-repeat: no-repeat;
  }
}
/* LANGUAGE MENU */
.languages-menu {
  position: absolute;
  top: 0;
  left: -240px;
  box-sizing: border-box;
  height: 40px;
  font-size: 0.9em;
  padding-top: 5px;
}
.languages-menu li {
  display: inline-block;
  margin: 7px 4px;
}
.languages-menu li a {
  padding: 7px;
  background: rgba(82, 111, 138, 0.63);
  color: #fff;
  border-radius: 10px;
}
/* MOBILE ONLY FEATURED */
nav.main-nav > ul > li.mobile-only-featured {
  background: #604a13 !important;
  border-top: 1px solid #82651d !important;
  border-bottom: 1px solid #3c2d08 !important;
}
/* COMPONENTS PRINT OPTION HIDDEN */
.caption-print {
  display: none;
}
/* ACCORDION */
.al-accordion a.al-accordion-title {
  background: #0d4771 !important;
  border-bottom: 1px solid #0d4771 !important;
  text-shadow: none;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
  padding-left: 50px;
}
.al-accordion .al-accordion-content {
  border-bottom: 1px solid #ddd !important;
  background: #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.al-accordion .al-accordion-toggle {
  left: 16px;
  background: none !important;
  font-family: 'custom-icons' !important;
  margin-top: -9px !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;
}
.al-accordion .al-accordion-toggle:before {
  content: "\e93e";
}
.al-accordion.active .al-accordion-toggle:before {
  content: "\e93f";
}
.al-accordion a.al-accordion-title {
  text-transform: none !important;
}
/* ACCORDION STYLES WHEN USED AS A LONG DESCRIPTION FOR COMPLEX IMAGES */
figcaption .al-accordion a.al-accordion-title {
  background: none !important;
  color: inherit;
  border: none !important;
  text-transform: none;
  text-align: center;
  font-size: 0.8em;
}
figcaption .al-accordion a.al-accordion-title span.al-accordion-toggle {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
/* BUTTONS */
.btn.btn-default {
  background: #0d4771;
}
.btn.btn-default:hover {
  background: #082a43;
}
/* CALENDAR */
#content .cal-header {
  background: #1577be;
}
#content .cal-cell.active {
  background: #896942;
}
#content .cal-cell.active:hover {
  background: #674f31;
}
#content .calendar .cal-content .cal-week .cal-cell .event-count {
  right: 8px;
  top: 8px;
  left: auto;
  width: 10px;
  height: 10px;
  background: #1577be;
}
#content .cal-header .cal-nav .cal-prev:hover,
#content .cal-header .cal-nav .cal-next:hover {
  background: #105a90;
}
/* SOE VOTER STATISTICS SEARCH */
#content .soe-voterStatSearch-container fieldset + div {
  display: none;
}
@media screen and (min-width: 968px) {
  #content .soe-voterStatSearch-container fieldset {
    display: flex;
    flex-direction: row;
    font-size: 0.8em;
  }
  #content .soe-voterStatSearch-container form .field_wrapper {
    flex-grow: 1;
    flex-basis: 0;
  }
  #content .soe-voterStatSearch-container form .field_wrapper.field_wrapper_precinct,
  #content .soe-voterStatSearch-container form .field_wrapper.field_wrapper_gender,
  #content .soe-voterStatSearch-container form .field_wrapper.field_wrapper_age {
    max-width: 120px;
  }
}
/* UNSTYLED LIST */
ul.unstyled-list,
#content ul.unstyled-list {
  list-style: none;
  margin: 0;
}
/* CARDS */
.cards::after {
  display: block;
  content: "";
  clear: both;
}
.cards .card {
  width: 100%;
  float: left;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  min-height: 140px;
  padding: 10px;
  margin-bottom: 2%;
  text-align: center;
  background: #fff;
}
.cards .card .card-title {
  font-weight: bold;
  padding: 5px 0;
  font-size: 1.2em;
}
.cards .card.card-highlighted {
  background: #fff;
  border-color: #1877be;
}
.cards address {
  font-style: normal;
}
@media screen and (min-width: 480px) {
  .cards .card {
    width: 49%;
  }
  .cards .card:nth-child(odd) {
    margin-right: 2%;
  }
}
/* FONTS */
@font-face {
  font-family: "apple-chancery";
  src: url("../fonts/apple-chancery.eot");
  /* IE9*/
  src: url("../fonts/apple-chancery.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/apple-chancery.woff2") format("woff2"), /* chrome、firefox */ url("../fonts/apple-chancery.woff") format("woff"), /* chrome、firefox */ url("../fonts/apple-chancery.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/apple-chancery.svg#apple-chancery") format("svg");
  /* iOS 4.1- */
}
/*-- media query breakpoints --*/
/* colors */
body:before {
  content: "xxsmall";
  display: none;
  visibility: hidden;
}
.page-wrap-inner > .content {
  max-width: 1232px;
}
@media (min-width: 480px) {
  body:before {
    content: "xsmall";
  }
}
@media (min-width: 720px) {
  body:before {
    content: "small";
  }
}
@media (min-width: 968px) {
  body:before {
    content: "medium";
  }
}
@media screen and (min-width: 968px) {
  #primary {
    margin-right: -30%;
  }
  #primary .fluid {
    margin-right: 35%;
  }
  #secondary {
    width: 30%;
  }
}
body {
  background: #fff;
}
body,
#content #secondary aside.widget,
#content #secondary aside.widget .widget-title,
.secondary-header-widget-area * {
  font-family: 'Fira Sans';
}
a {
  color: #1577be;
}
a:hover {
  text-decoration: none;
}
table {
  /*border: 0 !important;*/
}
aside.widget.page_specific_widget,
.page-wrap-inner {
  margin-top: 0;
  z-index: 0;
  position: relative;
}
#soe_votersummary_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
#content .pr-content {
  background: #ffffff;
}
.post-header {
  padding: 10px 0;
  text-align: center;
  background: #ffffff;
  color: #0d4771;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}
.post-header * {
  color: #0d4771 !important;
}
.post-header .voter-stats {
  background: none;
  border: 0;
  margin: 0;
  line-height: normal;
}
.post-header .manual-voter-stats-widget .vstats-date,
.post-header .widget_voters_stats_widget .vstats-date,
.post-header .voter-stats-wrapper .vstats-date {
  display: inline-block;
  margin-right: 20px;
}
.post-header .manual-voter-stats-widget ul,
.post-header .widget_voters_stats_widget ul,
.post-header .voter-stats-wrapper ul {
  display: inline-block;
  list-style: none;
}
.post-header .manual-voter-stats-widget ul li,
.post-header .widget_voters_stats_widget ul li,
.post-header .voter-stats-wrapper ul li {
  display: inline-block;
  margin-right: 20px;
}
.post-header .manual-voter-stats-widget ul li:last-child,
.post-header .widget_voters_stats_widget ul li:last-child,
.post-header .voter-stats-wrapper ul li:last-child {
  margin-right: 0;
}
.post-header .widget_voters_stats_widget .widget-title {
  display: inline-block;
  margin-right: 20px;
  text-transform: none;
  font-size: 1em;
}
.post-header .widget-title {
  margin-bottom: 0;
}
.header.has-thumbnail + .sub-header + .post-header {
  display: none;
}
.widget.widget_events {
  margin-left: 0;
  margin-top: 50px !important;
}
.home .entry-content {
  padding-top: 16px;
}
@media screen and (min-width: 720px) {
  .entry-content,
  #content #secondary aside.widget:last-child {
    padding-bottom: 40px;
  }
  .widget.widget_events {
    margin-left: 0;
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 968px) {
  .home .entry-content {
    padding-top: 0;
  }
}
.page-footer a {
  color: #ffffff;
}
.page-wrap-inner {
  /*max-width: @layout_width;*/
  overflow: visible;
}
#content #secondary aside.widget .widget-title {
  margin: 0;
  padding-left: 0;
}
.widget_events {
  padding-top: 15px;
}
.widget_events .events {
  padding-top: 0;
}
.widget_events .event > a {
  font-family: 'Fira Sans' !important;
  font-size: 1em !important;
}
.single-event .meta {
  margin-top: 8px;
}
/* QUICK LINKS WIDGET */
#content #secondary .widget_quick_links .widget-title {
  margin: 0 !important;
  padding: 0 0 30px !important;
}
#content #secondary .widget_quick_links a {
  color: #434343;
  margin: 0;
  width: 99%;
}
#content #secondary .widget_quick_links a img {
  background: #1577be;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-left: 5px;
  width: 55px;
}
#content #secondary .widget_quick_links a .outerContainer {
  padding-left: 90px;
  height: 65px;
}
#content #secondary .widget_quick_links a .outerContainer:hover {
  background: none;
}
#content #secondary .widget_quick_links a .ql-icon {
  position: absolute;
  background: #1577be;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-left: 5px;
  width: 55px;
  height: 55px;
  left: 10px;
  color: white;
  font-size: 2.2em;
}
#content #secondary .widget_quick_links a .ql-icon-featured-image img {
  padding: 0;
  background: none;
}
/* ACCESSIBILITY WIDGET TITLE */
.sr-only {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important;
}
.entry-header h1,
.entry-header h2 {
  font-family: 'Fira Sans';
  color: #434343;
  font-weight: bold;
}
h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 1.2em;
  color: #333;
}
h3 {
  font-size: 1.1em;
  color: #434343;
  font-weight: bold;
  margin-bottom: 5px;
}
.color-1 {
  color: #999999;
}
.color-2 {
  color: red;
}
/* forms */
#content #primary form {
  background: #fff;
  margin-top: 25px;
}
#content #primary form .field_wrapper input,
#content #primary form .field_wrapper textarea,
#content #primary form .field_wrapper select {
  border: 1px solid #e0dfdf;
}
#primary .btn-primary,
#content #primary form .button_wrapper input {
  background: #1577be;
}
#primary .btn-primary[type=reset],
#content #primary form .button_wrapper input[type=reset] {
  background: #757675;
}
#primary .btn-primary:hover,
#content #primary form .button_wrapper input:hover {
  background: #105a90;
}
#primary .btn-primary:hover[type=reset],
#content #primary form .button_wrapper input:hover[type=reset] {
  background: #5c5c5c;
}
.secondary-header-widget-area .widget_nav_menu .menu > li {
  max-width: none;
  font-size: 1em;
  padding: 5px 0 0 5px;
}
.secondary-header-widget-area a {
  padding: 7px;
  color: #5c6f82;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.secondary-header-widget-area .language-list {
  list-style: none;
  padding: 5px 0;
}
.secondary-header-widget-area .language-list a {
  background: none;
  display: inline-block;
  padding: 3px 0;
  color: #fff;
}
.secondary-header-widget-area .language-list a:hover {
  background: black;
  color: #fff;
}
.pre-footer:after {
  content: "";
  clear: both;
  display: table;
}
.pre-footer .widget_whats_new {
  margin: 0 0 40px 0;
}
.pre-footer .widget_whats_new .widget-title {
  border: 0;
}
.pre-footer .widget_whats_new .whats-new-featured {
  list-style-type: none;
}
.pre-footer .widget_whats_new .whats-new-featured li {
  margin-bottom: 20px;
}
.pre-footer .widget_whats_new .whats-new-featured li a {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 2px #c3c2c2;
  padding: 20px;
  text-decoration: none;
  margin-bottom: 20px;
}
.pre-footer .widget_whats_new .whats-new-featured li a:last-child {
  margin-bottom: 0;
}
.pre-footer .widget_whats_new .whats-new-featured li .whats-new-title {
  color: #1577be;
  font-family: 'Slabo 27';
  font-size: 1.1em;
}
.pre-footer .widget_whats_new .whats-new-featured li .whats-new-excerpt {
  color: #333;
  padding: 10px 0;
}
.pre-footer .widget_whats_new .whats-new-featured li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.pre-footer .widget_whats_new * {
  word-break: break-word;
}
@media screen and (min-width: 720px) {
  .pre-footer .widget_whats_new {
    width: 66%;
    float: left;
    margin-right: 20px;
  }
  .pre-footer .widget_whats_new + *,
  .pre-footer .widget_whats_new + * + * {
    width: 30%;
    float: right;
  }
}
@media screen and (min-width: 968px) {
  .pre-footer {
    margin-bottom: 25px;
  }
  .pre-footer .widget_whats_new {
    margin: 0;
  }
  .pre-footer .widget_whats_new .whats-new-featured {
    display: flex;
  }
  .pre-footer .widget_whats_new .whats-new-featured li {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 46%;
    margin-right: 4%;
  }
  .pre-footer .widget_whats_new .whats-new-featured li:first-child {
    background: #fff;
    box-shadow: 0px 0px 2px #c3c2c2;
  }
  .pre-footer .widget_whats_new .whats-new-featured li:first-child a {
    box-shadow: none;
  }
  .pre-footer .widget_whats_new + *,
  .pre-footer .widget_whats_new + * + * {
    width: 33%;
    float: right;
  }
  .pre-footer .widget_events {
    margin: 0;
  }
}
/* tabs */
.tabs-wrapper {
  background: #f3f3f3;
  margin: -16px 0 0;
  padding: 40px 0;
}
.tabs-wrapper .tabs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.tabs-wrapper .tabs .tab {
  padding: 10px 8px;
  background: #1577be;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  margin-right: 1px;
}
.tabs-wrapper .tabs .tab.active {
  background: #fff;
  color: #434343;
}
.tabs-wrapper .tabs .tab-content {
  display: none;
  background: #fff;
  padding: 25px 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tabs-wrapper .tabs .tab-content table {
  background: none !important;
  margin: 0 !important;
  border: 0;
  padding: 0 15px;
}
.tabs-wrapper .tabs .tab-content table td {
  border: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
.tabs-wrapper .tabs .tab-content table td:first-child {
  padding-right: 30px;
}
.tabs-wrapper .tabs .tab-content table td:last-child {
  min-width: 300px;
}
.tabs-wrapper .tabs .tab-content table tr:last-child td {
  border: 0;
}
.tabs-wrapper .tabs .tab-content.active {
  display: block;
}
.tabs-wrapper .tabs .tab-content ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 15px;
}
.tabs-wrapper .tabs .tab-content ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
.tabs-wrapper .tabs .tab-content ul li:last-child {
  border-bottom: none;
}
.tabs-wrapper .tabs a {
  text-decoration: none;
  color: #434343;
}
@media screen and (min-width: 480px) {
  .tabs-wrapper .tabs .tab {
    padding: 10px 15px;
    margin-right: 10px;
  }
}
#page-wrap {
  padding: 0;
  background: #f5fafd;
}
#page-wrap.active .nav-side-mobile {
  top: 0;
  right: 0;
  left: auto;
  transition: right 0.25s ease-in-out;
}
#page-wrap.active .nav-side-mobile.sub-level {
  right: 0;
}
body.mobilemenu-active {
  overflow: hidden;
}
#content-slide {
  background: #000;
}
body:not(.home) #content-slide {
  background: none;
}
body {
  background: #fff;
}
/* SEARCH PAGE */
body.search .page-wrap-inner {
  border-top: 1px solid #ddd;
}
body.search h1 {
  margin: 60px 0 20px;
}
body.search .entry-meta {
  margin-bottom: 30px;
}
body.search .result {
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
#sticky-header,
.is-sticky {
  z-index: 9999;
}
.site-identity-picture {
  position: absolute;
  bottom: 1px;
  left: 0;
}
@media screen and (max-width: 968px) {
  .sticky-header {
    display: none;
  }
}
.skip-to-content-link {
  background: #fff;
  color: #333;
  font-size: 1.1em;
  left: 50%;
  padding: 10px;
  z-index: 9999;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  width: 150px;
  margin-left: -82px;
  text-align: center;
}
.skip-to-content-link:focus {
  transform: translateY(0%);
}
/* PDF Links */
.pre-footer .widget_whats_new .pdf-link {
  position: relative;
}
.pre-footer .widget_whats_new .pdf-link .ci-file_pdf {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  padding: 0;
}
.ci-file_pdf {
  padding-left: 5px;
}
