html,
body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* make it orange instead of bootstrap blue */
select:active,
select:hover,
select:focus {
  outline-color: #f86a18;
}

.footerheader {
  display: flex;
  background-color: #f86a18;
  height: 51px;
  color: #ffffff;
  justify-content: center;
}

.footer {
  background-color: #666666;
  justify-content: center;
  color: white;
  font-weight: 200;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.footerIndent {
  margin-left: 3%;
}

.footerLinkMargin {
  margin-right: 5%;
}

.headerLinks {
  text-align: right;
  padding: 13px 10px 0px 0px;
}

.basic-link {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 0.75em;
  letter-spacing: 1px;
}

.textCentering {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.greenText {
  color: #3ac34a !important;
  font-weight: 200;
}

.yellowText {
  color: #e8c221 !important;
  font-weight: 200;
}

.redText {
  color: #dd4a46 !important;
  font-weight: 200;
}

.blueText {
  color: #22a7f3 !important;
  font-weight: 200;
}

.blackText {
  color: black !important;
  font-weight: 200;
}

.greyBorder {
  border-right: solid;
  border-left: solid;
  border-color: #f2f2f2;
}

.footerLinks {
  font-size: 14px;
  margin-top: -4px;
}

.grayBackground {
  background-color: #f2f2f2;
}
/* Styling for xs (MOBILE) */
@media screen and (max-width: 767px) {
  .headerLinkCheck {
    display: none;
  }

  .footerLinkCheck {
    display: none;
  }

  .logoDiv {
    padding: 8px;
    width: 100%;
    text-align: center;
  }

  .footerImages {
    height: 30px;
    /*margin-left: 20px;*/
    margin-top: 15px;
  }

  .footerSITOImage {
    height: 80px;
    /*margin-right: 30px;*/
    margin-top: 15px;
  }

  .footerSITOImageCenter {
    text-align: center;
  }

  .footerLinkAdjust {
    margin-top: 25px;
  }

  .footerLinksCenter {
    text-align: center;
    color: white;
  }

  .footerCopyright {
    font-size: 0.75em;
    letter-spacing: 1px;
    display: inline-flex;
    margin-bottom: 20px;
  }

  .advanced-search-modal .mat-dialog-container {
    position: absolute !important;
    top: 0;
    left: 5%;
    overflow: hidden;
  }
}

/* Styling for sm (TABLETS) */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .logoDiv {
    padding: 8px;
    width: 100%;
    text-align: center;
  }

  .headerLinkCheck {
    display: none;
  }

  .footerImages {
    height: 30px;
    /*margin-left: 20px;*/
    margin-top: 15px;
  }

  .footerSITOImage {
    height: 80px;
    margin-right: 30px;
    margin-top: 15px;
  }

  .footerCopyright {
    font-size: 0.75em;
    letter-spacing: 1px;
    display: inline-flex;
    margin-bottom: 20px;
    margin-left: 40px;
  }
}

/* Styling for md (DESKTOP) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .logoDiv {
    padding: 10px;
    /*text-align: center;*/
  }

  .footerImages {
    height: 30px;
    margin-left: 20px;
  }

  .footerSITOImage {
    height: 100px;
    margin-right: 30px;
  }

  .footerCopyright {
    font-size: 0.75em;
    letter-spacing: 1px;
    display: inline-flex;
    margin-bottom: 20px;
    margin-left: 40px;
  }
}

/* Styling for lg (BIG DESKTOP) */
@media screen and (min-width: 1200px) {
  .logoDiv {
    padding: 5px;
    /*text-align: center;*/
  }

  .footerImages {
    height: 30px;
    margin-left: 20px;
  }

  .footerSITOImage {
    height: 100px;
    margin-right: 30px;
  }

  .footerCopyright {
    font-size: 0.75em;
    letter-spacing: 1px;
    display: inline-flex;
    margin-bottom: 20px;
    margin-left: 40px;
  }
}
