@font-face {
  font-family: "Assistant";
  src: url("../fonts/assistant-bold-webfont.woff") format("woff"), url("../fonts/assistant-bold-webfont.ttf") format("truetype"), url("../fonts/assistant-bold-webfont.woff2") format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/assistant-regular-webfont.woff") format("woff"), url("../fonts/assistant-regular-webfont.ttf") format("truetype"), url("../fonts/assistant-regular-webfont.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/assistant-semibold-webfont.woff") format("woff"), url("../fonts/assistant-semibold-webfont.ttf") format("truetype"), url("../fonts/assistant-semibold-webfont.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url("../fonts/OpenDyslexic/OpenDyslexic-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url("../fonts/OpenDyslexic/OpenDyslexic-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url("../fonts/OpenDyslexic/OpenDyslexic-Italic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "OpenDyslexic";
  src: url("../fonts/OpenDyslexic/OpenDyslexic-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "MilkMustacheBB";
  src: url("../fonts/MilkMustacheBB/MilkMustacheBB-Bold.otf") format("opentype"), url("../fonts/MilkMustacheBB/MilkMustacheBB-Bold.ttf") format("truetype");
  font-weight: bold;
}
::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-weight: 400;
}

/* Chrome <=56, Safari < 10 */
:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-weight: 400;
}

/* FF 4-18 */
::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-weight: 400;
}

/* FF 19-51 */
:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-weight: 400;
}

/* IE 10+ */
::placeholder {
  opacity: 1;
  transition: opacity 0.5s;
  font-weight: 400;
}

/* Modern Browsers */
*:focus::-webkit-input-placeholder {
  opacity: 0;
}

/* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
  opacity: 0;
}

/* FF 4-18 */
*:focus::-moz-placeholder {
  opacity: 0;
}

/* FF 19-50 */
*:focus:-ms-input-placeholder {
  opacity: 0;
}

/* IE 10+ */
*:focus::placeholder {
  opacity: 0;
}

/* Modern Browsers */
.pointer {
  cursor: pointer;
}

.url-title {
  margin-right: auto;
}

.main-wrapper {
  margin-top: 40px;
}

.main-wrapper-full {
  margin-top: 30px;
}

.solid-grey-border {
  border-top: solid 2px #e6e6e6;
}

.cta-blue {
  background: #fff;
  font-size: 12px;
  border: 1px solid #4285f4;
  padding: 3px 10px 2px;
  border-radius: 4px;
  margin: 2px 0;
  cursor: pointer;
  height: 25px;
  color: #4285f4;
}
.cta-blue.active, .cta-blue:hover {
  text-decoration: none;
  background: #4285f4;
  color: #fff !important;
}
.cta-blue.active:focus, .cta-blue:hover:focus {
  background: #4285f4;
  color: #fff !important;
}
.cta-blue:focus {
  background: #fff;
  color: #4285f4 !important;
}
.cta-blue:visited {
  color: #4285f4 !important;
}
.cta-blue:visited:hover {
  color: #fff !important;
}

span.cta-blue-divider {
  height: 25px;
  width: 1px;
  background: #4285f4;
  display: inline-block;
  margin: 0 4px -9px;
}

.cta-blue.active:focus {
  outline: 0px;
}

.main-wrapper {
  padding: 0;
  width: 100%;
  max-width: 1060px;
}
@media screen and (min-width: 992px) {
  .main-wrapper {
    width: 767px;
    padding: 0 135px;
  }
}
@media screen and (min-width: 1200px) {
  .main-wrapper {
    width: 948px;
    padding: 0 135px;
  }
}

.main-wrapper-full {
  padding: 0;
  min-height: 100%;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .main-wrapper-full {
    padding: 0 135px;
  }
}

.footer-container {
  display: flex;
  /*width: 100vw;*/
  width: 100%;
  padding: 13px 20px;
  background-color: #f4f4f4;
  align-items: flex-start;
  z-index: 999;
}
@media screen and (min-width: 992px) {
  .footer-container {
    align-items: center;
  }
}

.footer-logo {
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-top: 5px;
  width: 15px;
  height: 15px;
}
.footer-logo img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .footer-logo {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .footer-logo {
    margin-top: 0;
  }
}

.footer-text {
  font-family: "Assistant", "Open Sans";
  font-size: 14px;
  color: #636363;
  font-weight: 600;
  line-height: 1.2;
}
.footer-text a {
  color: #636363;
  font-weight: 600;
}
.footer-text a:hover {
  text-decoration: none;
}
.footer-text span {
  font-size: 12px;
  font-weight: bold;
}

.footer-break {
  display: block;
}
@media screen and (min-width: 992px) {
  .footer-break {
    display: inline;
  }
}

.footer-buttons {
  display: flex;
  justify-content: space-around;
  margin-left: auto;
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .footer-buttons {
    margin-top: 0;
  }
}

.footer-links {
  margin: 0 4px;
}
@media screen and (min-width: 576px) {
  .footer-links {
    margin: 0 5px;
  }
}
.footer-links:last-child {
  margin-right: 0;
}

.fb {
  background-image: url(../../images/website/footer-link-1.png);
  background-size: contain;
  width: 15px;
  height: 15px;
}
.fb:hover {
  background-image: url(../../images/website/footer-link-1-hover.png);
}

.web {
  background-image: url(../../images/website/footer-link-2.png);
  background-size: contain;
  width: 15px;
  height: 15px;
}
.web:hover {
  background-image: url(../../images/website/footer-link-2-hover.png);
}

.yt {
  background-image: url(../../images/website/footer-link-3.png);
  background-size: contain;
  width: 15px;
  height: 15px;
}
.yt:hover {
  background-image: url(../../images/website/footer-link-3-hover.png);
}

.homepage-footer {
  display: flex;
  flex-direction: column;
  justify-content: right;
  text-align: right;
  background-color: transparent;
  position: relative;
  z-index: 1;
  padding: 0 20px 30px;
}
@media screen and (min-width: 992px) {
  .homepage-footer {
    padding: 0 0 30px;
    text-align: center;
    justify-content: center;
    flex-direction: row;
  }
}
.homepage-footer div {
  font-size: 11px;
  line-height: 1.1;
  font-weight: 600;
  color: #777777;
}
@media screen and (min-width: 768px) {
  .homepage-footer div {
    font-size: 13px;
  }
}
.green-bg .homepage-footer {
  background-color: #ffa;
}
.isNotFound .homepage-footer {
  background: transparent;
}
@media screen and (max-device-width: 992px) and (max-width: 992px) {
  .h100 .homepage-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}

.disclaimer {
  position: relative;
}
@media screen and (min-width: 992px) {
  .disclaimer {
    position: absolute;
    top: 0;
    right: 20px;
  }
}

/*# sourceMappingURL=footer.css.map */
