﻿.intro-padding-top {
    padding-top: 10%
}

footer {
    padding: 30px;
    background-color: #f8f8f8;
}

body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lead {
    font-size: 18px;
    font-weight: 400
}

.customNoMargin {
    margin-bottom: 0
}

.customText {
    font-size: 16px;
    font-weight: 400
}

.customUl {
    padding-left: 15px;
    list-style-type: circle
}

.customCenteredImage {
    margin: auto
}

.intro-message {
    position: relative;
    padding-bottom: 50px;
    text-align: center
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%
    }

    .intro-divider {
        width: 100%
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px
}

.content-section-a {
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7
}

.content-section-b {
    padding: 20px 0;
    background-color: #f8f8f8
}

.section-heading {
    margin-bottom: 30px
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7
}