/* line 1, app/assets/stylesheets/reset.scss */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  letter-spacing: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

/* line 13, app/assets/stylesheets/reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 19, app/assets/stylesheets/reset.scss */
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 21, app/assets/stylesheets/reset.scss */
object, embed {
  max-width: 100%;
}

/* line 22, app/assets/stylesheets/reset.scss */
ul {
  list-style: none;
}

/* line 23, app/assets/stylesheets/reset.scss */
blockquote, q {
  quotes: none;
}

/* line 24, app/assets/stylesheets/reset.scss */
b, strong {
  font-weight: bold;
}

/* line 25, app/assets/stylesheets/reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 27, app/assets/stylesheets/reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 29, app/assets/stylesheets/reset.scss */
del {
  text-decoration: line-through;
}

/* line 31, app/assets/stylesheets/reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
/* line 34, app/assets/stylesheets/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 35, app/assets/stylesheets/reset.scss */
mark {
  color: inherit;
}

/* line 37, app/assets/stylesheets/reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 39, app/assets/stylesheets/reset.scss */
input, select {
  vertical-align: middle;
}

/* line 41, app/assets/stylesheets/reset.scss */
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

/* line 48, app/assets/stylesheets/reset.scss */
input[type="radio"] {
  vertical-align: text-bottom;
}

/* line 49, app/assets/stylesheets/reset.scss */
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

/* line 50, app/assets/stylesheets/reset.scss */
.ie6 input {
  vertical-align: text-bottom;
}

/* line 52, app/assets/stylesheets/reset.scss */
select, input, textarea {
  font: 99% sans-serif;
}

/* line 54, app/assets/stylesheets/reset.scss */
table {
  font-size: inherit;
  font: 100%;
}

/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
/* line 58, app/assets/stylesheets/reset.scss */
a:hover, a:active {
  outline: none;
}

/* line 60, app/assets/stylesheets/reset.scss */
small {
  font-size: 85%;
}

/* line 62, app/assets/stylesheets/reset.scss */
strong, th {
  font-weight: bold;
}

/* line 64, app/assets/stylesheets/reset.scss */
td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
/* line 68, app/assets/stylesheets/reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

/* line 69, app/assets/stylesheets/reset.scss */
sup {
  top: -0.5em;
}

/* line 70, app/assets/stylesheets/reset.scss */
sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
/* line 73, app/assets/stylesheets/reset.scss */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
/* line 76, app/assets/stylesheets/reset.scss */
.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
/* line 83, app/assets/stylesheets/reset.scss */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
/* line 86, app/assets/stylesheets/reset.scss */
button {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
/* line 89, app/assets/stylesheets/reset.scss */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover */
/* line 92, app/assets/stylesheets/reset.scss */
.ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* let's clear some floats */
/* line 95, app/assets/stylesheets/reset.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 96, app/assets/stylesheets/reset.scss */
.clearfix:after {
  clear: both;
}

/* line 97, app/assets/stylesheets/reset.scss */
.clearfix {
  zoom: 1;
}

/* line 99, app/assets/stylesheets/reset.scss */
select, input, textarea, a {
  outline: none;
}

/* line 100, app/assets/stylesheets/reset.scss */
a {
  color: inherit;
}
/* line 1, content/themes/default/assets/stylesheets/default/flash_messages.scss */
.flashMessage {
  background: #e03056;
  text-align: center;
  padding: 20px 15px;
  color: #fff;
}

/* line 8, content/themes/default/assets/stylesheets/default/flash_messages.scss */
.flashMessage--notice {
  background-color: #adcb54;
}
/* line 1, content/themes/default/assets/stylesheets/default/history.scss */
.history__heading {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 38px;
  margin-bottom: 7px;
  text-align: center;
}

/* line 10, content/themes/default/assets/stylesheets/default/history.scss */
.history__info {
  font-size: 14px;
  color: #999;
  margin-bottom: 40px;
  text-align: center;
}

/* line 17, content/themes/default/assets/stylesheets/default/history.scss */
.history__items {
  overflow: hidden;
  margin-bottom: 25px;
}

/* line 22, content/themes/default/assets/stylesheets/default/history.scss */
.history__item {
  padding: 7px 0;
  overflow: hidden;
}

/* line 27, content/themes/default/assets/stylesheets/default/history.scss */
.history__itemType {
  width: 14%;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: -1px;
  float: left;
}

/* line 34, content/themes/default/assets/stylesheets/default/history.scss */
.history__itemType span {
  background: #333;
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

/* line 42, content/themes/default/assets/stylesheets/default/history.scss */
.history__itemType span.history__itemType__issue {
  background: #BFC8D0;
  border-color: #9ba8b4;
}

/* line 43, content/themes/default/assets/stylesheets/default/history.scss */
.history__itemType span.history__itemType__maintenance {
  background: #FFF7D6;
  border-color: #dbd3b3;
}

/* line 47, content/themes/default/assets/stylesheets/default/history.scss */
.history__itemTitle {
  margin-left: 16%;
  font-size: 14px;
}

/* line 53, content/themes/default/assets/stylesheets/default/history.scss */
.history__itemDate {
  margin-left: 5px;
  font-size: 90%;
  color: #999;
  font-size: 12px;
  text-align: right;
}

/* line 61, content/themes/default/assets/stylesheets/default/history.scss */
.history__itemHeading {
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
  margin-bottom: 25px;
}

@media (max-width: 600px) {
  /* line 72, content/themes/default/assets/stylesheets/default/history.scss */
  .history__heading {
    font-size: 29px;
  }
  /* line 76, content/themes/default/assets/stylesheets/default/history.scss */
  .history__itemType {
    width: 100%;
  }
  /* line 78, content/themes/default/assets/stylesheets/default/history.scss */
  .history__itemType span {
    background: none;
    text-align: left;
    font-weight: 700;
  }
  /* line 82, content/themes/default/assets/stylesheets/default/history.scss */
  .history__itemType span.history__itemType__issue {
    background: #fff;
    color: #068FD6;
    border: 0;
  }
  /* line 83, content/themes/default/assets/stylesheets/default/history.scss */
  .history__itemType span.history__itemType__maintenance {
    background: #fff;
    color: #9b957b;
    border: 0;
  }
  /* line 87, content/themes/default/assets/stylesheets/default/history.scss */
  .history__itemTitle {
    margin-left: 0;
  }
}

@media (max-width: 470px) {
  /* line 93, content/themes/default/assets/stylesheets/default/history.scss */
  .history__heading {
    font-size: 23px;
  }
  /* line 96, content/themes/default/assets/stylesheets/default/history.scss */
  .history__info {
    margin-bottom: 25px;
  }
}
/* line 2, content/themes/default/assets/stylesheets/default/issue_banner.scss */
.ongoingIssues {
  margin-bottom: 15px;
}

/* line 6, content/themes/default/assets/stylesheets/default/issue_banner.scss */
.issueBanner {
  background: #333;
  display: block;
  border-radius: 6px;
  text-decoration: none;
  padding: 13px 17px;
  color: #fff;
  margin-bottom: 15px;
}

/* line 14, content/themes/default/assets/stylesheets/default/issue_banner.scss */
.issueBanner:last-child {
  margin-bottom: 0;
}

/* line 17, content/themes/default/assets/stylesheets/default/issue_banner.scss */
.issueBanner--investigating {
  background: #e7525c;
}

/* line 18, content/themes/default/assets/stylesheets/default/issue_banner.scss */
.issueBanner--identified {
  background: #d13980;
}

/* line 19, content/themes/default/assets/stylesheets/default/issue_banner.scss */
.issueBanner--monitoring {
  background: #399dd1;
}

/* line 20, content/themes/default/assets/stylesheets/default/issue_banner.scss */
.issueBanner--maintenance {
  background: #fff7d6;
  color: #77745e;
}

/* line 22, content/themes/default/assets/stylesheets/default/issue_banner.scss */
.issueBanner__state {
  float: right;
  font-weight: 600;
  font-size: 12px;
  margin-left: 15px;
}

/* line 29, content/themes/default/assets/stylesheets/default/issue_banner.scss */
.issueBanner__time {
  font-size: 12px;
  opacity: 0.7;
}
/* line 1, content/themes/default/assets/stylesheets/default/issue_detail.scss */
.issueDetail {
  overflow: hidden;
}

/* line 5, content/themes/default/assets/stylesheets/default/issue_detail.scss */
.issueDetail__title {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 38px;
  margin-bottom: 7px;
}

/* line 13, content/themes/default/assets/stylesheets/default/issue_detail.scss */
.issueDetail__date {
  font-size: 13px;
  color: #999;
  margin-bottom: 30px;
}

/* line 19, content/themes/default/assets/stylesheets/default/issue_detail.scss */
.issueDetail__descriptionTitle {
  font-weight: 700;
  margin-bottom: 15px;
}

/* line 24, content/themes/default/assets/stylesheets/default/issue_detail.scss */
.issueDetail__description {
  line-height: 24px;
  margin-bottom: 25px;
}

/* line 29, content/themes/default/assets/stylesheets/default/issue_detail.scss */
.issueDetail__details {
  line-height: 24px;
  margin-bottom: 40px;
}

/* line 32, content/themes/default/assets/stylesheets/default/issue_detail.scss */
.issueDetail__details dt {
  font-weight: 700;
  margin-bottom: 15px;
  float: left;
  width: 40%;
}

/* line 33, content/themes/default/assets/stylesheets/default/issue_detail.scss */
.issueDetail__details dd {
  margin-bottom: 15px;
}

/* line 34, content/themes/default/assets/stylesheets/default/issue_detail.scss */
.issueDetail__details dd:last-child {
  margin-bottom: 0;
}

/* line 37, content/themes/default/assets/stylesheets/default/issue_detail.scss */
.issueDetail__services {
  background: #fff7d6;
  width: 220px;
  float: right;
  font-size: 13px;
  padding: 15px 20px;
  border-radius: 4px;
  margin-left: 25px;
}

/* line 45, content/themes/default/assets/stylesheets/default/issue_detail.scss */
.issueDetail__services p {
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 49, content/themes/default/assets/stylesheets/default/issue_detail.scss */
.issueDetail__services li {
  list-style: square;
  margin-left: 16px;
}

@media (max-width: 750px) {
  /* line 56, content/themes/default/assets/stylesheets/default/issue_detail.scss */
  .issueDetail__services {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  /* line 66, content/themes/default/assets/stylesheets/default/issue_detail.scss */
  .issueDetail__details dt {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 470px) {
  /* line 75, content/themes/default/assets/stylesheets/default/issue_detail.scss */
  .issueDetail__title {
    font-size: 25px;
    line-height: 30px;
  }
}
/* line 3, content/themes/default/assets/stylesheets/default/issue_updates.scss */
.issueUpdates {
  line-height: 1.5;
}

/* line 7, content/themes/default/assets/stylesheets/default/issue_updates.scss */
.issueUpdates__header {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}

/* line 14, content/themes/default/assets/stylesheets/default/issue_updates.scss */
.issueUpdates__update {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}

/* line 18, content/themes/default/assets/stylesheets/default/issue_updates.scss */
.issueUpdates__update:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 25, content/themes/default/assets/stylesheets/default/issue_updates.scss */
.issueUpdates__text {
  margin-bottom: 5px;
}

/* line 29, content/themes/default/assets/stylesheets/default/issue_updates.scss */
.issueUpdates__meta {
  font-size: 12px;
  color: #888;
}

/* line 34, content/themes/default/assets/stylesheets/default/issue_updates.scss */
.issueUpdate__state--investigating {
  color: #e7525c;
}

/* line 35, content/themes/default/assets/stylesheets/default/issue_updates.scss */
.issueUpdate__state--identified {
  color: #d13980;
}

/* line 36, content/themes/default/assets/stylesheets/default/issue_updates.scss */
.issueUpdate__state--monitoring {
  color: #399dd1;
}

/* line 37, content/themes/default/assets/stylesheets/default/issue_updates.scss */
.issueUpdate__state--resolved {
  color: #239037;
}
/* line 6, content/themes/default/assets/stylesheets/default/misc.scss */
.button {
  border-radius: 4px;
  padding: 10px 20px;
  background: #002643;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
}

/* line 19, content/themes/default/assets/stylesheets/default/misc.scss */
.pushButton {
  background: #002643;
  font-size: 12px;
  color: #373834;
  text-shadow: 1px 1px 2px #fff;
  padding: 6px 15px;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-weight: 600;
  outline: none;
  box-shadow: inset 0 0 1px #fff;
  background: #fcfcfc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfcfc 0%, #efefef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfcfc 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fcfcfc 0%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#efefef',GradientType=0 );
  /* IE6-9 */
}

/* line 40, content/themes/default/assets/stylesheets/default/misc.scss */
.pushButton:active {
  background: rgba(0, 38, 67, 0.5);
}

/* line 45, content/themes/default/assets/stylesheets/default/misc.scss */
.maintenanceStatusTag {
  color: #aaa;
}

/* line 47, content/themes/default/assets/stylesheets/default/misc.scss */
.maintenanceStatusTag.maintenanceStatusTag--active {
  color: #6CBE07;
}

/* line 50, content/themes/default/assets/stylesheets/default/misc.scss */
.maintenanceStatusTag.maintenanceStatusTag--upcoming {
  color: #068FD6;
}

/* line 58, content/themes/default/assets/stylesheets/default/misc.scss */
.pagination {
  text-align: center;
  margin-top: 45px;
  font-size: 12px;
}

/* line 62, content/themes/default/assets/stylesheets/default/misc.scss */
.pagination a, .pagination span.page.current {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 2px 9px;
  margin: 0 2px;
  display: inline-block;
  text-decoration: none;
}

/* line 70, content/themes/default/assets/stylesheets/default/misc.scss */
.pagination span.page.current {
  font-weight: bold;
  background: #ccc;
  color: #fff;
}

/* line 80, content/themes/default/assets/stylesheets/default/misc.scss */
.staytusDemo {
  margin-top: 30px;
  background: #f3ffe1;
  padding: 15px;
  border-radius: 6px;
  border: 2px solid #cfdbbd;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}

/* line 89, content/themes/default/assets/stylesheets/default/misc.scss */
.staytusDemo b {
  color: #719904;
}

/* line 90, content/themes/default/assets/stylesheets/default/misc.scss */
.staytusDemo a {
  font-weight: 700;
}

/* line 93, content/themes/default/assets/stylesheets/default/misc.scss */
.inputWithSubmit {
  overflow: hidden;
}

/* line 97, content/themes/default/assets/stylesheets/default/misc.scss */
.inputWithSubmit__input {
  width: 80%;
  float: left;
}

/* line 100, content/themes/default/assets/stylesheets/default/misc.scss */
.inputWithSubmit__input input {
  width: 100%;
}

/* line 103, content/themes/default/assets/stylesheets/default/misc.scss */
.inputWithSubmit__submit {
  float: right;
  width: 18%;
}

/* line 106, content/themes/default/assets/stylesheets/default/misc.scss */
.inputWithSubmit__submit button, .inputWithSubmit__submit input {
  width: 100%;
}

@media (max-width: 560px) {
  /* line 111, content/themes/default/assets/stylesheets/default/misc.scss */
  .inputWithSubmit__input {
    width: 68%;
  }
  /* line 112, content/themes/default/assets/stylesheets/default/misc.scss */
  .inputWithSubmit__submit {
    width: 30%;
  }
}
/* line 1, content/themes/default/assets/stylesheets/default/page_header.scss */
.pageHeader {
  padding: 40px;
  background: #f9f9f9;
  border-bottom: 1px solid #efefef;
  margin-bottom: 50px;
}

/* line 8, content/themes/default/assets/stylesheets/default/page_header.scss */
.pageHeader__title {
  float: right;
  color: #999;
}

@media (max-width: 470px) {
  /* line 15, content/themes/default/assets/stylesheets/default/page_header.scss */
  .pageHeader {
    margin-bottom: 25px;
    padding: 20px 20px;
  }
  /* line 21, content/themes/default/assets/stylesheets/default/page_header.scss */
  .pageHeader .button {
    padding: 4px 10px;
  }
  /* line 25, content/themes/default/assets/stylesheets/default/page_header.scss */
  .pageHeader__title {
    font-size: 14px;
  }
}
/* line 1, content/themes/default/assets/stylesheets/default/service_group.scss */
.serviceGroup {
  margin-bottom: 25px;
}

/* line 5, content/themes/default/assets/stylesheets/default/service_group.scss */
.serviceGroup__title {
  margin-bottom: 8px;
  font-size: 16px;
  color: #bfc8d0;
}
/* line 4, content/themes/default/assets/stylesheets/default/service_list.scss */
.serviceList {
  border: 2px solid #bfc8d0;
  border-radius: 6px;
  margin-bottom: 10px;
}

/* line 10, content/themes/default/assets/stylesheets/default/service_list.scss */
.serviceList__item {
  padding: 13px 15px;
  border-bottom: 1px solid #d7e2eb;
}

/* line 13, content/themes/default/assets/stylesheets/default/service_list.scss */
.serviceList__item:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 21, content/themes/default/assets/stylesheets/default/service_list.scss */
.serviceList__item:nth-child(even) {
  background: #f6fbff;
}

/* line 24, content/themes/default/assets/stylesheets/default/service_list.scss */
.serviceList__item:last-child {
  border-bottom: 0;
  border-radius: 0 0 6px 6px;
}

/* line 30, content/themes/default/assets/stylesheets/default/service_list.scss */
.serviceList__description {
  background: transparent url(/assets/default/question-2311c2304e90ae54d9ccc64fe7af3bb0eb2fe802a0039339bb226883500a19e7.svg) 0 0/100% auto no-repeat;
  display: inline-block;
  height: 14px;
  margin-left: 5px;
  vertical-align: -1px;
  width: 14px;
}

/* line 39, content/themes/default/assets/stylesheets/default/service_list.scss */
.serviceList__name {
  float: left;
}

/* line 43, content/themes/default/assets/stylesheets/default/service_list.scss */
.serviceList__status {
  float: right;
}

@media (max-width: 650px) {
  /* line 48, content/themes/default/assets/stylesheets/default/service_list.scss */
  .serviceList__description {
    display: none;
  }
}

@media (max-width: 470px) {
  /* line 52, content/themes/default/assets/stylesheets/default/service_list.scss */
  .serviceList {
    font-size: 14px;
    border-width: 1px;
  }
}

@media (max-width: 320px) {
  /* line 60, content/themes/default/assets/stylesheets/default/service_list.scss */
  .serviceList__item {
    text-align: center;
  }
  /* line 63, content/themes/default/assets/stylesheets/default/service_list.scss */
  .serviceList__name {
    margin-bottom: 5px;
  }
  /* line 66, content/themes/default/assets/stylesheets/default/service_list.scss */
  .serviceList__name,
.serviceList__status {
    float: none;
  }
}
/* line 4, content/themes/default/assets/stylesheets/default/site_footer.scss */
.siteFooter {
  border-top: 1px solid #efefef;
  padding: 30px 0 80px 0;
  overflow: hidden;
  font-size: 13px;
  margin-top: 50px;
}

/* line 15, content/themes/default/assets/stylesheets/default/site_footer.scss */
.siteFooter__nav {
  margin-bottom: 15px;
  float: left;
}

/* line 18, content/themes/default/assets/stylesheets/default/site_footer.scss */
.siteFooter__nav li {
  display: inline;
  margin-right: 25px;
}

/* line 21, content/themes/default/assets/stylesheets/default/site_footer.scss */
.siteFooter__nav li a {
  color: #999;
}

/* line 24, content/themes/default/assets/stylesheets/default/site_footer.scss */
.siteFooter__nav li:last-child {
  margin-right: 0;
}

/* line 28, content/themes/default/assets/stylesheets/default/site_footer.scss */
.siteFooter__poweredBy {
  float: right;
  color: #999;
}

@media (max-width: 600px) {
  /* line 34, content/themes/default/assets/stylesheets/default/site_footer.scss */
  .siteFooter {
    text-align: center;
  }
  /* line 37, content/themes/default/assets/stylesheets/default/site_footer.scss */
  .siteFooter__nav {
    float: none;
  }
  /* line 40, content/themes/default/assets/stylesheets/default/site_footer.scss */
  .siteFooter__poweredBy {
    float: none;
    clear: left;
    margin-top: 15px;
    opacity: 0.5;
    font-size: 11px;
  }
}
/* line 1, content/themes/default/assets/stylesheets/default/site_header.scss */
.siteHeader {
  text-align: center;
  background: #002643;
  padding: 150px 0 60px 0;
  position: relative;
  margin-bottom: 50px;
}

/* line 7, content/themes/default/assets/stylesheets/default/site_header.scss */
.siteHeader.has-coverImage {
  padding: 260px 0 60px 0;
  background-size: cover;
}

/* line 10, content/themes/default/assets/stylesheets/default/site_header.scss */
.siteHeader.has-coverImage .siteHeader__title {
  color: #002643;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* line 14, content/themes/default/assets/stylesheets/default/site_header.scss */
.siteHeader.has-coverImage .siteHeader__subTitle {
  color: #373834;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* line 18, content/themes/default/assets/stylesheets/default/site_header.scss */
.siteHeader.has-coverImage .siteHeader__button {
  background: rgba(0, 38, 67, 0.5);
  color: #fff;
}

/* line 25, content/themes/default/assets/stylesheets/default/site_header.scss */
.siteHeader__button {
  background: rgba(0, 171, 171, 0.75);
  border: 0;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 18px;
}

/* line 36, content/themes/default/assets/stylesheets/default/site_header.scss */
.siteHeader__title {
  font-size: 55px;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

/* line 44, content/themes/default/assets/stylesheets/default/site_header.scss */
.siteHeader__subTitle {
  font-size: 16px;
  width: 80%;
  margin: auto;
  line-height: 24px;
  color: #d3d3d3;
}

/* line 52, content/themes/default/assets/stylesheets/default/site_header.scss */
.siteHeader__subscribe {
  position: absolute;
  top: 25px;
  right: 25px;
}

/* line 58, content/themes/default/assets/stylesheets/default/site_header.scss */
.siteHeader__logo {
  position: absolute;
  top: 25px;
  left: 25px;
}

/* line 62, content/themes/default/assets/stylesheets/default/site_header.scss */
.siteHeader__logo img {
  max-height: 75px;
}

@media (max-width: 750px) {
  /* line 66, content/themes/default/assets/stylesheets/default/site_header.scss */
  .siteHeader__title {
    font-size: 6.0vw;
  }
}

@media (max-width: 600px) {
  /* line 72, content/themes/default/assets/stylesheets/default/site_header.scss */
  .siteHeader {
    padding: 85px 0 30px 0;
    margin-bottom: 25px;
  }
  /* line 75, content/themes/default/assets/stylesheets/default/site_header.scss */
  .siteHeader.has-coverImage {
    padding: 100px 0 40px 0;
  }
  /* line 80, content/themes/default/assets/stylesheets/default/site_header.scss */
  .siteHeader__button {
    padding: 5px 12px;
    font-size: 11px;
  }
  /* line 85, content/themes/default/assets/stylesheets/default/site_header.scss */
  .siteHeader__subTitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 470px) {
  /* line 92, content/themes/default/assets/stylesheets/default/site_header.scss */
  .siteHeader__subTitle {
    font-size: 13px;
    line-height: 18px;
  }
}
/* line 3, content/themes/default/assets/stylesheets/default/subscribe_page.scss */
.subscribePage__heading {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 38px;
  margin-bottom: 7px;
}

/* line 12, content/themes/default/assets/stylesheets/default/subscribe_page.scss */
.subscribePage__info {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 40px;
}

/* line 19, content/themes/default/assets/stylesheets/default/subscribe_page.scss */
.subscribePage__box {
  border: 2px solid #BFC8D0;
  border-radius: 4px;
  background: #F6FBFF;
  padding: 20px;
}

/* line 26, content/themes/default/assets/stylesheets/default/subscribe_page.scss */
.subscribePage__subHeading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

/* line 32, content/themes/default/assets/stylesheets/default/subscribe_page.scss */
.subscribePage__subInfo {
  font-size: 13px;
  color: #999;
  margin-bottom: 15px;
}

/* line 38, content/themes/default/assets/stylesheets/default/subscribe_page.scss */
.subscribePage__input {
  font-size: 13px;
  color: #000;
  padding: 5px 8px;
  width: 50%;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-family: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
}

/* line 48, content/themes/default/assets/stylesheets/default/subscribe_page.scss */
.subscribePage__input:focus {
  border-color: #aaa;
}

@media (max-width: 600px) {
  /* line 54, content/themes/default/assets/stylesheets/default/subscribe_page.scss */
  .subscribePage__heading {
    font-size: 29px;
  }
}

@media (max-width: 470px) {
  /* line 60, content/themes/default/assets/stylesheets/default/subscribe_page.scss */
  .subscribePage__heading {
    font-size: 23px;
  }
  /* line 63, content/themes/default/assets/stylesheets/default/subscribe_page.scss */
  .subscribePage__info {
    margin-bottom: 25px;
  }
}
/* line 1, content/themes/default/assets/stylesheets/default/subscriber_verification.scss */
.subscriberVerification__title {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 38px;
  margin-bottom: 15px;
}

/* line 9, content/themes/default/assets/stylesheets/default/subscriber_verification.scss */
.subscriberVerification__intro {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}

/* line 13, content/themes/default/assets/stylesheets/default/subscriber_verification.scss */
.subscriberVerification__intro b {
  background-color: #fffbdc;
}

/* line 18, content/themes/default/assets/stylesheets/default/subscriber_verification.scss */
.subscriberVerification__back {
  font-size: 14px;
  color: #999;
}
/* line 1, content/themes/default/assets/stylesheets/default/tooltip.scss */
[data-tooltip] {
  position: relative;
}

/* line 4, content/themes/default/assets/stylesheets/default/tooltip.scss */
[data-tooltip]:after, [data-tooltip]:before {
  pointer-events: none;
  transition: all 0.1s cubic-bezier(0.25, 0.25, 0.485, 1.65);
}

/* line 10, content/themes/default/assets/stylesheets/default/tooltip.scss */
[data-tooltip]:after {
  background-color: rgba(0, 0, 0, 0.675);
  border-radius: 6px;
  bottom: calc(100% + 14px);
  color: #ffffff;
  content: attr(data-tooltip);
  font-size: 12px;
  left: 7px;
  line-height: 1.5;
  margin-left: -89px;
  opacity: 0;
  padding: 12px;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  transform: translateY(-10px);
  visibility: hidden;
  width: 164px;
}

/* line 30, content/themes/default/assets/stylesheets/default/tooltip.scss */
[data-tooltip]:before {
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.675);
  bottom: calc(100% - 2px);
  content: " ";
  left: 7px;
  margin-left: -7px;
  opacity: 0;
  position: absolute;
  transform: translateY(-10px);
  visibility: hidden;
}

/* line 46, content/themes/default/assets/stylesheets/default/tooltip.scss */
[data-tooltip]:hover:after, [data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
/* line 6, content/themes/default/assets/stylesheets/default.scss */
body, h1, h2, h3, h4, h5, h6 {
  font-family: "Plus Jakarta Sans", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* line 12, content/themes/default/assets/stylesheets/default.scss */
.container {
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  /* line 15, content/themes/default/assets/stylesheets/default.scss */
  .container {
    padding: 0 25px;
  }
}
