@media only screen and (min-width: 658px) {
    .grid {
        margin-left:-30px
    }

    .col {
        float: left;
        padding: 0 0 0 30px
    }
    .w-33 {
        width: 33.3333333%
    }
    .w-50 {
        width: 50%
    }
    .w-100 {
        width: 100%
    }
}
a {
    color: #e60000;
}
.c--b {
    color: #000;
}
.belt {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px
}

.alert-container {
	margin: 15px;
}

.alert {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 17px 19px
}

.alert i {
    float: left;
    width: 30px;
    height: 30px;
}
.alert-sml i {
    width: 20px;
    height: 20px;
}
.alert i img{
	max-width: 100%;
}

.alert > div {
    padding-left: 50px
}

.alert .alert-cta {
    float: right;
    padding: 0
}

.alert img {
    float: left;
    margin: 0 20px 10px 0
}

.alert h2,.alert h3,.alert h4 {
    margin: 0 0 10px
}

.alert-sml {
    padding: 10px;
    margin-bottom: 10px
}

.alert-sml > div {
    padding-left: 30px
}

.alert-sml p {
    margin: 0
}

.success {
    background: #F4F8F0;
    border: 1px solid #427d00
}

.container {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 10px 15px;
    margin-bottom: 20px
}
.container-alt {
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 10px 15px;
    margin-bottom: 20px
}
.container-square {
  border-radius: 0;
}

.ta--c {
	text-align: center !important;
}

.sash {
	display: block;
	position: absolute;
	background-color: #e60000;
	color: #ffffff;
	padding: 5px 10px;
}
.sash::after {
    display: block;
    content: ' ';
    width: 0px;
    height: 0px;
    border-left: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #9D0000;
    position: absolute;
    right: 0;
    bottom: -10px;
}

.sash--tr {
	top: -10px;
	right: -10px;
}

.sash-container {
	position: relative;
}

.btn-override {
	float: none;
}


.article-teaser {
    margin-bottom: 20px
}

.article-teaser > div {
    display: table-cell
}

#content .article-teaser h3 {
	margin-top: 0;
}

.article-teaser img {
    margin-bottom: 15px;
    float: left;
    margin-right: 15px;
    max-width: 40%
}

.article-teaser ul {
    margin-bottom: 20px
}

.article-teaser ul li {
    margin-bottom: 10px;
    margin-left: 20px;
    list-style-type: disc
}

.article-teaser .mw-25 {
    max-width: 25%
}

.article-teaser .mw-33 {
    max-width: 33%
}

.article-teaser .mw-50 {
    max-width: 50%
}

.article-teaser .mw-66 {
    max-width: 66%
}

.article-teaser .mw-75 {
    max-width: 75%
}

@media only screen and (min-width: 767px) {
    .article-teaser {
        margin-bottom:30px
    }
}