.wrapper {
    padding: 4em 0 2em 0 ;
    position: relative;
}

    .wrapper > .inner {
        margin: 0 auto;
        max-width: 90em;
        width: 90%;
    }

    .wrapper + .wrapper {
        border-top: solid 1px #e6e6e6;
    }

    .wrapper.major-pad {
        padding: 6em 0 4em 0 ;
    }

    .wrapper.content-pad {
        padding: 0;
    }

        .wrapper.content-pad .content {
            padding: 4em 0 2em 0 ;
        }

    .wrapper.split > .inner {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }

        .wrapper.split > .inner > * {
            width: calc(50% - 3.75em);
        }

            .wrapper.split > .inner > *:before {
                content: '';
                display: block;
                width: 1px;
                height: 100%;
                position: absolute;
                top: 0;
                margin-left: -3.75em;
                background-color: #e6e6e6;
            }

            .wrapper.split > .inner > *:first-child {
                border: 0;
            }

                .wrapper.split > .inner > *:first-child:before {
                    display: none;
                }

.icon-wrapper {
    width: 4em;
    height: 2em;
    line-height: 2em;
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 1.235em 0;
}

    .icon-wrapper:before, .icon-wrapper:after {
        content: '';
        width: 0;
        height: 0;
        border-left: solid 2em transparent;
        border-right: solid 2em transparent;
        position: absolute;
        left: 0;
    }

    .icon-wrapper:before {
        border-bottom: solid 1.235em;
        top: -1.235em;
    }

    .icon-wrapper:after {
        border-top: solid 1.235em;
        bottom: -1.235em;
    }

    .icon-wrapper .icon {
        cursor: default;
    }

        .icon-wrapper .icon:before {
            font-size: 1.5rem;
        }

    .icon-wrapper.major {
        display: block;
        margin: 1.235em 0 3.235em 0;
    }

    .icon-wrapper.small {
        font-size: 0.75em;
    }

        .icon-wrapper.small .icon:before {
            font-size: 1.25rem;
        }

.icon-wrapper {
    background-color: #f6f6f6;
    box-shadow: 0 -1px 0 0 #f6f6f6, 0 1px 0 0 #f6f6f6;
}

    .icon-wrapper:before {
        border-bottom-color: #f6f6f6;
    }

    .icon-wrapper:after {
        border-top-color: #f6f6f6;
    }


/* Bulleted Icons */

ul.bulleted-icons {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

    ul.bulleted-icons li {
        margin: 2em 0 0 0;
        overflow: hidden;
        padding-left: 4.5em;
        position: relative;
        width: 50%;
    }

        ul.bulleted-icons li .icon-wrapper {
            font-size: 0.65em;
            left: 0;
            position: absolute;
            top: 0;
        }

            ul.bulleted-icons li .icon-wrapper .icon:before {
                font-size: 1rem;
            }

        ul.bulleted-icons li h3 {
            font-size: 0.9em;
            margin-bottom: 0.5em;
            padding-bottom: 0;
        }

            ul.bulleted-icons li h3:after {
                display: none;
            }

    @media screen and (max-width: 1280px) {

        ul.bulleted-icons li {
            width: 100%;
            margin: 1em 0 0 0;
        }

    }

@media screen and (max-width: 980px) {

    .wrapper > .inner > * {
        width: 100%;
        padding-left: 0 !important;
    }

    .wrapper.split > .inner {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .wrapper.split > .inner > * {
            width: 100%;
            padding-top: 3em;
            margin-top: 1em;
        }

            .wrapper.split > .inner > *:before {
                margin-left: 0;
                position: relative;
                height: 1px;
                width: 100%;
                top: -3em;
            }

            .wrapper.split > .inner > *:first-child {
                padding-top: 0;
                margin-top: 0;
            }

                .wrapper.split > .inner > *:first-child:before {
                    display: none;
                }

}

@media screen and (max-width: 1280ox) {
    .wrapper {
        padding: 3em 0 1em 0 ;
    }

        .wrapper > .inner {
            width: 100%;
            padding: 0 3em;
        }

        .wrapper.major-pad {
            padding: 4em 0 2em 0 ;
        }

        .wrapper.content-pad .content {
            padding: 3em 0 1em 0 ;
        }

        .wrapper.split > .inner > * {
            width: calc(50% - 2em);
        }

            .wrapper.split > .inner > *:before {
                margin-left: -2em;
            }
}

@media screen and (max-width: 980px) {
    .wrapper > .inner > * {
        width: 100%;
        padding-left: 0 !important;
    }

    .wrapper.split > .inner {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .wrapper.split > .inner > * {
            width: 100%;
            padding-top: 3em;
            margin-top: 1em;
        }

            .wrapper.split > .inner > *:before {
                margin-left: 0;
                position: relative;
                height: 1px;
                width: 100%;
                top: -3em;
            }

            .wrapper.split > .inner > *:first-child {
                padding-top: 0;
                margin-top: 0;
            }

                .wrapper.split > .inner > *:first-child:before {
                    display: none;
                }
}

.modal {
    padding: 80px 40px;
}
.modal p {
    font-size: 0.75em;
}