.Container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 1304px;
}

.Container:after,.Container:before {
    display: table;
    content: '';
}

.Container:after {
    clear: both;
}

@media screen and (max-width: 992px) {
    .Container {
        padding-left:.75rem;
        padding-right: .75rem;
    }
}

.Container--small {
    max-width: 48rem;
}

.Grid {
    margin-right: -12px;
    margin-left: -12px;
}

.Grid:after,.Grid:before {
    display: table;
    content: '';
}

.Grid:after {
    clear: both;
}

.Grid-item {
    float: left;
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
    width: 100%;
}

footer{
    display: block;
}

.Footer {
    background-color: #3155a6;
    color: #fff;
    font-size: 1em;
}

.Footer a {
    color: #fff;
    text-decoration: underline;
}

.Footer a:hover {
    text-decoration: none;
}

.Footer address {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.Footer address p {
    margin-bottom: .5em;
    line-height: 1.25;
}

.Footer address p span {
    opacity: .85;
}

.Footer-body {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
}

.Footer-title {
    font-size: 1.825em;
    font-weight: bold;
    line-height: 1.15;
}

.Footer-bottom {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    text-align: center;
}

.Footer-bottom ul {
    padding: 0;
    margin: 0;
    margin-top: 1em;
}

.Footer-bottom ul li {
    display: inline-block;
}

.Footer-bottom ul li + li {
    margin-left: 1.5em;
}

.Footer-list {
    line-height: 1.35;
}

.Footer-list h3 {
    font-size: 1.5em;
    font-weight: 500;
    margin-top: 1em;
}

.Footer-tagline {
    font-weight: 300;
    font-size: 1em;
    opacity: .85;
}

@media screen and (min-width: 992px) {
    .Footer {
        font-size:1em;
        text-align: left;
    }

    .Footer-bottom {
        text-align: left;
        font-size: .825em;
        border-color: #fff;
        border-top: 1px solid rgba(255,255,255,0.15);
    }

    .Footer-bottom:after,.Footer-bottom:before {
        display: table;
        content: '';
    }

    .Footer-bottom:after {
        clear: both;
    }

    .Footer-bottom ul {
        margin-top: 0;
    }

    .Footer-social {
        float: left;
    }

    .Footer-links {
        float: right;
    }

    .Footer-list h3 {
        font-size: 1.25em;
        margin-top: 0;
    }

    .Footer-info {
        border-right: 1px solid rgba(255,255,255,0.15);
    }
}

.Footer-logo img {
    max-width: 8em;
}

.Footer-logos {
    margin-top: 2rem;
}

@media screen and (min-width: 992px) {
    .Footer-logos {
        display:table;
        float: right;
    }

    .Footer-logos .Footer-logo {
        display: table-cell;
        vertical-align: middle;
    }

    .Footer-logos .Footer-logo + .Footer-logo {
        padding-left: 2rem;
    }
}

@media screen and (max-width: 992px) {
    .Footer-logos .Footer-logo {
        text-align:center;
        margin-bottom: 1.5rem;
    }
}

.Footer-links ul li {
    color: rgba(255,255,255,0.85);
}

.Footer-links ul li a {
    color: #fff;
}

@media screen and (max-width: 992px) {
    .Footer-body {
        padding-bottom:1.5em;
    }

    .Footer-links {
        margin-top: 2em;
    }

    .Footer-links ul li {
        margin: 1em 0 !important;
        display: block;
        font-size: .825em;
    }

    .Footer-links ul li a {
        font-size: 1rem;
    }
}

.u-md-size1of3,.u-md-size2of6,.u-md-size4of12 {
	width: 33.33333% !important;
}

.u-md-size2of3,.u-md-size4of6,.u-md-size8of12 {
    width: 66.66667% !important;
}

.u-md-pr3 {
   	padding-right: 1.5rem !important;
}

.u-bullet {
    padding-left: 1.5em;
}

.u-bullet li + li {
    margin-top: .825em;
}

.u-bullet li {
    line-height: 1.325;
    list-style-type: none;
    position: relative;
}

.u-bullet li:before {
    content: '\2022';
    font-size: .75em;
    position: absolute;
    top: .25em;
    left: -1.25em;
}

.Icon {
    width: 1.5em;
    height: 1.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.Icon--youtube {
    background-image: url(../img/icon-youtube.png);
}