
@import url(divTables.min.css);

/************************* Global ************************/
html, body {
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

@font-face {
    font-family: GlacialIndifference;
    src: url("../fonts/GlacialIndifference-Regular.otf") format("opentype");
}

form {
}

body {
}

.body {
    position: relative;
}

.dnnFormPopup {
    z-index: 2000;
}

.fa {
}

p, li {
    font-size: 18px;
    color: #292929;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 26px;
}

p {
    margin-bottom: 20px;
    line-height: 28px;
}

a, a:visited, a:active {
    color: #fff;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    transition: .3s ease-in-out;
}

    a:visited:hover, a:hover {
        text-decoration: none;
        color: #ed1c24;
    }

h1, .jumbotron h1 {
    font-family: "Open Sans", sans-serif;
    color: #7c7c7c;
    font-size: 100px;
    line-height: 90px;
    font-weight: 800;
    margin: 30px 0;
    text-transform: uppercase;
}

.jumbotron h1 {
    opacity: 0.7;
}

h2 {
    font-family: "Open Sans", sans-serif;
    color: #ed1c24;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0px;
    margin: auto;
}

h3 {
    font-family: "Open Sans", sans-serif;
    color: #ed1c24;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    position: relative;
}

h4 {
    font-family: "Open Sans", sans-serif;
    color: #292929;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.5px;
}

h5 {
    font-family: "Open Sans", sans-serif;
    color: #292929;
    font-size: 18px;
    line-height: 25px;
    padding: 0;
    font-weight: 400;
    vertical-align: middle;
    display: inline;
}

h6 {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 700;
    display: inline-block;
}

hr {
    width: 90%;
    border-color: #ed1c24;
    display: inline-block;
}


ul {
    list-style-type: disc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 60px;
}

li {
    padding-bottom: 7px;
}


.nowrap {
    white-space: nowrap;
}

.w700 {
    max-width: 700px;
    margin: auto;
}

.w850 {
    max-width: 850px;
    margin: auto;
}

@media (min-width: 769px) {
    .mobile {
        display: none;
    }
}

@media (max-width: 500px) {

    ul {
        margin-left: 25px;
    }
}

@media (max-width: 768px) {
    .desktop {
        display: none;
    }

    div.jumbotron h1, h1 {
        font-size: 38px;
        line-height: 42px;
    }

    .jumbotron h3 {
        font-size: 26px;
        line-height: 26px;
    }

    ul {
        width: auto;
        text-align: left;
    }

    h1 {
    }

    h2 {
    }

    h3 {
    }
}


@media (max-width: 500px) {

    h1 {
    }

    .jumbotron h1 {
    }
}

/************************* Header ************************/



header .topMenu {
    background-color: #2e3841;
    border-bottom: 1px solid #999999;
}

    header .topMenu .btn {
        white-space: nowrap;
        font-size: 14px;
        padding: 5px 15px;
    }

    header .topMenu .socialIcons {
        color: #fff;
    }

    header .topMenu a:hover, header .bottomMenu a:hover {
        color: #ed1c24;
    }

    header .topMenu > .divTable > .divRow > .divCell:last-of-type .menuLink,
    header .topMenu > .divTable > .divRow > .divCell:first-of-type .menuLink {
        padding-right: 0px;
        border-right: none;
    }


header .bottomMenu.alwaysfixed,
header .bottomMenu.fixed {
    background-color: #fff;
}

header .bottomMenu .navMenu .children {
    position: relative;
}

    header .bottomMenu .navMenu .children:hover {
        background-color: #fff;
        color: #ed1c24;
    }

header .bottomMenu .navMenu a {
    font-family: "Open Sans", sans-serif;
    color: #ed1c24;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

header .bottomMenu.fixed .navMenu a {
    color: #ed1c24;
}

header .bottomMenu.fixed .navMenu .children:hover a {
    color: #ed1c24;
}

.submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    color: #7c7c7c;
    text-align: left;
    top: 40px;
    right: 0px;
    width: auto;
    min-width: 150px;
    padding: 5px 0;
}

header .bottomMenu .submenu .item {
    padding: 10px;
    width: 100%;
    white-space: nowrap;
}

header .bottomMenu .navMenu .submenu .item a {
    color: #7c7c7c;
    text-align: left;
    padding: 0 10px;
}

header .bottomMenu .submenu .item:hover {
    background-color: #7c7c7c;
    cursor: pointer;
}

header .bottomMenu .navMenu .submenu .item:hover a {
    color: #fff;
}

header .bottomMenu .item:hover .submenu {
    display: block;
}

header .bottomMenu .item.children > h6 > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 5px;
    transform: rotate(180deg);
}

@media (max-width: 768px) {

    header .bottomMenu.docked {
        background-color: #fff;
    }
}

/************************* Site Map ************************/

.siteMap .parentMenu > .item > a:hover {
    color: #fff;
}


.siteMap .item a:hover {
    color: #fff;
}



.hamburger {
    cursor: pointer;
}

    .hamburger svg {
        vertical-align: middle;
        padding-left: 10px;
    }

.close {
    display: none;
    opacity: 1;
}
/********************* Social Links **********************/

.socialIcons div {
    display: inline-block;
    padding: 0px 8px 0px 0px;
}

.socialIcons a {
    color: #fff;
}

    .socialIcons a:hover {
        color: #231f20;
    }


@media (max-width: 768px) {
    .socialIcons {
        text-align: center;
    }

        .socialIcons div {
            padding: 0 9px 24px 9px;
        }

    .socialIcons {
        padding-top: 15px;
    }
}

.siteMap {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 300;
    background-color: #7b8383;
    display: none;
    padding-bottom: 60px;
}


    .siteMap .parentMenu {
        display: inline-block;
        padding: 10px 40px 30px 40px;
        vertical-align: top;
        min-width: 25%;
    }

        .siteMap .parentMenu h2 {
            display: block;
            font-size: 18px;
            line-height: 23px;
            border: 1px solid #999999;
            padding: 10px 15px;
            margin: 20px auto;
        }

        .siteMap .parentMenu > .item > a {
            font-size: 16px;
            font-family: 'Open Sans', serif;
            color: #222;
        }

    .siteMap .copyright {
        padding: 20px;
    }

        .siteMap .copyright,
        .siteMap .copyright a {
            font-size: 16px;
            font-family: 'Open Sans', serif;
            color: #999999;
            text-transform: uppercase;
            letter-spacing: 5px;
        }

    .siteMap .menuHeader {
        padding: 10px 40px;
    }

    .siteMap .logo img {
        height: 60px;
    }

    .siteMap .item a {
        color: #fff;
        font-size: 30px;
        font-family: 'Open Sans', serif;
        padding: 15px 0;
    }


@media (max-width: 768px) {
    .siteMap {
        padding: 0 15px;
    }

        .siteMap .parentMenu {
            display: block;
            padding: 5px 10px;
        }


            .siteMap .parentMenu h2 {
                display: block;
                font-size: 22px !important;
                line-height: 26px !important;
                border: none;
                padding: 0px !important;
                margin: 5px auto !important;
            }

        .siteMap .copyright {
            display: none;
        }

        .siteMap .menuHeader {
            padding: 10px 20px;
        }
}

@media (max-width: 500px) {
    .siteMap .logo img {
        height: auto;
        max-height: 60px;
        width: 100%;
    }
}
/************************* Menu ************************/



.menuLink .fa {
    color: #fff;
}

.hamburger {
    fill: #fff;
}

.menuLink, .menuLink:visited {
    font-family: "Roboto", Verdana;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    vertical-align: middle;
    border-right: 1px solid #999999;
    padding: 10px 25px;
    margin: 10px 0px;
}

    .menuLink:hover, .menuLink:visited:hover {
        color: #ed1c24;
    }

    .menuLink .fas, .menuLink:visited .fas {
        font-size:16px;
    }

.navMenu .divCell:last-of-type .menuLink {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.topMenu .divCell:first-of-type .menuLink {
    margin-left: 0;
    padding-left: 0;
}

.menuLink .fa {
    font-size: 34px;
    vertical-align: middle;
}

.menuLink .fa-mobile {
    padding-right: 5px;
}

.menuLink .fa-envelope::before {
    font-size: 22px;
    vertical-align: middle;
}


/************************* Scroll To Top ************************/

html .scroll-to-top.visible {
    opacity: 0.75;
}

html .scroll-to-top {
    background: #fff none repeat scroll 0 0;
    border-radius: 7px 7px 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    height: 9px;
    min-width: 49px;
    opacity: 0;
    padding: 13px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
    z-index: 1040;
    cursor: pointer;
}

@media (max-width: 768px) {
    html .scroll-to-top {
    }
}
/************************* Button ************************/

.btn {
    border: none;
    text-decoration: none;
    border-radius: 0px;
    transition: .5s;
    font-family: "Open Sans", sans-serif;
    white-space: normal;
}

    .btn.btn-default {
        background-color: transparent;
        color: #fff;
        line-height: 22px;
        font-size: 20px;
        padding: 15px 25px;
        text-transform: uppercase;
        border-radius: 0px;
        box-shadow: none;
        border: 1px solid #fff;
    }

        .btn.btn-default a,
        .btn.btn-default a:visited {
            color: #fff;
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
            text-transform: uppercase;
        }

        .btn.btn-default:hover {
            background-color: #7c7c7c;
            color: #fff;
            opacity: 1;
            border: 1px solid #fff;
        }

    a.btn:hover:after,
    a.btn:visited:after,
    .btn a:hover:after,
    .btn a:visited:after {
        content: none;
        padding: 0;
        margin: 0;
    }

    .btn.btn-primary,
    .btn.btn-primary:visited {
        background-color: #fff;
        color: #ed1c24;
        line-height: 22px;
        font-size: 20px;
        padding: 15px 25px;
        text-transform: uppercase;
        border-radius: 0px;
        box-shadow: none;
        border: 1px solid #fff;
    }

        .btn.btn-primary:hover,
        .btn.btn-primary:hover:visited {
            background-color: #ed1c24;
            color: #fff;
            transition: .5s;
            opacity: 1;
        }

    .btn.btn-success,
    .btn.btn-success:visited {
        background-color: #fff;
        color: #ed1c24;
        text-transform: uppercase;
        border: 1px solid #fff;
    }

        .btn.btn-success:hover,
        .btn.btn-success:hover:visited {
            background-color: #7c7c7c;
            color: #fff;
        }

    .btn.btn-outline {
        background-color: transparent;
        color: #ed1c24;
        line-height: 22px;
        font-size: 20px;
        padding: 15px 25px;
        text-transform: uppercase;
        border-radius: 0px;
        box-shadow: none;
        border: 1px solid #ed1c24;
    }

        .btn.btn-outline a,
        .btn.btn-outline a:visited {
            color: #ed1c24;
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
            text-transform: uppercase;
        }

        .btn.btn-outline:hover {
            background-color: #fff;
            color: #ed1c24;
            opacity: 1;
            border: 1px solid #ed1c24;
        }

@media (max-width: 768px) {
}

/************************* Jumbotron ************************/

.jumbotron {
    padding: 0px;
    padding-top: 83px;
}

    .jumbotron > .divTable {
        background-repeat: repeat;
        background-color: rgba(0,0,0,0.2);
    }


    .cta .c-form ::-webkit-input-placeholder,
    .jumbotron .c-form ::-webkit-input-placeholder {
        color: #7c7c7c;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
    }



    .cta .c-form ::-moz-placeholder,
    .jumbotron .c-form ::-moz-placeholder {
        color: #7c7c7c;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
    }


    .cta .c-form :-moz-placeholder,
    .jumbotron .c-form :-moz-placeholder {
        color: #7c7c7c;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
    }


    .cta .c-form :-ms-input-placeholder,
    .jumbotron .c-form :-ms-input-placeholder {
        font-family: "Open Sans", sans-serif;
        color: #7c7c7c;
        font-weight: 700;
    }


.jumbotron {
    background-color: #3c3c46;
    vertical-align: middle;
    position: relative;
    background-position: center center;
    background-size: cover;
    margin-bottom: 0px;
    width: 100%;
}


    .jumbotron svg.page-scroll {
        padding-bottom: 50px;
    }

    .jumbotron .content {
        padding-top: 124px;
    }

    .jumbotron .c-form input,
    .jumbotron .c-form select,
    .cta .c-form input,
    .cta .c-form select {
        height: 50px;
        border: none;
        border-bottom: 1px solid #7c7c7c !important;
        color: #7c7c7c;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        background-color: transparent !important;
    }

    .cta .c-form .btn.btn-primary,
    .jumbotron .c-form .btn.btn-primary {
        background-color: #ed1c24;
        color: #fff;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        border-radius: 0;
        border: 1px solid #ed1c24;
    }

        .cta .c-form .btn.btn-primary:hover,
        .jumbotron .c-form .btn.btn-primary:hover {
            background-color: transparent !important;
            color: #ed1c24 !important;
            border: 1px solid #ed1c24 !important;
        }

        .cta .c-form .btn.btn-primary:active,
        .jumbotron .c-form .btn.btn-primary:active {
            border-color: transparent !important;
        }


    .jumbotron .c-form {
        padding: 50px;
        background-color: rgba(255, 255, 255, 0.8);
    }


    .jumbotron #dnn_jumbotronBottom {
        padding: 0px 40px;
    }

        .jumbotron #dnn_jumbotronBottom .c-form {
            padding: 30px;
        }


    .jumbotron .c-form .btn {
        margin-top: 30px;
        background-color: transparent;
        border: #7c7c7c 1px solid;
    }

        .jumbotron .c-form .btn:hover {
            background-color: #7c7c7c;
            color: #fff;
        }

    .jumbotron #dnn_jumbotronBottom .c-form .btn {
        margin-top: 0px;
    }


    .jumbotron #dnn_jumbotronBottom .c-form .field-container {
        margin-bottom: 15px;
        margin-top: 15px;
    }

.alert {
    background-color: transparent !important;
    color: #fff !important;
    margin-top: 50px;
    padding: 70px 50px 50px 50px !important;
    border: none;
    border-radius: 0;
    margin: auto;
    max-width: 700px;
}

    .alert p {
        color: #fff !important;
    }

@media (max-width: 768px) {
    .jumbotron .content {
        position: static;
        padding-top: 100px;
    }

        .jumbotron .content > .divTable {
            padding: 30px 0;
        }

    .jumbotron svg.page-scroll {
        padding-bottom: 15px;
    }



    .jumbotron #dnn_jumbotronBottom {
        padding: 0px;
    }

        .jumbotron #dnn_jumbotronBottom .c-form {
            padding: 20px;
        }


            .jumbotron #dnn_jumbotronBottom .c-form .btn {
                margin-top: 30px;
            }


            .jumbotron #dnn_jumbotronBottom .c-form .field-container {
                margin-bottom: 10px;
            }
}


/************************* Containers ************************/

.paddedBottom {
    padding-bottom: 60px;
}

.paddedTop {
    padding-top: 50px;
}

.paddedCell {
    padding: 50px 50px;
}

.paddedItems {
    padding: 55px 0;
}

.textContent {
    padding-top: 50px;
    padding-bottom: 60px;
}

.whiteBox {
    max-width: 70%;
    background-color: #fff;
    padding: 30px;
    margin: auto;
}

.videoContainer {
    position: relative;
    text-align: center;
    max-width: 900px;
    margin: auto;
}

    .videoContainer img {
        margin: auto;
        width: 100%;
    }

    .videoContainer .content {
        position: absolute;
        top: 0;
        left: 0;
    }



    .videoContainer div {
        height: 100%;
        width: 100%;
    }

    .videoContainer .content iframe {
        width: 100%;
        height: 100%;
    }

@media (max-width: 768px) {
    .paddedCell {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .paddedBottom {
        padding-bottom: 50px;
    }

    .paddedTop {
        padding-top: 50px;
    }

    .textContent {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .whiteBox {
        max-width: 100%;
        margin: 30px 15px;
        padding: 30px 15px;
    }
}
/************************* Gallery ************************/
.GalleryDisplayDiv {
    min-height: 500px;
    padding-top: 20px;
}
/************************* Blog ************************/

.blogStrip a:visited:hover,
.blogStrip a:hover {
    text-decoration: none;
    color: #7c7c7c;
}

.blogStrip li a {
    font-weight: 700;
}

.blogStrip ul {
}


.blogStrip .blog-entity,
.related .blog-entity {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
}


.grow .posts .image {
    width: 40%;
}


.blogStrip .blog-entity p {
    color: #212121;
    font-size: 16px;
}

.blogStrip .blog-entity p,
.related .blog-entity p {
    height: 140px;
    overflow: hidden;
}

.grow .blog-entity h2 {
    padding: 10px 0;
}

.blogStrip .blog-entity h2,
.related .blog-entity h2 {
    height: 110px;
    overflow: hidden;
}


.grow .posts .container {
}

.jumbotron .content {
    padding-top: 0;
}

.grow .blog-entity .btn.btn-default {
    color: #ed1c24;
    background-color: transparent;
    border: 1px solid #ed1c24;
    font-size: 16px;
    padding: 12px 20px;
}

    .grow .blog-entity .btn.btn-default:hover {
        color: #fff;
        background-color: #ed1c24;
    }

.grow .recentposts {
    font-size: 0;
    line-height: 0;
}

.grow .blog-entity .divCell {
    background-position: center;
    background-size: cover;
}

.grow .blog-entity .content {
    padding-left: 40px;
}

.grow .post-image {
    text-align: center;
    padding-bottom: 50px;
}

    .grow .post-image img {
        width: 90%;
    }

.categoryList {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
}

.pageingContainer {
    text-align: center;
    padding-top: 10px;
}

.pages {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 10px;
}

    .page,
    .pages .nav {
        padding: 5px;
        display: inline-block;
        font-size: 20px;
    }

    .pages .nav {
        padding: 5px 10px;
    }

        .pages .nav a {
            vertical-align: text-bottom;
        }

        .page a,
        .pages .nav a {
            color: #ccc;
            font-family: "Open Sans", sans-serif;
        }

            .page a:hover,
            .pages .nav a:hover {
                color: #fff;
                opacity: 1;
            }

.page.active {
    color: #fff;
}

@media (max-width: 1300px) {
    .blogTable .postContainer {
        width: 50%;
    }
}

@media (max-width: 768px) {

    .blogStrip .blog-entity,
    .related .blog-entity {
        width: 100%;
        display: block;
    }

        .blogStrip .blog-entity p,
        .related .blog-entity p {
            height: auto;
        }

    .grow .blog-entity h2 {
        padding-top: 20px;
    }

    .blogStrip .blog-entity h2,
    .related .blog-entity h2 {
        height: auto;
    }


    .grow .posts .image {
        width: 100%;
    }

    .grow .blog-entity .content {
        padding-left: 0px;
    }

    .blogTable .postContainer {
        width: 100%;
        display: block;
    }
}

/************************* Body ************************/

.subscript {
    font-size: 8px;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    top: -5px;
}

.hrTable {
    width: 60%;
    margin: auto;
}

    .hrTable .icon {
        padding: 0 35px;
    }

.title-icon {
    fill: #fff;
    width: 40px;
}

.insuranceProduct svg {
    fill: #fff;
}


.owl-theme .owl-dots {
    line-height: 50px;
    margin-bottom: 15px;
}


    .owl-theme .owl-dots .owl-dot {
        background: #fff none repeat scroll 0 0;
        border-radius: 0;
        width: 50px;
        height: 5px;
        display: inline-block;
        margin: 0 5px;
    }

.light .owl-theme .owl-dots .owl-dot {
    background: #292929 none repeat scroll 0 0;
}

.owl-theme .owl-dots .owl-dot.active {
    background-color: #fff;
}

.ModActionFormC .row {
    margin: 0;
}

.c-form input,
.c-form select {
    height: 50px;
    border: none;
    border-bottom: 1px solid #999;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}

.c-form textarea {
    border: 1px solid #999;
    border-radius: 0;
    /*margin-top: 35px;*/
}

.c-form input[type="radio"],
.c-form input[type="checkbox"] {
    height: auto;
    border: none;
}

.c-form .btn.btn-primary {
    margin-top: 30px;
}

.services {
    background-color: #ed1c24;
    padding: 50px 0;
    /*background-image: url(/Portals/1/Images/stripe_grey.png);*/
    background-repeat: repeat;
}

    .services ul {
        list-style-type: disc;
    }

        .services ul li {
            color: #fff;
            width: 50%;
            display: inline-block;
            text-align: left;
            list-style-type: disc;
            font-family: "Open Sans", sans-serif;
            font-weight: 700;
        }

            .services ul li::before {
                content: '\25cf\a0';
                padding-right: 10px;
            }

#missionStatement {
    background-color: #f8f8f8;
}

@media (max-width: 768px) {
    .services ul li {
        width: 100%;
    }
}

/********************* Testimonials **********************/

.testamonials {
    background-image: url(/Portals/Abram-Briggs/Images/testimonial-marquee.jpg);
    background-size: cover;
}


/************************* Slider ************************/



/********************* Blog **********************/

/************************* Blog ************************/

.blogStrip a:visited:hover,
.blogStrip a:hover {
    text-decoration: none;
    color: #7c7c7c;
}

.blogStrip li a {
    font-weight: 700;
}

.blogStrip ul {
}


.blogStrip .blog-entity,
.related .blog-entity {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
}

    .blogStrip .blog-entity > div,
    .related .blog-entity > div {
        position: relative;
    }

.grow .posts .image {
    width: 40%;
}


.blogStrip .blog-entity p {
    color: #212121;
    font-size: 16px;
}

.blogStrip .blog-entity p,
.related .blog-entity p {
    height: 140px;
    overflow: hidden;
}

.grow .blog-entity h2 {
    padding: 10px 0;
}

.blogStrip .blog-entity .btn.btn-default,
.related .blog-entity .btn.btn-default {
    color: #ed1c24;
    background-color: transparent;
    border: 1px solid #ed1c24;
    font-size: 16px;
    padding: 12px 20px;
}

    .blogStrip .blog-entity .btn.btn-default:hover,
    .related .blog-entity .btn.btn-default:hover {
        color: #fff;
        background-color: #ed1c24;
    }

.blogStrip .blog-entity h2,
.related .blog-entity h2 {
    color: #fff;
    text-align: left;
}

.grow .blog-entity .btn.btn-default

.grow .posts .container {
}

.jumbotron .content {
    padding-top: 0;
}

.blog-entity .info {
    position: absolute;
    height: 100%;
    width: 100%;
    display: inline-block;
    top: 0;
    left: 0;
    padding: 15px;
    padding-bottom: 0;
    background-color: rgba(0,0,0,0.5);
}

    .blog-entity .info h2 {
        color: #fff;
        text-align: left;
    }

    .blog-entity .info .categories a {
        color: #fff;
        display: inline-block;
        padding: 5px 15px;
        margin-right: 10px;
        background-color: #aaa;
        text-transform: uppercase;
    }

.grow .blog-entity .btn.btn-default {
    color: #ed1c24;
    background-color: transparent;
    border: 1px solid #ed1c24;
    font-size: 16px;
    padding: 12px 20px;
}

    .grow .blog-entity .btn.btn-default:hover {
        color: #fff;
        background-color: #ed1c24;
    }

.grow .recentposts {
    font-size: 0;
    line-height: 0;
}

.grow .blog-entity .divCell {
    background-position: center;
    background-size: cover;
}

.grow .blog-entity .content {
    padding-left: 40px;
}

.grow .post-image {
    text-align: center;
    padding-bottom: 50px;
}

    .grow .post-image img {
        width: 90%;
    }

.categoryList {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
}

.pageingContainer {
    text-align: center;
    padding-top: 10px;
}

.pages {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 10px;
}

    .page,
    .pages .nav {
        padding: 5px;
        display: inline-block;
        font-size: 20px;
    }

    .pages .nav {
        padding: 5px 10px;
    }

        .pages .nav a {
            vertical-align: text-bottom;
        }

        .page a,
        .pages .nav a {
            color: #ccc;
            font-family: "Open Sans", sans-serif;
        }

            .page a:hover,
            .pages .nav a:hover {
                color: #fff;
                opacity: 1;
            }

.page.active {
    color: #fff;
}

@media (max-width: 1300px) {
    .blogTable .postContainer {
        width: 50%;
    }
}

@media (max-width: 768px) {

    .blogStrip .blog-entity,
    .related .blog-entity {
        width: 100%;
        display: block;
    }

        .blogStrip .blog-entity p,
        .related .blog-entity p {
            height: auto;
        }

    .grow .blog-entity h2 {
        padding-top: 20px;
    }

    .blogStrip .blog-entity h2,
    .related .blog-entity h2 {
        height: auto;
    }


    .grow .posts .image {
        width: 100%;
    }

    .grow .blog-entity .content {
        padding-left: 0px;
    }

    .blogTable .postContainer {
        width: 100%;
        display: block;
    }
}

/************************* Header Slider ************************/

.slider {
    height: 450px;
    overflow-x: hidden;
    padding: 50px 10%;
}

    .slider .sliderContainer {
        overflow: hidden;
        position: relative;
        box-shadow: 5px 5px 10px #999;
    }

    .slider .slide {
        display: table-cell;
        transform: translateX(100%);
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 0;
        background-position: center center;
        background-size: cover;
        text-align: center;
    }

        .slider .slide .slideContent {
            vertical-align: middle;
            height: 80%;
            width: 80%;
            display: inline-block;
            padding: 35px 70px;
        }

        .slider .slide p {
            vertical-align: middle;
            text-align: left;
            display: block;
            color: #ed1c24;
        }

        .slider .slide .quote {
            font-size: 26px;
            line-height: 32px;
        }

            .slider .slide .quote::before {
                content: "\"";
                /*font-family: 'Roboto Slab', serif;
                font-size: 40px;*/
                margin-right: 10px;
                font-weight: 700;
                line-height: 0px;
            }

            .slider .slide .quote::after {
                content: "\"";
                /*font-family: 'Roboto Slab', serif;
                font-size: 40px;*/
                margin-left: 10px;
                font-weight: 700;
                line-height: 0px;
            }

        .slider .slide .author {
            font-size: 20px;
            text-align: center;
        }

        .slider .slide.active {
            transform: translateX(0%);
            z-index: 3;
            transition: .5s ease-in-out;
        }

        .slider .slide.past {
            transform: translateX(100%);
            z-index: 2;
            transition: .5s ease-in-out;
        }


@media (min-width: 769px) {
}

@media (max-width: 768px) {

    .slider {
        display: none;
    }
}

@media (max-width: 1000px) {
}

/************************* Footer CTA ********************/

.cta {
    background-color: #fff;
    color: #ed1c24;
    font-size: 42px;
    line-height: normal;
    font-family: "Open Sans", sans-serif;
    /*background-image: url(/Portals/1/Images/stripe_grey.png);*/
    background-repeat: repeat;
}

    .cta .DnnModule {
        padding: 80px 0;
    }

    .cta .btn {
        border: 1px solid #ed1c24;
        color: #7c7c7c;
        vertical-align: middle;
        background-color: #ed1c24;
    }

        .cta .btn:hover {
            background-color: #fff;
            color: #ed1c24;
        }

    .cta h3 {
        font-size: 44px;
        line-height: 44px;
        padding-bottom: 30px;
        color: #ed1c24;
    }

    .cta .c-form {
        max-width: 700px;
        margin: auto;
        display: block;
        float: none !important;
    }

    .cta .text-danger {
        font-size: 14px;
        line-height: normal;
    }


@media (max-width: 768px) {

    .cta h3 {
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 10px;
    }
}

/************************* Footer ************************/
.footer {
    background-image: url('/Portals/Abram-Briggs/Images/footer-pic.jpg');
    background-size: cover;
    background-color: #7c7c7c;
}

    .footer .footerContainer .container {
        padding: 30px 0 60px 0;
    }

.footerContainer .fa {
    font-size: 22px;
}

.footer h2 {
    color: #7c7c7c;
}

.footer h3 {
    color: #fff;
    position: relative;
}

.footer hr {
    border-color: #7c7c7c;
}

.footer .title-icon {
    fill: #7c7c7c;
}

.footer p {
    color: #fff;
    font-size: 14px;
}

.footer a {
    font-weight: 700;
}

.footer .copyright,
.footer .copyright a {
    color: #fff;
    font-size: 14px;
}

    .footer .copyright > span {
        border-left: 1px solid #fff;
        padding-left: 5px;
        margin-left: 5px;
    }

        .footer .copyright > span:first-of-type {
            border-left: none;
            padding-left: 0px;
            margin-left: 0px;
        }


    .footer .copyright a {
        color: #fff;
    }

        .footer .copyright a:hover {
            color: #7c7c7c;
        }

.footer .right {
    width: 60%;
}

.footer .c-form input.form-control {
    border: 1px solid #fff;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #7c7c7c;
    background-color: rgba(0,0,0,.5);
}

.footer .c-form textarea.form-control {
    border: 1px solid #7c7c7c;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: rgba(0,0,0,.5);
}


.footer .c-form ::-webkit-input-placeholder {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.footer .c-form ::-moz-placeholder {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.footer .c-form :-moz-placeholder {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.footer .c-form :-ms-input-placeholder {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 700;
}

.footer .title {
    font-family: "Open Sans", sans-serif;
    color: #7c7c7c;
    font-weight: 700;
    display: inline-block;
}

.footer .btn {
    color: #7c7c7c;
    background-color: #fff;
    font-size: 18px;
    padding: 10px 20px;
}

    .footer .btn:hover {
        color: #7c7c7c;
        background-color: #ed1c24;
        border-color: #ed1c24;
    }

footer {
    background-color: #ed1c24;
    padding: 20px;
}

.footer footer h3 {
    font-size: 18px;
    color: #fff;
}

.footer footer a,
.footer footer a:visited {
    color: #fff;
}

    .footer footer a:hover,
    .footer footer a:visited:hover {
        color: #fff !important;
    }

.footer .footerContainer .c-form .btn {
    margin-top: 0;
    border: 1px solid #7c7c7c;
    margin-bottom: 15px;
    color: #7c7c7c;
    background-color: transparent;
}

    .footer .footerContainer .c-form .btn:hover {
        background-color: #fff;
    }

.footer footer .bstrap30 .section-title {
    padding-top: 0;
    padding-bottom: 0;
}

.footer .socialIcons > div {
    display: inline-block;
}

/*.footer .footerContainer .c-form input[type=text] {
    background-color: #7c7c7c;
    padding: 5px 10px;
    color: #292929;
}

.footer .footerContainer .c-form ::-webkit-input-placeholder {
    color: #ed1c24;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.footer .footerContainer .c-form ::-moz-placeholder {
    color: #ed1c24;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.footer .footerContainer .c-form :-moz-placeholder {
    color: #ed1c24;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.footer .footerContainer .c-form :-ms-input-placeholder {
    color: #7c7c7c;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}*/


@media (max-width: 768px) {
    .footer {
    }

        .footer p {
            padding-left: 0px;
        }

        .footer .right {
            width: 100%;
        }

    .hrTable {
        display: none;
    }

    .footer .row {
        margin: 0;
    }
}
