body {
  font-size: 1.125rem;
  color: #0e0e0e;
  font-family: "arimo", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #023579;
  cursor: pointer;
  text-decoration-color: #be991a;
}
a:hover {
  color: #023579;
  text-decoration-thickness: 2px;
}

#main_container a {
  word-break: break-word;
  cursor: pointer;
  text-decoration: none;
}
#main_container a:hover {
  color: #023579;
  text-decoration: underline;
  text-decoration-color: #be991a;
  text-decoration-thickness: 2px;
}
#main_container #content a, #main_container #newscontent a {
  text-decoration: underline;
  text-decoration-color: #be991a;
  text-decoration-thickness: 2px;
}
#main_container #content a:hover, #main_container #newscontent a:hover {
  color: #023579;
  text-decoration-thickness: 3px;
}
#main_container .amend-textarea a {
  text-decoration: underline;
  text-decoration-color: #be991a;
  text-decoration-thickness: 2px;
}
#main_container .amend-textarea a:hover {
  color: #023579;
  text-decoration-thickness: 3px;
}

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

.btn {
  font-family: "source-serif-pro", serif;
  font-weight: 700;
  font-style: normal;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  background-color: #0b2545;
  text-decoration: none !important;
  border: 0;
  color: #fff;
}
.btn:hover {
  color: #fff !important;
  background-color: #000203;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.5);
}
.btn.tools {
  font-size: 1rem;
  padding: 5px 25px;
  border: 0;
  background-color: #0b2545;
  background: #0b2545;
  color: #fff;
  text-decoration: none !important;
  margin-bottom: 1rem;
  min-width: 126px;
}
.btn.tools .svg-inline--fa {
  color: #be991a;
}
.btn.tools:hover {
  color: #fff !important;
  background-color: #023579;
}
.btn.tools:hover .svg-inline--fa {
  color: #fff;
}
.btn.facebook {
  background-color: #4268b2;
  color: white;
}
.btn.facebook .svg-inline--fa {
  color: white;
}
.btn.facebook:hover {
  color: white !important;
  background-color: #34528d;
}
.btn.facebook:hover .svg-inline--fa {
  color: white;
}
.btn.twitter {
  background-color: #2AA3EF;
  color: white;
}
.btn.twitter .svg-inline--fa {
  color: white;
}
.btn.twitter:hover {
  color: white !important;
  background-color: #108ad6;
}
.btn.twitter:hover .svg-inline--fa {
  color: white;
}
.btn.white {
  color: #0b2545 !important;
  background-color: #b6ccd7;
}
.btn.white:hover {
  color: #0b2545 !important;
  background-color: #85a9bc;
}

.btn-primary {
  background-color: #0b2545;
}
.btn-primary:hover {
  background-color: #000203;
}

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

#breadcrumb {
  padding: 5px 0px;
}
#breadcrumb ol li a {
  font-family: "arimo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  color: #be991a;
  text-transform: uppercase;
}

.buttonarrow {
  position: relative;
  padding: 0.7rem 1.5rem;
  text-transform: uppercase;
  font-family: "arimo", sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  color: #0b2545;
  transition: transform 0.2s ease-in-out;
  border-radius: 0.1rem;
  background-color: #b6ccd7;
  text-decoration: none !important;
  border-radius: 0.1rem;
  display: inline-flex;
  align-items: center;
}
.buttonarrow:after {
  font-family: "Font Awesome 5 Free";
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  font-size: 1.25rem;
  content: "\f30b";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  color: inherit;
}
.buttonarrow:hover {
  color: #0b2545 !important;
  text-decoration: none;
  background-color: #85a9bc;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.5);
}
.buttonarrow:hover:after {
  color: inherit;
  transform: translateX(5px);
}
@media (max-width: 767px) {
  .buttonarrow {
    font-size: 16px;
  }
}
.buttonarrow.left {
  display: inline-flex;
  align-content: center;
  align-items: center;
}
.buttonarrow.left:after {
  display: none;
}
.buttonarrow.left:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f30a";
  display: inline-block;
  margin-right: 0.5rem;
  border-radius: 100%;
  font-size: 1.25rem;
  transition: all 0.2s ease-in-out;
  font-family: "Font Awesome 5 Free";
  color: inherit;
  position: relative;
}
.buttonarrow.left:hover:before {
  transform: translateX(-5px);
  text-decoration: none;
}
.buttonarrow.full {
  width: 100%;
}
.buttonarrow.prevarticle {
  display: inline-flex;
  align-content: center;
  align-items: center;
}
.buttonarrow.prevarticle:after {
  position: relative;
}

.textarrow {
  position: relative;
  font-family: "source-serif-pro", serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
}
.textarrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.25rem;
  content: "\f30b";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
  transition: all 0.2s ease-in-out;
  top: -1px;
  position: relative;
}
.textarrow:hover {
  text-decoration: none;
}
.textarrow:hover:after {
  transform: translateX(5px);
}
.textarrow.left:after {
  display: none;
}
.textarrow.left:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f30a";
  display: inline-block;
  margin-right: 1.5rem;
  vertical-align: middle;
  font-size: 1.25rem;
  transition: all 0.2s ease-in-out;
  margin-left: 15px;
}
.textarrow.left:hover:before {
  transform: translateX(-5px);
  color: #fff;
  text-decoration: none;
}

.largebtn.buttonarrow {
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 0.5rem;
  width: 100%;
}

.arrow {
  content: "\f30b";
  display: inline-block;
}

.quoting {
  text-align: center;
  font-style: italic;
  text-transform: capitalize;
  padding: 2rem;
}

.main_page_title {
  color: #023579;
}
.main_page_title .altcolor {
  color: #0b2545;
}

body.notitle .main_page_title {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "source-serif-pro", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none !important;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline !important;
  text-decoration-color: #be991a !important;
  text-decoration-thickness: 2px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "source-serif-pro", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  text-decoration: none !important;
}
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  text-decoration: underline !important;
  text-decoration-color: #be991a !important;
  text-decoration-thickness: 2px;
}

h1, .h1 {
  font-size: 3.625rem;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 450px) {
  h1, .h1 {
    font-size: 2.175rem;
  }
}

h2, .h2 {
  font-size: 3rem;
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
@media (max-width: 450px) {
  h2, .h2 {
    font-size: 1.625rem;
  }
}

h3, .h3 {
  font-size: 2.375rem;
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 450px) {
  h3, .h3 {
    font-size: 1.25rem;
  }
}

h4, .h4 {
  font-size: 1.625rem;
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 450px) {
  h4, .h4 {
    font-size: 1rem;
  }
}

h5, .h5 {
  font-size: 1.375rem;
}

h6, .h6 {
  font-size: 1.25rem;
}

.amend-textarea h1, .amend-textarea h2, .amend-textarea h3, .amend-textarea h4, .amend-textarea h5, .amend-textarea h6 {
  color: #023579;
}
.amend-textarea .h1, .amend-textarea .h2, .amend-textarea .h3, .amend-textarea .h4, .amend-textarea .h5, .amend-textarea .h6 {
  color: #023579;
}

.giantbutton {
  background-color: transparent;
  position: relative;
  color: white;
  border: 3px solid #feda5e;
  padding: 0.5rem;
  display: block;
  transition: all 0.2s ease-in-out;
}
.giantbutton--text {
  background-color: #0b2545;
  font-size: 2rem;
  padding: 0rem;
  font-family: "source-serif-pro", serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  border-radius: 0;
  border: 0;
  line-height: 1;
  padding: 3.5rem 2.5rem;
  width: auto;
  color: white;
}

#content p {
  font-size: 1.125rem;
}

b, strong {
  font-weight: bold;
}

/**
 * Font-mixin overrides must include `font-family`, `font-style`, and `font-weight`
 */
.textslide {
  position: relative;
  left: -10000px;
  transition: left 1.2s ease-in-out;
}
.textslide.slideright {
  left: 0;
}

.textslideup {
  position: relative;
  top: -10000px;
  transition: all 1s ease-in-out;
  opacity: 0;
}
.textslideup.slidetop {
  top: 0;
  opacity: 1;
}

.ghost {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.ghost.boo {
  opacity: 1;
}

.showsection .leftsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showsection .rightsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showsection .ghostride {
  opacity: 1;
  transform: translateY(0%);
}
.showsection .ghostappear {
  opacity: 1;
  transform: translateX(0%);
}
.showsection .popoff {
  transition: transform 0.8s ease-in-out;
  transform: scale(1);
}

.popoff {
  transition: transform 0.8s ease-in-out;
  transform: scale(0.6);
}

.showingthis .leftsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showingthis .rightsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showingthis .ghostride {
  opacity: 1;
  transform: translateY(0%);
}
.showingthis .ghostappear {
  opacity: 1;
  transform: translateX(0%);
}
.showingthis .popoff {
  transform: scale(1);
}

.leftsliding {
  opacity: 0;
  transform: translateX(-100%);
  transition: 1.4s ease-in-out;
}
.leftsliding.animate {
  opacity: 1;
  transform: translateX(0%);
}

.rightsliding {
  opacity: 0;
  transform: translateX(100%);
  transition: 1.4s ease-in-out;
}
.rightsliding.animate {
  opacity: 1;
  transform: translateX(0%);
}

.ghostride {
  opacity: 0;
  transform: translateY(20%);
  transition: 0.8s ease-in-out;
}
.ghostride.animate {
  opacity: 1;
  transform: translateY(0%);
}

.ghostappear {
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.ghostappear.animate {
  opacity: 1;
}

.delaytime {
  transition: 2s ease-in-out !important;
}

.delayalittle {
  transition: 1s ease-in-out !important;
}

@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%;
}
.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, .navbar .nav-pills .subnav-split li {
  padding: 1rem 0.6rem;
}
.navbar .nav-pills li a, .navbar .nav-pills .subnav-split li a {
  color: white;
  font-family: "arimo", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid transparent;
  border: 0;
  text-decoration: none;
}
.navbar .nav-pills li a.btn, .navbar .nav-pills .subnav-split li a.btn {
  padding: 0.5rem 1.5rem;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .navbar .nav-pills li a, .navbar .nav-pills .subnav-split li a {
    font-size: 0.875rem;
  }
}
.navbar .nav-pills li:hover a, .navbar .nav-pills .subnav-split li:hover a {
  border-bottom: 3px solid #b6ccd7;
  text-decoration: none;
}
.navbar .nav-pills li:hover .dropdown-menu, .navbar .nav-pills .subnav-split li:hover .dropdown-menu {
  display: block;
}
.navbar .nav-pills li.selected a, .navbar .nav-pills .subnav-split li.selected a {
  border-bottom: 3px solid #b6ccd7;
  text-decoration: none;
}
.navbar .nav-pills li .dropdown-menu, .navbar .nav-pills li .dropdown-menu .subnav-split, .navbar .nav-pills .subnav-split li .dropdown-menu, .navbar .nav-pills .subnav-split li .dropdown-menu .subnav-split {
  top: 90%;
  left: auto;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  list-style-type: none;
  box-shadow: 1px 5px 10px -5px #0b2545;
}
.navbar .nav-pills li .dropdown-menu > li, .navbar .nav-pills li .dropdown-menu .subnav-split > li, .navbar .nav-pills .subnav-split li .dropdown-menu > li, .navbar .nav-pills .subnav-split li .dropdown-menu .subnav-split > li {
  padding: 0rem;
  display: table;
  width: 100%;
}
.navbar .nav-pills li .dropdown-menu > li a, .navbar .nav-pills li .dropdown-menu .subnav-split > li a, .navbar .nav-pills .subnav-split li .dropdown-menu > li a, .navbar .nav-pills .subnav-split li .dropdown-menu .subnav-split > li a {
  color: #0b2545;
  font-size: 1rem;
  white-space: nowrap;
  margin-bottom: 0px;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  text-decoration: none;
  display: table-cell;
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  border-left: 0.5rem solid transparent;
  transition-property: text-shadow, transform;
  transition: all 0.2s ease-in-out;
  border-bottom: 0px solid transparent;
}
.navbar .nav-pills li .dropdown-menu > li a:hover, .navbar .nav-pills li .dropdown-menu .subnav-split > li a:hover, .navbar .nav-pills .subnav-split li .dropdown-menu > li a:hover, .navbar .nav-pills .subnav-split li .dropdown-menu .subnav-split > li a:hover {
  border-left: 0.5rem solid #be991a;
  color: #0b2545;
  border-bottom: 0px solid transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-shadow: -0.5px 0, 0.5px 0;
}
.navbar .nav-pills li .dropdown-menu > li.highlight a, .navbar .nav-pills li .dropdown-menu .subnav-split > li.highlight a, .navbar .nav-pills .subnav-split li .dropdown-menu > li.highlight a, .navbar .nav-pills .subnav-split li .dropdown-menu .subnav-split > li.highlight a {
  background-color: transparent;
  border-left: 0.5rem solid #023579;
}
.navbar .nav-pills li .dropdown-menu > li.highlight a:hover, .navbar .nav-pills li .dropdown-menu .subnav-split > li.highlight a:hover, .navbar .nav-pills .subnav-split li .dropdown-menu > li.highlight a:hover, .navbar .nav-pills .subnav-split li .dropdown-menu .subnav-split > li.highlight a:hover {
  border-left: 0.5rem solid #be991a;
  color: #0b2545;
  border-bottom: 0px solid transparent;
}
.navbar .nav-pills li:last-child .dropdown-menu, .navbar .nav-pills .subnav-split li:last-child .dropdown-menu {
  right: 8px;
}
.navbar #search {
  float: left;
  width: 0;
  position: absolute;
  right: 35px;
  top: 20px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.navbar #search.showme {
  width: 95%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.navbar #search #sitesearch, .navbar #search #sitesearchmodal {
  width: 95%;
  float: left;
  padding: 0px 10px 0px;
  position: relative;
  height: 50px;
  border-bottom: 5px solid #b6ccd7;
}
.navbar #search #sitesearch #search-field, .navbar #search #sitesearch #search-filedmodal, .navbar #search #sitesearchmodal #search-field, .navbar #search #sitesearchmodal #search-filedmodal {
  position: absolute;
  left: 0px;
  width: 90%;
  border: none;
  height: 100%;
  padding: 5px;
}
.navbar #search #sitesearch #search-field:focus, .navbar #search #sitesearch #search-filedmodal:focus, .navbar #search #sitesearchmodal #search-field:focus, .navbar #search #sitesearchmodal #search-filedmodal:focus {
  outline: none;
  border: none;
  filter: none;
}
.navbar #search #sitesearch button, .navbar #search #sitesearchmodal button {
  position: absolute;
  color: #0b2545;
  background-color: white;
  right: 0px;
  width: 10%;
  height: 100%;
  border: none;
}
.navbar #search #sitesearch button:hover, .navbar #search #sitesearchmodal button:hover {
  color: #b6ccd7;
  background-color: white;
}
.navbar .srchbutton,
.navbar .srchbuttonmodal {
  color: #fff;
  padding: 1.2rem 0.8rem;
}
.navbar .srchbutton:hover,
.navbar .srchbuttonmodal:hover {
  color: #b6ccd7;
}
.navbar .togglemenu {
  margin-left: 10px;
  color: #fff;
  font-size: 1.875rem;
}

body:not(#home) .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;
}
body:not(#home) .navbar .nav-pills.fade-out {
  opacity: 0;
}
body:not(#home) .navbar .nav-pills li {
  padding: 1rem 0.6rem;
}
body:not(#home) .navbar .nav-pills li a {
  color: #0b2545;
  font-family: "arimo", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}
@media (max-width: 1200px) {
  body:not(#home) .navbar .nav-pills li a {
    font-size: 0.75rem;
  }
}
body:not(#home) .navbar .nav-pills li:hover a {
  border-bottom: 3px solid #b6ccd7;
  text-decoration: none;
}
body:not(#home) .navbar .nav-pills li:hover .dropdown-menu, body:not(#home) .navbar .nav-pills li:hover .dropdown-menu .subnav-split {
  top: 90%;
  left: auto;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  list-style-type: none;
  box-shadow: 1px 5px 10px -5px #0b2545;
}
body:not(#home) .navbar .nav-pills li:hover .dropdown-menu > li, body:not(#home) .navbar .nav-pills li:hover .dropdown-menu .subnav-split > li {
  padding: 0rem;
  display: table;
  width: 100%;
}
body:not(#home) .navbar .nav-pills li:hover .dropdown-menu > li a, body:not(#home) .navbar .nav-pills li:hover .dropdown-menu .subnav-split > li a {
  color: #0b2545;
  font-size: 1rem;
  white-space: nowrap;
  margin-bottom: 0px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: table-cell;
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  border-left: 0.5rem solid transparent;
}
body:not(#home) .navbar .nav-pills li:hover .dropdown-menu > li a:hover, body:not(#home) .navbar .nav-pills li:hover .dropdown-menu .subnav-split > li a:hover {
  border-left: 0.5rem solid #be991a;
  color: #0b2545;
  border-bottom: 0px solid transparent;
}
body:not(#home) .navbar .nav-pills li:hover .dropdown-menu > li.highlight a, body:not(#home) .navbar .nav-pills li:hover .dropdown-menu .subnav-split > li.highlight a {
  background-color: transparent;
  border-left: 0.5rem solid #023579;
}
body:not(#home) .navbar .nav-pills li:hover .dropdown-menu > li.highlight a:hover, body:not(#home) .navbar .nav-pills li:hover .dropdown-menu .subnav-split > li.highlight a:hover {
  border-left: 0.5rem solid #be991a;
  color: #0b2545;
  border-bottom: 0px solid transparent;
}
body:not(#home) .navbar .nav-pills li.selected a {
  border-bottom: 3px solid #b6ccd7;
  text-decoration: none;
}
body:not(#home) .navbar .nav-pills li.selected a:hover {
  border-bottom: 3px solid #be991a;
}
body:not(#home) .navbar .nav-pills li.selected .dropdown-menu li, body:not(#home) .navbar .nav-pills li.selected .dropdown-menu .subnav-split li {
  padding: 0;
}
body:not(#home) .navbar .nav-pills li.selected .dropdown-menu li a, body:not(#home) .navbar .nav-pills li.selected .dropdown-menu .subnav-split li a {
  border-bottom: 0;
}
body:not(#home) .navbar .nav-pills li.selected:hover a {
  border-bottom: 3px solid #be991a;
}
body:not(#home) .navbar .nav-pills li .dropdown-menu {
  box-shadow: 5px 10px 10px -6px #0b2545;
}
body:not(#home) .navbar .nav-pills li .dropdown-menu li, body:not(#home) .navbar .nav-pills li .dropdown-menu .subnav-split li {
  padding: 0;
}
body:not(#home) .navbar .nav-pills li .dropdown-menu li a, body:not(#home) .navbar .nav-pills li .dropdown-menu .subnav-split li a {
  border-bottom: 0 !important;
}
@media (max-width: 1200px) {
  body:not(#home) .navbar .nav-pills li {
    padding: 1rem 0.5rem;
  }
}
body:not(#home) .navbar .togglemenu {
  margin-left: 10px;
  color: #0b2545;
  font-size: 1.875rem;
}
body:not(#home) .navbar .togglemenu:hover {
  color: #023579;
}
body:not(#home) .srchbutton,
body:not(#home) .srchbuttonmodal {
  color: #0b2545;
  padding: 1rem 0.8rem;
}
body:not(#home) .srchbutton:hover,
body:not(#home) .srchbuttonmodal:hover {
  color: #023579;
}

/*Mobile NAV*/
#NavMobileModal .nav .nav-item a {
  font-size: 1.875rem;
  color: #fff;
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-style: normal;
}
#NavMobileModal .nav .dropdown-menu {
  position: relative;
  text-align: center;
  background-color: transparent;
  border: none;
  font-size: 1.125rem;
  display: block;
  float: none;
}
#NavMobileModal .nav .dropdown-menu li a {
  font-size: 1.125rem;
  text-decoration: none;
}

#header,
.pin-spacer-SiteHeader {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
}

#header {
  background-color: #0b2545;
  height: auto;
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  transition: all 0.2s ease-in-out;
}
#header #siteheader {
  height: auto;
  display: block;
  width: 100%;
  position: relative;
  z-index: 20;
  transition: all 0.2s ease-in-out;
}
#header #siteheader .header-holder {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  height: auto;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
}
#header #siteheader .header-holder .logo-holder {
  display: flex;
  display: -ms-flexbox;
  vertical-align: middle;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  width: 250px;
  position: relative;
}
#header #siteheader .header-holder .logo-holder .logo-hold {
  width: 100%;
  padding: 0.5rem;
}
#header #siteheader .header-holder .logo-holder .logo-hold img {
  width: 100%;
  display: block;
  height: 100%;
  padding: 0rem;
}
@media (max-width: 991px) {
  #header #siteheader .header-holder .logo-holder .logo-hold {
    max-width: 250px;
  }
}
@media (max-width: 1199px) {
  #header #siteheader .header-holder .logo-holder {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  #header #siteheader .header-holder .logo-holder {
    max-width: 250px;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  #header #siteheader .header-holder .logo-holder {
    justify-content: normal;
  }
}
#header #siteheader .header-holder .header-nav-holder {
  display: flex;
  display: -ms-flexbox;
  vertical-align: middle;
  justify-content: end;
  padding: 1.5rem 0rem;
  align-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #header #siteheader .header-holder .header-nav-holder .social__links {
    display: none;
  }
}
@media (max-width: 991px) {
  #header #siteheader .header-holder .header-nav-holder .nav-hold {
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  #header #siteheader .header-holder .header-nav-holder .nav-hold {
    float: right;
  }
}
@media (max-width: 768px) {
  #header #siteheader .header-holder .header-nav-holder {
    max-width: 540px;
    width: 100%;
    padding: 5px 0px;
  }
}
@media (min-width: 576px) {
  #header #siteheader .header-holder {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #header #siteheader .header-holder {
    padding: 0px 15px;
  }
}
@media (min-width: 768px) {
  #header #siteheader .header-holder {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #header #siteheader .header-holder {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #header #siteheader .header-holder {
    max-width: 1140px;
  }
}
#header.scrolling #siteheader {
  background-color: white;
  box-shadow: 0px 2px 1px 0px #e8eef1;
  background: #fff;
}
#header.scrolling #siteheader .logo-holder {
  opacity: 1;
  z-index: 1;
}
#header.scrolling #siteheader .navbar .nav-pills li a {
  color: #0b2545;
}
#header.scrolling #siteheader .navbar .nav-pills li .dropdown-menu li a, #header.scrolling #siteheader .navbar .nav-pills li .dropdown-menu .subnav-split li a {
  color: #0b2545;
}
#header.scrolling #siteheader .navbar .srchbutton {
  color: #0b2545;
}
#header.scrolling #siteheader .navbar .srchbutton:hover {
  color: #b6ccd7;
}
#header.scrolling #siteheader .navbar .srchbuttonmodal {
  color: #0b2545;
}
#header.scrolling #siteheader .navbar .srchbuttonmodal:hover {
  color: #b6ccd7;
}
#header.scrolling #siteheader .navbar .togglemenu {
  color: #0b2545;
}
#header.scrolling #siteheader .navbar .togglemenu:hover {
  color: #b6ccd7;
}
#header.scrolling #siteheader #search #sitesearch #search-field {
  color: #0b2545;
}
#header.scrolling #siteheader #search #sitesearch button {
  color: #0b2545;
}

body:not(#home) #siteheader {
  background-color: white;
  box-shadow: 0px 1px 1px 0px #e8eef1;
  background: #fff;
}
body:not(#home) #header {
  background-color: #fff;
  position: relative;
  background: #fff;
}
body:not(#home) #header .header-holder {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
body:not(#home) #header .header-holder .logo-holder {
  opacity: 1;
  z-index: 1;
}
body:not(#home) #header.scrolling {
  background-color: #fff;
}

@media (max-width: 576px) {
  .modal .modal-dialog {
    margin: 2rem;
  }
}
.modal .modal-content {
  background-color: #feda5e;
}
.modal .modal-content .modal-body {
  padding: 0rem;
}
.modal .modal-content .modal-body .modal-title {
  color: white;
}

.modal {
  background-color: #0b2545;
}
@media (max-width: 576px) {
  .modal .modal-dialog {
    margin: 2rem;
  }
}
.modal .modal-header {
  border-bottom: 0px;
  padding: 0;
}
.modal .modal-header .close {
  color: white;
  background-color: transparent;
  opacity: 1;
  width: 40px;
  height: 40px;
  font-size: 1.625rem;
  padding: 5px;
  box-shadow: none !important;
  z-index: 10;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
}
.modal .modal-header .close:hover {
  color: #be991a;
}
.modal .close:hover {
  color: #be991a;
}
@media (max-width: 991px) {
  .modal .close {
    position: relative;
    top: 0;
  }
}
.modal .modal-content {
  background-color: #0b2545;
  border: 0;
  margin: 15% auto;
  position: relative;
}
.modal .modal-content .modal-header {
  border-bottom: 0px;
  padding: 3rem 1rem 0;
  text-align: center;
  justify-content: center;
}
.modal .modal-content .modal-header .modal-title {
  color: white;
}
.modal .modal-content .modal-body {
  margin-top: 0;
  padding: 2rem;
}
.modal .modal-content .modal-body #sitesearch, .modal .modal-content .modal-body #sitesearchmodal {
  padding: 0px;
  width: 100%;
}
.modal .modal-content .modal-body #sitesearch input[type=search], .modal .modal-content .modal-body #sitesearchmodal input[type=search] {
  background: rgba(0, 0, 0, 0.18);
  text-align: center;
  color: white;
  font-size: 3.125rem;
  width: 100%;
  border: none;
}
.modal .modal-content .modal-body #sitesearch input[type=search]:focus, .modal .modal-content .modal-body #sitesearchmodal input[type=search]:focus {
  outline: none;
}
.modal .modal-content .modal-body #sitesearch button, .modal .modal-content .modal-body #sitesearchmodal button {
  background-color: #023579;
  width: 100%;
  padding: 0.7rem;
  border: 0;
  font-size: 1.625rem;
  border-radius: 0;
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  margin: 2rem auto;
  cursor: pointer;
}
.modal .modal-content .modal-body #sitesearch button:hover, .modal .modal-content .modal-body #sitesearchmodal button:hover {
  background-color: #be991a;
}
.modal .modal-content .modal-body .btn {
  margin-top: 1rem;
  color: white;
}
.modal .modal-content .modal-body select {
  border: none;
  font-size: 1.625rem;
  height: 40px;
  width: 100%;
  margin: 10px 0;
}

body.nobreadcrumb #breadcrumb {
  display: none;
}
body.nobreadcrumb #main_container {
  padding-top: 3rem;
}

#translations {
  position: relative;
  top: -1px;
  padding: 0 0.5rem;
}
#translations .closeme {
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  border-bottom: 1px solid #fff;
  color: white;
  text-decoration: none;
  position: absolute;
  left: 0;
  z-index: 1;
}
#translations .closeme:hover {
  border-bottom: 1px solid #feda5e;
}
#translations .closeme.fade-out {
  opacity: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  #translations .closeme {
    font-size: 0.875rem;
  }
}
#translations .translateoption {
  display: block;
  position: absolute;
  top: 35px;
  width: 135px;
  overflow: hidden;
}

body#home .homebanner {
  padding-top: 50%;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}
body#home .homebanner__background {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
body#home .homebanner__background--shadow {
  display: block;
  background: linear-gradient(to top, #001631 0%, rgba(255, 255, 255, 0) 70%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body#home .homebanner__background {
    padding-top: 55%;
    position: relative;
  }
}
@media (max-width: 767px) {
  body#home .homebanner__background {
    padding-top: 100%;
    position: relative;
  }
}
body#home .homebanner__logoholder {
  display: block;
  position: absolute;
  bottom: 35%;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 45%;
}
@media (max-width: 991px) {
  body#home .homebanner__logoholder {
    left: 0;
    right: 0;
    max-width: 55%;
  }
}
@media (max-width: 768px) {
  body#home .homebanner__logoholder {
    max-width: 60%;
  }
}
body#home .homebanner__logo {
  position: relative;
  margin: 0 auto;
}
body#home .homebanner__logo img {
  position: relative;
  z-index: 1;
}
body#home .homebanner__buttons {
  position: relative;
  bottom: 3rem;
  overflow: hidden;
}
body#home .homebanner__buttons--title {
  display: block;
  text-align: center;
  padding-bottom: 3rem;
}
body#home .homebanner__buttons--button {
  margin-bottom: 1rem;
}
body#home .homebanner__buttons--link {
  font-size: 18px;
  font-family: "arimo", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 0;
  padding: 1.5rem 3rem;
  background-color: rgba(39, 37, 65, 0.9);
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease-in-out;
}
body#home .homebanner__buttons--link:hover {
  transform: scale(1.1);
}
body#home .homebanner__buttons--link:hover:after {
  color: #023579;
}
@media (max-width: 991px) {
  body#home .homebanner__buttons--link {
    margin-bottom: 0;
    font-size: 18px;
  }
  body#home .homebanner__buttons--link:hover:after {
    color: #023579;
  }
}
@media (max-width: 991px) {
  body#home .homebanner__buttons {
    padding: 2rem;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  body#home .homebanner {
    padding-top: 0;
    position: relative;
  }
}
body#home .home-content {
  overflow: hidden;
}
body#home .home-content .home__offices {
  padding: 3rem 0;
  background-color: #e8eef1;
}
body#home .home-content .home__background {
  position: relative;
  display: block;
  background-color: black;
  height: 100%;
  width: 100%;
  z-index: -1;
}
body#home .home-content .home__buttons {
  padding: 0;
  overflow: hidden;
}
body#home .home-content .home__buttons--title {
  display: block;
  text-align: center;
  padding-bottom: 3rem;
}
body#home .home-content .home__buttons--first {
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  color: #0b2545;
  margin-bottom: 1rem;
  display: inline-block;
}
body#home .home-content .home__buttons--second {
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  color: #0b2545;
  margin-bottom: 1rem;
  display: inline-block;
}
body#home .home-content .home__buttons--link {
  background-color: #023579;
  font-size: 2.5rem;
  padding: 0rem;
  font-family: "arimo", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  border-radius: 0;
  border: 0;
  line-height: 1;
  padding-bottom: 0.5rem;
  width: auto;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0px 3px 0px #be991a;
}
body#home .home-content .home__buttons--link:hover {
  background-color: #01142e;
  box-shadow: 0px 5px 0px #be991a;
}
@media (max-width: 991px) {
  body#home .home-content .home__buttons--link {
    margin-bottom: 0;
    font-size: 36px;
    max-width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body#home .home-content .home__buttons--link {
    margin-bottom: 0;
    font-size: 36px;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  body#home .home-content .home__buttons--link {
    margin-bottom: 0;
    font-size: 30px;
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  body#home .home-content .home__buttons--link {
    font-size: 30px;
    max-width: 85%;
  }
}
@media (max-width: 440px) {
  body#home .home-content .home__buttons--link {
    font-size: 28px;
    max-width: 100%;
  }
}
body#home .home-content .home__buttons--link::after {
  color: #fff;
  font-size: 30px;
  width: 0;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
body#home .home-content .home__buttons--link::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
  transition: all 0.2s ease-in-out;
  top: -15px;
  position: relative;
  transform: scale(2.5);
  width: 50px;
}
body#home .home-content .home__buttons--button {
  padding: 5rem 2.5rem;
  text-align: center;
  background-color: #0b2545;
  position: relative;
}
body#home .home-content .home__buttons--button:hover {
  text-decoration: none;
}
body#home .home-content .home__buttons--button:hover .home__buttons--link:after {
  width: 45px;
  transform: scale(1);
  margin-left: 2.8rem;
}
body#home .home-content .home__buttons--button:hover .home__buttons--link:before {
  width: 0;
  transform: scale(0);
  margin: 0;
}
body#home .home-content .home__buttons--button:first-child {
  background-color: #0b2545;
}
body#home .home-content .home__buttons--button:first-child:before {
  content: "";
  display: block;
  height: 100%;
  width: 1000%;
  left: -1000%;
  top: 0;
  position: absolute;
  background-color: inherit;
}
@media (max-width: 991px) {
  body#home .home-content .home__buttons--button:first-child:before {
    left: -100%;
  }
}
body#home .home-content .home__buttons--button:first-child .home__buttons--link {
  background-color: inherit;
  position: relative;
  color: white;
}
body#home .home-content .home__buttons--button:first-child .home__buttons--link::before {
  content: url("/themes/moore/images/home/icons/question.svg");
}
body#home .home-content .home__buttons--button:first-child .home__buttons--link:hover {
  color: #fff;
  box-shadow: 0px 5px 0px #be991a;
}
body#home .home-content .home__buttons--button:first-child:hover {
  color: #fff;
  background-color: #917514;
}
body#home .home-content .home__buttons--button:first-child:hover .home__buttons--link {
  color: #fff;
  box-shadow: 0px 5px 0px #be991a;
}
body#home .home-content .home__buttons--button:last-child {
  background-color: #023579;
}
body#home .home-content .home__buttons--button:last-child:before {
  content: "";
  display: block;
  height: 100%;
  width: 1000%;
  right: -1000%;
  top: 0;
  position: absolute;
  background-color: inherit;
}
@media (max-width: 991px) {
  body#home .home-content .home__buttons--button:last-child:before {
    right: -100%;
  }
}
body#home .home-content .home__buttons--button:last-child .home__buttons--link {
  background-color: inherit;
  color: white;
}
body#home .home-content .home__buttons--button:last-child .home__buttons--link::before {
  content: url("/themes/moore/images/home/icons/comment.svg");
}
body#home .home-content .home__buttons--button:last-child:hover {
  color: #fff;
  background-color: #917514;
}
body#home .home-content .home__buttons--button:last-child:hover .home__buttons--link {
  color: #fff;
  box-shadow: 0px 5px 0px #be991a;
}
body#home .home-content .home__newsletter {
  background-color: #0b2545;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0rem 0;
  overflow: hidden;
}
.col-lg-t body#home .home-content .home__newsletter--backgroundarea {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
body#home .home-content .home__newsletter--imageholder {
  display: block;
  height: 100%;
  width: 100%;
  min-height: 540px;
}
body#home .home-content .home__newsletter--image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body#home .home-content .home__newsletter--img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
}
body#home .home-content .home__newsletter--formholder {
  background-color: #0b2545;
  padding: 1rem;
  position: relative;
  z-index: 0;
  color: white;
}
body#home .home-content .home__newsletter--formholder .thankyoutext {
  text-align: left;
  color: #fff;
}
body#home .home-content .home__newsletter--formholder #newsletter-container .row + .row {
  margin-top: 0;
}
body#home .home-content .home__newsletter--text {
  padding: 1rem 0;
}
body#home .home-content .home__newsletter--title {
  display: block;
  text-align: left;
  color: white;
  margin: 2rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  body#home .home-content .home__newsletter--title {
    padding: 1.5rem 0rem;
    margin: 0;
    text-align: center;
  }
}
body#home .home-content .home__newsletter--firstname {
  margin-bottom: 1rem;
}
body#home .home-content .home__newsletter--lastname {
  margin-bottom: 1rem;
}
body#home .home-content .home__newsletter--submit {
  text-align: right;
}
@media (max-width: 991px) {
  body#home .home-content .home__newsletter--submit {
    float: none !important;
  }
}
body#home .home-content .home__newsletter--button {
  background-color: #0b2545 !important;
  color: white !important;
  border: 0;
}
body#home .home-content .home__newsletter--button:hover {
  color: #e8eef1 !important;
}
body#home .home-content .home__newsletter--button:hover:after {
  transform: translateX(5px);
}
body#home .home-content .home__social {
  overflow: hidden;
}
body#home .home-content .home__social #socialboxes {
  padding: 4rem 15px;
  position: relative;
  z-index: 0;
}
body#home .home-content .home__social .socialboxes__header {
  padding: 2rem 0;
  text-align: center;
}
body#home .home-content .home__social .socialboxes__title {
  color: white;
}
body#home .home-content .home__press {
  background-color: #e8eef1;
  padding: 1rem;
}
body#home .home-content .home__press .press__cards--headertitle {
  text-align: center;
  text-transform: uppercase;
  color: #023579;
}
body#home .home-content .home__press .press__cards--titlebar {
  display: table;
  width: 100%;
  height: 5px;
  position: relative;
}
body#home .home-content .home__press .press__cards--container {
  position: relative;
  padding: 1rem;
  display: block;
  min-height: 610px;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
  transform: translate(0px, 0px);
}
body#home .home-content .home__press .press__cards--container.first .press__cards--card {
  background-color: #0b2545;
}
body#home .home-content .home__press .press__cards--container.first .press__cards--readarrow:after {
  color: #023579;
}
body#home .home-content .home__press .press__cards--container.second .press__cards--card {
  background-color: #023579;
}
body#home .home-content .home__press .press__cards--container.second .press__cards--readarrow:after {
  color: #0b2545;
}
body#home .home-content .home__press .press__cards--container.third .press__cards--title {
  color: #0b2545;
}
body#home .home-content .home__press .press__cards--container.third .press__cards--date {
  color: #023579;
}
body#home .home-content .home__press .press__cards--container.third .press__cards--card {
  background-color: #b6ccd7;
}
body#home .home-content .home__press .press__cards--container.third .press__cards--body {
  color: #0b2545;
}
body#home .home-content .home__press .press__cards--container.third .press__cards--readarrow:after {
  color: #e8eef1;
}
body#home .home-content .home__press .press__cards--container.third .press__cards--readmore:hover .press__cards--readarrow:after {
  color: #023579;
}
@media (max-width: 991px) {
  body#home .home-content .home__press .press__cards--container {
    min-height: 370px;
  }
}
body#home .home-content .home__press .press__cards--card {
  display: block;
  height: 100%;
  background-color: white;
  padding: 1.5rem;
  position: relative;
  min-height: 420px;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 991px) {
  body#home .home-content .home__press .press__cards--card {
    min-height: 370px;
  }
}
body#home .home-content .home__press .press__cards--card:hover {
  transform: scale(1.02);
  text-decoration: none;
  z-index: 5;
  box-shadow: 1px 1px 6px 0px rgba(27, 27, 27, 0.8);
}
body#home .home-content .home__press .press__cards--dateholder {
  display: inline-block;
  position: relative;
  width: 100%;
}
body#home .home-content .home__press .press__cards--date {
  color: #feda5e;
  font-family: "source-serif-pro", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1rem;
  display: inline-block;
  position: relative;
  text-align: left;
}
body#home .home-content .home__press .press__cards--titleholder {
  padding: 1rem 0;
}
body#home .home-content .home__press .press__cards--title {
  font-family: "source-serif-pro", serif;
  font-weight: 700;
  font-style: normal;
  color: #023579;
  font-size: 1.5rem;
  text-decoration: none;
  color: white;
}
body#home .home-content .home__press .press__cards--title:hover {
  text-decoration: underline;
  text-decoration-color: #be991a;
  text-decoration-thickness: 2px;
  color: #fff;
}
body#home .home-content .home__press .press__cards--title:hover:after {
  transform: scaleY(1.7);
}
body#home .home-content .home__press .press__cards--bodyholder {
  padding: 1rem 0;
  text-decoration: none;
}
body#home .home-content .home__press .press__cards--bodyholder:hover {
  text-decoration: underline;
  text-decoration-color: #be991a;
  text-decoration-thickness: 2px;
  color: #fff;
}
body#home .home-content .home__press .press__cards--body {
  color: #e8eef1;
  font-size: 1rem;
  font-family: "arimo", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-break: break-word;
}
body#home .home-content .home__press .press__cards--readmore {
  position: absolute;
  bottom: -3rem;
  padding: 0.5rem 1.5rem;
  background-color: transparent;
  width: 100%;
  left: 0;
  font-size: 20px;
  text-decoration: none;
  color: white;
}
body#home .home-content .home__press .press__cards--readmore:hover {
  text-decoration: none;
  background-color: transparent;
}
body#home .home-content .home__press .press__cards--readmore:hover .press__cards--readarrow {
  color: transparent;
}
body#home .home-content .home__press .press__cards--readmore:hover .press__cards--readarrow:after {
  transform: translateX(5px);
  text-decoration: none !important;
  color: #e8eef1;
}
body#home .home-content .home__press .press__cards--readarrow {
  color: white;
  width: 100%;
  display: flex;
  vertical-align: middle;
  justify-content: end;
  align-content: center;
  flex-direction: row;
  align-items: center;
}
body#home .home-content .home__press .press__cards--readarrow:after {
  display: flex;
  vertical-align: middle;
  color: #be991a;
  font-size: 8rem;
  background-color: transparent;
}
@media (max-width: 767px) {
  body#home .home-content .home__press .press__cards--readarrow {
    display: none;
  }
}
body#home #popupModal .modal-content {
  background-color: #e8eef1;
  padding: 1.5rem;
  border: 5px solid #be991a;
  border-radius: 0;
}
body#home #popupModal .modal-content .modal-body {
  padding: 0.5rem 0px;
}
body#home #popupModal .modal-content .modal-body .popupbody {
  color: #0b2545;
}
body#home #popupModal .modal-content .modal-body .popupbody a {
  color: #0b2545;
}
body#home #popupModal .modal-content .modal-body #newsletter-containerpopup .row + .row {
  margin-top: 0;
}
body#home #popupModal .modal-content .modal-header {
  padding: 3.5rem 0 1rem;
  position: relative;
}
body#home #popupModal .modal-content .modal-header .close {
  color: #0b2545;
}
body#home #popupModal .modal-content .modal-header .modal-logoholder {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
body#home #popupModal .modal-content .modal-header .modal-logoholder img {
  display: block;
  width: 100%;
  height: 100%;
}
body#home #popupModal .modal-content .modal-btnholder {
  display: block;
  width: 100%;
  text-align: center;
}

body:not(home) #content {
  padding-top: 0rem;
  overflow: hidden;
}
#main_column {
  position: relative;
}

#listblocks {
  padding-top: 3rem;
}
#listblocks li:nth-of-type(4n+1) .block a {
  background-color: #0b2545;
}
#listblocks li:nth-of-type(4n+1) .block a:hover {
  background-color: #be991a;
}
#listblocks li:nth-of-type(4n+2) .block a {
  background-color: #023579;
}
#listblocks li:nth-of-type(4n+2) .block a:hover {
  background-color: #be991a;
}
#listblocks li:nth-of-type(4n+3) .block a {
  background-color: #0b2545;
}
#listblocks li:nth-of-type(4n+3) .block a:hover {
  background-color: #be991a;
}
#listblocks li:nth-of-type(4n+3) .block a {
  background-color: #023579;
}
#listblocks li:nth-of-type(4n+3) .block a:hover {
  background-color: #be991a;
}

.block {
  margin-bottom: 30px;
  background-color: #0b2545;
  width: 100%;
  display: table;
  height: 200px;
}
.block .desc {
  display: none;
  padding: 20px;
}
.block .desc p {
  width: 100%;
  margin: 0px;
}
.block a {
  width: 100%;
  padding: 15px;
  font-size: 1.625rem;
  color: #fff;
  font-weight: 300;
  vertical-align: middle;
  text-decoration: none;
  display: table-cell;
  font-family: "source-serif-pro", serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}
.block a:hover {
  text-decoration: none;
  transform: translate(-10px, -10px);
  border-bottom: 0px !important;
  color: #fff !important;
}
.block a > img {
  float: left;
}
.block a .media-heading {
  text-transform: uppercase;
  position: relative;
}
.block a .media-heading.noimg {
  width: 100%;
  text-align: center;
  display: block;
}
.block a .media-heading.withimg {
  left: 20px;
  display: block;
  width: 75%;
}
.block:hover {
  background-color: #0b2545;
}
.block:hover a {
  background-color: #be991a;
}
.block.noimg a {
  height: auto;
  min-height: 95px;
}

#content .main_page_title {
  padding-bottom: 2rem;
}

#breadcrumb {
  padding: 1rem 0;
  margin-top: 0;
}
#breadcrumb ul {
  margin-bottom: 0;
}
#breadcrumb ul li:first-child {
  display: none;
}
#breadcrumb ul li:last-child:after {
  display: none;
}
#breadcrumb ul li:after {
  content: "/";
  margin-left: 0.5rem;
  position: relative;
  display: inline-block;
  color: #0b2545;
}
#breadcrumb ul li a {
  font-family: "arimo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #023579;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  text-decoration-color: #be991a;
}
#breadcrumb ul li a:hover {
  color: #023579;
  text-decoration: underline;
  text-decoration-color: #be991a;
  text-decoration-thickness: 2px;
}
.hasbanner #breadcrumb ul li a {
  color: white;
}

body#newsroom_landing_page footer {
  margin-top: 0 !important;
}
body#newsroom_landing_page .videoiframe {
  margin-bottom: 2rem;
}
body#newsroom_landing_page #main_column {
  padding: 0;
  background-color: transparent;
}
body#newsroom_landing_page #breadcrumb {
  display: none;
}
body#newsroom_landing_page #content {
  overflow: visible;
}
body#newsroom_landing_page .one_column {
  margin-left: 0;
  margin-right: 0;
}
body#newsroom_landing_page #rightside {
  padding: 3rem;
  background-color: #fff;
}
body#newsroom_landing_page #rightside hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body#newsroom_landing_page #leftside {
  text-align: left;
  padding: 0px 0px 0 15px;
  background-color: #023579;
  position: relative;
  z-index: 1;
}
body#newsroom_landing_page #leftside:before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  left: -100%;
  height: 100%;
  background-color: #023579;
}
body#newsroom_landing_page #leftside:after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 200%;
  bottom: -5%;
  left: -100%;
  height: 60%;
  z-index: -1;
  background-color: #023579;
}
body#newsroom_landing_page .media__summary {
  padding-bottom: 2rem;
}
body#newsroom_landing_page .media__header {
  padding-top: 3rem;
  margin-bottom: 0;
}
body#newsroom_landing_page .media__header a {
  color: #0b2545;
  text-transform: uppercase;
}
body#newsroom_landing_page .media__link {
  color: #0b2545;
  text-decoration: none;
  padding-bottom: 0.5rem;
}
body#newsroom_landing_page .media__link:hover {
  color: #023579;
  text-decoration: underline;
}
body#newsroom_landing_page .media__link--underline {
  color: #023579;
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-style: normal;
}
body#newsroom_landing_page .media__link--underline:hover {
  color: #0b2545;
  text-decoration: underline;
}
body#newsroom_landing_page .media__button {
  text-align: right;
  bottom: 3rem;
  right: 3rem;
  color: #be991a;
  display: inline-block;
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
body#newsroom_landing_page .media__button--container {
  text-align: right;
  display: table;
  width: 100%;
  padding: 0rem 0 3rem;
}
body#newsroom_landing_page .media__button--container.videos {
  padding: 0rem 0 3rem;
}
body#newsroom_landing_page .media__side-nav {
  width: 100%;
  margin-top: 3rem;
}
body#newsroom_landing_page .media__side-nav .main_page_title {
  text-align: left;
  color: #fff;
}
body#newsroom_landing_page .media__side-nav.affix {
  width: 270px;
  top: 9.5rem;
  position: fixed;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__side-nav.affix {
    width: 225px;
  }
}
body#newsroom_landing_page .media__side-nav.affix-bottom {
  position: absolute;
  width: 270px;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__side-nav.affix-bottom {
    width: 225px;
  }
}
body#newsroom_landing_page .media__list {
  text-align: left;
  display: block;
}
body#newsroom_landing_page .media__list-item {
  text-align: left;
  display: block;
}
body#newsroom_landing_page .media__list-item.active a, body#newsroom_landing_page .media__list-item:hover a {
  background-color: transparent;
  color: #be991a;
  border-radius: 0px;
  border-bottom: 2px solid #be991a;
}
body#newsroom_landing_page .media__list-link {
  color: #fff;
  display: inline-block;
  padding: 10px 0px 0px;
  text-decoration: none;
  border-radius: 0px;
  font-size: 1.75rem;
  border-bottom: 2px solid transparent;
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-style: normal;
}
body#newsroom_landing_page .media__list-link:hover {
  color: #be991a;
  text-decoration: none;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__list-link {
    font-size: 1.625rem;
  }
}
body#newsroom_landing_page .media__date {
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #be991a;
  font-size: 1.125rem;
}
body#newsroom_landing_page .media__videos .ce_youtube_video {
  margin-bottom: 4rem;
}

#filterbuttons {
  position: absolute;
  top: 4rem;
  right: 0;
}
@media (max-width: 991px) {
  #filterbuttons {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin: 0rem 0 2rem;
  }
}

.prevpress {
  display: table;
  padding: 1rem 0;
  width: 100%;
}
.prevpress .prevarticle {
  min-width: 232px;
  white-space: nowrap;
  justify-content: center;
}
.prevpress .nextarticle {
  min-width: 232px;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .prevpress .previous {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .prevpress .next {
    text-align: center !important;
  }
}

#pagetools #actions {
  padding-top: 1.5rem;
}

#newscontent .date.black {
  display: block;
  margin-bottom: 0rem;
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-style: normal;
  color: #0b2545;
  font-size: 1.125rem;
  text-transform: uppercase;
}
#newscontent #press .subtitle {
  font-size: 2.5rem;
}
#newscontent #press .title a {
  color: #0b2545;
}
#newscontent #press .title a:hover {
  color: #023579;
}

#pagination-container {
  text-align: right;
  margin-top: 3rem;
  display: table;
  width: 100%;
  padding: 1rem 0;
}
#pagination-container .pagination-right {
  display: table-cell;
  vertical-align: middle;
  float: none;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 560px) {
  #pagination-container .pagination-right {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
}
#pagination-container .pagination-right .form-inline select {
  padding: 2px 5px;
  height: 30px;
  font-size: 1rem;
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, #c7c7c7 1px, #fcfcfc 1px), linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 2px 100%, 6px 6px, 6px 6px;
  background-position: 30px center, 10px center, 16px center;
  background-position: calc(100% - 30px) center, calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 20px center, right 10px center, right 5px center;
  text-indent: 0.01px;
}
#pagination-container .pager {
  display: table-cell;
  float: right;
  width: auto;
  margin: 0;
  vertical-align: middle;
}
#pagination-container .pager li {
  display: table-cell;
  padding-right: 5px;
}
#pagination-container .pager li:last-child {
  padding-right: 0px;
}
@media (max-width: 560px) {
  #pagination-container .pager {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
}

#asides.legislation {
  padding-bottom: 2rem;
}

#legislation #bill-number {
  width: 15%;
}

.pagination .pages select {
  padding: 2px 5px;
  height: 30px;
  font-size: 1rem;
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, #c7c7c7 1px, #fcfcfc 1px), linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 2px 100%, 6px 6px, 6px 6px;
  background-position: 30px center, 10px center, 16px center;
  background-position: calc(100% - 30px) center, calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 20px center, right 10px center, right 5px center;
  text-indent: 0.01px;
}

#filter-legislation {
  padding-bottom: 1rem;
}
#filter-legislation form {
  padding-bottom: 0.5rem;
}
#filter-legislation form select {
  padding: 2px 10px;
  height: 40px;
  font-size: 1.125rem;
  padding-right: 2.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, #c7c7c7 1px, #fcfcfc 1px), linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 2px 100%, 6px 6px, 6px 6px;
  background-position: 30px center, 10px center, 16px center;
  background-position: calc(100% - 30px) center, calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 30px center, right 15px center, right 10px center;
  text-indent: 0.01px;
}

#content #asides {
  padding-top: 2.5rem;
}

#voting_record .page {
  margin: 30px 0;
  display: none;
  transition: 1s ease-in-out;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
#voting_record .page .row {
  margin: 0 0 20px 0;
  padding: 5px 5px 15px 5px;
  border-bottom: 1px solid #ccc;
  /* ----- */
}
#voting_record .page .row .date {
  font-size: 1rem;
}
#voting_record .page .row .vote {
  font-size: 1rem;
  color: #666;
}
#voting_record .page .row .No, #voting_record .page .row .Nay {
  color: red;
}
#voting_record .page .row .Yea, #voting_record .page .row .Aye {
  color: green;
}
#voting_record .page .row .result {
  font-size: 1rem;
  color: #666;
}
#voting_record .page .row .Failed {
  color: red !important;
}
#voting_record .page .row .Passed {
  color: green !important;
}
#voting_record .page .row .category {
  font-size: 1rem;
}
#voting_record .page.in {
  opacity: 1;
}
#voting_record .pagination {
  display: table;
  width: 100%;
}
#voting_record .pagination .pages {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  margin: 0;
}
#voting_record .pagination .pages_nav {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
#voting_record .pagination .pages_nav .next {
  margin-left: 5px;
}

@media (max-width: 991px) {
  .legislationrow {
    flex-direction: column-reverse;
  }
}

#thomas_search {
  margin-bottom: 1rem;
}

#content.hasbanner {
  position: relative;
}
#content.hasbanner .main_page_title {
  display: none;
  visibility: hidden;
}
#content.hasbanner .main_page_title.banneravail {
  display: block;
  visibility: visible;
}
#content.hasbanner .figure__container {
  position: relative;
  width: 100%;
}
#content.hasbanner .figure__container:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0b2545;
  z-index: -1;
}
@media (max-width: 767px) {
  #content.hasbanner .figure__container:before {
    height: 30%;
  }
}
#content.hasbanner.moving:before {
  height: 24.5em;
}
@media (max-width: 991px) {
  #content.hasbanner.moving:before {
    height: 21.5em;
  }
}
@media (max-width: 767px) {
  #content.hasbanner.moving:before {
    height: 17.5em;
  }
}
@media (max-width: 575px) {
  #content.hasbanner.moving:before {
    height: 15.5em;
  }
}
@media (max-width: 450px) {
  #content.hasbanner.moving:before {
    height: 13.5em;
  }
}
@media (max-width: 400px) {
  #content.hasbanner.moving:before {
    height: 13em;
  }
}
#content.hasbanner .main_page_title {
  color: #fff;
  font-size: 3.125rem;
}
@media (max-width: 575px) {
  #content.hasbanner .main_page_title {
    font-size: 2.125rem;
  }
}
@media (max-width: 450px) {
  #content.hasbanner .main_page_title {
    font-size: 1.625rem;
  }
}
#content.hasbanner .main_page_title .altcolor {
  color: #fff;
}
#content.hasbanner #breadcrumb {
  padding: 1rem 0;
  margin-top: 0;
}
#content.hasbanner #breadcrumb ul {
  margin-bottom: 0px;
}
#content.hasbanner #breadcrumb ul li a {
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
#content.hasbanner #breadcrumb ul li a:hover {
  text-decoration: underline;
  color: #b6ccd7;
}
#content.hasbanner #main_column {
  padding-top: 5rem;
}
@media (max-width: 991px) {
  #content.hasbanner #main_column {
    padding-top: 3rem;
  }
}

.figure__banner {
  width: 100%;
  position: relative;
  margin: 0;
}
.figure__banner--holder {
  padding-left: 10px;
  padding-right: 10px;
}
.figure__banner--holder:nth-child(1) {
  padding-left: 0;
}
.figure__banner--holder:nth-child(4) {
  padding-right: 0;
}
.figure__banner--holder:nth-child(2) {
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .figure__banner--holder:nth-child(2) {
    margin-top: 1rem;
  }
}
.figure__banner--holder:nth-child(4) {
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .figure__banner--holder:nth-child(4) {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .figure__banner--holder {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.figure__banner--imageholder {
  min-height: 500px;
  position: relative;
}
@media (max-width: 1200px) {
  .figure__banner--imageholder {
    min-height: 360px;
  }
}
@media (max-width: 767px) {
  .figure__banner--imageholder {
    min-height: 270px;
  }
}
.figure__banner--image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.snippets {
  padding: 0rem 0;
}
.snippets .shadowbg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 0;
  background-color: rgba(0, 35, 75, 0.85);
}
.snippets__item {
  padding: 0 0.5rem;
}
@media (max-width: 991px) {
  .snippets__item {
    padding: 1rem;
  }
}
.snippets__bio--image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.snippets__bio--img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130%;
  object-fit: cover;
  object-position: center;
  padding: 0;
}
.snippets__bodytextholder--larger {
  font-size: 1.5rem !important;
}
.snippets__bodytextholder--larger p {
  font-size: 1.5rem !important;
  font-family: "source-serif-pro", serif;
  font-weight: 700;
  font-style: normal;
}
.snippets__bodytitle--title {
  font-size: 36px;
  font-family: "source-serif-pro", serif;
  font-weight: 700;
  font-style: normal;
}
.snippets__section {
  width: 100%;
  padding: 3rem 0;
  position: relative;
  display: table;
}
.snippets__section:first-child {
  padding: 5rem 0;
  background-color: #b6ccd7;
}
.snippets__section.noitem {
  display: none;
}
.snippets__section.background .snippets__body {
  color: white;
}
.snippets__section.background .snippets__body a {
  color: #be991a;
}
.snippets__section.background .snippets__body a:hover {
  color: #e8eef1 !important;
}
.snippets__collapse {
  height: 400px;
  display: block !important;
  overflow: hidden;
  z-index: -1;
}
.snippets__collapse.show {
  height: 100%;
}
.snippets__body img {
  width: 100%;
  display: block;
  height: auto;
}
.snippets__body .startletter {
  float: left;
  padding: 0 0.6rem 0 0;
  margin: 0;
}
.snippets__bodyhold .left {
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.snippets__bodyhold .right {
  padding: 0px 15px 0px 0px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.snippets__bodyhold--block {
  position: relative;
  display: block;
  margin: 2rem 0 0;
  padding: 2rem 0 2rem 2rem;
  position: relative;
}
@media (max-width: 991px) {
  .snippets__bodyhold--block {
    padding: 2rem;
  }
}
.snippets__bodyhold--block:after {
  content: "";
  display: block;
  position: absolute;
  right: -4rem;
  top: 0;
  width: 4rem;
  height: 100%;
  background-color: inherit;
}
@media (max-width: 991px) {
  .snippets__bodyhold--block:after {
    display: none;
  }
}
.snippets__bodyhold--block .snippets__bodytext {
  font-size: 18px;
}
.snippets__bodyimage {
  border-radius: 0.5rem;
  overflow: hidden;
}
.snippets__bodyimage img {
  width: 100%;
  display: block;
  height: auto;
}
@media (max-width: 991px) {
  .snippets__bodyimage {
    display: table;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 65%;
    margin-bottom: 2rem;
  }
  .snippets__bodyimage img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.2);
  }
}
.snippets__bodyimage--lowerimages {
  width: 100%;
  max-width: 85%;
  float: right;
  padding: 1.5rem 0px;
}
@media (max-width: 991px) {
  .snippets__bodyimage--lowerimages {
    float: none;
    max-width: 100%;
  }
}
.snippets__section {
  padding: 1rem 0;
}
@media (max-width: 578px) {
  .snippets__section {
    padding: 0;
  }
}
.snippets__bodytextholder--larger {
  font-size: 1.5rem !important;
}
.snippets__bodytextholder--larger p {
  font-size: 1.5rem !important;
}
.snippets__bodyimage img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .snippets__bodyimage {
    margin-bottom: 2rem;
  }
}
.snippets__image--mobile {
  display: block;
  width: 50%;
}
.snippets__image--mobile.left {
  float: left;
  padding: 0rem 1rem 1rem 0rem;
}
.snippets__image--mobile.right {
  float: right;
  padding: 0rem 0rem 1rem 1rem;
}
@media (max-width: 578px) {
  .snippets__image--mobile {
    width: 100%;
    padding: 1rem !important;
    float: none !important;
  }
}

.prevpress {
  display: table;
  padding: 4rem 1rem;
  width: 100%;
}
.prevpress__holder .nextarticle, .prevpress__holder .prevarticle {
  margin-bottom: 1rem;
  white-space: nowrap;
}

#pagetools #actions {
  padding-top: 1.5rem;
  text-align: center;
}

body#about #breadcrumb ul li a {
  color: #e8eef1;
}
body#about #breadcrumb ul li a:hover {
  text-decoration: underline;
  color: #b6ccd7;
}

.issue__latestheader {
  border-bottom: 1px solid #0b2545;
}
.issue__list-item {
  padding-bottom: 2rem;
}
.issue__link {
  text-decoration: none;
}
.issue__link:hover {
  text-decoration: underline !important;
  text-decoration-color: #be991a !important;
}
.issue__link.btn {
  margin-bottom: 2rem;
  text-decoration: none !important;
}

.bio {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 25%;
  z-index: 1;
}
@media (max-width: 991px) {
  .bio {
    padding-top: 50%;
  }
}
@media (max-width: 768px) {
  .bio {
    padding-top: 50%;
  }
}
.bio__banner {
  height: 100%;
  width: 100%;
  margin: 0;
  top: 0;
  position: absolute;
}
.bio__banner--image {
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 475px;
}
@media (max-width: 991px) {
  .bio__banner--image {
    background-position-x: 0;
    background-position: center;
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 40%;
    height: auto;
    min-height: auto;
  }
}
.bio__banner--white {
  background-color: #b6ccd7;
}
.bio__toptext {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.bio__toptext--holder {
  background-color: #0b2545;
  padding: 5rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  position: relative;
  top: 2rem;
}
.bio__toptext--holder:after {
  content: "";
  background-color: #0b2545;
  display: block;
  width: 100%;
  height: 100%;
  right: -100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .bio__toptext--holder {
    padding: 3rem 5rem;
    top: 0;
  }
}
@media (max-width: 620px) {
  .bio__toptext--holder {
    padding: 3rem 2rem;
  }
}
.bio__toptext--title {
  display: inline-block;
  color: #fff;
}
.bio #breadcrumb {
  padding: 0;
  margin-top: 0;
}
.bio #breadcrumb ul {
  margin-bottom: 0;
}
.bio #breadcrumb ul li a {
  font-family: "arimo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #be991a;
  text-transform: uppercase;
}
.bio #breadcrumb ul li a:hover {
  color: white;
}

.event__upcomingtitle {
  margin-bottom: 2rem;
  display: block;
}
.event__pasttitle {
  margin-bottom: 2rem;
  display: block;
}
.event__paneltitle {
  width: 100%;
}
.event__type {
  font-size: 1.125rem;
  color: #be991a;
}
.event__date {
  font-size: 1.125rem;
}
.event__addrow {
  padding: 2rem 0;
}
.event__linkholder {
  text-align: left;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .event__linkholder {
    text-align: left;
  }
}
.event__addholder {
  text-align: right;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .event__addholder {
    text-align: left;
  }
}

.events__topholder {
  padding-bottom: 3rem;
}

.accordion-button {
  background-color: none !important;
  cursor: auto;
}
.accordion-button:after {
  display: none;
}
.accordion-button.collapsed {
  background-color: none;
}
.accordion-button:not(.collapsed) {
  background-color: #e8eef1 !important;
  color: #0b2545 !important;
}
.accordion__upcomingevents {
  padding-bottom: 3rem;
  display: block;
}
.accordion__pastevents {
  padding-bottom: 3rem;
  display: block;
}
.accordion-item {
  border-radius: 5px;
  margin-bottom: 1rem;
  border-top: 1px solid #e9eceb !important;
}

.iframe {
  display: block;
  padding-top: 45%;
  position: relative;
}
.iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.iframe-tall {
  position: relative;
  display: block;
  padding-top: 60%;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.iframe-tall iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#calendar {
  padding: 3rem;
  border-radius: 5rem;
  background-color: #e8eef1;
  display: block;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #0e0e0e !important;
}

.fc-day-grid-event .fc-content {
  white-space: normal !important;
}

.fc-event {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0.3rem !important;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}
.fc-event:hover {
  text-decoration: underline !important;
}

.fc-button {
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0.8rem !important;
  padding: 0 1.3rem !important;
  background-color: #b6ccd7 !important;
  color: #fff !important;
  transition: all 0.2s ease-in-out !important;
}
.fc-button:hover {
  background-color: #85a9bc !important;
  border-radius: 0 !important;
}

.fc-today {
  background-color: #be991a !important;
}

.fc-event.general_event {
  background-color: #023579 !important;
}
.fc-event.general_event:hover {
  background-color: #b6ccd7 !important;
}
.fc-event.town_hall {
  background-color: #be991a !important;
}
.fc-event.town_hall:hover {
  background-color: #917514 !important;
}

.location__offices--holder {
  overflow: hidden;
}
.location__offices--column {
  padding: 0;
}
.location__offices--officeholder {
  padding: 0;
  position: relative;
  background-color: #0b2545;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
}
.location__offices--officeholder:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #023579 5%, rgba(255, 255, 255, 0) 100%);
}
.location__offices--officeholder.ogden {
  background-image: url("/themes/moore/images/home/offices/ogden.jpg");
}
.location__offices--officeholder.ogden .location__offices--body {
  width: 100%;
}
.location__offices--officeholder.dc {
  background-image: url("/themes/moore/images/home/offices/washington.jpg");
}
.location__offices--officeholder.dc .location__offices--body {
  width: 100%;
}
.location__offices--body {
  padding: 3rem;
  color: white !important;
  min-height: 370px;
  position: relative;
}
.location__offices--office {
  display: block;
  font-family: "source-serif-pro", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.location__offices--address {
  font-size: 0.875rem;
  padding-bottom: 2rem;
  display: block;
  position: relative;
  z-index: 1;
}
.location__offices--directions {
  position: absolute;
  display: block;
  bottom: 7rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .location__offices--directions {
    position: relative;
    bottom: 0;
  }
}
.location__offices--link {
  color: #fff !important;
}
.location__offices--link:hover {
  color: white !important;
}
.location__offices--internal .location__offices--officeholder {
  padding: inherit;
  background-color: transparent;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .location__offices--internal .location__offices--officeholder {
    margin-bottom: 1rem;
  }
}
.location__offices--internal .location__offices--officeholder:before {
  display: none;
}
.location__offices--internal .location__offices--body {
  min-height: 465px;
}
.location__offices--internal .location__offices--body .smalltext {
  font-size: 0.825rem !important;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .location__offices--internal .location__offices--body .smalltext {
    padding: 1rem 0;
  }
}
.location__offices--internal .location__offices--link {
  text-decoration: none !important;
}
.location__offices--internal .location__offices--address {
  font-size: 1rem;
}

a[href^=tel],
a[href^=mailto] {
  color: inherit;
}

.form-validation-error-message {
  font-weight: 700;
  color: red;
  font-size: 1.5rem !important;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem;
  border-radius: 7rem;
  border: 3px solid red;
}

.listspace ul li, .listspace ol li {
  margin-bottom: 1rem;
}

.social-list {
  margin-bottom: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: normal;
  padding: 0.4rem 0.15rem;
  flex-wrap: nowrap;
  flex-direction: row;
}
.social-list li {
  padding: 1rem 3px !important;
  margin-right: 0px !important;
  /*   .facebook{

       border: 1px solid $facebook;
       background-color: $facebook;
       color: $white;

       &:hover{

         border: 1px solid $facebook;
         background-color: $white;
         color: $facebook;

       }

     }

     .instagram{

       border: 1px solid $instagram;
       background-color:  $instagram;
       color: $white;

       &:hover{

         border: 1px solid $instagram-hover;
         background-color: $white;
         color: $instagram-hover;

       }

     }

     .twitter{

       border: 1px solid $twitter;
       background-color: $twitter;
       color: $white;

       &:hover{

         border: 1px solid $twitter;
         background-color: $white;
         color: $twitter;

       }

     } */
}
@media (max-width: 992px) {
  .social-list li {
    padding: 3px 5px !important;
  }
}
.social-list li a {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 1px;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #0b2545;
  display: block;
  font-size: 16px;
}
.social-list li a:hover {
  background-color: #0b2545;
  color: #fff;
}
.social-list--bottom li {
  padding: 5px 5px;
}
.social-list--bottom li a {
  background-color: #fff;
  color: #0b2545;
  border: 1px solid #fff;
}
.social-list--bottom li a:hover {
  background-color: #be991a;
  color: #0b2545;
}

.scrolling .social-list li a {
  background-color: #023579;
  color: #fff;
  border: 1px solid #023579;
}
.scrolling .social-list li a:hover {
  background-color: #be991a;
  color: #0b2545;
}

body:not(#home) .social-list li a {
  background-color: #fff;
  color: #023579;
  border: 1px solid #fff;
}
body:not(#home) .social-list li a:hover {
  background-color: #023579;
  color: #fff;
}

.social-area .socialareablock {
  margin-bottom: 2rem;
}
.social-area .socialareablock .socialblock {
  padding: 1rem;
  height: 100%;
  border-radius: 2rem;
  border: 0.5rem solid #b6ccd7;
}
.social-area .socialareablock .socialblock .socialheader {
  text-align: center;
  position: relative;
  margin-top: -2.8rem;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton {
  padding: 5px 10px;
  text-align: left;
  display: block;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 1rem;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton .icon {
  margin-right: 10px;
  text-decoration: none;
  background-color: #023579;
  padding: 1px;
  border-radius: 100%;
  color: #fff;
  width: 33px;
  height: 33px;
  display: inline-block;
  text-align: center;
  border: 2px solid #023579;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton .socialtext {
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #0b2545;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton:hover .icon {
  color: #fff;
  background-color: #01142e;
  border: 2px solid #01142e;
}
.social-area .socialareablock .socialblock--instagrambox iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .social-area .socialareablock {
    margin-bottom: 3rem;
  }
}

.videos__section--holder {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56%;
}
.videos__section--iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alert {
  padding: 1rem;
  margin-bottom: 0;
  border: 0;
  background-color: #023579;
  border-radius: 0;
  position: relative;
  z-index: 5;
}
.alert .headline {
  padding: 0 2rem;
}
.alert .headline a {
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 1.25rem;
  text-transform: capitalize;
}
.alert .headline a:hover {
  color: #b6ccd7;
  text-decoration: underline;
}
@media (max-width: 520px) {
  .alert .headline a {
    font-size: 1rem;
  }
}
.alert .headline .alertbold {
  font-family: "source-serif-pro", serif;
  font-weight: 700;
  font-style: normal;
  color: white;
}

.alerttwo {
  background-color: #9e0000;
}

.alert-container {
  align-items: center;
  display: flex;
}
@media (max-width: 1100px) {
  .alert-container {
    max-width: 100% !important;
  }
}

.f-modal-alert .f-modal-icon {
  border-radius: 50%;
  background-color: #0b2545;
  box-sizing: content-box;
  height: 35px;
  margin: 5px auto;
  padding: 0;
  position: relative;
  width: 35px;
  color: #0b2545;
  text-align: center;
}
.f-modal-alert .f-modal-icon .f-modal-exclamation {
  position: relative;
  text-align: center;
  color: #fff;
  top: 4px;
}

.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}

.animateXLeft {
  animation: animateXLeft 0.75s;
}

.animateXRight {
  animation: animateXRight 0.75s;
}

.scaleWarning {
  animation: scaleWarning 0.75s infinite alternate;
}

.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes Pulse {
  50% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(2, 2, 1);
    opacity: 0;
  }
}
.Pulse {
  color: #0b2545;
  position: relative;
}
.Pulse:before {
  content: "";
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: Pulse 2s ease-out infinite;
  background-color: currentColor;
  transform: scale3d(1, 1, 1);
}
.Pulse > * {
  position: relative;
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateXLeft {
  0%, 65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}
@keyframes animateXRight {
  0%, 65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}
@keyframes scaleWarning {
  0% {
    transform: scale(1);
    border-color: #feda5e;
  }
  30% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulseWarning {
  0% {
    background-color: transparent;
    transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: transparent;
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #fff;
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #feda5e;
  }
  100% {
    background-color: #fff;
  }
}
footer {
  background-color: #0b2545;
  padding: 3rem 3rem 3rem;
  position: relative;
  z-index: 1;
}
footer .footerstyles {
  display: block;
  align-items: center;
  align-content: center;
}
footer .footerstyles .footer-nodes {
  margin-bottom: 0 !important;
}
footer .footerstyles .leftside {
  text-align: left;
}
footer .footerstyles .leftside ul {
  margin-bottom: 0;
}
footer .footerstyles .leftside ul li {
  padding: 1rem;
}
footer .footerstyles .leftside ul li a {
  color: #fff;
  text-decoration: none;
}
footer .footerstyles .leftside ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: #be991a;
}
footer .footerstyles .leftside ul li.selected a {
  text-decoration-color: #023579;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration: underline;
}
@media (max-width: 991px) {
  footer .footerstyles .leftside {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
  }
}
footer .footerstyles .subfooter {
  text-align: left;
  padding: 1rem;
}
@media (max-width: 991px) {
  footer .footerstyles .subfooter {
    text-align: center;
  }
}
footer .footerstyles .subfooter__links ul {
  margin-bottom: 0;
}
footer .footerstyles .subfooter__links ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "arimo", sans-serif;
  font-weight: 700;
  font-style: normal;
}
footer .footerstyles .subfooter__links ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: #be991a;
}
footer .footerstyles .subfooter__links ul li.selected a {
  text-decoration-color: #023579;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration: underline;
}
footer .footerstyles .footersocial {
  padding: 0 1.4rem;
}
footer .footerstyles .footersocial .social-list li a {
  color: #023579;
  background-color: #fff;
  border: 1px solid #fff;
}
footer .footerstyles .footersocial .social-list li a:hover {
  color: #023579;
  background-color: #be991a;
  border: 1px solid #be991a;
}
footer ul li a {
  color: #fff;
  font-family: "arimo", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
footer ul li a:hover {
  color: #023579;
  text-decoration: underline;
}

footer {
  margin-top: 3rem;
}

body#home footer, body#newsroom_landing_page footer, body#about footer {
  margin-top: 0rem;
}

/* 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, #newslettercontent form #actions, #newslettermodal form #actions {
  font-size: 1.375rem;
  height: 65px;
}
#main_column form fieldset, #newslettercontent form fieldset, #newslettermodal form fieldset {
  margin: 50px 0 0 0;
}
#main_column form fieldset legend, #newslettercontent form fieldset legend, #newslettermodal form fieldset legend {
  font-size: 1.875rem;
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
#main_column form fieldset label, #newslettercontent form fieldset label, #newslettermodal form fieldset label {
  font-family: "source-serif-pro", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-bottom: 0.3rem;
}
#main_column form fieldset label .required, #newslettercontent form fieldset label .required, #newslettermodal form fieldset label .required {
  color: #023579;
  margin: 0 5px;
}
@media (max-width: 767px) {
  #main_column form fieldset label, #newslettercontent form fieldset label, #newslettermodal form fieldset label {
    font-size: 0.9375rem;
  }
}
#main_column form fieldset input, #main_column form fieldset select, #newslettercontent form fieldset input, #newslettercontent form fieldset select, #newslettermodal form fieldset input, #newslettermodal form fieldset select {
  padding: 10px;
  box-shadow: none;
  border-radius: 5px;
}
#main_column form fieldset input[type=radio], #main_column form fieldset input[type=checkbox], #newslettercontent form fieldset input[type=radio], #newslettercontent form fieldset input[type=checkbox], #newslettermodal form fieldset input[type=radio], #newslettermodal form fieldset input[type=checkbox] {
  padding: 0px;
  padding-top: 2px;
}
#main_column form fieldset abbr[title], #main_column form fieldset abbr[data-original-title], #newslettercontent form fieldset abbr[title], #newslettercontent form fieldset abbr[data-original-title], #newslettermodal form fieldset abbr[title], #newslettermodal 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, #newslettercontent form fieldset textarea, #newslettermodal form fieldset textarea {
  min-height: 100px;
  font-size: 1.125rem;
}
#main_column form fieldset input.form-control,
#main_column form fieldset select.form-control, #newslettercontent form fieldset input.form-control,
#newslettercontent form fieldset select.form-control, #newslettermodal form fieldset input.form-control,
#newslettermodal form fieldset select.form-control {
  height: 45px;
  font-size: 1.125rem;
}
#main_column form fieldset input.form-control:focus,
#main_column form fieldset select.form-control:focus, #newslettercontent form fieldset input.form-control:focus,
#newslettercontent form fieldset select.form-control:focus, #newslettermodal form fieldset input.form-control:focus,
#newslettermodal form fieldset select.form-control:focus {
  border: 1px solid #CCC;
  box-shadow: 1px, 1px, 5px, 0.5px;
}
#main_column form fieldset .note-text, #newslettercontent form fieldset .note-text, #newslettermodal form fieldset .note-text {
  padding: 5px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.33);
}
#main_column form fieldset + fieldset, #newslettercontent form fieldset + fieldset, #newslettermodal form fieldset + fieldset {
  margin: 50px 0 0 0;
}
#main_column form .btn, #newslettercontent form .btn, #newslettermodal form .btn {
  margin-top: 30px;
  font-size: 1.375rem;
  color: #FFF;
  background-color: #b6ccd7;
  position: relative;
  text-transform: uppercase;
  font-family: "source-serif-pro", serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  color: #0b2545;
  background-color: #feda5e;
}
#main_column form .btn:hover, #newslettercontent form .btn:hover, #newslettermodal form .btn:hover {
  background-color: #0b2545;
  color: #fff;
}
#main_column form .btn + .btn, #newslettercontent form .btn + .btn, #newslettermodal form .btn + .btn {
  margin: 0 15px;
}

#newslettercontent .amend-form-container form .btn:hover {
  box-shadow: none;
}

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

#content .amend-form-container {
  padding: 1rem 4rem 4rem;
  background-color: rgba(241, 241, 241, 0.5);
}
@media (max-width: 767px) {
  #content .amend-form-container {
    padding: 1rem;
  }
}

#content .amend-form-container .loader, #newslettercontent .amend-form-container .loader, #newslettermodal .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;
  -moz-animation: rotation 1s infinite linear;
  -o-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#content .amend-form-container form, #newslettercontent .amend-form-container form, #newslettermodal .amend-form-container form {
  display: table;
  width: 100%;
  /*input[type="submit"] {
  	padding: .25em .5em;
  	font-size: 1.3em;
  }*/
}
@media (max-width: 991px) {
  #content .amend-form-container form, #newslettercontent .amend-form-container form, #newslettermodal .amend-form-container form {
    display: block;
  }
}
#content .amend-form-container form h2, #newslettercontent .amend-form-container form h2, #newslettermodal .amend-form-container form h2 {
  margin: 0 0 1em 0;
  font-size: 1.5625rem;
  font-weight: bold;
}
#content .amend-form-container form h3, #newslettercontent .amend-form-container form h3, #newslettermodal .amend-form-container form h3 {
  margin: 0 0 1em 0;
  font-size: 1.25rem;
}
#content .amend-form-container form input[type=text], #content .amend-form-container form input[type=email], #content .amend-form-container form select, #newslettercontent .amend-form-container form input[type=text], #newslettercontent .amend-form-container form input[type=email], #newslettercontent .amend-form-container form select, #newslettermodal .amend-form-container form input[type=text], #newslettermodal .amend-form-container form input[type=email], #newslettermodal .amend-form-container form select {
  height: 45px;
}
#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, #newslettercontent .amend-form-container form input[type=text], #newslettercontent .amend-form-container form input[type=email], #newslettercontent .amend-form-container form textarea, #newslettercontent .amend-form-container form select, #newslettermodal .amend-form-container form input[type=text], #newslettermodal .amend-form-container form input[type=email], #newslettermodal .amend-form-container form textarea, #newslettermodal .amend-form-container form select {
  width: 100%;
  line-height: 1;
  padding: 10px 10px;
  color: #0b2545;
  font-size: 0.875rem;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-style: normal;
}
#content .amend-form-container form select, #newslettercontent .amend-form-container form select, #newslettermodal .amend-form-container form select {
  padding: 10px;
  height: 45px;
  font-size: 0.875rem;
  padding-right: 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, #c7c7c7 1px, #fcfcfc 1px), linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 2px 100%, 6px 6px, 6px 6px;
  background-position: 30px center, 10px center, 16px center;
  background-position: calc(100% - 30px) center, calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 30px center, right 16px center, right 10px center;
  text-indent: 0.01px;
}
#content .amend-form-container form textarea, #newslettercontent .amend-form-container form textarea, #newslettermodal .amend-form-container form textarea {
  min-height: 125px;
}
#content .amend-form-container form input[type=checkbox] + label,
#content .amend-form-container form input[type=radio] + label, #newslettercontent .amend-form-container form input[type=checkbox] + label,
#newslettercontent .amend-form-container form input[type=radio] + label, #newslettermodal .amend-form-container form input[type=checkbox] + label,
#newslettermodal .amend-form-container form input[type=radio] + label {
  display: inline;
  position: relative;
  top: 2px;
  left: 0.5em;
}
#content .amend-form-container form .btn, #content .amend-form-container form input[type=submit], #newslettercontent .amend-form-container form .btn, #newslettercontent .amend-form-container form input[type=submit], #newslettermodal .amend-form-container form .btn, #newslettermodal .amend-form-container form input[type=submit] {
  position: relative;
  text-transform: uppercase;
  font-family: "source-serif-pro", serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  color: #fff;
  background-color: #023579;
  white-space: normal;
  padding: 1rem;
}
#content .amend-form-container form .btn:hover, #content .amend-form-container form input[type=submit]:hover, #newslettercontent .amend-form-container form .btn:hover, #newslettercontent .amend-form-container form input[type=submit]:hover, #newslettermodal .amend-form-container form .btn:hover, #newslettermodal .amend-form-container form input[type=submit]:hover {
  color: #fff !important;
  background-color: #01142e;
}
#content .amend-form-container form .checkbox input[type=checkbox], #newslettercontent .amend-form-container form .checkbox input[type=checkbox], #newslettermodal .amend-form-container form .checkbox input[type=checkbox] {
  margin-left: 0;
}
#content .amend-form-container form .checkbox input[type=checkbox] + label, #newslettercontent .amend-form-container form .checkbox input[type=checkbox] + label, #newslettermodal .amend-form-container form .checkbox input[type=checkbox] + label {
  top: -1px;
  left: 0.25em;
}
#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, #newslettercontent .amend-form-container form .control-group + .control-group, #newslettercontent .amend-form-container form .control-group + .row, #newslettercontent .amend-form-container form .row + .control-group, #newslettercontent .amend-form-container form .row + .row, #newslettermodal .amend-form-container form .control-group + .control-group, #newslettermodal .amend-form-container form .control-group + .row, #newslettermodal .amend-form-container form .row + .control-group, #newslettermodal .amend-form-container form .row + .row {
  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: 60px;
  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: 0.875rem;*/
  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;
}

/*!
 * 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;
  z-index: 1;
  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 > 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;
}

@media print {
  .alert {
    display: none;
  }
  #header {
    display: none;
  }
  footer {
    display: none;
  }
  #breadcrumb {
    display: none;
  }
  #pagetools {
    display: none;
  }
  .prevpress {
    display: none;
  }
}

/*# sourceMappingURL=common.css.map */
