html {
  font-size:16px;
  /* height:100vh; */
  background-color: #f3f6fa;
}

body {
  height:100%;
  margin:0 !important;
  font-family:'Roboto', sans-serif;
}

#page {
  /* height:100%; */
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}

.mm-menu {
  --mm-color-background: #f3f6fa;
  --mm-color-button: #005293;
  /* --mm-color-background-emphasis
  --mm-color-background-highlight	
  --mm-color-border
  --mm-color-button */
}

.mm-navbar_sticky {
  height:90px;
  /* position: static !important; */
}

.mm-navbar__title>span {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: pre-wrap !important;
  overflow: hidden;
}

.mm-navbar__title {
  background-color: #005293;
  color: #ffffff !important;
  font-weight: 700;
  padding:27px 0;
  text-align:center;
  line-height: 1.1 !important;
}

#mm-0 .mm-navbar__title {
  font-size: 32px;
}

.mm-panel:not(#mm-0) .mm-navbar__title {
  font-size: 24px;
}

.mm-navbar__title>span {
  overflow:visible !important;
}

.list-item.mm-listitem {
  box-shadow: 0 4px 16px rgba(69, 91, 99, 0.14);
  background-color: #ffffff;
  border-radius: 8px;
  margin: 16px 18px !important;
  color: #005293 !important;
  font-size: 20px;
  font-weight: 700;
  transition: box-shadow .08s;
}

.list-item.mm-listitem:active,
.list-item.mm-listitem:focus {
  box-shadow: 0 4px 16px rgba(69, 91, 99, 0.5) !important;
}

.mm-listitem__text {
  white-space: normal !important;
}

.mm-listitem > .mm-listitem__text {
  color: #263540;
}

.list-item.mm-listitem > .mm-listitem__btn,
.list-item.mm-listitem > .mm-listitem__text {
  padding:30px 32px 30px 24px;
}

.inner-page .list-item.mm-listitem > .mm-listitem__btn,
.inner-page .list-item.mm-listitem > .mm-listitem__text {
  padding: 0 !important; /*18px 32px 18px 24px !important; */
}

.memorial-text.copy {
  display: inline-block;
  margin-top: 15px;
}
.copy {
  font-size: 16px;
  color: #263540;
  line-height: 22px;
  margin-bottom: 16px;
}
.mm-btn_prev:before {
  border-color:#fff !important
}
.mm-btn_prev {
  background-color: #005293 !important;
}
.text-center {
  text-align:center;
}
.center-inline {
  display: inline-block;
  text-align: left;
}
.alert-title {
  margin-bottom: 18px;
}
.phone-panel-inner .phone-number {
  color: #016cc1 !important;
  cursor:pointer;
}

.phone-panel-inner .phone-number-title {
  margin-bottom:6px;
}

.phone-panel-inner .phone-inner-item {
  padding:18px 30px 18px 40px !important;
  border-bottom: 1px solid #e0e0e0;
}

.phone-panel-inner .phone-inner-item .mm-listitem__text {
  padding:0 !important;
}

.ft-logo {
  /* display:inline-block; */
  max-width:100%;
  height:auto;
}

.ft-logo-restrict{
  max-width:200px;
  display:inline-block;
}

.ft-logo-cont {
  margin-top:30px;
  text-align:center;
}


/*********************/
/**** UPDATE 2/21 ****/
/*********************/
#menu {
  max-width: 700px;
  margin-left: auto;
  margin-right:auto;
}

#info-link {
  margin:0 18px 14px; text-align:right;
}

.app-version-number {
  padding-top: 12px;
  font-size: 14px;
  padding-bottom: 0 !important;
  color: gray !important;
  padding-left: 0 !important;
  text-align: left !important;
}


#info-link-btn {
  color:#016cc1;
  padding-bottom: 0;
  padding-right:2px;
  font-size:14px;
}

#info-link-btn img {
  color:#016cc1;
  width:17px;
  height:17px;
  margin-left:10px;
  vertical-align:sub; 
}

.modal-cus-title {
  color: #00449e !important;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.modal__close img {
  width:32px;
  height:32px;
}

.cus-modal-header {
  position:relative;
}

.modal__close {
  position:absolute;
  right: -25px;
  top: -16px;
  background: transparent;
  border: 0;
}

.modal-cus-content li {
  margin-bottom:10px;
}

/* .modal__content p {
  margin-bottom:28px;
} */

.modal-cus-content-android p {
  text-align:left
}

.options-i {
  width: 14px;
  /* vertical-align:bottom; */
  margin:0 4px;
}

.add-i {
  width: 16px;
  /* vertical-align:bottom; */
  margin:0 4px;
}

.modal-cus-content ol {
  padding-left:15px;
}

.modal-button-abs {
  position:relative;
}

/**************************\
  Basic Modal Styles
\**************************/

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

.modal__container {
  background: #ffffff;
  box-shadow:  5px 4px 20px rgb(200,200,200);
  padding: 0px 14px 14px;
  margin:0 12px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: visible;
  box-sizing: border-box;
}

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

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

.modal__content {
  line-height: 1.25;
  color: rgba(0,0,0,.8);
  font-size: 14px;
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

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

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



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

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

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

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

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

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

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

#snackbar {
  visibility: hidden; 
  min-width: 250px;
  width: 80%;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  box-shadow:0 4px 16px rgba(69, 91, 99, 0.4);
  max-width:300px;
}

#snackbar .blue-text {
  font-size:18px;
  font-weight:600;
  color:#a1c2fa;
  margin-top: 5px;
  display: inline-block;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}


#refresh-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity:0;
  background-color: rgba(50,50,50);
  /* display: none; */
  transition: all .5s;
  text-align: center;
  pointer-events:none !important;
}

#refresh-overlay.show {
  opacity:.5 !important;
}

@keyframes ldio-27rgnphec8y {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-27rgnphec8y div {
  left: 48px;
  top: 24px;
  position: absolute;
  animation: ldio-27rgnphec8y linear 1s infinite;
  background: #fff;
  width: 4px;
  height: 12px;
  border-radius: 0.36px / 0.36px;
  transform-origin: 2px 26px;
}.ldio-27rgnphec8y div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
  background: #fff;
}.ldio-27rgnphec8y div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
  background: #fff;
}.ldio-27rgnphec8y div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #fff;
}.ldio-27rgnphec8y div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
  background: #fff;
}.ldio-27rgnphec8y div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
  background: #fff;
}.ldio-27rgnphec8y div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #fff;
}.ldio-27rgnphec8y div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
  background: #fff;
}.ldio-27rgnphec8y div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
  background: #fff;
}.ldio-27rgnphec8y div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #fff;
}.ldio-27rgnphec8y div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
  background: #fff;
}.ldio-27rgnphec8y div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
  background: #fff;
}.ldio-27rgnphec8y div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #fff;
}
.loadingio-spinner-spinner-qxw9gouuq9b {
  width: 76px;
  height: 76px;
  display: inline-block;
  overflow: hidden;
  /* background: #ffffff; */
  z-index: 99999;
  margin-top: 200px;
}
.ldio-27rgnphec8y {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.76);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-27rgnphec8y div { box-sizing: content-box; }
/* generated by https://loading.io/ */
/*********************/
/******** END ********/
/*********************/

 
#cache-open-link {
  color:#00449e;
  text-decoration:underline;
  cursor:pointer;
  text-align:center !important;
}

a[href="#clear-cache-panel"] {
  display:none;
}

#clear-cache-panel ol {
  padding-left:13px;
}

.jq-accordion h3 { text-align: left; font-size: 21px; line-height: 44px; margin: 0 0 0 20px; }
.jq-accordion h3 > a { display: block; margin: 0; line-height: 56px; }
.jq-accordion h4.ac-title  > a { display: block; margin: 0; }

ul.inner-page-content {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
ul.inner-page-content li.inner-page-accordion-item h4 { background: #005293; color: #ffffff; font-size: 18px; line-height: 42px; margin: 0 0 5px; }
ul.inner-page-content li.inner-page-accordion-item:last-child h4 { margin-bottom: 20px; }
.legend-notes { text-align: left; padding: 0 22px; margin-bottom: 10px; opacity: 50% }
.legend-notes > p { font-size: 15px; margin: 0; font-weight: 100; color: #263540; line-height: 18px; }

.jq-accordion > h3 > a { position: relative; }
.jq-accordion > h3 > a:after {
  border: 2px solid #005293;
  content: '';
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 23px;
  left: auto;
}
.jq-accordion > h3.open > a:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 600px) {
  .chartBars .bars li b {
    font-size: 0.85em !important;
    padding: 5px 2px !important;
  }
  .chartBars .bars li span {
    bottom: -30px !important;
    font-size: 0.9em !important;
  }
}
.text-copy { padding: 0 5% !important; }
.text-copy > p { font-size: 16px; line-height: 24px; color:#263540; text-align: center; }
.mm-panels { overflow: inherit !important; }
.mm-panel:after { height: 0 !important; }