@charset "UTF-8";
/* begin style.scss imports */
/* GENERAL COLORS STYLES  */
/***************************************************************
These styles are subject to the following license agreement(s):

https://store.typenetwork.com/cart/eula/font-bureau
https://store.typenetwork.com/cart/eula/font-bureau
https://store.typenetwork.com/cart/eula/font-bureau

***************************************************************/
@font-face {
  font-family: "Benton Sans Reg";
  font-style: Normal;
  font-weight: Normal;
}
@font-face {
  font-family: "Benton Sans Bd";
  font-style: Normal;
  font-weight: Normal;
}
@font-face {
  font-family: "Benton Sans Comp Bla";
  font-style: Normal;
  font-weight: Normal;
}
body {
  -webkit-font-smoothing: auto;
}

/* SASS: RESPONSIVE GLOBAL */
body {
  background: #f3f3f4;
}
body #page {
  background: #EEECF7;
  max-width: 1600px;
  margin: auto;
}
body .site {
  overflow: hidden;
}

body a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #0073E6;
  transition: color 100ms ease-out;
}
body a:hover, body a:focus {
  color: #1A1919;
}
body a:focus, body input:focus, body select:focus, body button:focus {
  outline: none;
  outline-color: #1A1919;
}
body a.arrows {
  color: #0073E6 !important;
}
body h1 {
  font-size: 38px;
  font-family: "BrandonTextWeb-Black", "Helvetica", "Arial", sans-serif;
  letter-spacing: 3px;
  margin: 30px 0;
  line-height: 1.44;
}
body h2, body h4 {
  font-family: "Benton Sans Comp Bla", "Helvetica", "Arial", sans-serif;
}
body h3 {
  font-family: "BrandonTextWeb-Black", "Helvetica", "Arial", sans-serif;
}
body h1, body h2, body h3, body h4,
body a, body p, body span,
body ul, body li {
  line-height: 1.44;
}
body p {
  font-family: "BrandonTextWeb-Regular", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  text-align: left;
  color: #1A1919;
}
body p.smaller {
  font-size: 16px;
}
body ul,
body ol {
  margin-left: 0;
  font-size: 18px;
  line-height: 1.44;
}
body ol {
  margin-left: 2px;
}
body li {
  line-height: 1.44;
  margin-left: 20px;
  font-family: "BrandonTextWeb-Regular", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
}
body li.bu-style {
  list-style: none;
  margin-left: 0;
  margin-bottom: 20px;
}
body li.bu-style a {
  color: #0073E6;
}
body li.bu-style a:hover {
  color: #1A1919;
}
body #scrollIcon {
  position: fixed;
  text-align: center;
  right: 20px;
  bottom: 52px;
  color: #fff;
  cursor: pointer;
  z-index: 300;
  height: 40px;
  width: 40px;
  background: url("/assets/BackToTop.svg");
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body #scrollIcon.activeIcon {
  display: block;
  opacity: 1;
  visibility: visible;
}
body .bu-style-h2-black,
body h2.bu-style-h2-black {
  font-size: 24px;
  font-family: "BrandonTextWeb-Bold", "Helvetica", "Arial", sans-serif;
  padding: 30px 0;
  text-transform: uppercase;
  line-height: 1.15;
}
body .bu-style-h2-black:after,
body h2.bu-style-h2-black:after {
  display: block;
  content: "";
  width: 30px;
  border-bottom: 4px solid #FFA60A;
  margin-top: 16px;
}
body .print {
  display: none;
}

/* landing page */
button.bu-style,
.button {
  background-color: #FFF;
  border: 3px solid #0073E6;
  border-color: #0073E6;
  color: #0073E6;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font-family: "Benton Sans Comp Bla", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1rem;
  transition: background-color 100ms ease-out;
  text-decoration: none;
  text-transform: uppercase;
  max-width: 225px;
  padding: 18px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
button.bu-style:hover, button.bu-style:focus,
.button:hover,
.button:focus {
  background-color: #0073E6;
  color: #FFF !important;
}

.postfix.button {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 18px;
  text-align: center;
  line-height: 1.75rem;
  border: 3px solid #0073E6;
}

/* SASS: RESPONSIVE QUERIES */
@media (min-width: 320px) {
  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
}
@media (min-width: 480px) {
  /* smartphones, Android phones, landscape iPhone */
}
@media (min-width: 600px) {
  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
}
@media (min-width: 801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 1281px) {
  /* hi-res laptops and desktops */
}
@media only screen and (max-width:640px) {
  .show-for-medium-up {
    display: none;
  }
}
@media only screen and (max-width:1140px) {
  .show-for-large-only {
    display: none;
  }
}
/* sass/forms/_search */
.header-search {
  display: block;
  float: right;
  position: relative;
}
.header-search .search-form .search-field {
  border: 2px solid #eeecf7;
  box-shadow: none;
  height: 60px;
  margin: 0;
  padding: 5px 30px 5px 10px;
  margin-top: -20px;
  font-family: "Benton Sans Bd", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  color: #74738c;
  letter-spacing: 1px;
  font-size: 15px;
  width: 150px;
}
.header-search .search-form .search-field:focus {
  font-family: "Benton Sans Reg", "Helvetica", "Arial", sans-serif;
  text-transform: none;
  color: #555;
}
.header-search .search-form .search-btn {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-family: "FontAwesome";
  font-size: 1.25rem;
  padding: 0;
  position: absolute;
  margin: 0;
  right: 6px;
  width: 30px;
  filter: FlipH;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-filter: "FlipH";
  transform: scaleX(-1);
  color: #74738c;
  top: 1px;
}
.header-search .search-form .search-btn:focus {
  box-shadow: none;
}

/* search for style for tablet */
.tablet-search.visible-for-medium-only .header-search {
  display: block;
  float: right;
  position: relative;
  top: 12px;
}

/*------------------------*/
/* GENERAL SYMFONY MIXIN STYLES */
/*------------------------*/
body {
  color: #1A1919;
  font-family: "BrandonTextWeb-Regular", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
}
body h1 {
  color: #1A1919;
  font-family: "BrandonTextWeb-Black", sans-serif;
  font-size: 38px;
}
body h2, body h3, body h4, body h5, body h6 {
  color: #1A1919;
  font-family: "BrandonTextWeb-Bold", sans-serif;
  font-size: 23px;
  font-weight: 500;
}
body a:hover {
  color: #0073E6;
}

/*----------------------*/
/* GENERAL ADMIN STYLES */
/*----------------------*/
#admin-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 100px;
}
#admin-wrapper.admin-wrapper--login {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#admin-wrapper.admin-wrapper--login button {
  border: 1px solid #1A1919;
  background-color: #E2163D;
  color: #FFF;
  text-transform: uppercase;
  padding: 15px;
  font-family: "BrandonTextWeb-Regular", "Helvetica", "Arial", sans-serif;
}
#admin-wrapper.admin-wrapper--login .loginerror {
  font-weight: 700;
  color: #E2163D;
}
#admin-wrapper .admin--message {
  font-size: 14pt;
}
#admin-wrapper .flash-messages {
  border: 1px solid #333;
  max-width: 800px;
  padding: 20px;
  background-color: #add8e6;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
#admin-wrapper .flash-messages .admin--flashmessage {
  font-size: 12pt;
}

/* the admin indicators */
.admin--indicators {
  /*background-color: #5eb5e0;*/
}

.admin--indicators--statedataitem {
  display: inline-block;
  border: 1px dotted #8959A8;
  padding: 5px;
  margin: 3px;
}

.admin--indicators--statedataitem-juristitle {
  font-size: 0.8rem;
}

.admin--indicators--statedataitem-jurisvalue {
  font-weight: 700;
}

.admin--controls.admin--controls-indicators {
  background-color: #eee;
  border: 1px solid darkolivegreen;
  margin: 10px;
  padding: 10px;
}

ul.adminmenu {
  margin-left: 0;
}

ul.adminmenu li {
  display: inline-block;
  font-size: 0.8rem;
  border: 1px solid #AAAAAA;
}

ul.adminmenu li a {
  color: #E2163D;
  padding-left: 5px;
  padding-right: 5px;
}

[draggable] {
  user-select: none;
  -webkit-user-drag: element;
  cursor: move;
}

table.sortable i.fa.fa-arrows {
  color: #999;
}
table.sortable tr.over {
  border: 1px dashed red;
}

.clear-data, .paste-data, #form_save {
  min-width: 100px;
  height: 28px;
  color: #FFF;
  cursor: pointer;
  background-color: #E2163D;
  border: none;
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 100ms ease-out;
  word-wrap: break-word;
}

.clear-data:hover,
.paste-data:hover,
#form_save:hover {
  background-color: #0073E6;
}

.paste-button-set {
  margin-top: 15px;
}

#chart-book-data-input {
  margin-top: 15px;
}

/* sass/layout/_header */
.masthead {
  height: 180px;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #eeecf7;
}
.masthead #masthead-container {
  background-color: #FFFFFF;
}

header[role=banner] {
  background-color: white;
}
header[role=banner] .brand {
  position: relative;
  padding-top: 30px;
  padding-left: 20px;
  font-family: "Benton Sans Reg", "Helvetica", "Arial", sans-serif;
}
header[role=banner] .brand .brand-signature {
  background-image: url("/assets/ssw-ciswh-crop.svg");
  background-repeat: no-repeat;
  padding: 10px 30px 9px 56px;
  height: 50px;
  width: 400px;
}
header[role=banner] .brand a {
  color: #1A1919 !important;
  display: inline-block;
}
header[role=banner] .call-to-action .footer-button {
  border: 2px solid #74738c;
  color: #74738c;
  border-radius: 3px;
  padding: 8px 12px 6px 12px;
  font-size: 17px;
  height: auto;
  text-align: center;
  margin-right: 25px;
}
header[role=banner] .call-to-action .footer-button:hover {
  color: #FFFFFF;
  background: #74738c;
}
header[role=banner] .call-to-action a.follow {
  content: "";
  color: #606982;
  font-size: 1.714rem;
  padding-left: 10px;
}
header[role=banner] .call-to-action .fa {
  font-size: 1.875rem;
}

/* scss/modules/_menus */
.menu > li > a {
  padding: 0;
  line-height: 1.6;
}

.navigation-wrapper {
  display: block;
  position: relative;
  padding: 20px 20px 20px 20px;
  background-color: white;
  overflow: hidden;
}
.navigation-wrapper ul, .navigation-wrapper li {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-family: "Benton Sans Bd", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
}
.navigation-wrapper li {
  float: left;
  margin-right: 25px;
  line-height: 1.6;
  margin-left: 0;
}
.navigation-wrapper a {
  color: #74738c;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navigation-wrapper a:visited {
  color: #606982;
}
.navigation-wrapper a:hover, .navigation-wrapper a:focus, .navigation-wrapper a:active {
  color: #1A1919;
}
.navigation-wrapper .current_page_item > a {
  color: #1A1919;
}
.navigation-wrapper .current_page_ancestor > a {
  color: #1A1919;
}

@media only screen and (max-width:1140px) {
  button.menu-toggle {
    display: block;
    position: absolute;
    height: 60px;
    top: 0;
    right: 20px;
    width: 50px;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    cursor: pointer;
    z-index: 125;
    background-color: transparent;
    border: 2px solid #eeecf7;
    color: #55545c;
    box-shadow: none;
    text-shadow: none;
    outline: 0;
    font-weight: normal;
  }
  button.menu-toggle::-moz-focus-inner {
    border: 0;
  }
  button.menu-toggle.active {
    transition: all 0.5s ease;
    background-color: #eeecf7;
  }
  button.menu-toggle i.fa {
    display: inline-block;
    color: #606982;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  button.menu-toggle i.fa.active {
    color: #606982;
  }

  .header-search {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding: 12px;
    text-align: center;
  }
  .header-search.active {
    display: block;
    height: 66px;
    background: #FFF;
  }
  .header-search .search-form .search-field {
    height: 40px;
    margin-right: 5%;
    width: 85%;
    float: left;
    font-size: 1rem;
  }
  .header-search .search-form .search-btn {
    position: relative;
    width: 10%;
    height: 1.8rem;
    right: 0;
    top: 3px;
    float: right;
    color: #74738c;
    font-size: 1.5rem;
    font-family: "FontAwesome";
    border: none;
    background-color: #FFF;
    transform: scaleX(-1);
  }

  .menu-main-navigation-container {
    display: block;
  }
  .menu-main-navigation-container ul#menu-main-navigation {
    display: none;
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  .menu-main-navigation-container ul#menu-main-navigation li {
    position: relative;
    display: block;
    margin-right: 0;
    width: 100%;
    clear: both;
    line-height: 1.6;
    background-color: white;
  }
  .menu-main-navigation-container ul#menu-main-navigation li a {
    border-bottom: 1px solid #E2E3E4;
    padding: 10px 10px 10px 20px;
    color: #74738c;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    border-bottom: 1px solid #E2E3E4;
    font-weight: 700;
  }
  .menu-main-navigation-container ul#menu-main-navigation li a:hover, .menu-main-navigation-container ul#menu-main-navigation li a:focus {
    color: #1A1919;
  }
  .menu-main-navigation-container ul#menu-main-navigation li a:hover {
    color: #0073E6;
  }
  .menu-main-navigation-container ul#menu-main-navigation li ul.sub-menu {
    display: none;
    position: absolute;
    height: 41px;
    top: calc(41px + 4px);
    width: 940px;
    z-index: 99;
    background-color: #FDFAF3;
    border-bottom: 1px dotted #eeecf7;
  }
  .menu-main-navigation-container ul#menu-main-navigation li ul.sub-menu li {
    width: 100%;
    position: relative;
    margin-right: 0;
    clear: both;
    float: none;
    line-height: 1.375rem;
    background-color: #F1F1F1;
  }
}
#catalyst-mobile-nav-wrapper {
  display: block;
  margin-bottom: 20px;
}
#catalyst-mobile-nav-wrapper h3.togglebar {
  position: relative;
  width: 100%;
  float: left;
  padding-top: 5px;
  margin-top: 0;
  padding-bottom: 4px;
  padding-left: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  background-color: #0073E6;
  color: #FFF;
  cursor: pointer;
}
#catalyst-mobile-nav-wrapper h3.togglebar span#showHideIcon {
  position: absolute;
  display: block;
  right: 14px;
  top: 7px;
  width: 7px;
  height: 12px;
  font-style: normal;
  background-color: #0073E6;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}
#catalyst-mobile-nav-wrapper h3.togglebar span#showHideIcon.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav {
  background-color: white;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav .menu .active > a {
  background: transparent;
  color: #1A1919;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner {
  border: 1px solid #eeecf7;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner h3 {
  margin-bottom: 1px;
  margin-top: 5px;
  padding: 42px 0 16px 14px;
  border-bottom: 1px solid #eeecf7;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner h3 a {
  color: #1A1919;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner h3 a.active {
  color: #0073E6;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner h3 a:hover {
  color: #1A1919;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container .menu > li > a {
  padding: 0.7rem 0;
  line-height: 1;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li#menu-item-1718.activelanding > a.sub-menu-li-a {
  color: #0073E6;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li {
  display: block !important;
  position: relative;
  margin: 0;
  line-height: 1.6;
  list-style: none;
  letter-spacing: 0.0625rem;
  text-transform: initial;
  font-size: 0.8125rem;
  border-bottom: 1px solid #eeecf7;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li:before {
  content: "";
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li:last-child {
  border-bottom: none !important;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li.current-menu-item a {
  color: #0073E6;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li.active > a.sub-menu-li-a {
  background: transparent;
  border-bottom: 1px solid #eeecf7;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li a {
  padding-left: 14px;
  color: #222222;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li a:hover {
  color: #0073E6;
  transition: color 100ms ease-out;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li a.sub-menu-li-a {
  padding-bottom: 17px;
  color: #222222;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li a.sub-menu-li-a:hover {
  color: #0073E6;
  transition: color 100ms ease-out;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li #menu--getdata.active > a, #catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li #menu--datasources.active > a, #catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li #menu--tips.active > a {
  color: #0073E6;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li a.state-arrow img, #catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li a.finance-arrow img, #catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li a.stories-arrow img {
  position: absolute;
  top: 16px;
  left: 16px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li a.state-arrow, #catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li a.finance-arrow, #catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li a.stories-arrow {
  position: absolute;
  display: inline-block;
  width: 37px;
  height: 42px;
  margin: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  background-image: url("/assets/ArrowRight.svg");
  background-size: contain;
  background-position: 12px 11px;
  background-repeat: no-repeat;
  border-left: 1px solid #eeecf7;
  border-bottom: 1px solid #eeecf7;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li a.state-arrow > img, #catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li a.finance-arrow > img, #catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li a.stories-arrow > img {
  transition: transform 100ms ease;
  -webkit-transition: transform 100ms ease;
  -moz-transition: transform 100ms ease;
  -o-transition: transform 100ms ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li a.state-arrow > img.rotate, #catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li a.finance-arrow > img.rotate, #catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li a.stories-arrow > img.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li li#menu-item-1718, #catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li li#menu-item-1719, #catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li li#menu-item-1720 {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li li#menu-item-1718 > a, #catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li li#menu-item-1719 > a, #catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li li#menu-item-1720 > a {
  display: block;
  height: 42px;
  padding-left: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li ul.sub-menu {
  display: none;
  border-top: none;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li ul.sub-menu.active {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li ul.sub-menu.active > a.sub-menu-li-a {
  border-bottom: 1px solid #eeecf7;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li ul.sub-menu li.menu-item {
  float: none;
  padding-left: 28px;
  padding-bottom: 10px;
  border-bottom: none;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li ul.sub-menu li.menu-item a {
  color: #606982;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li ul.sub-menu li.menu-item a:active {
  color: #0073E6;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li ul.sub-menu li.menu-item a:hover {
  color: #0073E6;
  transition: color 100ms ease-out;
}
#catalyst-mobile-nav-wrapper #mobile-catalyst-nav #mobile-catalyst-nav-inner div.menu-the-catalyst-center-container ul#menu-the-catalyst-center-mobile li ul.sub-menu li.menu-item:before {
  content: "";
}

/*endmobilenav */
#mobile-social-col {
  padding: 0;
}
@media only screen and (max-width:640px) {
  #mobile-social-col {
    display: block;
  }
}
@media only screen and (max-width:1140px) and (min-width:641px) {
  #mobile-social-col {
    display: none;
  }
}
@media only screen and (min-width:1141px) {
  #mobile-social-col {
    display: none;
  }
}
#mobile-social-col p.grant {
  font-size: 11px;
}
#mobile-social-col .subscribe-catalyst {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  margin-top: 20px;
  margin-bottom: 15px;
}
#mobile-social-col .subscribe-catalyst p {
  padding-top: 7px;
  font-family: "Benton Sans Reg", "Helvetica", "Arial", sans-serif;
  font-size: 0.7rem;
  line-height: 1.3;
  letter-spacing: 0.0625rem;
}
#mobile-social-col .subscribe-catalyst p.first {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
}
#mobile-social-col .subscribe-catalyst p.first a {
  color: #1A1919;
  font-size: 0.85rem;
  line-height: 1.2rem;
  transition: color 100ms ease-out;
}
#mobile-social-col .subscribe-catalyst p.first a:hover {
  color: #0073E6;
}
#mobile-social-col .subscribe-catalyst p.currentPast a {
  color: #1A1919;
  font-size: 0.85rem;
  line-height: 1.2rem;
  transition: color 100ms ease-out;
}
#mobile-social-col .subscribe-catalyst p.currentPast a:hover {
  color: #0073E6;
}
#mobile-social-col .subscribe-catalyst h4 {
  margin-top: 18px;
  color: #3A2C2C;
  font-family: "Benton Sans Reg", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: inherit;
  text-transform: inherit;
}
#mobile-social-col .subscribe-catalyst hr {
  margin: 10px 7px 10px 0;
  border-color: #eeecf7;
}
#mobile-social-col .subscribe-catalyst hr.second {
  margin-bottom: 15px;
}
#mobile-social-col .subscribe-catalyst .social-container .row.follow {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#mobile-social-col .subscribe-catalyst .social-container .row.follow .social-icon {
  display: inline-block;
  margin-top: 6px;
  margin-right: 11px;
}
#mobile-social-col .subscribe-catalyst .social-container .row.follow .social-icon a {
  word-wrap: break-word;
}
#mobile-social-col .subscribe-catalyst .social-container .row.follow .social-icon a .fa {
  color: #606982;
  display: inline-block;
  font-size: 2.1rem;
}
#mobile-social-col .subscribe-catalyst .social-container .row.follow .social-icon a:hover .fa {
  color: #0073E6;
}

#catalyst-left-column {
  padding: 5px 40px 0 0;
}
#catalyst-left-column #region-sidebar {
  background-color: #FFF;
  padding: 20px;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu h3 {
  line-height: 1.6;
  text-transform: uppercase;
  font-family: "BrandonTextWeb-Black", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  margin: 0;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu h3 a {
  color: #1A1919;
  line-height: 1.375rem;
  word-wrap: break-word;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu h3 a:hover {
  color: #0073E6;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container {
  padding-top: 20px;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center .active > a {
  background: transparent;
  color: #1A1919;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center li a {
  color: #1A1919;
  font-size: 16px;
  word-wrap: break-word;
  padding-right: 0;
  line-height: 1.375;
  font-family: "Benton Sans Reg", "Helvetica", "Arial", sans-serif;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center li a:hover {
  transition: color 100ms ease-out;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center li a:hover, #catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center li a:focus, #catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center li a:active {
  color: #0073E6;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center > li {
  position: relative;
  display: block;
  margin-left: 0;
  padding-top: 9px;
  padding-bottom: 8px;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  list-style: none;
  text-transform: initial;
  letter-spacing: normal;
  font-family: "Benton Sans Reg", "Helvetica", "Arial", sans-serif;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center > li#menu--statedata-d > a {
  color: #0073E6;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center > li.current-menu-item a {
  color: #0073E6;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center > li.activelanding a {
  color: #1A1919;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center > li ul.sub-menu {
  padding-left: 15px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 20px;
  list-style-image: none;
  border-bottom: none;
  color: #1A1919;
  display: block;
  word-wrap: break-word;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center > li ul.sub-menu > li {
  margin-bottom: 10px;
  list-style: none;
  margin-left: 0;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center > li ul.sub-menu > li:before {
  content: "" !important;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center > li ul.sub-menu li.sub-cat-accordion {
  border-top: none;
  border-bottom: none;
  margin-left: 10px;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center > li ul.sub-menu li.sub-cat-accordion.active a {
  background-color: transparent;
  color: #0073E6;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center > li ul.sub-menu li.sub-cat-accordion a {
  color: #1A1919;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center > li ul.sub-menu li.sub-cat-accordion a:hover {
  color: #0073E6;
  transition: color 100ms ease-out;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center > li ul.sub-menu li.sub-cat-accordion a.current {
  color: #0073E6;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center > li ul.sub-menu a {
  color: #1A1919;
  font-family: "Benton Sans Reg", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
}
#catalyst-left-column #region-sidebar #menu-col #catalyst-menu #menu-the-catalyst-center-container ul#menu-the-catalyst-center > li ul.sub-menu a:hover {
  color: #0073E6;
}
#catalyst-left-column #region-sidebar #menu-col .sidebar-item {
  padding-top: 10px;
}
#catalyst-left-column #region-sidebar #social-col p.grant {
  font-size: 11px;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #D4EBFF;
}
#catalyst-left-column #region-sidebar #social-col .subscribe-catalyst {
  padding: 0;
  margin: 0;
}
#catalyst-left-column #region-sidebar #social-col .subscribe-catalyst p {
  font-family: "Benton Sans Reg", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  margin: 0;
}
#catalyst-left-column #region-sidebar #social-col .subscribe-catalyst p.first a {
  color: #1A1919;
  transition: color 100ms ease-out;
}
#catalyst-left-column #region-sidebar #social-col .subscribe-catalyst p.first a:hover {
  color: #1A1919;
}
#catalyst-left-column #region-sidebar #social-col .subscribe-catalyst p.currentPast {
  margin: 0;
}
#catalyst-left-column #region-sidebar #social-col .subscribe-catalyst p.currentPast a {
  color: #1A1919;
  transition: color 100ms ease-out;
}
#catalyst-left-column #region-sidebar #social-col .subscribe-catalyst p.currentPast a:hover {
  color: #1A1919;
}
#catalyst-left-column #region-sidebar #social-col .subscribe-catalyst h4 {
  color: #1A1919;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: inherit;
  padding-left: 14px;
  text-transform: inherit;
  margin-top: 18px;
}
#catalyst-left-column #region-sidebar #social-col .subscribe-catalyst .social-container {
  padding-top: 10px;
}
#catalyst-left-column #region-sidebar #social-col .subscribe-catalyst .social-container .row.follow {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#catalyst-left-column #region-sidebar #social-col .subscribe-catalyst .social-container .row.follow .social-icon {
  margin-top: 6px;
  margin-right: 11px;
  display: inline-block;
}
#catalyst-left-column #region-sidebar #social-col .subscribe-catalyst .social-container .row.follow .social-icon a {
  word-wrap: break-word;
}
#catalyst-left-column #region-sidebar #social-col .subscribe-catalyst .social-container .row.follow .social-icon a .fa {
  color: #606982;
  display: inline-block;
  font-size: 2.1rem;
}
#catalyst-left-column #region-sidebar #social-col .subscribe-catalyst .social-container .row.follow .social-icon a .fa:hover {
  color: #0073E6;
}

@media only screen and (min-width:1141px) {
  #region-sidebar #menu-col {
    display: block;
  }
  #region-sidebar #menu-col #catalyst-menu h3 #menu-the-catalyst-center-container ul#menu-the-catalyst-center li a {
    color: #939598;
    word-wrap: break-word;
  }
  #region-sidebar #catalyst-mobile-nav-wrapper {
    display: none;
  }

  #social-col {
    display: block;
  }
}
@media only screen and (max-width:1140px) and (min-width:641px) {
  #catalyst-mobile-nav-wrapper {
    display: none;
  }
}
@media only screen and (max-width:1140px) {
  .navigation-wrapper {
    display: none;
    padding: 0;
    z-index: 101;
    width: 100%;
    padding-top: 30px;
  }
  .navigation-wrapper .main-navigation {
    padding: 0;
    position: relative;
    border-bottom: none;
  }
  .navigation-wrapper .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .navigation-wrapper .main-navigation ul li {
    float: left;
    margin-right: 0;
    position: relative;
    width: 100%;
    clear: both;
    background-color: white;
  }
  .navigation-wrapper .main-navigation ul li a {
    border-bottom: 1px solid #E2E3E4;
    padding: 10px 10px 10px 20px;
  }
  .navigation-wrapper .main-navigation ul li a:hover, .navigation-wrapper .main-navigation ul li a:focus {
    color: #1A1919;
  }
  .navigation-wrapper .main-navigation .nav-menu {
    width: 100%;
    left: 0;
  }
  .navigation-wrapper .main-navigation .nav-menu li {
    float: none;
  }
  .navigation-wrapper .main-navigation .nav-menu li a {
    display: block;
    width: 100%;
  }
  .navigation-wrapper .main-navigation .nav-menu .sub-menu {
    border-bottom: 0;
    display: none;
    float: none;
    padding: 0;
    position: initial;
  }
  .navigation-wrapper .main-navigation .header-search {
    border-bottom: 2px solid #E2E3E4;
    display: none;
    margin: 0 auto;
    padding: 12px;
    text-align: center;
    width: 100%;
  }
  .navigation-wrapper .main-navigation .header-search .search-form .search-field {
    float: left;
    font-size: 1rem;
    height: 40px;
    margin-right: 5%;
    width: 85%;
    margin-top: 0;
  }
  .navigation-wrapper .main-navigation .header-search .search-form .search-btn {
    font-size: 1.5rem;
    float: right;
    height: 1.5rem;
    position: relative;
    right: 0;
    top: 10px;
    width: 10%;
  }

  .masthead-container.toggled .menu-toggle.hide-for-large-up {
    background-color: #eeecf7;
    color: #606982;
  }
  .masthead-container.toggled #menu-main-navigation.nav-menu, .masthead-container.toggled .navigation-wrapper {
    display: block;
  }
  .masthead-container.toggled .navigation-wrapper .header-search {
    display: block;
  }

  section.latest-news-block {
    padding: 0 !important;
  }

  .masthead header[role=banner] {
    position: fixed;
    width: 400px;
    z-index: 125;
    top: 0;
  }
  .masthead .navigation-wrapper {
    padding-bottom: 0;
  }

  .navigation-wrapper.desktop {
    display: none;
  }
}
@media only screen and (max-width:1140px) {
  .navigation-wrapper {
    padding: 30px 0 0 0;
    z-index: 101;
    top: 0;
    width: 100%;
  }
  .navigation-wrapper .main-navigation {
    padding: 0;
    position: relative;
    border-bottom: none;
  }
  .navigation-wrapper .main-navigation.toggled .menu-toggle.hide-for-large-up {
    background-color: #eeecf7;
    color: #606982;
  }
  .navigation-wrapper .main-navigation.toggled .nav-menu {
    display: block;
  }
  .navigation-wrapper .main-navigation.toggled .header-search {
    display: block;
  }
  .navigation-wrapper .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .navigation-wrapper .main-navigation ul li {
    float: left;
    margin-right: 0;
    position: relative;
    width: 100%;
    clear: both;
    background-color: white;
  }
  .navigation-wrapper .main-navigation button.menu-toggle {
    color: #55545c;
  }
  .navigation-wrapper .main-navigation button.menu-toggle {
    background-color: transparent;
    border: 2px solid #eeecf7;
    display: block !important;
    float: right;
    height: 60px;
    right: 20px;
    width: 50px;
    box-shadow: none;
    margin: 0;
    padding: 0;
    text-shadow: none;
    outline: 0;
  }
  .navigation-wrapper .main-navigation button.menu-toggle::-moz-focus-inner {
    border: 0;
  }
  .navigation-wrapper .main-navigation .nav-menu {
    width: 100%;
    left: 0;
  }
  .navigation-wrapper .main-navigation .nav-menu li {
    float: none;
  }
  .navigation-wrapper .main-navigation .nav-menu li a {
    display: block;
    width: 100%;
  }
  .navigation-wrapper .main-navigation .nav-menu .sub-menu {
    border-bottom: 0;
    display: none;
    float: none;
    padding: 0;
    position: initial;
  }
  .navigation-wrapper .main-navigation .header-search {
    border-bottom: 2px solid #E2E3E4;
    display: none;
    margin: 0 auto;
    padding: 12px;
    text-align: center;
    width: 100%;
  }
  .navigation-wrapper .main-navigation .header-search .search-form .search-field {
    float: left;
    font-size: 1rem;
    height: 40px;
    margin-right: 5%;
    width: 85%;
    margin-top: 0;
  }
  .navigation-wrapper .main-navigation .header-search .search-form .search-btn {
    font-size: 1.5rem;
    float: right;
    height: 1.5rem;
    position: relative;
    right: 0;
    top: 10px;
    width: 10%;
  }
}
@media only screen and (max-width:1140px) and (min-width:641px) {
  #catalyst-left-column {
    width: 33%;
  }
  #catalyst-left-column #region-sidebar #menu-col {
    display: block;
  }
  #catalyst-left-column #region-sidebar #menu-col #catalyst-menu h3 {
    font-family: "BrandonTextWeb-Black", "Helvetica", "Arial", sans-serif;
  }
  #catalyst-left-column #region-sidebar #catalyst-mobile-nav-wrapper {
    display: none;
  }
  #catalyst-left-column #social-col {
    display: block;
  }
}
/* modules footer */
/*------------------------*/
/* REGION - FOOTER STYLES */
/*------------------------*/
footer {
  background-color: white;
  border-top: 1px solid #eeecf7;
  color: #1A1919;
  width: 100%;
  margin-top: 60px;
}
footer .row {
  max-width: 1600px;
  width: auto;
  margin: auto;
  padding: 0 20px;
}
footer .top-row {
  padding: 40px 0;
}
footer .top-row .grid {
  min-height: 120px;
  text-align: center;
}
footer .top-row .grid a {
  content: "";
  display: table;
  color: #606982;
  font-size: 1.714rem;
}
footer .top-row .grid a:hover {
  color: #0073E6;
}
footer .top-row .grid a.footer-link {
  font-family: "Benton Sans Bd", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  padding-top: 5px;
  padding-right: 40px;
  padding-left: 40px;
}
footer .top-row .grid div {
  font-size: 0.75rem;
}
footer .top-row .grid .address-info {
  padding: 0 20px 0 0;
  text-align: left;
  width: 33%;
}
footer .top-row .grid .address-info address {
  float: left;
  font-size: 16px;
  line-height: 1.4;
  font-style: normal;
  font-family: "Benton Sans Reg", "Helvetica", "Arial", sans-serif;
}
footer .top-row .grid .address-info address span strong {
  font-family: "Benton Sans Bd", "Helvetica", "Arial", sans-serif;
}
footer .top-row .right-side {
  padding: 0 0 0 50px;
  text-align: right;
  width: 66%;
  height: auto;
}
footer .top-row .right-side .footer-button {
  border: 2px solid #74738c;
  color: #74738c;
  border-radius: 3px;
  padding: 8px 12px 6px 12px;
  font-size: 17px;
  height: auto;
  text-align: center;
}
footer .top-row .right-side .footer-button:hover {
  color: #FFFFFF;
  background: #74738c;
}
footer .top-row .right-side .fa {
  font-size: 1.875rem;
}
footer .top-row .right-side .follow div {
  padding: 0 0 0 0.9375rem;
  width: auto;
}
@media print {
  footer .top-row .right-side {
    display: none;
  }
}
footer .bottom-row {
  border-top: 1px solid #eeecf7;
  clear: left;
  color: #1A1919;
  padding: 8px 0;
}
footer .bottom-row span {
  font-size: 0.75rem;
}
footer .bottom-row a {
  color: #1A1919;
}

@media only screen and (max-width:640px) {
  #region-footer .row {
    padding: 0;
    margin: 0;
  }
  #region-footer .top-row {
    padding: 40px 0;
  }
  #region-footer .top-row .grid {
    height: 100%;
    max-height: inherit;
  }
  #region-footer .top-row .grid div.social-container, #region-footer .top-row .grid div.contact, #region-footer .top-row .grid div.newsletter {
    border: none;
    border-bottom: 1px dotted #939598;
    clear: both;
    float: left;
    margin: 0 0 19px;
    padding: 0 0 23px;
    width: 100%;
    height: auto !important;
  }
  #region-footer .top-row .grid div.contact address {
    clear: both;
    float: left;
    padding-left: 0;
  }
  #region-footer .top-row .grid .newsletter .newsletterbox {
    margin: 0;
  }
  #region-footer .top-row .grid .medium-social.social-container {
    display: none;
  }
  #region-footer .top-row .grid .columns.social-container.float-right.visible-for-large-only {
    display: none;
  }
  #region-footer .top-row .grid div.social-container {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #region-footer .top-row .grid div.social-container .follow a.contact-link {
    padding-left: 0;
    padding-right: 0;
  }
  #region-footer .top-row .grid div.social-container .follow div:first-of-type {
    padding-left: 0;
  }
  #region-footer .bottom-row {
    padding: 10px 0px !important;
    text-align: center;
  }
}
@media only screen and (max-width:1140px) and (min-width:641px) {
  #region-footer .row {
    max-width: 100%;
    width: 100%;
  }
  #region-footer .top-row {
    margin: 0 auto;
  }
  #region-footer .top-row .grid {
    height: auto;
    max-height: initial;
  }
  #region-footer .top-row .grid .contact {
    height: auto !important;
    width: 48%;
    padding: 0 2% 0 0;
  }
  #region-footer .top-row .grid .contact address {
    float: left;
    padding-left: 0;
  }
  #region-footer .top-row .grid .newsletter {
    content: "";
    display: table;
    border-right: none;
    padding: 0 0 0 4%;
    width: 44%;
  }
  #region-footer .top-row .grid .newsletter .row {
    max-width: none;
  }
  #region-footer .top-row .grid .newsletter .newsletterbox {
    margin: 0;
  }
  #region-footer .top-row .grid .newsletter .medium-social.social-container {
    display: block;
    margin-top: 24px;
    padding: 0;
    position: static !important;
    height: auto;
    overflow: visible;
    clip: auto;
  }
  #region-footer .top-row .grid .social-container {
    border-left: none;
    clear: left;
    display: none;
    float: left;
  }
  #region-footer .top-row .grid .follow a.contact-link {
    padding-left: 0;
    padding-right: 0;
  }
  #region-footer .top-row .grid .social-container .follow div:first-of-type {
    padding-left: 0;
  }
}
@media only screen and (min-width:1141px) {
  #region-footer .medium-social {
    display: none;
  }

  #region-footer .social-container.mobile {
    display: none;
  }

  #region-footer #social-container-large {
    display: block;
    margin: 0;
    padding: 0;
    float: right !important;
  }
  #region-footer #social-container-large .row.follow {
    margin: 0;
  }
  #region-footer #social-container-large .row.follow .small-1.columns {
    float: right;
  }
}
@media only screen and (min-width:1141px) {
  .site-footer .columns.right-side.float-right.visible-for-large-up {
    display: block;
    margin: 0;
    padding: 0;
    float: right !important;
  }
  .site-footer .columns.right-side.float-right.visible-for-large-up .row.follow {
    margin: 0;
    padding-right: 0;
  }
  .site-footer .columns.right-side.float-right.visible-for-large-up .row.follow .small-1.columns {
    float: right;
  }

  .show-for-medium-down {
    display: none;
  }

  .show-for-large-only {
    display: block !important;
  }
  .show-for-large-only .follow div {
    float: right;
  }
}
@media only screen and (min-width:641px) and (max-width:1140px) {
  footer .top-row {
    margin: 0 auto;
  }
  footer .top-row .grid {
    height: auto;
    max-height: initial;
  }
  footer .top-row .grid .address-info {
    height: auto !important;
    width: 48%;
    padding: 0 2% 0 0;
    border-right: none;
  }
  footer .top-row .grid .address-info address {
    float: left;
    padding-left: 0;
  }
  footer .top-row .grid .right-side.show-for-medium-down {
    content: "";
    display: table;
    display: table !important;
    border-right: none;
    padding: 0 0 0 4%;
    width: 44%;
  }
  footer .top-row .grid .right-side.show-for-medium-down .row {
    width: auto;
  }
  footer .top-row .grid .right-side.show-for-medium-down .row.follow {
    padding: 0;
  }
  footer .top-row .grid .right-side {
    position: static !important;
    overflow: visible;
    display: block;
    width: auto;
    padding: 0;
  }
  footer .top-row .grid .right-side .visible-for-large-up {
    display: none;
  }
  footer .bottom-row span {
    padding-right: 30px;
  }
}
@media only screen and (max-width:640px) {
  #catalyst-left-column .subscribe-catalyst {
    display: none;
  }
}
@media only screen and (max-width:1140px) {
  #region-footer footer .top-row .grid .right-side a.footer-link {
    padding: 10px 0;
  }
  #region-footer footer .top-row .grid .right-side .follow {
    margin: 0 auto;
  }
  #region-footer footer .top-row .grid .right-side .follow div:first-of-type {
    padding-left: 0;
  }
  #region-footer footer .show-for-large-only {
    display: none;
  }

  .right-side.show-for-medium-down {
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 50px 0 50px;
    text-align: left;
  }
  .right-side.show-for-medium-down .row {
    margin: 0 auto;
    width: 250px;
  }

  .show-for-medium-down .footer-button {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:640px) {
  footer .top-row .grid {
    height: 100%;
    max-height: inherit;
  }
  footer .top-row .grid > .columns {
    clear: right;
    float: left;
    width: 100%;
  }
  footer .top-row .grid .right-side.visible-for-large-up {
    display: none;
  }
  footer .top-row .grid div.address-info address {
    float: none;
  }
  footer .top-row .grid div.address-info, footer .top-row .grid div.right-side.show-for-medium-down {
    margin: 0;
    padding: 0;
    border: none;
    clear: both;
    width: 100%;
    text-align: center;
  }
  footer .top-row .grid div.right-side.show-for-medium-down {
    padding: 20px 0;
  }
  footer .top-row .grid div.right-side.show-for-medium-down .row {
    width: 120px;
    margin: 0 auto;
    padding: 0;
    clear: both;
    text-align: center;
  }
  footer .top-row .grid div.right-side.show-for-medium-down .footer-button {
    margin: 0 auto 20px auto;
  }
  footer .top-row .grid .footer-link {
    width: 100%;
  }
  footer .top-row .grid p.for-line {
    border-top: 1px solid #eeecf7;
    clear: both;
    margin: 0;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  footer .bottom-row {
    padding: 10px 20px;
  }
}
/*-------------------------*/
/* GETDATA REGION - RESULTS STYLES */
/*-------------------------*/
body.showsources .qs-abridged {
  display: none;
}
body.showsources .qs-full {
  display: block;
}

body.showtips .qt-general {
  display: block;
}
body.showtips .qt-critical {
  display: block;
}

body:not(.showsources) .qs-abridged {
  display: block;
}
body:not(.showsources) .qs-full {
  display: none;
}

body:not(.showtips) .qt-critical {
  display: block;
}
body:not(.showtips) .qt-general {
  display: none;
}

.rTableRow {
  display: table-row;
  width: 100%;
}

.rTableHeading {
  display: table-header-group;
  background-color: #ddd;
}

.rTableCell, .rTableHead {
  display: table-cell;
  padding: 3px 10px;
}

.rTableHeading {
  display: table-header-group;
  background-color: #ddd;
}

.rTableFoot {
  display: table-footer-group;
  background-color: #ddd;
}

.rTableBody {
  display: table-row-group;
}

.tablesaw-bar.tablesaw-all-cols-visible {
  display: none;
}
.tablesaw-bar .tablesaw-modeswitch {
  display: none;
}

.tablesaw {
  border: 1px solid #eeecf7 !important;
}

.tablesaw-advance a.tablesaw-btn.left {
  height: 30px;
  width: 32px;
  display: block;
  background-image: url("/assets/chevron_circle_icon.svg");
  background-repeat: no-repeat;
  border: none;
  float: left;
  opacity: 1;
  transform: rotate(180deg);
}
.tablesaw-advance a.tablesaw-btn.left:before {
  border-top: none !important;
  border-bottom: none !important;
}
.tablesaw-advance a.tablesaw-btn.right {
  height: 30px;
  width: 32px;
  display: block;
  background-image: url("/assets/chevron_circle_icon.svg");
  background-repeat: no-repeat;
  border: none;
  float: right;
  opacity: 1;
}
.tablesaw-advance a.tablesaw-btn.right:before {
  border-top: none !important;
  border-bottom: none !important;
}

.tablesaw-advance.minimap ul.tablesaw-advance-dots {
  line-height: 2;
}
.tablesaw-advance.minimap ul.tablesaw-advance-dots li i {
  width: 0.75em;
  height: 0.75em;
  background: #939598;
}
.tablesaw-advance.minimap ul.tablesaw-advance-dots li.tablesaw-advance-dots-hide i {
  background: #C1C1C1;
}

#results-container .sd-wrapper .sd-section.rTable {
  width: 100%;
}
#results-container .sd-wrapper .sd-section.rTable .sd-subsection {
  width: 100%;
}
#results-container .sd-wrapper .sd-section.rTable .sd-subsection .sd-subsection-header .sd-subsection-state-header.rTableHead,
#results-container .sd-wrapper .sd-section.rTable .sd-subsection .sd-subsection-header .sd-subsection-state-title.rTableHead {
  width: 100%;
  height: 70.533px;
  display: table-cell;
  background: #0BA9B5;
  border-right: 1px dotted #FFFFFF;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1rem;
  text-transform: uppercase;
  text-align: left;
  vertical-align: middle;
}
#results-container .sd-wrapper .sd-section.rTable .sd-subsection .sd-indicator.rTableRow:nth-of-type(odd) .sd-indicator-title.rTableCell,
#results-container .sd-wrapper .sd-section.rTable .sd-subsection .sd-indicator.rTableRow:nth-of-type(odd) .sd-indicator-value.rTableCell {
  background: #F4F7F8;
  border-right: 1px dotted #000000;
}
#results-container .sd-wrapper .sd-section.rTable .sd-subsection .sd-indicator.rTableRow .sd-indicator-title.rTableCell,
#results-container .sd-wrapper .sd-section.rTable .sd-subsection .sd-indicator.rTableRow .sd-indicator-value.rTableCell {
  background: #FFFFFF;
  border-right: 1px dotted #000000;
}
#results-container .sd-wrapper .sd-section.rTable .sd-subsection .sd-indicator-source,
#results-container .sd-wrapper .sd-section.rTable .sd-subsection .sd-indicator-tip,
#results-container .sd-wrapper .sd-section.rTable .sd-subsection .sd-subsection-tip {
  font-size: 11px;
  padding-top: 2%;
}
#results-container .sd-wrapper .sd-section.rTable .sd-subsection .sd-indicator-source span.header,
#results-container .sd-wrapper .sd-section.rTable .sd-subsection .sd-indicator-tip span.header,
#results-container .sd-wrapper .sd-section.rTable .sd-subsection .sd-subsection-tip span.header {
  color: darkred;
}

/* media queries for table styles */
@media only screen and (min-width:1141px) {
  #region-results {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  #region-results #sd-wrapper th.sd-table-header-state {
    min-width: 90px;
    max-width: 110px;
  }
  #region-results #sd-wrapper td.sd-datacell-detail {
    font-size: 13px;
    min-width: 50px;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody {
    border: none;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-indicator-for-subindicators td {
    font-size: 14px;
    background-color: #D4EBFF;
    color: #1A1919;
    font-family: "Benton Sans Bd", "Helvetica", "Arial", sans-serif;
    font-size: 12px !important;
    letter-spacing: 2px;
    display: table-cell !important;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-datarow td.sd-datacell.sd-datacell-detail {
    color: #1A1919;
    font-size: 13px;
    border-right: 1px solid #e4e1de;
    border-left: 1px solid #e4e1de;
    padding: 0.4em 0.5em;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-datarow td.title.sd-indicator-value.sd-datacell {
    border-right: 1px solid #e4e1de;
    font-size: 13px;
    padding: 0.4em 0.5em;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-datarow.sd-indicator td.sd-datacell.sd-datacell-detail {
    color: #1A1919;
    font-size: 13px;
    padding: 0.4em 0.5em;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-datarow.sd-indicator td.title.sd-indicator-value.sd-datacell {
    border-right: 1px solid #e4e1de;
    font-size: 13px;
    padding: 0.4em 0.5em;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-datarow-standalone td.sd-datacell-detail {
    font-size: 13px;
    padding: 0.4em 0.5em;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-datarow-standalone td:not(.sd-datacell-detail) {
    font-size: 13px;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-blurb-row {
    border: none;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-blurb-row td.sd-blurbcell-wrapper {
    background-color: #EEECF7;
    padding-top: 15px;
    padding-bottom: 15px;
    border-right: none;
    display: table-cell !important;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-subindicator-header-inner td {
    font-size: 14px;
    background-color: #D4EBFF;
    color: #1A1919;
    font-family: "Benton Sans Bd", "Helvetica", "Arial", sans-serif;
    font-size: 12px !important;
    letter-spacing: 2px;
    display: table-cell !important;
    border-right: none;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection .sd-indicator-header-inner tr.sd-datarow td {
    font-weight: normal;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection .sd-indicator-header-inner tr.sd-datarow td.title.tablesaw-cell-persist.sd-indicator-value.sd-datacell.sd-datacell-detail {
    color: #1A1919;
    font-size: 13px;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection .sd-indicator-header-inner tr.sd-datarow td.title.tablesaw-cell-persist.sd-indicator-value.sd-datacell {
    color: #0073E6;
    font-size: 13px;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection .sd-subsection-header {
    background: #0073E6;
    border: none;
    color: #FFF;
    font-family: "BrandonTextWeb-Black", "Helvetica", "Arial", sans-serif;
    height: 40px;
    text-transform: uppercase;
    vertical-align: middle;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection .sd-subsection-header .sd-table-header.sd-table-header-first {
    min-width: 170px;
    max-width: 200px;
    padding: 0.4em 0.5em;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection .sd-subsection-header .sd-table-header.sd-table-header-first h3 {
    color: #FFF;
    font-size: 15px;
    vertical-align: middle;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection .sd-subsection-header .sd-table-header {
    border-right: 1px dotted #FFF;
    font-size: 15px;
    padding: 0.4em 0.5em;
    font-weight: normal;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection .sd-subsection-header tr th {
    border-right: 1px dotted #FFF;
    line-height: 24px;
    padding: 0.5em 0.7em;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection .sd-subsection-header tr th.tablesaw-cell-persist {
    border-right: 1px dotted #FFF;
  }
  #region-results #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody.sd-indicator-values-wrapper:nth-child(odd) {
    background: #F9F9F9;
  }
  #region-results #sd-wrapper table.sd-subindicator tbody.sd-indicator-values-wrapper tr td.title.tablesaw-cell-persist.sd-indicator-value.sd-datacell.sd-datacell-detail {
    color: #1A1919;
    font-size: 13px;
  }
  #region-results #sd-wrapper table.sd-subindicator tbody.sd-indicator-values-wrapper tr td.title.tablesaw-cell-persist.sd-indicator-value.sd-datacell {
    color: #0073E6;
    font-size: 13px;
  }
  #region-results #sd-wrapper .sd--blurb {
    font-size: 12px;
    float: right;
    width: 97.5%;
  }
  #region-results #sd-wrapper .sd--blurb a {
    color: #0073E6;
  }
  #region-results #sd-wrapper .sd--blurb a:hover {
    color: #E2163D;
  }
  #region-results #sd-wrapper .sd--blurb .query-source {
    color: #0073E6;
    margin-right: 2px;
    display: inline-block;
    position: relative;
  }
  #region-results #sd-wrapper .sd--blurb .query-source span.query-source-icon {
    left: 0;
    top: -2px;
    position: absolute;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: 4px;
    margin-right: 4px;
  }
  #region-results #sd-wrapper .sd--blurb .query-tips {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    color: #0073E6;
  }
  #region-results #sd-wrapper .sd--blurb .query-tips span.query-tips-icon {
    left: 0;
    top: -2px;
    position: absolute;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: 4px;
    margin-right: 4px;
  }
  #region-results #sd-wrapper .sd-section-title {
    padding-top: 10px;
  }
  #region-results #sd-wrapper .sd-section-title h2 {
    color: #0073E6;
    font-size: 18px;
    font-family: "Benton Sans Comp Bla", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width:1140px) and (min-width:641px) {
  #region-results {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  #region-results #results-wrapper #results-container .currently-showing {
    border-top: none;
  }
  #region-results #results-wrapper #results-container #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection {
    width: 100%;
  }
  #region-results #results-wrapper #results-container #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection thead.sd-subsection-header {
    background: #0073E6;
    border: none;
    color: #FFF;
    font-family: "BrandonTextWeb-Bold", "Helvetica", "Arial", sans-serif;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
  }
  #region-results #results-wrapper #results-container #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection thead.sd-subsection-header tr th {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    border-right: 1px dotted #FFF;
    line-height: 24px;
    padding: 0.5em 0.7em;
  }
  #region-results #results-wrapper #results-container #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection thead.sd-subsection-header tr th.sd-table-header {
    border-right: 1px dotted #FFF;
    font-size: 16px;
    font-weight: normal;
  }
  #region-results #results-wrapper #results-container #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection thead.sd-subsection-header tr th.sd-table-header.sd-table-header-first {
    width: 45%;
  }
  #region-results #results-wrapper #results-container #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection thead.sd-subsection-header tr th.sd-table-header.sd-table-header-first h3 {
    color: #FFF;
    font-size: 15px;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #region-results #results-wrapper #results-container #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection thead.sd-subsection-header tr th.sd-table-header.sd-table-header-state {
    width: 20%;
  }
  #region-results #results-wrapper #results-container #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody {
    border: none;
    font-size: 14px;
  }
  #region-results #results-wrapper #results-container #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-indicator-for-subindicators td {
    font-size: 14px;
    background-color: #D4EBFF;
    color: #1A1919;
    font-family: "Benton Sans Bd", "Helvetica", "Arial", sans-serif;
    font-size: 12px !important;
    letter-spacing: 2px;
    display: table-cell !important;
  }
  #region-results #results-wrapper #results-container #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-datarow td.sd-datacell.sd-datacell-detail {
    color: #1A1919;
    border-right: 1px solid #e4e1de;
    font-size: 13px;
    padding: 0.4em 0.5em;
  }
  #region-results #results-wrapper #results-container #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-datarow td.sd-indicator-value.sd-datacell {
    border-right: 1px solid #e4e1de;
    font-size: 13px;
    padding: 0.4em 0.5em;
  }
  #region-results #results-wrapper #results-container #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-datarow.sd-indicator td.sd-datacell.sd-datacell-detail {
    color: #1A1919;
    font-size: 13px;
  }
  #region-results #results-wrapper #results-container #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-datarow.sd-indicator td.sd-indicator-value.sd-datacell {
    font-size: 13px;
  }
  #region-results #results-wrapper #results-container #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-subindicator-header-inner td {
    font-size: 14px;
    background-color: #D4EBFF;
    color: #1A1919;
    font-family: "Benton Sans Bd", "Helvetica", "Arial", sans-serif;
    font-size: 12px !important;
    letter-spacing: 2px;
    display: table-cell !important;
    border-right: none;
  }
  #region-results #results-wrapper #results-container #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection .sd-blurbcell-wrapper {
    background-color: #EEECF7;
    padding-top: 15px;
    padding-bottom: 15px;
    border-right: none;
    display: table-cell !important;
  }
  #region-results #results-wrapper #results-container #sd-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody.sd-indicator-values-wrapper:nth-child(odd) {
    background: #F9F9F9;
  }
  #region-results #results-wrapper #results-container #sd-wrapper .sd-section-title {
    padding-top: 10px;
  }
  #region-results #results-wrapper #results-container #sd-wrapper .sd-section-title h2 {
    color: #0073E6;
    font-size: 18px;
  }
  #region-results #results-wrapper #results-container #sd-wrapper .sd--blurb {
    font-size: 12px;
    float: right;
    width: 97.5%;
  }
  #region-results #results-wrapper #results-container #sd-wrapper .sd--blurb a {
    color: #0073E6;
  }
  #region-results #results-wrapper #results-container #sd-wrapper .sd--blurb a:hover {
    color: #E2163D;
  }
  #region-results #results-wrapper #results-container #sd-wrapper .sd--blurb .query-source {
    color: #0073E6;
    margin-right: 2px;
    display: inline-block;
    position: relative;
  }
  #region-results #results-wrapper #results-container #sd-wrapper .sd--blurb .query-source span.query-source-icon {
    left: 0;
    top: -2px;
    position: absolute;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: 4px;
    margin-right: 4px;
  }
  #region-results #results-wrapper #results-container #sd-wrapper .sd--blurb .query-tips {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    color: #0073E6;
  }
  #region-results #results-wrapper #results-container #sd-wrapper .sd--blurb .query-tips span.query-tips-icon {
    left: 0;
    top: -2px;
    position: absolute;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: 4px;
    margin-right: 4px;
  }
}
@media only screen and (max-width:640px) {
  #region-results {
    display: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  #region-results.open {
    display: block;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-indicator-for-subindicators td {
    font-size: 14px;
    background-color: #D4EBFF;
    color: #1A1919;
    font-family: "Benton Sans Bd", "Helvetica", "Arial", sans-serif;
    font-size: 12px !important;
    letter-spacing: 2px;
    display: table-cell !important;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-datarow {
    font-size: 13px;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-datarow td.sd-datacell.sd-datacell-detail {
    color: #1A1919;
    border-right: 1px solid #e4e1de;
    font-size: 13px;
    padding: 0.4em 0.5em;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-datarow td.sd-indicator-value.sd-datacell {
    border-right: 1px solid #e4e1de;
    font-size: 13px;
    padding: 0.4em 0.5em;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-datarow.sd-indicator td.sd-datacell.sd-datacell-detail {
    color: #1A1919;
    font-size: 13px;
    padding: 0.4em 0.5em;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-datarow.sd-indicator td.sd-indicator-value.sd-datacell {
    font-size: 13px;
    padding: 0.4em 0.5em;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody tr.sd-subindicator-header-inner td {
    font-size: 14px;
    background-color: #D4EBFF;
    color: #1A1919;
    font-family: "Benton Sans Bd", "Helvetica", "Arial", sans-serif;
    font-size: 12px !important;
    letter-spacing: 2px;
    border-right: none;
    display: table-cell !important;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection .sd-blurbcell-wrapper {
    background-color: #EEECF7;
    padding-top: 15px;
    padding-bottom: 15px;
    border-right: none;
    display: table-cell !important;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection .sd-indicator-header-inner tr.sd-datarow td {
    font-weight: normal;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection .sd-indicator-header-inner tr.sd-datarow td.title.tablesaw-cell-persist.sd-indicator-value.sd-datacell.sd-datacell-detail {
    color: #000000;
    font-size: 13px;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection .sd-indicator-header-inner tr.sd-datarow td.title.tablesaw-cell-persist.sd-indicator-value.sd-datacell {
    font-size: 13px;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection thead.sd-subsection-header {
    background: #0073E6;
    border: none;
    color: #FFF;
    font-family: "Roboto Slab", serif;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection thead.sd-subsection-header th {
    border-right: 1px dotted #FFF;
    line-height: 24px;
    padding: 0.5em 0.7em;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection thead.sd-subsection-header th.sd-table-header {
    border-right: 1px dotted white;
    font-size: 15px;
    font-weight: normal;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection thead.sd-subsection-header th.sd-table-header.sd-table-header-first {
    width: 45%;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection thead.sd-subsection-header th.sd-table-header.sd-table-header-first h3 {
    color: #FFF;
    font-size: 15px;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection thead.sd-subsection-header th.sd-table-header.sd-table-header-state {
    width: 18%;
  }
  #region-results #results-wrapper table.tablesaw.tablesaw-swipe.sd-subsection tbody.sd-indicator-values-wrapper:nth-child(odd) {
    background: #F9F9F9;
  }
  #region-results #results-wrapper .sd--blurb {
    font-size: 12px;
    float: right;
    width: 97.5%;
  }
  #region-results #results-wrapper .sd--blurb a {
    color: #0073E6;
  }
  #region-results #results-wrapper .sd--blurb a:hover {
    color: #E2163D;
  }
  #region-results #results-wrapper .sd--blurb .query-source {
    color: #0073E6;
    margin-right: 2px;
    display: inline-block;
    position: relative;
  }
  #region-results #results-wrapper .sd--blurb .query-source span.query-source-icon {
    left: 0;
    top: -2px;
    position: absolute;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: 4px;
    margin-right: 4px;
  }
  #region-results #results-wrapper .sd--blurb .query-tips {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    color: #0073E6;
  }
  #region-results #results-wrapper .sd--blurb .query-tips span.query-tips-icon {
    left: 0;
    top: -2px;
    position: absolute;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: 4px;
    margin-right: 4px;
  }
  #region-results #results-wrapper .sd-section-title {
    padding-top: 10px;
  }
}
#landing-wrapper .landing-getstatedata {
  min-width: 100px;
  height: 28px;
  color: #FFF;
  cursor: pointer;
  background-color: #E2163D;
  border: none;
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.75rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 100ms ease-out;
  word-wrap: break-word;
}
#landing-wrapper .landing-getstatedata:hover {
  background-color: #0BA9B5;
}

/* modules main */
/*--------------------------*/
/* PROJECT NAME BANNER      */
/*--------------------------*/
.content-banner {
  background-color: #0073E6;
  min-height: 150px;
}
.content-banner h1 {
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-top: 25px;
  font-size: 38px;
  letter-spacing: 3px;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "BrandonTextWeb-Black", "Helvetica", "Arial", sans-serif;
}
.content-banner p {
  color: #FFFFFF;
  text-align: center;
  font-family: "BrandonTextWeb-Regular", "Helvetica", "Arial", sans-serif;
  margin: 5px;
}

/*--------------------------*/
/* REGION - MAINSITE STYLES */
/*--------------------------*/
#region-mainsite {
  max-width: 1140px;
  padding-top: 50px;
  padding-bottom: 35px;
}
#region-mainsite .menu > li > a {
  padding: 0;
  line-height: 1.6;
}
#region-mainsite h1 {
  font-size: 38px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
}
#region-mainsite .column-wrapper #catalyst-right-column {
  float: left;
}

.modal-2 {
  display: none;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  width: 580px;
  max-width: 95vw;
  max-height: 94vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal__content .modal-2 {
  max-height: 98vh;
}
.modal__content .modal-2 iframe {
  max-height: 98vh;
  max-width: 98vw;
  width: 100%;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  font-family: "Benton Sans Comp Bla", "Helvetica", "Arial", sans-serif;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* SASS: RESPONSIVE SMALL */
@media only screen and (max-width:640px) {
  body {
    width: 100%;
    /* Specific pages */
  }
  body .cahpp-mobilenav-wrapper {
    display: block;
  }
  body .masthead {
    width: 100%;
    height: 120px;
  }
  body .masthead a.brand-signature {
    width: 75% !important;
    margin-top: 20px;
  }
  body .masthead .navigation-wrapper.desktop {
    display: none;
  }
  body .content-banner {
    margin-top: 0;
  }
  body .content-banner .page-landing-banner-text {
    padding: 0 10px 20px 10px;
  }
  body #region-mainsite {
    padding-top: 30px;
    width: 100%;
  }
  body #region-mainsite h1 {
    font-size: 30px;
  }
  body #region-mainsite.query-popup-open {
    padding-top: 0;
    padding-bottom: 0;
  }
  body #region-mainsite .column-wrapper #catalyst-left-column #region-sidebar {
    background-color: transparent !important;
    display: none;
  }
  body #region-mainsite .column-wrapper #catalyst-left-column #region-sidebar #menu-col {
    display: none !important;
    background-color: transparent;
  }
  body #region-mainsite .column-wrapper #catalyst-left-column #social-col {
    display: none;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column {
    width: 100%;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column.query-popup-open {
    padding-left: 0;
    padding-right: 0;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container {
    padding-top: 3%;
    padding-bottom: 4%;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #state-select .inner-container hr, body #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data .inner-container hr {
    width: 100%;
    height: 1px;
    background-color: transparent;
    border: none;
    border-width: 0;
    border-top: 1px dotted #0073E6;
    clear: none;
    content: " ";
    display: inline-block;
    margin: 0;
    position: relative;
    top: 14px;
    float: left;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #state-select .inner-container h2, body #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data .inner-container h2 {
    background-color: #EEECF7;
    color: #0073E6;
    display: block;
    font-family: "Benton Sans Comp Bla", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.125rem;
    margin: 0 auto;
    padding: 0 6px;
    position: relative;
    text-align: center !important;
    text-transform: uppercase;
    width: 200px;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #state-select {
    padding-right: 20px;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #state-select #state_data_user_query_jurisdictions {
    width: 80%;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data {
    border-left: 1px dotted #0073E6;
    padding-left: 20px !important;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data #state_data_user_query_sections {
    display: block;
    width: 100%;
    height: 23px;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data #state_data_user_query_sections .query-field {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    left: 0;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data #state_data_user_query_sections .query-field input {
    display: inline-block;
    text-align: left;
    float: left;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data #state_data_user_query_sections .query-field label {
    display: inline-block;
    float: left;
    text-align: left;
    max-width: 245px;
    line-height: 17px;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #sd-form-update {
    display: none;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper {
    border-top: 1px solid #eeecf7;
    border-bottom: 1px solid #eeecf7;
    color: #0073E6 !important;
    font-size: 15px;
    padding-top: 3%;
    padding-bottom: 2%;
    display: block;
  }
}
@media only screen and (max-width:640px) and (max-width:1140px) and (min-width:641px) {
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper {
    height: 82px;
  }
}
@media only screen and (max-width:640px) and (min-width:1141px) {
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper {
    height: 82px;
  }
}
@media only screen and (max-width:640px) {
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-currentlyshowing {
    font-family: "Benton Sans Comp Bla", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-currentlyshowing p.currentlyshowing--paragraph {
    display: inline;
    padding-left: 1%;
    text-transform: none;
  }
}
@media only screen and (max-width:640px) and (max-width:1140px) and (min-width:641px) {
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-sources, body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-tips {
    float: left;
  }
}
@media only screen and (max-width:640px) and (min-width:1141px) {
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-sources, body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-tips {
    float: left;
  }
}
@media only screen and (max-width:640px) {
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .query-field {
    display: block;
    margin-top: 10px;
    width: 100%;
    float: left;
    position: relative;
    left: 0;
    padding-right: 10px;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .query-field input {
    display: inline-block;
    text-align: left;
    float: left;
    margin-top: 4px;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .query-field label {
    display: inline-block;
    text-align: left;
    padding-left: 6px;
    max-width: 260px;
    line-height: 17px;
  }
}
@media only screen and (max-width:640px) {
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer {
    font-family: "BrandonTextWeb-Regular", "Helvetica", "Arial", sans-serif;
    margin-top: 10px;
  }
}
@media only screen and (max-width:640px) and (min-width:1141px) {
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer {
    float: right;
  }
}
@media only screen and (max-width:640px) and (max-width:1140px) and (min-width:641px) {
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer {
    float: right;
  }
}
@media only screen and (max-width:640px) {
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer button {
    font-family: "BrandonTextWeb-Regular", "Helvetica", "Arial", sans-serif;
  }
}
@media only screen and (max-width:640px) {
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer a {
    color: #0073E6;
  }
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer a:hover {
    color: #606982;
  }
}
@media only screen and (max-width:640px) {
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips span.print-icon {
    background-image: url("/assets/print_icon.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-top: 4px;
    margin-right: 4px;
  }
}
@media only screen and (max-width:640px) and (max-width:1140px) and (min-width:641px) {
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips span.print-icon {
    float: left;
  }
}
@media only screen and (max-width:640px) and (min-width:1141px) {
  body #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips span.print-icon {
    float: left;
  }
}
@media only screen and (max-width:640px) {
  body #datasources--wrapper {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  body #datasources--wrapper #datasources--container .datasources--jumps p a {
    color: #0073E6;
  }
  body #datasources--wrapper #datasources--container .datasources--jumps p a:hover {
    color: #1A1919;
  }
  body #datasources--wrapper #datasources--container .datasources--inner .ds--section {
    border-top: 1px dotted #939598;
    padding-top: 30px;
  }
  body #datasources--wrapper #datasources--container .datasources--inner .ds--section .ds--section-inner h2 a {
    color: #0073E6;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Benton Sans Comp Bla", "Helvetica", "Arial", sans-serif;
  }
  body #datasources--wrapper #datasources--container .datasources--inner .ds--subsection {
    background: #0073E6;
    border: 1px solid #eeecf7;
    margin-top: 20px;
  }
  body #datasources--wrapper #datasources--container .datasources--inner .ds--subsection .ds--subsection-title {
    width: 100%;
    height: 70.533px;
    display: table-cell;
  }
  body #datasources--wrapper #datasources--container .datasources--inner .ds--subsection .ds--subsection-title h3 {
    font-size: 14px;
    color: #FFF;
    letter-spacing: 2px;
    line-height: 1rem;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 29px;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
  }
  body #datasources--wrapper #datasources--container .datasources--inner .ds--indicators-wrapper {
    background: #D4EBFF;
  }
  body #datasources--wrapper #datasources--container .datasources--inner .ds--indicators-wrapper .ds--indicator {
    color: #1A1919;
    font-family: "Benton Sans Bd", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1rem;
    padding-left: 29px;
    text-transform: none;
    text-align: left;
    vertical-align: middle;
  }
  body #datasources--wrapper #datasources--container .datasources--inner .ds--indicators-wrapper .ds--indicator:first-child {
    padding-top: 10px;
    padding-bottom: 0;
  }
  body #datasources--wrapper #datasources--container .datasources--inner .ds--indicators-wrapper .ds--indicator:last-child {
    padding-top: 0;
    padding-bottom: 10px;
  }
  body #datasources--wrapper #datasources--container .datasources--inner .ds--indicators-wrapper .ds--indicator:only-child {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    word-wrap: break-word;
  }
  body #datasources--wrapper #datasources--container .datasources--inner .ds--full {
    background: #FFF;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 29px;
    padding-right: 29px;
    border: 1px solid #eeecf7;
  }
  body #datasources--wrapper #datasources--container .datasources--inner .ds--full a {
    color: #0073E6;
  }
  body #datasources--wrapper #datasources--container .datasources--inner .ds--full a:hover {
    color: #1A1919;
    transition: color 100ms ease-out;
  }
}
@media only screen and (max-width:640px) {
  body #tips--wrapper #tips--container {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  body #tips--wrapper #tips--container h1 {
    padding-left: 8px;
  }
  body #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody {
    border: none !important;
    background-color: transparent !important;
  }
  body #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-top {
    background-color: transparent;
  }
  body #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-top th.tip-intro-first {
    color: #1A1919;
    font-weight: normal;
    padding: 0 0.5rem 0.625rem 0.625rem;
    text-align: left;
    padding-bottom: 30px;
  }
  body #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom {
    background-color: transparent;
  }
  body #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td li {
    list-style: none;
    margin-left: 0;
  }
  body #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td li h1.article-title {
    font-size: 1.438rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0;
    text-align: left;
  }
  body #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td p.tipexplanation {
    display: inline-block;
    margin-top: 10px;
  }
  body #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td p.tipexplanation span.intro-error-red {
    display: inline-block;
    float: left;
    margin-right: 3px;
    padding-top: 7px;
  }
  body #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td a {
    color: #0073E6;
  }
  body #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td a:hover {
    color: #1A1919;
  }
  body #tips--wrapper #tips--container .tips--main .tip--section {
    border-top: 1px #eeecf7;
    padding-top: 30px;
  }
  body #tips--wrapper #tips--container .tips--main .tip--section .tip--section-inner .tip--section-header h2 a {
    color: #0073E6;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  body #tips--wrapper #tips--container .tips--main .tip--section .tip--section-tip a {
    color: #0073E6;
  }
  body #tips--wrapper #tips--container .tips--main .tip--section .tip--section-tip a:hover {
    color: #1A1919;
  }
  body #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight {
    background: #FFFFFF;
    border: 1px solid #eeecf7;
    margin-top: 20px;
  }
  body #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight .tip--subsection-title {
    width: 100%;
    height: 70.533px;
    vertical-align: middle;
    background: #0073E6;
  }
  body #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight .tip--subsection-title h3 {
    font-size: 14px;
    color: #FFF;
    letter-spacing: 2px;
    line-height: 1rem;
    padding-left: 29px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
  }
  body #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight .tips--subsection-noindicator {
    background: #FFF;
    font-size: 13px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 29px;
    padding-right: 29px;
    border-top: 1px solid #eeecf7;
  }
  body #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight .tips--subsection-noindicator span.tip {
    display: block;
    font-size: 14px;
    position: relative;
    padding-top: 4px;
  }
  body #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight .tips--subsection-noindicator span.tip.pitfall {
    display: inline-block;
    margin-right: 3px;
    padding-top: 7px;
  }
  body #tips--wrapper #tips--container .tips--main .tip--indicator {
    background: #D4EBFF;
    border: 1px solid #eeecf7;
  }
  body #tips--wrapper #tips--container .tips--main .tip--indicator .tip--indicator-inner.tip--indicator-graybar {
    font-family: "Benton Sans Bd", "Helvetica", "Arial", sans-serif;
    color: #1A1919;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 29px;
    padding-right: 10px;
    text-transform: none;
    text-align: left;
    vertical-align: middle;
  }
  body #tips--wrapper #tips--container .tips--main .tip--indicator .tip--indicator-whitebar {
    background: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 29px;
    padding-right: 29px;
    font-size: 16px;
  }
  body #tips--wrapper #tips--container .tips--main .tip--indicator .tip--indicator-whitebar a {
    color: #0073E6;
  }
  body #tips--wrapper #tips--container .tips--main .tip--indicator .tip--indicator-whitebar a:hover {
    color: #1A1919;
    transition: color 100ms ease-out;
  }
}
@media only screen and (max-width:640px) {
  body #region-forms #forms-wrapper #forms-selectstates-mobile {
    width: 100%;
    height: 25px;
    display: block;
    background-color: #0073E6;
  }
  body #region-forms #forms-wrapper #forms-selectstates-mobile #forms-select-states-button {
    color: #FFF;
    font-size: 10px;
    line-height: 2.6;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0 auto;
    display: block;
    cursor: pointer;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile {
    background: #eeecf7;
    display: none;
    width: 100%;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile.open {
    display: block;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .forms-mobile-closemenu {
    color: #1A1919;
    display: block;
    height: 50px;
    font-size: 13px;
    line-height: 3.6;
    text-align: right;
    border-bottom: 1px solid #606982;
    padding-right: 13px;
    cursor: pointer;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .forms-mobile-closemenu span.closeMenuX {
    width: 15px;
    height: 15px;
    color: #1A1919;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.1;
    vertical-align: middle;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .forms-mobile-selectstate-title {
    color: #1A1919;
    font-family: "Benton Sans Reg", "Helvetica", "Arial", sans-serif;
    font-size: 23px;
    text-align: center;
    height: 80px;
    vertical-align: middle;
    padding-top: 10px;
    width: 78%;
    margin: 0 auto;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .forms-mobile-selectstate-sectiontitle {
    height: 80px;
    background: #606982;
    color: #FFF;
    font-size: 17px;
    font-family: "Benton Sans Reg", "Helvetica", "Arial", sans-serif;
    text-align: center;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .forms-mobile-selectstate-sectiontitle.forms-mobile--filterdata {
    padding-top: 26px;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .forms-mobile-selectstate-sectiontitle.forms-mobile--selectstates {
    padding-top: 12px;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .mobile-state-toggle-wrapper {
    max-width: 82%;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 13%;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .mobile-state-toggle-wrapper #state_data_user_query_jurisdictionsmobile {
    text-align: center;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .mobile-state-toggle-wrapper #state_data_user_query_jurisdictionsmobile .query-field {
    display: inline-block;
    width: 50px;
    height: 30px;
    margin-bottom: 7px;
    margin-right: 2px;
    margin-left: 2px;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .mobile-state-toggle-wrapper #state_data_user_query_jurisdictionsmobile .query-field label {
    width: 50px;
    height: 30px;
    background: #939598;
    color: #FFF;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .mobile-state-toggle-wrapper #state_data_user_query_jurisdictionsmobile .query-field input[type=checkbox].mobile-state-toggle {
    opacity: 0;
    position: absolute;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .mobile-state-toggle-wrapper #state_data_user_query_jurisdictionsmobile .query-field input[type=checkbox].mobile-state-toggle:checked + label {
    background: #0073E6;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .mobile-state-section-toggle-wrapper input[type=checkbox] {
    opacity: 0;
    position: absolute;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .mobile-state-section-toggle-wrapper input[type=checkbox]:checked + label {
    background: #0073E6;
    background-image: url("/assets/check_icon.svg");
    background-position: 95% 50%;
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .mobile-state-section-toggle-wrapper .mobile-section-toggle + label {
    color: #FFF;
    font-family: "BrandonTextWeb-Regular", "Helvetica", "Arial", sans-serif;
    font-size: 17px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-left: 9%;
    padding-right: 15%;
    padding-top: 5%;
    padding-bottom: 5%;
    border-bottom: 1px dotted #FFF;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .mobile-state-section-toggle-wrapper .mobile-section-toggle + label:nth-last-child {
    border-bottom: 1px solid #FFF;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .mobile-state-section-toggle-wrapper .mobile-section-toggle + label.active {
    background: #0073E6;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .mobile-submit-wrapper {
    padding-bottom: 10%;
    padding-top: 10%;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .mobile-submit-wrapper button.mobile-submit-toggle {
    width: 128px;
    height: 32px;
    color: #0073E6;
    cursor: pointer;
    background-color: #FFFFFF;
    border: none;
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.75rem;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 100ms ease-out;
    word-wrap: break-word;
    background: #0073E6;
    color: #FFF;
    width: 128px;
    height: 32px;
    margin: 0 auto;
    display: block;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .mobile-submit-wrapper button.mobile-submit-toggle:hover {
    background-color: #0073E6;
    color: #FFFFFF;
  }
  body #region-forms #forms-wrapper #forms-container-wrapper-mobile .mobile-submit-wrapper button.mobile-submit-toggle.disabled {
    background-color: #939598;
    color: #FFFFFF;
  }
  body #region-forms #forms-wrapper #forms-container {
    display: none;
  }
  body #region-forms #forms-wrapper #forms-container.open {
    display: block;
  }
  body #region-forms #forms-wrapper #forms-container #state-select {
    display: none;
    padding-right: 0;
  }
  body #region-forms #forms-wrapper #forms-container #filter-data {
    display: none;
    border-left: none;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width:640px) {
  body .sd-current-sources-tips-wrapper .sd-currentlyshowing {
    font-family: "Benton Sans Reg", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
  }
}
/* SASS: RESPONSIVE MEDIUM */
@media only screen and (max-width:1140px) and (min-width:641px) {
  header[role=banner] .brand .brand-signature {
    margin-top: 20px;
  }

  #region-forms #forms-wrapper #forms-selectstates-mobile, #region-forms #forms-wrapper #forms-container-wrapper-mobile {
    display: none;
  }
}
@media only screen and (max-width:1140px) {
  .masthead {
    height: 120px;
  }

  .navigation-wrapper.desktop {
    display: none;
  }

  #region-mainsite {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    padding-top: 50px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column {
    width: 66.7%;
    padding-left: 0.5%;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container {
    padding-top: 3%;
    padding-bottom: 4%;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #state-select .inner-container hr, #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data .inner-container hr {
    width: 100%;
    height: 1px;
    background-color: transparent;
    border: none;
    border-width: 0;
    border-top: 1px dotted #0073E6;
    clear: none;
    content: " ";
    display: inline-block;
    margin: 0;
    position: relative;
    top: 14px;
    float: left;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #state-select .inner-container h2, #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data .inner-container h2 {
    background-color: #EEECF7;
    color: #0073E6;
    display: block;
    font-family: "Benton Sans Comp Bla", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    letter-spacing: 0.125rem;
    margin: 0 auto;
    padding: 0 6px;
    position: relative;
    text-align: center !important;
    text-transform: uppercase;
    width: 200px;
    padding-bottom: 14px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #state-select {
    padding-right: 20px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #state-select #state_data_user_query_jurisdictions {
    width: 80%;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data {
    padding-right: 20px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data #state_data_user_query_sections {
    display: block;
    width: 100%;
    height: 23px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data #state_data_user_query_sections .query-field {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    left: 0;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data #state_data_user_query_sections .query-field input {
    display: inline-block;
    text-align: left;
    float: left;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data #state_data_user_query_sections .query-field label {
    display: inline-block;
    float: left;
    text-align: left;
    max-width: 245px;
    line-height: 17px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #sd-form-update {
    clear: both;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #sd-form-update button#state_data_user_query_submit {
    color: #0073E6;
    cursor: pointer;
    background-color: #FFF;
    border: 3px solid #0073E6;
    border-color: #0073E6;
    border-radius: 3px;
    display: block;
    font-family: "Benton Sans Comp Bla", "Helvetica", "Arial", sans-serif;
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1rem;
    transition: background-color 100ms ease-out;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
    max-width: 225px;
    padding: 18px 25px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #sd-form-update button#state_data_user_query_submit:hover {
    background-color: #0073E6;
    color: #FFF;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #sd-form-update button#state_data_user_query_submit.disabled {
    background-color: #939598;
    color: #FFF;
    border: 3px solid #939598;
    cursor: auto;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #sd-form-update button#state_data_user_query_submit.disabled:hover {
    background-color: #939598;
    color: #FFFFFF;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper {
    border-top: 1px solid #eeecf7;
    border-bottom: 1px solid #eeecf7;
    color: #0073E6 !important;
    font-size: 15px;
    padding-top: 3%;
    padding-bottom: 2%;
    display: block;
  }
}
@media only screen and (max-width:1140px) and (max-width:1140px) and (min-width:641px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper {
    height: 82px;
  }
}
@media only screen and (max-width:1140px) and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper {
    height: 82px;
  }
}
@media only screen and (max-width:1140px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-currentlyshowing {
    font-family: "Benton Sans Comp Bla", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-currentlyshowing p.currentlyshowing--paragraph {
    display: inline;
    padding-left: 1%;
    text-transform: none;
  }
}
@media only screen and (max-width:1140px) and (max-width:1140px) and (min-width:641px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-sources, #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-tips {
    float: left;
  }
}
@media only screen and (max-width:1140px) and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-sources, #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-tips {
    float: left;
  }
}
@media only screen and (max-width:1140px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .query-field {
    display: block;
    margin-top: 10px;
    width: 100%;
    float: left;
    position: relative;
    left: 0;
    padding-right: 10px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .query-field input {
    display: inline-block;
    text-align: left;
    float: left;
    margin-top: 4px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .query-field label {
    display: inline-block;
    text-align: left;
    padding-left: 6px;
    max-width: 260px;
    line-height: 17px;
  }
}
@media only screen and (max-width:1140px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer {
    font-family: "BrandonTextWeb-Regular", "Helvetica", "Arial", sans-serif;
    margin-top: 10px;
  }
}
@media only screen and (max-width:1140px) and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer {
    float: right;
  }
}
@media only screen and (max-width:1140px) and (max-width:1140px) and (min-width:641px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer {
    float: right;
  }
}
@media only screen and (max-width:1140px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer button {
    font-family: "BrandonTextWeb-Regular", "Helvetica", "Arial", sans-serif;
  }
}
@media only screen and (max-width:1140px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer a {
    color: #0073E6;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer a:hover {
    color: #606982;
  }
}
@media only screen and (max-width:1140px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips span.print-icon {
    background-image: url("/assets/print_icon.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-top: 4px;
    margin-right: 4px;
  }
}
@media only screen and (max-width:1140px) and (max-width:1140px) and (min-width:641px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips span.print-icon {
    float: left;
  }
}
@media only screen and (max-width:1140px) and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips span.print-icon {
    float: left;
  }
}
@media only screen and (max-width:1140px) {
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--jumps p a {
    color: #0073E6;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--jumps p a:hover {
    color: #1A1919;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--section {
    border-top: 1px dotted #939598;
    padding-top: 30px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--section .ds--section-inner h2 a {
    color: #0073E6;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Benton Sans Comp Bla", "Helvetica", "Arial", sans-serif;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--subsection {
    background: #0073E6;
    border: 1px solid #eeecf7;
    margin-top: 20px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--subsection .ds--subsection-title {
    width: 100%;
    height: 70.533px;
    display: table-cell;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--subsection .ds--subsection-title h3 {
    font-size: 14px;
    color: #FFF;
    letter-spacing: 2px;
    line-height: 1rem;
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 29px;
    padding-right: 10px;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--indicators-wrapper {
    background: #D4EBFF;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--indicators-wrapper .ds--indicator {
    color: #1A1919;
    font-family: "Benton Sans Bd", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1rem;
    padding-left: 29px;
    text-transform: none;
    text-align: left;
    vertical-align: middle;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--indicators-wrapper .ds--indicator:first-child {
    padding-top: 10px;
    padding-bottom: 0;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--indicators-wrapper .ds--indicator:last-child {
    padding-top: 0;
    padding-bottom: 10px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--indicators-wrapper .ds--indicator:only-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--full {
    background: #FFF;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 29px;
    padding-right: 29px;
    border: 1px solid #eeecf7;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--full a {
    color: #0073E6;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--full a:hover {
    color: #1A1919;
    transition: color 100ms ease-out;
  }
}
@media only screen and (max-width:1140px) {
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody {
    border: none !important;
    background-color: transparent !important;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-top {
    background-color: transparent;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-top th.tip-intro-first {
    color: #1A1919;
    font-weight: normal;
    padding-left: 0;
    text-align: left;
    padding-bottom: 30px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom {
    background-color: transparent;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td {
    padding: 0;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td li {
    list-style: none;
    margin-left: 0;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td li h1.article-title {
    font-size: 1.438rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0;
    text-align: left;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td p.tipexplanation {
    display: inline-block;
    margin-top: 10px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td p.tipexplanation span.intro-error-red {
    display: inline-block;
    float: left;
    margin-right: 3px;
    padding-top: 7px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td a {
    color: #0073E6;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td a:hover {
    color: #1A1919;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--section {
    border-top: 1px #eeecf7;
    padding-top: 30px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--section .tip--section-inner .tip--section-header h2 a {
    color: #0073E6;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--section .tip--section-tip {
    margin-bottom: 16px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--section .tip--section-tip a {
    color: #0073E6;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--section .tip--section-tip a:hover {
    color: #1A1919;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight {
    background: #FFFFFF;
    border: 1px solid #eeecf7;
    margin-top: 20px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight .tip--subsection-title {
    width: 100%;
    height: 70.533px;
    background: #0073E6;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight .tip--subsection-title h3 {
    font-size: 14px;
    color: #FFF;
    letter-spacing: 2px;
    line-height: 1rem;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 29px;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight .tips--subsection-noindicator {
    background: #FFF;
    font-size: 13px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 29px;
    padding-right: 29px;
    border-top: 1px solid #eeecf7;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight .tips--subsection-noindicator span.tip {
    display: block;
    font-size: 16px;
    position: relative;
    padding-top: 4px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight .tips--subsection-noindicator span.tip.pitfall {
    display: inline-block;
    margin-right: 3px;
    padding-top: 7px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--indicator {
    background: #D4EBFF;
    border: 1px solid #eeecf7;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--indicator .tip--indicator-inner.tip--indicator-graybar {
    font-family: "Benton Sans Bd", "Helvetica", "Arial", sans-serif;
    color: #1A1919;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 29px;
    padding-right: 10px;
    text-transform: none;
    text-align: left;
    vertical-align: middle;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--indicator .tip--indicator-whitebar {
    background: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 29px;
    font-size: 16px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--indicator .tip--indicator-whitebar a {
    color: #0073E6;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--indicator .tip--indicator-whitebar a:hover {
    color: #1A1919;
    transition: color 100ms ease-out;
  }
}
@media only screen and (max-width:1140px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container form #state-select {
    padding-right: 0;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container form #filter-data {
    border-left: none;
    padding-left: 0 !important;
  }
}
/* SASS: RESPONSIVE LARGE */
@media only screen and (min-width:1141px) {
  .hide-for-large-up {
    display: none;
  }

  .brand {
    float: left;
  }

  .call-to-action {
    float: right;
    width: 50%;
    margin-top: 30px;
    margin-right: 30px;
    text-align: right;
  }

  .navigation-wrapper {
    width: 100%;
  }

  .menu-main-navigation-container {
    max-width: 87%;
  }

  .cahpp-mobilenav-wrapper {
    display: none;
  }

  #region-mainsite {
    max-width: 1140px;
  }
  #region-mainsite .column-wrapper #catalyst-left-column {
    width: 30%;
  }
  #region-mainsite .column-wrapper #catalyst-right-column {
    width: 60%;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-selectstates-mobile, #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container-wrapper-mobile {
    display: none;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container {
    padding-top: 3%;
    padding-bottom: 4%;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #state-select .inner-container hr, #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data .inner-container hr {
    width: 100%;
    height: 1px;
    background-color: transparent;
    border: none;
    border-width: 0;
    border-top: 1px solid #eeecf7;
    clear: none;
    content: " ";
    display: inline-block;
    margin: 0;
    position: relative;
    top: 14px;
    float: left;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #state-select .inner-container h2, #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data .inner-container h2 {
    background-color: #EEECF7;
    color: #0073E6;
    display: block;
    font-family: "Benton Sans Comp Bla", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    letter-spacing: 0.125rem;
    margin: 0 auto;
    padding: 0 6px;
    position: relative;
    text-align: center !important;
    text-transform: uppercase;
    width: 200px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #state-select .inner-container label, #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data .inner-container label {
    display: none;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #state-select {
    padding-right: 20px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #state_data_user_query_jurisdictions1 {
    margin-top: 10px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #state_data_user_query_jurisdictions2 {
    margin-top: 10px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data {
    border-left: 1px solid #eeecf7;
    padding-left: 20px !important;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data #state_data_user_query_sections {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data #state_data_user_query_sections .query-field {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 7px;
    left: 0;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data #state_data_user_query_sections .query-field input {
    display: inline-block;
    text-align: left;
    float: left;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #filter-data #state_data_user_query_sections .query-field label {
    display: inline-block;
    float: left;
    text-align: left;
    max-width: 245px;
    line-height: 17px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #sd-form-update {
    clear: both;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #sd-form-update button#state_data_user_query_submit {
    color: #0073E6;
    cursor: pointer;
    background-color: #FFF;
    border: 3px solid #0073E6;
    border-color: #0073E6;
    border-radius: 3px;
    display: block;
    font-family: "Benton Sans Comp Bla", "Helvetica", "Arial", sans-serif;
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1rem;
    transition: background-color 100ms ease-out;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
    max-width: 225px;
    padding: 18px 25px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #sd-form-update button#state_data_user_query_submit:hover {
    background-color: #0073E6;
    color: #FFF;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #sd-form-update button#state_data_user_query_submit.disabled {
    background-color: #939598;
    color: #FFF;
    border: 3px solid #939598;
    cursor: auto;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms #forms-wrapper #forms-container #sd-form-update button#state_data_user_query_submit.disabled:hover {
    background-color: #939598;
    color: #FFFFFF;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper {
    border-top: 1px solid #eeecf7;
    border-bottom: 1px solid #eeecf7;
    color: #0073E6 !important;
    font-size: 15px;
    padding-top: 3%;
    padding-bottom: 2%;
    display: block;
  }
}
@media only screen and (min-width:1141px) and (max-width:1140px) and (min-width:641px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper {
    height: 82px;
  }
}
@media only screen and (min-width:1141px) and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper {
    height: 82px;
  }
}
@media only screen and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-currentlyshowing {
    font-family: "Benton Sans Comp Bla", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-currentlyshowing p.currentlyshowing--paragraph {
    display: inline;
    padding-left: 1%;
    text-transform: none;
  }
}
@media only screen and (min-width:1141px) and (max-width:1140px) and (min-width:641px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-sources, #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-tips {
    float: left;
  }
}
@media only screen and (min-width:1141px) and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-sources, #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-tips {
    float: left;
  }
}
@media only screen and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .query-field {
    display: block;
    margin-top: 10px;
    width: 100%;
    float: left;
    position: relative;
    left: 0;
    padding-right: 10px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .query-field input {
    display: inline-block;
    text-align: left;
    float: left;
    margin-top: 4px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .query-field label {
    display: inline-block;
    text-align: left;
    padding-left: 6px;
    max-width: 260px;
    line-height: 17px;
  }
}
@media only screen and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer {
    font-family: "BrandonTextWeb-Regular", "Helvetica", "Arial", sans-serif;
    margin-top: 10px;
  }
}
@media only screen and (min-width:1141px) and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer {
    float: right;
  }
}
@media only screen and (min-width:1141px) and (max-width:1140px) and (min-width:641px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer {
    float: right;
  }
}
@media only screen and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer button {
    font-family: "BrandonTextWeb-Regular", "Helvetica", "Arial", sans-serif;
  }
}
@media only screen and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer a {
    color: #0073E6;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer a:hover {
    color: #606982;
  }
}
@media only screen and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips span.print-icon {
    background-image: url("/assets/print_icon.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-top: 4px;
    margin-right: 4px;
  }
}
@media only screen and (min-width:1141px) and (max-width:1140px) and (min-width:641px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips span.print-icon {
    float: left;
  }
}
@media only screen and (min-width:1141px) and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column #region-forms .sd-current-sources-tips-wrapper .sd-form-sources-tips span.print-icon {
    float: left;
  }
}
@media only screen and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper {
    border-top: 1px solid #eeecf7;
    border-bottom: 1px solid #eeecf7;
    color: #0073E6 !important;
    font-size: 15px;
    padding-top: 3%;
    padding-bottom: 2%;
    display: block;
  }
}
@media only screen and (min-width:1141px) and (max-width:1140px) and (min-width:641px) {
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper {
    height: 82px;
  }
}
@media only screen and (min-width:1141px) and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper {
    height: 82px;
  }
}
@media only screen and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-currentlyshowing {
    font-family: "Benton Sans Comp Bla", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-currentlyshowing p.currentlyshowing--paragraph {
    display: inline;
    padding-left: 1%;
    text-transform: none;
  }
}
@media only screen and (min-width:1141px) and (max-width:1140px) and (min-width:641px) {
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-sources, #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-tips {
    float: left;
  }
}
@media only screen and (min-width:1141px) and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-sources, #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-tips {
    float: left;
  }
}
@media only screen and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-form-sources-tips .query-field {
    display: block;
    margin-top: 10px;
    width: 100%;
    float: left;
    position: relative;
    left: 0;
    padding-right: 10px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-form-sources-tips .query-field input {
    display: inline-block;
    text-align: left;
    float: left;
    margin-top: 4px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-form-sources-tips .query-field label {
    display: inline-block;
    text-align: left;
    padding-left: 6px;
    max-width: 260px;
    line-height: 17px;
  }
}
@media only screen and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer {
    font-family: "BrandonTextWeb-Regular", "Helvetica", "Arial", sans-serif;
    margin-top: 10px;
  }
}
@media only screen and (min-width:1141px) and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer {
    float: right;
  }
}
@media only screen and (min-width:1141px) and (max-width:1140px) and (min-width:641px) {
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer {
    float: right;
  }
}
@media only screen and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer button {
    font-family: "BrandonTextWeb-Regular", "Helvetica", "Arial", sans-serif;
  }
}
@media only screen and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer a {
    color: #0073E6;
  }
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-form-sources-tips .sd-form-printer a:hover {
    color: #606982;
  }
}
@media only screen and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-form-sources-tips span.print-icon {
    background-image: url("/assets/print_icon.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-top: 4px;
    margin-right: 4px;
  }
}
@media only screen and (min-width:1141px) and (max-width:1140px) and (min-width:641px) {
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-form-sources-tips span.print-icon {
    float: left;
  }
}
@media only screen and (min-width:1141px) and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column .sd-current-sources-tips-wrapper .sd-form-sources-tips span.print-icon {
    float: left;
  }
}
@media only screen and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column #catalyst-mobile-nav-wrapper {
    display: none;
  }
}
@media only screen and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--jumps p a {
    color: #0073E6;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--jumps p a:hover {
    color: #1A1919;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--section {
    border-top: 1px solid #eeecf7;
    padding-top: 30px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--section .ds--section-inner h2 a {
    color: #0073E6;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Benton Sans Comp Bla", "Helvetica", "Arial", sans-serif;
    cursor: default;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--subsection {
    background: #0073E6;
    border: 1px solid #eeecf7;
    margin-top: 20px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--subsection .ds--subsection-title {
    width: 100%;
    height: 70.533px;
    display: table-cell;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--subsection .ds--subsection-title h3 {
    font-size: 14px;
    color: #FFF;
    letter-spacing: 2px;
    line-height: 1rem;
    position: absolute;
    padding-top: 30px;
    padding-left: 29px;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--indicators-wrapper {
    background: #D4EBFF;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--indicators-wrapper .ds--indicator {
    color: #1A1919;
    font-family: "Benton Sans Bd", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1rem;
    padding-left: 29px;
    text-transform: none;
    text-align: left;
    vertical-align: middle;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--indicators-wrapper .ds--indicator:first-child {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--indicators-wrapper .ds--indicator:last-child {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--indicators-wrapper .ds--indicator:only-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--full {
    background: #FFF;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 29px;
    padding-right: 29px;
    border: 1px solid #eeecf7;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--full a {
    color: #0073E6;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #datasources--wrapper #datasources--container .datasources--inner .ds--full a:hover {
    color: #1A1919;
    transition: color 100ms ease-out;
  }
}
@media only screen and (min-width:1141px) {
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody {
    border: none !important;
    background-color: transparent !important;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-top {
    background-color: transparent;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-top th.tip-intro-first {
    color: #1A1919;
    font-weight: normal;
    padding-left: 0;
    text-align: left;
    padding-bottom: 30px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom {
    background-color: transparent;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td {
    padding: 0;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td li {
    list-style: none;
    margin-left: 0;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td li h1.article-title {
    font-size: 1.438rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0;
    text-align: left;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td p.tipexplanation {
    display: inline-block;
    margin-top: 10px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td p.tipexplanation span.intro-error-red {
    display: inline-block;
    float: left;
    margin-right: 3px;
    padding-top: 7px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td a {
    color: #0073E6;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--intro-wrapper table#tips--intro-table tbody tr.tr-bottom td a:hover {
    color: #1A1919;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--section {
    border-top: 1px solid #eeecf7;
    padding-top: 30px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--section .tip--section-inner .tip--section-header h2 a {
    color: #0073E6;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: default;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--section .tip--section-tip {
    margin-bottom: 16px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--section .tip--section-tip a {
    color: #0073E6;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--section .tip--section-tip a:hover {
    color: #1A1919;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight {
    background: #FFFFFF;
    border: 1px solid #eeecf7;
    margin-top: 20px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight .tip--subsection-title {
    width: 100%;
    height: 70.533px;
    background-color: #0073E6;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight .tip--subsection-title h3 {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1rem;
    padding-top: 30px;
    padding-left: 29px;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
    color: #FFF;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight .tips--subsection-noindicator {
    background: #FFF;
    font-size: 13px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 29px;
    padding-right: 29px;
    border-top: 1px solid #eeecf7;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight .tips--subsection-noindicator span.tip {
    display: block;
    font-size: 16px;
    position: relative;
    padding-top: 4px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--subsection .tip--subsection-highlight .tips--subsection-noindicator span.tip.pitfall {
    display: inline-block;
    margin-right: 3px;
    padding-top: 7px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--indicator {
    background: #D4EBFF;
    border: 1px solid #eeecf7;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--indicator .tip--indicator-inner.tip--indicator-graybar {
    font-family: "Benton Sans Bd", "Helvetica", "Arial", sans-serif;
    color: #1A1919;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 29px;
    padding-right: 10px;
    text-transform: none;
    text-align: left;
    vertical-align: middle;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--indicator .tip--indicator-whitebar {
    background: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 29px;
    font-size: 16px;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--indicator .tip--indicator-whitebar a {
    color: #0073E6;
  }
  #region-mainsite .column-wrapper #catalyst-right-column #tips--wrapper #tips--container .tips--main .tip--indicator .tip--indicator-whitebar a:hover {
    color: #1A1919;
    transition: color 100ms ease-out;
  }
}

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