/* ==========================================================================
   Main.less  -  Constructs final css style sheet
   ========================================================================== */
/* ==========================================================================
   Imports
   ========================================================================== */
/* -----------------------------------------------------------------------------------------------------------------------------------
					MIXINS
-------------------------------------------------------------------------------------------------------------------------------------*/
/* Micro ClearFix Mixin */
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700&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);
}
*/
@media only screen and (max-width: 967px) {
  .mobile-hidden {
    display: none !important;
  }
}
/* 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;
}
.removeAfter:after {
  display: none !important;
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
@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: #00205b;
    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 {
    background: #00205b;
    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 {
    background: 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 .widget_gtranslate {
    margin: 0 10px 20px;
  }
  body.scrolled .mobile-menu-btn {
    position: fixed;
    color: #00205b;
  }
  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: #00205b;
    color: #fff;
  }
  body.mobilemenu-active .nav-side-mobile {
    height: auto;
  }
  body.mobilemenu-active .mobile-search {
    z-index: 1 !important;
  }
  nav.main-nav .mobile-menu-meta {
    padding: 5px 20px;
    height: auto;
    color: #fff;
    background: #00205b;
    border: 0;
    line-height: 55px;
    font-family: 'Arial';
    font-size: 1.5em;
  }
  nav.main-nav .mobile-menu-meta * {
    display: inline-block;
    margin-right: 10px;
  }
  nav.main-nav .mobile-menu-meta .site-logo,
  nav.main-nav .mobile-menu-meta .sticky-menu-site-logo {
    max-height: 44px;
    margin-top: 0;
    margin-bottom: 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 {
    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 {
    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 {
    background: #fff;
    color: #434343;
    text-shadow: none;
    font-size: 0.9em;
    padding: 0;
  }
  nav.main-nav ul li a span {
    display: block;
    padding: 12.5px 0;
  }
  nav.main-nav ul li a .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 {
    position: absolute;
    top: -42px;
    width: 100%;
    display: none !important;
  }
  nav.main-nav ul li .first-level-link a {
    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: 12px 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;
  }
}
nav.main-nav > ul {
  height: auto;
  justify-content: space-between;
}
.sticky-menu-site-logo {
  display: none;
}
.site-identity-picture {
  display: none;
}
@media only screen and (min-width: 968px) {
  .nav-side-mobile {
    height: auto !important;
    width: 100%;
    top: 0;
    background: #00205b;
  }
  .nav-side-mobile .widget_gtranslate {
    position: absolute;
    top: 10px;
    right: 16px;
    display: block;
    z-index: 101;
  }
  body.logged-in .sticky-header .nav-side-mobile {
    top: 32px;
  }
  .site-identity-picture {
    display: block;
  }
  .sticky-header .main-nav-wrapper {
    background: #00205b;
    border-bottom: 1px solid #00205b;
  }
  .sticky-header nav.main-nav > ul > li a {
    color: #fff;
  }
  .sticky-header nav.main-nav > ul > li a:hover {
    background: white;
    color: #00205b;
  }
  .sticky-header .site-identity-picture {
    display: none;
  }
  .sticky-header .sticky-menu-site-logo {
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    width: auto;
    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 {
    display: flex;
  }
  nav.main-nav > ul > li a {
    text-shadow: none;
    color: white;
    line-height: 4em;
    text-decoration: none;
    font-family: 'Arial';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1em;
    padding: 0 10px;
  }
  nav.main-nav > ul > li a:hover,
  nav.main-nav > ul > li a:focus {
    background: white;
    color: #00205b;
  }
  nav.main-nav > ul > li:hover a {
    background: white;
    color: #00205b;
    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;
  }
  .secondary-nav-wrapper a {
    color: #3b3b3b;
  }
  .sub-page nav.main-nav > ul {
    padding-right: 140px;
    font-size: 0.7em;
  }
}
@media screen and (min-width: 1050px) {
  .sub-page nav.main-nav > ul {
    font-size: 1em;
  }
  .nav-side-mobile .widget_gtranslate {
    top: 20px;
  }
}
@media screen and (min-width: 1230px) {
  .nav-side-mobile .widget_gtranslate {
    right: 0;
  }
}
@media screen and (min-width: 968px) and (max-width: 1199px) {
  .primary-header-widget-area .search-form .s {
    width: 250px !important;
  }
}
@media only screen and (min-width: 968px) and (max-width: 1000px) {
  nav.main-nav > ul > li a {
    padding: 0 20px;
  }
}
.summary-grid {
  max-width: 1200px;
  margin: 0 -20px !important;
  padding: 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%;
  padding: 3px 20px;
}
.summary-grid .summary-item-wrapper .summary-item {
  border-radius: 25px;
  background: #00205b;
  height: auto;
  border-radius: 0;
  overflow: visible;
  background-size: cover;
  min-height: 200px;
}
.summary-grid .summary-item-wrapper .summary-item a {
  position: relative;
  padding: 0;
  background: none;
  height: auto;
  box-sizing: border-box;
  overflow: visible;
}
.summary-grid .summary-item-wrapper .summary-item a h3 {
  position: relative;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  background: rgba(211, 211, 211, 0.9);
  color: #000;
  text-shadow: none;
  padding: 10px;
  font-weight: normal;
  font-family: 'Nunito Sans';
  margin: 0;
}
.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 h3,
.summary-grid .summary-item-wrapper .summary-item a:hover .summary-excerpt {
  color: #000;
}
.summary-grid .summary-item-wrapper .summary-item a:hover h3 {
  background: #ebebeb;
}
.summary-grid .summary-item-wrapper .summary-item a:hover + ul.child,
.summary-grid .summary-item-wrapper .summary-item a.active + ul.child {
  display: block;
}
.summary-grid .summary-item-wrapper .summary-item ul.child {
  width: 100%;
  margin: 0 !important;
  list-style: none;
}
.summary-grid .summary-item-wrapper .summary-item ul.child .summary-item-wrapper {
  width: 100%;
  padding: 0;
}
.summary-grid .summary-item-wrapper .summary-item ul.child .summary-item-wrapper .summary-item a {
  height: auto !important;
}
.summary-grid .summary-item-wrapper .summary-item ul.child .summary-item-wrapper .summary-item a h3 {
  position: relative;
  border-top: 1px solid rgba(119, 119, 119, 0.2);
  background: rgba(211, 211, 211, 0.9);
}
.summary-grid .summary-item-wrapper .summary-item ul.child .summary-item-wrapper .summary-item a:hover h3 {
  background: #ebebeb;
}
.summary-grid .summary-item-wrapper .summary-item .summary-item {
  background: none;
  min-height: auto;
}
@media only screen and (min-width: 720px) {
  .summary-grid .summary-item-wrapper .summary-item {
    min-height: auto;
  }
}
@media only screen and (min-width: 968px) {
  .summary-grid .summary-item-wrapper .summary-item {
    min-height: auto;
  }
  .summary-grid .summary-item-wrapper .summary-item a h3 {
    background: #d3d3d3;
    bottom: -10px;
    right: -10px;
  }
  .summary-grid .summary-item-wrapper .summary-item a.has-submenu h3:after {
    content: "\e93e";
    font-family: 'custom-icons';
    position: absolute;
    right: 10px;
    top: 15px;
  }
  .summary-grid .summary-item-wrapper .summary-item a.has-submenu:hover h3:after,
  .summary-grid .summary-item-wrapper .summary-item a.has-submenu.active h3:after {
    content: "\e93f";
  }
  .summary-grid .summary-item-wrapper .summary-item ul.child {
    display: none;
    position: absolute;
    z-index: 9;
  }
  .summary-grid .summary-item-wrapper .summary-item ul.child .summary-item-wrapper .summary-item a h3 {
    background: #d3d3d3;
  }
}
@media only screen and (max-width: 967px) {
  ul.summary-grid {
    padding-top: 20px;
  }
  ul.summary-grid > li.summary-item-wrapper {
    margin-bottom: 10px;
  }
  ul.summary-grid .summary-item {
    background: none !important;
    min-height: 0 !important;
  }
  ul.summary-grid .summary-item .summary-item a {
    background: #d8d8d8;
    padding-left: 2px;
  }
  ul.summary-grid .summary-item .summary-item a h3 {
    padding-left: 20px;
    background: rgba(255, 255, 255, 0.8) !important;
  }
}
.mobile-menu-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding: 13px 13px 0;
  background: white;
  height: auto;
  border: 0 !important;
  z-index: 9999;
  color: #00205b;
}
.mobile-menu-btn .ci-menu,
.mobile-menu-btn .ci-close_noCircle {
  font-size: 1.9em;
  font-weight: bold;
}
.mobile-menu-btn .close-menu {
  display: none;
  font-size: 3em;
  position: absolute;
  top: 13px;
  right: 11px;
}
.mobile-menu-btn .open-menu {
  display: block;
  text-align: center;
}
.mobile-menu-btn.active {
  background: none;
}
.mobile-menu-btn.active .close-menu {
  display: block;
}
.mobile-menu-btn.active .open-menu,
.mobile-menu-btn.active .screen-reader-text {
  display: none;
}
.mobile-menu-btn .screen-reader-text {
  position: relative;
  left: 0;
  top: 0;
}
.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: 100%;
  }
}
@media only screen and (min-width: 968px) {
  .summary-grid .summary-item-wrapper {
    padding: 20px;
    width: 33.333%;
  }
  .summary-grid .summary-item-wrapper a {
    height: 170px !important;
  }
  .summary-grid .summary-item-wrapper .summary-item a h3 {
    position: absolute;
  }
}
@media only screen and (min-width: 1200px) {
  .summary-grid .summary-item-wrapper {
    width: 33.333%;
  }
}
@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 a + ul {
  display: block !important;
}
.has-show-more a + ul li {
  display: none;
}
@media only screen and (max-width: 967px) {
  .has-show-more a + ul .first-level-link {
    display: block !important;
    /*background: red;*/
  }
}
/* LOGGED IN WORDPRESS ADMIN MENU FIX */
body.logged-in .nav-side-mobile {
  top: 46px;
}
body.logged-in #page-wrap.active .nav-side-mobile {
  top: 46px;
  padding-bottom: 46px;
}
body.logged-in.scrolled .mobile-menu-btn {
  top: 46px;
}
body:not(.scrolled).logged-in .mobile-menu-btn .close-menu {
  top: 59px;
}
@media only screen and (min-width: 783px) {
  body.logged-in .nav-side-mobile {
    top: 33px;
  }
  body.logged-in #page-wrap.active .nav-side-mobile {
    top: 33px;
    padding-bottom: 46px;
  }
  body.logged-in.scrolled .mobile-menu-btn {
    top: 33px;
  }
}
@media only screen and (min-width: 968px) {
  body.logged-in .nav-side-mobile {
    top: 0;
  }
}
.header-wrapper {
  position: relative;
  overflow: hidden;
}
.header-wrapper a {
  text-decoration: none;
}
.header-wrapper .header {
  /*position: absolute;*/
  z-index: 2;
}
.mobile-header {
  margin: 50px auto 0;
}
.sub-page .header-wrapper {
  overflow: visible;
  /*background: #fff;*/
}
.sub-page .header {
  /*background: #434343;*/
}
.sub-page .header .header-wrapper {
  overflow: visible;
}
header.page-header .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;
  overflow: hidden;
}
.header {
  position: absolute;
  width: 100%;
  top: 0;
}
.sub-header {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 190px;
}
.sub-page .header {
  z-index: 999;
}
.sub-page .header:not(.has-thumbnail) {
  position: relative;
  background: #fff;
  /*nav.main-nav > ul > li > a:hover {
        background: #fff;
        color: @primary-color;
    }*/
}
.breadcrumbs {
  padding-top: 20px;
  text-transform: uppercase;
}
.breadcrumbs > * {
  font-size: 0.9em;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs span.current-item {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 40ch;
  position: relative;
}
.entry-header-wrapper {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  /*background: #fff;*/
}
.entry-header-wrapper.has-thumbnail {
  background-size: cover;
  background-attachment: scroll;
  min-height: 300px;
  background-position: top;
  background-repeat: no-repeat;
}
.entry-header-wrapper.has-thumbnail .entry-title {
  padding-top: 30px;
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 2.5em;
  margin-bottom: 40px;
  font-family: 'Arial';
  text-transform: uppercase;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
}
.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 .primary-header-widget-area .search-form .s {
  background: rgba(219, 219, 219, 0.8);
}
.entry-header-wrapper.has-thumbnail .breadcrumbs .primary-header-widget-area .search-form .s::placeholder {
  color: #00215b;
}
.entry-header-wrapper.has-no-thumbnail {
  border-top: 1px solid #ddd;
}
.entry-header-wrapper.has-no-thumbnail h1 {
  padding: 6px 0 0 0;
  margin: 40px 0 0;
}
.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;
  }
  .entry-header-wrapper.has-thumbnail {
    background-attachment: fixed;
  }
  .entry-header-wrapper.has-thumbnail .entry-title {
    padding-top: 100px;
    font-size: 4em;
  }
  .breadcrumbs {
    padding-right: 365px;
  }
  .breadcrumbs span.current-item {
    display: inline-block;
    white-space: nowrap;
    top: 4px;
  }
}
.slideshow {
  z-index: 1 !important;
}
.slideshow #featured {
  background: #000;
}
#intro {
  display: block !important;
}
#intro #slider img {
  min-height: 170px;
}
#intro #slider_wrapper {
  display: none;
}
div.orbit,
div.orbit-wrapper,
.orbit-wrapper,
#featured {
  height: auto !important;
}
.widget_search .ci-clear {
  display: none;
}
.secondary-header-widget-area .widget_social_links li {
  display: inline-block;
}
.secondary-header-widget-area .widget_social_links img {
  width: 35px;
  height: auto;
}
.secondary-header-widget-area .widget_social_links .sl-icon {
  color: #fff;
  font-size: 1.8em;
}
.site-title {
  max-height: 125px;
}
.primary-header-widget-area {
  margin: 15px 0;
  position: relative;
  display: inline-block;
  bottom: 0;
}
.primary-header-widget-area .search-form {
  border: 1px solid #6e1b1b;
  border-radius: 8px;
  display: none;
}
.primary-header-widget-area .search-form .s {
  width: 350px;
  height: 40px;
  border-radius: 8px;
}
.primary-header-widget-area .search-form .ci-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 13px;
  font-size: 1.4em;
  color: #6e1b1b;
}
.site-identity {
  display: block;
  text-align: center;
  margin-right: 45px;
}
.site-logo {
  margin-top: 10px;
}
.site-logo-title {
  font-size: 2em;
}
.sub-page .site-identity {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-page .site-logo-inner {
  width: auto;
  height: 185px;
}
.sub-page .site-logo-title {
  padding-top: 25px;
}
.sub-page .site-logo-tagline {
  display: none;
}
.site-logo-title,
.site-logo-tagline {
  font-family: 'Arial';
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 720px) {
  .primary-header-widget-area {
    margin: 28px 0;
  }
  .sub-page .primary-header-widget-area {
    position: absolute;
    margin: 0;
    top: 13px;
    right: 0;
  }
  .sub-page .primary-header-widget-area .search-form {
    border: none;
  }
  .sub-page .primary-header-widget-area .search-form .s {
    background: #dbdbdb;
    border: 0;
  }
  .sub-page .primary-header-widget-area .search-form .ci-search {
    color: #00205b;
  }
  .sub-page .site-logo-tagline {
    display: block;
  }
  .sub-page .header .site-logo-title {
    padding-top: 15px;
  }
}
@media screen and (min-width: 968px) {
  #intro-wrapper:before {
    content: none;
  }
  #intro #slider_wrapper {
    display: block;
  }
  body.home .header {
    background: #ffffff;
  }
  .site-identity {
    text-align: left;
    margin-right: 0;
  }
  header.page-header .widget_search {
    display: block !important;
  }
  .site-logo {
    float: left;
    width: 75px;
    margin-right: 30px;
    position: relative;
  }
  .site-logo-title {
    font-weight: bold;
    font-size: 1.5em;
    padding-top: 31px;
    line-height: 1em;
    float: left;
  }
  .primary-header-widget-area .search-form {
    display: block;
  }
}
/* Quick Links */
nav.quicklinks {
  background: #efefef;
  color: #fff;
  position: relative;
  margin-top: 0;
  width: 100%;
  /*margin-left: 1.5%;
    margin-right: 1.5%;*/
  z-index: 1;
  padding: 0px 55px;
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
}
nav.quicklinks ul {
  zoom: 1;
  padding: 30px 0 0;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
nav.quicklinks ul:before,
nav.quicklinks ul:after {
  content: "";
  display: table;
}
nav.quicklinks ul:after {
  clear: both;
}
nav.quicklinks ul li {
  display: inline-block;
  width: 50%;
  text-align: center;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
nav.quicklinks ul li a {
  display: block;
  font-family: 'Arial';
  padding: 0;
  color: #00205b;
  font-weight: normal;
  text-decoration: none;
}
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: rgba(0, 0, 0, 0.2);
}
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 #00205b;
  padding: 10px;
  font-size: 18px;
}
nav.quicklinks .ql-icon-wrapper .ql-icon {
  font-size: 2.95em;
  padding-top: 0px;
  display: inline-block;
  position: relative;
  top: -2px;
  left: -2px;
}
nav.quicklinks .ql-title {
  color: #00205b;
  white-space: normal;
}
.quicklinks-nav {
  position: absolute;
  color: #00205b;
  font-size: 3em;
  top: 50%;
  margin-top: -28px;
  text-decoration: none;
  z-index: 2;
  display: none;
}
.quicklinks-nav.quicklinks-nav-left {
  left: 0;
}
.quicklinks-nav.quicklinks-nav-right {
  right: 0;
}
.quicklinks-nav.inactive {
  opacity: 0.3;
}
@media screen and (min-width: 480px) {
  nav.quicklinks ul li {
    width: 50%;
  }
}
@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: 25%;
  }
}
@media screen and (min-width: 968px) {
  nav.quicklinks.tree_elements_per_row ul li {
    width: 33%;
  }
  nav.quicklinks ul {
    white-space: nowrap;
    padding: 10px 0;
  }
  nav.quicklinks ul li {
    height: 151px;
    margin-bottom: 0;
  }
  nav.quicklinks ul li a {
    padding: 20px;
    height: 145px;
  }
  /*nav.quicklinks {
        background: @quicklinks-bg;
        position: absolute;
        bottom: 20px;
        width: 97%;
        border-radius: 10px;
        border-bottom: none;
        ul {
            li {
                width: 16.6667%;
                a {
                    color: @ql-color;
                }
            }
        }
        .ql-icon-wrapper {
            border-color: @ql-color;
            .ql-icon {
                font-size: 3em;
            }
        }
        .ql-title {
            color: @ql-color;
        }
    }
    .quicklinks-nav {
        color: @ql-color;
    }*/
  .header-wrapper .header {
    position: relative;
  }
  .quicklinks-nav {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  nav.quicklinks ul li {
    width: 12.5%;
  }
  nav.quicklinks.show-nav .quicklinks-nav {
    display: block;
  }
  .quicklinks-nav {
    display: none;
  }
}
.secondary-header-widget-area {
  position: absolute;
  margin: 30px 0 0;
  top: 0;
  right: inherit;
  left: 15px;
  min-width: 360px;
  margin-right: 15px;
}
.secondary-header-widget-area.hasIdentityPicture {
  margin-right: 200px;
}
.secondary-header-widget-area > * {
  margin-left: 15px;
}
.secondary-header-widget-area > *:last-child {
  margin-right: 0;
}
.secondary-header-widget-area .widget_social_links + .widget-accessibility {
  margin-left: 7px;
  margin-top: 2px;
}
.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;
  background: rgba(255, 255, 255, 0.8);
}
.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: #00205b;
  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: 1em;
}
.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: #00205b;
}
.secondary-header-widget-area .widget-accessibility .option-styles a {
  padding: 5px 13px;
}
.secondary-header-widget-area .widget-accessibility .option-font-size a {
  top: 0;
}
.secondary-header-widget-area .widget-accessibility-heading {
  color: #fff;
}
.widget_gtranslate {
  background: #fff;
  border-radius: 5px;
  padding: 4px;
  border: 1px solid #bac3cb;
}
.widget_gtranslate select {
  color: #333;
  max-width: 100px;
  font-size: 0.8em;
}
@media only screen and (max-width: 967px) {
  .widget_gtranslate select {
    width: 100%;
    max-width: none;
  }
}
.sub-page .secondary-header-widget-area .language-list-wrapper:hover {
  background: #266ea5;
}
.header-widget-area {
  display: block;
}
.header-widget-area .widget_search {
  display: none;
}
.header-widget-area .widget-accessibility {
  border-radius: 50%;
  margin-left: 0;
}
.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: -14px;
  right: 1px;
  padding: 0;
}
.header-widget-area .widget-accessibility.has-dropdown .widget-accessibility-heading {
  padding: 3px;
}
.header-widget-area .widget-accessibility.has-dropdown .widget-accessibility-body {
  border: 1px solid #bac3cb;
  background: white;
  padding: 1px 4px 4px 4px;
  border-radius: 5px;
  top: -3px;
  max-width: 414px;
}
.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;
  background: none;
}
.header-widget-area .widget-accessibility.has-dropdown .widget-accessibility-body.collapsed {
  left: 0;
  top: -60px;
  overflow: visible;
}
.header-widget-area .widget-accessibility [class*=" ci-"] {
  font-size: 1.3em;
}
.header-widget-area .widget-accessibility .widget-accessibility-heading-icon {
  display: none !important;
}
form.search-form.mobile-search {
  position: absolute;
  top: 0;
  right: 0.5%;
  width: 99%;
  z-index: 999;
  height: 120px;
}
form.search-form.mobile-search .s {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #00215b;
  padding: 24px;
  margin-top: 52px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  outline-color: #00215b;
}
form.search-form.mobile-search .ci-search,
form.search-form.mobile-search .ci-clear {
  font-size: 2em;
  font-weight: bold;
  position: absolute;
  right: 9px;
  top: 68px;
  transition: all 0.1s;
  background: #f1f1f1;
  padding: 5px;
}
form.search-form.mobile-search .ci-clear {
  display: none;
}
form.search-form.mobile-search.active {
  z-index: 9999;
}
form.search-form.mobile-search.active .s,
form.search-form.mobile-search.active .ci-clear {
  display: block;
}
form.search-form.mobile-search.active .ci-search {
  right: 50px;
}
@media only screen and (min-width: 968px) {
  .header-widget-area .widget_search {
    display: none;
  }
  .secondary-header-widget-area {
    right: 0;
    left: inherit;
  }
}
@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 .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: #00205b;
}
#content #secondary aside.widget_voters_stats_widget .voter_stats_date {
  color: #00205b;
}
#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;
  }
}
.aftermaincontent h2 {
  text-transform: none;
  font-weight: bold;
  color: #690808;
}
footer .menu li {
  line-height: 2.5em;
}
.pre-footer-1 .pre-footer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.pre-footer-1 .pre-footer-wrapper .widget-container {
  border-top: 8px solid #d2232a;
  padding: 30px 15px;
  overflow: hidden;
}
.pre-footer.pre-footer-2 {
  background: #d2232a;
  border-top: 1px solid #363636;
  margin: 0;
}
.pre-footer.pre-footer-2 .pre-footer-wrapper {
  max-width: 98%;
  margin: 0 2%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  align-content: center;
  align-items: baseline;
  flex-direction: column;
}
.pre-footer.pre-footer-2 .pre-footer-wrapper > * {
  display: inline-block;
  margin-top: 15px;
}
.pre-footer.pre-footer-2 .pre-footer-wrapper > *:first-child {
  margin-top: 0;
}
.pre-footer.pre-footer-2 .pre-footer-wrapper .custom-html-widget div {
  display: block;
}
.pre-footer.pre-footer-2 .pre-footer-wrapper .widget_social_links li {
  display: inline-block;
  margin-right: 8px;
}
.pre-footer.pre-footer-2 .pre-footer-wrapper .widget_social_links li:last-child {
  margin-right: 0;
}
.pre-footer.pre-footer-2 .pre-footer-wrapper .widget_social_links li a {
  text-decoration: none;
}
.pre-footer.pre-footer-2 .pre-footer-wrapper .widget_social_links li a .sl-icon {
  font-size: 2em;
}
.pre-footer .widget_events {
  background: none;
  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 {
  display: block;
  background: none;
  color: #434343;
  width: 100% !important;
  margin-bottom: 10px;
}
.pre-footer .widget_events .event.event-with-highlighted-date {
  border-radius: 0;
}
.pre-footer .widget_events .event.event-with-highlighted-date:after {
  content: "";
  display: table;
  clear: both;
}
.pre-footer .widget_events .event.event-with-highlighted-date .event-details {
  background: none;
  width: 100%;
  padding: 0 17px !important;
  height: 63px;
  vertical-align: middle;
}
.pre-footer .widget_events .event.event-with-highlighted-date .abbrieviatedmonth-day {
  background: #00205b;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 10px 15px 9px;
}
.pre-footer .widget_events .event.event-with-highlighted-date .abbrieviatedmonth-day .event-meta-month {
  font-size: 20px;
}
.pre-footer .widget_events .event.event-with-highlighted-date .abbrieviatedmonth-day .event-meta-day {
  font-size: 38px;
}
.pre-footer .widget_events .event.event-with-highlighted-date .abbrieviatedmonth-day span:nth-child(4) {
  margin-top: 8px;
  display: block;
}
.pre-footer .widget_events .event a {
  color: #00205b;
  height: auto;
  font-family: 'Nunito Sans' !important;
  font-size: 1.1em !important;
}
.pre-footer .widget_events .event .abbrieviatedmonth-day {
  background: none;
  padding: 0;
  color: #666;
  font-style: normal;
  float: left;
  width: 40px;
}
.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 #00205b;
  border-radius: 5px;
  text-decoration: none;
}
.pre-footer .widget_press_release .press_release-widget-link,
.pre-footer .widget_press_release .btn-read-more {
  display: inline-block;
  float: none;
  border: 2px solid #00205b;
  border-radius: 5px;
  text-decoration: none;
  padding: 8px;
}
.social-embed-button {
  display: inline-block;
  float: none;
  border: 2px solid #00205b;
  border-radius: 5px;
  text-decoration: none;
  padding: 8px;
}
.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 {
    margin: 0 0 20px;
  }
  .pre-footer .widget_events .event {
    width: 23.5%;
  }
  .pre-footer .widget_events .events-nav {
    padding: 35px 0;
  }
  .pre-footer-1 .pre-footer-wrapper {
    padding: 0 16px;
  }
  .pre-footer-1 .pre-footer-wrapper .widget-container {
    border: 3px solid #d2232a;
  }
}
footer .menu {
  text-align: center;
  -webkit-column-count: auto;
  -moz-column-count: auto;
  column-count: auto;
}
footer.page-footer {
  background: #00205b;
  padding-bottom: 0;
}
footer.page-footer .footer_content {
  max-width: 98%;
  padding: 16px;
  text-align: center;
}
footer.page-footer .footer_content .widget_nav_menu {
  margin-bottom: 20px;
}
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: none;
}
footer.page-footer .widget h3 {
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 1.4em;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.copyright_content {
  padding: 20px;
  background: #fff;
}
.copyright_content .textwidget {
  color: #00205b;
  text-align: center;
}
.copyright_content .textwidget a {
  color: #00205b;
}
.google_translate_wrapper {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 968px) {
  .google_translate_wrapper {
    position: absolute;
    right: 18px;
    bottom: 18px;
  }
  footer.page-footer .footer_content {
    text-align: left;
    position: relative;
  }
  footer.page-footer .footer_content .widget {
    float: left;
    width: 22.5%;
    margin-bottom: 0;
    margin-right: 2%;
  }
  footer.page-footer .footer_content {
    padding: 16px 2% 75px;
    box-sizing: border-box;
    text-align: left;
  }
  footer.page-footer .footer_content .widget_text {
    width: 25%;
    float: left;
    margin: 0 2% 0 0;
    line-height: 1.4em;
  }
  footer.page-footer .footer_content .widget_media_image {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 40px;
    width: auto !important;
  }
  footer.page-footer .footer_content .widget_media_image img {
    width: 200px;
    height: auto;
  }
  footer.page-footer .footer_content .widget_social_links {
    position: absolute;
    left: 0;
    top: 225px;
    margin-left: 0;
  }
  footer.page-footer .footer_content .widget_custom_html {
    margin-left: 205px !important;
  }
  footer.page-footer .footer_content .widget_custom_html .widget-title {
    font-weight: bold;
    margin-bottom: 10px;
  }
  footer .menu {
    text-align: left;
  }
  footer .menu li {
    line-height: 1.15em;
    margin-bottom: 18px;
  }
  .copyright_content .textwidget {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  footer.page-footer .footer_content .widget_text {
    width: 32%;
  }
  footer.page-footer .footer_content .widget {
    width: 21%;
  }
}
footer.page-footer .widget_social_links li {
  padding-right: 10px;
}
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 .widget.widget_social_links h3 {
  display: none;
}
@media screen and (min-width: 720px) {
  .pre-footer.pre-footer-2 .pre-footer-wrapper {
    align-items: center;
    flex-direction: row;
  }
  .pre-footer.pre-footer-2 .pre-footer-wrapper > * {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 968px) {
  footer.page-footer .widget_media_image {
    margin-right: 0;
    margin-bottom: 0;
  }
  footer.page-footer .widget_social_links {
    margin-top: 43px;
    margin-left: 50px;
  }
  .pre-footer.pre-footer-2 .pre-footer-wrapper {
    margin: 0 auto;
  }
}
/* FOOTER MENU - MOBILE */
ul#menu-footer-menu-mobile li {
  width: 50%;
  float: left;
  text-align: center;
  font-size: 1.2em;
}
#intro #slider .orbit-wrapper .orbit-caption {
  background: none;
  pointer-events: inherit;
  display: table;
  height: 100%;
}
#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;
}
#intro #slider .orbit-wrapper .orbit-caption > *.caption-title {
  text-align: center;
  font-size: 8em;
  display: table-cell;
  vertical-align: middle;
}
.orbit-caption h2 {
  color: #fff;
  border: 0;
  text-transform: none;
  font-weight: bold;
}
.orbit-caption h2,
.orbit-caption p {
  font-size: 1.4em;
}
@media screen and (min-width: 1200px) {
  .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: #00205b !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: #00205b !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 #00205b;
}
.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: #00205b;
}
body #primary .my-voting-information a {
  color: #00205b;
}
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 .eo-table tbody tr:not(.sub_header),
.eo-table tbody tr:not(.sub_header) {
  border-color: #00205b !important;
  background: #ffffff;
}
.modal .modal-wrapper > .close {
  background: #00205b;
}
.eo-search {
  border: 1px solid #666;
  padding: 6px;
}
.eo-search input.eo-search-input {
  padding: 4px 0;
}
.modal .modal-header .eo-search,
.holder-details {
  border-color: #00205b;
}
#content #primary .eo-nav li a {
  background: #00205b;
  text-shadow: none;
}
#content #primary .eo-nav li.current a {
  background: #fff;
  color: #00205b;
}
.eo-nav li a {
  background: #00205b;
  border: 1px solid #00205b;
}
.eo-nav li.current a {
  color: #00205b;
}
#content table thead,
#content table tr.row_header,
#content table caption {
  background: #00205b;
}
#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: #bfbfbf !important;
  border-bottom: 1px solid #bfbfbf !important;
  text-shadow: none;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  padding-left: 50px;
  color: #222;
}
.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";
}
/* BUTTONS */
.btn.btn-default {
  background: #d2232a;
}
.btn.btn-default:hover {
  background: #a61c21;
}
/* CALENDAR */
#content .cal-header {
  background: #00205b;
}
#content .cal-cell.active {
  background: #d2232a;
}
#content .cal-cell.active:hover {
  background: #a61c21;
}
#content .cal-header .cal-nav .cal-prev:hover,
#content .cal-header .cal-nav .cal-next:hover {
  background: #000e28;
}
/* Press Release Latest List */
.widget_press_release {
  position: relative;
}
.widget_press_release ul.press_release_latest_list {
  list-style: none;
  margin-left: 0 !important;
  zoom: 1;
  position: relative;
}
.widget_press_release ul.press_release_latest_list li {
  margin-bottom: 10px;
  float: left;
  margin-right: 15px;
}
.widget_press_release ul.press_release_latest_list .pr-featured-image {
  float: left;
  margin-right: 10px;
}
.widget_press_release ul.press_release_latest_list .pr-featured-image img {
  width: 70px;
  height: auto;
}
.widget_press_release ul.press_release_latest_list a {
  text-decoration: none;
  color: #00205b;
  font-weight: bold;
}
.widget_press_release ul.press_release_latest_list .pr-date {
  display: none;
  color: #666;
}
.widget_press_release ul.press_release_latest_list .btn-read-more {
  margin-top: 10px;
}
.widget_press_release ul.press_release_latest_list:before,
.widget_press_release ul.press_release_latest_list:after {
  content: "";
  display: table;
}
.widget_press_release ul.press_release_latest_list:after {
  clear: both;
}
.widget_press_release .press_release-widget-link {
  position: absolute;
  top: 15px;
  right: 15px;
}
.widget_press_release ul.press_release_slider_bullets {
  position: absolute;
  bottom: 15px;
  right: 10%;
}
.widget_press_release ul.press_release_slider_bullets li {
  display: inline-block;
  margin-right: 10px;
}
.widget_press_release ul.press_release_slider_bullets li a:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #00205b;
  display: block;
  border-radius: 50%;
}
.widget_press_release ul.press_release_slider_bullets li.current a:after {
  background: red;
}
@media screen and (min-width: 968px) {
  .widget_press_release ul.press_release_latest_list li {
    float: none;
  }
  .widget_press_release ul.press_release_latest_list li .excerpt {
    display: none;
  }
  .widget_press_release ul.press_release_latest_list li .pr-date {
    display: block;
  }
  .widget_press_release ul.press_release_latest_list li .btn-read-more {
    display: none;
  }
  .widget_press_release .press_release-widget-link {
    position: relative;
    top: 0;
    right: 0;
  }
  .widget_press_release ul.press_release_slider_bullets {
    display: none;
  }
}
@media screen and (min-width: 968px) {
  ul.press_release_latest_list {
    left: 0;
  }
  ul.press_release_latest_list li {
    float: none;
    margin-right: 0;
  }
}
/* WIDGET TABLE OF CONTENTS */
.widget_table_of_contents {
  position: relative;
  width: 100%;
  background: #d2232a;
  z-index: 1;
  padding: 0 !important;
  margin-top: 15px !important;
}
.widget_table_of_contents .widget-title {
  color: #fff;
  display: inline;
  font-size: 1em;
  font-weight: bold;
  margin-right: 15px;
}
.widget_table_of_contents ul.table_of_contents {
  list-style: none;
  display: inline;
}
.widget_table_of_contents ul.table_of_contents li {
  display: inline-block;
  padding-bottom: 8px;
}
.widget_table_of_contents ul.table_of_contents li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
}
.widget_table_of_contents ul.table_of_contents li a:hover,
.widget_table_of_contents ul.table_of_contents li a.selected {
  background: #fff;
  color: #d2232a;
}
.widget_table_of_contents ul.table_of_contents li a:hover:after,
.widget_table_of_contents ul.table_of_contents li a.selected:after {
  content: '';
  width: 100%;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
}
.widget_table_of_contents .table_of_contents_menu {
  position: absolute;
  width: 100%;
  bottom: 116px;
  padding: 17px;
  opacity: 0;
  display: none;
  transition: all 0.5s ease;
  overflow: hidden;
  left: -17px;
}
.widget_table_of_contents .table_of_contents_menu .table_of_contents_menu_title {
  font-size: 2em;
  margin-right: 10px;
}
.widget_table_of_contents .table_of_contents_menu ul {
  list-style: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.widget_table_of_contents .table_of_contents_menu.show {
  display: block;
  opacity: 1;
}
.widget_table_of_contents .table_of_contents_menu .table_of_contents_menu_nocontent {
  color: #999;
}
.widget_table_of_contents .table_of_contents_menu:after {
  content: '';
  width: 200%;
  height: 100%;
  display: block;
  background: white;
  top: 0;
  left: -50%;
  position: absolute;
  z-index: -1;
  box-shadow: 0px -2px 7px rgba(185, 185, 185, 0.15), rgba(177, 177, 177, 0.4) 0px -2px 3px inset;
}
@media screen and (min-width: 968px) {
  .widget_table_of_contents ul.table_of_contents,
  .widget_table_of_contents .widget-title {
    display: inline-block;
  }
  .widget_table_of_contents ul.table_of_contents li,
  .widget_table_of_contents .widget-title li {
    padding-bottom: 0;
  }
  .widget_table_of_contents ul.table_of_contents li a:hover:after,
  .widget_table_of_contents .widget-title li a:hover:after,
  .widget_table_of_contents ul.table_of_contents li a.selected:after,
  .widget_table_of_contents .widget-title li a.selected:after {
    height: 37px;
  }
  .widget_table_of_contents .table_of_contents_menu {
    bottom: 74px;
  }
}
/* SOCIAL EMBEDS */
.social-embeds {
  background: #00205b;
  max-width: 1200px;
  padding: 15px;
  border-top: 8px solid red;
  border-bottom: 8px solid red;
  overflow: hidden;
}
.social-embeds .social-embed {
  position: relative;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-right: 3.5%;
  background: white;
  padding: 10px !important;
  margin-bottom: 15px;
  overflow: hidden;
}
.social-embeds .social-embed:first-child {
  padding-left: 0;
}
.social-embeds .social-embed:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  background: #cfcfcf;
  height: 100%;
  right: -6%;
  top: 0;
}
.social-embeds .social-embed:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.social-embeds .social-embed:last-child:after {
  display: none;
}
.social-embeds .social-embed iframe {
  width: 100% !important;
  height: 300px !important;
}
.social-embeds .social-embed .fb-page {
  width: 100%;
}
.social-embeds .social-embed.social-embed-twitter .timeline-Header.timeline-InformationCircle-widgetParent {
  display: none !important;
}
.social-embeds .social-embed .social-embed-header {
  margin-bottom: 20px;
  font-weight: bold;
}
.social-embeds .social-embed .social-embed-header .social-embed-header-icon {
  width: 40px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
.social-embeds .social-embed .social-embed-footer {
  border-top: 2px solid #cfcfcf;
  padding-top: 30px;
  margin-top: 10px;
}
@media screen and (min-width: 968px) {
  .social-embeds {
    padding: 0;
    background: none;
    border-top: none;
    border-bottom: none;
    margin: 60px auto;
  }
  .social-embeds .social-embeds-wrapper {
    padding: 0 16px;
  }
  .social-embeds .social-embed {
    width: 31%;
    height: 452px;
    background: none;
    padding: 0 !important;
    margin-bottom: 0;
  }
}
/* EVENTS CALENDAR SIDEBAR */
#content .widget_custom_html .cal-controls {
  display: none;
}
#content .widget_custom_html .cal-header {
  height: 40px;
  background: #fff;
  text-shadow: none;
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}
#content .widget_custom_html .cal-header > * {
  color: #000;
}
#content .widget_custom_html .cal-header h2 {
  margin-right: 5px;
}
#content .widget_custom_html .cal-header h2,
#content .widget_custom_html .cal-header h3 {
  font-size: 1.4em;
  display: inline-block;
  line-height: 32px;
  font-weight: bold;
}
#content .widget_custom_html .cal-header .cal-nav .cal-prev,
#content .widget_custom_html .cal-header .cal-nav .cal-next {
  color: #ab977f;
  line-height: 38px;
  font-size: 2em;
}
#content .widget_custom_html .cal-legend {
  background: #f6f6f6;
  color: #690808;
  text-transform: uppercase;
}
#content .widget_custom_html .cal-legend .cal-cell {
  border: 0;
}
#content .widget_custom_html .cal-legend .cal-cell:first-child {
  border-left: 1px solid #aaaaaa !important;
}
#content .widget_custom_html .calendar .cal-content .cal-week {
  height: 40px;
}
#content .widget_custom_html .calendar .cal-content .cal-week .cal-cell {
  border: 0 !important;
}
#content .widget_custom_html .calendar .cal-content .cal-week .cal-cell:first-child {
  border-left: 1px solid #aaaaaa !important;
}
#content .widget_custom_html .calendar .cal-content .cal-week .cal-cell.has-event .number {
  background: #00205b;
  border-radius: 50%;
  color: #fff;
}
#content .widget_custom_html .calendar .cal-content .cal-week .cal-cell.current_day .number {
  background: #eaeaea;
  border-radius: 50%;
}
#content .widget_custom_html .calendar .cal-content .cal-week .cal-cell .event-count {
  display: none;
}
#content .widget_custom_html .calendar .cal-content .cal-week:last-child .cal-cell {
  border-bottom: 1px solid #aaaaaa !important;
}
#content .widget_custom_html .calendar .events-wrap .event .event-title,
#content .widget_custom_html .calendar .events-wrap .event .event-meta {
  font-size: 1em !important;
}
#content .widget_custom_html .calendar .events-wrap .event ul {
  list-style: none;
}
#content .widget_custom_html .calendar .events-wrap .event ul li {
  margin: 0;
}
/* MENU AS TABLE OF CONTENTS */
.pre-footer-2 .pre-footer-wrapper {
  max-width: 100% !important;
  margin: 0 !important;
}
.pre-footer-2 .widget_nav_menu {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding: 0 20px;
  height: 110px;
}
.pre-footer-2 .widget_nav_menu .menu {
  list-style: none;
}
.pre-footer-2 .widget_nav_menu .menu > li {
  display: inline-block;
  padding: 0 5px;
}
.pre-footer-2 .widget_nav_menu .menu > li a {
  padding: 0 5px;
}
.pre-footer-2 .widget_nav_menu .menu > li.menu-item-has-children > a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.pre-footer-2 .widget_nav_menu .menu > li.menu-item-has-children > a:hover,
.pre-footer-2 .widget_nav_menu .menu > li.menu-item-has-children > a.selected {
  background: #fff;
  color: #d2232a;
}
.pre-footer-2 .widget_nav_menu .menu > li.menu-item-has-children > a:hover:after,
.pre-footer-2 .widget_nav_menu .menu > li.menu-item-has-children > a.selected:after {
  content: '';
  width: 100%;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
}
.pre-footer-2 .widget_nav_menu .widget-title,
.pre-footer-2 .widget_nav_menu a {
  color: white;
  text-decoration: none;
}
.pre-footer-2 .widget_nav_menu li.disabled a {
  opacity: 0.5;
  cursor: default;
}
.pre-footer-2 .widget_nav_menu li .menu-item-has-children:after {
  display: none;
}
.pre-footer-2 .widget_nav_menu li:after {
  display: none;
}
.pre-footer-2 .widget_nav_menu .sub-menu {
  position: absolute;
  width: 100%;
  background: white;
  top: 130px;
  left: 0;
  z-index: 9;
  padding: 20px;
  list-style: none;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.pre-footer-2 .widget_nav_menu .sub-menu a {
  color: #00205b;
}
.pre-footer-2 .widget_nav_menu .sub-menu.selected {
  display: block;
}
.pre-footer-2 .widget_nav_menu .sub-menu li {
  line-height: 1.7em;
}
@media screen and (min-width: 968px) {
  .pre-footer-2 .widget_nav_menu {
    height: auto;
  }
  .pre-footer-2 .widget_nav_menu .menu {
    margin-left: 200px;
    display: flex;
    justify-content: space-between;
  }
  .pre-footer-2 .widget_nav_menu .menu li {
    padding: 0;
  }
  .pre-footer-2 .widget_nav_menu .menu li a {
    padding: 5px;
  }
  .pre-footer-2 .widget_nav_menu .menu li a:hover:after,
  .pre-footer-2 .widget_nav_menu .menu li a.selected:after {
    height: 37px;
  }
  .pre-footer-2 .widget_nav_menu .menu .sub-menu {
    top: 41px;
    z-index: 9;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .pre-footer-2 .widget_nav_menu .widget-title {
    position: absolute;
    text-transform: none;
    top: -3px;
  }
}
@media screen and (min-width: 1070px) {
  .pre-footer-2 .widget_nav_menu .menu li a {
    padding: 5px 10px;
  }
}
/* FONTS */
/* @import url('https://fonts.googleapis.com/css?family=Comic+Neue:wght@400;700&display=swap'); */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Alegreya Regular'), local('Alegreya-Regular'), url(https://fonts.gstatic.com/s/alegreya/v14/4UaBrEBBsBhlBjvfkRLm.ttf) format('truetype');
}
/*-- 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: 30%;
  }
  #secondary {
    width: 30%;
  }
}
body {
  background: #fff;
  font-weight: 400;
}
body,
#content #secondary aside.widget,
.secondary-header-widget-area * {
  font-family: 'Arial';
}
.page-wrap-inner .content .entry-content {
  font-size: 16px;
  color: #000;
}
#content #secondary aside.widget .widget-title {
  font-family: 'Alegreya';
  font-size: 2em;
  position: relative;
  left: 10px;
  margin-bottom: 20px !important;
}
#content #secondary aside.widget .widget-title:after {
  content: '';
  width: 35px;
  height: 6px;
  background: red;
  display: block;
  position: relative;
  left: -10px;
  top: 10px;
}
a {
  color: #00205b;
}
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;
}
.voter-stats-wrapper {
  background: #f3f3f3;
  margin-bottom: 0;
  padding: 40px 16px 20px 16px;
}
.voter-stats-wrapper .vstats-date {
  padding: 0px 0 28px;
}
.voter-stats-wrapper ul li {
  float: none;
  height: auto !important;
  background: none;
  width: 100%;
  display: inline-block;
}
.voter-stats-wrapper ul li span {
  padding: 5px;
  border-radius: 10px;
  font-size: 0.9em;
  position: relative;
}
@media screen and (min-width: 720px) {
  .voter-stats-wrapper ul li {
    float: left;
    width: 18.25%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .voter-stats-wrapper ul li:first-child {
    margin-left: 0;
  }
  .voter-stats-wrapper ul li:last-child {
    margin-right: 0;
  }
}
.widget.widget_events {
  margin-left: -16px;
  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-wrap-inner {
    z-index: 2;
  }
}
.page-footer a {
  color: #ffffff;
}
.page-wrap-inner {
  /*max-width: @layout_width;*/
  overflow: visible;
}
.content.empty {
  margin-bottom: 0 !important;
}
.content.empty * {
  padding: 0 !important;
  margin: 0 !important;
}
#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: 'Arial' !important;
  font-size: 1em !important;
}
/* 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: #00205b;
  text-decoration: none;
  font-weight: bold;
}
#content #secondary .widget_quick_links a img {
  background: none;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-left: 5px;
  width: 55px;
  border: 1px solid #00205b;
  /*border-radius: 50%;*/
  height: 55px;
}
#content #secondary .widget_quick_links a .outerContainer {
  padding-left: 90px;
}
#content #secondary .widget_quick_links a .outerContainer:hover {
  background: none;
}
#content #secondary .widget_quick_links a .outerContainer .innerContainer {
  font-family: 'Arial';
  font-weight: bold;
}
#content #secondary .widget_quick_links a .ql-icon {
  position: absolute;
  color: #00205b;
  border: 1px solid #00205b;
  display: inline-block;
  padding: 8px 6px;
  border-radius: 50%;
  box-sizing: border-box;
  margin-left: 5px;
  width: 55px;
  height: 55px;
  left: 10px;
  font-size: 2.4em;
}
/* 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: 'Arial';
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 10px !important;
}
.entry-header {
  margin-bottom: 20px !important;
}
.entry-header:after {
  content: '';
  width: 35px;
  height: 6px;
  background: red;
  display: block;
  position: relative;
  left: 0px;
  top: 10px;
}
.entry-header.press-release {
  padding-left: 0;
  padding-right: 0;
}
.entry-header.press-release .post-meta {
  padding-left: 10px;
}
.single-press_release .has-no-thumbnail .entry-header:after {
  display: none;
}
.page-parent .entry-header h1,
.page-parent .entry-header h2 {
  font-family: 'Arial';
  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: #00205b;
}
#primary .btn-primary[type=reset],
#content #primary form .button_wrapper input[type=reset] {
  background: #b7b7b7;
}
#primary .btn-primary:hover,
#content #primary form .button_wrapper input:hover {
  background: #000e28;
}
#primary .btn-primary:hover[type=reset],
#content #primary form .button_wrapper input:hover[type=reset] {
  background: #9e9e9e;
}
.secondary-header-widget-area .widget_nav_menu .menu > li {
  max-width: none;
  font-size: 1em;
  padding: 5px 0 0 0;
}
.secondary-header-widget-area .widget_nav_menu .menu > li a:after {
  content: '|';
  padding-left: 13px;
}
.secondary-header-widget-area a {
  display: block;
  padding: 0 7px;
  color: #00205b;
  -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 a.widget-accessibility-heading:after {
  content: '';
  padding: 0;
}
.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;
  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: #00205b;
  font-family: 'Nunito Sans';
  font-size: 1.1em;
  padding: 20px 20px 10px;
}
.pre-footer .widget_whats_new .whats-new-featured li .whats-new-excerpt {
  color: #333;
  padding: 10px 0;
  padding: 10px 20px 20px;
}
.pre-footer .widget_whats_new .whats-new-featured li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 968px) {
  .page-template-single-column-php .page-wrap-inner .content {
    overflow: visible !important;
  }
  .pre-footer {
    margin-bottom: 25px;
  }
  .pre-footer .widget_whats_new {
    margin: 0;
  }
  .pre-footer .widget_whats_new .whats-new-featured li {
    box-sizing: border-box;
    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_events {
    margin: 0;
  }
  .content.empty {
    margin-bottom: 50px !important;
  }
  .pre-footer-1 .widget_press_release {
    width: 50%;
    float: left;
    margin-right: 20px;
  }
  .pre-footer-1 .widget-container {
    border: 3px solid #d2232a;
    padding: 15px;
    border-radius: 5px;
  }
  .pre-footer-1 .widget-container .widget-title {
    position: relative;
    font-size: 1.4em;
    margin-bottom: 25px;
  }
  .pre-footer-1 .widget-container .widget-title:after {
    content: '';
    width: 22px;
    height: 4px;
    background: #d2232a;
    position: absolute;
    bottom: -3px;
    left: -5px;
  }
}
/* 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: #00205b;
  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: #ffffff;
}
#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 h1 {
  margin: 60px 0 20px;
}
body.search .entry-meta {
  margin-bottom: 30px;
}
body.search .result {
  padding-bottom: 10px;
}
body.search .entry-header.search:after {
  display: none;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
#sticky-header,
.is-sticky {
  z-index: 9999;
}
.site-identity-picture-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.site-identity-picture-wrapper .site-identity-picture {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 150px;
}
@media screen and (max-width: 968px) {
  .sticky-header {
    display: none;
  }
}
.meta {
  margin: 0;
}
