@charset "UTF-8";
/*!* Common colors and constants* ===========================** Text sizing* -----------* Body copy: 16px* Line height / baseline grid: 24px* H6: 22px* H5: 26px* H4: 30px* H3: 38px* H2: 50px* H1: 60px* Small or secondary: 16px, 15px** Text colors* -----------* Copy: #010000* Titles: #010000** Theme colors* ------------* Primary: #002242* Tint: #556c81* Shade: #00162c* Accent: #5a0d1a* Tint: #915e67* Shade: #3c0811* Action: #0d5e71* Tint: #5e94a1* Shade: #083e4b** Other colors* ------------* Page background: #ffffff* Light wash: #f1f1f1* Mid wash: #d4d4d4* Dark wash: #222222* Warnings: #c60e00** Measurements* ------------* Maximum page width: 1080px** Breakpoints* -----------* Small: 480px* Medium: 768px* Large: 960px* Widescreen: 1176px*/
/*! ---------- =reset ---------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
ul {
  list-style: disc;
}
blockquote,q {
  quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}
img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}
audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],template {
  display: none;
}
a:active,a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin: 48px 0;
  border-bottom: 1px solid #d4d4d4;
}
pre {
  overflow: auto;
}
code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,select {
  text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="submit"].exchange {
  margin-top: 28px;
  width: 150px !important;
  min-width: 0;
}
button[disabled],html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}

.interior-layout__main input, .interior-layout__main select, .interior-layout__main textarea {
  margin-bottom: 24px !important;
}

input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.sf-fieldWrp input[type="radio"]:first-child,  .sf-fieldWrp input[type="checkbox"]:first-child {
   margin-top: 18px; 
}

.sf-fieldWrp input[type="radio"],   .sf-fieldWrp input[type="checkbox"] {
   margin-bottom: 7px !important; 
}

.sf-fieldWrp.sf-Checkboxes, .sf-fieldWrp.sf-RadioButtons {
  margin-top: 24px;
  margin-bottom: 24px;
}

.sf-fieldWrp> p
{
  color:#c60e00;
}

/*! ---------- =typography ---------- */
body {
  font: 16px/24px "Lato", Helvetica, Arial, sans-serif;
  color: #010000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
p,ol,ul,h1,h2,h3,h4,h5,h6 {
  margin-bottom: 24px;
}
p:last-child,ol:last-child,ul:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child {
  margin-bottom: 0;
}
p,ol,ul {
  orphans: 2;
  widows: 2;
}
ol,ul {
  margin-left: 2em;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #010000;
  font-weight: 400;
}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
  display: block;
}
h1 {
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
h2 {
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
h3 {
  font-size: 38px;
  line-height: 48px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
h4 {
  font-size: 30px;
  line-height: 36px;
}
h5 {
  font-size: 26px;
  line-height: 36px;
}
h6 {
  font-size: 22px;
  line-height: 24px;
}
.text-size {
  font-size: 16px;
  line-height: 24px;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.note {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  opacity: 0.8;
}
pre + .note,input + .note,textarea + .note {
  margin-top: -12px;
}
.highlight {
  color: #5a0d1a;
}
.warn {
  color: #c60e00;
}
.type-family-sample {
  font-size: 38px;
  line-height: 36px;
}
/*! ---------- =common =components ---------- */
a {
  text-decoration: none;
  color: #002242;
}
.interior-layout a {
  font-weight: bold;
}
a:hover,a:focus {
  color: #5a0d1a;
}
a,button {
  transition: color 0.15s ease-out,background-color 0.15s ease-out,border 0.15s ease-out,box-shadow 0.15s ease-out,opacity 0.15s ease-out;
}
.more {
  display: inline-block;
  font-weight: 700;
}
.more .fa-arrow-right {
  margin-left: 0.3em;
  transition: transform 0.15s ease-out;
}
.more:hover .fa-arrow-right,.more:focus .fa-arrow-right {
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em);
}
.img-left,.img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 12px;
}
.img-left img,.img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 12px;
}
.img-right {
  float: right;
  margin-left: 12px;
}
figure {
  display: block;
  margin-bottom: 24px;
  border: 1px solid #f1f1f1;
  padding: 6px;
}
figcaption {
  display: block;
  padding: 6px 0;
  font-size: 15px;
  opacity: 0.8;
}
dl:not(:last-child) {
  margin-bottom: 24px;
}
dt {
  float: left;
  clear: left;
  margin-right: 18px;
  font-weight: 700;
}
dt ~ dt {
  margin-top: 12px;
}
dd {
  display: block;
  overflow: hidden;
}
dd ~ dd {
  margin-top: 12px;
}
.to-screen-edges,.content > .page-bounds > .hero,.content > .hero__content > .hero,.page-header__content > .header-utility,.page-bounds > .feature,.page-bounds > .i-want-to {
  width: auto !important;
  margin-left: -24px;
  margin-right: -24px;
}
.to-screen-edges__content {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .to-screen-edges,.content > .page-bounds > .hero,.content > .hero__content > .hero,.page-header__content > .header-utility,.page-bounds > .feature,.page-bounds > .i-want-to {
    margin-left: -48px;
    margin-right: -48px;
  }
  .to-screen-edges__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1176px) {
  .to-screen-edges,.content > .page-bounds > .hero,.content > .hero__content > .hero,.page-header__content > .header-utility,.page-bounds > .feature,.page-bounds > .i-want-to {
    margin-left: calc(-50vw + (1080px / 2));
    margin-right: calc(-50vw + (1080px / 2));
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - (1080px / 2));
    padding-right: calc(50vw - (1080px / 2));
  }
}
@media (min-width: 960px) {
  .horizontal-scroll {
    margin-left: calc(-47vw + (900px / 2));
    margin-right: calc(-47vw + (900px / 2));
    max-width: 900px;
  }
}
@media (min-width: 1000px) {
  .horizontal-scroll {
    margin-left: calc(-40vw + (900px / 2));
    margin-right: calc(-40vw + (900px / 2));
    max-width: 900px;
    float: none;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .horizontal-scroll {
    /* margin-left: calc(-45vw + (1103px / 2));
    margin-right: calc(-57vw + (1103px / 2)); */
    max-width: 1103px;
    border: none;
  }
}
@media (min-width: 1350px) {
  .horizontal-scroll {
    margin-left: calc(-37vw + (1103px / 2));
    margin-right: calc(-58vw + (1103px / 2));
    max-width: 1103px;
  }
}
@media (min-width: 1500px) {
  .horizontal-scroll {
    /* margin-left: calc(-56vw + (1420px / 2));
    margin-right: calc(-57vw + (1420px / 2)); */
    margin-left: auto;
    margin-right: auto;
    max-width: 1420px;
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .horizontal-scroll {
  /*  margin-left: calc(-57vw + (1504px / 2));
    margin-right: calc(-55vw + (1504px / 2)); */
    margin-left: auto;
    margin-right: auto;
    max-width: 1504px;
    text-align: center;
  }
}
@media (min-width: 1800px) {
  .horizontal-scroll {
    /* margin-left: calc(-47vw + (1404px / 2));
    margin-right: calc(-55vw + (1404px / 2)); */
    margin-left: auto;
    margin-right: auto;
    max-width: 1404px;
    text-align: center;
  }
}
.pull-quote {
  padding: 24px 0;
  margin: 24px 0;
  border: solid #3c0811;
  border-width: 2px 0;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
}
.pull-quote__attribution {
  display: block;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: '– ';
}
p + .pull-quote__attribution {
  margin-top: -18px;
}
@media (min-width: 480px) {
  .pull-quote--left,.pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 24px;
    padding: 0 24px 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 24px;
  }
}
.content-box {
  padding: 24px;
  /* border: 2px solid #00162c;
  */
  background: #FFF;
  color:#010000;
  
}
.content-box:not(:last-child) {
  margin-bottom: 24px;
}
.content-box h1,.content-box h2,.content-box h3,.content-box h4,.content-box h5,.content-box h6 {
  color: #010000;
}

.content-box--standard {
  background:#5a0d1a;
  color: #fff;
}

.content-box--standard h3
{
color: #fff;
}

.content-box--highlight {
  background:#5a0d1a;
  color: #fff;
}
.content-box--highlight h1,.content-box--highlight h2,.content-box--highlight h3,.content-box--highlight h4,.content-box--highlight h5,.content-box--highlight h6 {
  color: #fff;
}
.content-box--action {
  background: #0d5e71;
  color: #fff;
}
.content-box--action h1,.content-box--action h2,.content-box--action h3,.content-box--action h4,.content-box--action h5,.content-box--action h6 {
  color: #fff;
}
.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6px;
  margin-top: 12px;
  border-top: 1px dashed #d4d4d4;
  text-align: left;
  color: #5a0d1a;
  font-weight: 700;
  font-size: 16px;
}
.margin + .truncator-expand {
  margin-top: -12px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 24px;
}
.item-list + .truncator-expand,.margin-large + .truncator-expand {
  margin-top: -36px;
}
.item-list + .truncator-expand:not(:last-child),.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 48px;
}
.color-spec {
  overflow: hidden;
  border: 1px solid #d4d4d4;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 24px 18px;
  font-size: 16px;
}
.color-spec__title {
  font-size: 22px;
  margin-bottom: 12px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 12px;
}
.color-spec__role {
  font-style: italic;
  opacity: 0.65;
}
.js .toggle-target:not(.is-active) {
  display: none;
}
.screenreaders-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.group:after,dl:after,.side-label:after,.page-header:after,.interior-layout:after,.item-list__item:after,.horizontal-scroll__wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/*! common spacing classes */

.spacer {
  height: 24px;
}
.spacer--tiny {
  height: 6px;
}
.spacer--small {
  height: 12px;
}
.spacer--large {
  height: 48px;
}
.spacer--huge {
  height: 72px;
}

.space-t-6 {
  margin-top: 72px;
}
.space-t-5 {
  margin-top: 48px;
}
.space-t-4 {
  margin-top: 36px;
}
.space-t-3 {
  margin-top: 24px;
}
.space-t-2 {
  margin-top: 12px;
}
.space-t-1 {
  margin-top: 6px;
}
.space-t-0 {
  margin-top: 0;
}
.pad-t-6 {
  padding-top: 72px;
}
.pad-t-5 {
  padding-top: 48px;
}
.pad-t-4 {
  padding-top: 36px;
}
.pad-t-3 {
  padding-top: 24px;
}
.pad-t-2 {
  padding-top: 12px;
}
.pad-t-1 {
  padding-top: 6px;
}
.pad-t-0 {
  padding-top: 0;
}
.space-r-6 {
  margin-right: 72px;
}
.space-r-5 {
  margin-right: 48px;
}
.space-r-4 {
  margin-right: 36px;
}
.space-r-3 {
  margin-right: 24px;
}
.space-r-2 {
  margin-right: 12px;
}
.space-r-1 {
  margin-right: 6px;
}
.space-r-0 {
  margin-right: 0;
}
.pad-r-6 {
  padding-right: 72px;
}
.pad-r-5 {
  padding-right: 48px;
}
.pad-r-4 {
  padding-right: 36px;
}
.pad-r-3 {
  padding-right: 24px;
}
.pad-r-2 {
  padding-right: 12px;
}
.pad-r-1 {
  padding-right: 6px;
}
.pad-r-0 {
  padding-right: 0;
}
.space-b-6 {
  margin-bottom: 72px;
}
.space-b-5 {
  margin-bottom: 48px;
}
.space-b-4 {
  margin-bottom: 36px;
}
.space-b-3 {
  margin-bottom: 24px;
}
.space-b-2 {
  margin-bottom: 12px;
}
.space-b-1 {
  margin-bottom: 6px;
}
.space-b-0 {
  margin-bottom: 0;
}
.pad-b-6 {
  padding-bottom: 72px;
}
.pad-b-5 {
  padding-bottom: 48px;
}
.pad-b-4 {
  padding-bottom: 36px;
}
.pad-b-3 {
  padding-bottom: 24px;
}
.pad-b-2 {
  padding-bottom: 12px;
}
.pad-b-1 {
  padding-bottom: 6px;
}
.pad-b-0 {
  padding-bottom: 0;
}
.space-l-6 {
  margin-left: 72px;
}
.space-l-5 {
  margin-left: 48px;
}
.space-l-4 {
  margin-left: 36px;
}
.space-l-3 {
  margin-left: 24px;
}
.space-l-2 {
  margin-left: 12px;
}
.space-l-1 {
  margin-left: 6px;
}
.space-l-0 {
  margin-left: 0;
}
.pad-l-6 {
  padding-left: 72px;
}
.pad-l-5 {
  padding-left: 48px;
}
.pad-l-4 {
  padding-left: 36px;
}
.pad-l-3 {
  padding-left: 24px;
}
.pad-l-2 {
  padding-left: 12px;
}
.pad-l-1 {
  padding-left: 6px;
}
.pad-l-0 {
  padding-left: 0;
}
@media (min-width: 768px) {
  .space-t-6-m {
    margin-top: 72px;
  }
  .space-t-5-m {
    margin-top: 48px;
  }
  .space-t-4-m {
    margin-top: 36px;
  }
  .space-t-3-m {
    margin-top: 24px;
  }
  .space-t-2-m {
    margin-top: 12px;
  }
  .space-t-1-m {
    margin-top: 6px;
  }
  .space-t-0-m {
    margin-top: 0;
  }
  .pad-t-6-m {
    padding-top: 72px;
  }
  .pad-t-5-m {
    padding-top: 48px;
  }
  .pad-t-4-m {
    padding-top: 36px;
  }
  .pad-t-3-m {
    padding-top: 24px;
  }
  .pad-t-2-m {
    padding-top: 12px;
  }
  .pad-t-1-m {
    padding-top: 6px;
  }
  .pad-t-0-m {
    padding-top: 0;
  }
  .space-r-6-m {
    margin-right: 72px;
  }
  .space-r-5-m {
    margin-right: 48px;
  }
  .space-r-4-m {
    margin-right: 36px;
  }
  .space-r-3-m {
    margin-right: 24px;
  }
  .space-r-2-m {
    margin-right: 12px;
  }
  .space-r-1-m {
    margin-right: 6px;
  }
  .space-r-0-m {
    margin-right: 0;
  }
  .pad-r-6-m {
    padding-right: 72px;
  }
  .pad-r-5-m {
    padding-right: 48px;
  }
  .pad-r-4-m {
    padding-right: 36px;
  }
  .pad-r-3-m {
    padding-right: 24px;
  }
  .pad-r-2-m {
    padding-right: 12px;
  }
  .pad-r-1-m {
    padding-right: 6px;
  }
  .pad-r-0-m {
    padding-right: 0;
  }
  .space-b-6-m {
    margin-bottom: 72px;
  }
  .space-b-5-m {
    margin-bottom: 48px;
  }
  .space-b-4-m {
    margin-bottom: 36px;
  }
  .space-b-3-m {
    margin-bottom: 24px;
  }
  .space-b-2-m {
    margin-bottom: 12px;
  }
  .space-b-1-m {
    margin-bottom: 6px;
  }
  .space-b-0-m {
    margin-bottom: 0;
  }
  .pad-b-6-m {
    padding-bottom: 72px;
  }
  .pad-b-5-m {
    padding-bottom: 48px;
  }
  .pad-b-4-m {
    padding-bottom: 36px;
  }
  .pad-b-3-m {
    padding-bottom: 24px;
  }
  .pad-b-2-m {
    padding-bottom: 12px;
  }
  .pad-b-1-m {
    padding-bottom: 6px;
  }
  .pad-b-0-m {
    padding-bottom: 0;
  }
  .space-l-6-m {
    margin-left: 72px;
  }
  .space-l-5-m {
    margin-left: 48px;
  }
  .space-l-4-m {
    margin-left: 36px;
  }
  .space-l-3-m {
    margin-left: 24px;
  }
  .space-l-2-m {
    margin-left: 12px;
  }
  .space-l-1-m {
    margin-left: 6px;
  }
  .space-l-0-m {
    margin-left: 0;
  }
  .pad-l-6-m {
    padding-left: 72px;
  }
  .pad-l-5-m {
    padding-left: 48px;
  }
  .pad-l-4-m {
    padding-left: 36px;
  }
  .pad-l-3-m {
    padding-left: 24px;
  }
  .pad-l-2-m {
    padding-left: 12px;
  }
  .pad-l-1-m {
    padding-left: 6px;
  }
  .pad-l-0-m {
    padding-left: 0;
  }
}
/*! ---------- =grids ---------- */
.grid {
  display: block;
  padding: 0;
  margin: 0 -24px 0 0;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
  list-style: none;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: right;
}
.grid.no-margin {
  margin-bottom: -24px;
}
.grid--compact {
  margin-right: -12px;
}
.grid--compact.no-margin {
  margin-bottom: -12px;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 24px 24px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid--compact > .grid__unit {
  padding: 0 12px 12px 0;
}
.grid__unit--1-2 {
  width: 50%;
}
.grid__unit--1-3 {
  width: 33.33%;
}
.grid__unit--2-3 {
  width: 66.66%;
}
.grid__unit--1-4 {
  width: 25%;
}
.grid__unit--3-4 {
  width: 75%;
}
.grid__unit--1-5 {
  width: 20%;
}
.grid__unit--2-5 {
  width: 40%;
}
.grid__unit--3-5 {
  width: 60%;
}
.grid__unit--4-5 {
  width: 80%;
}
.grid__unit--1-6 {
  width: 16.66%;
}
.grid__unit--5-6 {
  width: 83.3%;
}
.grid__unit--1-8 {
  width: 12.5%;
}
.grid__unit--3-8 {
  width: 37.5%;
}
.grid__unit--5-8 {
  width: 62.5%;
}
.grid__unit--7-8 {
  width: 87.5%;
}
.grid__unit--1-9 {
  width: 11.11%;
}
.grid__unit--2-9 {
  width: 22.22%;
}
.grid__unit--4-9 {
  width: 44.44%;
}
.grid__unit--5-9 {
  width: 55.55%;
}
.grid__unit--7-9 {
  width: 77.77%;
}
.grid__unit--8-9 {
  width: 88.88%;
}
.grid__unit--1-12 {
  width: 8.33%;
}
.grid__unit--5-12 {
  width: 41.65%;
}
.grid__unit--7-12 {
  width: 58.31%;
}
.grid__unit--11-12 {
  width: 91.63%;
}
@media (min-width: 480px) {
  .grid__unit--1-1-s {
    width: 100%;
  }
  .grid__unit--1-2-s {
    width: 50%;
  }
  .grid__unit--1-3-s {
    width: 33.33%;
  }
  .grid__unit--2-3-s {
    width: 66.66%;
  }
  .grid__unit--1-4-s {
    width: 25%;
  }
  .grid__unit--3-4-s {
    width: 75%;
  }
  .grid__unit--1-5-s {
    width: 20%;
  }
  .grid__unit--2-5-s {
    width: 40%;
  }
  .grid__unit--3-5-s {
    width: 60%;
  }
  .grid__unit--4-5-s {
    width: 80%;
  }
  .grid__unit--1-6-s {
    width: 16.66%;
  }
  .grid__unit--5-6-s {
    width: 83.3%;
  }
  .grid__unit--1-8-s {
    width: 12.5%;
  }
  .grid__unit--3-8-s {
    width: 37.5%;
  }
  .grid__unit--5-8-s {
    width: 62.5%;
  }
  .grid__unit--7-8-s {
    width: 87.5%;
  }
  .grid__unit--1-9-s {
    width: 11.11%;
  }
  .grid__unit--2-9-s {
    width: 22.22%;
  }
  .grid__unit--4-9-s {
    width: 44.44%;
  }
  .grid__unit--5-9-s {
    width: 55.55%;
  }
  .grid__unit--7-9-s {
    width: 77.77%;
  }
  .grid__unit--8-9-s {
    width: 88.88%;
  }
  .grid__unit--1-12-s {
    width: 8.33%;
  }
  .grid__unit--5-12-s {
    width: 41.65%;
  }
  .grid__unit--7-12-s {
    width: 58.31%;
  }
  .grid__unit--11-12-s {
    width: 91.63%;
  }
}
@media (min-width: 768px) {
  .grid {
    margin-right: -48px;
  }
  .grid.no-margin {
    margin-bottom: -48px;
  }
  .grid--compact {
    margin-right: -24px;
  }
  .grid--compact.no-margin {
    margin-bottom: -24px;
  }
  .grid__unit {
    padding: 0 48px 48px 0;
  }
  .grid--compact > .grid__unit {
    padding: 0 24px 24px 0;
  }
  .grid__unit--1-1-m {
    width: 100%;
  }
  .grid__unit--1-2-m {
    width: 50%;
  }
  .grid__unit--1-3-m {
    width: 33.33%;
  }
  .grid__unit--2-3-m {
    width: 66.66%;
  }
  .grid__unit--1-3-m-plus {
    width: 37%;
  }
  .grid__unit--2-3-m-minus {
    width: 63%;
  }
  .grid__unit--1-4-m {
    width: 25%;
  }
  .grid__unit--3-4-m {
    width: 75%;
  }
  .grid__unit--1-5-m {
    width: 20%;
  }
  .grid__unit--2-5-m {
    width: 40%;
  }
  .grid__unit--3-5-m {
    width: 60%;
  }
  .grid__unit--4-5-m {
    width: 80%;
  }
  .grid__unit--1-6-m {
    width: 16.66%;
  }
  .grid__unit--5-6-m {
    width: 83.3%;
  }
  .grid__unit--1-8-m {
    width: 12.5%;
  }
  .grid__unit--3-8-m {
    width: 37.5%;
  }
  .grid__unit--5-8-m {
    width: 62.5%;
  }
  .grid__unit--7-8-m {
    width: 87.5%;
  }
  .grid__unit--1-9-m {
    width: 11.11%;
  }
  .grid__unit--2-9-m {
    width: 22.22%;
  }
  .grid__unit--4-9-m {
    width: 44.44%;
  }
  .grid__unit--5-9-m {
    width: 55.55%;
  }
  .grid__unit--7-9-m {
    width: 77.77%;
  }
  .grid__unit--8-9-m {
    width: 88.88%;
  }
  .grid__unit--1-12-m {
    width: 8.33%;
  }
  .grid__unit--5-12-m {
    width: 41.65%;
  }
  .grid__unit--7-12-m {
    width: 58.31%;
  }
  .grid__unit--11-12-m {
    width: 91.63%;
  }
}
@media (min-width: 960px) {
  .grid__unit--1-1-l {
    width: 100%;
  }
  .grid__unit--1-2-l {
    width: 50%;
  }
  .grid__unit--1-3-l {
    width: 33.33%;
  }
  .grid__unit--2-3-l {
    width: 66.66%;
  }
  .grid__unit--1-4-l {
    width: 25%;
  }
  .grid__unit--3-4-l {
    width: 75%;
  }
  .grid__unit--1-5-l {
    width: 20%;
  }
  .grid__unit--2-5-l {
    width: 40%;
  }
  .grid__unit--3-5-l {
    width: 60%;
  }
  .grid__unit--4-5-l {
    width: 80%;
  }
  .grid__unit--1-6-l {
    width: 16.66%;
  }
  .grid__unit--5-6-l {
    width: 83.3%;
  }
  .grid__unit--1-8-l {
    width: 12.5%;
  }
  .grid__unit--3-8-l {
    width: 37.5%;
  }
  .grid__unit--5-8-l {
    width: 62.5%;
  }
  .grid__unit--7-8-l {
    width: 87.5%;
  }
  .grid__unit--1-9-l {
    width: 11.11%;
  }
  .grid__unit--2-9-l {
    width: 22.22%;
  }
  .grid__unit--4-9-l {
    width: 44.44%;
  }
  .grid__unit--5-9-l {
    width: 55.55%;
  }
  .grid__unit--7-9-l {
    width: 77.77%;
  }
  .grid__unit--8-9-l {
    width: 88.88%;
  }
  .grid__unit--1-12-l {
    width: 8.33%;
  }
  .grid__unit--5-12-l {
    width: 41.65%;
  }
  .grid__unit--7-12-l {
    width: 58.31%;
  }
  .grid__unit--11-12-l {
    width: 91.63%;
  }
}
@media (min-width: 1500px) {
  .grid__unit--1-5-w {
    width: 20%;
  }
}
/*! ---------- =forms ---------- */
input[type="text"],input[type="email"],input[type="password"],input[type="number"],input[type="tel"],input[type="date"],textarea,select {
  display: block;
  width: 100%;
  padding: 9px 12px;
  margin: 0;
  border: 1px solid #666;
  color: #010000;
  color: rgba(1, 0, 0, 0.8);
  font: 16px/24px "Lato", Helvetica, Arial, sans-serif;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}
select {
  /*color: #fff;
  */
  width: 200px;
}
input[type="text"]:not(:last-child),input[type="email"]:not(:last-child),input[type="password"]:not(:last-child),input[type="number"]:not(:last-child),input[type="tel"]:not(:last-child),input[type="date"]:not(:last-child),textarea:not(:last-child),select:not(:last-child) {
  margin-bottom: 24px;
}
input[type="text"]:required,input[type="email"]:required,input[type="password"]:required,input[type="number"]:required,input[type="tel"]:required,input[type="date"]:required,textarea:required,select:required {
  border-color: #c1c5ca;
}
input[type="text"].input-validation-error,input[type="email"].input-validation-error,input[type="password"].input-validation-error,input[type="number"].input-validation-error,input[type="tel"].input-validation-error,input[type="date"].input-validation-error,textarea.input-validation-error,select.input-validation-error {
  border-color: #c60e00;
  color: #c60e00;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="date"]:focus,textarea:focus,select:focus {
  border-color: #002242;
  color: #010000;
}
select, select:focus {
  /* color: #fff;
  */
  border-color: #666;
  width: 200px;
}
textarea {
  padding: 12px;
  min-height: 96px;
}
textarea.textarea-large {
  min-height: 240px;
}
input[type="radio"],input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}
label + input[type="radio"],label + input[type="checkbox"] {
  margin-left: 24px;
}
label {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #010000;
  opacity: 0.9;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}
input[type="radio"] + label,input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
label.required {
  color: #00162c;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #c60e00;
}
label.is-selected {
  color: #3c0811;
}
label.is-focused {
  color: #002242;
  opacity: 1;
}
.side-label {
  margin: 0;
}
.side-label:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 480px) {
  .side-label {
    padding-left: 168px;
  }
  .side-label label {
    width: 168px;
    float: left;
    margin-left: -168px;
    padding: 6px 1em 0 0;
  }
}
.field-validation-error {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  color: #c60e00;
}
input + .field-validation-error,select + .field-validation-error,textarea + .field-validation-error {
  margin-top: -18px;
}
/*! ---------- =body ---------- */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  width: 100%;
  background: #ececec;
}
.content {
  padding: 24px;
}
.page-bounds,.hero__content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  body {
  width: 100%;
  overflow-x: hidden;
  background: #ececec;
}
}
@media (min-width: 768px) {
  .content {
    padding: 48px;
  }
}
/*! ---------- =header common ---------- */
.page-header {
  padding: 0 24px;
  border-bottom: 1px solid #d4d4d4;
  background: #ececec;
  z-index: 100;
}
.page-header .page-bounds,.page-header .hero__content {
  position: relative;
}
.page-header__toggle {
  display: none;
}
@media (max-width: 959px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    position: absolute;
    right: -24px;
    top: 0;
    padding: 24px 24px;
    color: #010000;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #5a0d1a;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: 6px;
  }
  .page-header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: both;
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 960px) {
  .page-header {
    padding-left: 48px;
    padding-right: 48px;
    background: #ececec;
    max-height: 175px;
    z-index: 100;
       position: fixed;
       left: 0;
       right: 0;
       top: 0;
       -webkit-transition: -webkit-transform 0.2s ease;
       transition: -webkit-transform 0.2s ease;
       transition: transform 0.2s ease;
       transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  
  body.is-scrolled .page-header {
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
}
}

@media (max-width: 959px) {
  .header-search {
    -ms-flex-order: 1;
    order: 1;
  }
  .header-nav {
    -ms-flex-order: 2;
    order: 2;
  }
  .header-utility {
    -ms-flex-order: 3;
    order: 3;
  }
}
/*! slide-right / offscreen mobile menu */
@media (max-width: 959px) {
  .page-header__content {
    display: none;
    width: 80%;
    width: calc(100% - 72px);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    overflow: auto;
    background: #fff;
    transition: all 0.15s ease-out;
    overflow-x:  hidden;
  }
  @supports (transform: translateX(-100%)) {
    .page-header__content {
      display: -ms-flexbox;
      display: flex;
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0;
      visibility: hidden;
    }
  }
  .page-header__content.mobile-menu-is-open {
    display: block;
    display: -ms-flexbox;
    display: flex;
  }
  @supports (transform: translateX(-100%)) {
    .page-header__content.mobile-menu-is-open {
      -ms-transform: translateX(0);
      transform: translateX(0);
      box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15), 1px 0 2px rgba(0, 0, 0, 0.2);
      opacity: 1;
      visibility: visible;
      z-index: 999;
    }
  }
  .page-header .header-search__input {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
    padding-left: 24px !important;
    border-width: 1px 0 !important;
    margin-bottom: 24px !important;
  }
  .page-header .header-search__submit {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    background: transparent;
    color: #002242;
  }
}
.page-header__toggle.mobile-menu-is-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20%;
  width: calc(0% + 72px);
  font-size: 0.01px;
  color: transparent;
  background: rgba(255, 255, 255, 0.7);
}
.page-header__toggle.mobile-menu-is-open .toggle-indicator {
  position: absolute;
  top: 26px;
  left: 50%;
  margin: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*! ---------- =header components ---------- */
.header-logo a,.header-logo img {
  display: block;
  max-width: 100%;
  margin: 0 0 0 0;
}
@media (max-width: 959px) {
  .header-logo a {
    margin: 0 0 0 30px;
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 75px;
  }
}
@media (min-width: 960px) {
  .header-logo a {
    margin: 0 0 0 30px;
  }
}
.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #222;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #010000;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece,.mobile-menu-is-open .page-header .toggle-indicator__piece {
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before,.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #5a0d1a;
}
.is-active .toggle-indicator__piece--2,.mobile-menu-is-open .page-header .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,.is-active .toggle-indicator__piece--3,.mobile-menu-is-open .page-header .toggle-indicator__piece--1,.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1,.mobile-menu-is-open .page-header .toggle-indicator__piece--1 {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3,.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #5a0d1a;
}
.header-utility__list {
  list-style: none;
  margin: 12px 0 0 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item a {
  display: block;
  padding: 12px 50px 12px 6px;
  color: #eee !important;
  float: right;
  font-size: 18px;
}
.header-utility__item a:hover,.header-utility__item a:focus {
  color: #fff;
}
.header-utility__item--highlight > a {
  padding-left: 12px;
  padding-right: 12px;
  background: #002242;
  color: #fff;
  border-radius: 3px;
}
.header-utility__item--highlight > a:hover,.header-utility__item--highlight > a:focus {
  background: #556c81;
  color: #fff;
}
@media (max-width: 959px) {
  .header-utility {
    padding: 18px 24px;
    text-align: center;
    font-size: 16px;
    background: #002242;
  }
  .header-utility__item {
    width: 100%;
    clear: both;
  }
  .header-utility__item a {
    opacity: 1;
    float: none;
  }
}
@media (min-width: 960px) {
  .header-utility__list {
    display: inline-block;
    vertical-align: middle;
    float: right;
    padding-right: 24px;
  }
}
.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 12px;
  margin: 0;
  opacity: 0.3;
  font-size: 20px;
}
.header-search__label:hover,.header-search__label:focus {
  opacity: 0.8;
}
.header-search__input {
  display: block;
  width: 100%;
  padding: 12px 0 12px 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 20px;
  line-height: 24px;
  background: #fff;
}
.header-search__submit {
  display: block;
  width: 60px;
  padding: 11px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #fff;
  font-weight: 700;
  color: #666;
}
@media (max-width: 959px) {
  .header-search {
    margin-top: -1px;
  }
  .header-search__label {
    display: none;
  }
}
@media (min-width: 960px) {
  .header-search {
    width: 60px;
    position: absolute;
    right: 0;
  }
  @supports (left: calc(100% - 2px)) {
    .header-search {
      width: auto;
      left: calc(100% - 2px);
      -webkit-transition: left 0.15s ease-out;
      transition: left 0.15s ease-out;
    }
  }
  .header-search.is-focused {
    width: 100%;
  }
  @supports (left: calc(100% - 5px)) {
    .header-search.is-focused {
      width: auto;
      left: 0;
    }
  }
  .header-search__label {
    position: absolute;
    top: 50%;
    color: #012343;
    opacity: 1;
    cursor: pointer;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-search__label:hover,.header-search__label:focus {
    color: #f99d31;
  }
  .header-search__input {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.01;
  }
  .header-search__input:focus {
    opacity: 1;
    width: 100%;
    padding-left: 75px !important;
    height: 65px;
  }
  .header-search__submit {
    display: none;
  }
}
@media (min-width: 1100px) {
  @supports (left: calc(100% - 60px)) {
    .header-search {
      width: auto;
      left: calc(100% - 10px);
      -webkit-transition: left 0.15s ease-out;
      transition: left 0.15s ease-out;
      top: 120px;
    }
  }
}
/* hero search */
.header-search-hero-search {
  /* position: relative;
  */
}
.header-search__label-hero-search {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 12px;
  margin: 0;
  opacity: 0.3;
  font-size: 16px;
}
.header-search__label-hero-search :hover,.header-search__label-hero-search :focus {
  opacity: 0.8;
}
.header-search__input-hero-search {
  display: block;
  width: 100%;
  padding: 12px 72px 12px 24px !important;
  margin: 70px auto 0 auto !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  background-image: url(/images/default-source/siteimages/icon-hero-searchd303bde9-8574-4aa4-be12-b8d86788ca65.png);
  background-repeat: no-repeat;
  background-position: 97% 10px;
  opacity: 0.86;
  max-width: 700px;
  height: 60px;
}
.header-search__submit-hero-search {
  display: block;
  width: 60px;
  padding: 13px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #002242;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 959px) {
  .header-search__input-hero-search {
    padding-left: 24px !important;
  }
}
.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
}
.header-nav > ul > li > a,.header-nav div > ul > li > a {
  font-weight: 400;
  color: #000;
  font-size: 20px;
}
.header-nav li li a {
  font-size: 16px;
  color: #010000;
}
.header-nav li li li a {
  color: #340000;
}
.header-nav li li li li a {
  color: #530000;
}
.header-nav__toggle {
  display: none;
}
@media (max-width: 959px) {
  .header-nav {
    background: #fff;
    margin-bottom: 24px;
  }
  .header-nav a {
    padding: 12px 60px 12px 24px;
    border-bottom: 1px solid #f1f1f1;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: rgba(241, 241, 241, 0.5);
  }
  .header-nav li li li a {
    padding-left: 72px;
  }
  .header-nav li li li li a {
    padding-left: 96px;
  }
  .header-nav > ul > li > a,.header-nav div > ul > li > a {
    color: #002242;
  }
  .header-nav > ul > li > ul a,.header-nav div > ul > li > ul a {
    color: #010000;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 60px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #d4d4d4;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
    transition: transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #5a0d1a;
    transform: scaleX(0.6) rotateX(180deg);
  }
}
@media (min-width: 960px) {
  .header-nav > ul,.header-nav div > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }
  .header-nav > ul > li,.header-nav div > ul > li {
    display: inline-block;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: static;
  }
  .header-nav > ul > li > a,.header-nav div > ul > li > a {
    padding: 24px 0;
    position: relative;
  }
  .header-nav > ul > li > a:hover,.header-nav > ul > li > a:focus,.header-nav div > ul > li > a:hover,.header-nav div > ul > li > a:focus {
    color: #5a0d1a;
  }
  .header-nav .is-current > a {
    color: #083e4b;
  }
  .header-nav ul:after {
    content: "|";
    margin-top: 24px;
    margin-right: 24px;
    font-size: 24px;
  }
  .header-nav ul ul:after, .header-nav ul ul ul:after, .header-nav ul ul ul:after {
    content: "";
    display: none;
  }
}
@media (min-width: 1400px) {
  .header-logo.to-screen-edges {
    margin-left: -48px;
  }
  .header-utility__list {
    padding-right: 90px;
  }
}
@media (min-width: 1500px) {
  .header-utility__list {
    padding-right: 150px;
  }
}
@media (min-width: 1600px) {
  .header-utility__list {
    padding-right: 240px;
  }
}
@media (min-width: 1800px) {
  .header-utility__list {
    padding-right: 300px;
  }
}
/*! megamenu-style dropdowns */
@media (min-width: 960px) {
  .header-nav > ul > li > a::before,.header-nav div > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    border: solid #00162c;
    border-width: 5px 5px 0 0;
    -ms-transform: scaleY(0.33) rotate(-45deg);
    transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li > ul,.header-nav div > ul > li > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    top: 78%;
    padding: 36px 48px;
    border-top: 2px solid #00162c;
    text-align: left;
    background: #fff;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: opacity 0.1s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    box-shadow: 0 1px 0 #d4d4d4, -1079px 0 0 #fff, 1079px 0 0 #fff, -1079px 1px 0 #d4d4d4, 1079px 1px 0 #d4d4d4;
  }
  .header-nav > ul > li > ul > li,.header-nav div > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding-bottom: 24px;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -ms-flex: 0 0 calc(33% - 12px);
    flex: 0 0 calc(33% - 12px);
  }
  .header-nav > ul > li > ul > li > a,.header-nav div > ul > li > ul > li > a {
    font-size: 16px;
    color: #002242;
    padding-bottom: 6px;
  }
  .header-nav > ul > li > ul > li > ul,.header-nav div > ul > li > ul > li > ul {
    padding-top: 12px;
    border-top: 1px solid #d4d4d4;
  }
  .header-nav > ul > li > ul > li > ul a,.header-nav div > ul > li > ul > li > ul a {
    color: #010000;
  }
  .header-nav > ul > li > ul a:hover,.header-nav > ul > li > ul a:focus,.header-nav div > ul > li > ul a:hover,.header-nav div > ul > li > ul a:focus {
    color: #5a0d1a;
  }
  .header-nav > ul > li:hover > a,.header-nav div > ul > li:hover > a {
    color: #5a0d1a;
  }
  .header-nav > ul > li:hover > a::before,.header-nav div > ul > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s, visibility 0s linear 0.575s;
  }
  .header-nav > ul > li:hover > ul,.header-nav div > ul > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
}

@media (min-width: 768px)  {

.header-nav > ul > li > ul,
  .header-nav div > ul > li > ul {
    height: calc(1000px - 400px);
    overflow-y: auto;
  }


}

@media (min-width: 1500px)  {

.header-nav > ul > li > ul,
  .header-nav div > ul > li > ul {
    height: calc(1100px - 400px);
    overflow-y: auto;
  }


}



/*! ---------- =header layout ---------- */
.header-logo {
  float: left;
}
@media (min-width: 960px) {
  .page-header > .page-bounds,.page-header > .hero__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-header__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header-logo {
    max-width: 265px;
    margin-top: 48px;
    margin-right: 24px;
  }
  .header-logo > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 160px;
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 100%;
  }
}
/*@media (min-width: 768px) and (max-width: 959px) {
  .page-header {
    padding-bottom: 72px;
  }
  .page-header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 24px;
  }
  .header-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }
}
*/
@media (min-width: 960px) {
  .header-utility {
    position: absolute;
    top: 0;
    background: #002242;
    width: 100%;
    border-bottom: #5a0d1a solid 12px;
  }
  .header-utility {
    left: 0;
    right: 0;
  }
  .header-search {
    width: 700px;
    margin: 0 auto;
  }
  .header-nav {
    margin-top: 88px;
    width: 80%;
  }
}
/*! ---------- =footer common ---------- */
.page-footer {
  padding: 0 24px;
}
.page-footer .page-bounds,.page-footer .hero__content {
  position: relative;
}
@media (min-width: 768px) {
  .page-footer {
    padding: 0 48px;
  }
}
/*! ---------- =footer style ---------- */
/*! solid footer style */
.page-footer {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #002242;
  color: #d4d4d4;
  border-top: 12px #5a0d1a solid;
}
.page-footer a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.page-footer a:hover,.page-footer a:focus {
  color: #fff;
  text-decoration: underline;
}
.page-footer .footer-trending__title,.page-footer .footer-actions__title {
  /* color: #d4d4d4;
  */
}
@media (min-width: 768px) {
  .page-footer {
    padding-top: 72px;
  }
}
/*! ---------- =footer components ---------- */
.footer-logo {
  text-align: center;
}
.footer-logo a {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
}
.footer-social__icon {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  font-size: 26px;
}
.footer-trending__title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
}
.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-utility__item a {
  display: block;
  padding: 6px;
}
@media (min-width: 480px) {
  .footer-utility__item a {
    padding: 6px 12px;
  }
}
.footer-actions__section {
  margin-bottom: 24px;
}
.footer-actions__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 6px;
  font-weight: 400;
  color: #a3a9b1;
}
.footer-actions__list {
  list-style: none;
  margin: 0 0 0 -12px;
}
.footer-actions__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-actions__item a {
  display: block;
  padding: 6px;
}
@media (max-width: 479px) {
  .footer-actions__item {
    display: block;
  }
}
@media (min-width: 480px) {
  .footer-actions__item a {
    padding: 6px 12px;
  }
}
@media (min-width: 768px) {
  .footer-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .footer-actions__section {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
  }
  .footer-actions__list {
    margin-left: 0;
  }
  .footer-actions__item {
    display: block;
  }
  .footer-actions__item a {
    padding: 6px 0;
  }
}
@media (min-width: 1176px) {
  .footer-actions__section {
    -ms-flex: 1 1;
    flex: 1 1;
  }
}
.footer-copyright {
  font-size: 14px;
  opacity: 0.5;
  font-weight: 400;
}
/*! ---------- =footer layouts ---------- */
@media (max-width: 767px) {
  .page-footer {
    text-align: center;
  }
  .footer-logo img {
    max-height: 96px;
  }
  .footer-social,.footer-contact,.footer-copyright {
    margin-top: 24px;
  }
  .footer-actions {
    margin-top: 36px;
  }
}
@media (min-width: 768px) {
  .footer-actions {
    margin-right: -24px;
  }
  .footer-actions__section {
    padding-right: 24px;
  }
  .footer-logo,.footer-social,.footer-contact {
    margin-bottom: 24px;
  }
  .footer-contact {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .footer-logo {
    float: left;
    margin-right: 24px;
    margin-bottom: 48px;
  }
  .footer-actions {
    clear: both;
  }
}
@media (min-width: 960px) {
  .page-footer__content {
    width: 33.3%;
    float: left;
    padding-right: 7.992px;
  }
  .footer-actions {
    padding-left: 90.008px;
  }
  .footer-logo {
    text-align: left;
  }
  .footer-copyright {
    clear: both;
  }
}
/* ---------- =interior common ---------- */
.page-title {
  color: #010000;
}
.page-title + .breadcrumbs {
  margin-top: -12px;
}
/* ---------- =interior components ---------- */

.interior-layout__title a {
  color: #fff;
}

.breadcrumbs {
  font-size: 16px;
  margin-bottom: 36px;
}
.breadcrumbs a {
  color: #010000;
  opacity: 0.9;
}
.breadcrumbs a:hover,.breadcrumbs a:focus {
  color: #5a0d1a;
  opacity: 1;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}
.in-this-section a {
  display: block;
  padding: 6px 0;
  color: #002242;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 24px;
}
.in-this-section ul ul a {
  font-size: 16px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #5a0d1a;
}
@media (max-width: 959px) {
  .in-this-section {
    display: none;
  }
}
@media (min-width: 960px) {
  .in-this-section__toggle {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: -6px;
  }
}
/* ---------- =interior layout ---------- */
.interior-layout__nav,.interior-layout__main {
  margin-bottom: 24px;
}
@media (min-width: 960px) {
  .interior-layout__nav {
    margin-bottom: 0;
  }
  .interior-layout__nav > *:last-child {
    margin-bottom: 48px;
  }
  .interior-layout__title {
    margin-bottom: 24px;
  }
  .interior-layout__main {
    margin-bottom: 48px;
  }
  
  .interior-layout__container {
      width: 30%;
    float: left;
    clear: left;
    overflow: hidden;
    position: relative;
    z-index: 2;
  
  }
  .interior-layout__nav,.interior-layout__aside {
     width: 100%;
  }
  
  
  
  .interior-layout__aside {
    /* width: 250px; */
    margin-top: 48px;
  }
  .interior-layout__main {
    width: 70%;
    padding-left: 48px;
    float: left;
  }
}
/* @media (min-width: 1100px) {
  .interior-layout__aside {
    width: 300px;
  }
} */
/* flip the aside and the main content area for mobile */
@media (max-width: 959px) {
  .interior-layout {
    display: flex;
    flex-flow: column wrap;
  }
  .interior-layout__main {
    order: 1;
  }
  .interior-layout__nav {
    order: 2;
  }
  .interior-layout__container {
    order: 3;
  }
}
/*! ---------- =buttons ---------- */
.button, .sf-fieldWrp button {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 36px;
  background: #002242;
  color: #fff;
  margin-bottom: 15px;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.button:hover, .sf-fieldWrp button:hover, .button:focus,.sf-fieldWrp button:focus {
  color: #fff;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.button:active {
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  transition: none;
}
.button--large {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 12px;
}
.button--small {
  padding: 6px 24px;
  font-size: 16px;
}
.button--highlight {
  color: #fff;
  background: #5a0d1a;
}
.button--highlight:hover,.button--highlight:focus {
  color: #fff;
}
.button--action {
  color: #fff;
  background: #0d5e71;
}
.button--action:hover,.button--action:focus {
  color: #fff;
}
.button--warn {
  color: #fff;
  background: #c60e00;
}
.button--warn:hover,.button--warn:focus {
  color: #fff;
}
.button--cancel {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #999;
}
.button--cancel:hover,.button--cancel:focus {
  color: #fff;
}
.button.next-to-nav {
  background: #5a0d1a;
  border: none;
  color: #fff;
  font-weight: bold;
}
.button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -12px;
  margin-right: -6px;
  margin-left: -6px;
}
.button-group > .button {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 12px 6px 0;
}
/*! ---------- =lists ---------- */
.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 48px;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item + .item-list__item {
  margin-top: 24px;
}
.item-list__thumbnail {
  display: block;
  width: 120px;
  max-width: 33%;
  float: left;
  margin-right: 24px;
}

.item-list__content {
  overflow: hidden;
}
.item-list__title {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 24px;
  margin: 0;
  color: #002242;
}
.item-list__title a
{ 
  color:#383736;
  font-size:14px;
}

.item-list__title:hover,.item-list__title:focus {
  color: #5a0d1a;
}
.item-list__date {
  margin: 6px 0 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: italic;
  opacity: 0.7;
}
.item-list__description {
  margin: 6px 0 0;
}
@media (max-width: 479px) {
  .item-list__thumbnail {
    float: none;
    margin: 0 auto 12px;
  }
}


.item-list.horizontal li, .item-list.horizontal > div
{  
  padding: 12px;
  margin-bottom: -1px;  
  color: #010000;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #f1f1f1;
  position: relative;
  background: #fff;
  opacity: 0.9; 
    margin:0 5px 10px;
width: 30%;  
}

.item-list.horizontal h1 ,.item-list.horizontal h2
{  
   font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  color: #002242;
}

/*publication list*/
.item-list.publications
{
background: #fff;
  padding: 20px;
  list-style:none;
   border-top: .8em solid #083e4b;
}
.item-list.publications >li
{
 background: #fff;
  /*color: #aaa;*/
  margin: .5em 0;
transition: .3s ease-out;
 padding: .4em .4em .4em 2em;
 border-left:.4em outset #083e4b;
 border-bottom: thin solid #083e4b;
}

.item-list.publications> li:hover { background: #ECECEC;
border: thin solid #083e4b;
/*color:#aaa;*/
}

.downloadFile
{
  
  float: right;
}

/* end publications list */


/*Related content*/
.related-content .content-box h3
{
background: #00162c;
color:#fff;
  padding: 20px;
  font-size:24px;
  
 }

.related-content .item-list
{
  list-style:none;
}

.related-content .item-list .item-list__item
{
 background: #fff;
  color: #aaa;
  margin: .5em 0;
transition: .3s ease-out;
 padding: .4em .4em .4em 2em;
 border-left:.4em outset #00162c;
 border-bottom: thin solid #00162c;
}
.related-content .item-list__title a
{ 
  color:#383736;
  font-size:14px;
}

.related-content .item-list .item-list__item:hover { 
border: thin solid #083e4b;
color:#aaa;
border-right:.4em outset #00162c;
transition: .4s linear;
}
/*End related content*/

/*! grid-style lists */
.item-list--grid .item-list__thumbnail {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 0 auto 12px;
}
.item-list--grid .item-list__thumbnail img {
  width: 100%;
}
.item-list--grid .item-list__item + .item-list__item {
  margin-top: 0;
}
/*! ---------- =tabs ---------- */
.tabs--standard:not(:last-child) {
  margin-bottom: 48px;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 12px;
  margin-bottom: -1px;
  border: 1px solid #f1f1f1;
  color: #010000;
  background: #ccc;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #5a0d1a;
}
.tabs--standard .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #f1f1f1;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #f1f1f1;
  padding: 12px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #5a0d1a;
  background: #fff;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed #002242;
  outline-offset: -6px;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}
@media (min-width: 480px) {
  .tabs--standard .tabs__tab {
    padding: 18px 24px;
    font-weight: 600;
  }
}
@media (max-width: 767px), (min-width: 960px) and (max-width: 1175px) {
  .tabs--standard,.tabs--vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard .tabs__tab,.tabs--standard .tabs__pane,.tabs--vertical .tabs__tab,.tabs--vertical .tabs__pane {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,.tabs--vertical .tabs__tab {
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid #f1f1f1;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,.tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6px;
  }
  .tabs--standard .tabs__tab.is-active,.tabs--vertical .tabs__tab.is-active {
    border-color: #d4d4d4 #d4d4d4 #f1f1f1;
  }
  .tabs--standard .tabs__tab:nth-child(2),.tabs--vertical .tabs__tab:nth-child(2) {
    -ms-flex-order: 3;
    order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),.tabs--vertical .tabs__tab:nth-child(3) {
    -ms-flex-order: 5;
    order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),.tabs--vertical .tabs__tab:nth-child(4) {
    -ms-flex-order: 7;
    order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),.tabs--vertical .tabs__tab:nth-child(5) {
    -ms-flex-order: 9;
    order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),.tabs--vertical .tabs__tab:nth-child(6) {
    -ms-flex-order: 11;
    order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),.tabs--vertical .tabs__tab:nth-child(7) {
    -ms-flex-order: 13;
    order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),.tabs--vertical .tabs__tab:nth-child(8) {
    -ms-flex-order: 15;
    order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),.tabs--vertical .tabs__tab:nth-child(9) {
    -ms-flex-order: 17;
    order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),.tabs--vertical .tabs__tab:nth-child(10) {
    -ms-flex-order: 19;
    order: 19;
  }
  .tabs--standard .tabs__pane,.tabs--vertical .tabs__pane {
    -ms-flex-order: 2;
    order: 2;
    padding: 24px 12px;
    border: 1px solid #d4d4d4;
    border-top-width: 0;
  }
  .tabs--standard .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane {
    -ms-flex-order: 4;
    order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 6;
    order: 6;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 8;
    order: 8;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 10;
    order: 10;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 12;
    order: 12;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 14;
    order: 14;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 16;
    order: 16;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 18;
    order: 18;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,.tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -ms-flex-order: 20;
    order: 20;
  }
}
@media (min-width: 768px) and (max-width: 959px), (min-width: 1176px) {
  .tabs--standard {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard::before {
    /* remove sf pseudoel that messes with space-between */
    display: none !important;
  }
  .tabs--standard .tabs__tab {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 18px 24px;
  }
  .tabs--standard.tabs--2 .tabs__tab {
    width: 48%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: calc(50% - 6px);
    flex-basis: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    -ms-flex-preferred-size: calc(33.3% - 6px);
    flex-basis: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: calc(25% - 6px);
    flex-basis: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -ms-flex-preferred-size: calc(20% - 6px);
    flex-basis: calc(20% - 6px);
  }
  .tabs--standard .tabs__pane {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .tabs--vertical .tabs__tab {
    width: 300px;
    float: left;
    clear: left;
    padding: 11px 17px;
    margin-bottom: 6px;
    border: 1px solid #f1f1f1;
    border-right-color: #d4d4d4;
    box-shadow: inset 6px 0 0 #d4d4d4;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #d4d4d4 #fff #d4d4d4 #d4d4d4;
    box-shadow: inset 6px 0 0 #5a0d1a;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #d4d4d4;
  }
  .tabs--vertical .tabs__pane::after {
    content: '';
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}
.accordion:not(:last-child) {
  margin-bottom: 48px;
}
.accordion__label {
  display: block;
  padding: 12px;
  background: #fff;
  border: 1px solid #f1f1f1;
  color: #010000;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  transition: transform 0.15s ease-out;
}
.accordion__label:hover,.accordion__label:focus {
  color: #5a0d1a;
}
.accordion__label.is-active {
  color: #002242;
  border-color: #002242 #002242 #f1f1f1 #002242;
  background: #f7f7f7;
}
.accordion__label.is-active .fa-arrow-right {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__label:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.3);
  outline-offset: -6px;
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  border: 1px solid #002242;
  border-top: none;
  padding: 24px 12px;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}
.pagination {
  list-style: none;
  margin: 0 0 24px;
}
.pagination .overview {
  display: block;
  font-size: 16px;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0.2em;
}
.pagination li a {
  display: block;
  width: 36px;
  padding: 6px 0;
  text-align: center;
  color: #010000;
  background: #f1f1f1;
  font-size: 16px;
}
.pagination li a:hover,.pagination li a:focus {
  color: #fff;
  background: #5a0d1a;
}
.pagination .active a {
  font-weight: 700;
  color: #fff;
  background: #002242;
}
@media (min-width: 940px) {
  .pagination .overview {
    display: inline-block;
    margin-right: 1.5em;
  }
}
/*! ---------- =code and =syntax highlighting ---------- */
pre,code {
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  line-height: 24px;
}
pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #e7e7e7;
  color: #222;
  background: white;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 24px;
}
pre::before {
  content: attr(rel);
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #9da9b4;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,li > code {
  background: #fbfbfb;
  font-style: normal;
}
p > code::before,p > code::after,li > code::before,li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}
/*! syntax highlighting through prism: http://prismjs.com/index.html* the following is based off the default theme */
pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.token.comment,.token.prolog,.token.doctype,.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: 0.7;
}
.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted {
  color: #905;
}
.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted {
  color: #690;
}
.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule,.token.attr-value,.token.keyword {
  color: #07a;
}
.token.function {
  color: #dd4a68;
}
.token.regex,.token.important,.token.variable {
  color: #e90;
}
.token.important,.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
/*! ---------- =hero ---------- */
.hero {
  position: relative;
  margin-bottom: 48px;
}
.hero:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .hero:first-child,.content > .hero__content > .hero:first-child {
  margin-top: -24px;
}
.hero::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.hero__actions {
  margin-top: 24px;
}
@media (max-width: 479px) {
  .hero__action {
    display: block;
  }
  .hero__action + .hero__action {
    margin-top: 12px;
  }
}
@media (min-width: 480px) {
  .hero__action + .hero__action {
    margin-left: 12px;
  }
}
@media (min-width: 768px) {
  .content > .page-bounds > .hero:first-child,.content > .hero__content > .hero:first-child {
    margin-top: -48px;
    max-height: 449px;
  }
}

@media (min-width: 960px) {
  .content > .page-bounds > .hero:first-child,.content > .hero__content > .hero:first-child {
    margin-top: 120px;
    max-height: 449px;
  }
}


/*! cover hero image style */
.hero::before {
  z-index: 2;
}
.hero__image {
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero__content {
  padding: 0 24px 48px 24px;
  position: relative;
  z-index: 3;
  text-align: center;
}
.hero__title {
  font-size: 60px;
}
.hero__description {
  font-size: 30px;
  line-height: 36px;
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}
.hero__title,.hero__description {
  color: #ececec;
  font-weight: bold;
  /* text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  */
}
@media (max-width: 767px) {
  .hero::before {
    background: rgba(0, 0, 0, 0.3);
  }
  .hero__content {
    padding-top: 60px;
    text-align: left;
  }
  .hero__title {
    text-align: left;
    font-size: 36px;
    line-height: 1.2;
  }
  .hero__description {
    font-size: 30px;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .hero {
    padding-top: 96px;
        padding-bottom: 96px;
  }
  .hero__content {
    margin-top: -24px;
  }
}
/*! ---------- =sitefinity ---------- */
.sys-template {
  display: none;
}
.sfContentBlock {
  margin-bottom: 24px;
}
.sfContentBlock:last-child {
  margin-bottom: 0;
}
/* For Solr debug */
.debug-url {
  background-color: #efe;
  border: 2px solid #2c2;
  padding: 12px;
  margin-bottom: 24px;
  word-wrap: break-word;
}
/*! make page builder layout more friendly to edit */
.sfPageEditor .page-header,.sfPageEditor .header-logo,.sfPageEditor .page-header__content,.sfPageEditor .header-utility,.sfPageEditor .header-search,.sfPageEditor .header-nav,.sfPageEditor .title-block,.sfPageEditor .title-block__background,.sfPageEditor .title-block__content,.sfPageEditor .page-footer,.sfPageEditor .footer-logo,.sfPageEditor .footer-social,.sfPageEditor .footer-contact,.sfPageEditor .footer-utility,.sfPageEditor .footer-copyright {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  float: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.sfPageEditor .content {
     clear: both;
}
.sfPageEditor .title-block::before {
  display: none !important;
}

.sfPageEditor .interior-banner.blue-banner {
    position: relative !important;
    z-index: 9999;
}

.sfPageEditor .title-block__background,.sfPageEditor .title-block__content {
  position: static !important;
}
/* space form builder fields */
.sf-fieldWrp > input,.sf-fieldWrp > select,.sf-fieldWrp > textarea,.sf-fieldWrp > div > input,.sf-fieldWrp > div > select,.sf-fieldWrp > div > textarea {
  margin-bottom: 20px !important;
}
.sf_colsIn > .sf-fieldWrp > input:last-child,.sf_colsIn > .sf-fieldWrp > select:last-child,.sf_colsIn > .sf-fieldWrp > textarea:last-child {
  margin-bottom: 0 !important;
}
.sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
  /* z-index: 1001 !important; */
}
/* user-friendly tabs layout modules */
.sfPageEditor [data-edit-label]::before {
  content: "[" attr(data-edit-label) "]";
  font-size: 14px;
  opacity: 0.3;
}
.tabs.sf_cols {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tabs__tab > .sf_colsIn,.tabs__pane > .sf_colsIn {
  margin: 0 !important;
}
.sfPageEditor .tabs--standard .tabs__tab {
  width: 100% !important;
  float: none !important;
}
.sfPageEditor .tabs.sf_cols .tabs__pane {
  display: block !important;
}

.sfPageEditor.interior-layout__aside {
    margin-top: 200px;
} 

#ctl00_InteriorTitlePlaceholder_RadDockZoneInteriorTitlePlaceholder {
 /* margin-top: 200px; */
}

.sfPageEditor .content {
    min-height: 300px;
    margin-top: 200px;
    margin-bottom: 50px;
}


/*! ---------- =print ---------- */
@media print {
  .page-header__toggle,.header-search,.header-utility,.header-nav,.in-this-section,.footer-logo,.footer-social,.footer-utility,.home-feature,.breadcrumbs,.share-buttons,.truncator-expand {
    display: none !important;
  }
  body {
    background: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  @page {
    margin: 0.5in;
  }
  @page :first {
    margin-top: 1in;
  }
  .page-bounds,.hero__content {
    max-width: 100%;
  }
  .page-header,.content,.page-footer {
    padding-left: 0;
    padding-right: 0;
  }
  h1,h2,h3,h4 {
    page-break-after: avoid;
  }
  blockquote,img,table,pre {
    page-break-inside: avoid;
  }
  ul,ol,dl {
    page-break-before: avoid;
  }
  .header-logo {
    float: none;
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
  }
  .page-footer {
    border-top: 1px solid #f1f1f1;
  }
  .footer-contact {
    text-align: center;
  }
  .interior-layout__title,.interior-layout__nav,.interior-layout__main,.interior-layout__aside {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .interior-layout__aside {
    border-top: 1px solid #d4d4d4;
    padding-top: 48px;
  }
  .page-title {
    text-align: center;
  }
  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #002242;
    color: #010000;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #340000;
  }
  .tabs__pane {
    display: block !important;
  }
  .accordion__content {
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  [data-truncate-to] {
    max-height: none !important;
    overflow: visible !important;
  }
  [data-truncate-to*="item"] > * {
    display: initial !important;
  }
}
.feature {
  background: #002242;
  color: #fff;
  margin-top: 0;
  margin-right: -48px;
  margin-bottom: 60px;
  margin-left: -48px;
}
.feature-content {
  padding: 20px 30px 1px 20px;
}
.feature-content h2 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
.feature-content p {
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 480px) {
  .feature-content p {
    max-width: 75%;
  }
}
@media (min-width: 960px) {
  .feature-content {
    padding: 20px 30px 1px 48px;
  }
}
.i-want-to {
  background: #0d5e71;
  color: #fff;
  font-size: 30px;
  margin-bottom: 75px;
}
.i-want-to select {
  border: #fff solid 1px;
  color: #fff;
  font-size: 24px;
  width: 250px;
}

.i-want-to select option {
   color: #666;
}

.i-want-to-content {
  padding: 18px 25px 18px 0;
  text-align: center;
  margin: 0 auto;
  width: 375px;
}
.i-want-to-content .grid__unit {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .i-want-to-text {
    text-align: center;
    margin-bottom: 12px;
  }
  .i-want-to-content {
    padding: 25px 0;
  }
}
@media (min-width: 768px) {
  .i-want-to-content {
    width: 375px;
  }
  .i-want-to-text {
    margin-top: 7px;
  }
}
.back-to-top {
  background: #000;
  color: #fff;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  /* position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10; */
}
.back-to-top a, .back-to-top a:hover {
  color: #fff;
}
.back-to-top img {
  display: inline-block;
  padding-left: 12px;
  vertical-align: text-top;
}
.landing-all {
  font-size: 24px;
  display: block;
  margin-bottom: 48px;
}
.horizontal-scroll {
  position: relative;
}
.horizontal-scroll:not(:last-child) {
  margin-bottom: 48px;
}
.horizontal-scroll__wrapper {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.js .horizontal-scroll__wrapper {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.js .horizontal-scroll__wrapper::-webkit-scrollbar {
  display: none;
}
.horizontal-scroll__contents {
  float: left;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  word-spacing: -0.31em;
}
.horizontal-scroll__item {
  display: inline-block;
  vertical-align: middle;
  /* max-width: 20%;
  */
  padding-right: 24px;
  white-space: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-spacing: normal;
}
.horizontal-scroll__item:first-child {
  padding-left: 0;
}
.horizontal-scroll__item:last-child {
  padding-right: 25px;
}
.horizontal-scroll__content__item {
  width: 257px !important;
  background: #fff;
  padding: 17px 17px 17px 17px;
}
.horizontal-scroll__topic {
  font-weight: bold;
  text-align: center;
  margin-bottom: 7px;
}
.horizontal-scroll__content__item a:hover, .horizontal-scroll__content__item a:focus {
  color: #002242;
}
.horizontal-scroll__topic img {
  margin-top: 12px;
}
.horizontal-scroll__title {
  font-size: 18px;
  font-weight: bold
}
.horizontal-scroll__date {
  font-style: italic;
}
.horizontal-scroll__date-title {
  color: #fff;
  padding: 12px 24px;
  margin-top: 12px;
  margin-right: -17px;
  margin-left: -17px;
  margin-bottom: 24px;
  text-align: center;
}
.horizontal-scroll__date-title.advisory, .horizontal-scroll__topic.annual-report {
  background: #002242;
}
.horizontal-scroll__date-title.event, .horizontal-scroll__topic.working-report {
  background: #4d788a;
}
.horizontal-scroll__date-title.news, .horizontal-scroll__topic.economic-highlights {
  background: #0d5e71;
}
.horizontal-scroll__date-title.media, .horizontal-scroll__topic.quarterly-review {
  background: #0087a1;
}
.horizontal-scroll__date-title.legal, .horizontal-scroll__topic.stability {
  background: #10476c;
}
.publications-scroll .horizontal-scroll__topic {
  color: #fff;
  font-weight: normal;
  position: relative;
  height: 178px;
  /* margin-right: -12px;
  */
  margin-bottom: -90px;
  /* margin-left: -12px;
  */
  padding-top: 36px;
  z-index: -1;
  width: 89%;
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
}
.publications-scroll .horizontal-scroll__content__item {
  max-width: 240px !important;
}
.publications-scroll .horizontal-scroll__item {
  padding-right: 42px;
}
.publications-scroll .horizontal-scroll__item:first-child .horizontal-scroll__content__item {
  /* margin-left: 12px;
  */
}
.horizontal-scroll__date-title.publications {
  background: none !important;
  color: #002242;
}
.horizontal-scroll__date.publications-date {
  color: #8e8d8d;
  font-size: 16px;
  font-style: normal;
  padding-top: 24px;
}

.horizontal-scroll__date {
  font-size: 16px;
}

@media (max-width: 959px) {
  .horizontal-scroll__wrapper {
    margin-left: 12px;
  }
}


@media (min-width: 960px) {
  .horizontal-scroll__wrapper {
    margin-left: 18px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .publications-scroll .horizontal-scroll__topic {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 1500px) {
  .publications-scroll .horizontal-scroll__topic {
    width: 100%;
    max-width: none;
  }
  .publications-scroll .horizontal-scroll__item {
    padding-right: 24px;
  }
}
.horizontal-scroll__control {
  width: 96px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: transparent;
  font-size: 20px;
  color: #0083b6;
}
.horizontal-scroll__control--left {
  left: -72px;
}
.horizontal-scroll__control--right {
  right: -72px;
}
.horizontal-scroll__control:hover,.horizontal-scroll__control:focus {
  color: #ffb71b;
}
.horizontal-scroll--is-at-start .horizontal-scroll__control--left,.horizontal-scroll--is-at-end .horizontal-scroll__control--right {
  color: #9fa0a2 !important;
  cursor: default;
}
@media (min-width: 850px) and (max-width: 959px) {
  .horizontal-scroll__item.moments-item {
    max-width: 100%;
    padding-right: 10px;
  }
  .horizontal-scroll__content__item.moments-slide {
    width: 375px !important;
  }
}
@media (min-width: 960px) and (max-width: 1099px) {
  .horizontal-scroll__item.moments-item {
    max-width: 100%;
    padding-right: 90px;
  }
  .horizontal-scroll__content__item.moments-slide {
    width: 400px !important;
  }
}
@media (min-width: 1100px) {
  .horizontal-scroll__item.moments-item {
    max-width: 50%;
  }
  .horizontal-scroll__content__item.moments-slide {
    width: 475px !important;
    background: none;
  }
}
@media (max-width: 1272px) {
  .horizontal-scroll__control {
    width: 48px;
  }
  .horizontal-scroll__control--left {
    left: -48px;
  }
  .horizontal-scroll__control--right {
    right: -48px;
  }
  .horizontal-scroll__control--left.moment-left {
    left: -24px;
  }
  .horizontal-scroll__control--right.moment-right {
    right: -24px;
  }
}
@media (max-width: 767px) {
  .horizontal-scroll__item {
    /* max-width: 45vw;
    */
  }
  .horizontal-scroll__control {
    display: none;
  }
  .horizontal-scroll__item:first-child {
    padding-left: 0;
  }
  .horizontal-scroll__item {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .horizontal-scroll__item {
    /* max-width: 80vw;
    */
  }
}
.horizontal-scroll__contents.grid {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.horizontal-scroll__contents {
  float: none;
}
.horizontal-scroll__content__item {
  margin: 0 auto;
}
@media (max-width: 479px) {
  .horizontal-scroll__content__item {
    /* width: 80% !important;
    */
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .horizontal-scroll__content__item {
    /*width: 60% !important;
    */
    max-width: 100%;
    margin: 0 auto;
  }
  .horizontal-scroll__contents {
    float: none;
  }
}
/*@media (min-width: 768px) and (max-width: 899px) {
  .horizontal-scroll__content__item {
    max-width: 100% !important;
    border: orange solid 1px;
  }
  horizontal-scroll__item {
    /*max-width: 33% !important;
    */
  }
}
@media (min-width: 900px) and (max-width: 1080px) {
  .horizontal-scroll__content__item {
    width: 220px !important;
  }
  horizontal-scroll__item {
    max-width: 33% !important;
  }
}
.stats-database {
  background: url(/images/default-source/default-album/bkgd-stats-database518797dd-4955-4713-8963-747966c64ecd.jpg);
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 72px;
}
.stats-database h2 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  padding-top: 12px;
}
.button.database {
  background: #5a0d1a;
  color: #fff;
  margin-bottom: 15px;
}

.currency-gallery-strip {
  background: url(/images/default-source/default-album/currencygallery.jpg?sfvrsn=415236e8_3/currencyGallery.jpg);
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 72px;
}
.currency-gallery-strip h2 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  padding-top: 12px;
}

.full-width-blue-outline-container h2 {
  text-align: center;
}
@media (max-width: 959px) {
  .full-width-blue-outline-container h2 {
    margin-top: -57px;
  }
}
@media (max-width: 599px) {
  .full-width-blue-outline-container .container-title {
    max-width: 250px;
    clear: both;
  }
}
.full-width-blue-outline-container .container-title {
  max-width: 350px;
  z-index: 2;
  background: #002242;
}
.working-report .full-width-blue-outline-container .container-title {
  background: #4a7888;
}
.economic-highlights .full-width-blue-outline-container .container-title {
  background: #005f6f;
}
.quarterly-review .full-width-blue-outline-container .container-title {
  background: #00889e;
}
.stability .full-width-blue-outline-container .container-title {
  background: #084869;
}
.full-width-blue-outline-container h2 {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  z-index: 2;
}
@media (min-width: 768px) {
  .full-width-blue-outline-container h2 {
    margin-top: -77px;
  }
}
@media (max-width: 767px) {
  .full-width-blue-outline-container h2 {
    margin-top: -70px;
  }
}
.full-width-blue-outline-container {
  border-top: #fff solid 1px;
  margin-top: 15px;
  padding: 45px 60px 25px 60px;
  margin-left: 20px;
  margin-right: 10px;
}
.working-report .full-width-blue-outline-container {
  padding: 45px 47px 25px 47px;
  margin-left: 10px;
  margin-right: 10px;
}
.economic-highlights .full-width-blue-outline-container {
  padding: 45px 37px 25px 37px;
  margin-left: 10px;
  margin-right: 10px;
}
.quarterly-review .full-width-blue-outline-container {
  padding: 45px 42px 25px 42px;
  margin-left: 10px;
  margin-right: 10px;
}
.stability .full-width-blue-outline-container {
  padding: 45px 24px 25px 24px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 959px) {
  .how-do-i .button {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (min-width: 960px) {
  .how-do-i {
    position: absolute;
    right: 25px;
    top: 48%;
  }
}
@media (min-width: 960px) and (max-width: 1099px) {
  .header-logo img {
    /* max-width: 70%;
    */
  }
  .header-logo {
    max-width: 200px;
    margin-top: 48px;
    margin-right: 24px;
  }
  .header-nav > ul > li > a, .header-nav div > ul > li > a {
    font-size: 16px;
  }
  .button.next-to-nav {
    font-size: 14px;
    padding: 12px 24px;
  }
  .header-search {
    left: calc(100% - 12px);
    top: 60%;
  }
  .header-search__input {
    top: 40% !important;
  }
}
.against {
  background: #fff;
  padding: 20px;
}
.against-note {
  margin-top: 12px;
  color: #627989;
  font-size: 14px;
}
.against {
  background: #fff;
  padding: 20px;
}
.against-text {
  color: #627989;
  float: left;
}
select.against {
  border: none;
  display: inline-block;
  color: #e41f29;
  font-weight: bold;
}

select.against option {
  font-size: 14px;
  color: #444;
}
.buy {
  clear: left;
  float: left;
  margin-right: 24px;
  color: #627989;
  text-align: center;
  line-height: 30px;
}
.buy-numbers {
  color: #166f42;
  font-size: 30px;
}
.sell {
  color: #627989;
  text-align: center;
  line-height: 30px;
}
.sell-numbers {
  color: #0e5882;
  font-size: 30px;
}
@media (max-width: 480px) {
  select.against {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 959px) {
  .buy {
    float: none;
    margin-right: 0;
  }
  .data-container {
    margin-top: 42px;
  }
  
select.against {
  display: block;
    clear: both;
}

}

@supports (-webkit-touch-callout: none) {
  select.against {
  display: block;
    clear: both;
    margin-bottom: 12px;
}

  .against-text {
    margin-bottom: 12px;
  }
}


@media (min-width: 990px) {
  select.against {
    /*width: 170px;*/
    margin-top: -20px;
  }
}
form.exchange {
  margin-top: -18px;
  padding-top: 0;
}

.interest-rate {
  font-size: 40px;
  color: #5a0d1a;
     font-weight: 800;
text-align:center;
margin-top: 40px;
}
.rate-label {
  margin-top: 40px;
  margin-bottom: 170px;
  color: #657b8a;
  font-size: 14px;
  
  /*border-width: 5px;
    border-color: #005f6f;
border-style: solid none none none;
*/
    padding: 10px;
font-weight: 600;
text-align:left;
}
.data-container {
  position: relative;
  border: #ececec solid 1px;
  max-width:300px;
  background-color:#FFF;
}
.rate-Lable-Header
{
  
text-align:center;
background-color: #005f6f;
 color:white;
 font-size:16px;
 padding: 10px 20px;
}

.historical-data img {
  position: absolute;
  bottom: 0;
}
.interior-banner.blue-banner {
  background-color: #002242;
}
.interior-banner.red-banner {
  background-color: #5a0d1a;
}
.interior-banner {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 175px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 218px;
}
.interior-layout__title, .interior-layout__title .breadcrumbs, .interior-layout__title .breadcrumbs a, .interior-layout__title h1 {
  color: #fff;
}
.interior-layout__title h1 {
  margin-top: 40px;
}
@media (max-width: 959px) {
  .interior-banner {
    top: 95px;
  }
  .interior-layout.page-bounds {
    /* margin-top: 240px; */
    margin-top: 0;
  }
  
  .content {
  margin-top: 250px;
}
  
  .interior-layout__title {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .interior-layout__title {
    margin-left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .interior-layout__title {
    margin-left: 48px;
  }
}
@media (min-width: 960px) {
  .interior-layout.page-bounds {
    /* margin-top: 400px; */
  }

.content {
  margin-top: 400px;
}

}

.content .page-bounds + .hero {
  margin-top: 0;
}


.related-files {
  margin-top: 48px;
}

.item-list__content {
    float: left;
    max-width: 70%;
}


.header-logo.to-screen-edges .sf_colsIn.interior-banner.blue-banner {
  display: none;
}

.slider.single-item, .slider.single-item a {
  color: #fff;
}

@media (max-width: 959px) {
.slider.single-item {
  padding-left: 24px;
}
.slider.single-item p {
  max-width: 75%;
}
}

@media (min-width: 960px) {
.slider.single-item {
  padding-left: 72px;
}
}

.slider.single-item p {
  font-size: 16px;
}

.full-width-section {
  background: #0d5e71;
  color: #fff;
  padding: 24px;
}

@media (min-width: 960px) {
.full-width-section {
  padding-left: 96px;
  padding-right: 96px;
}

}

.full-width-section h1, .full-width-section p, .full-width-section h2, .full-width-section h3, .full-width-section h4 {
  color: #fff;
}


/* Currency Gallery */

h4.coin-title {
margin-top: 12px;
margin-bottom: 5px;
text-align: center;
}

.after-flip {
 margin-top: 12px;
}

.coin-subtitle {
text-align: center;
color: #2c353a;
}

.tooltip {
  /* hide and position tooltip */
  top: 0;
  background-color: #eee;
  font-size: 16px;
  padding: 24px;
  border-radius: 5px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
  z-index: 999;
}


.tooltip h4 {
  text-align: center;
  line-height: 30px;
  margin-bottom: 7px; 
}

.tooltip img {
  margin-bottom: 0;
}

.tooltip p {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 5px;
}
 /*
.hover:hover .tooltip {
  display tooltip on hover 
  opacity: 1;
}*/

#myBtn {
 cursor: pointer;
}

.expand {
  text-align: center;
  margin-top: 10px;
  color: #5c0c1a;
}

.fas.fa-sync-alt {
  position: relative;
  top: -35px;
  color: #5c0c1a;
}

/* Currency Gallery 2025 */
.item-list--currency {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.item-list--currency .item-list__item {
  flex-basis: 31%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  background-color:#FFF;
  padding: 24px;
}
.item-list--currency .item-list__item:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.item-list--currency .item-list__item + .item-list__item {
  margin-top: 0;
}
.item-list--currency .item-list__thumbnail {
  width: 100%;
  max-width: 100%;
  margin: 0 0 12px;
  float: none;
}
.item-list--currency .item-list__link {
  font-weight: 400;
}
.item-list--currency .item-list__title {
  font-weight: 700;
}

 @media (max-width: 959px) {
  .item-list--currency {
    flex-wrap: wrap;
  }
  .item-list--currency .item-list__item {
    flex-basis: 100%;
  }
 }

.gallery-currency__description {
  margin-bottom: 48px;
}
.gallery-currency__photos {
  background: #fff;
  padding: 48px;
  margin-bottom: 48px;
}
.gallery-currency__photos .gallery-currency__content {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-around;
  max-width: 1080px;
  margin: 0 auto;
}
.gallery-currency__photos .gallery-currency__content .gallery-currency__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 12px;
}

.gallery-currency__features ul {
  list-style: none;
  border-left: 5px solid #5a0d1a;
  padding-left: 24px;
}
.gallery-currency__features ul li::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: #5a0d1a;
  position: relative;
  top: 30px;
  left: -39px;
  border-radius: 100%;
}
.gallery-currency__features ul li + li {
  margin-top: 24px;
}
.gallery-currency__features ul li strong {
  font-size: 21px;
  display: block;
  color: #002242;
}
.gallery-currency__features ul li img {
  max-width: 110px;
  margin: 6px 0 6px;
}


 /* The Modal (background) */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 40%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  font-size: 16px;
  padding: 24px;
  border-radius: 5px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 7% auto; /* 15% from the top and centered */
  padding: 20px;
  width: 95%; /* Could be more or less, depending on screen size */
  border: none;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 10px;
  z-index: 9999;
  width: 50px;
  height: 50px;
}

@media (max-width: 767px) {
  .close {
    float: none;
  }
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

 /* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  text-align: center;
  margin: 0 auto;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
 
}

/* Style the back side */
.flip-box-back {
  transform: rotateY(180deg);
} 

/* Modal New */

#myModal {
  position: absolute;
  z-index: 9999;
}

/* news categories */ 


.cat-public-advisories {  
background-image:url(/images/default-source/default-album/alert-bell0ff541de-0e03-4e69-b9d0-f06d44e41933.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 44px;
  display: block;
}

.cat-press-release  {  
  background: url(/images/default-source/default-album/news8c929c11-ead4-4eb7-98f3-b0c4568df389.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 46px;
  display: block;
}

.cat-government-securities  {  
  background:  url(/images/default-source/icons/icon-annual-report.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 46px;
  display: block;
}

.cat-government-notices  {  
  background:  url(/images/default-source/default-album/legal6d25d54b-0e6a-4809-8591-ef212f351d9a.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 46px;
  display: block;
}

.cat-treasury-bills  {  
  background:  url(/images/default-source/default-album/legal6d25d54b-0e6a-4809-8591-ef212f351d9a.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 46px;
  display: block;
}

.cat-warning-circulars  {  
  background:  url(/images/default-source/icons/asset-5@1.5x.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 46px;
  display: block;
  }

.cat-media {
  background: url(/images/default-source/default-album/media87ff18bc-2795-4e46-b431-cc6a892ffd3a.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 46px;
  display: block;
}

.cat-event {
  background: url(/images/default-source/default-album/calendard23c6273-1882-491a-b255-dbbce48e59f0.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 44px;
  display: block;
}

.cat-legal {
  background: url(/images/default-source/default-album/legal6d25d54b-0e6a-4809-8591-ef212f351d9a.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 41px;
  display: block;

}

.cat-press-release.horizontal-scroll__date-title {
  background-image: none;
  height: auto;
  background: #005f6f;
}

 .cat-press-release.category-name {
    background-image: none;
 }

 .cat-press-release.category-name:before {
 content: "Press Release";

 }

.cat-public-advisories.horizontal-scroll__date-title {
  background-image: none;
  height: auto;
  background: #002340;
}

 .cat-public-advisories.category-name {
    background-image: none;
 }

 .cat-public-advisories.category-name:before {
 content: "Public Advisories";

 }
/*-----*/

.cat-warning-circulars.horizontal-scroll__date-title {
  background-image: none;
  height: auto;
  background: #002340;
  }
  
   .cat-warning-circulars.category-name {
    background-image: none;
   }
  
   .cat-warning-circulars.category-name:before {
   content: "Warning Circulars";
  
   }
 
.cat-media.horizontal-scroll__date-title {
  background-image: none;
  height: auto;
  background: #00889e;
}

 .cat-media.category-name {
    background-image: none;
 }

 .cat-media.category-name:before {
 content: "Media";
 }

.cat-event.horizontal-scroll__date-title {
  background-image: none;
  height: auto;
  background: #4a7888;
}

 .cat-event.category-name {
    background-image: none;
 }

 .cat-event.category-name:before {
 content: "Event";
 }


.cat-legal.horizontal-scroll__date-title {
  background-image: none;
  height: auto;
  background: #084869;
}


 .cat-legal.category-name {
    background-image: none;
 }

 .cat-legal.category-name:before {
 content: "Legal";
 }
 
 
.cat-government-securities.horizontal-scroll__date-title {
  background-image: none;
  height: auto;
  background: #084869;
}


 .cat-government-securities.category-name {
    background-image: none;
 }

 .cat-government-securities.category-name:before {
 content: "Government Securities";
 }
 
 
.cat-government-notices.horizontal-scroll__date-title {
  background-image: none;
  height: auto;
  background: #084869;
}


 .cat-government-notices.category-name {
    background-image: none;
 }

 .cat-government-notices.category-name:before {
 content: "Government Notices";
 }
 
 .cat-treasury-bills.horizontal-scroll__date-title {
  background-image: none;
  height: auto;
  background: #084869;
}


 .cat-treasury-bills.category-name {
    background-image: none;
 }

 .cat-treasury-bills.category-name:before {
 content: "Treasury Bills";
 }

/* publication categories */

.cat-annual-financial-statement {
  background: url(/images/default-source/default-album/icon-annual-report41b34cb5-8b9b-4d4f-9dc6-c503e9343ff4.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 61px;
  display: block;
}

.horizontal-scroll__topic.cat-annual-financial-statement {
  background-image: none;
  background: #002340;
}


.cat-annual-financial-statement .full-width-blue-outline-container .container-title  h2:before {
 content: "Annual Financial Statement";
}

.cat-annual-financial-statement .full-width-blue-outline-container {
padding: 45px 20px 25px 20px;
margin-left: 10px;
margin-right: 10px;
}


.cat-monthly-financial-statement {
  background: url(/images/default-source/default-album/icon-annual-report41b34cb5-8b9b-4d4f-9dc6-c503e9343ff4.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 61px;
  display: block;
}

.horizontal-scroll__topic.cat-monthly-financial-statement {
  background-image: none;
  background: #556c81;
}


.cat-monthly-financial-statement .full-width-blue-outline-container .container-title {
  background: #556c81;
  /*background: #4a7888;*/
}

.cat-monthly-financial-statement .full-width-blue-outline-container .container-title  h2:before {
 content: "Central Bank Monthly Financial";
}

.cat-monthly-financial-statement .full-width-blue-outline-container {
padding: 45px 20px 25px 20px;
margin-left: 10px;
margin-right: 10px;
}

.cat-annual-reports {
  background: url(/images/default-source/default-album/icon-annual-report.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 61px;
  display: block;
}

.horizontal-scroll__topic.cat-annual-reports {
  background-image: none;
  background: #00162c;
}

.cat-annual-reports .full-width-blue-outline-container .container-title {
  background: #00162c;
  /*background: #4a7888;*/
}

.cat-annual-reports .full-width-blue-outline-container .container-title  h2:before {
 content: "Annual Report";
}


.cat-annual-reports .full-width-blue-outline-container {
    padding: 45px 50px 25px 50px;
    margin-left: 20px;
    margin-right: 10px;
}

/*--working papers---*/

.cat-working-papers {
  background: url(/images/default-source/icons/workingpapers.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 61px;
  display: block;
  }
  
  .horizontal-scroll__topic.cat-working-papers {
  background-image: none;
  background: #00162c;
  }
  
  .cat-working-papers .full-width-blue-outline-container .container-title {
  background: #00162c;
  /*background: #4a7888;*/
  }
  
  .cat-working-papers .full-width-blue-outline-container .container-title  h2:before {
   content: "Working Papers";
  }
  
  
  .cat-working-papers .full-width-blue-outline-container {
    padding: 45px 50px 25px 50px;
    margin-left: 20px;
    margin-right: 10px;
  }
/*end working papers*/

/*--Speeches---*/

.cat-speeches {
  background: url(/images/default-source/icons/speeches.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 61px;
  display: block;
  }
  
  .horizontal-scroll__topic.cat-speeches {
  background-image: none;
  background: #00162c;
  }
  
  .cat-speeches .full-width-blue-outline-container .container-title {
  background: #00162c;
  /*background: #4a7888;*/
  }
  
  .cat-speeches .full-width-blue-outline-container .container-title  h2:before {
   content: "Speeches";
  }
  
  
  .cat-speeches .full-width-blue-outline-container {
    padding: 45px 50px 25px 50px;
    margin-left: 20px;
    margin-right: 10px;
  }
/*end speaches*/

/*--Statistical Digest---*/

.cat-statistics-digest {
  background: url(/images/default-source/icons/iconstatisticaldigest.jpg);
  background-repeat:no-repeat;
  background-position: center;
  height: 61px;
  display: block;
  }
  
  .horizontal-scroll__topic.cat-statistics-digest {
  background-image: none;
  background: #00162c;
  }
  
  .cat-statistics-digest .full-width-blue-outline-container .container-title {
  background: #00162c;
  /*background: #4a7888;*/
  }
  
  .cat-statistics-digest .full-width-blue-outline-container .container-title  h2:before {
   content: "Statistical Digest";
  }
  
  
  .cat-statistics-digest .full-width-blue-outline-container {
    padding: 45px 50px 25px 50px;
    margin-left: 20px;
    margin-right: 10px;
  }
/*end Statistical digest*/

.cat-quarterly-reviews {
  background: url(/images/default-source/default-album/icon-quarterly-review.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 61px;
  display: block;
}

.horizontal-scroll__topic.cat-quarterly-reviews {
  background-image: none;
  background: #00162c;
}

.cat-quarterly-reviews .full-width-blue-outline-container .container-title {
  background: #00162c;
  /*background: #4a7888;*/
}

.cat-quarterly-reviews .full-width-blue-outline-container .container-title  h2:before {
 content: "Quarterly Review";
}


.cat-quarterly-reviews .full-width-blue-outline-container {
    padding: 45px 50px 25px 50px;
    margin-left: 20px;
    margin-right: 10px;
}


 /* Conferences and Working Papers*/

.cat-conferences-and-working-papers {
  background: url(/images/default-source/default-album/icon-working-groups3c45d947-4dbc-4b62-8e1c-069a2db6c361.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 61px;
  display: block;
}

.horizontal-scroll__topic.cat-conferences-and-working-papers {
  background-image: none;
  background: #00162c;
}

.cat-conferences-and-working-papers .full-width-blue-outline-container .container-title {
  background: #00162c;
  /*background: #4a7888;*/
}

.cat-conferences-and-working-papers .full-width-blue-outline-container .container-title  h2:before {
 content: "Working Paper";
}


.cat-conferences-and-working-papers .full-width-blue-outline-container {
    padding: 45px 50px 25px 50px;
    margin-left: 20px;
    margin-right: 10px;
}

/* Conferences and Working Papers*/
 .cat-credit-conditions-survey-results {
  background: url(/images/default-source/default-album/icon-credit-conditions-survey.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 61px;
  display: block;
}

.horizontal-scroll__topic.cat-credit-conditions-survey-results {
  background-image: none;
  background: #005f6f;
}

.cat-credit-conditions-survey-results .full-width-blue-outline-container .container-title {
  background: #005f6f;
}

.cat-credit-conditions-survey-results .full-width-blue-outline-container .container-title  h2:before {
 content: "Credit Conditions Survey";
}


.cat-credit-conditions-survey-results .full-width-blue-outline-container {
    padding: 45px 50px 25px 50px;
    margin-left: 20px;
    margin-right: 10px;
}


 .cat-monthly-economic-highlights {
  background: url(/images/default-source/default-album/icon-economic-highlights9f49d3b0-753b-454a-80e6-081f816f62ae.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 61px;
  display: block;
}

.horizontal-scroll__topic.cat-monthly-economic-highlights {
  background-image: none;
  background: #005f6f;
}


.cat-monthly-economic-highlights .full-width-blue-outline-container .container-title {
  background: #005f6f;
}


.cat-monthly-economic-highlights  .full-width-blue-outline-container .container-title  h2:before {
 content: "Monthly Economic Highlights";
}


.cat-monthly-economic-highlights  .full-width-blue-outline-container {
    padding: 45px 15px 25px 15px;
    margin-left: 10px;
    margin-right: 10px;
}
/*weekly monetary highlights*/

.cat-weekly-monetary-aggregates {
  background: url(/images/default-source/icons/news8c929c11-ead4-4eb7-98f3-b0c4568df389.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 61px;
  display: block;
  }
  
  .horizontal-scroll__topic.cat-weekly-monetary-aggregates {
  background-image: none;
  background: #005f6f;
  }
  
  
  .cat-weekly-monetary-aggregates .full-width-blue-outline-container .container-title {
  background: #005f6f;
  }
  
  
  .cat-weekly-monetary-aggregates  .full-width-blue-outline-container .container-title  h2:before {
   content: "Weekly Monetary Aggregates";
  }
  
  
  .cat-weekly-monetary-aggregates  .full-width-blue-outline-container {
    padding: 45px 15px 25px 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
/*end weekly */


 .cat-financial-stability-report {
  background: url(/images/default-source/default-album/icon-stabilitye3c54b2c-8dd6-4302-bc4e-65096f849f8c.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 61px;
  display: block;
}

.horizontal-scroll__topic.cat-financial-stability-report {
  background-image: none;
  background: #084869;
}


.cat-financial-stability-report .full-width-blue-outline-container .container-title {
  background: #084869;
}

.cat-financial-stability-report  .full-width-blue-outline-container .container-title  h2:before {
 content: "Financial Stability Report";
}


.cat-financial-stability-report  .full-width-blue-outline-container {
    padding: 45px 24px 25px 24px;
    margin-left: 10px;
    margin-right: 10px;
}


 .cat-quarterly-financial-information-of-international-banks, .cat-quarterly-financial-information-of-domestic-banks, .cat-credit-union {
  background: url(/images/default-source/default-album/icon-quaterlyreview31bc62b0-9616-4dc7-9e23-f0c8f9f69f8b.png);
  background-repeat:no-repeat;
  background-position: center;
  height: 61px;
  display: block;
}

.horizontal-scroll__topic.cat-quarterly-financial-information-of-international-banks, .horizontal-scroll__topic.cat-quarterly-financial-information-of-domestic-banks 
, .horizontal-scroll__topic.cat-credit-union
{
  background-image: none;
  background: #00889e;
}


.cat-quarterly-financial-information-of-international-banks .full-width-blue-outline-container .container-title, .cat-quarterly-financial-information-of-domestic-banks  .full-width-blue-outline-container .container-title 
, .cat-credit-union  .full-width-blue-outline-container .container-title
 {
  background: #00889e;
}

.cat-quarterly-financial-information-of-international-banks .full-width-blue-outline-container .container-title  h2:before, .cat-quarterly-financial-information-of-domestic-banks .full-width-blue-outline-container .container-title  h2:before
, .cat-credit-union .full-width-blue-outline-container .container-title  h2:before
 {
 content: "Quarterly Financial";
}

.cat-quarterly-financial-information-of-international-banks .full-width-blue-outline-container, .cat-quarterly-financial-information-of-domestic-banks .full-width-blue-outline-container, .cat-credit-union .full-width-blue-outline-container {
    padding: 45px 42px 25px 42px;
    margin-left: 10px;
    margin-right: 10px;
}



/* No JS modal */


.modal-grid-unit .button {
    display: inline-block;
    padding: 10px 16px;
}
[id^=modal] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
[id^=modal]:target {
    display: block;
    top: 50%;
}
/* input[type=checkbox] {
    position: absolute;
    clip: rect(0 0 0 0);
} */
.popup {
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.popup__overlay {
    position: fixed;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.popup__wrapper {
    position: fixed;
    z-index: 9;
    width: 80%;
    /* max-width: 1200px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    padding: 58px 32px 32px 32px;
    background:  #fff;
    overflow: scroll;
}

.popup__wrapper .content-box
{
  border-top: 15px solid #002242;
 
}

 @media (max-width: 959px) {
.popup__wrapper {
  position:relative;
  z-index: 9;
  width: 90%;
  max-width: none;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%); 
  border-radius: 8px;
  padding: 58px 32px 32px 32px;
  background: #fff;
  overflow: scroll;
}

[id^="modal"] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

}



.popup__close {
    position: absolute;
    top: 50px;
    right: 26px;
}

.modal-grid-unit  .button, .modal-grid-unit  .button:hover, .modal-grid-unit  .button:focus {
  background: none;
    -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
}

.modal-grid-unit .button:hover {
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
}
.modal-grid-unit .button:focus {
  outline: none;
  outline-offset: 0;
}
.modal-grid-unit .button:active {
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  transition: none;
}

.modal-grid-unit {
  text-align: center;
  margin: 0 auto;
} 

table.exchange-rates {
  width: 100%;
}

table.exchange-rates th {
  color: #fff;
  background-color: #999;
}

table.exchange-rates tr.alternate-highlight {
  background-color: #eee;
}



thead th {
  background: #666;
  color: #fff;
  font-weight: normal;
  padding: 12px;
}

td {
 padding: 12px !important;
}

tr:nth-child(odd) {
   background: #eee;
}

.table {
  width: 100%;
}

/* Set box sizing to border-box */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.table {
  width: 100%;
}

.tr:first-child {
  display: none;
}

.rh > span {
  display: block;
  position: relative;
}

/* Insert header name before each row on mobile */
.td:before {
  content: attr(data-header);
  float: left;
  width: 25%;
}

/* CSS border triangle trick */
.table .rh > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #fff;
  z-index: 2;
  right: 15px;
  top: 0;
  pointer-events: none;
  margin:12px;
}

/* Flip CSS border triangle on active */
.table .rh.active > span:after {
  border-top-color: transparent;
  border-bottom-color: #fff;
  top: 0;
}

/* Media Queries */
@media screen and (min-width: 768px) {
  .rh {
    display: none;
  }
  
  .table {
    display: table;
    width: 100%;
  }

  .thead {
    display: table-header-group;
  }

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

  .tr,
  .tr:first-child {
    display: table-row;
  }

  .th,
  .td {
    display: table-cell;
  }

  .td:before {
    content: "";
  }
}


/* ===========
    Styling
   =========== */

.table {
   border: 1px solid #666; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
/*  border-radius: 5px;*/
  -webkit-background-clip: padding-box; 
  -moz-background-clip: padding; 
  background-clip: padding-box;
  overflow: hidden;
}


.th,
.rh > span {
   color: #fff;
   background: #666;
}

.tr .td:nth-child(even) {
  background: #eee;
}

.th,
.tr .td,
.rh,
.rh.active:nth-last-child(2) {
  /* border-bottom: 1px solid #666; */
  white-space: nowrap;
}

.td.numbers  {
  text-align: left;
}

.rh:nth-last-child(2) {
  border-bottom: none;
}

.td {
  padding: 5px 15px;
}

.rh > span {
  padding: 5px 15px;
  /* font-size: 1.25em; */
  font-weight: 600;
}

.tr:first-child,
.tr:last-child {
  border-bottom: none;
}

.tr:last-child .td:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
.hide-me {
  display: none;
}

.td.numbers .value, .th.numbers .value {
  text-align: right;
}

thead th {
  background: #666;
  color: #010000;
  font-weight: normal;
  padding: 7px;
}

td {
 padding: 7px !important;
}

.exchange-form-grid {
  max-width: 100% !important;
}

}

@media screen and (max-width: 959px) {

table.exchange-rates {
    max-width: 100% !important;
} 

.exchange-form-grid {
  max-width: 100% !important;
}


.align-right.exchange-align-right {
   text-align: left !important;
}

}


@media screen and (min-width: 768px) {
  .th,
  .td,
  .tr,
  .tr .td:last-child {
    /* border-bottom: 1px solid #666; */
  }
  
.td.numbers, .th.numbers {
  text-align: right;
}


  .th,
  .td {
    padding: 5px;
  }

  .th {
    /* border-right: 1px solid #666; */
  }

  .td {
      /* border-right: 1px solid #666; */
  }

  .th:last-child,
  .td:last-child {
    border-right: none;
  }

  /* Unfortunately we cannot just use :nth-child(odd/even) since the
     .rh elements are interspersed in there. Until CSS 4 I don't
     think there will be a way to style alterating rows for this 
     without using JavaScript or whatever builds the table to add
     a special class. */
  .tr.alternate-highlight {
    background: #eee;
  }

  /* Reset Mobile Styles */
  .tr:last-child .td:first-child {
    /* border-top: none; */
  }
  
  .tr:last-child .td {
     border-bottom: none; 
  }

  .tr .td:nth-child(even) {
    background: none;
  }
}


.buy-sell {
   background: #002340 !important; 
}

.currency-dates {
  background: #5c0c1a !important;
}

table.exchange-rates tr.alternate-highlight {
  background: #fff !important;
}

#exchange-chart {
  max-width: 100%; 
  overflow-y: hidden;
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch !important;
}

 #exchange-chart svg {
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch !important;
} 



@media screen and (max-width: 479) {
#exchange-chart {
  width: 300px !important; 
  overflow-y: hidden !important;
  overflow-x: scroll!important;
  -webkit-overflow-scrolling: touch !important;
}

}

/*cards*/
.careerCard {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  background-color:#FFF;
 /* border-radius: 15px;*/
 
}

.careerCard:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  
}

.careerCard img {
  /*border-radius: 15px 15px 0 0;
  padding-bottom:10px;*/
  height: 18rem;
    object-fit: cover;
}

.careerCard.portrait img {
  /*border-radius: 15px 15px 0 0;
  padding-bottom:10px;*/
  height: 18rem;
  width:100%;
  
    object-fit: cover;
    object-position: 100% 20%;
}


.white h3
{
  
    color:#010000;
  text-align:center;
  
}

.blueGrey h3
{
  background-color:#556c81;
    color:white;
  text-align:center;
  
}

.careerCard a
{
 /*background-color:#FFF;
   color : white;*/
    border-style:solid;
    border-width:2px 0px 0px 0px;
  border-color:#aaa;
  padding: 15px 20px 20px;
  display:block;
  
  
 /* margin : 20px 50px 50px;*/
 
}
.careerCard span
{
 
  color:#0d5e71;
  text-align:left;
}
.careerCard span:hover
{
  background: #0d5e71;
  color:#fff;
  padding:10px 10px 10px 10px;
}

.careerCard h3
{
  padding:10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align:center;
}
.careerCard div
{
  margin:0px 0px 20px 0px;
}




.blueGrey h3
{
  background-color:#556c81;
    color:white;
  text-align:center;
  
}

.darkBlue h3
{
  background-color: #00162c;
    color:white;
}

.pastelGreen h3
{
  background-color: #5e94a1;
    color:white;
}

.darkGreen h3
{
  background-color: #083e4b;
    color:white;
}
.blueGreen h3
{
  background-color: #0d5e71;
    color:white;
}
.rose h3
{
  background-color: #915e67;
    color:white;
}

.careerCard div {
  padding: 2px 16px;
}


.hideListTitle h1
{
  visibility:hidden;
    display: none;
}



/*textCart*/


.textCard {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}

.textCard  h3 {
  color: #262626;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  padding:0 20px 0 0;
}

.textCard div {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  margin:0 5px 0 0;
  padding:0 20px 0 0;
}

.textCard  p.small {
  font-size: 14px;
}

.textCard a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color:  #083e4b;
  border-radius: 0 4px 0 0;
   text-decoration:none;
}

.textCard span {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-weight:800;
  font-size:1.75em;
 
  font-family: courier, sans;
}

.card1 {
  display: block;
  position: relative;
  max-width:  100%;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}
.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #00838d;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.card1:hover:before {
  transform: scale(21);
}

.card1:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}
.card1:hover h3 {
  transition: all 0.3s ease-out;
  color: #ffffff;
}

.card2 {
  display: block;
  top: 0px;
  position: relative;
  max-width:  100%;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 28px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #f2f8f9;
}
.card2:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  border: 1px solid #cccccc;
  background-color: white;
}
.card2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #083e4b;
  height: 100%;
  width: 32px;
  border-radius: 32px;
  transform: scale(2);
  transform-origin: 50% 50%;
  transition: transform 0.15s ease-out;
}
.card2:hover:before {
  transform: scale(2.15);
}

.card3 {
  display: block;
  top: 0px;
  position: relative;
  max-width:  400px;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #f2f8f9;
}
.card3 .go-corner {
  opacity: 0.7;
}
.card3:hover {
  border: 1px solid #00838d;
  box-shadow: 0px 0px 999px 999px rgba(255, 255, 255, 0.5);
  z-index: 500;
}

.card3:hover p {
  color: #00838d;
}
.card3:hover .go-corner {
  transition: opactiy 0.3s linear;
  opacity: 1;
}

.card4 {
  display: block;
  top: 0px;
  position: relative;
  max-width:  400px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #cccccc;
}
.card4 .go-corner {
  background-color: #00838d;
  height: 100%;
  width: 16px;
  padding-right: 9px;
  border-radius: 0;
  transform: skew(6deg);
  margin-right: -36px;
  align-items: start;
  background-image: linear-gradient(-45deg, #8F479A 1%, #DC2A74 100%);
}
.card4 .go-arrow {
  transform: skew(-6deg);
  margin-left: -2px;
  margin-top: 9px;
  opacity: 0;
}
.card4:hover {
  border: 1px solid #CD3D73;
}
.card4 h3 {
  margin-top: 8px;
}

.card4:hover .go-corner {
  margin-right: -12px;
}
.card4:hover .go-arrow {
  opacity: 1;
}


/* end cards*/


.google-visualization-table-th.gradient.unsorted {
  background: #002242;
  font-size: 18px;
  padding: 12px;
  color: #fff;
  font-weight: bold;
}

.csv-download button {
  margin-top: 12px;
}

.grid.securities-chart  {
  max-width: 100% !important;
}

.securities-chart {
   max-width:  !important; 
  overflow-y: hidden;
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch !important;
}

@media screen and (max-width: 479px) {
.securities-chart {
  width: 300px !important; 
  overflow-y: hidden !important;
  overflow-x: scroll!important;
  -webkit-overflow-scrolling: touch !important;
}

}

.securities-chart {
    max-width: 90%;
    overflow-y: hidden;
    overflow-x: scroll !important;
}

 .securities-chart svg {
  overflow-x: scroll !important;
}

@media (max-width: 479px) {
.securities-chart {
  width: 300px !important; 
  overflow-y: hidden !important;
  overflow-x: scroll!important;
  -webkit-overflow-scrolling: touch !important;
}

}


@media (max-width: 767px) { 
.securities-chart  .csv-download button {
    float: left;
}
}

/*list tables*/
.listTable {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.listTable thead tr {
    background-color: #002242;
    color: #ffffff;
    text-align: left;
}

.listTable th,
.listTable td {
    padding: 12px 15px;
}

.listTable tbody tr {
    border-bottom: thin solid #dddddd;
}

.listTable tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}



.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
/*end list tables*/

/*Home page Rates list with slider*/

.container{

  
  display: inline-block;
  align-items: center;
  justify-content: center;
  height: 40vh;
  background: #ddd;
   max-height: 300px;
   
   
  }
  
  .rateCard {
  position: relative;
  background:#002242;
  width: 100%;
  height: 40vh;
  border-radius: 6px;
  padding: 2rem;
  color: #aaa;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2), 0 0 1rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin:0 5px 10px;
  border: 3px solid #f1f1f1;
  max-height: 300px;
  padding: 45px 20px 25px 20px;
  /*max-width:20vh;*/
  }
  
  .card__line {
  opacity: 0;
  animation: LineFadeIn 0.8s 0.8s forwards ease-in;
  }
  
  .rateCard> h3 {
  color: white;
  margin-top: -1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size:18px;
  }
  .card__content {
  margin-top: 5rem;
  opacity: 0;
  animation: ContentFadeIn 0.8s 1.6s forwards;
  vertical-align:bottom;
  font-size:16px;
  }
  
  .card__svg {
  position: absolute;
  left: 0;
  top: 25px;
  }
  
  @keyframes LineFadeIn {
  0% {
    opacity: 0;
    d: path("M 0 300 Q 0 300 0 300 Q 0 300 0 300 C 0 300 0 300 0 300 Q 0 300 0 300 ");
    stroke: #fff;
  }
  50% {
    opacity: 1;
    d: path("M 0 300 Q 50 300 100 300 Q 250 300 350 300 C 350 300 500 300 650 300 Q 750 300 800 300");
    stroke: #888BFF;
  }
  100% {
    opacity: 1;
    d: path("M -2 100 Q 50 200 100 250 Q 250 400 350 300 C 400 250 550 150 650 300 Q 750 450 802 400");
    stroke: #545581;
  }
  }
  @keyframes ContentFadeIn {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  }
  
  
  /*end rates list*/
  
  /*static homepage rates cards*/
  
  .rateCardContainer{  
  display: inline-block;    
  height: 40vh;
  background:transparent;
   width:30%;
   margin:0 10px;   
  }
  
  .rateCardStatic {
  position: relative;
  background:#002242;
  width: 100%;
  height: 40vh;
  border-radius: 6px;
  padding: 2rem;
  color: #fff;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2), 0 0 1rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin:0 5px 10px;
  border: 3px solid #f1f1f1;
  max-width:40vh;
  }
  
  .rateCardStatic> h3 {
  color: white;
  margin-top: -1rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  font-size:3em;
  text-align:center;
  }
  
  .historical-data a {
  position: absolute;
  bottom: 10px;
  color:#fff;
}
/*
@media screen and (max-width: 600px) {
.rateCardContainer {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
}
*/

@media (max-width: 600px) {
  .rateCardContainer {
    /* width: 80% !important;
    */
   width: 100%;
  display: block;
  margin-bottom: 20px;
  }
}

@media (min-width: 650px) and (max-width: 760px) {
  .rateCardContainer {
    width: 30% !important;
    height:300px;
    margin:0 3px;
  }
  .rateCardStatic {
    max-width: 100% !important;
    height:300px;
  }
  .rateCardStatic> h3{
    font-size:2em;
  }
  .card__content
  {
    margin-top:2em;
    font-size:14px;
  }
}


@media (min-width: 765px) and (max-width: 1024px) {
  .rateCardContainer {
    width: 45% !important;
    height:340px;
    margin:0 3px;
  }
  .rateCardStatic {
    max-width: 100% !important;
    height:340px;
  }
  .rateCardStatic> h3{
    font-size:1.5em;
  }
  .card__content
  {
    margin-top:2em;
    font-size:14px;
  }
  .historical-data
  {
    font-size:12px;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .rateCardContainer {
    width: 30% !important;
    height:55vh;
    margin:0 3px;
  }
  .rateCardStatic {
    max-width: 100% !important;
    height:55vh;
  }
  .rateCardStatic> h3{
    font-size:2em;
  }
  .card__content
  {
    margin-top:2em;
    font-size:14px;
  }
  .historical-data
  {
    font-size:12px;
  }
}

/* end static homepage rates card*/

/*rates table*/
.ratesContainer {
    width: 50%;
    display:inline;
  }
   
  .ratesContainer h4 {
    font: 400 20px/1.5 Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
  }
 
   
  .exchangeRates {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
   
  .exchangeRateItem {
    font: 200 16px/1.5 Helvetica, Verdana, sans-serif;
    border-bottom: 1px solid #ccc;
  }
   
  .exchangeRates li:last-child {
    border: none;
  }
   
  .exchangeRates a {
    text-decoration: none;
    display: inline;
   width: 200px;
   color:#383736;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
  }
   
  .exchangeRates .exchangeRateItem:hover {
    font-size: 18px;
    background: #f6f6f6;
  }
  
  .buySellRate{
    margin-right:16px;
    display: inline;
   float:right;
  }
   .ratesHeaderRow
  {
    
    background:#002242;
    color:#fff;
  }
  
/*end rates table*/



/*start currency slider*/
.cd-product-viewer-wrapper {
  text-align: center;
  padding: 2em 0;
}
.cd-product-viewer-wrapper > div {
  display: inline-block;
}
.cd-product-viewer-wrapper .product-viewer {
  border: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
  max-height: 440px;
  overflow: hidden;
}
.cd-product-viewer-wrapper img {
  /* this is the image visible before the image sprite is loaded */
  display: block;
  max-height: 440px;
  position: relative;
  z-index: 1;
}
.cd-product-viewer-wrapper .product-sprite {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 3200%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-product-viewer-wrapper.loaded .product-sprite {
  opacity: 1;
  cursor: ew-resize;
}

.cd-product-viewer-handle {
  position: relative;
  z-index: 2;
  width: 60%;
  max-width: 300px;
  border-radius: 50em;
  margin: 1em auto 3em;
  height: 4px;
  background: #4d4d4d;
}
.cd-product-viewer-handle .fill {
  /* this is used to create the loading fill effect */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: #5a0d1a;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.no-csstransitions .cd-product-viewer-handle .fill {
  display: none;
}
.loaded .cd-product-viewer-handle .fill {
  /* image sprite has been loaded */
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s 0.3s;
  transition: transform 0.3s, opacity 0.2s 0.3s;
}
.cd-product-viewer-handle .handle {
  position: absolute;
  z-index: 2;
  display: inline-block;
  height: 44px;
  width: 44px;
  left: 0;
  top: -20px;
  background: #5a0d1a url(/ResourcePackages/CBB/assets/img/cd-arrows.svg) no-repeat center center;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(181, 66, 64, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);
  /* replace text with image */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.cd-product-viewer-handle .handle:active {
  box-shadow: 0 0 0 0 rgba(181, 66, 64, 0), 0 0 20px rgba(0, 0, 0, 0.2);
}
.loaded .cd-product-viewer-handle .handle {
  /* image sprite has been loaded */
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-animation: cd-bounce 0.3s 0.3s;
  -moz-animation: cd-bounce 0.3s 0.3s;
  animation: cd-bounce 0.3s 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  cursor: ew-resize;
}

@-webkit-keyframes cd-bounce {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
  }
}
@-moz-keyframes cd-bounce {
  0% {
    -moz-transform: translateX(-50%) scale(0);
  }
  60% {
    -moz-transform: translateX(-50%) scale(1.1);
  }
  100% {
    -moz-transform: translateX(-50%) scale(1);
  }
}
@keyframes cd-bounce {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(1.1);
    -moz-transform: translateX(-50%) scale(1.1);
    -ms-transform: translateX(-50%) scale(1.1);
    -o-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}
/*end currency slider*/