@import url('https://fonts.googleapis.com/css?family=Lexend+Deca');

.panel-options * {
  font-family: 'Lexend Deca', sans-serif !important;
  font-size: 12pt;
}

a {
  color: #1142ff;
}

h1 {
  font-weight: 900;
  font-size: 14pt;
}

iframe {
  width: 100vw;
  height: 100vh;
}

body {
  background-color: white;
}

.inverted {
  filter: invert(100%);
}

.gray {
  filter: grayscale(100%);
}

.invgray {
  filter: invert(100%) grayscale(100%);
}

/* .chainsaw-toggle {

} */

.chainsaw-toggle .button-round {
  transition: 0.1s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  
  position: fixed;
  width: 4rem;
  height: 4rem;
  /*right: 1.5rem;
  bottom: 8rem;*/
  left: 0.6rem;
  bottom: 4.2rem;

  background-color: white;
  border-radius: 100rem;
  
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
  
  background-image: url(../img/accessibility.svg)!important;
  background-position: center!important;
  background-size: contain!important;
  transform: scale(.8);
 
}
/*added conatiner to fix Bug-386519 */
.accessibility-container{
  position: fixed;
  width: 4rem;
  height: 4rem;
  left: .5rem;
  bottom: 5rem;
}
@media (max-width: 1149px) {
  .chainsaw-toggle .button-round {
    bottom: 13.5rem;
  }
  .accessibility-container {
    bottom: 12.5rem;

  }
}

@media only screen and (max-width: 760px) {
  .chainsaw-toggle .button-round {
    bottom: 13rem;
    transform: scale(.7);
    left: 0rem;

  }
}

@media only screen and (max-width: 900px) and (min-width: 761px){
  .chainsaw-toggle .button-round {
    bottom: 12.5rem;
    transform: scale(.8);
    left: 0rem;

  }
}

.button-round:hover {
  transform: translateY(-2px);
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.15);
}

.chainsaw-toggle .panel-options{
  transition: 0.175s;
  transition-timing-function: ease-in-out;
  opacity: 1;
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 17rem;
  height: 21rem; /*Update it back to 24 when ADA Complaince Text is back*/
  padding: 1.5rem;
  border-radius: 2rem;
  
  background-color: white;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.panel-options.hidden {
  transition: 0.175s;
  transition-timing-function: ease-in;
  width: 0rem;
  height: 0rem;
  padding: 0rem;
  opacity: 0;
  overflow: hidden;
  transform: rotate(-90deg) translateY(-22rem);
}

.panel-options h1 {
  width: 100%;
  text-align: center;
}

.panel-options * {
  position: relative;
  z-index: 1000;
}

.panel-options .spacer {
  width: 100%;
  height: 2px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  
  display: flex;
  justify-content: center;
}

.spacer .line {
  background-color: #1142ff;
  height: 2px;
  width: 2rem;
}

.panel-options .accessibility-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.accessibility-item .label {
  display: flex;
  align-items: center;
}

.accessibility-item img {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 3.5rem;
  height: 2rem;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .15s;
  transition: .15s;
  transition-timing-function: ease-in-out;
  border-radius: 100px;
  border: 2px solid black;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  left: 2px;
  top: 2px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .15s;
  transition: .15s;
  transition-timing-function: ease-in-out;
  background-color: #1142FF;
  border-radius: 100px;
}

input:checked + .slider {
  background-color: #B0C1FF;
}

input:focus + .slider {
  box-shadow: 0 0 1px #B0C1FF;
}

input:checked + .slider:before {
  -webkit-transform: translateX(1.5rem);
  -ms-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
}

.spinner {
  display: flex;
  align-items: center;
}

.font-scale {
  color: #000;
  text-align: center;
  width: 2.5rem;
  margin: 0.5rem 0.5rem;
  background-color: bl
}

input[type="button"], .control.zoom {
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  border: none;
  width: 2rem;
  height: 2rem;
  margin: 0;
  text-decoration: none;
  color: transparent;
  font-family: sans-serif;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  
  border-radius: 100rem;
  border: 2px solid black;
  
  background-position: center;
  background-size: contain;
}

.control.zoom {
  position: relative;
}

.accessibility-item .control-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.more {
  background-color: white;
}

.less {
  background-color: white;
}

input[type="button"]:hover {
  transition: background-color 0.15s ease-in-out;
  background-color: #B0C1FF;
}

.bottom .close {
  width: 100%;
  background: transparent;
  color: #1142FF;
  border-radius: none;
  border: none;
  margin-bottom: 1rem;
}

.bottom .close:hover {
  background-color: transparent;
}

.compliance {
  text-align: center;
  color: #4c4c4c;
  font-size: 10pt;
}

.accessibility-read-more {
  color: #1142FF;
  cursor: pointer;
  font-size: 10pt;
  display: inline-block;
  margin-top: 4px;
  background: transparent;
  border: none;
}
.accessibility-read-more:hover {
  opacity: 0.8;
}
.accessibility-statement-modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.18);
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  z-index: 5;
} 

.accessibility-statement-modal {
  display: flex;
}

.accessibility-statement-modal a {
  color: #1877F2;
}

.accessibility-statement-modal-content {
  position: relative;
  flex-direction: column;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 20px;
  width: 90%;
  height: 65%;
  max-width: 700px;
  background-color: #fff;
  border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}

a[href^="http://maps.google.com"] {
  display: none !important
}

a[title^="Report"] {
  display: none !important
}

.gmnoprint a, .gmnoprint span {
    display: none;
}
.gmnoprint div {
    background: white !important;
}
button.invertswitch {
  margin: 0;
  padding: 0;
  width: 3.5rem;
  height: 2rem;
  border-radius: 100px;
  border: 2px solid black;
  display: inline-block;
  margin-right: 0.25em;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  font: 12px "Open Sans", "Arial", serif;
}

button.invertswitch span {
  pointer-events: none;
}

.off {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  -webkit-transition: .15s;
  transition: .15s;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 100px;
}
.on {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  position:absolute;
  top: 2px;

  -webkit-transition: .15s;
  transition: .15s;
  transition-timing-function: ease-in-out;
  border-radius: 100px;
}


[role="switch"][aria-checked="false"] :first-child,
[role="switch"][aria-checked="true"] :last-child {
  color: #eef;
  background-color: #bbd;
}

[role="switch"][aria-checked="false"] :last-child,
[role="switch"][aria-checked="true"] :first-child {
  color: #bbd;
}

label.invertswitch {
  font: 16px "Open Sans", "Arial", sans-serif;
  line-height: 20px;
  user-select: none;
  vertical-align: middle;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}




button.grayswitch {
  margin: 0;
  padding: 0;
  width: 3.5rem;
  height: 2rem;
  border: 2px solid black;
  display: inline-block;
  margin-right: 0.25em;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 100px;
  text-align: center;
  font: 12px "Open Sans", "Arial", serif;
}

button.grayswitch span {
  pointer-events: none;
}

[role="switch"][aria-checked="false"] :first-child,
[role="switch"][aria-checked="true"] :last-child {
  color:#1142FF;
  background-color: #1142FF;
  display: inline-flex;
}

[role="switch"][aria-checked="false"] :last-child,
[role="switch"][aria-checked="true"] :first-child {
  color: #bbd;
}

label.grayswitch {
  font: 16px "Open Sans", "Arial", sans-serif;
  line-height: 20px;
  user-select: none;
  vertical-align: middle;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
@media (max-width: 640px) {
  .accessibility-statement-modal-content {
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 70px 20px;
  }
}

.accessibility-statement-modal-title {
  display: block;
  margin: 20px 0 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}

.accessibility-statement-modal-text {
  max-width: 540px;
}

.accessibility-statement-modal-image {
  width: 35%;
  padding: 20px;
}

@media (max-width: 640px) {
  .accessibility-statement-modal-image {
    width: 80%;
  }
}

.accessibility-statement-modal-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #6f6f6f;
  width: 20px;
  height: 20px;
  background: url(../img/close-icon.svg) center center no-repeat;
  border: none;
}

.accessibility-statement-modal-close:hover {
  color: #000;
}
@media (max-width: 640px) {
  .accessibility-statement-modal-close {
    position: fixed;
  }
}

.item-hide {
  display: none;
}
/*
Implementing userstory TFS ID 378583 -
Checking the Browser Version & update the warning message in IE
support class for implementing 378583
*/
.ie-warning-message {
  padding-top: 5%;
  padding-left: 1%;
  text-align: center;
  color: red;
  font-size:15px;
  font-family: sans-serif;
}
/*
custom class for tooltip 
381078-ADA Compliance: Add display name to the controls and inputs - 1.1.1 Non-text Content
*/
  .tooltip {
    padding: 6px 8px !important;
    border-radius: 3px !important;
    display: inline-block !important;
    position: fixed !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease-out !important;
    z-index: 999 !important;
  }

  .viewPreviousButton > div:not(:first-child)  {
    margin-top: -50px !important;
  }

  .viewPreviousButton {
    height: calc(100% - 50px) !important;
  }

  .viewMoreButton {
    height: calc(100% - 50px) !important
  }

  .pageButtons {
    text-align: center;
  }

  .pageButtons > button{
    font-weight: normal !important;
    font-size: 14px !important;
    padding: 2px 8px;
    margin-left: 12px;
    }
  
  .viewMoreDiv {
    position: relative;
  }
  .viewMoreDiv > div {
    top: -1.5rem !important;
    position: absolute !important;
  }

  .viewPreviousDiv {
    position: relative;
  }
  .viewPreviousDiv > div {
    top: 6rem !important;
    position: absolute !important;
  }

  /* The Modal (background) */
.modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

.modal.hidden {
  transition: 0.175s;
  transition-timing-function: ease-in;
  width: 0rem;
  height: 0rem;
  padding: 0rem;
  display: none;
  opacity: 0;
  overflow: hidden;
  transform: rotate(-90deg) translateY(-22rem);
}

/* Accessibality statment dailog*/
.accessibility-statement-modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  
 
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0); /* Black w/ opacity */
}

.accessibility-statement-modal.hidden {
  transition: 0.175s;
  transition-timing-function: ease-in;
  width: 0rem;
  height: 0rem;
  padding: 0rem;
  display: none;
  opacity: 0;
  overflow: hidden;
  transform: rotate(-90deg) translateY(-22rem);
}

.accessibility-statement-modal h2{
  display: block;
  margin: 20px 0 20px;
  font-style: normal;
  font-weight: bolder;
  line-height: 19px;
  color: #000;
  font-size: 1.5em;
}

.accessibility-statement-modal h3{
  display: block;
  margin: 20px 0 20px;
  font-style: normal;
  font-weight: bolder;
  line-height: 19px;
  color: #000;
  font-size: 1.17em;
}