<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* IMPORT SITE CUSTOM STYLES */
/*
font-family:'Corinthian W01 Light';
font-family:'Corinthian W01 Bold';
font-family:'Memphis LT CYR W01 Bold';
*/
@font-face {
  font-family: "Corinthian Light";
  src: url("//db.onlinewebfonts.com/t/4b089ce6d8e0074e7a82509554e59106.eot");
  src: url("//db.onlinewebfonts.com/t/4b089ce6d8e0074e7a82509554e59106.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/4b089ce6d8e0074e7a82509554e59106.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/4b089ce6d8e0074e7a82509554e59106.woff") format("woff"), url("//db.onlinewebfonts.com/t/4b089ce6d8e0074e7a82509554e59106.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/4b089ce6d8e0074e7a82509554e59106.svg#CorinthianW01-Light") format("svg");
}
@font-face {
  font-family: "Corinthian Bold";
  src: url("//db.onlinewebfonts.com/t/57c9093ef67a763311f2011b80bf20dc.eot");
  src: url("//db.onlinewebfonts.com/t/57c9093ef67a763311f2011b80bf20dc.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/57c9093ef67a763311f2011b80bf20dc.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/57c9093ef67a763311f2011b80bf20dc.woff") format("woff"), url("//db.onlinewebfonts.com/t/57c9093ef67a763311f2011b80bf20dc.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/57c9093ef67a763311f2011b80bf20dc.svg#CorinthianW01-Bold") format("svg");
}
@font-face {
  font-family: "Memphis Light";
  src: url("//db.onlinewebfonts.com/t/2fb05115bc2b52b46daa6f262d9fdeab.eot");
  src: url("//db.onlinewebfonts.com/t/2fb05115bc2b52b46daa6f262d9fdeab.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/2fb05115bc2b52b46daa6f262d9fdeab.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/2fb05115bc2b52b46daa6f262d9fdeab.woff") format("woff"), url("//db.onlinewebfonts.com/t/2fb05115bc2b52b46daa6f262d9fdeab.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/2fb05115bc2b52b46daa6f262d9fdeab.svg#Memphis") format("svg");
}
@font-face {
  font-family: "Memphis Bold";
  src: url("//db.onlinewebfonts.com/t/296478579d48c90eba2872329de2fd34.eot");
  src: url("//db.onlinewebfonts.com/t/296478579d48c90eba2872329de2fd34.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/296478579d48c90eba2872329de2fd34.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/296478579d48c90eba2872329de2fd34.woff") format("woff"), url("//db.onlinewebfonts.com/t/296478579d48c90eba2872329de2fd34.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/296478579d48c90eba2872329de2fd34.svg#Memphis") format("svg");
}
body {
  color: #363636;
  position: relative;
}

body {
  font-size: 0.8125rem;
}

@media screen and (min-width: 320px) {
  body {
    font-size: calc(0.8125rem + 7 * (100vw - 20rem) / 672);
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 1.25rem;
  }
}
a {
  color: #00794a;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #00ac69;
}

#content #main_container a {
  text-decoration: underline;
}

input,
select,
select:focus,
textarea {
  font-size: 1rem;
}

.inline-item {
  display: inline-block;
}

.btn {
  font-family: "Corinthian Bold", sans-serif;
  background-color: #005677;
  padding: 10px 15px;
  color: #fff;
  background-color: #005677;
  border: 4px solid;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1rem;
}
.btn:active, .btn:hover {
  color: #fff;
  background-color: #0077a0;
}

.btn-primary {
  background-color: #005677;
  border-color: #005677;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:hover {
  background-color: #0077a0;
  border-color: #0077a0;
}

.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-light {
  background: none;
  -webkit-transition: 100ms ease-in;
  -o-transition: 100ms ease-in;
  transition: 100ms ease-in;
  -webkit-transition-property: background-color border-color;
  -o-transition-property: background-color border-color;
  transition-property: background-color border-color;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:hover,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:hover {
  color: white;
}

.btn-outline-primary {
  border-color: #005677;
  color: #005677;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:hover {
  background-color: #005677;
  border-color: #005677;
}

.btn-outline-secondary {
  border-color: #00ac69;
  color: #00ac69;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:hover {
  background-color: #00ac69;
  border-color: #00ac69;
}

.btn-primary-green {
  background-color: transparent;
  border-color: #00ac69;
  color: white;
  letter-spacing: 1.5px;
}
.btn-primary-green:not(:disabled):not(.disabled):active, .btn-primary-green:hover {
  background-color: #00ac69;
  border-color: #00ac69;
}

.input-group &gt; .form-control {
  border-radius: 0;
  border: 4px solid #e0e7f1;
  padding: 10px 15px;
  height: auto;
}
.input-group &gt; .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #005677;
}
.input-group &gt; .input-group-append {
  margin-left: 0;
}
.input-group-lg &gt; .form-control {
  font-size: 1.0625rem;
  padding: 15px 20px;
}
.input-group-sm &gt; .form-control {
  font-size: 0.875rem;
  padding: 5px 15px;
}
.input-group-xs &gt; .form-control {
  font-size: 0.875rem;
  padding: 0 10px;
}

.btn-lg, #main_column form .btn {
  font-size: 1.0625rem;
  padding: 15px 20px;
}

.btn-sm {
  font-family: "Memphis Bold", sans-serif;
  padding: 5px 15px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.btn-xs {
  font-size: 0.875rem;
  padding: 0 10px;
}

.link, .bio-links &gt; li &gt; a {
  color: #005677;
  font-weight: bold;
  line-height: 1;
}
.link:hover, .bio-links &gt; li &gt; a:hover {
  color: #0077a0;
  text-decoration: none;
}
.link:after, .bio-links &gt; li &gt; a:after {
  content: "▸";
  font-size: 1.3em;
  line-height: 0.5;
  margin-left: 0.2em;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  text-transform: uppercase;
  font-family: "Corinthian Bold", sans-serif;
}

h1 {
  font-size: 1.5625rem;
}
@media (min-width: 576px) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  h2 {
    font-size: 1.875rem;
  }
}

h3 {
  font-size: 1.05rem;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  h3 {
    font-size: 1.5rem;
  }
}

.card {
  border-radius: 0;
  border: 2px solid #e0e7f1;
}

.amend-textarea h2,
.amend-textarea h3,
.amend-textarea h4,
.amend-textarea h5,
.amend-textarea h6 {
  margin-top: 2rem;
}

/**
 * Font-mixin overrides must include `font-family`, `font-style`, and `font-weight`
 */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.btn-block {
  width: 100%;
}

@media (max-width: 576px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xxs-block,
.visible-xs-block,
.visible-xxs-inline,
.visible-xs-inline,
.visible-xxs-inline-block,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 576px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 576px) {
  .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 576px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 576px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.hidden,
.hide {
  display: none !important;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 2rem;
}

.navbar {
  height: 100%;
  padding: 0.5rem;
}
.navbar .nav-pills {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar .nav-pills.fade-out {
  opacity: 0;
}
.navbar .nav-pills li {
  padding: 0.6rem;
}
.navbar .nav-pills li a {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}
.navbar .nav-pills li:hover .dropdown-menu {
  display: block;
}
.navbar .nav-pills li:hover a {
  border-bottom: 3px solid #00ac69;
  text-decoration: none;
}
.navbar .nav-pills li .dropdown-menu {
  top: 100%;
  left: auto;
  margin: 0px;
  padding: 0px;
}
.navbar .nav-pills li .dropdown-menu &gt; li {
  padding: 0rem;
}
.navbar .nav-pills li .dropdown-menu &gt; li a {
  color: #00445e;
  font-size: 0.98rem;
  white-space: nowrap;
  margin-bottom: 0px;
  padding: 0.45rem 2rem 0.45rem 1rem;
  text-decoration: none;
  display: table-cell;
  border-left: 0.5rem solid transparent;
  border-bottom: 0px solid transparent;
}
.navbar .nav-pills li .dropdown-menu &gt; li a:hover {
  border-left: 0.5rem solid #00ac69;
  color: #363636;
  border-bottom: 0px solid transparent;
}
.navbar .nav-pills li .dropdown-menu .dropdown-menu {
  display: none;
}
.navbar .nav-pills li:last-child .dropdown-menu {
  right: 0;
}
.navbar #search {
  float: left;
  width: 0;
  position: absolute;
  right: 33px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.navbar #search.showme {
  width: 95%;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.navbar #search #sitesearch {
  width: 100%;
  float: left;
  padding: 10px 15px 0px;
  position: relative;
  height: 50px;
}
.navbar #search #sitesearch #search-field {
  position: absolute;
  left: 0px;
  width: 95%;
  border: none;
  height: 40px;
  padding: 5px;
}
.navbar #search #sitesearch #search-field:focus {
  outline: none;
  border: none;
  -webkit-filter: none;
  filter: none;
}
.navbar #search #sitesearch button {
  position: absolute;
  color: #fff;
  right: 0px;
  width: 42px;
  height: 40px;
  border: none;
}
.navbar .srchbutton,
.navbar .srchbuttonmodal {
  color: #fff;
  margin-left: 0.45rem;
  font-size: 1rem;
  margin-top: 5px;
}
.navbar .togglemenu {
  margin-left: 10px;
  color: #fff;
  font-size: 1.375rem;
}

/*Mobile NAV*/
#NavMobileModal .nav .nav-item .nav__link {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "Corinthian Bold", sans-serif;
}
@media (min-width: 992px) {
  #NavMobileModal .nav .nav-item .nav__link {
    font-size: 3.125rem;
  }
}
#NavMobileModal .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  min-width: 100%;
}
#NavMobileModal .modal-content {
  background-color: rgba(32, 41, 69, 0.9);
  min-height: 100vh;
}
#NavMobileModal .modal-header {
  border: none;
}
#NavMobileModal .modal-header button {
  color: #fff;
  font-size: 2.5rem;
  -webkit-transform: translate(-15px, 10px);
  -ms-transform: translate(-15px, 10px);
  transform: translate(-15px, 10px);
  background-color: transparent;
  border: 0;
}

#SearchModal .navigation__modal,
#FilterModal .navigation__modal {
  margin: 0;
  min-width: 100%;
}
#SearchModal .modal-dialog,
#FilterModal .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-width: 100%;
}
#SearchModal .modal-content,
#FilterModal .modal-content {
  background-color: rgba(0, 86, 119, 0.9);
  border-radius: 0;
  min-height: 100vh;
}
#SearchModal .modal-header,
#FilterModal .modal-header {
  border: none;
}
#SearchModal .modal-header button,
#FilterModal .modal-header button {
  color: #fff;
  font-size: 2.5rem;
  -webkit-transform: translate(-15px, 10px);
  -ms-transform: translate(-15px, 10px);
  transform: translate(-15px, 10px);
  background-color: transparent;
  border: 0;
}
#SearchModal .modal-body,
#FilterModal .modal-body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
#SearchModal #searchpopup,
#FilterModal #searchpopup {
  width: 100%;
  max-width: 560px;
}
#SearchModal .form,
#FilterModal .form {
  width: 100%;
  max-width: 560px;
  padding: 2px;
  position: relative;
}
#SearchModal .form input,
#FilterModal .form input {
  border: none;
  width: 94%;
  max-width: 560px;
  padding: 2px;
  display: inline-block;
}
#SearchModal .form input::-webkit-input-placeholder,
#FilterModal .form input::-webkit-input-placeholder {
  color: #202945;
  font-family: "Corinthian Light", sans-serif;
  text-transform: uppercase;
}
#SearchModal .form input:-ms-input-placeholder,
#FilterModal .form input:-ms-input-placeholder {
  color: #202945;
  font-family: "Corinthian Light", sans-serif;
  text-transform: uppercase;
}
#SearchModal .form input::-ms-input-placeholder,
#FilterModal .form input::-ms-input-placeholder {
  color: #202945;
  font-family: "Corinthian Light", sans-serif;
  text-transform: uppercase;
}
#SearchModal .form input::placeholder,
#FilterModal .form input::placeholder {
  color: #202945;
  font-family: "Corinthian Light", sans-serif;
  text-transform: uppercase;
}
#SearchModal .form button,
#FilterModal .form button {
  background-color: #fff;
  border: none;
  position: relative;
  display: inline-block;
  padding: 2px;
  -webkit-transform: translate(-3px, 0px);
  -ms-transform: translate(-3px, 0px);
  transform: translate(-3px, 0px);
}

.alert {
  margin-bottom: 0px;
  padding: 1rem;
  background-color: #e0e7f1;
  color: #202945;
  border-radius: 0;
}
.alert .alertIcn {
  margin-right: 10px;
}
.alert .headline a {
  color: #202945;
  font-family: "Corinthian Bold", sans-serif;
}
.alert.red {
  background-color: #D8281B;
  color: #fff;
}
.alert.red .headline a {
  color: #fff;
}

.header {
  background-color: transparent;
  height: auto;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 10;
  transition: all 0.2s ease-in-out;
}
.header.scrolling {
  position: fixed;
  top: 0;
  background-color: #202945;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.header__home {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 1000;
  display: flex;
}
.header__interior {
  background-color: #202945;
  position: fixed;
  top: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.header__shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 8%, rgba(0, 0, 0, 0.29) 65%, rgba(0, 0, 0, 0.11) 85%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.header__inner {
  position: relative;
  min-height: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1600px;
  z-index: 10;
  padding: 1.25rem 1rem;
}
.header__inner--interior {
  max-width: 1200px;
  padding: 1rem 0;
}
.header__logo {
  width: 100%;
  max-width: 300px;
  display: inline-block;
}
@media (max-width: 1300px) {
  .header__logo--home {
    max-width: 225px;
  }
}
@media (max-width: 991px) {
  .header__logo {
    max-width: 225px;
    width: 50%;
  }
}
.header__search {
  margin-left: 1rem;
}
.header .toggle-menu {
  color: #fff;
  font-size: 1.5rem;
}
.header .toggle-menu:hover {
  color: #d0d8e4;
}
.header .figure {
  margin-bottom: 0;
}
.header .figure__image {
  width: 100%;
}
.header .list__social {
  display: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .header .list__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.header .list__social-item {
  margin: 0 0px 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.header .list__social-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #005677;
  border: 1px solid #005677;
  border-radius: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 35px;
  min-width: 35px;
  border-radius: 50px;
  padding: 3px;
  text-align: center;
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  font-size: 1rem;
}
.header .list__social-link:hover {
  background-color: #0077a0;
}
.header .list__social-link .threads-icon {
  vertical-align: middle;
  height: 1em;
  border-style: none;
  color: white;
  fill: white;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(213deg) brightness(102%) contrast(101%);
}
.header .search__link {
  color: #fff;
  font-size: 1.5rem;
}

.mobile__logo {
  width: 100%;
  display: block;
  height: auto;
  padding: 1rem;
  position: relative;
  background-color: #202945;
}
.mobile__link {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.mobile__image {
  display: block;
  width: 100%;
}

body#home .HomeNewsletter__layout {
  background-color: #e0e7f1;
  box-shadow: 2.25rem 2.25rem 0 #005677;
}
body#home .HomeNewsletter__form {
  padding: 0 4rem;
  background-color: #e0e7f1;
}
body#home .HomeNewsletter__form input {
  padding: 1rem;
}
body#home .HomeNewsletter__form .g-recaptcha {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
body#home .HomeNewsletter__form .control-group:last-child .controls {
  text-align: right;
}
body#home .HomeNewsletter__form .control-group:last-child .controls .btn {
  border: none;
}
body#home .HomeNewsletter__banner {
  padding: 1rem 5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
body#home .HomeNewsletter__title {
  font-size: 2.5rem;
  color: #005677;
}
body#home .LatestNews__layout {
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
}
body#home .LatestNews__bgImage {
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#home .LatestNews__backgroundShadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #202945;
  opacity: 0.5;
  z-index: 1;
}
body#home .LatestNews__header {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 3.5rem;
}
body#home .LatestNews__date {
  color: #005677;
  display: inline-block;
  font-family: "Memphis Bold", sans-serif;
  padding: 18px 0 0 0;
  text-transform: uppercase;
}
body#home .LatestNews__readmore {
  color: #005677;
}
body#home .LatestNews__titleholder a {
  font-family: "Corinthian Bold", sans-serif;
  font-size: 1.25rem;
  color: #202945;
  font-size: 1.5rem;
}
body#home .homebanner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 0px;
  height: 100vh;
  max-height: 900px;
  border-radius: 0px;
  max-width: 2800px;
  margin: auto;
  padding: 4rem 2rem;
}
@media (max-width: 991px) {
  body#home .homebanner {
    padding-top: 100px;
    min-height: 60vh;
    height: auto;
  }
}
body#home .homebanner__sitelogo {
  position: relative;
  z-index: 10;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  body#home .homebanner__sitelogo {
    display: none;
  }
}
body#home .homebanner__backgroundShadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(180deg, rgba(176, 176, 176, 0) 0%, rgba(208, 204, 204, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 6;
}
@media (max-width: 991px) {
  body#home .homebanner__backgroundShadow {
    background: linear-gradient(180deg, rgba(176, 176, 176, 0) 0%, rgba(208, 204, 204, 0) 5%, rgba(0, 0, 0, 0.75) 100%);
  }
}
body#home .homebanner__logo {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-top: 5vw;
}
body#home .homebanner__heading {
  max-width: 930px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
body#home .homebanner__heading img {
  display: block;
  width: 100%;
}
body#home .homebanner__background {
  background-position: right 25%;
}
body#home .homebanner__action-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
body#home .homebanner__action {
  display: block;
  position: absolute;
  bottom: 0;
  right: 15px;
  background-color: #202945;
  background-size: 80%;
  background-position: center;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: 100ms ease-in;
  -o-transition: 100ms ease-in;
  transition: 100ms ease-in;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  -o-transition-property: background-color, transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  padding-top: 13%;
  height: 0;
  width: 32%;
  overflow: hidden;
}
body#home .homebanner__action:hover {
  background-color: #12192a;
  -webkit-transform: scale3d(1.025, 1.025, 1.025);
  transform: scale3d(1.025, 1.025, 1.025);
}
body#home .homebanner__action &gt; img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 80%;
  height: auto;
}
body#home .homebanner__action.investing {
  position: relative;
  bottom: 0;
  right: 0;
  float: right;
  padding: 3rem 1.5rem;
  height: auto;
  text-decoration: none;
  border-right: 0.5rem solid #00ac69;
  border-left: 0.5rem solid #00ac69;
  border-top: 0.5rem solid #00ac69;
}
@media (max-width: 1200px) {
  body#home .homebanner__action.investing {
    padding: 2rem 1rem;
  }
}
@media (max-width: 992px) {
  body#home .homebanner__action.investing {
    position: relative;
    bottom: 0;
    right: 0;
    float: right;
    padding: 1rem 2rem;
    height: auto;
    width: auto;
  }
}
body#home .homebanner__action.investing &gt; img {
  position: absolute;
  top: 50%;
  left: 6.5rem;
  width: 100%;
  max-width: 130px;
  height: auto;
}
@media (max-width: 1200px) {
  body#home .homebanner__action.investing &gt; img {
    position: absolute;
    top: 50%;
    left: 5.5rem;
    width: 100%;
    max-width: 120px;
    height: auto;
  }
}
@media (max-width: 992px) {
  body#home .homebanner__action.investing &gt; img {
    display: none;
  }
}
body#home .homebanner .home-carousel {
  background-color: #202945;
}
body#home .homebanner #banner-background,
body#home .homebanner .banner-background {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  opacity: 0;
  z-index: 1;
  transition: opacity 900ms ease-in-out;
}
body#home .homebanner #banner-background.active,
body#home .homebanner .banner-background.active {
  opacity: 1;
  z-index: 5;
  transition: opacity 900ms ease-in-out;
}
body#home .homebanner .homecarousel__featuredLayout {
  position: relative;
  z-index: 10;
}
body#home .homebanner #banner-background-mobile {
  background-size: cover;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
body#home .homebanner .homecarousel__featured {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 991px) {
  body#home .homebanner .homecarousel__featured {
    height: 60vh;
  }
}
body#home .homebanner .homecarousel__layout {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  body#home .homebanner .homecarousel__layout {
    margin-bottom: 0;
  }
}
body#home .homebanner .homecarousel__indicators {
  position: relative;
}
body#home .homebanner .homecarousel__title, body#home .homebanner .homecarousel__title a {
  color: #fff;
  text-decoration: none;
  font-size: 2.75rem;
}
@media (max-width: 991px) {
  body#home .homebanner .homecarousel__title, body#home .homebanner .homecarousel__title a {
    font-size: 1.75rem;
  }
}
body#home .homebanner__text {
  position: relative;
  left: 1rem;
  padding: 0rem 0 1rem 0rem;
}
@media (max-width: 1200px) {
  body#home .homebanner__text {
    left: 1.8rem;
  }
}
@media (max-width: 992px) {
  body#home .homebanner__text {
    position: relative;
    left: 0;
    padding: 0;
  }
}
body#home .homebanner__toptext {
  display: block;
  margin-bottom: 0;
  color: white;
}
@media (max-width: 576px) {
  body#home .homebanner__toptext {
    font-size: 1.5rem;
  }
}
body#home .homebanner__bottomtext {
  color: white;
  text-align: left;
  padding: 0 0.5rem;
  position: relative;
  left: 4.8rem;
  background-color: #005677;
}
@media (max-width: 992px) {
  body#home .homebanner__bottomtext {
    text-align: center;
    left: 0;
  }
}
@media (max-width: 576px) {
  body#home .homebanner__bottomtext {
    font-size: 1rem;
  }
}
body#home .home-content {
  background-color: #fff;
  padding-top: 2rem;
}
body#home .home-content #press {
  padding: 3rem 15px;
}
body#home .home-content #press #press-item .wrap {
  height: 22rem;
  display: table-cell;
  vertical-align: top;
  position: relative;
  top: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-bottom: 2rem;
}
body#home .home-content #press #press-item .wrap:hover {
  top: -10px;
  text-decoration: none;
}
@media (max-width: 1200px) {
  body#home .home-content #press #press-item .wrap {
    height: 23rem;
  }
}
@media (max-width: 992px) {
  body#home .home-content #press #press-item .wrap {
    height: 18rem;
  }
}
@media (max-width: 768px) {
  body#home .home-content #press #press-item .wrap {
    height: auto;
  }
}
@media (max-width: 992px) {
  body#home .home-content #press #press-item {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  body#home .home-content #press {
    padding: 3rem 15px 1rem 15px;
  }
}
@media (max-width: 576px) {
  body#home .home-content #press {
    padding: 3rem 15px 1rem 15px;
  }
}

#popupModal .modal-dialog {
  max-width: 800px !important;
  margin: 10% auto !important;
}
#popupModal .modal-dialog .modal-content {
  background-color: #202945;
  padding: 2rem;
}
#popupModal .modal-dialog .modal-content .close {
  position: absolute;
  top: -20px;
  right: -20px;
  color: white;
  opacity: 1;
  padding: 0rem;
  text-shadow: none;
  background-color: #005677;
  border-radius: 100%;
  width: 40px;
  text-align: center;
  height: 40px;
}
#popupModal .modal-dialog .modal-content .close:hover {
  background-color: #0077a0;
}
#popupModal .modal-dialog .modal-content .modal-area {
  border: 2px solid #00ac69;
  padding: 1rem;
}
#popupModal .modal-dialog .modal-content .modal-area .modal-header .modal-logoholder {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#popupModal .modal-dialog .modal-content .modal-area .modal-header .modal-logoholder .modal-logo {
  width: 100%;
  display: block;
}
#popupModal .modal-dialog .modal-content .modal-area .modal-body .popupbody {
  color: #fff !important;
}
#popupModal .modal-dialog .modal-content .modal-area .modal-btnholder {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}

.connect {
  position: relative;
  z-index: 10;
}
.connect__body {
  padding: 1rem;
}
@media (min-width: 992px) {
  .connect__body {
    padding: 5rem;
  }
}
.connect__title {
  margin-bottom: 1rem;
}

.connect-buttons__col {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .connect-buttons__col .btn {
    padding: 0.5rem;
  }
}

.social-feed__card {
  padding: 0;
}
.social-feed__column {
  margin-bottom: 1rem;
}
.social-feed__twitterfeed .twitter-timeline {
  width: 100vw !important;
}

.offthecuff {
  display: block;
  background-color: #202945;
  padding: 1rem;
}
.offthecuff:hover {
  text-decoration: none;
}
.offthecuff__container {
  width: 100%;
  -webkit-transition: 100ms ease-in;
  -o-transition: 100ms ease-in;
  transition: 100ms ease-in;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.offthecuff:hover .offthecuff__container {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}
.offthecuff:hover {
  background-color: #12192a;
}
.offthecuff__logo {
  width: 33%;
  margin: 0 auto 1rem;
  max-width: 90px;
}
.offthecuff__logo &gt; img {
  display: block;
  width: 100%;
}
.offthecuff__title {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.offthecuff__title-primary {
  font-family: "Corinthian Bold", sans-serif;
  font-size: 2.625rem;
}
.offthecuff__title-secondary {
  font-family: "Memphis Bold", sans-serif;
  font-size: 1.25rem;
}

.press__item:hover {
  text-decoration: none;
}
.press__item:hover .press__column--image {
  transform: scale(1.1);
}
.press__column {
  background-color: #e0e7f1;
  -webkit-transition: background-color 100ms ease-in;
  -o-transition: background-color 100ms ease-in;
  transition: background-color 100ms ease-in;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}
.press__column--image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.press__item:hover .press__column {
  background-color: #d0d8e4;
}
.press__date {
  font-family: "Memphis Bold", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.03125rem;
  color: #00ac69;
  text-transform: uppercase;
  -webkit-transition: 300ms linear;
  -o-transition: 300ms linear;
  transition: 300ms linear;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.press__item:hover .press__date {
  color: #00ac69;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}
.press__title {
  color: #202945;
}

.officelocations {
  background-size: cover;
  position: relative;
  padding: 3rem 0 1rem;
}
.officelocations:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(32, 41, 69, 0.93);
  -webkit-filter: contrast(1.12);
  filter: contrast(1.12);
}
.officelocations__title {
  font-size: 3rem;
  color: white;
  margin: 0 auto 4rem;
  position: relative;
}
.officelocations__col {
  padding: 1rem;
}
.officelocations__office {
  height: 100%;
  padding: 2rem;
  border: 2px solid #00ac69;
}
.officelocations__officetitle {
  color: white;
  font-size: 1.75rem;
}
.officelocations__officeaddress {
  color: #fff;
  font-size: 1.08rem;
  min-height: 4rem;
  margin-bottom: 1rem;
}

.working__stats {
  background-color: #005677;
  font-family: "Corinthian Bold", sans-serif;
  color: #fff;
  overflow: hidden;
}
.working__stats--text {
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 1rem;
  padding: 0rem 1rem;
  margin: 0.2rem 0;
  border-top: 3px solid #00ac69;
  border-bottom: 3px solid #00ac69;
}
.working__stats--smaller {
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 0.75rem;
}
.working__stats--stat {
  vertical-align: middle;
  display: table;
  height: 100%;
  padding: 0.5rem;
}
.working__stats--icon {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5rem;
  background-color: #00445e;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 1rem;
  width: 58px;
  height: 58px;
  text-align: center;
}
.working__stats--value {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
  padding: 0.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .working__stats--value {
    font-size: 0.875rem;
  }
}
.working__stats--name {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.875rem;
  padding: 0.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .working__stats--name {
    font-size: 0.625rem;
  }
}

.WorkingStats {
  margin: 1rem 0 3rem 0;
}
.WorkingStats__layout {
  display: flex;
  flex-wrap: wrap;
}
.WorkingStats__banner {
  background-color: #00445e;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.WorkingStats__banner img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
.WorkingStats__heading {
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 25%;
  left: 30%;
}
.WorkingStats__heading h2 {
  font-size: 4rem;
  line-height: 1;
  color: white;
}
.WorkingStats__heading--smaller {
  font-size: 3.75rem;
}
.WorkingStats__statsLayout {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e0e7f1;
}
.WorkingStats__stats {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.WorkingStats__stat {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.WorkingStats__statInfo {
  display: flex;
  flex-direction: column;
}
.WorkingStats__icon {
  background-color: #00445e;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 1rem;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.WorkingStats__statValue {
  font-family: "Corinthian Bold", sans-serif;
  font-size: 1.25rem;
  color: #202945;
  text-transform: uppercase;
}
.WorkingStats__statName {
  font-size: 1rem;
}

.main_page_title {
  color: #005677;
  margin-bottom: 1.5rem;
  line-height: 1;
  text-align: left;
}
@media (min-width: 768px) {
  .main_page_title--sm-align-left {
    text-align: left;
  }
}
.main_page_title__list-blocks {
  text-align: center;
}

#listblocks .block {
  margin-bottom: 30px;
  background-color: #fff;
  border: 4px solid #00ac69;
  width: 100%;
  display: block;
}
#listblocks .block .desc {
  padding: 20px;
  min-height: 170px;
}
#listblocks .block .desc p {
  width: 100%;
  margin: 0px;
}
#listblocks .block a {
  background-color: #fff;
  width: 100%;
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 1.375rem;
  color: #00603a;
  font-weight: 300;
  min-height: 100px;
}
#listblocks .block a:hover {
  text-decoration: none;
}
#listblocks .block a &gt; img {
  float: left;
}
#listblocks .block a .media-heading {
  float: left;
  position: relative;
  top: 18px;
}
#listblocks .block a .media-heading.noimg {
  width: 100%;
  text-align: center;
  display: block;
}
#listblocks .block a .media-heading.withimg {
  left: 20px;
  display: block;
  width: 75%;
}
#listblocks .block:hover {
  background-color: #00ac69;
}
#listblocks .block:hover a {
  background-color: #00ac69;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#listblocks .block.noimg a {
  font-size: 1.25rem;
  font-weight: 500;
  height: auto;
  max-height: 74px;
  min-height: 74px;
  text-transform: uppercase;
}

.bio-links {
  text-transform: uppercase;
  list-style: none;
  margin: 2rem 0;
  padding: 0;
}
.bio-links &gt; li {
  line-height: 1;
  margin-bottom: 15px;
}
.bio-links__modifier {
  text-transform: capitalize;
}

#main_container,
#asides {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 992px) {
  #main_container,
#asides {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
#main_container img,
#asides img {
  max-width: 100%;
  height: auto;
}

#main_column {
  padding-top: 5rem;
}

#asides &gt; aside + aside {
  margin-top: 2rem;
}
#asides a {
  word-break: break-word;
}
#asides p a {
  word-break: break-all;
}
#asides a {
  word-break: break-all;
}

.breadcrumb {
  background: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.breadcrumb-item {
  font-size: 1rem;
}

.one_column {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.list-block {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.list-block__item {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.list-block__item:nth-child(2n+1):last-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

#voting_record &gt; .page &gt; .headers {
  font-weight: bold;
  border-top: 1px solid #e0e7f1;
  border-bottom: 2px solid #e0e7f1;
  padding-top: 1rem;
}
#voting_record &gt; .page &gt; .row {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e7f1;
}
#voting_record &gt; .page &gt; .row &gt; div {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  #voting_record &gt; .page &gt; .row &gt; div {
    margin-bottom: 0;
  }
}
#voting_record &gt; .page + .page {
  display: none;
}
#voting_record .bill {
  line-height: 1.1;
}
#voting_record .date {
  font-weight: bold;
}
#voting_record .vote,
#voting_record .result,
#voting_record .category {
  font-size: 0.8em;
}
@media (min-width: 992px) {
  #voting_record .voting-label {
    display: none;
  }
}

.voting-record-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
}
.voting-record-pagination &gt; .pages_nav {
  margin-left: 1rem;
}

#map {
  min-height: 900px;
  position: relative;
  overflow: visible;
}
#map .leaflet-popup-content-wrapper {
  background-color: #e0e7f1;
  border-radius: 1px;
  box-shadow: none;
}
#map .leaflet-popup-tip {
  background-color: #e0e7f1;
}
#map .leaflet-popup-content {
  background-color: #e0e7f1;
  border-radius: 1px;
  padding: 1.5rem;
  width: 260px;
}
#map .leaflet-popup-close-button {
  display: none;
}

.map-marker {
  position: relative;
  border-radius: 50%;
  background-color: #0077a0;
  width: 1em;
  height: 1em;
  font-size: 1.5rem;
  margin-top: -16px;
}
.map-marker:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  top: 100%;
  left: 50%;
  margin-top: -5px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 16px solid #0077a0;
  border-bottom-width: 0;
}

.map-legend {
  background-image: url("/themes/huffman/images/map-legend.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 225px;
  height: 330px;
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.map-legend--loaded {
  opacity: 1;
}

.map-popup {
  z-index: 1;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
.map-popup__title {
  color: #202945;
  font-size: 1.375rem;
}
.map-popup__date {
  color: #005677;
  font-size: 0.875rem;
  font-family: "Memphis Bold", sans-serif;
  text-transform: uppercase;
}
.map-popup__address {
  font-size: 0.875rem;
  line-height: 1.2;
}
.map-popup__description {
  margin-top: 1rem;
  line-height: 1.2;
}

.map-location {
  margin-bottom: 2rem;
}
.map-location:last-child {
  margin-bottom: 0;
}

.figure__press-release {
  background-color: rgba(32, 40, 69, 0.2);
  padding: 10px;
  border: 1px solid #202945;
  min-width: 100%;
}
.figure__press-release img {
  width: 100%;
}
.figure__press-release figcaption {
  text-align: center;
}

.filter-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter-display__sentence {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 0.875rem;
}
.filter-modal__header {
  color: #fff;
  margin-bottom: 1rem;
}
.filter-modal__label {
  font-family: "Corinthian Bold", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.filter-modal .form-control {
  font-family: "Corinthian Bold", sans-serif;
  font-size: 1.125rem;
  border-radius: 0;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .map_event_column {
    margin-top: 1em;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    border-bottom: 1px solid #e0e7f1;
    background: radial-gradient(50% 1em at 50% 0%, rgba(0, 0, 0, 0.05), transparent), radial-gradient(50% 1em at 50% 100%, rgba(0, 0, 0, 0.05), transparent);
  }
  .map_event_column &gt; div:before,
.map_event_column &gt; div:after {
    content: "";
    display: block;
    height: 2.5em;
    background: white;
  }
  .map_event_column &gt; div:before {
    margin-bottom: -2.5em;
    background: linear-gradient(to bottom, white 1em, transparent 2em);
  }
  .map_event_column &gt; div:after {
    background: linear-gradient(to top, white 1em, transparent 2em);
  }
}

#newscontent #press ul li strong em a {
  color: #00603a;
}
#newscontent #press ul li strong em a:hover {
  color: #00ac69;
}

#districtmap {
  min-height: 500px;
}

#pagination-container,
.pagination-container {
  display: table;
  width: 100%;
  vertical-align: middle;
}
#pagination-container .pagination-right,
.pagination-container .pagination-right {
  display: table-cell;
  vertical-align: middle;
}
#pagination-container .pager,
.pagination-container .pager {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
#pagination-container .pager li a,
.pagination-container .pager li a {
  background-color: #fff;
  color: #00ac69;
}
#pagination-container .pager li a:hover,
.pagination-container .pager li a:hover {
  background-color: #00ac69;
  color: #fff;
}

.voting-record-pagination {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.voting-record-pagination .pages {
  display: table-cell;
  vertical-align: middle;
}
.voting-record-pagination .pages_nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.voting-record-pagination .pages_nav .arrw {
  background-color: #fff;
  color: #00ac69;
}
.voting-record-pagination .pages_nav .arrw:hover {
  background-color: #00ac69;
  color: #fff;
}

#asides .side-nav {
  background-color: #e0e7f1;
  padding: 0.5rem 0;
}
#asides .side-nav li a {
  border: 0;
}
#asides .side-nav li a.active {
  background-color: #0077a0;
}
#asides a {
  word-break: break-word;
}

.amend-textarea .floatright {
  display: block;
  padding: 1rem;
  float: right;
  width: 50%;
}
.amend-textarea .floatright img {
  display: block;
  width: 100%;
}
.amend-textarea .floatleft {
  display: block;
  padding: 1rem;
  float: left;
  width: 50%;
}
.amend-textarea .floatleft img {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .amend-textarea .floatright {
    display: block;
    padding: 1rem;
    float: none;
    width: 100%;
  }
  .amend-textarea .floatright img {
    display: block;
    width: 100%;
  }
  .amend-textarea .floatleft {
    display: block;
    padding: 1rem;
    float: none;
    width: 100%;
  }
  .amend-textarea .floatleft img {
    display: block;
    width: 100%;
  }
}

.investing__iframe {
  padding-top: 140%;
  display: block;
  position: relative;
}
.investing__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.investing__section {
  padding: 2rem 0;
  border-top: 0.5rem solid #202945;
}
.investing__feed .press a {
  text-decoration: none !important;
}

.form-validation-error-message {
  font-weight: 700;
  color: red;
}

body.livetownhalltall #content {
  min-height: 1800px;
}
body.livetownhalltall #content .embed-responsive {
  overflow: visible !important;
  width: 100%;
  height: auto;
  display: block;
}
body.livetownhalltall #content .embed-responsive:before {
  padding-top: 180vh !important;
}
body.livetownhalltall #content .embed-responsive iframe {
  overflow: visible !important;
  width: 100%;
  min-height: 100vh;
  border: none;
  height: 100% !important;
}
@media (max-width: 580px) {
  body.livetownhalltall #content {
    min-height: 1400px;
  }
  body.livetownhalltall #content .embed-responsive iframe {
    height: 100% !important;
    min-height: 100vh;
  }
}

.slick-slider .slick-slide {
  padding: 1rem;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
  font-size: 4rem;
  color: #202945 !important;
  opacity: 1 !important;
}
.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
  color: #00ac69 !important;
  opacity: 1 !important;
}
.slick-slider .slick-next {
  right: -15px;
}

.social-list {
  margin-bottom: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.4rem 1rem;
}
.social-list li {
  padding: 1rem 5px;
}
@media (max-width: 992px) {
  .social-list li {
    padding: 3px 5px;
  }
}
.social-list li a {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 1px;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #fff;
  display: block;
  font-size: 1rem;
}
.social-list li a:hover {
  background-color: #fff;
  color: #fff;
}
.social-list li .facebook {
  border: 1px solid #005677;
  background-color: #005677;
  color: #fff;
}
.social-list li .facebook:hover {
  border: 1px solid #005677;
  background-color: #fff;
  color: #005677;
}
.social-list li .instagram {
  border: 1px solid #005677;
  background-color: #005677;
  color: #fff;
}
.social-list li .instagram:hover {
  border: 1px solid #0077a0;
  background-color: #fff;
  color: #0077a0;
}
.social-list li .twitter {
  border: 1px solid #005677;
  background-color: #005677;
  color: #fff;
}
.social-list li .twitter:hover {
  border: 1px solid #005677;
  background-color: #fff;
  color: #005677;
}
.social-list--bottom li {
  padding: 5px 5px;
}

.social-area #socialareablock {
  margin-bottom: 1rem;
}
.social-area #socialareablock .socialblock {
  padding: 1rem;
}
.social-area #socialareablock .socialblock .socialheader .socialfeedbackbutton {
  border: 1px solid #0e0e0e;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
  background-color: #fff;
  color: #0e0e0e;
  display: block;
  font-size: 1.125rem;
  display: inline-block;
  width: auto;
  margin-bottom: 1rem;
}
.social-area #socialareablock .socialblock .socialheader .socialfeedbackbutton span {
  margin-right: 10px;
  text-decoration: none;
}
.social-area #socialareablock .socialblock .twitter .socialfeedbackbutton {
  border: 1px solid #005677;
  background-color: #fff;
  color: #005677;
}
.social-area #socialareablock .socialblock .twitter .socialfeedbackbutton:hover {
  border: 1px solid #005677;
  background-color: #005677;
  color: #fff;
  text-decoration: none;
}
.social-area #socialareablock .socialblock .facebook .socialfeedbackbutton {
  border: 1px solid #005677;
  background-color: #fff;
  color: #005677;
}
.social-area #socialareablock .socialblock .facebook .socialfeedbackbutton:hover {
  border: 1px solid #005677;
  background-color: #005677;
  color: #fff;
  text-decoration: none;
}

.footer {
  border-top: 2px solid #e0e7f1;
}
.footer__inner {
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer__inner {
    flex-direction: row;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.footer__list-item {
  font-family: "Corinthian Bold", sans-serif;
  font-size: 0.8125rem;
  color: #202945;
  text-transform: uppercase;
  margin: 0.5rem;
}
.footer__list-item:hover {
  color: #005677;
  text-decoration: none;
  text-decoration: none;
}
.footer__list-link {
  color: #202945;
}
.footer__list-link:hover {
  color: #005677;
  text-decoration: none;
}
.footer__list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
  margin: 0;
}
@media (min-width: 992px) {
  .footer__list-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.footer__list-social-item {
  margin: 0 0px 0 10px;
  display: flex;
  flex-direction: column;
}
.footer__list-social-link {
  color: #202945;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #005677;
  border: 1px solid #005677;
  border-radius: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 35px;
  min-width: 35px;
}
.footer__list-social-link:hover {
  background-color: #0077a0;
  color: #fff;
}
.footer__list-social-link .threads-icon {
  vertical-align: middle;
  height: 1em;
  border-style: none;
  color: white;
  fill: white;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(213deg) brightness(102%) contrast(101%);
}

/* FORM SYSTEM styles page

This are mostly functional styles at the top, with customizations below...

*/
#accomp-all,
#accomp-1,
#accomp-2,
#accomp-3 {
  display: none;
}

.sel_all #accomp-all,
.sel_all #accomp-1,
.sel_all #accomp-2,
.sel_all #accomp-3,
.sel_1 #accomp-1,
.sel_2 #accomp-2,
.sel_3 #accomp-3 {
  display: block;
}

.show_form .form_mode,
.show_preview .preview_mode {
  display: block !important;
}

.show_form input,
.show_form select,
.show_form textarea {
  display: inline-block !important;
}

.show_form .preview_mode {
  display: none !important;
}

.show_preview .form-control,
.show_preview .form_mode,
.show_preview input,
.show_preview select,
.show_preview textarea {
  display: none !important;
}

abbr {
  outline: none;
  border: none;
}

.form-group .preview_mode {
  color: #000;
}

.show_form .picker {
  display: inline-block !important;
}

.show_preview input#send-request {
  display: inline-block !important;
}

.button-right {
  float: right;
}

.button-left {
  float: left;
}

#edit-request {
  margin-right: 1em;
}

#qa-form {
  margin-bottom: 20px;
}
#qa-form .button {
  cursor: pointer;
  font-size: 1rem;
  font-family: sans-serif;
}

/*

FORM SYSTEM Customizations
*/
#main_column form #actions {
  font-size: 1.375rem;
  height: 65px;
}
#main_column form fieldset {
  margin: 50px 0 0 0;
}
#main_column form fieldset legend {
  font-weight: 800;
  font-size: 1.875rem;
}
#main_column form fieldset label {
  font-weight: 500;
}
#main_column form fieldset input,
#main_column form fieldset select {
  padding: 10px;
}
#main_column form fieldset input[type=radio],
#main_column form fieldset input[type=checkbox] {
  padding: 0px;
  padding-top: 2px;
}
#main_column form fieldset abbr[title],
#main_column form fieldset abbr[data-original-title] {
  color: rgba(0, 0, 0, 0.2);
  border-bottom: none;
  cursor: help;
  padding: 5px;
}
#main_column form fieldset textarea {
  min-height: 100px;
  font-size: 1.125rem;
}
#main_column form fieldset input.form-control,
#main_column form fieldset select.form-control {
  height: 50px;
  font-size: 1.125rem;
}
#main_column form fieldset input.form-control:focus,
#main_column form fieldset select.form-control:focus {
  border: 1px solid #CCC;
  -webkit-box-shadow: 1px 1px 5px 0.5px;
  box-shadow: 1px 1px 5px 0.5px;
}
#main_column form fieldset .note-text {
  padding: 5px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.33);
}
#main_column form fieldset + fieldset {
  margin: 50px 0 0 0;
}
#main_column form .btn {
  float: right;
}
#main_column form .btn + .btn {
  margin: 0 15px;
}

.popover {
  z-index: 1020;
  background-color: #fff;
}

.popover.fade.in {
  background-color: #fff;
}

.data-containers {
  float: right;
  width: 300px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  margin-left: 20px;
}

#signatures-container {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  width: 100%;
  float: right;
  margin-bottom: 0px;
  width: 100%;
  display: block;
  position: relative;
}
#signatures-container #num-signatures-container {
  display: block;
  float: left;
  padding: 6px 20px;
  font-size: 1.4375rem;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
}
#signatures-container #num-signatures-label {
  display: block;
  float: left;
  padding: 15px 10px;
  font-size: 1.125rem;
}

.social-container {
  float: right;
  display: block;
  background: #eee;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.social-container ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  width: 100%;
  display: block;
  position: relative;
  float: left;
}
.social-container ul li {
  display: block;
  float: left;
  margin: 0 15px 0 0;
}
.social-container ul li iframe {
  position: relative;
}
.social-container ul li.social-fb {
  margin-top: 1px;
}
.social-container ul li.social-plusone {
  margin-top: 2px;
}

.social-container {
  width: 100%;
  float: right;
  margin: 0;
  text-align: center;
}
.social-container ul li {
  margin: 0px 8px;
}
.social-container ul li:last-child {
  margin-right: 0px;
}

#home .amend-form-container .loader,
#content .amend-form-container .loader {
  position: relative;
  margin: 0 auto;
  height: 50px;
  width: 50px;
  border-left: 7px solid rgba(204, 204, 204, 0.15);
  border-right: 7px solid rgba(204, 204, 204, 0.15);
  border-bottom: 7px solid rgba(204, 204, 204, 0.15);
  border-top: 7px solid rgba(204, 204, 204, 0.8);
  border-radius: 100%;
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#home .amend-form-container form,
#content .amend-form-container form {
  /*input[type="submit"] {
  	padding: .25em .5em;
  	font-size: 1.3em;
  }*/
}
#home .amend-form-container form h2,
#content .amend-form-container form h2 {
  margin: 0 0 1em 0;
  font-size: 1.5625rem;
  font-weight: bold;
}
#home .amend-form-container form h3,
#content .amend-form-container form h3 {
  margin: 0 0 1em 0;
  font-size: 1.25rem;
}
#home .amend-form-container form input[type=text],
#home .amend-form-container form input[type=email],
#home .amend-form-container form select,
#content .amend-form-container form input[type=text],
#content .amend-form-container form input[type=email],
#content .amend-form-container form select {
  height: 50px;
}
#home .amend-form-container form input[type=text],
#home .amend-form-container form input[type=email],
#home .amend-form-container form textarea,
#home .amend-form-container form select,
#content .amend-form-container form input[type=text],
#content .amend-form-container form input[type=email],
#content .amend-form-container form textarea,
#content .amend-form-container form select {
  width: 100%;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
#home .amend-form-container form select,
#content .amend-form-container form select {
  padding: 10px;
  height: 50px;
  font-size: 1.125rem;
}
#home .amend-form-container form textarea,
#content .amend-form-container form textarea {
  min-height: 125px;
}
#home .amend-form-container form input[type=checkbox] + label,
#home .amend-form-container form input[type=radio] + label,
#content .amend-form-container form input[type=checkbox] + label,
#content .amend-form-container form input[type=radio] + label {
  display: inline;
  position: relative;
  top: 2px;
  left: 0.5em;
}
#home .amend-form-container form .checkbox input[type=checkbox],
#content .amend-form-container form .checkbox input[type=checkbox] {
  margin-left: 0;
}
#home .amend-form-container form .checkbox input[type=checkbox] + label,
#content .amend-form-container form .checkbox input[type=checkbox] + label {
  top: -1px;
  left: 0.25em;
}
#home .amend-form-container form .control-group + .control-group,
#home .amend-form-container form .control-group + .row,
#home .amend-form-container form .row + .control-group,
#home .amend-form-container form .row + .row,
#content .amend-form-container form .control-group + .control-group,
#content .amend-form-container form .control-group + .row,
#content .amend-form-container form .row + .control-group,
#content .amend-form-container form .row + .row {
  margin-top: 1em;
}

@media (max-width: 990px) {
  #home .amend-form-container form div[class^=col-] + div[class^=col-],
#content .amend-form-container form div[class^=col-] + div[class^=col-] {
    margin-top: 1em;
  }
}
.fc-tbx {
  padding: 9px 14px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.fc-tbx .arrow,
.fc-tbx .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.fc-tbx .arrow {
  border-width: 11px;
}
.fc-tbx .arrow:after {
  content: "";
  border-width: 10px;
}
.fc-tbx .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.fc-tbx .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.fc-tbx ul.error-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fc-tbx ul.error-list li p {
  margin: 0;
  font-size: 1.125rem;
  color: #464646;
}

.polls input[type=text] {
  width: 100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px;
}
.polls select {
  padding: 10px;
  height: 50px;
  font-size: 1.125rem;
  width: 100%;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
.polls label {
  /*font-size: 14px;*/
  font-weight: 500;
}
.polls .control-group {
  padding: 10px 0px;
}
.polls input[type=radio] {
  margin-right: 10px;
}
.polls input.btn {
  float: right;
  font-size: 1.875rem;
}

.hide-on-submit {
  display: none !important;
}

.hidden_set {
  margin-bottom: 50px;
  margin-top: -50px;
}
.hidden_set .control-group {
  padding-top: 20px;
}

.data-containers {
  float: right;
  width: 300px;
  text-align: center;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
  margin-left: 20px;
}

.social-container {
  width: 100%;
  float: right;
  margin: 0;
  text-align: center;
}
.social-container ul li {
  margin: 0px 8px;
}
.social-container ul li:last-child {
  margin-right: 0px;
}

#signatures-container {
  width: 100%;
  float: right;
  margin-bottom: 0px;
}
#signatures-container #num-signatures-container {
  display: block;
  float: left;
  padding: 6px 20px;
  font-size: 1.4375rem;
  background-color: #d9d9d9;
  text-align: center;
  width: 100%;
}
#signatures-container #num-signatures-container strong {
  font-weight: normal;
}
#signatures-container #num-signatures-label {
  display: block;
  float: left;
  padding: 15px 10px;
  font-size: 1.125rem;
}

.pseudo-fill-in {
  background-color: #e0e7f1;
  position: relative;
}
.pseudo-fill-in:before {
  background-color: #e0e7f1;
  content: "";
  position: absolute;
  top: -6rem;
  bottom: -6rem;
  right: 0;
  width: 50vw;
  z-index: -1;
}

.main-page-title__media {
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .main-page-title__media {
    text-align: left;
  }
}

.media__modifier {
  padding-left: 0;
  max-width: 23%;
}
.media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 3.3em 0;
}
.media__list-item {
  margin: 0 0 17px 0;
}
.media__list-link {
  color: #202945;
  font-family: "Corinthian Bold", sans-serif;
  font-size: 1.125rem;
}
.media .active .media__list-link {
  color: #00ac69;
}
.media .active .media__list-link:hover {
  text-decoration: none;
}
.media .media__list-link:hover {
  color: #005677;
  text-decoration: none;
}
.media__header {
  font-family: "Corinthian Bold", sans-serif;
}
.media__header--not-first {
  padding: 62px 0 0 0;
}
.media__link {
  color: #202945;
}
.media__link:hover {
  color: #005677;
  text-decoration: none;
}
.media__date {
  color: #005677;
  display: inline-block;
  font-family: "Memphis Bold", sans-serif;
  padding: 18px 0 0 0;
  text-transform: uppercase;
}
.media__title {
  color: #202945;
  font-size: 1.5rem;
  padding: 6px 0 0 0;
}
.media__button {
  background-color: #fff;
  border: 2px solid #00ac69;
  color: #00ac69;
  max-height: 40px;
  max-width: 283px;
  min-height: 40px;
  min-width: 283px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.media__button:hover {
  color: #fff;
  background-color: #00ac69;
}
.media__podcast-button-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202945;
  border: 1px solid #202945;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
@media (min-width: 768px) {
  .media__podcast-button-container {
    max-height: 150px;
    max-width: 50.3%;
    min-height: 150px;
    min-width: 400px;
  }
}
.media__figure {
  display: inline-block;
  margin: 0;
  max-width: 4.5em;
}
.media__image {
  width: 100%;
}
.media__pod-cont {
  margin: 0 0 0 10px;
}
.media__podcast-title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 2rem;
  letter-spacing: 0.08563rem;
  text-align: center;
}
.media__podcast-with {
  color: #fff;
  font-family: "Memphis Light", sans-serif;
  font-size: 0.875rem;
}
.media__button--podcast {
  background-color: #202945;
  border: 4px solid #202945;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  max-height: 150px;
  max-width: 100%;
  min-height: 150px;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.media__button--podcast:hover {
  background-color: #005677;
  border: 4px solid #005677;
  -webkit-transition: 100ms ease-in;
  -o-transition: 100ms ease-in;
  transition: 100ms ease-in;
  text-decoration: none;
}
.media__link--green {
  color: #00ac69;
  text-decoration: none;
}
.media__link--green:hover {
  color: #00603a;
  text-decoration: underline;
  -webkit-transition: 100ms ease-in;
  -o-transition: 100ms ease-in;
  transition: 100ms ease-in;
}
.media__link--underline {
  text-decoration: underline;
}
.media__button--container {
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (min-width: 768px) {
  .media__button--container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.media__button-container--press-kit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (min-width: 768px) {
  .media__button-container--press-kit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
.media__button-container--press-kit .media__button {
  margin: 20px auto 0 auto;
  max-width: 283px;
  width: 100%;
  padding: 10px;
  min-width: 0;
}
@media (min-width: 768px) {
  .media__button-container--press-kit .media__button {
    margin: 20px 0 0 20px;
    max-width: 250px;
    padding: 10px;
    min-width: 0;
  }
}
@media (min-width: 768px) {
  .media__button-container--press-kit .media__button:first-child {
    margin: 20px 0 0 0;
  }
}
.media__button-container--press-kit-page {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .media__button-container--press-kit-page {
    margin: 3rem 0;
  }
}
.media__button-container--press-kit-page .media__button--press-kit-page {
  margin: 30px auto 0 auto;
}
@media (min-width: 768px) {
  .media__button-container--press-kit-page .media__button--press-kit-page {
    margin: 0;
  }
}
.media__button-container--press-kit-page .media__button--press-kit-page:first-child {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .media__button-container--press-kit-page .media__button--press-kit-page:first-child {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .media__button-container--in-the-news {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .media__button-container--press-releases {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 30px 0;
  }
}
.media__button--filter {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .media__button--filter {
    margin: 0 15px 0 0;
  }
}
.media__button--collapse {
  margin: 15px auto 0 auto;
}
@media (min-width: 768px) {
  .media__button--collapse {
    margin: 0;
  }
}

.press-kit__figure {
  background-color: rgba(32, 40, 69, 0.2);
  border: 1px solid #202945;
  max-width: 100%;
  margin: 1rem auto;
  padding: 10px;
}
@media (min-width: 768px) {
  .press-kit__figure {
    max-width: 50%;
  }
}

#newsroom .media_date {
  color: #005677;
  display: inline-block;
  font-family: "Memphis Bold", sans-serif;
  padding: 18px 0 0 0;
  text-transform: uppercase;
}

#filtermodal .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-width: 100%;
}
#filtermodal .modal-content {
  background-color: rgba(32, 41, 69, 0.9);
  min-height: 100vh;
}
#filtermodal .modal-header {
  align-items: inherit;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #fff;
  display: inline-block;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  padding: 2em;
}
@media (min-width: 992px) {
  #filtermodal .modal-header {
    padding: 3em;
  }
}
#filtermodal .close {
  color: #fff;
  background-color: transparent;
  border: 0;
}
#filtermodal .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#filtermodal .modal-body form {
  margin: 0 auto;
}
@media (min-width: 992px) {
  #filtermodal .modal-body form [data-dismiss=modal] {
    margin: 0 15px 0 0;
  }
}
#filtermodal .modal-body form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  #filtermodal .modal-body form fieldset {
    display: inherit;
  }
}
#filtermodal .modal-body form fieldset &gt; * {
  margin-top: 3em;
  min-width: 100%;
}
@media (min-width: 992px) {
  #filtermodal .modal-body form fieldset &gt; * {
    margin-top: 0;
    min-width: inherit;
  }
}
#filtermodal .modal-body form fieldset select {
  color: #fff;
}
@media (min-width: 992px) {
  #filtermodal .modal-body form fieldset select {
    color: #202945;
  }
}

#searchpopup [aria-label=search] {
  background-color: #fff;
  border: 1px solid #fff;
}

#search_sidebar_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
#search_sidebar_form #restrict_month,
#search_sidebar_form #restrict_year,
#search_sidebar_form #issues-list,
#search_sidebar_form #session_select {
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  height: 50px;
  -webkit-appearance: menulist-button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  font-size: inherit;
  margin: 20px;
  overflow: hidden;
  padding: 5px 10px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
}
#search_sidebar_form [data-dismiss=modal],
#search_sidebar_form #side-update-by-date-btn {
  margin: 0 auto !important;
}
#search_sidebar_form #side-update-by-date-btn {
  margin-top: 1em !important;
}

.policy-issues__latest-header {
  padding: 2em 0 0 0;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
  	border-top: 1px solid #ddd !important;
  }*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker &gt; div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
  border-radius: 0;
}
.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #c6c6c6;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.Table th,
.Table td {
  padding: spacing(2);
  vertical-align: top;
}
.Table tr {
  border-top: 2px solid #eeeeee;
}
.Table tr:last-child {
  border-bottom: 2px solid #eeeeee;
}
.Table--striped tr:nth-child(2n) {
  background-color: #eeeeee;
}

.embedded-video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  height: 0;
}
.embedded-video &gt; iframe,
.embedded-video &gt; div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=common.css.map */
</pre></body></html>