.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.row-hero {
  background-color: #fafaf6;
  border-top: 7px solid #206ba4;
  border-bottom: 7px solid #206ba4;
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-carousel {
  position: relative;
}
.slide {
  display: none;
}
.slide:first-child {
  display: block;
}
.slide-bg {
  height: 529px;
  width: 940px;
  margin: 0 auto;
  background-image: url("../../images/carousel/awardSixteen.jpg");
  background-size: cover;
  background-position: center center;
}
.slide-bg.slide-bg-name-one {
    background-image: url("../../images/carousel/cbx-graphic-940x529.jpg");
}
.slide-bg.slide-bg-name-two {
  background-image: url("../../images/carousel/AdobeStock_219063134_940x529.jpg");
}
.slide-bg.slide-bg-name-three {
  background-image: url("../../images/carousel/AdobeStock_298143304_940x529.jpg");
}
.slide-bg.slide-bg.slide-bg-name-four {
  background-image: url("../../images/carousel/covid-image.jpg");
}
.slide-bg.slide-bg-name-five {
  background-image: url("../../images/carousel/headphones.jpg");
}
#homepage .home-carousel .slick-slide {
  text-align: left;
  color: inherit;
  font-weight: normal;
}
@media (max-width: 939px) {
  #homepage .home-carousel .slick-slide {
    min-height: auto;
  }
}
#homepage .home-carousel .slick-slide .slide-body > p {
  margin-bottom: 0;
}
#homepage .home-carousel .slick-slide .slide-body .learn-more {
  padding: 0;
}
@media (max-width: 939px) {
  #homepage .home-carousel .slide-bg {
    background-size: auto;
    background-repeat: none;
  }
}
#homepage .home-carousel .cw-dots {
  position: relative;
  bottom: 160px;
  right: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  list-style: none;
  max-width: 940px;
  padding-right: 30px;
  z-index: 1000;
}
@media (max-width: 939px) {
  #homepage .home-carousel .cw-dots {
    bottom: 150px;
    left: 20px;
  }
}
#homepage .home-carousel .cw-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
}
#homepage .home-carousel .cw-dots button {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #d81059;
  white-space: nowrap;
  text-indent: 20px;
  overflow: hidden;
  display: block;
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
}
#homepage .home-carousel .cw-dots .slick-active button {
  background-color: #d81059;
}
#homepage .home-carousel .cw-dots .slick-active:before {
  content: " ";
  width: 0;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: 18px;
  left: 0;
}
.slide-body {
  position: relative;
  border-top: 10px solid #fff;
  background-color: #eff8fe;
  padding: 1em;
}
.slide-body h3 {
  margin: 0;
}
.list-whats-new {
  font-size: 15px;
  border-bottom: 1px solid #dededb;
}
.list-whats-new.list-style-box li:not(:first-child):before {
  top: 20px;
}
.list-whats-new li {
  border-top: 1px solid #dededb;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0!important;
}
.list-whats-new li:before {
  top: 50%;
  margin-top: -3px;
}
.list-whats-new li.featured {
  padding: 0 0 0 8px;
  border-top: 0;
}
.list-whats-new li.featured:before {
  top: 0;
  bottom: 0;
  height: 100%;
  margin-top: 0;
  color: #d81059;
}
@media (max-width: 800px) {
  .slick-track {
    width: initial !important;
  }
  .cw-dots {
    display: none !important;
  }
  .slide {
    display: block !important;
    opacity: 1 !important;
    color: black;
    left: 0 !important;
    width: auto !important;
    padding: 1rem;
  }
  .slide-bg {
    display: none!important;
  }
  .slide-body {
    background-color: white;
    padding: 0 1em;
  }
  .slick-slider {
    margin-bottom: 0;
  }
  .link-block figcaption {
    padding-bottom: 0;
  }
}
#site-head {
  position: relative;
  z-index: 1001;
}
.row-site-head {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .row-site-head {
    padding: 0 30px 15px 30px;
  }
}
@media (max-width: 767px) {
  .row-site-head .header-right__container {
    margin-top: 20px;
  }
}
.row-site-head .header-right__container .cta-btn {
  padding: 5px 10px;
  margin: 0 5px;
  text-transform: uppercase;
  background: #fff453;
  color: black;
  border-radius: 0;
  font-weight: bold;
  font-size: 1.3rem;
}
.row-site-head .header-right__container .cta-btn:hover,
.row-site-head .header-right__container .cta-btn:focus {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .row-site-head .header-right__container .header-right__content {
    text-align: center;
  }
  .row-site-head .header-right__container .header-right__content .social-media__container {
    float: right;
  }
  .row-site-head .header-right__container .header-right__content a.cta-btn:first-child {
    margin-left: 100px;
  }
}
@media (min-width: 767px) {
  .row-site-head .header-right__container .header-right__content {
    display: flex;
    justify-content: flex-end;
  }
  .row-site-head .header-right__container .header-right__content .social-media__container {
    margin-left: 30px;
  }
}
#brand-hhs {
  margin-bottom: 40px;
  padding: 30px / 2 0 5px;
}
#brand-hhs ul {
  margin-bottom: 0;
}
#brand-hhs li {
  margin-bottom: 10px;
}
#brand-hhs a {
  color: #212121;
}
#logo-cwig {
  float: left;
  width: 274px;
  display: block;
}
#logo-cwig .text-hide {
  width: 100%;
  height: 68px;
  display: block;
  background: url('../../images/logo-child-welfare-information-gateway.png') 0 0 no-repeat;
}
.nav-site-utility {
  float: right;
  font-size: 10px;
}
.nav-site-utility li a {
  text-transform: uppercase;
  padding: 5px;
  color: #212121;
}
.nav-site-utility li a.link-shopping-cart {
  padding: 0;
  position: relative;
  right: 5px;
}
#nav-site {
  position: relative;
}
#nav-site .nav {
  position: relative;
  width: 100%;
  text-align: center;
}
#nav-site .navbar-toggle {
  display: block;
  border-color: #fff;
  padding: 6px 4px 2px;
  font-size: 10px;
  color: #fff;
}
#nav-site .navbar-toggle:focus {
  border-color: black!important;
}
#nav-site .navbar-toggle:focus > .icon-bar {
  background-color: black!important;
}
#nav-site .navbar-toggle .icon-bar {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
#navPrimary > li > a {
  padding: 15px 10px;
  text-transform: uppercase;
}
#navPrimary > li > a:hover,
#navPrimary > li > a:focus {
  background-color: transparent;
}
#navPrimary > li > a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#navPrimary > li.first:hover {
  background-color: #16344e;
}
#navPrimary > li.first > a:hover {
  color: #64e1fe;
}
#navPrimary > li.dropdown.dropdown-expand {
  background-color: #16344e;
}
#navPrimary > li.dropdown.dropdown-expand > a {
  color: #64e1fe;
}
#navPrimary li.dropdown-expand > .dropdown-menu {
  display: inline-block;
}
#navPrimary li.dropdown-expand-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown-menu {
  margin-top: 0;
  text-align: left;
  background-color: #fafaf6;
  border: none;
  border-radius: 0;
  padding: 0;
  width: 250px;
}
.dropdown-menu li a {
  color: #275c8a;
  white-space: normal;
  line-height: 1.1em;
  padding: 6px 20px;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a.active {
  background-color: #fff;
  color: #16344e;
}
.dropdown-menu li a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-menu li {
  display: block;
}
.dropdown-menu li.active a {
  background-color: #fff;
  font-weight: 600;
  color: #16344e;
}
.dropdown-menu .dropdown-menu {
  display: none;
}
.dropdown-menu .dropdown-submenu.dropdown-submenu-expand > a {
  background-color: #fff;
  color: #16344e;
}
.dropdown-menu .dropdown-submenu.dropdown-submenu-expand > ul.dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
}
.dropdown-menu .dropdown-submenu.dropdown-submenu-expand > ul.dropdown-menu.dropdown-submenu-right {
  left: -100%;
}
.nav-expand #navPrimary {
  position: static;
  display: block !important;
  text-align: left;
}
.nav-expand #navPrimary li {
  display: block;
}
.nav-expand #navPrimary li > a {
  padding-left: 20px;
}
.nav-expand #navPrimary .caret {
  position: absolute;
  left: 5px;
  top: 14px;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-right: none;
}
.nav-expand .navbar-toggle {
  background-color: #184f79;
}
.link-shopping-cart {
  position: relative;
  text-align: center;
  width: 25px;
  height: 25px;
}
.link-shopping-cart .cart-quantity {
  text-align: center;
  background-color: #d81059;
  color: #fff;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.link-shopping-cart .cart-quantity:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-top: 4px solid #d81059;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.search-form {
  width: 35px;
  height: 35px;
  position: relative;
}
.search-form .form-group {
  position: absolute;
  height: 35px;
  width: 0;
  right: 40px;
  top: -5px;
  overflow: hidden;
  -webkit-transition: width 100ms;
  transition: width 100ms;
}
.search-form .search-control {
  border: 1px solid #ccc;
  width: 180px;
  height: 35px;
  padding: 1px 10px;
}
.search-form .search-submit {
  position: relative;
  padding: 0;
  border: 0;
  top: -5px;
  background-color: transparent;
  height: 35px;
  margin-left: -5px;
}
.search-form.search-expand .search-submit {
  border: 1px solid #d81059;
  background-color: white;
}
.search-form.search-expand .icon-search {
  background-position: 0 -86px;
}
.search-form.search-expand .form-group {
  width: 180px;
}
.full-search input,
.full-search button {
  border-radius: 0;
}
.full-search button {
  border: 1px solid gray;
}
.force-vertical-center {
  position: relative;
  top: 5px;
}
.icon-header {
  background-image: url("../../images/sprite-header.png");
  width: 35px;
  height: 28px;
  background-position: 6px 0px;
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin-right: 5px;
}
.icon-acf {
  background-position: 5px -32px;
}
.icon-cart {
  background-position: 0px -60px;
}
.icon-search {
  background-position: 0px -86px;
  -webkit-appearance: none;
}
.icon-cb {
  background-position: 0px -140px;
}
@media (max-width: 939px) {
  #navPrimary {
    font-size: 11px;
  }
  #navPrimary > li > a {
    padding: 10px 8px;
  }
}
@media (max-width: 767px) {
  #logo-cwig {
    float: none;
    margin: auto;
    height: 60px;
  }
  .nav-site-utility {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  #brand-hhs {
    margin-bottom: 10px;
  }
  #brand-hhs .list-inline > li:first-child {
    padding: initial;
  }
  #brand-hhs .list-inline > li {
    display: flex;
    text-align: left;
    margin: 10px auto;
    width: 350px;
    align-items: center;
    height: 40px;
  }
  #brand-hhs .list-inline > li .icon-header {
    display: inline-block;
    float: none;
  }
  #brand-hhs .center-flex--search {
    display: flex;
    justify-content: center;
  }
  .row-site-head .header-right__container .logo--section .header-right__content a.cta-btn:first-child {
    margin-left: initial;
  }
  .row-site-head .header-right__container .logo--section .header-right__content .social-media__container {
    float: none;
  }
  .row-site-head .header-right__container .logo--section .cta-btn {
    display: none;
    margin: 10px auto;
  }
  main > .row {
    margin-bottom: 10px;
  }
  .row-hero {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #1A598B;
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay .center-flex--search {
  display: flex;
  justify-content: center;
}
.overlay .nav.utility a {
  font-size: 2rem;
}
.overlay .nav.utility a:hover {
  background-color: transparent;
}
.overlay .nav.utility a:focus {
  color: black;
}
.overlay .nav.utility a:active {
  color: black;
}
.overlay .cta-section {
  justify-content: space-around;
  display: flex;
}
.overlay .cta-section a.btn.cta-btn {
  font-size: 1em;
  background: #fff453;
  color: black;
  width: 45%;
  padding: 5px;
  margin: 0 0 2rem;
}
@media (min-width: 640px) {
  .overlay .cta-section a.btn.cta-btn {
    width: 200px;
  }
}
.overlay-content {
  position: relative;
  top: 2%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 2rem;
  color: white;
  display: block;
  transition: 0.3s;
}
.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 10px;
  right: 45px;
  font-size: 2rem;
  background: transparent;
  border: 0;
  color: white;
}
.overlay .form-control {
  height: 40px;
  border-radius: 0;
}
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.footer-sitewide {
  font-size: 12px;
  font-weight: 400;
}
.nav-sitewide-footer {
  color: #fff;
  padding: 20px 0 60px 0;
}
.nav-sitewide-footer ul {
  list-style: none;
  margin: 0;
}
.nav-sitewide-footer ul ul {
  padding: 0;
}
.nav-sitewide-footer li {
  margin-top: 3px;
}
.nav-sitewide-footer .section-landing {
  display: block;
  font-size: 1em;
  font-weight: 600;
  margin-top: 25px;
  text-transform: uppercase;
}
.nav-sitewide-footer li.list-inline-item {
  display: inline-block;
  padding-right: 10px;
  padding-top: 10px;
}
.nav-sitewide-footer .list-inline-item .extLinkIcon {
  display: none!important;
}
#brand-childrens-bureau {
  padding: 30px 0;
}
#brand-childrens-bureau p {
  font-weight: bold;
  margin-bottom: 0;
}
#brand-childrens-bureau a {
  text-decoration: underline;
}
#brand-childrens-bureau li {
  margin-rigt: 3px;
  padding-left: 10px;
  border-left: 1px solid #363636;
  line-height: 12px;
}
#brand-childrens-bureau li:first-child {
  padding-left: 0;
  border-left: none;
}
@media (max-width: 800px) {
  #brand-childrens-bureau li {
    border: none;
    display: block;
    padding: 1rem 0 0 0;
  }
}
.link-block {
  display: block;
  color: #212121;
  background-color: #fff;
}
.link-block:before,
.link-block:after {
  content: " ";
  display: table;
}
.link-block:after {
  clear: both;
}
.link-block h3,
.link-block h4,
.link-block p {
  margin: 0 0 10px 0;
  font-weight: 300;
}
.link-block p {
  margin-bottom: 0;
  font-size: 18px;
}
.link-block.link-block-bordered {
  border: 1px solid #fafaf6;
}
.link-block b {
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}
.link-block .img-wrapper {
  position: relative;
  padding: 0;
}
.link-block img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.link-block figcaption {
  padding: 20px;
  position: relative;
}
.link-block figcaption.has-arrow:before {
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  content: ' ';
  width: 0;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.link-block figcaption.has-arrow-inverse:before {
  right: -10px;
  left: auto;
  border-left: 10px solid #fff;
  border-right: 0;
}
.link-block.link-block-primary {
  background-color: #206ba4;
  color: #fff;
}
.link-block.link-block-primary figcaption.has-arrow:before {
  border-right-color: #206ba4;
}
.link-block.link-block-primary figcaption.has-arrow-inverse:before {
  border-left-color: #206ba4;
}
.link-block.link-block-secondary {
  background-color: #fafaf6;
}
.link-block.link-block-secondary.link-block-bordered {
  border: 1px solid #e3e2e2;
}
.link-block.link-block-secondary figcaption.has-arrow:before {
  border-right-color: #fafaf6;
}
.link-block.link-block-secondary figcaption.has-arrow-inverse:before {
  border-left-color: #fafaf6;
}
.link-block.link-block-bordered + .link-block-bordered {
  margin-top: -1px;
  border-top: 0;
}
.row-hero .link-block.link-block-secondary,
aside .link-block.link-block-secondary {
  background-color: #fff;
}
.row-hero .link-block.link-block-secondary figcaption.has-arrow:before,
aside .link-block.link-block-secondary figcaption.has-arrow:before {
  border-right-color: #fff;
}
.row-hero .link-block.link-block-secondary figcaption.has-arrow-inverse:before,
aside .link-block.link-block-secondary figcaption.has-arrow-inverse:before {
  border-left-color: #fff;
}
@media (max-width: 939px) {
  .link-block h3 {
    font-size: 17px;
  }
}
/*.sidebar h2, h3 {
	font-size: 22px;
	font-weight: bold;
}*/
.svRelContent .title a {
  font-size: 13px;
  /*font size adjusted a bit smaller to match up with other text*/
}
.resource {
  padding: 0 0 0 0;
  margin: 2px 0 10px 0;
  border: 0px solid blue;
}
.resource p {
  padding: 0 0 0 0;
  margin: 0 0 0px 0;
}
.abstract {
  padding: 0 0 0 0;
  margin: 2px 0 0px 0;
  border: 0px solid blue;
}
.resource .title {
  font-size: 13px;
  font-weight: bold;
}
.resource .date,
.resource .booktitle {
  font-style: italic;
}
.morefromlibrary .p-summary {
  font-weight: bold;
}
.title {
  margin: 0 0 0 0;
}
.rTable { display: table; width: 100%;}
.rTableRow { display: table-row; }
.rTableRow .rTableCell:first-child { display: table-row; width: 15%;}
.rTableRow .rTableCell { width: 85%;}
.rTableHeading { display: table-header-group; }
.rTableBody { display: table-row-group; }
.rTableFoot { display: table-footer-group; }
.rTableCell, .rTableHead { display: table-cell; }
table.maxPubDetials {
  margin: 5px 0 1px 0px;
  border: 0px solid blue;
  width: 100%;
}
table.maxPubDetials tr td {
  vertical-align: top;
  padding: 0px 0 1px 0px;
  border: 0px solid blue;
  width: 70%;
}
table.maxPubDetials tr td:first-child {
  width: 12%;
  border: 0px solid red;
}
/* Publication Landing */
div.publanding table.layout {
  width: 100%;
  border: 0px solid red;
}
div.publanding table.layout tr {
  vertical-align: top;
}
div.publanding table tr td {
  vertical-align: top;
  padding: 10px;
}
/*table.maxPubDetials tr td:first-child*/
div.publanding table.layout tr td.thumb {
  width: 150px;
  text-align: center;
}
div.publanding td.tdAlignRight {
  text-align: right;
}
div.toolbar div {
  border: 1px solid red;
}
.organization {
  border: 0px solid red;
  padding: 0 0 15px 0;
}
.orgTitle {
  font-weight: bold;
}
.organization fieldset {
  border: 0px solid blue;
}
.organization fieldset legend {
  border: 0px solid green;
  font-size: 10pt;
}
.organization table {
  border: 0px solid green;
  width: 100%;
}
.organization table tr {
  vertical-align: top;
  border: 0px solid red;
}
.organization table td {
  padding: 5px;
}
.organization table td:first-child {
  border: 0px solid blue;
  width: 15%;
}
.organization table td ul {
  list-style-type: none;
  /*margin: 0 0 0 -15px;*/
  border: 0px groove purple;
}
.organization table td ul li {
  padding: 0 0 0 0;
  margin: 0 0 0px 0;
}
/*.organization ul {
	border: 0px solid red;
	list-style-type:none;
}*/
/*style="padding: 0 0 0 20px; margin: 0 0 15px 0; width: 100%; border: 1px solid green;*/
/*.sidebar h2, h3 {
	font-size: 22px;
	font-weight: bold;
}*/
/*THIS IS FOR SITE WIDE STYLES ONLY, IF yu are building a new section create a seprate .less and include it in the theme.less*/
@media screen {
  /*This is used for the little icon for external links*/
  img.jess {
    border: 0px solid green;
    padding: 0;
    margin: 0;
    display: inline;
    margin: 0 0 0 3px;
  }
  div.infoBox {
    background-color: #FF0;
    border: 1px solid #FC0;
  }
  .product-title {
    font-weight: 700;
  }
  .m-0 {
    margin: 0;
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-1 {
    margin-top: 1rem;
  }
  .mt-2 {
    margin-top: 2rem;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-1 {
    margin-bottom: 1rem;
  }
  .mb-2 {
    margin-bottom: 2rem;
  }
  .mr-0 {
    margin-right: 0;
  }
  .mr-1 {
    margin-right: 1rem;
  }
  .mr-2 {
    margin-right: 2rem;
  }
  .ml-0 {
    margin-left: 0;
  }
  .ml-1 {
    margin-left: 1rem;
  }
  .ml-2 {
    margin-left: 2rem;
  }
  .mt-mb-1 {
    margin: 1rem 0;
  }
  .mt-mb-2 {
    margin: 2rem 0;
  }
  .p-0 {
    padding: 0;
  }
  .p-1 {
    padding: 1rem;
  }
  .p-2 {
    padding: 2rem;
  }
  .pt-0 {
    padding-top: 0;
  }
  .pt-1 {
    padding-top: 1rem;
  }
  .pt-2 {
    padding-top: 2rem;
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-1 {
    padding-bottom: 1rem;
  }
  .pb-2 {
    padding-bottom: 2rem;
  }
  .pr-0 {
    padding-right: 0;
  }
  .pr-1 {
    padding-right: 1rem;
  }
  .pr-2 {
    padding-right: 2rem;
  }
  .pl-0 {
    padding-left: 0;
  }
  .pl-1 {
    padding-left: 1rem;
  }
  .pl-2 {
    padding-left: 2rem;
  }
  .pt-pm-2 {
    padding: 2rem 0;
  }
  .pt-pm-1 {
    padding: 1rem 0;
  }
}
@media (min-width: 640px) {
  .mobile-spacing-sm.m-0,
  .mobile-spacing-sm.mt-0,
  .mobile-spacing-sm.mt-1,
  .mobile-spacing-sm.mt-2,
  .mobile-spacing-sm.mb-0,
  .mobile-spacing-sm.mb-1,
  .mobile-spacing-sm.mb-2,
  .mobile-spacing-sm.mr-0,
  .mobile-spacing-sm.mr-1,
  .mobile-spacing-sm.mr-2,
  .mobile-spacing-sm.ml-0,
  .mobile-spacing-sm.ml-1,
  .mobile-spacing-sm.ml-2,
  .mobile-spacing-sm.mt-mb-1,
  .mobile-spacing-sm.mt-mb-2 {
    margin: initial;
    margin-top: initial;
    margin-bottom: initial;
    margin-right: initial;
    margin-left: initial;
  }
  .mobile-spacing-sm.p-0,
  .mobile-spacing-sm.pt-0,
  .mobile-spacing-sm.pt-1,
  .mobile-spacing-sm.pt-2,
  .mobile-spacing-sm.pb-0,
  .mobile-spacing-sm.pb-1,
  .mobile-spacing-sm.pb-2,
  .mobile-spacing-sm.pr-0,
  .mobile-spacing-sm.pr-1,
  .mobile-spacing-sm.pr-2,
  .mobile-spacing-sm.pl-0,
  .mobile-spacing-sm.pl-1,
  .mobile-spacing-sm.pl-2,
  .mobile-spacing-sm.pt-pb-1,
  .mobile-spacing-sm.pt-pb-2 {
    padding: initial;
    padding-top: initial;
    padding-bottom: initial;
    padding-right: initial;
    padding-left: initial;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.list-style-box {
  list-style: none;
}
.list-style-box,
.list-style-box ul {
  padding: 0;
}
.list-style-box li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.list-style-box li:before {
  content: '\2219';
  width: 7px;
  height: 7px;
  display: block;
  overflow: hidden;
  background-color: #d81059;
  position: absolute;
  left: 0;
  top: 7px;
}
.list-style-box.list-style-box-sm li {
  padding-left: 15px;
  margin-bottom: 5px;
}
.list-style-box.list-style-box-sm li:before {
  width: 5px;
  height: 5px;
  background-color: #206ba4;
}
.list-resources a {
  font-weight: 600;
}
.list-resources p {
  margin-top: 5px;
}
.list-topics li {
  margin-top: 30px;
}
.nav-inline li,
.nav-inline a {
  display: inline-block;
}
.nav-sitewide {
  background-color: #206ba4;
}
.nav-sitewide a {
  color: #fff;
}
.nav-sitewide a:hover {
  color: #64e1fe;
  text-decoration: none;
}
.office-branding {
  background-color: #fafaf6;
}
.sidebar {
  padding: 30px;
  background-color: #fafaf6;
  border-bottom: 6px solid #206ba4;
}
.sidebar h4 {
  margin-top: 30px;
}
.row-full {
  margin: 0;
}
.row-fixed,
.row-full .row-full-inner {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
main > .row {
  margin-top: 0;
  margin-bottom: 60px;
}
main .row-fixed {
  max-width: 970px;
}
.learn-more {
  text-transform: uppercase;
  color: #d81059;
  font-size: 13px;
  font-weight: 600;
  padding: 0 0 5px 0;
  display: block;
}
.learn-more:hover,
.learn-more:focus {
  color: #910b3c;
}
.landing-image {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  border-bottom: 6px solid #d81059;
}
.landing-image img {
  width: 100%;
  height: auto;
}
.full-search #suggest_form {
  display: flex;
  flex-flow: unset;
  align-items: center;
}
.full-search #suggest_form input {
  width: 50%;
  margin-right: 10px;
}
@media (max-width: 800px) {
  .pubContainer #toolbar span a {
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-left: 14%;
  }
  .pubContainer #toolbar span a img {
    margin-right: 10px;
  }
}
.cwig-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cwig-wrapper .cwig-container {
  position: relative;
  width: calc(100% * (1/4) - 5px - 5px);
  margin: 0 10px 25px 0;
}
@media (min-width: 991.99px) {
  .cwig-wrapper .cwig-container {
    width: calc(100% * (1/4) - 5px - 5px);
  }
}
@media (max-width: 991.98px) {
  .cwig-wrapper .cwig-container {
    width: calc(100% * (1/2) - 5px - 5px);
  }
}
@media (max-width: 767.98px) {
  .cwig-wrapper .cwig-container {
    width: calc(100% * (1/1) - 5px - 5px);
    height: 400px;
  }
}
.cwig-wrapper .card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cwig-wrapper .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #00538b;
}
.cwig-wrapper .cwig-container:hover .overlay,
.cwig-wrapper .cwig-container:focus .overlay {
  opacity: 1;
}
.cwig-wrapper .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (min-width: 991.99px) {
  .cwig-wrapper .text {
    font-size: 0.9vw;
  }
}
.cwig-card-container {
  display: flex;
  flex-wrap: wrap;
}
/* cwig Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.cwig_slider {
  width: 90%;
  margin: 0 auto;
}
.cwig_slider img {
  max-width: 200px;
  max-height: 150px;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 192px;
  text-align: center;
  color: #EEE;
  font-weight: bold;
  /*margin:5px;*/
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 70%;
  padding-top: 35px;
  margin: 0 auto;
}
.slick-current img {
  display: block;
  width: 120%;
  margin-top: -35px;
  position: relative;
  left: -5%;
}
.slick-current img:hover {
  opacity: 0.75;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  padding: 0 10px 0 10px;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #000;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 25px;
  line-height: 1;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '<';
}
[dir='rtl'] .slick-prev:before {
  content: '>';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '>';
}
[dir='rtl'] .slick-next:before {
  content: '<';
}
