a.outline.light.red {
    box-shadow: 1px 1px 4px 1px rgba(85, 85, 85, 0.375);
    background-color: #a52828;
    color: #f7f7f7;
}

a.outline.light.red:hover {
    background-color: #852020;
}

#top-notice {
    margin-right: 3.5em !important;
}

.section__important-notice {
    position: absolute;
    right: 0;
    background-color: transparent;
}

@media screen and (max-width: 1362px) {
    #top-notice {
        margin-right: 7.5em !important;
    }
}

.as__regular li {
    margin-bottom: 0.5em;
}

@media screen and (max-width: 1400px) {
    .column__first {
        text-align: left;
    }

    img.column__image {
        width: 80%;
    }
}

@media screen and (max-width: 680px) {
    .column__first {
        text-align: unset;
    }

    img.column__image {
        width: 100%;
    }

    /* creatovia */

    .x-social-icons, .x-list{
        columns: unset !important;
    }

    .x-social-icons {
            padding-right: 0;
            padding-left: 0;
        }

    .x-social-icons li:nth-child(3n) {
            margin-top: 1.5em;
        }
}


.container.border * {
	font-family: 'Nunito';
}

.container.border h4 {
  color: #3c475d;
  font-size: 1.3em;
  margin-bottom: 1em;
  text-align: left;
  font-weight: 400;
}

.container.border p {
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: 300;
}

.border {
  border: 1px solid #dcdee5;
}

.border-b {
  border-bottom: 1px solid #dcdee5;
}

.container {
  background-color: #fff;
  max-width: 1400px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 900px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .md-border-b-0 {
    border-bottom: none;
  }
  .md-border-r {
    border-right: 1px solid #dcdee5;
  }
}

.marketing-section {
  padding: 1.5rem;
}

.marketing-icon {
  display: inline-block;
  padding: 20px;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
}

.marketing-icon .heroicon-shadows {
  fill: transparent;
}

.marketing-icon--purple {
  border-color: #8571b3;
  background-color: #eeeafb;
}

.marketing-icon--purple .heroicon-outline {
  fill: #8571b3;
}

.marketing-icon--purple .heroicon-component-fill {
  fill: #eeeafb;
}

.marketing-icon--purple .heroicon-component-accent {
  fill: #c8b6f1;
}

.marketing-icon--blue {
  border-color: #3186bc;
  background-color: #e9f0f9;
}

.marketing-icon--blue .heroicon-outline {
  fill: #3186bc;
}

.marketing-icon--blue .heroicon-component-fill {
  fill: #e9f0f9;
}

.marketing-icon--blue .heroicon-component-accent {
  fill: #9cc9ea;
}

.marketing-icon--green {
  border-color: #41b39a;
  background-color: #e0f3ee;
}

.marketing-icon--green .heroicon-outline {
  fill: #41b39a;
}

.marketing-icon--green .heroicon-component-fill {
  fill: #e0f3ee;
}

.marketing-icon--green .heroicon-component-accent {
  fill: #81dfc9;
}

.marketing-icon--orange {
  border-color: #de9d31;
  background-color: #fdeed7;
}

.marketing-icon--orange .heroicon-outline {
  fill: #de9d31;
}

.marketing-icon--orange .heroicon-component-fill {
  fill: #fdeed7;
}

.marketing-icon--orange .heroicon-component-accent {
  fill: #ecc788;
}

.set__bold li {
    font-weight: 300;
}
.set__bold li ul li {
    font-weight: 300;
}

.x-social-icons,
.x-list {
    columns: 2;
    list-style: none;
    margin-top: 1em;
}

.x-social-icons li img {
    width: 28px;
    vertical-align: -6px;
    margin-right: 0.5em;
}

.x-social-icons li:nth-child(2n) {
    margin-top: 1.5em;
}

.x-list li:nth-child(2n) {
    margin-top: 0.5em;
}

.x-social-icons li,
.x-list li {
    font-weight: 400;
    font-size: 1.17em;
}

.x-social-icons li::before {
    content: '' !important;
    list-style: none !important;
    list-style-type: none !important;
}

.x-list li::before {
    content: '';
}

.x-list li {
    font-size: 1em;
    font-weight: 400;
    list-style: circle;
    list-style-type: circle;
}

.x-list.col-0 {
    columns: 0;
    margin: 0;
}

.x-list.col-0 li {
    margin: 1em 0;
}