html {
  scroll-behavior: unset !important;
}
/* =============================================================================
// Namespaced Informatics
// ============================================================================= */
.is-modal__close:before,
.is-modal__type--checklist .is-modal__title:after,
.is-modal__type--tool .is-modal__title:after,
.is-modal__type--tip .is-modal__title:after,
.is-modal__disclaimer:before {
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
/*=============================================================================
JAVASCRIPT
===========================================================================*/
.js--no-scroll-y {
  overflow-y: hidden;
}
#is-gto:before {
  content: "wide-screen";
}
#is-gto:before,
#is-gto:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  #is-gto:before {
    content: 'primary';
  }
}
#is-gto:before,
#is-gto:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #is-gto:before {
    content: 'small';
  }
}
.is-gto {
  @charset "UTF-8";
  padding-left: 0 !important;
  padding-right: 0 !important;
  /* =============================================================================
Import - Framework
================================================================================ */
  /* =============================================================================
GLOBAL - GENERAL
================================================================================ */
  /*=============================================================================
Fonts
============================================================================ */
  /* =============================================================================
 GRID
 ========================================================================== */
  /*==========================================================================
Accordions
==========================================================================*/
  /*==========================================================================
Dropdowns
==========================================================================*/
  /*==========================================================================
Tabs
==========================================================================*/
  /*==========================================================================
Tooltips
==========================================================================*/
  /*=============================================================================
ELEMENTS
============================================================================ */
  /* =============================================================================
ELEMENTS
================================================================================ */
  /*=============================================================================
LAYOUT
===========================================================================*/
  /* =============================================================================
LAYOUT
================================================================================ */
  /* =============================================================================
Framework - Icons
================================================================================ */
  /*==========================================================================
ICONS
==========================================================================*/
  /* =============================================================================
BUTTONS
================================================================================ */
  /*[CHECK]-JS  |  Fix this indenting*/
  /*==========================================================================
BUTTONS 
==========================================================================*/
  /* =============================================================================
TYPE
========================================================================== */
  /* =============================================================================
COLORS 
============================================================================= */
  /*=============================================================================
HELPERS
===========================================================================*/
  /* =============================================================================
Framework: WYSIWYG
================================================================================ */
  /* =============================================================================
GLOBAL - ELEMENTS - Standard elements reused in site
=========================================================================== */
  /* =============================================================================
GLOBAL - LAYOUT - Common Layout Styling
=========================================================================== */
  /* =============================================================================
GLOBAL - Menus
=========================================================================== */
  /*==========================================================================
Overrides (Items Added to Bottom, mix-bottom-stylesheet();)
==========================================================================*/
  /*==========================================================================
Print Styles
==========================================================================*/
  margin-top: 16px;
}
.is-gto img {
  max-width: 100%;
  height: auto;
  display: block;
}
.is-gto table {
  border: 1px solid #c9cacb;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.5em;
}
.is-gto table p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.is-gto table td,
.is-gto table th {
  min-width: 150px;
}
.is-gto table table {
  border: none;
}
.is-gto table table th {
  background-color: #58585b;
  border-color: #6d6e70;
}
.is-gto table table td {
  border-left: 1px solid #c9cacb;
}
.is-gto table table td:first-child {
  border-left: 0;
}
.is-gto table caption {
  background-color: transparent;
  padding: 10px 15px;
}
.is-gto tr {
  border-bottom: 1px solid #c9cacb;
}
.is-gto td {
  padding: 10px 15px;
  border-left: 1px solid #c9cacb;
}
.is-gto thead {
  color: white;
}
.is-gto thead th {
  text-align: left;
  padding: 10px 15px;
  background-color: #546292;
  border-left: 1px solid #c9cacb;
  line-height: 1.25em;
}
.is-gto thead th:first-of-type {
  border-left: none;
}
.is-gto thead th img {
  display: inline;
  margin-left: 4px;
}
.is-gto thead th h3,
.is-gto thead th h4,
.is-gto thead th h5,
.is-gto thead th h6 {
  margin-bottom: 0;
}
.is-gto thead th {
  font-weight: bold;
  border-color: #4b5782;
  text-align: left;
}
.is-gto thead tr {
  border-color: #4b5782;
}
.is-gto tfoot {
  background-color: #546292;
}
.is-gto tfoot th {
  padding: 10px 15px;
}
.is-gto tfoot th,
.is-gto tfoot td {
  color: white;
  background-color: transparent;
}
.is-gto tbody th {
  padding: 10px 15px;
}
.is-gto tbody tr:last-of-type {
  border-bottom: none;
}
.is-gto tbody th {
  font-weight: normal;
  background-color: #eeeff4;
}
.is-gto [class^="is-col-"] {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
}
.is-gto [class^="is-col-"] {
  background-clip: content-box;
  width: 100%;
}
.is-gto [class^="is-spl-"] {
  float: left;
  background-clip: padding-box;
}
.is-gto [class^="is-spl-"].float-right {
  float: right;
}
.is-gto .accordion-toggle {
  display: block;
  width: 100%;
  background-color: #e6e7e8;
  margin-top: 1em;
  padding: 0.5em;
  font-weight: bold;
}
.is-gto .accordion-toggle.open {
  background-color: #d1d2d4;
}
.is-gto .accordion-contents {
  display: none;
  border: 1px solid #d1d2d4;
  padding: 1em 0.5em;
}
.is-gto .accordion-contents.open {
  display: block;
}
.is-gto .no-js .accordion-contents {
  display: block;
}
.is-gto .dropdown-contents {
  position: absolute;
  padding: 20px;
  background-color: white;
  display: none;
}
.is-gto .dropdown-contents.open {
  display: block;
}
.is-gto .dropdown-contents {
  position: absolute;
  padding: 20px;
  background-color: white;
  display: none;
}
.is-gto .dropdown-contents.open {
  display: block;
}
.is-gto .tab-list {
  *zoom: 1;
}
.is-gto .tab-list:before,
.is-gto .tab-list:after {
  content: "";
  display: table;
}
.is-gto .tab-list:after {
  clear: both;
}
.is-gto .tab-list li {
  display: inline-block;
  float: left;
}
.is-gto .tab-toggle {
  background-color: #e6e7e8;
  padding: 0.5em 1em;
  font-weight: bold;
}
.is-gto .tab-toggle.open {
  background-color: #d1d2d4;
}
.is-gto .tab-contents {
  display: none;
  border: 1px solid #d1d2d4;
  padding: 1em;
}
.is-gto .tab-contents.open {
  display: block;
}
.is-gto .tooltip {
  position: relative;
  display: inline-block;
}
.is-gto .tooltip-toggle {
  font-size: 14px;
  font-family: "adelle", Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.21em;
  color: #4866bc;
  font-weight: normal;
}
.is-gto .tooltip-contents {
  display: none;
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 250px;
  background-color: white;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 4px;
}
.is-gto .tooltip-contents.open {
  display: block;
}
.is-gto .tooltip-contents:before {
  font-size: 20px;
  color: white;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -0.5em;
  z-index: 0;
}
.is-gto .tooltip-contents.left {
  right: 100%;
  margin-right: 1em;
  transform: translateY(-50%);
}
.is-gto .tooltip-contents.left:before {
  text-shadow: 1.98px 0px 1.98px rgba(0, 0, 0, 0.5);
  -webkit-filter: dropshadow(color=#80000000, 0, offx=1.98px, offy=0px);
  filter: dropshadow(color=#80000000, 0, offx=1.98px, offy=0px);
  right: -0.95em;
}
.is-gto .tooltip-contents.right {
  left: 100%;
  margin-left: 1em;
  transform: translateY(-50%);
}
.is-gto .tooltip-contents.right:before {
  text-shadow: -1.98px 0px 1.98px rgba(0, 0, 0, 0.5);
  -webkit-filter: dropshadow(color=#80000000, 0, offx=-1.98px, offy=0px);
  filter: dropshadow(color=#80000000, 0, offx=-1.98px, offy=0px);
  left: -0.95em;
}
.is-gto .tooltip-contents.fixed {
  position: fixed;
}
.is-gto .tooltip-contents.fixed:before {
  position: absolute;
  pointer-events: none;
}
.is-gto .tooltip-contents.fixed {
  top: auto;
  bottom: 100px;
  right: 0;
  min-height: 50vh;
}
.is-gto .tooltip-contents.fixed:before {
  font-size: 14px;
  font-family: "adelle", Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.21em;
  left: -24px;
  top: 40px;
  background-color: orange;
  color: white;
  text-align: center;
  width: 24px;
  height: 30px;
  content: '\EA0C';
}
.is-gto .links a {
  color: #4866bc;
  border-bottom: 1px solid transparent;
}
.is-gto .links a:visited {
  color: purple;
}
.is-gto .links a:hover {
  color: #4866bc;
}
.is-gto .links a:hover {
  border-bottom: 1px solid currentColor;
}
.is-gto .list-bullet-plain,
.is-gto .list-lines ul {
  margin-left: 2em;
}
.is-gto .list-bullet-plain li,
.is-gto .list-lines ul li {
  list-style: circle outside;
  margin-bottom: 0.75em;
  margin-top: 0.75em;
}
.is-gto .list-bullet-plain li li,
.is-gto .list-lines ul li li {
  list-style-type: circle;
}
.is-gto .list-bullet-plain ul,
.is-gto .list-lines ul ul {
  margin-left: 2em;
}
.is-gto .list-bullet {
  list-style: none outside;
}
.is-gto .list-bullet > li {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
  position: relative;
}
.is-gto .list-bullet > li:before {
  display: block;
  position: absolute;
  background-color: transparent;
  top: -0.01em;
  left: 0;
  font-size: 1.5em;
  color: #4866bc;
  font-family: sans-serif;
}
.is-gto .list-bullet > li:before {
  content: '\25A0';
}
.is-gto .list-bullet ul {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  margin-left: 2em;
}
.is-gto .list-bullet ul li {
  list-style: circle outside;
  margin-bottom: 0.75em;
  margin-top: 0.75em;
}
.is-gto .list-bullet ul li li {
  list-style-type: circle;
}
.is-gto .list-bullet ul ul {
  margin-left: 2em;
}
.is-gto .list-bullet ul li {
  padding-left: 0;
}
.is-gto .list-bullet ul li:before {
  content: none;
}
.is-gto .list-lines {
  border-color: #d1d2d4;
  border-style: solid;
  border-left-width: 0;
  border-right-width: 0;
}
.is-gto .list-lines > li {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 1px;
  border-color: inherit;
  border-style: inherit;
}
.is-gto .list-lines ul {
  margin-left: 2em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.is-gto .list-lines > li:last-child {
  border-bottom-width: 0;
  border-style: inherit;
}
.is-gto .table-plain {
  border: none;
  border-collapse: collapse;
  background-color: transparent;
  text-align: left;
}
.is-gto .table-plain th {
  background-color: transparent;
  padding: 10px 20px 10px 0;
  border: none;
}
.is-gto .table-plain tr {
  border: none;
}
.is-gto .table-plain td {
  padding: 10px 20px 10px 0;
  border: none;
}
.is-gto .table-plain tfoot {
  background-color: transparent;
}
.is-gto .table-plain tbody tr:nth-child(odd) {
  background-color: transparent;
}
.is-gto .table-plain tbody tr:last-of-type {
  border-bottom: none;
}
.is-gto .table-striped tbody tr:nth-child(even) {
  background-color: #f1f1f2;
}
.is-gto .table-striped tbody tr:last-of-type {
  border-bottom: none;
}
.is-gto .table-shade-first tr td:first-child {
  background-color: #f1f1f2;
}
.is-gto .dividers-v {
  border-color: #dddddd;
}
.is-gto .dividers-v > [class^="col-"] {
  border-right-width: 1px;
  border-color: inherit;
}
.is-gto .dividers-v > [class^="col-"]:last-child {
  border-right: none;
}
.is-gto .dividers-v > .equalheights-last {
  border-right: none;
}
.is-gto .list-i-check {
  list-style: none outside;
  padding-left: 1.3rem;
}
.is-gto .list-i-check > li {
  position: relative;
  padding-left: 1.2em;
}
.is-gto .list-i-check > li:after {
  content: none;
}
.is-gto .list-i-check > li:before {
  font-size: 1em;
  color: inherit;
  vertical-align: -0.225em;
  content: '\EA05';
  display: block;
  position: absolute;
  height: 1em;
  line-height: 1em;
  left: -0.22em;
}
.is-gto .list-i-check > li:before {
  top: 0.2em;
}
.is-gto .list-i-check.list-lines > li:before {
  top: 1em;
  margin-top: 0.2em;
}
.is-gto .list-i-check ul {
  list-style: none outside;
}
.is-gto .list-i-check li {
  list-style-type: none;
}
.is-gto .no-bg-clip {
  background-clip: 'padding-box';
}
.is-gto .content-box {
  box-sizing: content-box;
}
.is-gto .content-box div {
  box-sizing: inherit;
}
.is-gto .valign-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.is-gto .valign-tbl {
  display: table;
  width: 100%;
}
.is-gto .valign-tbl .valign-tbl-row {
  display: table-row;
}
.is-gto .valign-tbl .valign-tbl-cell {
  display: table-cell;
  vertical-align: middle;
}
.is-gto .valign-inl {
  font-size: 0.001px;
}
.is-gto .valign-inl:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.is-gto .valign-inl-middle,
.is-gto .valign-inl-btm {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  font-family: "adelle", Verdana, Arial, Helvetica, sans-serif;
}
.is-gto .valign-inl-middle {
  vertical-align: middle;
}
.is-gto .valign-inl-btm {
  vertical-align: bottom;
}
.is-gto .is-spl-6.is-span-6 {
  width: 100%;
}
.is-gto .is-spl-6.is-span-5 {
  width: 83.33333333%;
}
.is-gto .is-spl-6.is-span-4 {
  width: 66.66666667%;
}
.is-gto .is-spl-6.is-span-3 {
  width: 50%;
}
.is-gto .is-spl-6.is-span-2 {
  width: 33.33333333%;
}
.is-gto .is-spl-6.is-span-1 {
  width: 16.66666667%;
}
@media screen and (max-width: 1024px) {
  .is-gto .is-spl-6[class*="is-span-"] {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 1025px) {
  .is-gto .is-hide-primary-up {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .is-gto .is-hide-primary {
    display: none !important;
  }
}
@font-face {
  font-family: "is-icons";
  src: url("https://www.rand.org/content/dam/rand/pubs/tools/TL200/TL259/fonts/is-iconfont.eot?v=1.0.6");
  src: url("https://www.rand.org/content/dam/rand/pubs/tools/TL200/TL259/fonts/is-iconfont.eot?#iefix&v=1.0.6") format("embedded-opentype"), url("https://www.rand.org/content/dam/rand/pubs/tools/TL200/TL259/fonts/is-iconfont.woff?v=1.0.6") format("woff"), url("https://www.rand.org/content/dam/rand/pubs/tools/TL200/TL259/fonts/is-iconfont.ttf?v=1.0.6") format("truetype"), url("https://www.rand.org/content/dam/rand/pubs/tools/TL200/TL259/fonts/is-iconfont.svg#is-iconfont&v=1.0.6") format("svg");
  font-weight: normal;
  font-style: normal;
}
.is-gto .i-arrow-left:before,
.is-gto .i-arrow-left:after {
  content: "\EA01";
}
.is-gto .i-arrow-right:before,
.is-gto .i-arrow-right:after {
  content: "\EA02";
}
.is-gto .i-book:before,
.is-gto .i-book:after {
  content: "\EA03";
}
.is-gto .i-check-square:before,
.is-gto .i-check-square:after {
  content: "\EA04";
}
.is-gto .i-chevron-right-thin:before,
.is-gto .i-chevron-right-thin:after {
  content: "\EA07";
}
.is-gto .i-check:before,
.is-gto .i-check:after {
  content: "\EA05";
}
.is-gto .i-circle-full:before,
.is-gto .i-circle-full:after {
  content: "\EA08";
}
.is-gto .i-circle:before,
.is-gto .i-circle:after {
  content: "\EA09";
}
.is-gto .i-close-circle:before,
.is-gto .i-close-circle:after {
  content: "\EA0A";
}
.is-gto .i-close-rounded:before,
.is-gto .i-close-rounded:after {
  content: "\EA0B";
}
.is-gto .i-close:before,
.is-gto .i-close:after {
  content: "\EA0C";
}
.is-gto .i-download:before,
.is-gto .i-download:after {
  content: "\EA0D";
}
.is-gto .i-info:before,
.is-gto .i-info:after {
  content: "\EA0E";
}
.is-gto .i-lightbulb-box-arrow-right:before,
.is-gto .i-lightbulb-box-arrow-right:after {
  content: "\EA0F";
}
.is-gto .i-lightbulb-box:before,
.is-gto .i-lightbulb-box:after {
  content: "\EA10";
}
.is-gto .i-menu:before,
.is-gto .i-menu:after {
  content: "\EA11";
}
.is-gto .i-square:before,
.is-gto .i-square:after {
  content: "\EA13";
}
.is-gto .i-square-full:before,
.is-gto .i-square-full:after {
  content: "\EA12";
}
.is-gto .i-chevron-left-thin:before,
.is-gto .i-chevron-left-thin:after {
  content: "\EA06";
}
.is-gto .i-tools-box-arrow-right:before,
.is-gto .i-tools-box-arrow-right:after {
  content: "\EA14";
}
.is-gto .i-tools-box:before,
.is-gto .i-tools-box:after {
  content: "\EA15";
}
.is-gto .i-tools:before,
.is-gto .i-tools:after {
  content: "\EA16";
}
.is-gto .i-small:after {
  content: none;
}
.is-gto .i-small:before {
  font-size: 108%;
  margin-right: 5px;
  vertical-align: -0.225em;
}
.is-gto .i-med:after {
  content: none;
}
.is-gto .i-med:before {
  font-size: 120%;
  margin-right: 5px;
  vertical-align: -0.225em;
}
.is-gto .i-large:after {
  content: none;
}
.is-gto .i-large:before {
  font-size: 168%;
  margin-right: 5px;
  vertical-align: -0.1em;
}
.is-gto .i-after-small:before {
  content: none;
}
.is-gto .i-after-small:after {
  font-size: 108%;
  margin-left: 5px;
  vertical-align: -0.225em;
}
.is-gto .i-after-med:before {
  content: none;
}
.is-gto .i-after-med:after {
  font-size: 120%;
  margin-left: 5px;
  vertical-align: -0.225em;
}
.is-gto .i-after-large:before {
  content: none;
}
.is-gto .i-after-large:after {
  font-size: 168%;
  margin-left: 5px;
  vertical-align: -0.1em;
}
.is-gto .i-defaults,
.is-gto .tooltip-contents.left:before,
.is-gto .tooltip-contents.right:before,
.is-gto .tooltip-contents.fixed:before,
.is-gto .tooltip-contents.fixed:before,
.is-gto .list-i-check > li:before,
.is-gto .i-small:before,
.is-gto .i-med:before,
.is-gto .i-large:before,
.is-gto .i-after-small:after,
.is-gto .i-after-med:after,
.is-gto .i-after-large:after,
.is-gto .gto-updates__item--offline-link:before,
.is-gto .gto-updates__item--checklist-status:before,
.is-gto .gto-updates__item--checklist-status:before,
.is-gto .is-tool:before,
.is-gto .is-tool__title:before,
.is-gto .is-tip__title:before,
.is-gto .is-tip:before,
.is-gto .gto-checklist__item.gto-checklist__item--checked:after,
.is-gto .gto-checklist-view-results__toggle:after,
.is-gto .gto-tool-checklist__checked:after,
.is-gto .gto-menu-toggle:after,
.is-gto .gto-anchors__link:after,
.is-gto .gto-progress-state:before,
.is-gto .gto-progress-state--complete:before {
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
.is-gto .is-btn,
.is-gto .is-btn-inside {
  font-size: 16px;
  font-family: "adelle", Verdana, Arial, Helvetica, sans-serif;
  display: inline-block;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 10px 22px;
  background-color: white;
  color: #4866bc;
  line-height: 1.5em;
  letter-spacing: 0;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d2d4;
  border-radius: 0;
  background-clip: padding-box;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.2s;
}
.is-gto .is-btn:visited,
.is-gto .is-btn-inside:visited {
  background-color: white;
  color: #4866bc;
  border-color: #d1d2d4;
}
.is-gto .is-btn:hover,
.is-gto .is-btn-inside:hover {
  background-color: #ebebeb;
  color: #3f5bac;
  border-color: #c1c3c5;
}
.is-gto .is-btn:hover,
.is-gto .is-btn-inside:hover {
  text-decoration: none;
}
.is-gto .is-btn-alt {
  background-color: #4866bc;
  border-color: #425fb3;
  border-width: 1px;
  color: white;
}
.is-gto .is-btn-alt:visited {
  background-color: #4866bc;
  color: white;
  border-color: #425fb3;
}
.is-gto .is-btn-alt:hover {
  background-color: #3b55a0;
  color: white;
  border-color: #39539d;
}
.is-gto .is-btn-alt:after {
  color: #c8d1eb;
}
.is-gto .is-btn-full {
  width: 100%;
}
.is-gto .is-btn-group .is-btn,
.is-gto .is-btn-group .is-btn-inside {
  margin-right: 10px;
}
.is-gto .is-btn-group .is-btn:first-child,
.is-gto .is-btn-group .is-btn-inside:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .is-gto .is-btn-group .is-btn,
  .is-gto .is-btn-group .is-btn-inside {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .is-gto .is-btn-group .is-btn:last-child,
  .is-gto .is-btn-group .is-btn-inside:last-child {
    margin-bottom: 0;
  }
}
.is-gto .is-btn-disabled {
  cursor: default;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.is-gto .is-btn-disabled:hover,
.is-gto .is-btn-disabled:visited {
  background-color: white;
  border-color: #d1d2d4;
}
.is-gto .is-btn-clear {
  background-color: transparent;
  background-image: none;
  border-width: 0;
  color: #4866bc;
  box-shadow: none;
}
.is-gto .is-btn-clear:hover,
.is-gto .is-btn-clear:visited {
  background-color: transparent;
  background-image: none;
  border-width: 0;
  box-shadow: none;
}
.is-gto .is-btn-clear:visited {
  color: #4866bc;
}
.is-gto .is-btn-clear:hover {
  color: #4866bc;
}
.is-gto .is-btn-full {
  width: 100%;
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.is-gto .is-btn-inside {
  padding: 0;
  position: relative;
}
.is-gto .is-btn-inside input,
.is-gto .is-btn-inside a,
.is-gto .is-btn-inside button {
  display: block;
  padding: 10px 22px;
}
.is-gto .is-btn-inside input,
.is-gto .is-btn-inside button {
  padding-left: 1.7em;
}
.is-gto .is-btn-inside:before {
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -0.5em;
}
.is-gto .is-btn-group-h {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.001px;
  white-space: nowrap;
}
.is-gto .is-btn-group-h > .is-btn:hover,
.is-gto .is-btn-group-h > .is-btn-inside:hover {
  position: relative;
  z-index: 2;
}
.is-gto .is-btn-group-h > .is-btn:first-child,
.is-gto .is-btn-group-h > .is-btn-inside:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.is-gto .is-btn-group-h > .is-btn:last-child,
.is-gto .is-btn-group-h > .is-btn-inside:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.is-gto .is-btn-group-h > .is-btn:not(:first-child):not(:last-child),
.is-gto .is-btn-group-h > .is-btn-inside:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.is-gto .is-btn-group-h > .is-btn:nth-child(n+2),
.is-gto .is-btn-group-h > .is-btn-inside:nth-child(n+2) {
  margin-left: -1px;
}
.is-gto .is-btn-group-v > .is-btn,
.is-gto .is-btn-group-v > .is-btn-inside {
  display: block;
  margin-top: -1px;
}
.is-gto .is-btn-group-v > .is-btn:first-child,
.is-gto .is-btn-group-v > .is-btn-inside:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.is-gto .is-btn-group-v > .is-btn:last-child,
.is-gto .is-btn-group-v > .is-btn-inside:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.is-gto .is-btn-group-v > .is-btn:not(:first-child):not(:last-child),
.is-gto .is-btn-group-v > .is-btn-inside:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.is-gto .is-btn-group-v > .is-btn:hover,
.is-gto .is-btn-group-v > .is-btn-inside:hover {
  z-index: 2;
  position: relative;
}
.is-gto .element-hidden,
.is-gto .hide {
  display: none;
}
.is-gto .show,
.is-gto .block {
  display: block;
}
.is-gto .hidden-visually,
.is-gto .is-hide-v {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.is-gto .hidden-visually.focusable:active,
.is-gto .is-hide-v.focusable:active,
.is-gto .hidden-visually.focusable:focus,
.is-gto .is-hide-v.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.is-gto .hide-text {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.is-gto .unhide-text {
  text-indent: 0;
  white-space: normal;
}
.is-gto .hidden-abs {
  position: absolute;
  left: -10000px;
  top: -10000px;
}
.is-gto .hidden-abs-no {
  position: static;
  left: auto;
  top: auto;
}
.is-gto .is-cf {
  *zoom: 1;
}
.is-gto .is-cf:before,
.is-gto .is-cf:after {
  content: "";
  display: table;
}
.is-gto .is-cf:after {
  clear: both;
}
.is-gto .no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: pointer;
}
.is-gto .breakwords {
  -ms-word-break: normal;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.is-gto .breakwords-all {
  -ms-word-break: break-all;
  /* Non standard for webkit */
  word-break: break-all;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.is-gto .pos-r {
  position: relative;
}
.is-gto .pos-a {
  position: absolute;
}
.is-gto .pos-s {
  position: static;
}
.is-gto .pos-f {
  position: fixed;
}
.is-gto .is-list-plain {
  list-style: none outside;
}
.is-gto .is-list-plain ul {
  list-style: none outside;
}
.is-gto .is-list-plain li {
  list-style-type: none;
}
.is-gto .gto-h2 {
  color: #663399;
  font-weight: 700;
  margin-bottom: 1em;
}
.is-gto h4,
.is-gto h5 {
  color: #404041;
  margin-top: 1.25em;
}
.is-gto ul,
.is-gto ol {
  margin-bottom: .875rem;
}
.is-gto .gto-sidebar {
  border-left: 1px solid #e6e7e8;
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-sidebar {
    background: #f5f5f6;
  }
}
.is-gto .gto-sidebar.js-scrollpoint--active .gto-sidebar__title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.is-gto .gto-sidebar.js-scrollpoint--active .gto-sidebar__title.focusable:active,
.is-gto .gto-sidebar.js-scrollpoint--active .gto-sidebar__title.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.is-gto .gto-sidebar__content > h3 {
  margin-bottom: 20px;
}
.is-gto .gto-header {
  background: #855cad;
  padding-right: 20px;
  color: white;
  position: relative;
  padding: 20px;
}
.is-gto .gto-header h1,
.is-gto .gto-header h2,
.is-gto .gto-header p {
  margin: 0;
  padding: 0;
}
.is-gto .gto-header h1 {
  line-height: 1.05em;
}
.is-gto .gto-header h1 strong {
  line-height: 1.5em;
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-header {
    padding: 25px 75px 25px 75px;
  }
}
@media screen and (max-width: 1024px) {
  .is-gto .gto-header__info {
    padding-right: 70px;
  }
}
.is-gto .gto-header--introduction .gto-title {
  text-transform: uppercase;
}
.is-gto .gto-icon:after {
  content: "";
  background-repeat: no-repeat;
}
.is-gto .gto-icon.gto-icon--header:after {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-icon.gto-icon--header {
    padding-left: 164px;
  }
  .is-gto .gto-icon.gto-icon--header:after {
    left: 20px;
    top: 50%;
    margin-top: -62px;
    width: 124px;
    height: 124px;
  }
}
@media screen and (max-width: 1024px) {
  .is-gto .gto-icon.gto-icon--header:after {
    top: 20px;
    right: 20px;
    width: 62px;
    height: 62px;
    background-size: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-icon.gto-icon--pager:after {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -62px;
    width: 124px;
    height: 124px;
  }
}
.is-gto .gto-icon--step-1:after {
  background-image: url("/content/dam/rand/pubs/tools/TL200/TL259/images/icon-step-01.png?v=1.0.2");
}
.is-gto .gto-icon--step-2:after {
  background-image: url("/content/dam/rand/pubs/tools/TL200/TL259/images/icon-step-02.png?v=1.0.2");
}
.is-gto .gto-icon--step-3:after {
  background-image: url("/content/dam/rand/pubs/tools/TL200/TL259/images/icon-step-03.png?v=1.0.2");
}
.is-gto .gto-icon--step-4:after {
  background-image: url("/content/dam/rand/pubs/tools/TL200/TL259/images/icon-step-04.png?v=1.0.2");
}
.is-gto .gto-icon--step-5:after {
  background-image: url("/content/dam/rand/pubs/tools/TL200/TL259/images/icon-step-05.png?v=1.0.2");
}
.is-gto .gto-icon--step-6:after {
  background-image: url("/content/dam/rand/pubs/tools/TL200/TL259/images/icon-step-06.png?v=1.0.2");
}
.is-gto .gto-icon--step-7:after {
  background-image: url("/content/dam/rand/pubs/tools/TL200/TL259/images/icon-step-07.png?v=1.0.2");
}
.is-gto .gto-icon--step-8:after {
  background-image: url("/content/dam/rand/pubs/tools/TL200/TL259/images/icon-step-08.png?v=1.0.2");
}
.is-gto .gto-icon--step-9:after {
  background-image: url("/content/dam/rand/pubs/tools/TL200/TL259/images/icon-step-09.png?v=1.0.2");
}
.is-gto .gto-icon--step-10:after {
  background-image: url("/content/dam/rand/pubs/tools/TL200/TL259/images/icon-step-10.png?v=1.0.2");
}
.is-gto .gto-pager {
  color: white;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .is-gto .gto-pager {
    border-top: 4px solid #663399;
  }
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-pager.gto-icon .gto-pager__body {
    padding-left: 144px;
  }
}
.is-gto .gto-pager__headline-wrap {
  position: relative;
}
.is-gto .gto-pager__headline {
  font-size: 18px;
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  margin-top: 0;
  font-weight: bold;
  color: #373537;
  position: absolute;
  bottom: 100%;
  left: 20px;
}
.is-gto .gto-pager__link:after {
  color: #663399;
}
@media screen and (max-width: 768px) {
  .is-gto .gto-pager__link {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.is-gto .gto-pager__title {
  color: white;
  margin-top: 0;
}
.is-gto .gto-topic {
  position: relative;
  margin-bottom: 60px;
}
.is-gto .gto-topic h2:first-child,
.is-gto .gto-topic h3:first-child {
  margin-top: 0;
}
.is-gto .gto-topic p:last-child,
.is-gto .gto-topic ul:last-child,
.is-gto .gto-topic ol:last-child {
  margin-bottom: 0;
}
.is-gto .gto-topic + .gto-topic {
  margin-top: 60px;
}
.is-gto .gto-topic + .gto-topic:after {
  content: "";
  top: -30px;
  height: 3px;
  background-color: #d1d2d4;
  left: 0;
  right: 0;
  position: absolute;
}
.is-gto .gto-topic dt {
  margin-top: 1em;
  position: relative;
}
.is-gto .gto-topic dt:before {
  content: '';
  position: absolute;
  top: -0.5em;
  left: 0;
  width: 1em;
  height: 2px;
  background-color: #d1d2d4;
}
.is-gto .gto-topic dd {
  margin-left: 1em;
}
.is-gto .is-tip {
  margin-bottom: 20px;
  margin-top: 20px;
}
.is-gto .is-tip + .is-tip {
  margin-top: -15px;
}
.is-gto .is-tip + .is-tip:before {
  content: none;
}
.is-gto .is-tool {
  margin-bottom: 20px;
  margin-top: 20px;
}
.is-gto .is-tool + .is-tool {
  margin-top: -15px;
}
.is-gto .gto-title {
  color: white;
  font-weight: 700;
}
.is-gto .gto-intro {
  font-size: 30px;
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.28em;
  padding-bottom: 30px;
  border-bottom: 3px solid #d1d2d4;
  color: #4d4e4f;
  font-weight: 300;
}
.is-gto .gto-intro p {
  font-size: 30px;
  line-height: 1.28em;
  margin-bottom: 1.28em;
}
.is-gto .gto-intro + .gto-topic {
  margin-top: 30px;
}
.is-gto .gto-intro + .gto-topic:after {
  content: none;
}
.is-gto .gto-intro + p {
  margin-top: 30px;
}
.is-gto .gto-intro--extended {
  display: block;
  margin-top: 1em;
  color: #373537;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5em;
}
.is-gto .gto-title__toolkit,
.is-gto .gto-title__guide,
.is-gto .gto-title__subtitle {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  .is-gto .gto-title__toolkit,
  .is-gto .gto-title__guide,
  .is-gto .gto-title__subtitle {
    font-size: 14px;
    font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  }
}
.is-gto .gto-title__toolkit,
.is-gto .gto-title__guide {
  color: #361b52;
}
.is-gto .gto-title__subtitle {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .is-gto .gto-title__subtitle {
    font-size: 14px;
    font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  }
}
.is-gto .gto-updates {
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
}
.is-gto .gto-updates a,
.is-gto .gto-updates button {
  color: white;
  text-decoration: underline;
  font-size: 14px;
  background: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  cursor: pointer;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.2s;
}
.is-gto .gto-updates a:hover,
.is-gto .gto-updates button:hover {
  border-color: #221133;
}
.is-gto .gto-updates__item--offline-link,
.is-gto .gto-updates__item--checklist-status {
  position: relative;
}
.is-gto .gto-updates__item--offline-link:before,
.is-gto .gto-updates__item--checklist-status:before {
  position: absolute;
  font-size: 140%;
  color: #663399;
  vertical-align: 0;
  content: '\EA0E';
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-updates__item--offline-link:before,
  .is-gto .gto-updates__item--checklist-status:before {
    top: 0;
    left: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .is-gto .gto-updates__item--offline-link:before,
  .is-gto .gto-updates__item--checklist-status:before {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .is-gto .gto-updates__item--offline-link,
  .is-gto .gto-updates__item--checklist-status {
    padding-left: 25px;
  }
}
.is-gto .gto-updates__item--checklist-status:before {
  content: '\EA05';
}
.is-gto .h3 {
  font-size: 20px;
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  margin-top: 0;
  font-weight: bold;
  color: #373537;
  margin-bottom: 20px;
}
.is-gto .h4 {
  font-size: 18px;
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  margin-top: 0;
  font-weight: bold;
  color: #373537;
}
.is-gto .h4-alt {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  .is-gto .h4-alt {
    font-size: 14px;
    font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  }
}
.is-gto .is-tool {
  position: relative;
}
.is-gto .is-tool:before {
  content: '\EA14';
  position: absolute;
  left: -50px;
  top: 0;
  width: 35px;
  height: 35px;
  color: #5b76c3;
  font-size: 240%;
}
@media screen and (max-width: 1024px) {
  .is-gto .is-tool:before {
    content: none;
  }
}
.is-gto .is-tool + .is-tool:before {
  content: none;
}
.is-gto .is-tool {
  background: #dae0f2;
  padding: 20px;
  padding-top: 30px;
}
.is-gto .is-tool__instructions {
  margin-top: 20px;
}
.is-gto .is-tool__title:before {
  content: '\EA15';
  color: #4866bc;
}
.is-gto .is-tip__title:before {
  content: '\EA10';
  color: #a6be75;
}
@media screen and (max-width: 1024px) {
  .is-gto .is-tool__title,
  .is-gto .is-tip__title {
    padding-left: 48px;
  }
  .is-gto .is-tool__title:before,
  .is-gto .is-tip__title:before {
    margin-left: -48px;
  }
}
@media screen and (min-width: 1025px) {
  .is-gto .is-tool__title:before,
  .is-gto .is-tip__title:before {
    content: none;
  }
}
.is-gto .gto-tool__image {
  border: 1px solid #d1d2d4;
}
@media screen and (max-width: 1024px) {
  .is-gto .is-tip__title,
  .is-gto .is-tool__title {
    position: relative;
  }
  .is-gto .is-tip__title:before,
  .is-gto .is-tool__title:before {
    font-size: 194%;
    vertical-align: -0.3em;
    margin-right: 0.25em;
  }
}
@media screen and (min-width: 1025px) {
  .is-gto .is-tip__title:after,
  .is-gto .is-tool__title:after {
    content: none;
  }
}
.is-gto .is-tip {
  position: relative;
  padding: 20px;
  background-color: #e4ecd6;
}
.is-gto .is-tip:before {
  content: '\EA0F';
  position: absolute;
  left: -50px;
  top: 0;
  width: 35px;
  height: 35px;
  color: #a6be75;
  font-size: 240%;
}
@media screen and (max-width: 1024px) {
  .is-gto .is-tip:before {
    content: none;
  }
}
.is-gto .is-tip__title {
  font-weight: bold;
}
.is-gto .gto-checklist {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.is-gto .gto-checklist ul {
  list-style: none outside;
}
.is-gto .gto-checklist li {
  list-style-type: none;
}
.is-gto .gto-checklist__item {
  position: relative;
  padding: 0;
  margin-top: 13px;
  margin-bottom: 13px;
  padding-left: 35px;
  cursor: pointer;
}
.is-gto .gto-checklist__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  margin-top: -0.15em;
  width: 25px;
  height: 25px;
  border: 2px solid #a7a9ab;
  background-color: #f1f1f2;
}
.is-gto .gto-checklist__item.gto-checklist__item--checked:before {
  background-color: #663399;
  border-color: #663399;
}
.is-gto .gto-checklist__item.gto-checklist__item--checked:after {
  font-size: 120%;
  color: white;
  vertical-align: -0.225em;
  content: '\EA05';
  position: absolute;
  top: 0.05em;
  left: 0.19em;
}
.is-gto .gto-checklist-view-results {
  font-size: 14px;
  color: #5e6062;
  position: relative;
  margin-top: 30px;
}
.is-gto .gto-checklist-view-results:before {
  content: '';
  position: absolute;
  top: -0.5em;
  left: 0;
  width: 1em;
  height: 2px;
  background-color: #dddddd;
}
.is-gto .gto-checklist-view-results__toggle {
  border: none;
  background-color: transparent;
  color: inherit;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
  color: #4866bc;
  border-bottom: 1px solid transparent;
}
.is-gto .gto-checklist-view-results__toggle:visited {
  color: purple;
}
.is-gto .gto-checklist-view-results__toggle:hover {
  color: #4866bc;
}
.is-gto .gto-checklist-view-results__toggle:hover {
  border-bottom: 1px solid currentColor;
}
.is-gto .gto-checklist-view-results__toggle a {
  color: #4866bc;
  border-bottom: 1px solid transparent;
}
.is-gto .gto-checklist-view-results__toggle a:visited {
  color: purple;
}
.is-gto .gto-checklist-view-results__toggle a:hover {
  color: #4866bc;
}
.is-gto .gto-checklist-view-results__toggle a:hover {
  border-bottom: 1px solid currentColor;
}
.is-gto .gto-checklist-view-results__toggle:after {
  font-size: 120%;
  color: inherit;
  vertical-align: -0.225em;
  content: '\EA07';
}
.is-gto img {
  margin-bottom: 20px;
}
.is-gto .gto-tool-form {
  list-style: none outside;
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  margin: 20px 0 20px 0;
  padding: 0;
  font-size: 0;
}
.is-gto .gto-tool-form ul {
  list-style: none outside;
}
.is-gto .gto-tool-form li {
  list-style-type: none;
}
.is-gto .gto-tool-form ul {
  text-align: left;
}
.is-gto .gto-tool-form li {
  display: inline-block;
  padding: 0 0 0 0;
}
.is-gto .gto-tool-form span {
  display: block;
  line-height: 1.25em;
}
.is-gto li.gto-tool-form__item {
  background-color: #f5f5f6;
  padding: 7.5px 10px;
  border: 1px solid #cdcdd2;
  min-width: 260px;
  margin-left: -1px;
  margin-top: -1px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .is-gto li.gto-tool-form__item {
    width: 100%;
  }
}
.is-gto .gto-tool-form__title {
  color: #663399;
  font-weight: bold;
}
.is-gto .gto-tool-form__value {
  color: #58585b;
  font-style: italic;
}
.is-gto .gto-tool-checklist {
  list-style: none outside;
  padding-left: 0;
}
.is-gto .gto-tool-checklist ul {
  list-style: none outside;
}
.is-gto .gto-tool-checklist li {
  list-style-type: none;
}
.is-gto .gto-tool-checklist > li {
  position: relative;
}
.is-gto .gto-tool-checklist > li:before {
  position: relative;
  margin-right: 7px;
  top: 0.7em;
  display: inline-block;
  transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #939597;
}
.is-gto .gto-tool-checklist__checked:after {
  font-size: 76%;
  color: inherit;
  vertical-align: -0.225em;
  content: '\EA05';
  position: absolute;
  left: 0.16em;
  top: 0.508em;
}
.is-gto .gto-bibliography {
  list-style: none outside;
  -ms-word-break: normal;
  word-break: normal;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding-left: 0;
}
.is-gto .gto-bibliography ul {
  list-style: none outside;
}
.is-gto .gto-bibliography li {
  list-style-type: none;
}
.is-gto .gto-bibliography > li {
  margin-top: 1em;
  padding: 0;
  position: relative;
}
.is-gto .gto-bibliography > li:before {
  content: '';
  position: absolute;
  top: -0.5em;
  left: 0;
  width: 1em;
  height: 2px;
  background-color: #d1d2d4;
}
.is-gto .gto-table-list.gto-table-list--format-list {
  border: 1px solid #d1d2d4;
  padding: 15px;
}
.is-gto .gto-table-list__section {
  color: #4866bc;
  padding-top: 10px;
  border-bottom: 2px solid #d1d2d4;
}
.is-gto .gto-table-list__section:first-child {
  padding-top: 0px;
}
.is-gto .gto-table-list__list + .gto-table-list__list {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #d1d2d4;
}
.is-gto .gto-table-list__list dt {
  padding-top: 10px;
  padding-bottom: 10px;
}
.is-gto .gto-table-list__list dt:after {
  content: ':';
}
.is-gto .gto-table-list__list dd {
  padding-left: 10px;
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-content {
    *zoom: 1;
    margin-right: 300px;
  }
  .is-gto .gto-content:before,
  .is-gto .gto-content:after {
    content: "";
    display: table;
  }
  .is-gto .gto-content:after {
    clear: both;
  }
}
.is-gto .gto-body {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-body {
    width: 100%;
    float: left;
    padding: 60px 75px;
  }
}
.is-gto .gto-sidebar {
  padding: 20px;
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-sidebar {
    width: 300px;
    float: right;
    margin-right: -300px;
    padding: 20px;
    padding-top: 60px;
  }
  .is-gto .gto-sidebar.js-scrollpoint--active .gto-sidebar__content {
    position: fixed;
    top: 0;
    bottom: 20px;
    overflow-y: auto;
  }
}
.is-gto .gto-pager {
  background-color: #9c79bf;
  color: white;
  padding: 20px;
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-pager {
    padding-right: 320px;
  }
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-header {
    *zoom: 1;
    padding-right: 300px;
    min-height: 170px;
  }
  .is-gto .gto-header:before,
  .is-gto .gto-header:after {
    content: "";
    display: table;
  }
  .is-gto .gto-header:after {
    clear: both;
  }
  .is-gto .gto-header .gto-header__info,
  .is-gto .gto-header .gto-header__updates {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .is-gto .gto-header .gto-header__info {
    padding-left: 75px;
    left: 0;
    width: 60%;
  }
  .is-gto .gto-header .gto-header__updates {
    position: absolute;
    right: 0;
    width: 300px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 0;
  }
  .is-gto .gto-header.gto-icon .gto-header__info {
    padding-left: 159px;
  }
}
@media screen and (max-width: 1024px) {
  .is-gto .gto-header > div + div {
    margin-top: 10px;
  }
}
.is-gto .gto-menu-wrap {
  margin-bottom: 20px;
  font-size: 16px;
}
.is-gto .gto-menu-toggle {
  border: none;
  background-color: transparent;
  color: inherit;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.2s;
  border: 1px solid #d1d2d4;
  color: #4866bc;
  padding: 10px;
  padding-left: 42px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.is-gto .gto-menu-toggle:hover {
  color: #663399;
  border-color: #bbbdc0;
}
.is-gto .gto-menu-toggle:after {
  transform: translateY(-50%);
  font-size: 155%;
  color: inherit;
  vertical-align: -0.225em;
  content: '\EA11';
  left: 10px;
  position: absolute;
  top: 50%;
  margin-top: -0.03em;
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-menu-toggle {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .is-gto .gto-menu-toggle {
    max-width: 100%;
  }
}
.is-gto .gto-menu-toggle.open {
  background-color: #663399;
  border-color: #663399;
  color: white;
}
.is-gto .gto-menu-content {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .is-gto .gto-menu-content {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-menu-content {
    display: block !important;
  }
}
.is-gto .gto-menu {
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1024px) {
  .is-gto .gto-menu {
    border: 1px solid #d1d2d4;
    border-top: 0;
  }
}
.is-gto .gto-menu,
.is-gto .gto-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.is-gto .gto-menu ul {
  font-style: italic;
}
.is-gto .gto-menu li {
  margin: 0;
  padding: 0;
}
.is-gto .gto-menu a {
  display: block;
  padding-top: 3.125px;
  padding-bottom: 3.125px;
}
.is-gto .gto-menu__leaf a:hover {
  color: #663399;
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-menu__leaf {
    font-weight: bold;
  }
  .is-gto .gto-menu__leaf.gto-menu__leaf-secondary {
    position: relative;
    margin-top: 30px;
  }
  .is-gto .gto-menu__leaf.gto-menu__leaf-secondary:after {
    content: "";
    position: absolute;
    top: -15px;
    width: 15px;
    left: 0;
    height: 1px;
    background-color: #c9cacb;
  }
  .is-gto .gto-menu__leaf.gto-menu__leaf-secondary ~ .gto-menu__leaf.gto-menu__leaf-secondary {
    margin-top: 0;
    border-top: 0;
  }
  .is-gto .gto-menu__leaf.gto-menu__leaf-secondary ~ .gto-menu__leaf.gto-menu__leaf-secondary:after {
    content: none;
  }
  .is-gto .gto-menu__leaf.gto-menu__leaf-secondary > a {
    font-weight: normal;
  }
}
@media screen and (max-width: 1024px) {
  .is-gto .gto-menu__leaf.gto-menu__leaf--active {
    font-weight: bold;
  }
  .is-gto .gto-menu__leaf + .gto-menu__leaf {
    border-top: 1px solid #d1d2d4;
  }
  .is-gto .gto-menu__leaf > a {
    padding: 5px 10px;
  }
}
.is-gto .gto-menu__link.gto-menu__link--active {
  color: #663399;
}
@media screen and (max-width: 1024px) {
  .is-gto .gto-anchors__wrap {
    clear: both;
    background-color: #f1f1f2;
    padding: 20px;
  }
}
.is-gto .gto-anchors {
  list-style: none outside;
  font-weight: normal;
  padding: 0;
}
.is-gto .gto-anchors ul {
  list-style: none outside;
}
.is-gto .gto-anchors li {
  list-style-type: none;
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-anchors {
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .is-gto .gto-anchors {
    margin-top: 20px;
  }
}
.is-gto .gto-anchors__title {
  font-weight: normal;
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-anchors__title {
    display: none;
  }
}
.is-gto .gto-anchors__leaf {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-anchors__leaf .gto-anchors__link:after {
    left: 6px;
    content: none;
  }
  .is-gto .gto-anchors__leaf.js-scrollpoint--active .gto-anchors__link {
    color: #663399;
  }
  .is-gto .gto-anchors__leaf.js-scrollpoint--active .gto-anchors__link:after {
    content: '\EA08';
  }
  .is-gto .gto-anchors__leaf.js-scrollpoint--active + .js-scrollpoint--active .gto-anchors__link {
    color: #4866bc;
  }
  .is-gto .gto-anchors__leaf.js-scrollpoint--active + .js-scrollpoint--active .gto-anchors__link:after {
    content: none;
  }
}
.is-gto .gto-anchors__link {
  display: block;
  position: relative;
  padding-left: 26px;
}
.is-gto .gto-anchors__link:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: '\EA08';
  font-size: 6px;
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-anchors__link:hover {
    color: #663399;
  }
  .is-gto .gto-anchors__link:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e3e3e3;
  }
}
@media screen and (max-width: 1024px) {
  .is-gto .gto-anchors__link {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  .is-gto .gto-anchors__link:after {
    font-size: 4px;
    color: #4d4e4f;
  }
}
.is-gto .gto-menu-steps {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.is-gto .gto-menu-steps__leaf {
  *zoom: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e7e8;
}
.is-gto .gto-menu-steps__leaf:before,
.is-gto .gto-menu-steps__leaf:after {
  content: "";
  display: table;
}
.is-gto .gto-menu-steps__leaf:after {
  clear: both;
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-menu-steps__leaf {
    border-right: 1px solid #e6e7e8;
  }
}
.is-gto .gto-menu-steps__leaf.js-equalheights--last {
  border-right: none;
}
.is-gto .gto-menu-steps__leaf:last-child {
  border-right: 1px solid #e6e7e8;
}
.is-gto .gto-menu-steps__leaf--page.js-equalheights--last {
  border-right: none;
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-menu-steps__leaf--page:nth-last-of-type(-n+2) {
    border-bottom: none;
  }
}
@media screen and (max-width: 1024px) {
  .is-gto .gto-menu-steps__leaf--page:last-child {
    border-bottom: none;
    border-right: none;
  }
}
.is-gto .gto-menu-steps__image {
  position: relative;
  width: 95px;
  height: 95px;
}
.is-gto .gto-menu-steps__image.gto-icon:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  width: 95px;
  height: 95px;
  background-size: 95px;
}
.is-gto .gto-menu-steps__image:before {
  /* For Safari 3.1 to 6.0 */
  transition: background-color 0.5s ease 0s;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  width: 95px;
  height: 95px;
  background-color: rbga(255, 255, 255, 0);
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .is-gto .gto-menu-steps__image {
    margin-bottom: 15px;
  }
}
.is-gto .gto-menu-steps__body {
  margin-left: 125px;
  padding-right: 15px;
}
.is-gto .gto-menu-steps__intro {
  font-size: 14px;
}
.is-gto .gto-menu-steps__link {
  font-weight: bold;
}
.is-gto .gto-menu-steps__link-image {
  float: left;
  width: 95px;
  height: 95px;
  margin-left: 15px;
}
.is-gto .gto-menu-steps__link-image:hover .gto-menu-steps__image:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.is-gto .gto-menu-steps__link--progress:after {
  left: 20px;
}
.is-gto .gto-menu-steps__leaf--progress {
  opacity: 0.75;
}
.is-gto .gto-menu-steps__leaf--progress:hover {
  opacity: 1;
}
.is-gto .gto-menu-steps__leaf--progress:hover .gto-menu-steps__image:before {
  background-color: rgba(255, 255, 255, 0);
}
.is-gto .gto-menu-steps__leaf--progress-complete {
  opacity: 1;
}
.is-gto .gto-menu-steps__leaf--progress-complete .gto-menu-steps__image:before {
  background-color: rgba(255, 255, 255, 0);
}
.is-gto .gto-progress__menu {
  border-top: 1px solid #d1d2d4;
}
.is-gto .gto-menu-steps__leaf {
  position: relative;
}
.is-gto .gto-progress__leaf .gto-menu-steps__body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.is-gto .gto-progress__leaf .gto-menu-steps__image {
  margin-bottom: 0;
}
.is-gto .gto-progress__link {
  color: #663399;
}
.is-gto .gto-progress-state {
  color: #bf7652;
  font-size: 14px;
  font-weight: bold;
}
.is-gto .gto-progress-state:before {
  font-size: 150%;
  color: inherit;
  vertical-align: -0.2em;
  content: '\EA0B';
}
.is-gto .gto-progress-state--complete {
  color: #1d7f3e;
}
.is-gto .gto-progress-state--complete:before {
  font-size: 130%;
  color: inherit;
  vertical-align: -0.2em;
  content: '\EA05';
}
.is-gto .tablesticky {
  position: relative;
  margin-bottom: 40px;
}
.is-gto .tablesticky__content {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  z-index: 1;
}
.is-gto .tablesticky__content * {
  box-sizing: border-box;
}
.is-gto .tablesticky__content caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.is-gto .tablesticky__content caption.focusable:active,
.is-gto .tablesticky__content caption.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.is-gto .tablesticky__table {
  margin: 0;
  padding: 0;
}
.is-gto .tablesticky__header {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: auto;
  /* Prevent table from stretching to full size */
  box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.125);
  z-index: 100;
  width: 100%;
  /* Force stretch */
}
.is-gto .tablesticky__column {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: auto;
  /* Prevent table from stretching to full size */
}
.is-gto .tablesticky__intersect {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: auto;
  /* Prevent table from stretching to full size */
  opacity: 1;
  z-index: 150;
}
.is-gto .tablesticky__intersect th {
  background-color: #666;
  color: #eee;
}
.is-gto .tablesticky__button {
  position: absolute;
  top: 0;
  background-color: #666;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.is-gto .tablesticky__button--disabled {
  display: none;
}
.is-gto .tablesticky__button--prev {
  left: 0;
}
.is-gto .tablesticky__button--next {
  right: 0;
}
.is-gto .tablesticky__nopad {
  padding: 0;
}
.is-gto .dotted,
.is-gto .list-lines.dotted {
  border-style: dotted;
}
.is-gto .dashed,
.is-gto .list-lines.dashed {
  border-style: dashed;
}
.is-gto .m-bt-grid {
  margin-bottom: 20px;
}
.is-gto .m-tp-grid {
  margin-top: 20px;
}
.is-gto .inline-block,
.is-gto .inline-block-child div,
.is-gto .inline-block-child li,
.is-gto .inline-block-child ul,
.is-gto .inline-block-child span {
  display: inline-block;
}
.is-gto .inline,
.is-gto .inline-left,
.is-gto .inline-right,
.is-gto .inline-child div,
.is-gto .inline-child li,
.is-gto .inline-child ul,
.is-gto .inline-child span {
  display: inline;
}
.is-gto .inline-left {
  text-align: left;
}
.is-gto .inline-right {
  text-align: right;
}
.is-gto .float-left {
  float: left;
  max-width: 100%;
}
.is-gto .float-right {
  float: right;
  max-width: 100%;
}
.is-gto .clear {
  clear: both;
}
.is-gto .center,
.is-gto .imgs-center img {
  margin-left: auto;
  margin-right: auto;
}
.is-gto .imgs-center img {
  display: block;
}
.is-gto .full,
.is-gto .imgs-full img {
  display: block;
  width: 100%;
  height: auto;
  clear: both;
}
.is-gto .full-height {
  height: 100%;
}
.is-gto .align-top {
  vertical-align: top;
}
.is-gto .align-mid {
  vertical-align: middle;
}
.is-gto .align-btm {
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  .is-gto .inline-mobile {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .is-gto .inline-tablet {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .is-gto .full-mobile {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media screen and (max-width: 1024px) {
  .is-gto .full-mobile {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .is-gto .full-tablet {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media screen and (max-width: 480px) {
  .is-gto .hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .is-gto .hide-tablet {
    display: none;
  }
}
.is-gto .t-light {
  font-weight: 300;
}
.is-gto .t-normal {
  font-weight: normal;
}
.is-gto .t-semibold {
  font-weight: 600;
}
.is-gto .t-italic {
  font-style: italic;
}
.is-gto .t-bold {
  font-weight: bold;
}
.is-gto .t-detail {
  color: #787a7e;
}
.is-gto .t-center {
  text-align: center;
}
.is-gto .t-left {
  text-align: left;
}
.is-gto .t-right {
  text-align: right;
}
.is-gto .t-upper {
  text-transform: uppercase;
}
.is-gto .t-lower {
  text-transform: lowercase;
}
.is-gto .t-title {
  text-transform: capitalize;
}
.is-gto .t-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.is-gto .is-modal__type {
  display: none;
}
.is-gto.is-modal {
  margin-top: 0;
}
.is-gto.is-modal .is-modal__type {
  display: block;
}
.is-gto--content {
  border-top: 4px solid #4c2672;
  border-bottom: 4px solid #4c2672;
}
/*==========================================================================
Modals
==========================================================================*/
.is-modal {
  display: none;
}
.is-modal.open {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.is-modal__panel {
  position: relative;
  display: none;
}
.is-modal__panel.open {
  display: block;
}
.is-modal__panel {
  max-width: 1270px;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .is-modal__panel {
    height: 92%;
    transform: translateY(4%);
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .is-modal__panel {
    height: 90%;
    transform: translateY(5%);
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1330px) {
  .is-modal__panel {
    margin: auto;
  }
}
.is-modal__close {
  border: none;
  background-color: transparent;
  color: inherit;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: absolute;
  -webkit-transition: background-color 0.2s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .is-modal__close {
    top: -15px;
    right: -15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
    display: block;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #4866bc;
    color: inherit;
  }
}
@media screen and (max-width: 768px) {
  .is-modal__close {
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
  }
}
.is-modal__close:before {
  -webkit-transition: color 0.2s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  content: '\EA0C';
  color: white;
  position: absolute;
  text-indent: 0;
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .is-modal__close:before {
    font-size: 150%;
  }
}
@media screen and (min-width: 769px) {
  .is-modal__close:before {
    font-size: 120%;
    margin-left: 0.03em;
    margin-top: -0.02em;
  }
}
@media screen and (min-width: 769px) {
  .is-modal__close:hover {
    background-color: #3f5bac;
  }
}
@media screen and (max-width: 768px) {
  .is-modal__close:hover {
    background-color: #542a7e;
  }
}
.is-modal__close:hover:before {
  color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .is-modal__header {
    background-color: #663399;
  }
}
.is-modal__title {
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.is-modal__title h3,
.is-modal__title h4 {
  color: #404041;
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 18px;
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  line-height: 0.9em;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .is-modal__title h3,
  .is-modal__title h4 {
    color: white;
  }
}
.is-modal__title.is-modal__title--icon:after {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.is-modal__title.is-modal__title--icon h3,
.is-modal__title.is-modal__title--icon h4 {
  padding-left: 50px;
  padding-right: 60px;
}
.is-modal__anchors {
  position: absolute;
  top: 60px;
  background-color: white;
  left: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .is-modal__anchors {
    left: 10px;
    right: 10px;
  }
}
.is-modal__anchors:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #d1d2d4;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .is-modal__anchors {
    display: none;
  }
}
.is-modal__body {
  overflow-y: hidden;
  background-color: white;
  position: relative;
}
@media screen and (min-width: 769px) {
  .is-modal__body {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.is-modal__body-inner {
  padding: 40px 15px 15px 15px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .is-modal__body-inner:after {
    z-index: 1;
    -webkit-transition: height 0.2s;
    /* For Safari 3.1 to 6.0 */
    -moz-transition: height 0.2s;
    -ms-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
    pointer-events: none;
  }
  .is-modal__body-inner.scrollpoints-is-bottom:after {
    height: 0;
  }
}
.is-modal-topic {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .is-modal-topic {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}
.is-modal-topic > h3,
.is-modal-topic > h4 {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .is-modal-topic--full {
    max-width: 100%;
  }
}
.is-modal__anchors-list {
  margin: 0;
  padding: 0;
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  position: relative;
}
.is-modal__anchors-list ul {
  text-align: left;
}
.is-modal__anchors-list li {
  display: inline-block;
  padding: 0 0 0 0;
}
.is-modal__anchors-list a {
  -webkit-transition: color 0.2s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: bold;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.is-modal__anchors-list a:hover {
  color: #663399;
}
.is-modal__anchors-list .js-scrollpoint--active a {
  color: #663399;
  position: relative;
  z-index: 1;
}
.is-modal__anchors-list .js-scrollpoint--active a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 4px;
  background-color: #663399;
}
.is-modal__type {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f1f1f2;
}
.is-scroll-checklist__body {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.is-scroll-checklist__body--header {
  top: 60px;
}
.is-scroll-checklist__body--header-footer {
  top: 60px;
  bottom: 76px;
}
.is-scroll-checklist__body--footer {
  bottom: 76px;
}
.is-scroll-checklist__footer,
.is-scroll-checklist__header {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
}
.is-scroll-checklist__header {
  height: 60px;
}
.is-scroll-checklist__footer {
  height: 76px;
  bottom: 0;
}
.is-scroll-checklist-mobile__body {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.is-scroll-checklist-mobile__body--header {
  top: 60px;
}
.is-scroll-checklist-mobile__body--header-footer {
  top: 60px;
  bottom: 0;
}
.is-scroll-checklist-mobile__body--footer {
  bottom: 0;
}
.is-scroll-checklist-mobile__footer,
.is-scroll-checklist-mobile__header {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
}
.is-scroll-checklist-mobile__header {
  height: 60px;
}
.is-scroll-checklist-mobile__footer {
  height: 0;
  bottom: 0;
}
.is-modal__type--checklist .is-modal__title:after {
  font-size: 250%;
  color: #855cad;
  vertical-align: -0.225em;
  content: '\EA04';
}
@media screen and (max-width: 768px) {
  .is-modal__type--checklist .is-modal__title:after {
    font-size: 250%;
    color: #a385c2;
    vertical-align: -0.225em;
    content: '\EA05';
  }
}
.is-modal__type--checklist .is-modal__header {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
  height: 60px;
}
.is-modal__type--checklist .is-modal__body {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  top: 60px;
  bottom: 76px;
}
.is-modal__type--checklist .is-modal__footer {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
  height: 76px;
  bottom: 0;
  padding: 15px;
}
@media screen and (max-width: 1024px) {
  .is-modal__type--checklist .is-modal__header {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    left: 0;
    height: 60px;
  }
  .is-modal__type--checklist .is-modal__body {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    top: 60px;
  }
  .is-modal__type--checklist .is-modal__footer {
    display: none;
  }
}
.is-scroll-tool__body {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.is-scroll-tool__body--header {
  top: 100px;
}
.is-scroll-tool__body--header-footer {
  top: 100px;
  bottom: 52px;
}
.is-scroll-tool__body--footer {
  bottom: 52px;
}
.is-scroll-tool__footer,
.is-scroll-tool__header {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
}
.is-scroll-tool__header {
  height: 100px;
}
.is-scroll-tool__footer {
  height: 52px;
  bottom: 0;
}
.is-scroll-tool-mobile__body {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.is-scroll-tool-mobile__body--header {
  top: 60px;
}
.is-scroll-tool-mobile__body--header-footer {
  top: 60px;
  bottom: 0;
}
.is-scroll-tool-mobile__body--footer {
  bottom: 0;
}
.is-scroll-tool-mobile__footer,
.is-scroll-tool-mobile__header {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
}
.is-scroll-tool-mobile__header {
  height: 60px;
}
.is-scroll-tool-mobile__footer {
  height: 0;
  bottom: 0;
}
.is-modal__type--tool .is-modal__title:after {
  font-size: 250%;
  color: #4866bc;
  vertical-align: -0.225em;
  content: '\EA15';
}
@media screen and (max-width: 768px) {
  .is-modal__type--tool .is-modal__title:after {
    font-size: 250%;
    color: #a385c2;
    vertical-align: -0.225em;
    content: '\EA16';
  }
}
.is-modal__type--tool .is-modal__header {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
  height: 100px;
}
.is-modal__type--tool .is-modal__body {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  top: 100px;
  bottom: 52px;
}
.is-modal__type--tool .is-modal__footer {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
  height: 52px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .is-modal__type--tool .is-modal__header {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    left: 0;
    height: 60px;
  }
  .is-modal__type--tool .is-modal__body {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    top: 60px;
  }
  .is-modal__type--tool .is-modal__footer {
    display: none;
  }
}
.is-scroll-tip__body {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.is-scroll-tip__body--header {
  top: 60px;
}
.is-scroll-tip__body--header-footer {
  top: 60px;
  bottom: 0;
}
.is-scroll-tip__body--footer {
  bottom: 0;
}
.is-scroll-tip__footer,
.is-scroll-tip__header {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
}
.is-scroll-tip__header {
  height: 60px;
}
.is-scroll-tip__footer {
  height: 0;
  bottom: 0;
}
.is-modal__type--tip .is-modal__title:after {
  font-size: 250%;
  color: #a6be75;
  vertical-align: -0.225em;
  content: '\EA10';
}
@media screen and (max-width: 768px) {
  .is-modal__type--tip .is-modal__title:after {
    content: "";
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55.00000000000001);
    filter: alpha(opacity=55.00000000000001);
    opacity: 0.55;
    background-image: url("/content/dam/rand/pubs/tools/TL200/TL259/images/icon-lightbulb.png?v=1.0.2");
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }
}
.is-modal__type--tip .is-modal__header {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
  height: 60px;
}
.is-modal__type--tip .is-modal__body {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  top: 60px;
  bottom: 10px;
}
.is-modal__disclaimer {
  font-size: 14px;
  font-family: inherit;
  line-height: 1.21em;
  font-family: "franklin-gothic-urw", Verdana, Arial, Helvetica, sans-serif;
  max-width: 575px;
  padding-left: 30px;
  position: relative;
  color: #6d6e70;
}
.is-modal__disclaimer p {
  font-size: 14px;
  line-height: 1.21em;
  margin-bottom: 1.21em;
}
.is-modal__disclaimer:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 150%;
  color: inherit;
  vertical-align: -0.225em;
  content: '\EA0E';
}
@media screen and (min-width: 1025px) {
  .is-modal__progress-reset {
    float: right;
  }
}
.is-modal__progress-reset button {
  font-size: 16px;
  font-family: "adelle", Verdana, Arial, Helvetica, sans-serif;
  display: inline-block;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 10px 22px;
  background-color: white;
  color: #4866bc;
  line-height: 1.5em;
  letter-spacing: 0;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d2d4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 20px;
}
.is-modal__progress-reset button:visited {
  background-color: white;
  color: #4866bc;
  border-color: #d1d2d4;
}
.is-modal__progress-reset button:hover {
  background-color: #ebebeb;
  color: #3f5bac;
  border-color: #c1c3c5;
}
.is-modal__progress-reset button:hover {
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .is-modal__progress-reset button {
    margin-bottom: 0;
  }
}
/* For summary, glossary, bibliography */
.full-bg-nostep {
  padding-bottom: 0; /* Remove space under sticky nav */
}
.no-intro .gto-intro {
  display: none;
}
.no-intro .gto-intro + .gto-topic:after {
  display: none;
}
.no-intro .gto-topic {
  margin-top: 0;
}