
.external-content-title {     text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-transition: margin .3s ease;
-moz-transition: margin .3s ease;
-ms-transition: margin .3s ease;
-o-transition: margin .3s ease;
transition: margin .3s ease;
}

.content-backLink {
    display: inline-block;
    color: #ff3333;
    text-decoration: none;
    padding: 4px 8px;
    position: relative;
    white-space: nowrap;
    -outline: 1px solid pink;
}

.content-backLink:after {
    content: '>';
    font-family: monospace;
    padding-left: 5px;
}

.content-backLink.-left:after {
    display: none;
}

.content-backLink.-left:before {
    content: '<';
    font-family: monospace;
    padding-right: 5px;
}

.content-section {
    display: block;
    padding: 40px;
    margin-bottom: 60px;
    background-color: #ffffff;
    -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);     -webkit-transition: padding .3s ease, margin .3s ease, box-shadow .3s ease;
-moz-transition: padding .3s ease, margin .3s ease, box-shadow .3s ease;
-ms-transition: padding .3s ease, margin .3s ease, box-shadow .3s ease;
-o-transition: padding .3s ease, margin .3s ease, box-shadow .3s ease;
transition: padding .3s ease, margin .3s ease, box-shadow .3s ease;
}

/* Content */
.text-content {
    max-width: 885px;
    display: block;
    margin: 0 auto;
}



@media (max-width: 1075px) {
    .content-section {
        -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;     }
}

@media (max-width: 810px) {     .content-section {
        padding: 15px;
        margin-bottom: 40px;
    }

    .external-content-title {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
        .content-section {
        padding: 10px;
        margin-bottom: 20px;
    }

    .external-external-content-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}



.content-section.-blank {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;     background-color: transparent;
    padding: 0;
    margin: 0;
}