/* Mixins for reusable styles */
/****** To use these, call the element within the less stylesheet like this:

.parentElement {
  .angled-element();
  /* Add others styles as usual 
  background-color: #000;
}

******/
.feature-card-mixin {
  border: 2px solid #000;
  border-radius: 5px;
  background-color: #fff;
  padding: 0;
}
.feature-card-mixin .field--name-body {
  padding: 7px;
}
html body {
  margin-top: 0;
  padding-top: 0 !important;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
html body .dialog-off-canvas-main-canvas {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  html body .dialog-off-canvas-main-canvas {
    display: flex;
    flex-wrap: wrap;
  }
}
html body h1,
html body h2,
html body h3,
html body h4 {
  font-weight: 300;
}
html body h1 {
  font-size: 2.3em;
  color: #575757;
  font-family: 'Roboto Slab', serif;
}
html body h2 {
  font-size: 2.2rem;
  color: #4d4d4d;
  line-height: 1.1;
  display: block;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
}
html body h2 a {
  font-size: 2.16rem;
}
html body h3 {
  font-size: 1.84rem;
  color: #4d4d4d;
  font-weight: bold;
}
html body h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #4d4d4d;
}
html body li {
  line-height: 1.3;
  padding-bottom: 8px;
}
html body p {
  font-size: 1.6rem;
  margin-bottom: 17px;
  line-height: 2.5rem;
}
html body p:last-child {
  margin-bottom: 17px;
}
html body a {
  color: #0067c4;
}
html body a:hover {
  color: #164A7C;
  text-decoration: underline;
}
html body a:visited {
  color: #164A7C;
  text-decoration: none;
}
html body a:focus {
  outline: none;
  text-decoration: underline;
}
html body ul,
html body ol {
  padding-left: 35px;
}
html body ul.no_bullets,
html body ol.no_bullets,
html body ul.no-bullets,
html body ol.no-bullets {
  list-style-type: none;
}
html body hr {
  border-top: 1px solid #fbb91e;
}
html body .indent1 {
  margin-left: 24px;
}
html body .indent2 {
  margin-left: 48px;
}
html body .indent3 {
  margin-left: 72px;
}
html body [hreflang=fa],
html body [hreflang=ar] {
  font-family: 'Noto Sans Arabic', sans-serif;
}
html body [hreflang=ja] {
  font-family: 'Noto Sans JP', sans-serif;
}
html body [hreflang=kh] {
  font-family: 'Noto Sans Khmer', sans-serif;
}
html body [hreflang=lo] {
  font-family: 'Noto Sans Lao', sans-serif;
}
html body [hreflang=zh] {
  font-family: 'Noto Sans SC', sans-serif;
}
html body [hreflang=ta] {
  font-family: 'Noto Sans Tamil', sans-serif;
}
html body [hreflang=te] {
  font-family: 'Noto Sans Telugu', sans-serif;
}
html body [hreflang=ko] {
  font-family: 'Noto Serif KR', serif;
}
html body .extlink {
  padding-left: 4px;
}
html body .btn + .fa-ext {
  left: -33px;
  position: relative;
  color: white;
  top: 4px;
}
html body .btn + .fa-ext .fa-external-link {
  color: #ffffff;
}
html body .btn:has(+ .fa-ext) {
  padding-right: 24px;
}
html body .btn.btn-lg {
  font-size: 2.2rem !important;
}
html body .btn.btn-lg:has(+ .fa-ext) {
  padding-right: 36px;
}
html body .btn.btn-sm {
  font-weight: 500 !important;
}
html body .btn.btn-default,
html body .btn.btn-success,
html body .btn.btn-primary,
html body .btn.btn-info {
  font-family: Open Sans;
  font-weight: 700;
  border-radius: 6px;
  padding: 7px 12px;
  font-size: 1.8rem;
  z-index: 20;
}
html body .btn.btn-default:hover,
html body .btn.btn-success:hover,
html body .btn.btn-primary:hover,
html body .btn.btn-info:hover {
  border-bottom: 1px solid transparent !important;
}
html body .btn.btn-default,
html body .btn.btn-success {
  background-color: #b45a29;
  color: #fff !important;
  border-color: #b45a29;
}
html body .btn.btn-default:hover,
html body .btn.btn-success:hover {
  background-color: #80330a;
  border-color: #80330a;
}
html body .btn.btn-primary {
  background-color: #164A7C;
  color: #fff !important;
  border-color: #164A7C;
}
html body .btn.btn-primary:hover {
  background-color: #0C2B4A;
  border-color: #0C2B4A;
}
html body .btn.btn-info {
  background-color: #fff;
  color: #4d4d4d !important;
  border-color: #4d4d4d;
}
html body .btn.btn-info:hover {
  color: #fff !important;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}
html body .alpha_menu ul {
  list-style-type: none;
  margin-bottom: 30px;
}
html body .alpha_menu ul li {
  float: left;
  padding: 4px 9px 2px 9px;
  text-transform: capitalize;
  font-size: 1.28em;
}
html body .alpha_menu ul li a.on {
  border-bottom: 1px solid #fbb91e;
}
html body .begin_letter {
  float: left;
  font-size: 4.5rem;
  font-weight: 700;
  color: #0071BC;
  padding: 0;
  margin-right: 30px;
}
html body .red_font {
  color: #A00;
}
html body .left_column {
  float: left;
  width: 50%;
}
@media screen and (max-width: 991px) {
  html body .left_column {
    clear: both;
    width: 100%;
  }
}
html body .left_column_sm {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  html body .left_column_sm {
    clear: both;
    width: 100%;
    margin-top: 20px;
  }
}
html body .right_column {
  float: right;
  width: 50%;
}
@media screen and (max-width: 991px) {
  html body .right_column {
    clear: both;
    width: 100%;
  }
}
html body .right_column_sm {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  html body .right_column_sm {
    clear: both;
    width: 100%;
    margin-top: 20px;
  }
}
html body header {
  margin: 0;
  order: 0;
  height: 90px;
}
@media screen and (max-width: 991px) {
  html body header {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  html body header {
    background: #fff;
  }
}
html body header .logo-container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  html body header .logo-container {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  html body header .logo-container {
    width: 100%;
  }
}
html body header .logo-container .region-header .navbar-brand {
  display: none;
}
@media screen and (max-width: 425px) {
  html body header .logo-container .region-header .logo img {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  html body header .logo-container .region-header {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  html body header .logo-container .region-header {
    /* top: 120px; */
    padding-top: 10px;
  }
}
html body header .logo-container .region-header h2.block-title {
  display: none;
}
html body header .logo-container .region-header .btn {
  background: transparent;
  border-color: transparent;
  padding: 6px 7px;
}
html body header .logo-container .region-header .btn .glyphicon-search:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.4em;
  color: #256081;
}
html body header .logo-container .region-header .btn .glyphicon-search:before:hover,
html body header .logo-container .region-header .btn .glyphicon-search:before:active,
html body header .logo-container .region-header .btn .glyphicon-search:before:focus {
  color: red !important;
}
html body header .logo-container .region-header .btn .form-control {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  border-bottom: 1pt solid #256081;
}
html body header .logo-container .region-header .btn .form-control::placeholder {
  color: #256081;
}
html body header .logo-container .region-header .btn .form-control:-ms-input-placeholder {
  color: #256081;
}
html body header .logo-container .region-header .btn .form-control::-ms-input-placeholder {
  color: #256081;
}
html body .wrapper-header-top {
  background-color: #4d4d4d;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  html body .wrapper-header-top {
    padding-right: 2rem;
  }
}
html body .wrapper-header-top .region-header-top {
  color: #ffffff;
}
html body .wrapper-header-top .region-header-top p {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1.6rem;
}
html body .wrapper-header-top .region-header-top p a {
  color: #ffffff;
}
html body section#block-sidebar {
  float: left;
  margin-left: 15px;
  padding: 0 0 0 12px;
  vertical-align: top;
  border-left: 1px solid #FA9800;
  height: auto !important;
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  html body section#block-sidebar {
    margin-top: 0;
    border-left: none;
    padding: 0;
    margin-left: 0;
  }
}
html body section#block-sidebar h2 {
  font-size: 1.864rem;
  color: #4d4d4d;
  margin: 0 0 10px;
}
html body section#block-sidebar h4 {
  margin: 18px 0 0;
}
html body section#block-sidebar p,
html body section#block-sidebar li {
  font-size: 1.4rem;
}
html body section#block-sidebar .view-display-id-block_2 ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 10px;
}
html body #more-info-button {
  clear: both;
  background-color: #FF931E;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #4d4d4d;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Roboto Slab";
}
html body #more-info-button:after {
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  background-color: #F3DBAA;
  border-radius: 75%;
  padding: 2px 7px;
  display: inline-block;
  margin-left: 30px;
}
html body #more-info-button[aria-expanded="false"]:after {
  content: '\f078';
}
html body #more-info-button[aria-expanded="true"]:after {
  content: '\f077';
}
html body #more-info-collapse-block #accordion,
html body #collapseSection #accordion,
html body #more-info-collapse-block .well,
html body #collapseSection .well {
  background-color: #F9E1A5;
  border-radius: 0;
  border: none;
  width: 100%;
  padding: 8px 8px 12px 15px;
}
@media screen and (max-width: 991px) {
  html body #more-info-collapse-block h2,
  html body #collapseSection h2 {
    display: none;
  }
}
html body .sidebar_mobile h2 {
  margin: 0;
}
html body .page-header {
  clear: both;
  /*margin-top: 24px;*/
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.88rem;
  color: #164B93 !important;
}
html body section#block-printbutton .btn-primary {
  background-color: #C15415;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  padding: 3px 10px;
  border-color: #d58512;
  font-size: 1.6rem;
  z-index: 20;
  float: right;
  margin-top: 15px;
}
html body .linked_bullets {
  list-style: none;
  line-height: 2rem;
  margin: 0;
  padding: 0 0 18px 0;
  font-size: 1.6rem;
}
html body .gapfinder {
  padding-right: 40px;
}
html body .content_pos h2 {
  font-size: 2.1rem;
}
html body .content_pos h2 a {
  color: #0067c4;
}
html body .content_pos p {
  font-size: 1.6rem;
}
html body .content_pos ul {
  font-size: 1.6rem;
  margin: 0 0 10px;
  /*list-style: none;*/
}
html body .content_pos ul li {
  line-height: 2rem;
}
html body .content_pos ul li ul {
  margin-top: 10px;
}
html body .main-wrapper {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  background-image: url(/sites/default/files/hero_new_lrg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 20px !important;
}
@media screen and (max-width: 991px) {
  html body .main-wrapper {
    background-image: none;
    padding: 10px !important;
  }
}
html body .main-container {
  padding: 15px 60px 18px 60px;
  clear: both;
  height: auto;
  z-index: 10;
  box-shadow: 2px 2px 15px -1px;
  border-radius: 4px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  html body .main-container {
    box-shadow: none;
    padding: 10px !important;
  }
}
@media screen and (max-width: 991px) {
  html body .main-container {
    padding: 15px;
  }
}
html body .main-container .row {
  display: flex;
  flex-wrap: wrap;
}
html body .main-container .row a {
  color: #0067c4;
}
html body .main-container .row a:hover {
  color: #164A7C;
  border-bottom: none;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  html body .main-container .row aside {
    order: 2;
    float: none;
    clear: both;
    padding-bottom: 15px;
  }
}
html body .main-container .row aside .region-sidebar-left {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row .region-content-top {
    display: none;
  }
}
html body .main-container .row .region-content-top ol.breadcrumb li a {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section {
    order: 1;
    float: none;
    clear: both;
    width: 100%;
  }
}
html body .main-container .row section .region-content {
  margin-bottom: 20px;
  clear: both;
  /******* Images margins ********/
}
html body .main-container .row section .region-content .callout {
  background-color: #dde8f9;
  border-radius: 4px;
  padding: 4px 12px;
  margin: 8px 0;
}
html body .main-container .row section .region-content .full_content {
  clear: both;
}
html body .main-container .row section .region-content .full_content.callout {
  background-color: #dde8f9;
  border-radius: 4px;
  padding: 8px 12px;
  margin: 15px 0;
}
html body .main-container .row section .region-content .full_content.callout .red_font {
  color: red;
  margin-bottom: 5px;
}
html body .main-container .row section .region-content .left_column {
  width: 50%;
  float: left;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .left_column {
    clear: both;
    width: 100%;
  }
}
html body .main-container .row section .region-content .right_column {
  width: 50%;
  float: left;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .right_column {
    clear: both;
    width: 100%;
  }
}
html body .main-container .row section .region-content .right_column:after {
  clear: both;
  content: '';
}
html body .main-container .row section .region-content .rtecenter {
  text-align: center;
}
html body .main-container .row section .region-content a:visited {
  color: #164A7C;
}
html body .main-container .row section .region-content .align-left {
  margin-right: 10px;
}
html body .main-container .row section .region-content .align-center {
  width: 100%;
}
html body .main-container .row section .region-content .align-center img {
  margin: auto;
}
html body .main-container .row section .region-content .align-right {
  margin-left: 10px;
}
html body .main-container .row section .region-content .content figcaption {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.2;
  padding-top: 5px;
}
html body .main-container .row section .region-content .content.embed-responsive {
  margin-bottom: 45px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section {
    order: 2;
    float: none;
    clear: both;
    width: 100%;
    padding-bottom: 15px;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout {
  width: 30%;
  float: right;
  margin-left: 10px;
  background: #f8fbfc;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout h2 {
  font-size: 1.3em;
  color: #fff;
  background: #266c6c;
  padding: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout h2 {
    margin-bottom: 5px;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout p {
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout ul li {
  line-height: 1.5;
  padding-bottom: 10px;
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout .block-field-blockparagraphcalloutfield-body {
  padding-left: 15px;
  padding-right: 10px;
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information {
  width: 30%;
  float: right;
  clear: right;
  margin-left: 10px;
  background: #f8fbfc;
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information {
    width: 100%;
    float: none;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information h2 {
  font-size: 1.3em;
  background: #ddf5fe;
  padding: 10px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information h2 {
    margin-bottom: 5px;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information .field--label {
  padding-left: 15px;
  display: inline;
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information .field--label:after {
  content: ": ";
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information .field--item {
  display: inline;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-body {
    order: 1;
    float: none;
    clear: both;
    width: 100%;
    padding-bottom: 15px;
  }
}
html body .main-container .row section .region-content .careers-data-highlights {
  justify-content: space-evenly;
}
html body .main-container .row section .region-content .careers-data-highlights .col-4 {
  background-color: #dde8f9;
  color: #4d4d4d;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  html body .main-container .row section .region-content .careers-data-highlights .col-md-4 {
    max-width: 29%;
    margin: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  html body .main-container .row section .region-content .careers-data-highlights .col-md-4 {
    margin-bottom: 40px;
  }
}
html body .main-container .row section .region-content .careers-data-highlights .field--type-image {
  margin-top: -25px;
  margin-bottom: 15px;
}
html body .main-container .row section .region-content .careers-data-highlights .field--type-image img {
  max-width: 50px;
}
html body .main-container .row .sidebar-right-wrapper {
  order: 2;
}
html body .main-container .row .sidebar-right-wrapper .region-sidebar-right {
  margin-top: 40px;
  font-size: 1.4rem;
}
html body .footer-wrapper {
  width: 100%;
}
html body .footer,
html body .footer-bottom {
  width: 100%;
  background: #4d4d4d;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 12px;
  margin-top: 0;
  border-top: 20px solid #666;
}
@media screen and (max-width: 991px) {
  html body .footer,
  html body .footer-bottom {
    order: 6;
  }
}
html body .footer a,
html body .footer-bottom a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  border-bottom: none;
}
html body .footer a:focus,
html body .footer-bottom a:focus {
  color: #FA9800;
  border-bottom: none;
  text-decoration: none;
}
html body .footer p,
html body .footer-bottom p {
  color: #fff;
}
html body .footer .container,
html body .footer-bottom .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  html body .footer .container .region-footer,
  html body .footer-bottom .container .region-footer {
    display: block;
  }
}
html body .footer .container .region-footer .contextual-region .contextual ul li a,
html body .footer-bottom .container .region-footer .contextual-region .contextual ul li a {
  color: #333;
}
html body .footer .container .region-footer .block:last-child,
html body .footer-bottom .container .region-footer .block:last-child {
  border-right: none;
}
@media screen and (max-width: 1199px) {
  html body .footer .container .region-footer .block,
  html body .footer-bottom .container .region-footer .block {
    border-right: none;
    width: 47%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 425px) {
  html body .footer .container .region-footer .block,
  html body .footer-bottom .container .region-footer .block {
    width: 100%;
  }
}
html body .footer .container .region-footer .block h2 a,
html body .footer-bottom .container .region-footer .block h2 a {
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  html body .footer .container .region-footer .block#block-footer1,
  html body .footer-bottom .container .region-footer .block#block-footer1 {
    width: 47%;
  }
}
@media screen and (max-width: 425px) {
  html body .footer .container .region-footer .block#block-footer1,
  html body .footer-bottom .container .region-footer .block#block-footer1 {
    width: 100%;
  }
}
html body .footer .container .region-footer .block h2,
html body .footer-bottom .container .region-footer .block h2 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 12.8px 0 9.6px;
}
html body .footer .container .region-footer .block ul,
html body .footer-bottom .container .region-footer .block ul {
  padding-left: 0;
}
html body .footer .container .region-footer .block ul li,
html body .footer-bottom .container .region-footer .block ul li {
  list-style-type: none;
  display: block;
  padding-right: 8px;
  padding-left: 3px;
}
html body .footer .container .region-footer .block ul li:last-child,
html body .footer-bottom .container .region-footer .block ul li:last-child {
  border-right: none;
}
html body .footer .container .region-footer .block ul li a,
html body .footer-bottom .container .region-footer .block ul li a {
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
}
html body .footer .container .region-footer .block ul li a:hover,
html body .footer-bottom .container .region-footer .block ul li a:hover {
  color: #fff;
  border-bottom: none;
  text-decoration: underline;
}
html body .footer .container .region-footer .block p,
html body .footer-bottom .container .region-footer .block p {
  color: #fff;
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0;
}
html body .footer .container .region-footer .block a,
html body .footer-bottom .container .region-footer .block a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
html body .footer .container .region-footer .block a:hover,
html body .footer-bottom .container .region-footer .block a:hover,
html body .footer .container .region-footer .block a:focus,
html body .footer-bottom .container .region-footer .block a:focus {
  color: #fff;
  border-bottom: none;
  text-decoration: underline;
}
html body .footer .container .region-footer .block .extlink .fa-external-link,
html body .footer-bottom .container .region-footer .block .extlink .fa-external-link {
  color: #fff;
}
@media screen and (max-width: 991px) {
  html body .footer {
    background-color: #666;
    border-top: none;
  }
  html body .footer .region-footer .block p {
    text-align: center !important;
  }
}
html body .footer-bottom {
  border-top: none;
}
@media screen and (max-width: 991px) {
  html body .footer-bottom {
    padding: 20px 0;
  }
  html body .footer-bottom ul {
    padding-left: 0;
  }
}
html body #block-footersocial ul li {
  display: inline-block;
  vertical-align: top;
}
html body #block-footersocial ul li:first-child img {
  width: 129px;
}
html body #block-footersocial ul li img {
  width: 30px;
}
html body #block-footersocial ul li a:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
html body #block-footerbottom p {
  font-size: inherit;
}
html body #block-footerbottom p:first-child {
  color: #FFFAFA;
  width: 100%;
  margin: 0;
  clear: both;
  text-align: center;
}
html body #block-footerbottom p:nth-child(2)::before {
  content: "\f0e0";
  width: 16px;
  font-family: "Font Awesome 5 Pro";
}
html body #block-footerbottom a {
  border-bottom: none;
  font-size: 1.28rem;
  margin: 18px 0;
  padding: 3px;
}
html body #block-footerbottom a:hover {
  color: #FFFAFA !important;
  text-decoration: underline;
}
html body #block-footerbottom .extlink .fa-external-link {
  color: #fff;
}
html body .wrapper-banner {
  display: block;
  position: relative;
  padding: 14px 20px 0 20px;
  background-color: #fFF;
  border-radius: 4px;
  min-height: inherit;
  z-index: 2;
  box-shadow: 2px 2px 15px -1px;
}
html body.path-frontpage section .page-header {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
html body.path-frontpage .wrapper-content-top {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  html body.path-frontpage .wrapper-content-top {
    order: 5;
  }
}
html body.path-frontpage .wrapper-content-top .container {
  display: block;
  background-color: #ffffff;
  margin: 50px auto 0 auto !important;
  width: 90%;
  max-width: 1024px;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 991px) {
  html body.path-frontpage .wrapper-content-top .container {
    margin: 0 auto 0 auto !important;
  }
}
html body.path-frontpage .wrapper-content-middle .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
html body.page-node-type-special_notice .field--type-datetime {
  margin-bottom: 1.7rem;
}
html body.page-node-type-local-offices h1 {
  margin-top: 0;
  color: #4d4d4d;
  font-weight: bold;
  font-size: 1.35em;
  text-align: right;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  html body.page-node-type-local-offices h1 {
    text-align: left;
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  html body.page-node-type-local-offices .main-container .row {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  html body.page-node-type-local-offices .bs-region--top-right {
    margin-bottom: 20px;
  }
}
html body.page-node-type-local-offices .bs-region--top-middle .field {
  margin-bottom: 15px;
  font-size: 0.9em;
  line-height: 1.4;
}
html body.page-node-type-local-offices .bs-region--top-middle .field p {
  font-size: 0.9em;
  line-height: 1.4;
}
html body.page-node-type-local-offices .bs-region--top-middle .field .field--label {
  font-weight: normal;
  display: inline-block;
}
html body.page-node-type-local-offices .bs-region--top-middle .field .field--item {
  font-weight: bold;
  display: inline-block;
}
html body.page-node-type-local-offices .bs-region--top-middle .field .field--item .country {
  display: none;
}
@media screen and (min-width: 992px) {
  html body.page-node-type-local-offices .bs-region--middle {
    margin-left: 200px;
  }
}
html body.page-node-type-local-offices .bs-region--middle .field--labels {
  font-size: 1.9rem;
}
html body.page-node-type-local-offices .bs-region--middle .field--item {
  font-size: 1.4rem;
}
html body.page-node-type-local-offices .bs-region--middle .field--item h3 {
  font-size: 1.4rem;
}
html body.page-node-type-local-offices #block-taxassistanceforlocaloffices {
  margin-bottom: 40px;
}
html body.page-node-type-local-offices #block-taxassistanceforlocaloffices .field--name-body {
  font-weight: bold;
  font-size: 1.9rem;
  color: #164B93;
}
html body.page-node-type-local-offices #block-taxassistanceforlocaloffices .field--name-body h2 {
  color: #4d4d4d;
  font-family: "Open Sans", Helvetica, sans-serif;
}
@media screen and (min-width: 992px) {
  html body.page-node-type-local-offices #block-taxassistanceforlocaloffices .field--name-body {
    margin-left: 183px;
  }
}
html body #wa-county-map {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
html body #wa-county-map svg.washington a.wa-county-map-link {
  transition: all 200ms;
}
html body #wa-county-map svg.washington a.wa-county-map-link:hover path,
html body #wa-county-map svg.washington a.wa-county-map-link:focus path {
  cursor: pointer;
  opacity: 0.4;
}
html body.page-node-790 #block-taxassistanceforlocaloffices {
  margin-bottom: 30px;
  padding-left: 0;
}
html body .event-registration-form {
  margin-top: 30px;
}
html body .ckeditor-accordion-container a.toggle-accordion:before {
  content: "Expand all";
}
html body .ckeditor-accordion-container a.toggle-accordion.active:before {
  content: "Collapse all";
}
html body .ckeditor-accordion-container .text-end {
  display: block;
  text-align: right;
}
html .extlink .fa-external-link {
  color: #0067c4;
}
