
@import url(divTables.min.css);

/************************* Global ************************/
html, body {
    background-color: #fff;
    font-family: "Roboto", serif;
    font-weight: 300;
}

form {
}

body {
}

.body {
    position: relative;
}

.fa {
}

p, li {
    font-size: 18px;
    color: #292929;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 26px;
}

p {
    margin-bottom: 20px;
    margin-bottom: 15px;
    line-height: 28px;
}

a, a:visited, a:active {
    color: #5da7b6;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    transition: .3s ease-in-out;
}

    a:visited:hover, a:hover {
        text-decoration: none;
        color: #021c38;
    }

h1, .jumbotron h1 {
    font-family: "Roboto", serif;
    color: #5da7b6;
    font-size: 62px;
    line-height: 72px;      
    font-weight: 700;
    margin: 30px 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h2 {
    font-family: "Roboto", serif;
    color: #021c38;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 0px;
    margin: auto;
    letter-spacing: 3px;
}

h3 {
    font-family: "Roboto", serif;
    color: #021c38;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 3px;
}

h4 {
    font-family: "Roboto", serif;
    color: #292929;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.5px;
}

h5 {
    font-family: "Roboto", serif;
    color: #292929;
    font-size: 22px;
    line-height: 25px;
    padding: 5px 0;
    font-weight: 700;
    text-transform: uppercase;
}

h6 {
    font-family: "Roboto", serif;
    color: #5da7b6;
    font-weight: 700;
    display: inline-block;
}

hr {
    width: 90%;
    border-color: #021c38;
    display: inline-block;
}


ul {
    list-style-type: disc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 60px;
}

li {
    padding-bottom: 7px;
}

ul.horizontal {
    font-size: 0;
}

    ul.horizontal li {
        width: 50%;
        display: list-item;
        font-size: 16px;
        margin: 0;
        float: left;
        list-style:disc;
    }

.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: 10px;
    }
}

@media (max-width: 768px) {
    .desktop {
        display: none;
    }

    h1 {
    }

    h2 {
    }

    h3 {
    }
}


@media (max-width: 500px) {

    h1 {
    }

    .jumbotron h1 {
    }
}

/************************* Header ************************/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}

    header .topMenu {
        background-color: #021c38;
        padding: 5px 5%;
    }

    header .bottomMenu .navMenu a {
        padding-right: 20px;
        font-family: "Roboto", serif;
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
    }

    header .bottomMenu .navMenu .desktop:last-of-type a {
        padding: 0;
    }

    header .bottomMenu .navMenu .desktop a:after {
    }

    header .bottomMenu .navMenu .desktop:last-of-type a:after {
        content: none !important;
        padding-right: 0;
    }

    header .topMenu a:hover,
    header .bottomMenu a:hover {
        color: #5da7b6;
    }

    header .bottomMenu {
        padding: 10px 5% 0 5%;
        transition: all 0.3s ease 0s;
    }

        header .bottomMenu.fixed {
            padding: 10px 5%;
            background-color: #a7a9ac;
        }

    header .docked .logo img {
        height: 60px;
        transition: all 0.3s ease 0s;
    }

    header .fixed .logo img {
        height: 40px;
    }


@media (max-width: 768px) {
    header {
        padding: 0;
    }


        header .bottomMenu.docked {
            padding: 10px 5%;
            background-color: #7b8383;
        }

        header .docked .logo img {
            height: 40px;
        }

        header .topMenu {
            display: none;
        }
}

@media (max-width: 500px) {
    header .logo img {
        height: auto;
        width: auto;
        max-height: 60px;
        max-width: 100%;
    }
}
/************************* Site Map ************************/

.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: "Roboto", serif;
            color: #222;
        }

            .siteMap .parentMenu > .item > a:hover {
                color: #5da7b6;
            }

    .siteMap .copyright {
        padding: 20px;
    }

        .siteMap .copyright,
        .siteMap .copyright a {
            font-size: 16px;
            font-family: "Roboto", 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: "Roboto", serif;
        padding: 15px 0;
    }

        .siteMap .item a:hover {
            color: #5da7b6;
        }

@media (max-width: 768px) {
    .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;
        width: 100%;
    }
}


/************************* Menu ************************/

.menuLink {
    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;
}

.navMenu .divCell:last-of-type .menuLink {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.menuLink .fa {
    font-size: 34px;
    vertical-align: middle;
    color: #5da7b6;
}

.menuLink .fa-mobile {
    padding-right: 5px;
}

.menuLink .fa-envelope::before {
    font-size: 22px;
    vertical-align: middle;
}

.hamburger {
    fill: #5da7b6;
    cursor: pointer;
}

    .hamburger svg {
        vertical-align: middle;
        padding-left: 10px;
    }

.close {
    display: none;
}

/************************* Scroll To Top ************************/

html .scroll-to-top.visible {
    opacity: 0.75;
}

html .scroll-to-top {
    background: #5da7b6 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 {
        margin-bottom: 48px;
    }
}
/************************* Button ************************/

.btn {
    border: none;
    text-decoration: none;
    border-radius: 0px;
    transition: .5s;
    font-family: "Roboto", serif;
    letter-spacing: 3px;
}

    .btn.btn-default {
        background-color: transparent;
        color: #222;
        line-height: 18px;
        font-size: 20px;
        padding: 15px 25px;
        text-transform: uppercase;
        border-radius: 0px;
        box-shadow: none;
    }

        .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: #222;
            color: #fff;
            opacity: 1;
        }

    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: transparent;
        border: 1px solid #5da7b6;
        color: #5da7b6;
        text-shadow: none;
        line-height: 18px;
        font-size: 14px;
        padding: 10px 17px;
        text-transform: uppercase;
    }

        .btn.btn-primary:hover,
        .btn.btn-primary:hover:visited {
            background-color: #5da7b6;
            border: 1px solid #5da7b6;
            color: #;
            transition: .5s;
            opacity: 1;
        }

@media (max-width: 768px) {
}

/************************* Jumbotron ************************/

.cta .c-form ::-webkit-input-placeholder,
.jumbotron .c-form ::-webkit-input-placeholder {
    color: #021c38;
    font-family: "Roboto", serif;
    font-weight: 700;
}

/*
    Attempt to put user icons before input fields.
    
    .field-container:before {
    color: #021c38;
    font-family: FontAwesome;
    content: "\f007";

}*/


.cta .c-form ::-moz-placeholder,
.jumbotron .c-form ::-moz-placeholder {
    color: #021c38;
    font-family: "Roboto", serif;
    font-weight: 700;
}


.cta .c-form :-moz-placeholder,
.jumbotron .c-form :-moz-placeholder {
    color: #021c38;
    font-family: "Roboto", serif;
    font-weight: 700;
}


.cta .c-form :-ms-input-placeholder,
.jumbotron .c-form :-ms-input-placeholder {
    font-family: "Roboto", serif;
    color: #021c38;
    font-weight: 700;
}


.jumbotron {
    background-color: #021c38;
    vertical-align: middle;
    position: relative;
    background-position: center center;
    background-size: cover;
    margin-bottom: 0px;
    width: 100%;
}

    .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 #021c38 !important;
        color: #021c38;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        background-color: transparent !important;
        border-radius:0 !important;
    }

    .cta .c-form .btn.btn-primary,
    .jumbotron .c-form .btn.btn-primary {
        background-color: #021c38;
        color: #;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        border-radius: 0;
        border: 1px solid #021c38;
    }

        .cta .c-form .btn.btn-primary:hover,
        .jumbotron .c-form .btn.btn-primary:hover {
            background-color: transparent !important;
            color: #021c38 !important;
            border: 1px solid #021c38 !important;
        }

        .cta .c-form .btn.btn-primary:active,
        .jumbotron .c-form .btn.btn-primary:active {
            border-color: transparent !important;
        }


.jumbotronData .c-form {
    padding: 50px;
    background-color: rgba(93, 167, 182, 0.8);
}

.jumbotron .c-form .btn {
    margin-top: 30px;
}

.alert {
    background-color: #021c38 !important;
    color: # !important;
    margin-top: 50px;
    padding: 70px 50px 50px 50px !important;
    border: none;
    border-radius: 0;
    margin:auto;
    max-width:700px;
}

    .alert p {
        color: # !important;
    }

@media (max-width: 768px) {
    .jumbotron .content {
        position: static;
    }
}


/************************* Containers ************************/

.paddedBottom {
    padding-bottom: 60px;
}

.paddedTop {
    padding-top: 50px;
}

.paddedCell {
    padding: 50px 30px;
}

.paddedItems {
    padding: 55px 0;
}

.textContent {
    padding-top: 50px;
    padding-bottom: 60px;
}

.whiteBox {
    max-width: 70%;
    background-color: #fff;
    padding: 30px;
    margin: auto;
}

@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;
    }
}

/************************* Blog ************************/
.blogTable {
    line-height: 0;
    font-size: 0;
    vertical-align: top;
}

    .blogTable .postContainer {
        width: 33.3%;
        display: inline-block;
        vertical-align: top;
    }

    .blogTable .post {
        margin: 30px;
        font-family: "GlacialIndifference", helvetica;
    }

        .blogTable .post .subText,
        .blogTable .post .subText a {
            font-size: 12px;
            line-height: normal;
            color: #021c38;
            text-transform: uppercase;
            letter-spacing: 3px;
        }

        .blogTable .post .date {
            letter-spacing: 3px;
            font-size: 80px;
            color: #021c38;
            line-height: 70px;
        }

        .blogTable .post .title {
            background-color: #021c38;
            color: #;
            height: 150px;
            padding: 20px;
            margin-top: 10px;
        }

            .blogTable .post .title p {
                color: #;
                vertical-align: middle;
                text-transform: uppercase;
                margin: 0;
            }

        .blogTable .post .divider {
            border-right: 1px solid #021c38;
        }
        
        /* ----------- Blog Header ----------- */

        .blogTable .post .jumbotron .subText,
        .blogTable .post .jumbotron .subText a {
            font-size: 12px;
            line-height: normal;
            color: #;
            text-transform: uppercase;
            letter-spacing: 3px;
        }

            .blogTable .post .jumbotron .subText a {
                margin-left:5px;
            }

        .blogTable .post .jumbotron .date {
            letter-spacing: 3px;
            font-size: 80px;
            color: #;
            line-height: 70px;
        }

        .blogTable .post .jumbotron .title {
            background-color: #021c38;
            color: #;
            height: 150px;
            padding: 20px;
            margin-top: 5px;
        }

            .blogTable .post .jumbotron .title p {
                color: #;
                vertical-align: middle;
                text-transform: uppercase;
                margin: 0;
            }

        .blogTable .post .jumbotron .divider {
            border-right: 1px solid #;
            padding-right: 10px;
        }

        /********************* Hiding image specific to blog posts for footer cta ******************/
        .ctaImage {
            display: none;
        }


.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: "GlacialIndifference", helvetica;
        }

            .page a:hover,
            .pages .nav a:hover {
                color: #[siteColor];
                opacity: 1;
            }

.page.active {
    color: #[siteColor];
}


@media (max-width: 1300px) {
    .blogTable .postContainer {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .blogTable .postContainer {
        width: 100%;
        display: block;
    }
}
 
/*.grow .posts .blog-entity {
    width: 50%;
    display: inline-block;
    padding: 50px;
    font-size: 15px;
    line-height: normal;
    vertical-align: top;
}

.blogStrip .plantit .mwidgetposts p {
    color: #;
}

.blogStrip .plantit .mwidgetposts .date {
    color: #;
}

.plantit .mwidgetposts {
    font-size: 0;
    line-height: 0;
}

    .plantit .mwidgetposts .blog-entity {
        width: 50%;
        display: inline-block;
        padding: 50px;
        font-size: 15px;
        line-height: normal;
        vertical-align: top;
    }

        .plantit .mwidgetposts .blog-entity h4 {
        }

        .plantit .mwidgetposts .blog-entity .divCell {
            background-position: center center;
            background-size: cover;
            text-align: left;
        }

        .plantit .mwidgetposts .blog-entity h2 {
            font-size: 26px;
            line-height: normal;
            font-weight: 700;
            text-transform: none;
        }

            .plantit .mwidgetposts .blog-entity h2 a {
                font-weight: 600;
            }

        .plantit .mwidgetposts .blog-entity .btn-primary {
            background-color: transparent;
            border-color: #5da7b6;
            color: #5da7b6;
            padding: 10px 15px;
            font-size: 15px;
            font-weight: 600;
        }

            .plantit .mwidgetposts .blog-entity .btn-primary:hover {
                background-color: #5da7b6;
                color: #;
            }*/

.newsLetter:before {
    background: #3e3e3e none repeat scroll 0 0;
    content: "";
    height: 280px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -136px;
    transform: skewY(-8deg);
    width: 100%;
    /*background-image: url("/Portals/_default/Skins/Grow/Images/RCD-schematic-bkgd.jpg");*/
}

.newsLetter {
    background-color: #5da7b6;
    overflow: hidden;
    padding-bottom: 60px;
    /*background-image: url("/Portals/_default/Skins/Grow/Images/RCD-schematic-bkgd.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
}

    .newsLetter h2 {
        color: #;
        font-family: "Roboto", serif;
    }

    .newsLetter .bstrap3-material h2.section-title {
        color: #;
        font-size: 48px;
        line-height: 56px;
        text-transform: uppercase;
        text-align: right;
        padding-bottom: 80px;
        border-bottom: none;
    }

.instagram {
    text-align: center;
    margin: auto;
    max-width: 1170px;
}

    .instagram .item {
        display: inline-block;
        padding: 20px;
    }

.posts .blog-entity .btn-primary {
    background-color: transparent;
    border-color: #5da7b6;
    color: #5da7b6;
}

    .posts .blog-entity .btn-primary:hover {
        background-color: #5da7b6;
        border-color: #5da7b6;
        color: #;
    }

.pager span.CurrentPage,
.pager span.CurrentPageSelected,
.pager a:link,
.pager a:visited,
.pager a:hover {
    color: #;
}

    .pager span.CurrentPage:hover,
    .pager span.CurrentPageSelected strong,
    .pager a:link:hover,
    .pager a:visited:hover,
    .pager a:hover:hover,
    .pager span.CurrentPage strong {
        color: #5da7b6 !important;
    }

.blog-cta h4 {
    color: #5da7b6;
}

.blog-cta p,
.blog-cta li {
    color: #;
}



@media (max-width: 768px) {
    .blogBox .post {
        width: 100%;
    }

    .plantit .mwidgetposts .blog-entity {
        width: 100%;
        display: block;
        padding: 15px;
    }

        .plantit .mwidgetposts .blog-entity .divCell {
            text-align: center;
        }

    .bodycontent {
        padding-top: 0px;
    }


    .newsLetter .bstrap3-material h2.section-title {
        text-align: left;
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .newsLetter .btn {
        margin-top: 20px;
    }
}

@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;
    }

    .grow .blog-entity {
        padding: 30px 10px;
    }
}
/************************* Body ************************/

.hrTable {
    width: 60%;
    margin: auto;
}

    .hrTable .icon {
        padding: 0 35px;
    }

.title-icon {
    fill: #5da7b6;
    width: 40px;
}

.insuranceProduct svg {
    fill: #5da7b6;
}


.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: #5da7b6;
}

.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 {
    margin-top: 30px;
}

.services {
    background-color: #021c38;
    padding: 50px 0;
    background-image: url(/Portals/FixIt/Images/stripe_grey.png);
    background-repeat: repeat;
}

    .services ul {
        list-style-type: disc;
    }

        .services ul li {
            color: #5da7b6;
            width: 50%;
            display: inline-block;
            text-align: left;
            list-style-type: disc;
            font-family: "Roboto", serif;
            font-weight: 700;
        }

            .services ul li::before {
                content: '\25cf\a0';
                padding-right: 10px;
            }

@media (max-width: 768px) {
    .services ul li {
        width: 100%;
    }

    .hrTable {
        display:none;
    }

}

/********************* Testimonials **********************/

.testamonials {
    background-image: url(/Portals/Blue-Hammer/Images/testimonial-marquee.jpg);
}


/************************* Slider ************************/



/********************* Blog **********************/

.blogStrip {
    background-color: #021c38;
    padding: 50px 0;
    background-image: url(/Portals/FixIt/Images/stripe_grey.png);
    background-repeat: repeat;
    min-height: 500px;
}

    .blogStrip h2 {
        color: #5da7b6;
        text-align: center;
    }

    .blogStrip hr {
        border-color: #5da7b6;
    }
/********************* Social Links **********************/
.socialIcons {
}

    .socialIcons div {
        display: inline-block;
        padding: 0 10px;
    }

    .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;
    }
}

/************************* Footer CTA ********************/

.cta {
    background-color: #5da7b6;
    color: #021c38;
    font-size: 42px;
    line-height: normal;
    font-family: "Roboto", serif;
    /*background-image: url(/Portals/1/Images/stripe_grey.png);*/
    background-repeat: repeat;
}

    .cta li,
    .cta p {
        color: #021c38;
        text-align: left;
    }

    .cta ul {
        list-style-type: disc;
    }

    .cta .DnnModule {
        padding: 80px 0;
    }

    .cta .btn.btn-primary {
        border: 1px solid #021c38;
        color: #5da7b6;
        vertical-align: middle;
        background-color: #021c38;
    }

        .cta .btn.btn-primary:hover {
            background-color: #5da7b6;
            color: #021c38;
            border-color: #021c38;
        }

    .cta h2 {
        font-size: 44px;
        line-height: 44px;
        padding-bottom: 30px;
        color: #5da7b6;
    }

    .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 .btn {
        margin-top: 20px;
    }

    .cta h2 {
        font-size: 26px;
    }
}

/************************* Footer ************************/
.footer {
    background-image: url('/Portals/Blue-Hammer/Images/footer-pic.jpg');
    background-size: cover;
    padding: 0 40px 20px 40px;
    background-color: #5da7b6;
}

    .footer .footerContainer {
        padding: 30px 0 60px 0;
    }

    .footer h2 {
        color: #5da7b6;
    }

    .footer h3 {
        color: #5da7b6;
    }

    .footer hr {
        border-color: #5da7b6;
    }

    .footer p {
        color: #fff;
        font-size: 14px;
    }

    .footer a {
        font-weight: 700;
    }

    .footer .copyright,
    .footer .copyright a {
        color: #fff;
        letter-spacing: 5px;
        text-transform: uppercase;
        font-size: 10px;
    }

        .footer .copyright a {
            color: #fff;
        }

        .footer .copyright a:hover {
            color: #5da7b6;
        }

    .footer .right {
        width: 60%;
    }

    .footer .c-form input.form-control {
        border:none;
        border-radius:0;
        border-bottom: 1px solid #5da7b6;
        background-color: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
        padding-left: 0px;
    }

    .footer .c-form textarea.form-control {
        border: 1px solid #5da7b6;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-color: transparent;
    }


    .footer .c-form ::-webkit-input-placeholder {
        color: #5da7b6;
        font-family: "Roboto", serif;
        font-weight: 700;
    }

    .footer .c-form ::-moz-placeholder {
        color: #5da7b6;
        font-family: "Roboto", serif;
        font-weight: 700;
    }

    .footer .c-form :-moz-placeholder {
        color: #5da7b6;
        font-family: "Roboto", serif;
        font-weight: 700;
    }

    .footer .c-form :-ms-input-placeholder {
        font-family: "Roboto", serif;
        color: #5da7b6;
        font-weight: 700;
    }

    .footer .title {
        font-family: "Roboto", serif;
        color: #5da7b6;
        font-weight: 700;
        display: inline-block;
    }

@media (max-width: 768px) {
    .footer {
        padding: 20px;
        padding-bottom: 48px;
    }

        .footer p {
            padding-left: 0px;
        }

        .footer .right {
            width: 100%;
        }
}
