@charset "UTF-8";
/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .desktop--hero-banner {
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin-top: 0px;
    padding-top: 44%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: none; } }
@media only screen and (min-width: 768px) {
  .desktop--hero-banner {
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    /*padding-top: 66.64%;*/
    padding-top: 36%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: block; }

  .banner-title {
    top: 80px; } }
@media only screen and (min-width: 992px) {
  .banner-title {
    top: 110px; } }
@media only screen and (min-width: 1200px) {
  .banner-title {
    font-size: 46px;
    max-width: 205px;
    top: 130px; } }
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .mobile--legal-content {
    margin: 30px; }

  .legal-subtitle {
    color: #007078;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase; }

  .compliance-list li {
    list-style-position: inside;
    margin: 20px 0 0 0; }

  .legal-description ul li {
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    list-style: none; }

  .legal-description ul li:before {
    content: "• ";
    position: relative;
    top: 2px; } }
@media only screen and (min-width: 768px) {
  .desktop--legal-content {
    margin: 40px 50px; }

  .legal-subtitle {
    font-size: 20px;
    margin-top: 20px; }

  .compliance-summary {
    font-weight: 600; }

  .compliance-list li {
    margin: 20px 0 0 0; }

  .legal-description ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px; } }

/*# sourceMappingURL=legal-notice.css.map */
