/* LAYOUT WIDTHS */
/* TYPOGRAPHY */
/* FONTS */
/* COLORS: backgrounds */
/* for hiliting hover states */
/* for hiliting orange arrows */
/* COLORS: borders */
/* COLORS: text */
/* base-font-color */
/* BUTTONS */
/* ORANGE ARROW LINK */
/* ACCORDION CONTROL */
/* GLOBAL ELEMENTS
   Note: these are class declarations for global page elemments like buttons, sidebars, etc.
   Many of these are derived from mixins declared in widgets.scss.
*/
.accordion {
  border: none;
  border-bottom: 1px solid #ebebeb;
  background: none;
  /* item trigger */
  /* item content */
  /* jQuery UI overrides */
}
.accordion ul:first-child > li a:first-child, .accordion > h3 {
  font-size: 22px;
  font-weight: normal;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
}
.accordion ul:first-child > li a:first-child.open, .accordion > h3.open {
  border-bottom: none;
}
.accordion ul:first-child > li a:first-child.open:after, .accordion > h3.open:after {
  background-position: 0 bottom;
}
.accordion ul:first-child ul,
.accordion div.ui-accordion-content {
  padding: 0 0 44px;
  overflow: visible;
  position: relative;
}
.accordion ul:first-child ul p,
.accordion div.ui-accordion-content p {
  margin: 0 0 20px;
}
.accordion.ui-widget {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.accordion .ui-helper-reset {
  line-height: inherit;
}
.accordion .ui-widget-content {
  background: none;
  border: none;
}
.accordion ul > li a.ui-state-default,
.accordion h3.ui-state-default {
  padding: 25px 20% 25px 0 !important;
  -webkit-border-top-left-radius: 0;
  /* explicit here for Android */
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: none;
  border-top: 1px solid #ebebeb;
}
.accordion ul > li a.ui-state-default .ui-accordion-header-icon,
.accordion h3.ui-state-default .ui-accordion-header-icon {
  top: 28px;
  top: 50%;
  right: 2%;
  left: auto;
  width: 22px;
  height: 22px;
  content: "";
  z-index: 98 !important;
  background: url("../../../images/sprites.png") 0 0 no-repeat;
  position: absolute;
}
.accordion ul > li a.ui-state-default.ui-state-active .ui-accordion-header-icon,
.accordion h3.ui-state-default.ui-state-active .ui-accordion-header-icon {
  background-position: 0 -22px;
}
.accordion .ui-accordion-content {
  padding: 0;
}

/* jQuery UI overrides */
.ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget-content .ui-state-default {
  background: none;
  border: none;
  color: inherit;
  font-weight: normal;
}

.region-content .toc {
  border: none;
  border-bottom: 1px solid #ebebeb;
  background: none;
  /* item trigger */
  /* item content */
  /* jQuery UI overrides */
  margin: 40px 0 30px 0;
  padding: 30px 0;
  border: none;
  position: relative;
  /* this looks like TOC styling */
  /*
          h2 + p + ul {
              list-style: none;
              li {
                  margin-top: 15px;
                  padding-left: 20px;
                  margin-bottom: 10px;
                  border-bottom: 1px solid $border-light-grey;
                  background: url('../../../images/bullet-grey-9x9.png') no-repeat 0 8px;
                  h3 {
                      @include h2;
                      color: $text-blue;
                      float: left;
                      display: block;
                      margin: -42px 0 0 -20px;
                      position: relative;
                  }
                  h3 + p {
                      margin-top: 55px;
                  }
              }
          }
  */
}
.region-content .toc ul:first-child > li a:first-child, .region-content .toc > h3 {
  font-size: 22px;
  font-weight: normal;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
}
.region-content .toc ul:first-child > li a:first-child.open, .region-content .toc > h3.open {
  border-bottom: none;
}
.region-content .toc ul:first-child > li a:first-child.open:after, .region-content .toc > h3.open:after {
  background-position: 0 bottom;
}
.region-content .toc ul:first-child ul,
.region-content .toc div.ui-accordion-content {
  padding: 0 0 44px;
  overflow: visible;
  position: relative;
}
.region-content .toc ul:first-child ul p,
.region-content .toc div.ui-accordion-content p {
  margin: 0 0 20px;
}
.region-content .toc.ui-widget {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.region-content .toc .ui-helper-reset {
  line-height: inherit;
}
.region-content .toc .ui-widget-content {
  background: none;
  border: none;
}
.region-content .toc ul > li a.ui-state-default,
.region-content .toc h3.ui-state-default {
  padding: 25px 20% 25px 0 !important;
  -webkit-border-top-left-radius: 0;
  /* explicit here for Android */
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: none;
  border-top: 1px solid #ebebeb;
}
.region-content .toc ul > li a.ui-state-default .ui-accordion-header-icon,
.region-content .toc h3.ui-state-default .ui-accordion-header-icon {
  top: 28px;
  top: 50%;
  right: 2%;
  left: auto;
  width: 22px;
  height: 22px;
  content: "";
  z-index: 98 !important;
  background: url("../../../images/sprites.png") 0 0 no-repeat;
  position: absolute;
}
.region-content .toc ul > li a.ui-state-default.ui-state-active .ui-accordion-header-icon,
.region-content .toc h3.ui-state-default.ui-state-active .ui-accordion-header-icon {
  background-position: 0 -22px;
}
.region-content .toc .ui-accordion-content {
  padding: 0;
}
.region-content .toc:before {
  top: 0;
  bottom: 0;
  right: 0;
  left: -4000px;
  content: "";
  background: #f5f5f5;
  z-index: -1;
  position: absolute;
}
.region-content .toc .toc-title {
  text-align: left;
  font-family: AvenirLTStd-Black, arial, sans-serif;
  font-weight: 500;
  /*margin: .75em 0;*/
  font-family: AvenirLTStd-Black, arial, sans-serif;
  font-weight: 500;
  line-height: 20px;
  color: #424242;
  xmargin: 0;
  font-size: 31px;
  line-height: 36px;
  font-weight: 400;
  padding: 0;
}
.region-content .toc ul:first-child {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: AvenirLTStd-Roman, arial, sans-serif;
  font-weight: 600;
}
.region-content .toc ul:first-child > li {
  padding: 13px 20% 15px 0 !important;
  border-bottom: 1px solid #ebebeb;
  background-image: none !important;
  z-index: 1;
  position: relative;
}
.region-content .toc ul:first-child > li > a:first-child {
  font-size: 18px;
  color: #f88920 !important;
  font-family: AvenirLTStd-Black, arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  padding: 2px 30px 0 0;
  display: inline-block;
  position: relative;
}
.region-content .toc ul:first-child > li > a:first-child:after {
  top: 5px;
  right: 0;
  width: 22px;
  height: 22px;
  background: url("../../../images/arrow-link.png") 0 0 no-repeat;
  content: "";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
}
.region-content .toc ul:first-child > li > a:first-child:hover:after {
  -webkit-border-top-left-radius: 50%;
  /* explicit here for Android */
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  xbox-shadow: 0 0 10px rgba(248, 137, 32, 0.4);
}
.region-content .toc ul:first-child > li:last-child {
  border: none;
}
.region-content .toc ul:first-child > li ul {
  color: #c2c2c1;
  font-size: 20px;
  margin: 12px 0 5px 30px !important;
  padding-bottom: 0 !important;
}
.region-content .toc ul:first-child > li ul li {
  margin-top: 10px;
  line-height: 20px;
}
.region-content .toc ul:first-child > li ul li:after {
  top: 0.7em;
  left: 3px;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #c2c2c1;
  -webkit-border-top-left-radius: 50%;
  /* explicit here for Android */
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 9px;
}
.region-content .toc ul:first-child > li ul li a {
  font-family: AvenirLTStd-Black, arial, sans-serif;
  font-weight: 500;
  font-size: 15px !important;
  text-decoration: none;
}
.region-content .toc ul:first-child > li ul li ul {
  list-style-type: circle !important;
  margin: 0 0 5px 0 !important;
  padding: 0 0 0 6px !important;
}
.region-content .toc ul:first-child > li ul li ul li {
  background-image: none !important;
  xpadding: 0 !important;
}
@media screen and (max-width: 40em) {
  .region-content .toc ul:first-child > li ul {
    padding-left: 10px;
    padding-top: 0;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 40em) {
  .region-content .toc {
    margin: 40px 0 30px 0;
    padding: 30px 0 !important;
  }
  .region-content .toc ul:first-child > li {
    padding: 10px 0 15px 0;
  }
  .region-content .toc ul:first-child > li ul {
    padding-left: 25px;
    padding-top: 0;
  }
  .region-content .toc ul:first-child > li > a:first-child {
    margin: 0;
    line-height: 22px;
  }
}

.toc-list li:before {
  display: none !important;
}

.toc-back-to-top {
  padding: 8px 30px 8px 0;
  overflow: hidden;
  /* this hides the arrow icon if TOC module renders the 'Back to Top' link with no text. */
  background-image: none;
  display: block;
  font-style: normal;
  text-align: left;
}
.toc-back-to-top a {
  margin: 10px 8px 10px 0;
  font-family: AvenirLTStd-Medium, arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #f88920;
  text-align: left;
  text-decoration: none;
  border-bottom: none;
  position: relative;
  display: inline-block;
}
.toc-back-to-top a:hover {
  color: #f88920;
}
.toc-back-to-top a:hover:after {
  -webkit-border-top-left-radius: 50%;
  /* explicit here for Android */
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  xbox-shadow: 0 0 10px rgba(248, 137, 32, 0.4);
}
.toc-back-to-top a:after {
  width: 22px;
  height: 23px;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  content: "";
  display: table-cell;
  background: url("../../../images/sprites.png") -22px 0 no-repeat;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: -30px;
}

a.back-to-top {
  margin: 10px 8px 10px 0;
  font-family: AvenirLTStd-Medium, arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #f88920;
  text-align: left;
  text-decoration: none;
  border-bottom: none;
  position: relative;
}
a.back-to-top:hover {
  color: #f88920;
}
a.back-to-top:hover:after {
  -webkit-border-top-left-radius: 50%;
  /* explicit here for Android */
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  xbox-shadow: 0 0 10px rgba(248, 137, 32, 0.4);
}
a.back-to-top:after {
  width: 22px;
  height: 23px;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  content: "";
  display: table-cell;
  background: url("../../../images/sprites.png") -22px 0 no-repeat;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: -30px;
}

#sources tr td:first-child,
#sources tr th:first-child {
  width: 55vw;
}

#sources a.source-reference {
  font-weight: 400;
  text-decoration: none;
  border-bottom: none;
  transition: none;
  word-break: break-word;
}
#sources a.source-reference:hover {
  color: inherit;
}

#content-area .links {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content-area .links li {
  margin: 0;
  padding: 0;
  background: none;
}
#content-area .links li:before {
  display: none;
}
#content-area .links li:before {
  margin: 8px 8px 0 0;
}
#content-area .links li:before:before {
  display: none;
}

.item-list ul.pager {
  font-family: AvenirLTStd-Black, arial, sans-serif;
  font-weight: 500;
  font-siwe: 14px;
  padding: 30px 0 20px !important;
  text-align: left !important;
}
.item-list ul.pager::after {
  clear: both;
  content: "";
  display: table;
}
.item-list ul.pager li {
  margin: 0;
  padding: 0;
  color: #373737;
  text-align: center;
  display: inline-block !important;
}
.item-list ul.pager li:before {
  display: none;
}
.item-list ul.pager li ul li:before {
  display: block;
}
.item-list ul.pager li.pager-current {
  font-family: AvenirLTStd-Black, arial, sans-serif;
  font-weight: 500;
  color: #000;
  padding: 0 12px;
}
.item-list ul.pager li a {
  padding: 0 12px;
  height: 100%;
  display: block;
  color: #373737;
  border-bottom: none;
}
.item-list ul.pager li a:hover {
  color: #669bb5;
}

.footnote-block {
  margin-top: 50px;
  color: #424242;
  font-family: Adelle-Regular, "Courier New", monospace;
}
.footnote-block a {
  color: #000;
  font-weight: normal;
}
.footnote-block .footnote,
.footnote-block .footnote p,
.footnote-block .footnote tr,
.footnote-block .footnote tr a {
  font-size: 11px;
  line-height: 20px;
}
.footnote-block p {
  margin: 0 0 16px 0;
}
.footnote-block .show-hide {
  font-family: AvenirLTStd-Medium, arial, sans-serif;
  font-weight: 600;
  padding: 0 2px 5px 0;
  margin-bottom: 20px;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  position: relative;
  /* hide the errant TOC index number. */
}
.footnote-block .show-hide:before {
  content: " ";
  width: auto;
  top: auto;
  bottom: -2px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #f1f1f1;
  display: block;
  position: absolute;
}
.footnote-block .show-hide:after {
  width: 6px;
  display: inline-block;
  text-align: center;
  bottom: 0;
  content: "+";
  font-size: 10px;
  margin: 0 0 0 7px;
  position: relative;
}
.footnote-block .show-hide.ui-state-active:after {
  content: "-";
  padding-bottom: 1px;
}
.footnote-block .show-hide span.ui-icon {
  display: none;
}
.footnote-block .show-hide .expand {
  display: inline;
}
.footnote-block .show-hide .collapse {
  display: none;
}
.footnote-block .show-hide.ui-state-active .expand {
  display: none;
}
.footnote-block .show-hide.ui-state-active .collapse {
  display: inline;
}
.footnote-block ul.footnotes {
  border: none;
  list-style: none;
  color: #373737;
  margin-top: 0;
  padding: 4px 0 0;
  overflow: visible;
  xoverflow: hidden !important;
}
.footnote-block ul.footnotes > li {
  padding-left: 30px;
}
.footnote-block ul.footnotes > li:before {
  display: none;
}
.footnote-block ul.footnotes > li > ul {
  margin-left: -10px;
}
.footnote-block ul.footnotes > li ul,
.footnote-block ul.footnotes > li ol {
  margin-top: 14px;
  margin-bottom: 14px;
  padding-left: 0;
}
.footnote-block ul.footnotes > li ul li:before {
  top: 0.7em;
  left: 3px;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #c2c2c1;
  -webkit-border-top-left-radius: 50%;
  /* explicit here for Android */
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 1.1em;
  left: 10px;
  width: 3px;
  height: 3px;
  background-color: #373737;
  top: 0.75em;
}
.footnote-block ul.footnotes > li ol li {
  list-style-type: decimal !important;
  margin-left: 24px;
  padding-left: 0;
}
.footnote-block ul.footnotes > li ol li:before {
  display: none;
}
.footnote-block ul.footnotes > li .footnote-label {
  font-family: Adelle-Bold, "Courier New", monospace;
  border-bottom: none;
  line-height: 1.5675em;
}
.footnote-block ul.footnotes li {
  line-height: 1.4em;
}
.footnote-block ul.footnotes p,
.footnote-block ul.footnotes ul,
.footnote-block ul.footnotes li {
  font-size: 11px;
  line-height: 20px;
  margin: 0 0 16px;
}
@media screen and (max-width: 40em) {
  .footnote-block {
    padding: 0 14px;
  }
  .footnote-block .show-hide {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }
  .footnote-block ul.footnotes {
    padding: 10px 0;
  }
  .footnote-block ul.footnotes li {
    padding-left: 20px;
  }
}

a.see-footnote {
  font-family: Adelle-Regular, "Courier New", monospace;
  font-size: 11px;
  color: #669bb5;
  border-bottom: none;
  top: -4px;
  padding: 0 1px;
  margin: 0;
}
a.see-footnote:target {
  border-color: transparent;
}

/* ORANGE ARROW LINK */
a.arrow-link {
  padding-right: 40px;
  top: 50%;
  right: 0;
  border-bottom: none;
  position: relative;
}

a.arrow-link:after {
  width: 22px;
  height: 23px;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  content: "";
  display: table-cell;
  background: url("../../../images/sprites.png") -22px 0 no-repeat;
  position: absolute;
  width: 21px;
}

a.arrow-link:hover:after {
  -webkit-border-top-left-radius: 50%;
  /* explicit here for Android */
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  xbox-shadow: 0 0 10px rgba(248, 137, 32, 0.4);
}

.validator-field-error {
  border: 1px solid #669bb5 !important;
  -webkit-box-shadow: inset 0 0 2px #669bb5 !important;
  -moz-box-shadow: inset 0 0 2px #669bb5 !important;
  box-shadow: inset 0 0 2px #669bb5 !important;
  -webkit-transition: 0.1s ease-in-out 0.6s !important;
  transition: 0.1s ease-in-out 0.6s !important;
}

.arrow-box {
  display: flex;
  align-items: center;
  height: 140px;
  margin: 0 0 20px;
  padding: 0;
  border: 1px solid #ebebeb;
  background: #fbf9f7 url("../../../images/hex-tesselation-lt-grey-214x180.png");
  position: relative;
  /* to prevent the arrow wrapping to next line the text for sci must be adjusted for iPad */
}
.arrow-box a {
  font-weight: normal !important;
  width: 100%;
  height: 100%;
  color: #666;
  text-decoration: none;
  border-bottom: none;
  overflow: hidden;
  display: block;
  position: relative;
}
.arrow-box a:after {
  float: right;
}
.arrow-box a:hover {
  color: #666;
  text-decoration: none;
  border-bottom: none;
}
.arrow-box a:after {
  width: 40px;
  height: 23px;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  content: "";
  display: table-cell;
  background: url("../../../images/arrow.png") 0 0 no-repeat;
  position: absolute;
}
.arrow-box br:first-child {
  display: none;
}
.arrow-box h3 {
  font-family: AvenirLTStd-Black, arial, sans-serif;
  font-weight: 500;
  max-width: 100%;
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  z-index: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.arrow-box h3:last-child {
  margin-bottom: 0;
}
.arrow-box p {
  font-family: AvenirLTStd-Roman, arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px !important;
  margin: 14px 18px 0 0;
  color: #999;
}
.arrow-box p:empty {
  display: none;
}
.arrow-box h3 + p {
  margin-top: 0;
}
.arrow-box.map a {
  padding-top: 35px;
  padding-bottom: 35px;
}
.arrow-box.map img {
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
  right: 50px;
}
@media screen and (max-width: 40em) {
  .arrow-box a {
    color: #222;
    font-size: 18px;
    line-height: 24px;
    min-height: 80px;
    display: flex;
    align-items: center;
  }
  .arrow-box h3 {
    font-size: 22px;
    line-height: 26px;
    font-size: 20px;
    vertical-align: middle;
    display: table;
  }
  .arrow-box p {
    font-size: 16px;
    line-height: 20px;
    margin-right: 0;
    color: #424242;
    color: #999;
  }
  .arrow-box img.map {
    right: 40px;
  }
}
@media (max-width: 860px) and (min-width: 740px) {
  .arrow-box a.sci {
    max-width: 85%;
  }
}

.arrow-link-text {
  padding: 0 0 0 10%;
  min-width: 90%;
}
@media screen and (max-width: 40em) {
  .arrow-link-text {
    padding: 5%;
  }
}

.address {
  font-family: AvenirLTStd-Roman, arial, sans-serif;
  font-weight: 600;
  font-weight: 600;
  color: #6d6a5e;
  font-size: 15px;
}

/* TOOLKIT STYLES FOR EDITORS */
.grid {
  padding: 0 10px;
}
@media screen and (max-width: 40em) {
  .grid {
    padding: 0 14px;
  }
}
.grid .col-wide {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 100%;
}
.grid .col-wide:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid .col-wide {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.grid .col-full {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 82.9787234043%;
}
.grid .col-full:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid .col-full {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.grid .col-full-aside {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 65.9574468085%;
}
.grid .col-full-aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid .col-full-aside {
    margin-left: 0%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.grid .col-main {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 57.4468085106%;
}
.grid .col-main:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid .col-main {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.grid .col-half {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 48.9361702128%;
  padding-right: 4.255319149%;
}
.grid .col-half:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid .col-half {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }
}
.grid .col-aside {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 31.914893617%;
  margin-left: 8.5106382979%;
}
.grid .col-aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid .col-aside {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%;
  }
}
.grid .col-third {
  float: left;
  display: block;
  margin-right: 2.8571428571%;
  width: 31.4285714286%;
  padding-right: 8.5106382979%;
}
.grid .col-third:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid .col-third {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }
}
.grid .col-thin-aside {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 14.8936170213%;
  padding-right: 8.5106382979%;
}
.grid .col-thin-aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid .col-thin-aside {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }
}
.grid .col-header {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 65.9574468085%;
}
.grid .col-header:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid .col-header {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.grid .col-header-aside {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 14.8936170213%;
  margin-left: 0%;
  padding-right: 8.5106382979%;
}
.grid .col-header-aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid .col-header-aside {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }
}

.grid-narrow {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 82.9787234043%;
  margin-left: 8.5106382979%;
}
@media screen and (max-width: 40em) {
  .grid-narrow {
    padding: 0 14px;
  }
}
.grid-narrow:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%;
  }
}
.grid-narrow .col-max {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 100%;
}
.grid-narrow .col-max:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow .col-max {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.grid-narrow .col-full {
  margin-left: 10.2564102564%;
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 79.4871794872%;
}
.grid-narrow .col-full:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow .col-full {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%;
  }
}
.grid-narrow .col-main {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 48.7179487179%;
}
.grid-narrow .col-main:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow .col-main {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.grid-narrow .col-aside {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 38.4615384615%;
  margin-left: 10.2564102564%;
}
.grid-narrow .col-aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow .col-aside {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%;
  }
}
.grid-narrow .col-half {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 48.7179487179%;
  margin-bottom: 20px;
}
.grid-narrow .col-half:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow .col-half {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%;
  }
}

.row::after {
  clear: both;
  content: "";
  display: table;
}

.column {
  /* padding top and bottom */
  padding: 50px 0;
}

.col-max-narrow {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 100%;
}
.col-max-narrow:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .col-max-narrow {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.col-full-narrow {
  margin-left: 10.2564102564%;
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 79.4871794872%;
}
.col-full-narrow:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .col-full-narrow {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%;
  }
}

.col-main-narrow {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 48.7179487179%;
}
.col-main-narrow:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .col-main-narrow {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.col-aside-narrow {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 38.4615384615%;
  margin-left: 10.2564102564%;
}
.col-aside-narrow:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .col-aside-narrow {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%;
  }
}

.col-half-narrow {
  float: left;
  display: block;
  margin-right: 2.5641025641%;
  width: 48.7179487179%;
  margin-bottom: 20px;
}
.col-half-narrow:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .col-half-narrow {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%;
  }
}

.button {
  font-family: AvenirLTStd-Medium, arial, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 15px 5px;
  display: inline-block;
  border: none;
  color: #fff;
  text-decoration: none;
  background: #f88920;
  width: auto;
}
.button:hover, .button:active, .button:focus {
  color: #fff !important;
}
@media screen and (max-width: 40em) {
  .button {
    font-size: 13px;
    padding: 8px 20px;
  }
}

.field--name-body .button {
  min-width: 140px;
}

.button-sm {
  font-family: AvenirLTStd-Medium, arial, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 15px 5px;
  display: inline-block;
  border: none;
  color: #fff;
  text-decoration: none;
  background: #f88920;
  width: auto;
  padding: 2px 16px 0;
}
.button-sm:hover, .button-sm:active, .button-sm:focus {
  color: #fff !important;
}
@media screen and (max-width: 40em) {
  .button-sm {
    font-size: 13px;
    padding: 8px 20px;
  }
}

.button-lg {
  font-family: AvenirLTStd-Medium, arial, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 15px 5px;
  display: inline-block;
  border: none;
  color: #fff;
  text-decoration: none;
  background: #f88920;
  width: auto;
  font-family: AvenirLTStd-Medium, arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 20px 8px;
}
.button-lg:hover, .button-lg:active, .button-lg:focus {
  color: #fff !important;
}
@media screen and (max-width: 40em) {
  .button-lg {
    font-size: 13px;
    padding: 8px 20px;
  }
}

.button-lg-secondary {
  font-family: AvenirLTStd-Medium, arial, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 15px 5px;
  display: inline-block;
  border: none;
  color: #fff;
  text-decoration: none;
  background: #f88920;
  width: auto;
  font-family: AvenirLTStd-Medium, arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 20px 8px;
  font-family: AvenirLTStd-Roman, arial, sans-serif;
  font-weight: 600;
  padding: 3px 20px 2px;
  font-size: 9px;
  background: #f88920;
}
.button-lg-secondary:hover, .button-lg-secondary:active, .button-lg-secondary:focus {
  color: #fff !important;
}
@media screen and (max-width: 40em) {
  .button-lg-secondary {
    font-size: 13px;
    padding: 8px 20px;
  }
}

.button-lg-wide {
  font-family: AvenirLTStd-Medium, arial, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 15px 5px;
  display: inline-block;
  border: none;
  color: #fff;
  text-decoration: none;
  background: #f88920;
  width: auto;
  font-family: AvenirLTStd-Medium, arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 20px 8px;
  width: 170px;
}
.button-lg-wide:hover, .button-lg-wide:active, .button-lg-wide:focus {
  color: #fff !important;
}
@media screen and (max-width: 40em) {
  .button-lg-wide {
    font-size: 13px;
    padding: 8px 20px;
  }
}

.messages {
  position: absolute;
  z-index: 9999;
}

.messages.error {
  display: none;
}

#skip a:link,
#skip a:hover,
#skip a:visited {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#skip a:active,
#skip a:focus {
  position: static;
  width: auto;
  height: auto;
}

h2.element-invisible,
label.element-invisible {
  display: none !important;
}

.dk-select {
  color: #669bb5;
  background: #fff;
  position: relative;
  border: 1px solid #d6d6ca;
  height: 38px;
  line-height: 36px;
  width: 100%;
  cursor: pointer;
}
.dk-select:after {
  right: 10px;
  top: 40%;
  border-top: 8px solid #669bb5;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  display: block;
  position: absolute;
}
.dk-select + select {
  display: none;
}
.dk-select .dk-selected {
  padding: 0 10px;
  outline: none;
}
.dk-select .dk-select-options {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #f1f1f1;
  display: none;
  list-style: outside none none;
  margin-top: -1px;
  margin-bottom: 0;
  position: absolute;
  padding: 0;
  top: 100%;
  width: 100%;
  z-index: 100;
}
.dk-select .dk-select-options li {
  margin: 0;
  padding: 0;
  background: none;
}
.dk-select .dk-select-options li:before {
  display: none;
}
.dk-select .dk-select-options li {
  padding: 0 10px;
  margin: 0 !important;
}
.dk-select .dk-select-options li:hover {
  background: #F4CF73;
  color: #fff;
}
.dk-select.dk-select-open-down .dk-select-options {
  display: block;
}
.dk-select.dk-select-open-down:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dk-select + select {
  display: none;
}
.dk-select.error {
  background: none;
  border-color: #f1f1f1;
}
@media screen and (max-width: 40em) {
  .dk-select {
    height: 28px;
    line-height: 30px;
  }
}

/* multiselect */
.ui-multiselect {
  font: 14px/28px AvenirLTStd-Medium, arial, sans-serif;
  color: #424242;
  background: #bkgd-white;
  border: 1px solid #d6d6ca;
  -webkit-border-top-left-radius: 0;
  /* explicit here for Android */
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 56px 5px 18px;
  text-align: left;
  z-index: 2;
  position: relative;
}
.ui-multiselect .ui-icon {
  display: none !important;
}
.ui-multiselect span + span {
  width: 100%;
  height: 24px;
  overflow: hidden;
  display: block;
  position: relative;
}
.ui-multiselect:after {
  top: 50%;
  width: 22px;
  height: 22px;
  margin: -10px 0 0;
  right: 13px;
  display: block;
  content: "";
  z-index: 2;
  position: absolute;
  background: url(../../../images/sprites.png) no-repeat -150px 0;
}
@media screen and (max-width: 40em) {
  .ui-multiselect:after {
    right: 14px;
    top: 20px;
  }
}
.ui-multiselect.ui-state-active:after {
  background-position: -150px -24px;
}
.ui-multiselect:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 50px;
  width: 1px;
  background: #ebebeb;
  z-index: 2;
  position: absolute;
}
@media screen and (max-width: 40em) {
  .ui-multiselect {
    width: 100% !important;
    padding: 7px 56px 6px 10px;
  }
}

.ui-multiselect-menu.ui-widget {
  font: 14px/18px AvenirLTStd-Black, arial, sans-serif;
  color: #669bb5;
  top: 100%;
  margin: 0 auto 0;
  background: #fff;
  border: 1px solid #d6d6ca;
  border-top: none;
  -webkit-border-top-left-radius: 0;
  /* explicit here for Android */
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: none;
  z-index: 2;
  position: absolute;
}
.ui-multiselect-menu.ui-widget .ui-corner-all {
  -webkit-border-top-left-radius: 0;
  /* explicit here for Android */
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-multiselect-menu.ui-widget .ui-widget-header {
  position: relative;
  border: none;
  background: transparent;
  color: inherit;
  font-weight: inherit;
}
.ui-multiselect-menu.ui-widget .ui-widget-header li {
  padding: 5px 0;
  height: 100%;
}
.ui-multiselect-menu.ui-widget .ui-widget-header li:nth-child(1) .ui-multiselect-all {
  width: 100%;
  height: 100%;
}
.ui-multiselect-menu.ui-widget .ui-widget-header li:nth-child(1) .ui-multiselect-all .ui-icon {
  display: none;
}
.ui-multiselect-menu.ui-widget .ui-widget-header li:nth-child(1) a:hover {
  text-decoration: underline;
}
.ui-multiselect-menu.ui-widget .ui-widget-header li:nth-child(2) {
  top: 0;
  right: 0;
  position: absolute;
}
.ui-multiselect-menu.ui-widget .ui-widget-header li:nth-child(2) .ui-multiselect-none span {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
.ui-multiselect-menu.ui-widget .ui-widget-header li:nth-child(3) {
  display: none;
}
.ui-multiselect-menu.ui-widget .ui-widget-header .ui-icon-closethick {
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0;
  background: url(../../../images/sprites.png) no-repeat -84px -36px;
  position: absolute;
}
@media screen and (max-width: 40em) {
  .ui-multiselect-menu.ui-widget .ui-widget-header {
    width: 100% !important;
  }
}
.ui-multiselect-menu.ui-widget a {
  border-bottom: none;
}
.ui-multiselect-menu.ui-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-padding-start: 0;
}
.ui-multiselect-menu.ui-widget li {
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
}
.ui-multiselect-menu.ui-widget li label {
  cursor: pointer;
  font: 14px/18px AvenirLTStd-Black, arial, sans-serif;
  text-transform: none;
  margin: 0;
  padding: 6px 20px 5px 34px;
  -webkit-border-top-left-radius: 0;
  /* explicit here for Android */
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  display: block;
  background: #fff;
}
.ui-multiselect-menu.ui-widget li label:hover, .ui-multiselect-menu.ui-widget li label.ui-state-hover {
  background: transparent;
  font-weight: inherit;
  color: inherit;
}
@media screen and (max-width: 40em) {
  .ui-multiselect-menu.ui-widget li label {
    padding: 6px 10px 5px 34px;
  }
}
.ui-multiselect-menu.ui-widget li span {
  padding-left: 7px;
}
.ui-multiselect-menu.ui-widget li input[type=checkbox] {
  outline: none;
  top: 1px;
  position: relative;
  display: none;
}
.ui-multiselect-menu.ui-widget li input[type=checkbox] + span:before {
  width: 14px;
  height: 14px;
  margin: 0 8px 0 -22px;
  background: #fff;
  border: 1px solid #d6d6ca;
  vertical-align: middle;
  content: "";
  display: inline-block;
}
.ui-multiselect-menu.ui-widget li input[type=checkbox]:checked + span:before {
  background: url(../../../images/sprites.png) no-repeat -82px -18px;
}
.ui-multiselect-menu.ui-widget li:before {
  display: none;
}
.ui-multiselect-menu.ui-widget .ui-helper-reset li {
  font-size: inherit;
}
@media screen and (max-width: 40em) {
  .ui-multiselect-menu.ui-widget .ui-helper-reset li {
    padding: 6px 10px 5px;
  }
}
.ui-multiselect-menu.ui-widget .ui-helper-reset li a {
  color: #424242;
  display: block;
  padding: 2px 20px;
  border-bottom: none;
}
@media screen and (max-width: 40em) {
  .ui-multiselect-menu.ui-widget .ui-helper-reset li a {
    padding: 0 10px;
  }
}
.ui-multiselect-menu.ui-widget .ui-helper-reset li a span {
  padding-left: 0;
}
.ui-multiselect-menu.ui-widget .ui-multiselect-checkboxes li {
  padding: 0;
}
.ui-multiselect-menu.ui-widget .ui-multiselect-close {
  display: none;
}

#gw-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(200, 200, 200, 0.9);
  z-index: 10000;
  display: none;
  position: fixed;
}
#gw-overlay .img {
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  position: relative;
}
#gw-overlay .img img {
  width: 100%;
  max-width: 92%;
  margin: 50px auto;
}
#gw-overlay .close {
  font-family: AvenirLTStd-Medium, arial, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 15px 5px;
  display: inline-block;
  border: none;
  color: #fff;
  text-decoration: none;
  background: #f88920;
  width: auto;
  font-family: AvenirLTStd-Medium, arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 20px 8px;
  background: #f1f1f1;
  top: 30px;
  right: 4%;
  margin: 0 -18px 0 0 !important;
  padding: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  position: absolute;
}
#gw-overlay .close:hover, #gw-overlay .close:active, #gw-overlay .close:focus {
  color: #fff !important;
}
@media screen and (max-width: 40em) {
  #gw-overlay .close {
    font-size: 13px;
    padding: 8px 20px;
  }
}
#gw-overlay .close:before {
  top: 10px;
  left: 10px;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../../../images/sprites.png") -160px -20px no-repeat;
  position: absolute;
}
@media screen and (max-width: 40em) {
  #gw-overlay .img {
    top: 50px;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 1;
  }
  #gw-overlay .img img {
    max-width: 96%;
    max-height: 96%;
    margin: 0 auto;
  }
  #gw-overlay .close {
    display: none;
  }
}

.scroll-box {
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.scroll-box table {
  margin: 0 !important;
}
.scroll-box-label {
  font-family: AvenirLTStd-Medium, arial, sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #999;
}

/* hr#standout {
    border: 1px solid gray;
    height: 1px;
    padding: 0;
}
*/
#edit-section > a {
  float: right;
}

#edit-section {
  float: right;
  width: 100%;
  margin-bottom: 10px;
}

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