/*! CSS Used from: http://home-site.test:3000/css/main.css */
*,
*::before,
*::after {
    box-sizing: border-box;
}

header,
main {
    display: block;
}

h1,
h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol {
    margin-top: 0;
    margin-bottom: 1rem;
}

b,
strong {
    font-weight: bolder;
}

a {
    color: #f6931d;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #bf6b08;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

h1,
h2 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    p,
    h2 {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
    }

    .container {
        min-width: 992px !important;
    }
}

h1,
h2 {
    color: #000;
}

h1,
h2 {
    font-weight: 300;
}

b,
strong {
    font-weight: 700;
}

h1 {
    margin-bottom: 1.5rem;
}

a {
    font-weight: 600;
}

a:hover {
    color: #f6931d;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    #main {
        margin-top: 0;
    }
}

/*! CSS Used from: http://home-site.test:3000/css/app.css */
:focus {
    outline: none;
}

/*! CSS Used from: http://home-site.test:3000/prelander/roofing/autoptimize_5d4a6b00c9a4b6d0048ddeb53f7e6cff.css ; media=all */
@media all {

    .grid-100:after,
    .grid-container:after,
    [class*=mobile-grid-]:after,
    [class*=tablet-grid-]:after {
        clear: both;
    }

    .grid-100:after,
    .grid-100:before,
    .grid-container:after,
    .grid-container:before,
    [class*=mobile-grid-]:after,
    [class*=mobile-grid-]:before,
    [class*=tablet-grid-]:after,
    [class*=tablet-grid-]:before {
        content: ".";
        display: block;
        overflow: hidden;
        visibility: hidden;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    .grid-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid-100,
    [class*=mobile-grid-],
    [class*=tablet-grid-] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid-parent {
        padding-left: 0;
        padding-right: 0;
    }

    @media (max-width:767px) {
        .mobile-grid-100 {
            clear: both;
            width: 100%;
        }
    }

    @media (min-width:768px) and (max-width:1024px) {
        .tablet-grid-100 {
            clear: both;
            width: 100%;
        }
    }

    @media (min-width:1025px) {
        .grid-100 {
            clear: both;
            width: 100%;
        }
    }

    div,
    h1,
    h2,
    p,
    a,
    strong,
    ol,
    li {
        border: 0;
        margin: 0;
        padding: 0;
    }

    header,
    main {
        display: block;
    }

    ol {
        list-style: none;
    }

    a {
        background-color: transparent;
    }

    a img {
        border: 0;
    }

    p {
        margin-bottom: 1.5em;
    }

    h1,
    h2 {
        font-family: inherit;
        font-size: 100%;
        font-style: inherit;
        font-weight: inherit;
    }

    h1 {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 1.2em;
        font-weight: 300;
        text-transform: none;
    }

    h2 {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 1.2em;
        font-weight: 300;
        text-transform: none;
    }

    ol {
        margin: 0 0 1.5em 3em;
    }

    ol {
        list-style: decimal;
    }

    b,
    strong {
        font-weight: 700;
    }

    img {
        height: auto;
        max-width: 100%;
    }

    a {
        transition: color .1s ease-in-out, background-color .1s ease-in-out;
    }

    a,
    a:visited,
    a:hover,
    a:focus {
        text-decoration: none;
    }

    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }

    .size-full,
    .size-medium {
        max-width: 100%;
        height: auto;
    }

    .entry-content:after,
    .site-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .entry-content {
        margin: 2em 0 0;
    }

    .site-content,
    .entry-header {
        word-wrap: break-word;
    }

    .entry-title {
        margin-bottom: 0;
    }

    .entry-content>:last-child {
        margin-bottom: 0;
    }

    .one-container .site-main>:last-child {
        margin-bottom: 0;
    }

    .one-container .site-content {
        padding: 40px;
    }

    .container.grid-container {
        width: auto;
    }

    @media (max-width:768px) {
        a {
            -webkit-transition: all 0s ease-in-out;
            -moz-transition: all 0s ease-in-out;
            -o-transition: all 0s ease-in-out;
            transition: all 0s ease-in-out;
        }

        .content-area {
            float: none;
            width: 100%;
            left: 0;
            right: 0;
        }

        .site-main {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        body:not(.no-sidebar) .site-main {
            margin-bottom: 0 !important;
        }

        .alignleft {
            float: none;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
    }

    a.fasc-button {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        margin: 3px 0;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        box-sizing: border-box;
    }

    a.fasc-button:hover,
    a.fasc-button:focus,
    a.fasc-button:visited,
    a.fasc-button:active {
        text-decoration: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .fasc-size-xlarge {
        font-size: 24px;
        padding: 11px 13px;
        border: 0;
        line-height: 33px;
    }

    .fasc-type-flat:hover {
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
    }

    .fasc-rounded-medium.fasc-size-xlarge {
        border-radius: 15px;
    }
}

/*! CSS Used from: http://home-site.test:3000/prelander/roofing/autoptimize_bdac026fa89158b811b69eee1e58bb6e.css ; media=screen */
@media screen {

    .video-central *,
    .video-central *:before,
    .video-central *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .video-central img {
        max-width: 100%;
        height: auto;
    }

    .video-central img {
        -ms-interpolation-mode: bicubic;
    }

    .video-central img {
        display: inline-block;
        vertical-align: middle;
    }

    .video-central a,
    .video-central a:hover {
        text-decoration: none;
    }
}

/*! CSS Used from: Embedded */
a,
a:visited {
    color: #1e73be;
}

a:hover,
a:focus,
a:active {
    color: #000000;
}

body .grid-container {
    max-width: 850px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }
}

.one-container .container {
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .one-container .site-content {
        padding: 30px;
    }
}

/*! CSS Used from: Embedded */
@media only screen and (max-width: 320px) {
    header {
        background-image: none !important;
    }
}

/*! CSS Used from: Embedded */
@media only screen and (max-width: 320px) {
    header {
        background-image: none !important;
    }
}
