/*
Font families from Google Fonts
	font-family: 'Open Sans', sans-serif;
	font-family: 'Quattrocento', serif;
*/

body {
    font-family: "Quattrocento", serif;
    font-weight: 300;
    background-color: #ffffff;
    font-size: 16px;
    line-height: normal;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    color: #454545;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 38px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    color: #454545;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 32px;
}

h3 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #454545;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 22px;
}





h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.content p, .content li {
    font-size: 16px;
    line-height: normal;
    color: #676767;
    font-family: "Quattrocento", serif;
    font-weight: 300;
}

.phone {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 28px;
    float: right;
    font-weight: 600;
    margin: 10px 0;
}

.phone a {
    text-decoration: none;
    color: #ffffff;
}

.form-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #454545;
    text-align: center;
    margin: 10px 0;
    text-transform: uppercase;
    line-height: 32px;
}

.extra-bold, h1 span {
    font-weight: 600;
}

.form-co {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    padding: 0;
}

.red-decor, h1 span {
    text-decoration: underline;
    -moz-text-decoration-color: #b11e01;
    text-decoration-color: #b11e01;
}

.callouts-one a, .callouts-two a, .callouts-three a, .callouts-four a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #454545;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
}

.callouts-one:hover a, .callouts-two:hover a, .callouts-three:hover a, .callouts-four:hover a {
    color: #ffffff;
    text-decoration: none;
}

.white {
    color: #ffffff;
}

p.infotext {
    max-width: 262px;
    margin: 0 auto;
    display: block;
    padding-top: 10px;
}

.home .content-area h1 {
    padding-right: 60px;
}

strong {
    font-weight: bold;
}


/* Global */

header {
    background-color: #454545;
}

.navbar {
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .3);
    position: relative;
    z-index: 3001;
}

footer {
    background-color: #d2d1d1;
}

.slider-wrap {
    background-color: #ffffff;
    border: none;
}

.slider-wrap img {
    border: none;
}

.content {
    background-color: #ffffff;
}

::-moz-selection {
    color: #ffffff;
    background: #8fb1bd;
}

::selection {
    color: #ffffff;
    background: #8fb1bd;
}

.btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    outline: medium none;
    padding: 10px 50px;
    position: relative;
    transition: all .3s ease 0s;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.btn:hover {
    background: #f2cb2f;
    color: #454545;
    text-decoration: none;
    padding: 10px 50px;
    text-align: center;
    font-size: 18px;
}

.centerbtn {
    margin: 10px auto;
    display: block;
    width: 70%;
}

.centerimg {
    margin: 0 auto;
    display: block;
    float: none;
}

a.button, input[type="submit"] {
    background: linear-gradient(to bottom, #b9181e 0%, #a72c2f 86%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #780b0e;
    color: white;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    padding: 3px 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 1rem;
}

a.button:hover, input[type="submit"]:hover {
    background: linear-gradient(to bottom, #a72c2f 14%, #b9181e 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #cccccc;
}


/* Header */

header {
    padding-bottom: 20px;
}

.branding a {
    display: block;
    margin: -20px 0 0;
    border: none;
}

.branding img {
    border: none;
}

nav.top {
    position: relative;
    z-index: 1000;
}


/*width:100%;*/


/* Slider/Hero Graphic Section */

.bx-wrapper {
    z-index: 500;
}

.bx-viewport {
    -webkit-transform: translateZ(0);
}

ul.bxslider {
    margin: 0;
}

.hero-image {
    position: relative;
    z-index: 500;
}

.home-header {
    position: relative;
}

.form-holder {
    border: 6px solid #434343;
    margin-top: 8px;
    z-index: 3000;
}

.form-interior {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ecebeb 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ecebeb));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ecebeb 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #ecebeb 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #ecebeb 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #ecebeb 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecebeb', GradientType=0);
    /* IE6-9 */
    border: 1px solid #d8d8d8;
    min-height: 50px;
    padding: 15px;
    z-index: 3000;
    position: relative;
}

.form-co-wrap {
    position: relative;
    z-index: 2500;
}

.form-co-interior {
    position: absolute;
    padding: 5px 0 5px;
    width: 100%;
    background-color: #b11e01;
    top: -80px;
}

.meso-arrow {
    float: right;
    margin-top: -86px;
    margin-bottom: -16px;
}

.xl-book {
    margin-bottom: -104px;
    margin-top: -273px;
    position: relative;
    z-index: 500;
    float: right;
    right: -48px;
}

.form-int-wrap {
    background-color: #b11e01;
    padding: 25px 0;
    min-height: 89px;
}

.meso-int-arrow {
    float: right;
    margin-bottom: -25px;
    margin-top: -67px;
}

.interior-book {
    float: right;
    margin-bottom: -65px;
    margin-top: -343px;
    position: relative;
    right: -48px;
    z-index: 500;
}

.form-co a {
    color: #ffffff;
    text-decoration: none;
}

.form-co a:hover {
    color: #cccccc;
}


/* Content Area */

.content {
    position: relative;
}

.content .content-area {
    background: white;
    margin: 0 .625rem;
    min-height: 300px;
}

.padding-home {
    padding-top: 20px;
}

.callouts {
    background-color: #ebecec;
    width: 100%;
}

.callouts-one, .callouts-two, .callouts-three, .callouts-four {
    padding: 20px;
}

.callouts-one:hover {
    background-color: #7bb29b;
}

.callouts-two:hover {
    background-color: #84b5a0;
}

.callouts-three:hover {
    background-color: #98c2b0;
}

.callouts-four:hover {
    background-color: #aecfc1;
}

.coicon-one {
    padding: 25px;
    width: 100%;
    background-color: #7bb29b;
}

.coicon-two {
    padding: 17px;
    width: 100%;
    background-color: #84b5a0;
}

.coicon-three {
    padding: 24px;
    width: 100%;
    background-color: #98c2b0;
}

.coicon-four {
    padding: 21px;
    width: 100%;
    background-color: #aecfc1;
}

.coicon-one img, .coicon-two img, .coicon-three img, .coicon-four img {
    margin: 0 auto;
    display: block;
}


/* Interior Content */

.interior-content a {
    color: #b82412;
    text-decoration: none;
    font-weight: bold;
}

.interior-content a:hover {
    color: #b82412;
    text-decoration: underline;
}

.left-pad {
    margin: 0 15px 7px 0;
}

.right-pad {
    margin: 0 0 7px 15px;
}

.bread_crumbs {
    margin-bottom: -10px;
    margin-top: 27px;
}

.interior-form-wrap {
    background: #688c9a;
    margin: 10px 0 0;
    padding: 10px 0;
}

.interior-form-content {
    padding: 10px 200px;
}


/* Interior Form */

.supplementary {
    margin: 15px 40px;
}

.supplementary .row > ul > li {
    width: 50%;
    position: relative;
}

.supplementary textarea {
    position: absolute;
    width: 350px;
}

.supplementary .supplementary input[type="submit"] {
    font-size: 1rem;
    padding: 8px 26px;
    float: right;
    margin: -58px 85px 0 0;
}

.supplementary.veterans .supplementary input[type="submit"] {
    margin: 0 138px 0 0;
}

.formElements .row > ul > li {
    float: left;
}

.supplementary input[type="text"], .supplementary textarea {
    border: medium none;
    box-shadow: 0 1px 2px 0 rgba(103, 104, 104, .75) inset;
    height: 25px;
    margin-bottom: 5px;
    width: 100%;
}


/* Footer Form */

.supplementary .formElements .row > ul > li.radio span, .supplementary .formElements .row > ul > li.checkbox span, .content-area .formElements .row > ul > li.radio span, .content-area .formElements .row > ul > li.checkbox span {
    display: inline-block;
    color: #ffffff;
}


/* Informational Area */

.information-wrap {
    width: 100%;
    background: #8fb1bd;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8fb1bd 50%, #688c9a 50%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #8fb1bd), color-stop(50%, #688c9a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #8fb1bd 50%, #688c9a 50%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #8fb1bd 50%, #688c9a 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #8fb1bd 50%, #688c9a 50%);
    /* IE10+ */
    background: linear-gradient(to right, #8fb1bd 50%, #688c9a 50%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8fb1bd', endColorstr='#688c9a', GradientType=1);
    /* IE6-9 */
    margin: 20px 0;
    min-height: 40px;
}

.meso-info {
    background-color: #8fb1bd;
    padding: 20px 10px;
}

.asbestos-info {
    background-color: #7ba3b2;
    padding: 20px 10px;
}

.client-pers {
    background-color: #688c9a;
    padding: 20px 10px;
}

.infoarea {
    margin: 10px auto;
    display: block;
    border: 1px solid #678995;
}


/* Help Area */

.help-wrap {
    width: 100%;
}

.help {
    background: #ffffff;
    margin: 20px auto;
    display: block;
}

.help-co, .side-co {
    background: #e7e6e6;
    padding: 10px;
    border-top: 5px solid #7ba3b2;
    margin-bottom: 15px;
}

.help-co a, .side-co a {
    color: #222222;
    text-decoration: none;
}

.help-co a:hover, .side-co a:hover {
    color: #aaaaaa;
    text-decoration: none;
}

.co-img {
    margin: 0 5px;
}

.help-img {
    border: 1px solid #e7e6e6;
}


/* Footer Book Call Out */

.foot-book {
    background: #b11e01;
    margin-top: 20px;
    min-height: 96px;
}

.btm-book {
    margin-bottom: -27px;
    margin-top: -53px;
}

.book-meet {
    background: #b11e01;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b11e01 50%, #688c9a 50%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #b11e01), color-stop(50%, #688c9a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #b11e01 50%, #688c9a 50%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #b11e01 50%, #688c9a 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #b11e01 50%, #688c9a 50%);
    /* IE10+ */
    background: linear-gradient(to right, #b11e01 50%, #688c9a 50%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b11e01', endColorstr='#688c9a', GradientType=1);
    /* IE6-9 */
    margin-top: 20px;
    min-height: 96px;
}

.foot-book-co {
    background: #688c9a;
    margin-top: 20px;
    min-height: 96px;
    padding-top: 8px;
    left: -1px;
}

.foot-book-co a {
    text-decoration: none;
    color: #ffffff;
}

.foot-book-co a:hover {
    text-decoration: none;
    color: #222222;
}


/* Footer */

.footer {
    color: #383531;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer__badge {
    margin-bottom: 1rem;
}

.footer__info {
    line-height: 1.5;
    margin-top: 0;
    text-align: center;
}

.footer__link {
    color: currentColor;
    text-decoration: none;
}

.footer__line {
    width: 100%;
    max-width: 100%;
    height: 0;
    border: none;
    border-bottom: 1px solid #ADADAD;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.footer__copyright {
    font-size: .813rem;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.footer__badge--short {
    margin-top: 1.5rem;
}

@media only screen and (min-width: 40.063em) {
    .footer__info, .footer__copyright {
        text-align: left;
    }
}


/* footer {
    color: #676767;
    padding-bottom: 20px;
}

footer a {
    color: #676767;
    text-decoration: none;
}

footer a:hover {
    color: #222222;
    text-decoration: none;
} */

.social-icons {
    padding-top: 38px;
}

.social.inline-list {
    position: relative;
    margin: 8px auto;
}

.social.inline-list li {
    margin-left: 15px;
}

.social.inline-list li:first-child {
    margin-left: 0;
}

.social a {
    display: block;
    text-indent: -9999px;
    background: url(../images/sprite-social.png) no-repeat;
    width: 26px;
    height: 26px;
    transition: background-position 200ms ease;
    -webkit-transition: background-position 200ms ease;
}

/* footer .social a {
    width: 32px;
    height: 32px;
}

footer .social .fb a {
    background-position: left -52px;
}

footer .social .tw a {
    background-position: -48px -52px;
}

footer .social .in a {
    background-position: -96px -52px;
}

footer .social .gp a {
    background-position: -144px -52px;
}

footer .social .pin a {
    background-position: -192px -52px;
}

footer .social .yt a {
    background-position: -240px -52px;
}

footer .social .bbb a {
    width: 91px;
    background-position: -285px -52px;
}

footer .social .fb a:hover {
    background-position: left -84px;
}

footer .social .tw a:hover {
    background-position: -48px -84px;
}

footer .social .in a:hover {
    background-position: -96px -84px;
}

footer .social .gp a:hover {
    background-position: -144px -84px;
}

footer .social .pin a:hover {
    background-position: -192px -84px;
}

footer .social .yt a:hover {
    background-position: -240px -84px;
} */

.security {
    padding-top: 35px;
}

.LPMcontainer:focus, .LPMcontainer *:focus {
    outline: none!important;
}

.LPMslideOutPin {
    max-width: 40px;
    height: auto!important;
}


/* Dark Wrap */

.dark-wrap {
    background: #454545;
    width: 100%;
    text-align: center;
}

/* input expanding beyond form container fix */

.form-interior input[type="text"],
.form-interior input[type="email"] {
    width: 100%;
}

@media all and (min-width: 768px) {
    /* Header */
    header {
        padding-bottom: 0;
    }
    .no-touch a#clicktocall {
        cursor: default;
    }
    .LPMcontainer {
        top: 244px!important;
    }
    .LPMslideOutPin {
        max-width: none;
    }
}

@media all and (min-width: 320px) and (max-width: 568px) {
    footer .social .bbb a, .btm-book {
        display: none;
    }
    .foot-book-co {
        margin-top: 0;
        left: 0;
    }
    .center-phone {
        text-align: center;
        float: none;
    }
    .interior-form-content {
        padding: 10px 20px;
    }
    .supplementary .formElements .row > ul > li.radio span, .supplementary .formElements .row > ul > li.checkbox span, .content-area .formElements .row > ul > li.radio span, .content-area .formElements .row > ul > li.checkbox span {
        display: block;
    }
    .supplementary .row > ul > li {
        width: 100%;
        position: relative;
    }
    .supplementary .row > ul > li:nth-child(2) {
        padding-left: 0 !important;
    }
    .supplementary label {
        padding-bottom: 5px !important;
        color: #ffffff;
    }
    .pull-phone {
        margin-top: -10px;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .btm-book, .xl-book, .hide-port {
        display: none;
    }
    .view-port {
        display: inline-block;
    }
    .btm-call {
        font-size: 28px;
        padding-top: 5px;
    }
    h3 {
        font-size: 15px;
    }
    .form-co-wrap {
        margin-top: -7px;
    }
    .form-title {
        margin: 1px 0 10px;
    }
    .help-co {
        min-height: 307px;
    }
    .tablet-push {
        margin-top: 35px;
    }
    .interior-book {
        float: right;
        margin-bottom: -65px;
        margin-top: -203px;
        position: relative;
        right: -2px;
        z-index: 500;
    }
    .interior-form-content {
        padding: 10px 20px;
    }
    .supplementary input[type="text"], .supplementary textarea {
        border: medium none;
        box-shadow: 0 1px 2px 0 rgba(103, 104, 104, .75) inset;
        height: 25px;
        margin-bottom: 5px;
        width: 89%;
    }
    .supplementary .row > ul > li:nth-child(2) {
        padding-left: 20px !important;
    }
    .form-co {
        text-align: left;
    }
    .home label, .home .formElements .row > ul > li label, .home #ecomTotal label {
        font-size: .625rem;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .help-co {
        min-height: 256px;
    }
    .tablet-push {
        margin-top: 30px;
    }
    .xl-book {
        float: right;
        margin-bottom: -20px;
        margin-top: -409px;
        position: relative;
        right: 399px;
        z-index: 500;
    }
    .hide-land {
        display: none !important;
    }
    .interior-book {
        float: right;
        margin-bottom: -65px;
        margin-top: -293px;
        position: relative;
        right: -8px;
        z-index: 500;
    }
    .interior-form-content {
        padding: 10px 200px;
    }
}

@media all and (min-width: 1025px) {
    .show-for-portrait, .show-for-landscape {
        display: none !important;
    }
    .xl-book {
        margin-bottom: -104px;
        margin-top: -273px;
        position: relative;
        z-index: 500;
        float: right;
        right: -32px;
    }
    a#clicktocall {
        cursor: default;
    }
}

.pad {
    padding: .5rem;
}

.pad-0 {
    padding: 0;
}

.pad-vert {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.pad-horiz {
    padding-left: .5rem;
    padding-right: .5rem;
}

.pad-top {
    padding-top: .5rem;
}

.pad-bottom {
    padding-bottom: .5rem;
}

.pad-left {
    padding-left: .5rem;
}

.pad-right {
    padding-right: .5rem;
}

.pad-2x {
    padding: 1rem;
}

.pad-2x-vert {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pad-2x-horiz {
    padding-left: 1rem;
    padding-right: 1rem;
}

.pad-2x-top {
    padding-top: 1rem;
}

.pad-2x-bottom {
    padding-bottom: 1rem;
}

.pad-2x-left {
    padding-left: 1rem;
}

.pad-2x-right {
    padding-right: 1rem;
}

.pad-3x {
    padding: 1.5rem;
}

.pad-3x-vert {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.pad-3x-horiz {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pad-3x-top {
    padding-top: 1.5rem;
}

.pad-3x-bottom {
    padding-bottom: 1.5rem;
}

.pad-3x-left {
    padding-left: 1.5rem;
}

.pad-3x-right {
    padding-right: 1.5rem;
}

.pad-4x {
    padding: 2rem;
}

.pad-4x-vert {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pad-4x-horiz {
    padding-left: 2rem;
    padding-right: 2rem;
}

.pad-4x-top {
    padding-top: 2rem;
}

.pad-4x-bottom {
    padding-bottom: 2rem;
}

.pad-4x-left {
    padding-left: 2rem;
}

.pad-4x-right {
    padding-right: 2rem;
}

.pad-5x {
    padding: 2.5rem;
}

.pad-5x-vert {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.pad-5x-horiz {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.pad-5x-top {
    padding-top: 2.5rem;
}

.pad-5x-bottom {
    padding-bottom: 2.5rem;
}

.pad-5x-left {
    padding-left: 2.5rem;
}

.pad-5x-right {
    padding-right: 2.5rem;
}

.pad-6x {
    padding: 3rem;
}

.pad-6x-vert {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.pad-6x-horiz {
    padding-left: 3rem;
    padding-right: 3rem;
}

.pad-6x-top {
    padding-top: 3rem;
}

.pad-6x-bottom {
    padding-bottom: 3rem;
}

.pad-6x-left {
    padding-left: 3rem;
}

.pad-6x-right {
    padding-right: 3rem;
}

.marg {
    margin: .5rem;
}

.marg-center {
    margin-left: auto;
    margin-right: auto;
}

.marg-0 {
    margin: 0;
}

.marg-vert {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.marg-horiz {
    margin-left: .5rem;
    margin-right: .5rem;
}

.marg-top {
    margin-top: .5rem;
}

.marg-bottom {
    margin-bottom: .5rem;
}

.marg-left {
    margin-left: .5rem;
}

.marg-right {
    margin-right: .5rem;
}

.marg-2x {
    margin: 1rem;
}

.marg-2x-vert {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.marg-2x-horiz {
    margin-left: 1rem;
    margin-right: 1rem;
}

.marg-2x-top {
    margin-top: 1rem;
}

.marg-2x-bottom {
    margin-bottom: 1rem;
}

.marg-2x-left {
    margin-left: 1rem;
}

.marg-2x-right {
    margin-right: 1rem;
}

.marg-3x {
    margin: 1.5rem;
}

.marg-3x-vert {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.marg-3x-horiz {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.marg-3x-top {
    margin-top: 1.5rem;
}

.marg-3x-bottom {
    margin-bottom: 1.5rem;
}

.marg-3x-left {
    margin-left: 1.5rem;
}

.marg-3x-right {
    margin-right: 1.5rem;
}
.social-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 0;
}

.social-list__item {
    padding: 0 .5rem;
}

@media all and (min-width: 640px) {
    .footer-text {
        padding-top: 1.5rem;
    }
}

.footer__badge-column {
    height: 176px;
}