.landing-page-header header.header .container .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 25px 0;
}

@media (min-width: 768px) {
    .landing-page-header header.header .container .logo {
        margin: 0;
        justify-content: flex-start;
    }
}

.landing-page-header header.header .container .phone {
    text-align: center;
}

.landing-page-header header.header .container .phone a {
    text-decoration: none;
}

.landing-page-header header.header .container .phone span {
    font-size: 28px;
    font-weight: 300;
}

.landing-page-wrap {
    padding: 38px 0 0;
}

.landing-page .intro-section {
    position: relative;
    z-index: 0;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Something is overriding this and hidding it on medium. Requires !important */
    /* background-image: url('//itwpro.phase3mcdev.com/files/brands/Diamondkote_Header.jpg') !important; */
}
.pardot iframe {
    width: 100%;
    /* height: 700px; */
    border: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .landing-page .intro-section {
        height: auto;
    }
    .pardot iframe {
        height: 900px;
    }
}

.landing-page .intro-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
/*    background-color: rgba(0, 61, 165, 0.85); */
    z-index: -1;
}

/* This adds a padding to implement a standard padding for elements not using established paddings because they aren't existing elements in the site */
.std-padding-left-right {
    padding-right: 28px;
    padding-left: 28px;
}

.std-padding-top-bottom {
    padding-top: 45px;
    padding-bottom: 47px;
}

@media(min-width: 600px) {
    .std-padding-left-right {
        padding-right: 53px;
        padding-left: 53px;
    }

    .std-padding-top-bottom {
        padding-top: 55px;
        padding-bottom: 26px;
    }
}

@media (min-width: 960px) {
    .std-padding-left-right {
        padding-right: 53px;
        padding-left: 78px;
    }

    .std-padding-top-bottom {
        padding-top: 45px;
        padding-bottom: 35px;
    }
}

@media (min-width: 1280px) {
    .std-padding-left-right {
        padding-right: 53px;
        padding-left: 105px;
    }

    .std-padding-top-bottom {
        padding-top: 58px;
        padding-bottom: 109px;
    }
}

/* Here we are adding a special no-gutter class. The standard usage removes gutters from the form and bootstrap doesn't seem to provide a way to cancel this */
@media(min-width: 960px) {
    .landing-page .no-gutter_alt > div {
        padding-left: 0;
        padding-right: 0;
    }
}

.landing-page .intro-section .container {
    display: block;
}

.landing-page .intro-section h1 {
    font-size: 45px;
}

.landing-page .intro-section h1 {
    text-align: center;
}

.landing-page h2 {
    font-size: 24px;
}

.landing-page h3,
.landing-page .decorated h3 {
    margin-bottom: 10px;
}


/* Labels are important (required) for 
a11y so they are added but hidden */
.landing-page .pardot-column form label {
    left: 100000px;
    position: absolute;
}

.landing-page .statement-section h2 {
    color: #003da5;
    text-align: center;
    width: 100%;
}

.landing-page .product-intro-content.bg-white {
    background: white;
}

.landing-page .bg-gray {
    color: white;
}

/* The buttons seem different sizes but this could be an optical illusion. Uncomment margin to ensure uniformity */
.landing-page .btn {
    /* margin: 14px 15px; */
    cursor: pointer;
}

/* .landing-page .product-intro-content.bg-light .btn.btn-white {
  color: #003da5;
}

.landing-page .product-intro-content.bg-light .btn.btn-white:hover {
  color: white;
} */

.landing-page .product-intro-content.no-margin-top {
    margin-top: 0;
    margin-bottom: 140px;
    background: white;
}

.landing-page .product-intro-content .product-content-wrap {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.landing-page .product-intro-content.bg-blue .product-content-wrap,
.landing-page .product-intro-content.bg-blue .product-content-wrap h3 {
    color: #fff;
}

/* Testimonial Slider */
.blockquote-section.blockquote-slider {
    margin: 0;
}

.blockquote-section .container {
    position: relative;
    height: 300px;
}

.blockquote-section .container .blockquote-slider-container {
    position: absolute;
    display: flex;
    width: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.landing-page .blockquote-section .slick-arrow {
    color: #fff;
    font-size: 30px;
    text-shadow: -2px 2px 7px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-page .blockquote-section .slick-arrow.slick-prev {
    padding: 0 25px 0 0;
}

.landing-page .blockquote-section .slick-arrow.slick-next {
    padding: 0 0 0 25px;
}

@media (min-width: 768px) {
    .landing-page .blockquote-section .slick-arrow.slick-prev {
        padding: 0 75px 0 0;
    }

    .landing-page .blockquote-section .slick-arrow.slick-next {
        padding: 0 0 0 75px;
    }
}
@media (max-width: 767px) {
    table {
        min-width: 180px;
    }
    table td {
        padding: 0 15px 0 0;
    }
}

footer {
    overflow: hidden;
}

table tr:nth-child(even) td {
	background: none;
}

table tr:nth-child(odd) td {
	background: none;
}

table {
    border-bottom: 0px;
}

.product-intro.decorated h1,
.product-intro.decorated .h1,
.product-intro.decorated h2,
.product-intro.decorated .h2,
.product-intro.decorated h3,
.product-intro.decorated .h3,
.product-intro.decorated h4,
.product-intro.decorated .h4,
.product-intro.decorated h5,
.product-intro.decorated .h5,
.product-intro.decorated h6,
.product-intro.decorated .h6,
.product-intro.decorated .display-1,
.product-intro.decorated .display-2,
.product-intro.decorated .display-3,
.product-intro.decorated .display-4 {
    margin-bottom: 14px;
}


.feature-holder h3 {
    color: #ffffff;
}

.feature-holder p {
    color: #ffffff;
}

.feature-holder ul, .feature-holder ol {
    color: #ffffff;
}
