@charset "UTF-8";

@media (max-width: 1020px){
  .testimonial-overlay-wrapper .slick-prev{
    left: 0;
  }
  .testimonial-overlay-wrapper .slick-next{
    right: 0;
  }
}

.ais-search-box__form button[type="submit"] {
    display: none;
}

.fa-quote-left{
  float: left;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.page-template-internal h1 {
    color: #000000;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: 700;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

html {
    box-sizing: border-box;
}

*,
:after,
:before {
    box-sizing: inherit;
}

.bg--red {
    background-color: #004376;
}

.bg--red,
.bg--red h2,
.bg--red h3,
.bg--red h4,
.bg--red h5,
.bg--red h6 {
    color: #fff;
}

.bg--grey--dark {
    background-color: #414042;
    color: #fff;
}

.bg--grey--dark h2,
.bg--grey--dark h3,
.bg--grey--dark h4,
.bg--grey--dark h5,
.bg--grey--dark h6 {
    color: #fff;
}

.bg--grey--light {
    background-color: hsla(60, 5%, 91%, 0.5);
}

.bg--white {
    background-color: #fff;
}

.bg--triangles {
    background-image: url(../img/bg-section--lightgrey.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 450px;
}

.text--red {
    color: #004376;
}

.text--grey--dark {
    color: #414042;
}

.text--grey--light {
    color: hsla(60, 5%, 91%, 0.5);
}

.text--white {
    color: #fff;
}

.text--blue {
    color: #015a84;
}

.text--green {
    color: #6ab836;
}

.clearfix:after {
    clear: both;
    content: "";
    display: table;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.clear {
    float: none;
    clear: both;
}

.hidden {
    display: none;
}

.legibility {
    text-rendering: optimizeLegibility;
}

.text--right {
    text-align: right;
}

.text--left {
    text-align: left;
}

.text--center {
    text-align: center;
}

.type--small {
    font-size: 13px;
    line-height: 1.0769230769;
}

.text--uppercase {
    text-transform: uppercase;
}

.text--inline {
    display: inline;
}

.text--inline-block {
    display: inline-block;
}

.font-weight--light {
    font-weight: 300;
}

.font-weight--medium {
    font-weight: 500;
}

.font-weight--regular {
    font-weight: 400;
}

.spacing--mb--none {
    margin-bottom: 0;
}

.spacing--mb--one {
    margin-bottom: 24px;
}

.spacing--mb--two {
    margin-bottom: 48px;
}

.spacing--mb--one-and-half {
    margin-bottom: 36px;
}

.spacing--mb--half {
    margin-bottom: 12px;
}

.spacing--mb--third {
    margin-bottom: 8px;
}

.spacing--mb--quarter {
    margin-bottom: 6px;
}

.spacing--mt--none {
    margin-top: 0;
}

.spacing--mt--one {
    margin-top: 24px;
}

.spacing--mt--two {
    margin-top: 48px;
}

.spacing--mt--one-and-half {
    margin-top: 36px;
}

.spacing--mt--half {
    margin-top: 12px;
}

.spacing--mt--third {
    margin-top: 8px;
}

.spacing--mt--quarter {
    margin-top: 6px;
}

body {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

a:after,
a:before {
    transition: background-image 0.3s ease-in;
}

a:active,
a:focus,
a:hover {
    color: inherit;
}

a:active,
a:focus {
    outline: none;
}

main a {
    color: #939598;
    text-decoration: none;
}

main a:active,
main a:focus,
main a:hover {
    color: #000000;
    text-decoration: underline;
}

hr {
    clear: both;
    height: 0;
    border: 0;
    border-top: 1px solid #939598;
    margin: 0 0 24px;
}

@font-face {
    font-family: FoundersGrotesk;
    font-style: normal;
    font-weight: 300;
    src: local("FoundersGrotesk"),
        url(../fonts/FoundersGroteskWeb-Light.woff2) format("woff2"),
        url(../fonts/FoundersGroteskWeb-Light.woff) format("woff"),
        url(../fonts/FoundersGroteskWeb-Light.eot) format("eot");
}

@font-face {
    font-family: FoundersGrotesk;
    font-style: normal;
    font-weight: 500;
    src: local("FoundersGrotesk"),
        url(../fonts/FoundersGroteskWeb-Medium.woff2) format("woff2"),
        url(../fonts/FoundersGroteskWeb-Medium.woff) format("woff"),
        url(../fonts/FoundersGroteskWeb-Medium.eot) format("eot");
}

@font-face {
    font-family: FoundersGrotesk;
    font-style: normal;
    font-weight: 400;
    src: local("FoundersGrotesk"),
        url(../fonts/FoundersGroteskWeb-Regular.woff2) format("woff2"),
        url(../fonts/FoundersGroteskWeb-Regular.woff) format("woff"),
        url(../fonts/FoundersGroteskWeb-Regular.eot) format("eot");
}

body {
    -webkit-font-smoothing: antialiased;
    color: #414042;
    font-family: FoundersGrotesk, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.3529411765;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0 0 12px;
    color: inherit;
}

@media screen and (max-width: 28.2352941176em) {
    .h1,
    h1 {
        font-size: 28px;
        margin-bottom: 28px;
        line-height: 1.0714285714;
    }
}

@media screen and (min-width: 28.2941176471em) {
    .h1,
    h1 {
        font-size: 42px;
        margin-bottom: 42px;
        line-height: 0.9724770642;
    }
}

@media screen and (max-width: 28.2352941176em) {
    .h1--alt {
        font-size: 28px;
        line-height: 1.0714285714;
    }
}

@media screen and (min-width: 28.2941176471em) {
    .h1--alt {
        font-size: 48px;
        line-height: 1.1041666667;
    }
}

@media screen and (max-width: 28.2352941176em) {
    .h2,
    h2 {
        font-size: 24px;
        line-height: 1.25;
    }
}

@media screen and (min-width: 28.2941176471em) {
    .h2,
    h2 {
        font-size: 34.09px;
        line-height: 0.9386916984;
    }
}

@media screen and (max-width: 28.2352941176em) {
    .h2--alt {
        font-size: 28px;
        line-height: 1.0714285714;
    }
}

@media screen and (min-width: 28.2941176471em) {
    .h2--alt {
        font-size: 30px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 28.2352941176em) {
    .h3,
    h3 {
        font-size: 24px;
        line-height: 1.25;
    }
}

@media screen and (min-width: 28.2941176471em) {
    .h3,
    h3 {
        font-size: 28px;
        line-height: 1.0714285714;
    }
}

@media screen and (max-width: 28.2352941176em) {
    .h4,
    h4 {
        font-size: 21px;
        line-height: 1.1428571429;
    }
}

@media screen and (min-width: 28.2941176471em) {
    .h4,
    h4 {
        font-size: 24px;
        line-height: 1.25;
    }
}

@media screen and (max-width: 28.2352941176em) {
    .h5,
    h5 {
        font-size: 18px;
        line-height: 1.3333333333;
    }
}

@media screen and (min-width: 28.2941176471em) {
    .h5,
    h5 {
        font-size: 21px;
        line-height: 1.1428571429;
    }
}

.h5--alt {
    font-size: 20px;
    line-height: 1.2;
}

@media screen and (max-width: 28.2352941176em) {
    .h6,
    h6 {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media screen and (min-width: 28.2941176471em) {
    .h6,
    h6 {
        font-size: 18px;
        line-height: 1.3333333333;
    }
}

blockquote,
p {
    color: inherit;
    font-weight: inherit;
    margin: 0 0 12px;
}

blockquote {
    color: inherit;
    font-weight: 500;
    margin: 0 0 24px;
    font-size: 33px;
    line-height: 1.0909090909;
}

.p {
    font-size: 17px;
    line-height: 1.4117647059;
}

p:last-child,
ul:last-child {
    margin-bottom: 0;
}

b,
em,
strong {
    font-weight: 500;
    font-style: normal;
}

b,
code,
em,
small,
strong {
    line-height: 1;
}

sub,
sup {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

sub {
    top: 0.4em;
}

pre {
    margin-bottom: 24px;
}

ul {
    list-style-type: disc;
}

ul ul {
    list-style: circle;
}

ol,
ol ol {
    list-style-type: decimal;
}

ol,
ul {
    margin: 0 0 24px 20px;
    line-height: inherit;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

li {
    line-height: inherit;
}

dl {
    margin: 0 0 12px;
}

dl dt {
    font-weight: 700;
    margin-top: 12px;
}

dl dd {
    margin: 0;
}

.list--inline,
.list--no-bullet,
.navigation__account,
.navigation__standard {
    padding-left: 0;
    margin-left: 0;
}

.list--inline > li,
.list--no-bullet > li,
.navigation__account > li,
.navigation__standard > li {
    list-style: none none;
}

.list--inline > li,
.navigation__account > li,
.navigation__standard > li {
    display: inline-block;
}

.navigation__account > li > a > svg {
    color: #cc3333;
}

table {
    border-collapse: collapse;
    margin-top: 0;
    margin-bottom: 24px;
    width: 100%;
}

tr {
    border-bottom: 1px solid #004376;
    border-top: 1px solid #004376;
}

caption,
td,
th {
    padding: 12px;
    text-align: left;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: FoundersGrotesk, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    color: #fff;
}

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.btns {
    display: block;
}

.btns > li {
    margin-right: 6px;
}

.btns > li:not(:last-child) {
    margin-bottom: 12px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    font-weight: 500;
    border-radius: 4px;
}

.btn,
.btn:active,
.btn:focus,
.btn:hover {
    text-decoration: none;
    color: #fff;
}

.btn--match-spacing {
    padding: 6px 12px;
}

.search-bar-btn {
    display: inline-block;
    background-image: url(../img/button_red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 -1px;
    position: absolute;
    width: 376px;
    height: 64px;
    right: 0;
    top: 17px;
    background-color: rgba(0, 0, 0, 0) !important;
    text-align: center;
}
.search-bar-btn:focus {
    outline: 0;
}
.search-bar-btn span {
    position: absolute;
    right: 25%;
    bottom: 55%;
    transform: translate(0, 50%);
}

@media (max-width: 1024px) {
    .search-bar-btn {
        display: inline-block;
        position: inherit;
        background-image: none;
        background-color: #cc3333 !important;
        text-align: center;
        height: 44px;
    }
    .search-bar-btn:focus {
        outline: 0;
    }
    .search-bar-btn span {
        position: inherit;
    }
}

.cssmask .btn--angled {
    position: relative;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 0;
    margin-right: 20px;
}

.cssmask .btn--angled:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    width: 25px;
    display: block;
    height: 100%;
    background-color: inherit;
    -webkit-mask-image: url(../img/btn-angle.svg);
    mask-image: url(../img/btn-angle.svg);
    -webkit-mask-position: 100% 50%;
    mask-position: 100% 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 84px 240px;
    mask-size: 84px 240px;
}

.btn--red {
    background-color: #004376;
}

.btn--red:active,
.btn--red:focus,
.btn--red:hover {
    background-color: #003f70;
}

.btn--grey--dark {
    background-color: #414042;
}

.btn--grey--dark:active,
.btn--grey--dark:focus,
.btn--grey--dark:hover {
    background-color: #282728;
}

.btn--grey--light {
    background-color: #e0dedb;
    color: inherit;
}

.btn--grey--light:active,
.btn--grey--light:focus,
.btn--grey--light:hover {
    color: inherit;
    background-color: #c8c5c0;
}

.btn--blue {
    background-color: #015a84;
}

.btn--blue:active,
.btn--blue:focus,
.btn--blue:hover {
    background-color: #013751;
}

.btn--green {
    background-color: #6ab836;
}

.btn--green:active,
.btn--green:focus,
.btn--green:hover {
    background-color: #53912a;
}

.btn--large {
    padding: 12px 24px;
}

.btn--large.icon--prefix {
    margin-right: 12px;
}

.btn--large--match-spacing {
    padding: 12px 24px;
}

.btn--small,
.btn--small--match-spacing {
    padding: 6px;
}

.btn__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
}

.btn__text--houzz {
    display: none;
    visibility: hidden;
}

.btn__text--certified-plans {
    max-width: 4.375em;
    padding-top: 8px;
}

label {
    font-weight: 500;
}

input,
label,
select {
    display: block;
}

select {
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 4' width='12px' height='4px'><path fill='#4A4A4A' fill-rule='evenodd' d='M0 0l5 4 5-4'/></svg>");
    padding: 5px 32px 5px 10px;
    background-position: calc(100% - 12px) 50%;
}

.form__input,
input,
input:not([type]),
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select[multiple="multiple"],
textarea {
    font-size: 24px;
    line-height: 1.25;
    padding: 5px 10px;
}

.btn--form,
.form__label,
label {
    font-size: 24px;
    line-height: 1.25;
    padding-top: 6px;
    padding-bottom: 6px;
}

input:not([type]),
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select[multiple="multiple"],
textarea {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
    width: 81%;
}

textarea {
    resize: vertical;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

input[type="file"] {
    width: 100%;
}

select {
    max-width: 100%;
    width: auto;
}

img,
picture {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure,
img,
picture {
    margin: 0 0 24px;
}

figure > img {
    width: 100%;
    margin-bottom: 0;
}

.figure--left,
.figure--right {
    max-width: 50%;
}

.figure--right {
    float: right;
    margin-left: 20px;
}

.figure--left {
    float: left;
    margin-right: 20px;
}

blockquote {
    margin: 0 0 24px;
}

.grid__container {
    margin: 0 auto;
    max-width: 1158px;
    float: none;
    clear: both;
    padding-left: 24px;
    padding-right: 24px;
}

.grid__container:after {
    content: "";
    clear: both;
    display: table;
}

.grid__container + .grid__col--full {
    margin-top: 24px;
}

.grid__row--pad-v {
    padding-top: 24px;
    padding-bottom: 24px;
}

.grid__row--pad-v-large {
    padding-top: 60px;
    padding-bottom: 60px;
}

.grid__col + .clear {
    margin-top: 24px;
}

.grid__col--full {
    float: none;
    clear: both;
}

@media screen and (max-width: 28.2352941176em) {
    .grid__col {
        margin-bottom: 24px;
    }

    .grid__col .grid__col {
        margin-right: 0;
    }
}

@media screen and (min-width: 28.2941176471em) and (max-width: 52.4117647059em) {
    .grid__col {
        float: left;
    }

    .grid__col--sixth {
        width: calc(16.6666667% - 24px);
        margin-right: 24px;
    }

    .grid__col--quarter {
        width: calc(25% - 24px);
        margin-right: 24px;
    }

    .grid__col .grid__col--half {
        width: calc(50% - 12px);
        margin-right: 24px;
    }

    .grid__col .grid__col--half.grid__col--last {
        margin-right: 0;
    }

    .grid__col--third {
        float: none;
        clear: both;
        margin-bottom: 24px;
    }

    .grid__col--third .card {
        width: calc(50% - 12px);
        margin-right: 24px;
        float: left;
    }

    .grid__col--last,
    .grid__col--third .card.card--even,
    .grid__col--third .grid__col--full {
        margin-right: 0;
    }
}

@media screen and (max-width: 52.4117647059em) {
    .grid__col--third-x2 {
        margin-bottom: 24px;
    }

    .grid__col .grid__col--third-x2 {
        width: calc(66.6666666666% - 16px);
    }

    .grid__col--last,
    .grid__col--third-x2 .grid__col--full {
        margin-right: 0;
    }
}

@media screen and (min-width: 52.4705882353em) {
    .grid__col {
        /* float: left;
        margin-right: 24px; */
    }

    .grid__col--sixth {
        width: calc(16.66666666667% - 20px);
    }

    .grid__col--quarter {
        width: calc(25% - 18px);
    }

    .grid__col--half,
    .grid__col .grid__col--half {
        width: calc(50% - 12px);
    }

    .grid__col--third,
    .grid__col .grid__col--third {
        width: calc(33.3333333333% - 16px);
    }

    .grid__col--third + .grid__col--third-x2 {
        width: calc(66.6666666666% - 12px);
    }

    .grid__col--third .grid__col--full {
        margin-right: 0;
    }

    .grid__col--third-x2 {
        width: calc(66.66666666% - 12px);
    }

    .grid__col--third-x2 .grid__col--third,
    .grid__col--third-x2 + .grid__col--third {
        width: calc(33.3333333333% - 12px);
    }

    .grid__col--third-x2 .grid__col--full {
        margin-right: 0;
    }

    .grid__col--last {
        margin-right: 0;
        margin-bottom: 24px;
    }
}

.grid__even {
    display: -ms-flexbox;
    display: flex;
    padding-right: 24px;
}

@media screen and (max-width: 57.6470588235em) {
    .grid__even {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 24px;
    }

    .grid__even .grid__col--third {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }

    .grid__even .grid__col--third-x2 {
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
}

@media screen and (min-width: 57.7058823529em) {
    .grid__even {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: stretch;
        -ms-grid-row-align: stretch;
        align-items: stretch;
    }

    .grid__even .grid__col--third {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        width: calc(66.6666666666% - 12px);
    }

    .grid__even .grid__col--third-x2 {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        width: calc(33.3333333333% - 12px);
    }
}

#masthead {
    z-index: 7;
}

/* @media screen and (min-width: 52.4705882353em) { */
    #masthead {
        padding-top: 36px;
    }
/* } */

.masthead__brand {
    position: absolute;
    /* background-image: url(../img/bg-masthead_brand.svg); */
    background-repeat: no-repeat;
    z-index: 9;
}

.masthead__brand--home {
    background-position: -1px -1px;
    top: 36px;
}

.masthead__brand--internal {
    top: 0;
}

.masthead__logo {
    position: absolute;
}

.masthead__logo--home {
    /* top: -36px; */
}

.masthead__nav {
    overflow: auto;
    z-index: 6;
    min-height: 54px;
    z-index: 8;
}

.masthead__nav--audience {
    float: left;
}

.masthead__nav--standard {
    float: right;
}

@media screen and (max-width: 52.4117647059em) {
    .masthead__nav--standard {
        display: none;
        visibility: hidden;
    }
}

.masthead__nav--account {
    position: absolute;
    top: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 36px;
    right: 0;
}

.masthead__find {
    position: relative;
    padding: 24px 24px 24px 0;
    min-height: 60px;
}

.masthead__find--home {
    z-index: 10;
}

.masthead__find--home form {
    padding-left: 24px;
}

@media (max-width: 1024px) {
    .masthead__find--home {
        padding: 0 20px;
        display: flex;
        align-items: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 1799px) {
    .masthead__find--home.alt {
        max-width: 800px;
        /* margin-right: 24px; */
    }
}

@media (max-width: 1024) {
    .masthead__find--home.alt {
        justify-content: flex-end !important;
    }
    .masthead__logo--internal {
        width: 200px !important;
        height: 100px !important;
    }
}

@media (max-width: 749px) {
    .masthead__find--home.alt {
        /* justify-content: flex-end !important; */
    }
    .masthead__logo--internal {
        width: 200px !important;
        height: 100px !important;
    }
}

@media (max-width: 479px) {
    .masthead__find--home.alt .find__builder--link a {
        font-size: 14px !important;
    }
}

.masthead__find--internal {
    z-index: 8;
}

@media screen and (max-width: 22.3529411765em) {
    /* .masthead__nav--account {
        display: none;
        visibility: hidden;
    } */
}

@media screen and (max-width: 28.2352941176em) {
    .masthead__brand--home {
        width: 140px;
        height: 162px;
        background-size: 140px 162px;
    }

    .masthead__logo--home {
        width: 130px;
        height: 80px;
    }

    .masthead__nav {
        padding-left: 142px;
        padding-top: -3px;
        padding-bottom: -3px;
    }

    .masthead__hero--home {
        height: 98px;
    }
}

@media screen and (min-width: 22.4117647059em) and (max-width: 52.4117647059em) {
    .masthead__nav--account {
        /* right: 34px; */
    }
}

@media screen and (min-width: 52.4705882353em) {
    .masthead__nav--account {
        right: 0;
    }
}

@media screen and (min-width: 28.2941176471em) and (max-width: 52.4117647059em) {
    .masthead__brand--home {
        width: 206px;
        height: 238px;
        background-size: 206px 238px;
    }

    .masthead__logo--home {
        width: 210px;
        height: 130px;
    }

    .masthead__nav {
        padding-left: 230px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .masthead__hero--home {
        height: 194px;
    }
}

@media screen and (min-width: 52.4705882353em) and (max-width: 67.0588235294em) {
    .masthead__brand--home {
        width: 320px;
        height: 370px;
        background-size: 320px 370px;
    }

    .masthead__logo--home {
        width: 210px;
        height: 130px;
    }

    .masthead__nav {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .masthead__nav--standard {
        display: none;
        visibility: hidden;
    }

    .masthead__nav--home {
        padding-left: 344px;
    }

    .masthead__hero--home {
        height: 226px;
    }

    .masthead__find--internal {
        padding-left: 341px;
    }
}

@media screen and (min-width: 1440px) {
  .masthead__logo--home {
    width: 405px;
  }
}

@media screen and (max-width: 1440px) {
  .masthead__logo--home {
    width: 210px;
  }
}

@media screen and (min-width: 67.1176470588em) {
    .masthead__brand--home {
        width: 450px;
        height: 520px;
        background-size: 450px 520px;
    }

    .masthead__logo--home {
        height: 210px;

    }

    .masthead__nav {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .masthead__nav--home {
        padding-left: 474px;
    }

    .masthead__hero--home {
        height: 376px;
    }
}

@media screen and (max-width: 35.2941176471em) {
    .masthead__brand--internal {
        height: 235px;
    }
}

@media screen and (min-width: 35.3529411765em) and (max-width: 70.9411764706em) {
    .masthead__brand--internal {
        height: 180px;
    }
}

@media screen and (max-width: 70.9411764706em) {
    .masthead__brand--internal {
        width: 150px;
        background-size: 317px 366px;
        background-position: 50% -92px;
    }

    .masthead__logo--internal {
        width: 410px;
        height: 215px;
        top: 36px;
    }

    .masthead__nav {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .masthead__find--internal,
    .masthead__nav--internal {
        padding-left: 174px;
    }
}

@media (max-width: 1150px) {
    .masthead__find--internal,
    .masthead__nav--internal {
        padding-left: 375px;
    }
    .masthead__logo--internal {
        width: 260px;
        height: 165px;
    }
}

@media screen and (min-width: 71em) {
    .masthead__brand--internal {
        width: 317px;
        height: 180px;
        background-size: 317px 366px;
        background-position: -1px -92px;
    }

    .masthead__logo--internal {
        width: 410px;
        height: 215px;
        top: 36px;
    }

    .masthead__nav {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .masthead__nav--internal {
        padding-left: 474px;
    }

    .masthead__find--internal {
        padding-left: 341px;
        padding-right: 100px;
    }
}

#footer-navigation {
    min-height: 375px;
    position: relative;
}

.footer__container {
    position: relative;
}

.footer-bar {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    color: #fff;
    bottom: 0;
    width: 100%;
}

.footer-logo-section-inner svg {
    position: absolute;
    bottom: 0;
    width: 300px;
    margin-left: 100px;
}

.footer-social-section {
    width: 85%;
    background: #000000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-social-section-inner {
    margin-right: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social-section-inner > span {
    margin-right: 20px;
    font-weight: 500;
}
.footer-social-section-inner .social-square {
    margin-right: 10px;
    height: 30px;
    width: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.footer-social-section-inner .social-square svg {
    color: #939598;
    height: 20px;
    width: 20px;
    transition: all 0.2s;
}
.footer-social-section-inner .social-square:hover svg {
    height: 22px;
    width: 22px;
}

@media (max-width: 1024px) {
    .footer-logo-section-inner svg {
        margin-left: 0px;
    }
    .footer__nav {
        width: calc(50% - 90px);
    }
    #footer-navigation {
        min-height: 350px;
    }
}

@media (max-width: 767px) {
    .footer__nav {
        width: auto;
    }
    #footer-navigation {
        min-height: 400px;
    }
    .footer-social-section {
        width: 100%;
    }
}

@media screen and (max-width: 52.4117647059em) {
    .footer__brand {
        padding-top: 24px;
    }
}

@media screen and (min-width: 28.2941176471em) and (max-width: 52.4117647059em) {
    .footer__brand {
        float: none;
        width: 100%;
    }
}

@media screen and (min-width: 52.4705882353em) and (max-width: 67.0588235294em) {
    .footer__brand {
        width: 50%;
    }
}

@media screen and (min-width: 67.1176470588em) {
    .footer__brand {
        width: auto;
    }
}

.footer__logo {
    float: left;
    margin-bottom: 36px;
}

@media screen and (max-width: 52.4117647059em) {
    .footer__logo {
        position: absolute;
        left: 24px;
        top: 0;
    }
}

.footer__actions {
    padding-left: 124px;
}

@media screen and (max-width: 52.4117647059em) {
    .footer__actions {
        float: none;
        clear: both;
        width: 100%;
    }
}

@media screen and (min-width: 52.4705882353em) {
    .footer__actions {
        padding-top: 40px;
    }
}

.footer__actions > li {
    margin-bottom: 12px;
}

@media screen and (min-width: 28.2941176471em) and (max-width: 52.4117647059em) {
    .footer__actions > li {
        display: inline-block;
        vertical-align: top;
    }

    .footer__actions > li:not(:last-child) {
        margin-right: 24px;
    }
}

.footer__nav {
    margin-top: 54px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .footer__nav {
        justify-content: flex-start;
    }
    .footer__nav--member {
        padding-top: 20px;
    }
}

@media screen and (max-width: 67.0588235294em) {
    .footer__nav {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 67.1176470588em) {
    .footer__nav.grid__col--last {
        margin-bottom: 0;
    }
}

.footer__nav .footer-column-wrapper h2 {
    font-size: 17px;
    line-height: 1.0588235294;
    margin-bottom: 24px;
}

.footer__nav .footer-column-wrapper h2 a {
    text-decoration: none;
}

.footer__nav .footer-column-wrapper ul {
    margin: 0;
    padding: 0;
}

.footer__nav .footer-column-wrapper li {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.footer__nav .footer-column-wrapper li a {
    text-decoration: none;
    opacity: 1;
}
.list--no-bullet .footer-column-wrapper li {
    list-style: none;
}

.footer__nav .footer-column-wrapper li a:active,
.footer__nav .footer-column-wrapper li a:focus,
.footer__nav .footer-column-wrapper li a:hover {
    opacity: 0.5;
}

@media screen and (max-width: 67.0588235294em) {
    .footer__nav .footer-column-wrapper li {
        display: none;
    }
}

.footer__nav--contact {
    padding-bottom: 24px;
}

@media screen and (max-width: 28.2352941176em) {
    .footer__nav--contact {
        margin-left: 124px;
    }
}

@media screen and (min-width: 28.2941176471em) and (max-width: 52.4117647059em) {
    .footer__nav--contact {
        position: absolute;
        left: 347px;
    }
}

@media screen and (min-width: 52.4705882353em) and (max-width: 67.0588235294em) {
    .footer__nav--contact {
        position: absolute;
        left: 75%;
        top: 40px;
    }
}

@media screen and (max-width: 67.0588235294em) {
    .footer__nav--contact li {
        display: inherit;
    }
}

@media screen and (max-width: 28.2352941176em) {
    .footer__nav--social {
        float: none;
        clear: both;
        text-align: center;
        margin-top: 24px;
    }
}

@media screen and (min-width: 18.8823529412em) and (max-width: 67.0588235294em) {
    .footer__nav--social {
        margin-top: 24px;
    }
}

@media screen and (min-width: 28.2941176471em) and (max-width: 52.4117647059em) {
    .footer__nav--social {
        margin-left: 124px;
        clear: both;
    }
}

@media screen and (min-width: 28.2941176471em) {
    .footer__nav--social {
        margin-bottom: 24px;
    }
}

.footer__nav--social > li {
    margin-right: 24px;
    width: 24px;
}

.copyright {
    font-size: 14px;
    line-height: 1.7142857143;
    padding: 6px 24px;
    text-align: center;
    margin-bottom: 0;
}

.copyright .copyright__credit {
    color: #004376;
    text-decoration: none;
}

@media screen and (max-width: 52.4117647059em) {
    .copyright {
        text-align: center;
    }
}

@media screen and (max-width: 18.8235294118em) {
    .copyright > span {
        display: block;
    }
}

.logo {
    display: inline-block;
    background-image: url(../img/ranz_header.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 -1px;
    line-height: 1;
    vertical-align: baseline;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0) !important;
}

@media (max-width: 1080px) {
    .logo {
        background-image: url(../img/ranz-alt.svg);
        margin-left: 20px;
    }
}

.logo--footer {
    width: 100px;
    height: 193px;
}

.search--masthead {
    display: none;
    visibility: hidden;
}

@media screen and (min-width: 52.4705882353em) and (max-width: 67.0588235294em) {
    .toggles {
        height: 30px;
    }
}

.toggles > li {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 52.4705882353em) and (max-width: 67.0588235294em) {
    .toggles > li {
        margin-left: 12px;
    }
}

@media screen and (max-width: 52.4117647059em) {
    .toggles--primary {
        height: 36px;
        margin-right: 6px;
    }
}

@media screen and (min-width: 52.4705882353em) and (max-width: 67.0588235294em) {
    .toggles--primary {
        position: absolute;
        top: 45px;
        right: 18px;
    }
}

@media screen and (min-width: 67.1176470588em) {
    .toggles--primary {
        display: none;
    }
}

@media screen and (max-width: 52.4117647059em) {
    .toggles--primary > li > a,
    .toggles--primary > li > a:active,
    .toggles--primary > li > a:focus,
    .toggles--primary > li > a:hover {
        color: #414042;
    }
}

@media screen and (min-width: 52.4705882353em) {
    .toggles--primary > li > a,
    .toggles--primary > li > a:active,
    .toggles--primary > li > a:focus,
    .toggles--primary > li > a:hover {
        color: #fff;
    }
}

.toggles--sub-navigation {
    height: auto;
    margin-left: -36px;
}

@media screen and (min-width: 57.7058823529em) {
    .toggles--sub-navigation {
        display: none;
    }
}

.toggles--sub-navigation > li > a {
    color: #414042;
    padding-left: 24px;
    padding-right: 24px;
}

.toggles--sub-navigation > li > a:active,
.toggles--sub-navigation > li > a:focus,
.toggles--sub-navigation > li > a:hover {
    color: #414042;
    background-color: rgba(65, 64, 66, 0.2);
}

.toggles > .toggles__item--sub-navigation {
    display: block;
    margin-left: 0;
    padding-left: 0;
}

.toggle {
    display: block;
    position: relative;
    width: 36px;
    line-height: 36px;
    text-align: center;
    z-index: 7;
}

.toggle--menu,
.toggle--primary {
    height: 36px;
}

.toggle--sub-navigation {
    width: 100%;
    height: 37px;
}

.toggle__text {
    display: none;
}

.toggle__icon {
    width: 24px;
}

.toggle__icon--search {
    height: 24px;
    display: inline-block;
    margin-top: 6px;
}

.toggle__icon--search > svg > path {
    fill: currentColor;
}

.toggle__icon--menu,
.toggle__icon--sub-navigation {
    height: 4px;
    display: block;
    background: currentColor;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.toggle__icon--menu:after,
.toggle__icon--menu:before,
.toggle__icon--sub-navigation:after,
.toggle__icon--sub-navigation:before {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background-color: inherit;
    position: absolute;
}

.toggle__icon--menu:after,
.toggle__icon--sub-navigation:after {
    top: 8px;
}

.toggle__icon--menu:before,
.toggle__icon--sub-navigation:before {
    top: -8px;
}

.toggle__icon--menu {
    left: 6px;
    display: inline-block;
}

.toggle__icon--menu:after,
.toggle__icon--menu:before {
    width: 100%;
    height: 100%;
    right: 0;
    position: absolute;
}

.toggle__icon--sub-navigation {
    right: 24px;
}

.toggle__item {
    position: fixed;
    top: 0;
    z-index: 5;
    visibility: hidden;
    width: 300px;
    height: 100%;
    min-height: 100vh;
    transition: all 0.5s;
    visibility: visible;
    overflow: auto;
    overflow-scrolling: touch;
}

.toggle__item--left {
    left: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

.toggle__item--right {
    right: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.toggle__item.is-open {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.toggle__push {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    position: relative;
    left: 0;
    height: 100%;
    transition: transform 0.5s;
}

.toggle-is-visible .toggle__push {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

.toggle-is-visible--right .toggle__push {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.navigation__primary {
    background-color: #000000;
    color: #fff;
}

.navigation__audience {
    font-weight: 500;
    z-index: 2;
}

@media screen and (max-width: 28.2352941176em) {
    .navigation__audience {
        font-size: 16px;
        line-height: 1.875;
    }

    .navigation__audience > li {
        display: inline-block;
    }
}

@media screen and (min-width: 28.2941176471em) {
    .navigation__audience {
        font-size: 18px;
        line-height: 30px;
    }

    .navigation__audience > li {
        display: inline-block;
    }
}

/* @media (max-width: 767px) {
    .navigation__primary {
        display: none;
    }
} */

.navigation__audience > li > a {
    padding-right: 6px;
    padding-left: 6px;
    text-decoration: none;
}

.navigation__standard {
    z-index: 1;
    text-align: right;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    padding-right: 24px;
}

.navigation__standard > li > a {
    padding-right: 6px;
    padding-left: 6px;
    text-decoration: none;
    text-transform: uppercase;
}

.navigation__account {
    padding-right: 24px;
    font-weight: 500;
    text-align: right;
    color: #414042;
    font-size: 14px;
    line-height: 1.6428571429;
}

.navigation__account > li > a {
    text-decoration: none;
    text-transform: uppercase;
}

.navigation__account > li:not(:last-of-type):after {
    content: "  |  ";
    margin-right: 5px;
    margin-left: 5px;
}

.navigation__item--search {
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
}

.navigation__link--search > svg {
    height: 30px;
}

.navigation__link--search > svg > path {
    fill: #fff;
}

.navigation__offCanvas {
    padding-top: 24px;
    padding-bottom: 24px;
    color: #fff;
    font-weight: 500;
    background-color: #343335;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: inset 2px 0 5px 0 rgba(0, 0, 0, 0.33);
}

.navigation__offCanvas nav:first-child {
    border-top: 1px solid hsla(0, 0%, 100%, 0.3);
}

.navigation__offCanvas li {
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}

.navigation__offCanvas a {
    padding: 15px 56px;
    display: block;
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navigation__offCanvas a:active,
.navigation__offCanvas a:focus,
.navigation__offCanvas a:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
}

.navigation__offCanvas a.is-active {
    color: #004376;
}

.navigation__offCanvas a.is-active:active,
.navigation__offCanvas a.is-active:focus,
.navigation__offCanvas a.is-active:hover {
    color: #004376;
    background-color: inherit;
}

.navigation__offCanvas a.is-active:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    margin-right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 24px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.sub-navigation {
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width: 57.6470588235em) {
    .sub-navigation {
        display: none;
        margin-top: 24px;
    }
}

@media screen and (min-width: 57.7058823529em) {
    .sub-navigation {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.sub-navigation > li,
.sub-navigation > ol > li {
    position: relative;
}

.sub-navigation > li > a,
.sub-navigation > ol > li > a {
    padding: 15px 56px;
    display: block;
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.sub-navigation > li > a:active,
.sub-navigation > li > a:focus,
.sub-navigation > li > a:hover,
.sub-navigation > ol > li > a:active,
.sub-navigation > ol > li > a:focus,
.sub-navigation > ol > li > a:hover {
    background-color: rgba(65, 64, 66, 0.1);
}

.sub-navigation > li > a.is-active,
.sub-navigation > ol > li > a.is-active {
    color: #004376;
}

.sub-navigation > li > a.is-active:active,
.sub-navigation > li > a.is-active:focus,
.sub-navigation > li > a.is-active:hover,
.sub-navigation > ol > li > a.is-active:active,
.sub-navigation > ol > li > a.is-active:focus,
.sub-navigation > ol > li > a.is-active:hover {
    color: #004376;
    background-color: inherit;
}

.sub-navigation > li > a.is-active:after,
.sub-navigation > ol > li > a.is-active:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    margin-right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 24px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.sub-navigation--selling-points {
    font-size: 23px;
    line-height: 1;
}

@media screen and (min-width: 57.7058823529em) {
    .sub-navigation--selling-points {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

.sub-navigation--selling-points > li > a,
.sub-navigation--selling-points > ol > li > a {
    padding-left: 131px;
    padding-top: 32px;
    padding-bottom: 32px;
}

.sub-navigation--selling-points > li > a:before,
.sub-navigation--selling-points > ol > li > a:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    width: 57px;
    height: 64px;
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sub-navigation--selling-points > li > a:not(.is-active).icon--shield:before,
.sub-navigation--selling-points
    > ol
    > li
    > a:not(.is-active).icon--shield:before {
    background-image: url(../img/hex-shield--grey--light.svg);
}

.sub-navigation--selling-points > li > a:not(.is-active).icon--diamond:before,
.sub-navigation--selling-points
    > ol
    > li
    > a:not(.is-active).icon--diamond:before {
    background-image: url(../img/hex-diamond--grey--light.svg);
}

.sub-navigation--selling-points > li > a:not(.is-active).icon--triarrow:before,
.sub-navigation--selling-points
    > ol
    > li
    > a:not(.is-active).icon--triarrow:before {
    background-image: url(../img/hex-triarrows--grey--light.svg);
}

.hero {
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 70.9411764706em) {
    .hero {
        margin-left: 0;
        margin-right: 0;
    }
}

.hero--home {
    background-position: 100% 100%;
}

.hero--internal {
    background-position: 0 0;
    background-image: url(http://placehold.it/1160x415/09f/fff);
    position: relative;
}

.hero--internal:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 35.775862069%;
}

.hero--internal > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 70.9411764706em) {
    .hero--internal {
        margin-left: -24px;
        margin-right: -24px;
    }
}

.hero--certified-plans {
    border-bottom: 13px solid #015a84;
    background-image: url(http://placehold.it/1160x315/09f/fff);
    position: relative;
}

.hero--certified-plans:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 27.1551724138%;
}

.hero--certified-plans > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero__link {
    display: block;
    width: 100%;
    height: 100%;
}

.card {
    padding: 0 24px 24px;
    margin-bottom: 24px;
    overflow: auto;
}

.card--padding-top {
    padding-top: 24px;
}

.card--border-top {
    border-top-width: 16px;
    border-top-style: solid;
}

.card--green {
    border-color: #6ab836;
}

.card--blue {
    border-color: #015a84;
}

.card--blue h3 {
    color: inherit;
}

.card__heading {
    padding: 6px 24px;
}

.card__heading,
.card__img {
    margin-left: -24px;
    margin-right: -24px;
}

.card__img {
    margin-bottom: 24px;
}

.card__intro {
    font-weight: 500;
}

.card__intro:before {
    float: left;
    margin-right: 24px;
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0;
}

.card__intro--small:before {
    width: 58px;
    height: 66px;
    background-size: 58px;
}

.card__intro--large:before {
    width: 85px;
    height: 98px;
    background-size: 85px;
}

.chromeframe {
    margin: 0;
    text-align: center;
}

.calendar {
    padding: 18px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.125;
}

.calendar__items {
    margin-bottom: 0;
}

.calendar__items > li {
    padding-left: 42px;
    position: relative;
    margin-bottom: 6px;
}

.calendar__name {
    font-weight: 500;
}

.calendar__intro,
.calendar__name {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0;
}

.calendar__date {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    font-size: 20px;
    line-height: 1.5;
    border: 1px solid #fff;
}

.social > li {
    margin-left: 24px;
}

.social__logo--linkedin > svg,
.social__logo--twitter > svg {
    height: 20px;
}

.social__logo--facebook > svg,
.social__logo--flickr > svg,
.social__logo--pintrest > svg {
    height: 24px;
}

.pie {
    background-color: rgba(65, 64, 66, 0.5);
}

.pie,
.pie__circle {
    width: 179px;
    height: 179px;
    border-radius: 50%;
}

.pie__circle {
    position: absolute;
}

.pie__shadow {
    box-shadow: inset 6px 6px 10px rgba(0, 0, 0, 0.2);
}

.pie__fill,
.pie__mask {
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.pie__mask {
    clip: rect(0, 179px, 179px, 89.5px);
}

.pie__mask > .pie__fill {
    clip: rect(0, 89.5px, 179px, 0);
    background-color: #414042;
}

.pie__inset {
    width: 143px;
    height: 143px;
    position: absolute;
    margin-left: 18px;
    margin-top: 18px;
    background-color: #fbfbfb;
    border-radius: 50%;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    font-size: 73px;
    line-height: 1.9589041096;
    text-align: center;
}

.pie__rotate {
    -webkit-transform: rotate(125deg);
    transform: rotate(125deg);
}

.pie__rotate--fix {
    -webkit-transform: rotate(250deg);
    transform: rotate(250deg);
}

@media screen and (min-width: 57.7058823529em) {
    .find {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.find .autocomplete,
.find .btn,
.find .btn--form,
.find .form__label,
.find label {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
}

.find__builder--form {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 24px;
    margin-bottom: 0;
}

.find__builder--form .autocomplete {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
}

#find__builder--form .search-txt{
  width: 78%;
  z-index: 1;
}

#find__builder--form{
  justify-content: space-between;
}

@media screen and (max-width: 57.6470588235em) {
      .masthead__find--home form:not(#find__builder--form) {
          padding-left: 145px;
      }
    .find__builder--form:not(#find__builder--form) {
        padding: 15px 0;
        padding-left: 0;
    }

    .find__builder--form .search-txt{
        margin-bottom: 10px;
    }

    .find__builder--form .search-txt,
    .find__builder--form .search-bar-btn{
        width: 100%;
    }
}

@media screen and (max-width: 28.2352941176em){
  .masthead__find--home form:not(#find__builder--form) {
      padding-left: 0;
      padding-top: 20px;
  }
}


@media screen and (max-width: 923px){
  #find__builder--form{
    padding: 15px 0;
  }

  #find__builder--form .search-txt{
    margin-bottom: 10px;
  }

  #find__builder--form .search-txt, #find__builder--form .search-bar-btn{
    width: 100%;
  }
}

@media screen and (min-width: 57.7058823529em) {
  #find__builder--form .search-txt{
    margin-right: 10px;
  }

    .find__builder--form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: distribute;
        justify-content: flex-end;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .find__builder--form > label {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 2;
        flex-shrink: 2;
        margin-right: 12px;
    }

    .cssmask .find__builder--form > label,
    .no-cssmask .find__builder--form > label {
        -ms-flex-preferred-size: 7em;
        flex-basis: 7em;
    }

    .find__builder--form > button {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        white-space: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .cssmask .find__builder--form > button {
        -ms-flex-preferred-size: 2.6em;
        flex-basis: 2.6em;
    }

    .no-cssmask .find__builder--form > button {
        -ms-flex-preferred-size: 2.15em;
        flex-basis: 2.15em;
    }
}

@media screen and (min-width: 18.8823529412em) and (max-width: 57.6470588235em) {
    .find__builder--link {
        display: inline-block;
        padding-right: 12px;
        text-align: center;
    }

    .find__builder--link > a {
        min-width: 7.3em;
        display: block;
    }
}

@media screen and (min-width: 35.3529411765em) and (max-width: 57.6470588235em) {
    .find__builder--link {
        width: calc(50% - 2px);
    }
}

@media screen and (min-width: 57.7058823529em) {
    .find__builder--link {
        display: none;
    }
}

.find__home--link {
    white-space: nowrap;
    margin-bottom: 12px !important;
}

@media screen and (min-width: 18.8823529412em) and (max-width: 57.6470588235em) {
    .find__home--link {
        display: inline-block;
        text-align: center;
    }

    .find__home--link > a {
        min-width: 7.6em;
        display: block;
    }
}

@media screen and (min-width: 35.3529411765em) and (max-width: 57.6470588235em) {
    .find__home--link {
        display: inline-block;
        white-space: nowrap;
        width: calc(50% - 2px);
    }
}

@media screen and (min-width: 57.7058823529em) {
    .find__home--link {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.autocomplete {
    position: relative;
}

.autocomplete__results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    color: #414042;
}

.autocomplete__results > h2,
.autocomplete__results a {
    padding: 8px 18px 8px 36px;
    display: block;
    color: inherit;
}

.autocomplete__results > h2 {
    font-size: 20px;
    line-height: 1.2;
    background-color: #e0dedb;
    margin-bottom: 0;
}

.autocomplete__results > p,
.autocomplete__results > ul {
    color: #414042;
    background-color: #f5f5f3;
    margin-bottom: 0;
    color: inherit;
}

.autocomplete__results > p,
.autocomplete__results > ul > li {
    position: relative;
}

.autocomplete__results > p {
    font-size: 16px;
    line-height: 1.5;
}

.autocomplete__results > ul {
    font-size: 18px;
    line-height: 1.3333333333;
}

.autocomplete__results > ul > li {
    border-bottom: 1px solid #fff;
}

.autocomplete__results a {
    text-decoration: none;
}

.autocomplete__results a:before {
    position: absolute;
    top: 50%;
    left: 18px;
    content: "";
    margin-right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.autocomplete__results a:active,
.autocomplete__results a:focus,
.autocomplete__results a:hover {
    color: #004376;
}

.autocomplete__find a:before {
    width: 11px;
    height: 11px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 29.98"><path d="M3.29,3.36a11.55,11.55,0,0,1,16.29,0,11.85,11.85,0,0,1,.52,15.57l4.38,1.52,4.94,4.94a2.85,2.85,0,0,1-.29,3.76,2.89,2.89,0,0,1-3.71.29L20.49,24.5,19,20.21a12,12,0,0,1-15.62-.62A11.58,11.58,0,0,1,3.29,3.36Zm14.1,2.16A8.39,8.39,0,0,0,5.52,5.43l-0.09.09A8.45,8.45,0,1,0,17,17.83l0.37-.37a8.39,8.39,0,0,0,.07-11.87Z" /></svg>');
    background-size: 10px 10px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.autocomplete__find a:active:before,
.autocomplete__find a:focus:before,
.autocomplete__find a:hover:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 29.98"><path d="M3.29,3.36a11.55,11.55,0,0,1,16.29,0,11.85,11.85,0,0,1,.52,15.57l4.38,1.52,4.94,4.94a2.85,2.85,0,0,1-.29,3.76,2.89,2.89,0,0,1-3.71.29L20.49,24.5,19,20.21a12,12,0,0,1-15.62-.62A11.58,11.58,0,0,1,3.29,3.36Zm14.1,2.16A8.39,8.39,0,0,0,5.52,5.43l-0.09.09A8.45,8.45,0,1,0,17,17.83l0.37-.37a8.39,8.39,0,0,0,.07-11.87Z" fill="#004376" /></svg>');
}

.autocomplete__match a:before {
    width: 0;
    height: 0;
    border-left: 7px solid currentColor;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.icon {
    position: relative;
}

.icon:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon--prefix:before {
    left: 12px;
}

.icon--suffix:before {
    right: 0;
}

.icon--houzz {
    min-height: 44px;
    padding-right: 122px !important;
}

.icon--houzz:before {
    background-image: url(../img/logo--houzz.svg);
    height: 32px;
    width: 98px;
    left: 12px;
}

.icon--tools {
    min-height: 48px;
    padding-left: 68px;
}

.icon--tools:before {
    background-image: url(../img/icon--tools.svg);
    width: 44px;
    height: 36px;
}

.icon--certified-plans {
    min-height: 61px;
    padding-left: 96px;
}

.icon--certified-plans:before {
    background-image: url(../img/logo--certified-plans.svg);
    width: 72px;
    height: 49px;
}

.icon--email,
.icon--phone,
.icon--website {
    padding-left: 42px;
}

.icon--email:before,
.icon--phone:before,
.icon--website:before {
    width: 18px;
    height: 18px;
}

.icon--website:before {
    background-image: url(../img/icon__website.svg);
}

.icon--email:before {
    background-image: url(../img/icon__email.svg);
}

.icon--phone:before {
    background-image: url(../img/icon__phone.svg);
}

.icon--shield:before {
    background-image: url(../img/hex-shield.svg);
}

.icon--diamond:before {
    background-image: url(../img/hex-diamond.svg);
}

.icon--triarrow:before {
    background-image: url(../img/hex-triarrows.svg);
}

.pagination {
    color: #004376;
    margin-bottom: 24px;
}

.pagination--full-width {
    position: relative;
    margin-top: 36px;
    margin-bottom: 0;
}

.pagination--right {
    text-align: right;
}

.pagination__next,
.pagination__previous {
    width: 15px;
    height: 30px;
    line-height: 30px;
    text-indent: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    vertical-align: middle;
    font-weight: 500;
}

.pagination__next {
    background-image: url(../img/paginiationArrow.svg);
    background-position: 100%;
}

.pagination__previous {
    background-image: url(../img/paginiationArrow--left.svg);
}

.pagination--full-width .pagination__next,
.pagination--full-width .pagination__previous {
    text-indent: 0;
    overflow: visible;
    width: auto;
}

.pagination--full-width .pagination__previous {
    padding-left: 24px;
}

.pagination--full-width .pagination__next {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 24px;
}

.pagination li {
    vertical-align: middle;
}

.pagination a {
    color: inherit;
}

.pagination > ul a {
    color: #e0dedb;
    display: block;
    padding: 6px;
}

.pagination > ul a.is-active {
    color: #004376;
}

.gallery {
    margin-top: 48px;
    margin-bottom: 24px;
}

.gallery__row {
    float: none;
    clear: both;
    overflow: auto;
}

.gallery figure,
.gallery figure + figure img {
    margin-bottom: 0;
}

.gallery img {
    width: auto;
    min-width: auto;
    margin-bottom: 24px;
}

.partners {
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
}

.partners img {
    margin-bottom: 0;
    width: auto;
    height: auto;
}

@media screen and (max-width: 28.2352941176em) {
    .partners {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        -ms-flex-align: center;
    }

    .partners,
    .partners ul {
        -ms-flex-pack: center;
        align-content: center;
        -ms-grid-row-align: center;
        align-items: center;
        justify-content: center;
    }

    .partners ul {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-line-pack: center;
        -ms-flex-align: center;
    }

    .partners li {
        display: block;
        text-align: center;
    }

    .partners img {
        max-width: 155px;
        max-height: 55px;
        margin: 12px;
    }
}

@media screen and (min-width: 28.2941176471em) and (max-width: 52.4117647059em) {
    .partners {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .partners,
    .partners ul {
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .partners img {
        max-width: 150px;
        max-height: 65px;
        margin: 12px;
    }
}

@media screen and (min-width: 52.4705882353em) {
    .partners {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .partners h2 {
        margin-bottom: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: 5.3571428571em;
        flex-basis: 5.3571428571em;
    }

    .partners h2,
    .partners ul {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .partners ul {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 5.3571428571em;
        flex-basis: 5.3571428571em;
        padding-left: 48px;
        padding-right: 48px;
        margin-left: 48px;
        margin-right: 48px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .partners ul > li {
        width: 33%;
        text-align: center;
    }

    .partners img {
        max-width: 175px;
        max-height: 95px;
        margin: 24px;
    }
}

.builders-pie {
    position: relative;
    padding: 24px;
    margin-top: 24px;
}

.builders-pie__pie {
    text-align: center;
}

@media screen and (max-width: 52.4117647059em) {
    .builders-pie__content {
        text-align: center;
        margin-bottom: 24px;
    }

    .builders-pie__pie > .pie {
        margin: 0 auto 12px;
    }
}

@media screen and (min-width: 52.4705882353em) {
    .builders-pie {
        float: left;
        margin-bottom: 24px;
    }

    .builders-pie__content {
        float: left;
        padding-right: 58px;
        max-width: 276px;
    }

    .builders-pie__pie {
        position: absolute;
        top: -12px;
        left: calc(100% - 60px);
    }
}

.emotive__row {
    padding-bottom: 0;
}

.emotive__img {
    margin-top: 24px;
}

.emotive__img,
.emotive__img > img {
    margin-bottom: 0;
}

@media screen and (max-width: 52.4117647059em) {
    .emotive__row {
        padding-bottom: 24px;
    }

    .emotive__img {
        display: none;
    }
}

@media screen and (min-width: 52.4705882353em) {
    .emotive__container {
        position: relative;
    }

    .emotive__content {
        position: relative;
        z-index: 4;
        padding-bottom: 60px;
    }

    .emotive__img {
        position: absolute;
        bottom: 0;
        right: -12px;
        width: 74%;
        z-index: 3;
        max-width: 622px;
    }

    .emotive__img > img {
        margin-bottom: 0;
    }
}

.searchResults__refine {
    padding-top: 6px;
    padding-bottom: 6px;
}

.searchResults__refine > h2,
.searchResults__refine > select {
    display: inline;
    vertical-align: middle;
    margin-right: 12px;
}

.searchResults__refine > select {
    font-size: 24px;
    line-height: 1.25;
    border-style: none;
}

.searchResults__header {
    position: relative;
    margin-bottom: 12px;
}

.searchResults__header > h2 {
    margin-bottom: 0;
    line-height: 1em;
}

.searchResults__bookmark {
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    width: 26px;
    height: 35px;
}

.searchResults__bookmark:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    margin: 6px auto;
}

.searchResults__bookmark:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 7px solid #fff;
}

.searchResults__bookmark--checked {
    background-color: #004376;
}

.searchResults__bookmark--checked:active,
.searchResults__bookmark--checked:focus,
.searchResults__bookmark--checked:hover {
    background-color: #e0dedb;
}

.searchResults__bookmark--checked:before {
    width: 16px;
    height: 12px;
    background-image: url(../img/bookmark--ticked.svg);
}

.searchResults__bookmark--dechecked {
    background-color: #e0dedb;
}

.searchResults__bookmark--dechecked:active,
.searchResults__bookmark--dechecked:focus,
.searchResults__bookmark--dechecked:hover {
    background-color: #004376;
}

.searchResults__bookmark--dechecked:before {
    width: 11px;
    height: 11px;
    background-image: url(../img/bookmark--add.svg);
}

.searchResults__card {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.searchResults__description {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    padding: 12px 12px 0;
}

.searchResults__logo {
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    margin-bottom: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;
}

.searchResults__logo > img {
    width: 180px;
}

.searchResults__actions {
    overflow: auto;
}

.searchResults__actions > p {
    float: left;
    margin-bottom: 12px;
}

.searchResults__actions > ul {
    float: right;
    margin-bottom: 0;
}

.searchResults__actions > ul > li {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 12px;
}

.searchResults__shortlist > li {
    position: relative;
    margin-bottom: 5px;
}

.searchResults__shortlist input {
    display: none;
}

.searchResults__shortlist label {
    font-weight: 300;
    font-size: 17px;
    line-height: 1;
}

.searchResults__shortlist label:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 24px;
    background-color: #fff;
    border: 1px solid rgba(65, 64, 66, 0.4);
    vertical-align: top;
}

.searchResults__shortlist label:hover:before {
    border-color: #414042;
}

.searchResults__shortlist input[type="checkbox"]:checked + label:before {
    background-image: url(../img/checkbox--checked.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 12px;
    border-color: #414042;
}

.searchResults__shortlist-remove {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: 13px;
    background-image: url(../img/icon__remove.svg);
}

@media screen and (max-width: 52.4117647059em) {
    .builderDetails__intro h1 {
        float: none;
        width: auto;
    }
}

.builderDetails__logo > img {
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 120px;
}

@media screen and (min-width: 52.4705882353em) {
    .builderDetails__logo {
        float: right;
        margin-right: 0;
    }

    .builderDetails__logo > img {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
}

.builderDetails__contact-numbers > li:not(:last-child) {
    margin-right: 24px;
    margin-bottom: 0;
}

/****************************************************
    RANZ CHANGES
****************************************************/

/** HOMEPAGE **/

/* Full Width Testiomonial & CTA Section */

.testimonial-full-section .testimonial-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-full-section .testimonial-inner .testimonial-image-wrapper {
    display: flex;
    overflow: hidden;
}
.testimonial-full-section .testimonial-inner .testimonial-image-wrapper img {
    margin-bottom: 0;
    max-width: none;
    width: auto;
}
.testimonial-full-section
    .testimonial-inner
    .testimonial-image-wrapper::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.testimonial-full-section.alt
    .testimonial-inner
    .testimonial-image-wrapper::before {
    background: rgba(0, 0, 0, 0);
}
.testimonial-full-section .testimonial-inner .testimonial-overlay-wrapper {
    /* position: absolute; */
    color: #fff;
    text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.51);
    text-align: center;
    font-size: 32px;
    max-width: 750px;
}

@media (max-width: 768px) {
    .testimonial-full-section .testimonial-inner .testimonial-overlay-wrapper {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .testimonial-full-section .testimonial-inner .testimonial-overlay-wrapper {
        padding: 0 20px;
        font-size: 24px;
    }
}

.full-cta {
    background: #000000;
    color: #fff;
    display: flex;
}
.full-cta-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.full-cta-message-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 80px;
    width: 70%;
}
.full-cta-message-wrapper .full-cta-message {
    margin-right: 40px;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.full-cta .full-cta-arrow-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
}
.full-cta .full-cta-arrow-wrapper .full-cta-angle {
    height: 0;
    border-left: 80px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 80px solid #939598;
}
.full-cta .full-cta-arrow-wrapper .full-cta-arrow-inner {
    height: 80px;
    width: 150px;
    background: #939598;
    display: flex;
    align-items: center;
    width: 100%;
}
.full-cta .full-cta-arrow-wrapper svg {
    width: 40px;
    height: 39px;
    margin-left: 40px;
}

@media (max-width: 767px) {
    .full-cta {
        display: none;
    }
}

/* Image CTA Section */

.image-cta .image-cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-cta .image-cta-wrapper .text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.image-cta .image-cta-wrapper .text-wrapper .text-wrapper-inner {
    display: flex;
    /* align-items: flex-start; */
    justify-content: center;
    flex-direction: column;
    text-align: left;
    max-width: 500px;
}
.image-cta .image-cta-wrapper .text-wrapper .text-wrapper-inner h3 {
    font-size: 24px;
    font-weight: 500;
}
.image-cta .image-cta-wrapper .text-wrapper .text-wrapper-inner p {
    font-size: 20px;
    margin-bottom: 40px;
}

.image-cta .image-cta-wrapper .image-wrapper {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    width: 50%;
}
.image-cta .image-cta-wrapper .image-wrapper img {
    max-width: 100%;
    width: auto;
}

.image-cta .image-wrapper.count-circle {
    position: relative;
}
.image-cta .image-wrapper.count-circle .image-inner svg {
    width: 350px;
    height: 350px;
}
.image-cta .image-wrapper.count-circle .image-text-overlay {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.image-cta .image-wrapper.count-circle .image-text-overlay #roofercount {
    color: #fff;
    font-size: 52px;
    font-weight: 500;
}
.image-cta .image-wrapper.count-circle .image-text-overlay .roofer-line-one {
    color: #fff;
    font-size: 32px;
    line-height: 28px;
}
.image-cta .image-wrapper.count-circle .image-text-overlay .roofer-line-two {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 28px;
}

@media (max-width: 1024px) {
    .image-cta .image-cta-wrapper .text-wrapper .text-wrapper-inner {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .image-cta .image-cta-wrapper .image-wrapper {
        display: none;
    }
    .image-cta .image-cta-wrapper .text-wrapper {
        width: 100%;
    }
    .image-cta .image-cta-wrapper .text-wrapper .text-wrapper-inner {
        padding: 0;
    }
}

/* Split Section */

.split-section-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.split-section .one-half {
    width: 50%;
    height: 600px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.split-section .one-half::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.split-section .one-half.second-half::after {
    background: rgba(93, 95, 98, 0.8);
}

.split-section .one-half .one-half-inner {
    color: #fff;
    z-index: 10;
    max-width: 600px;
    font-size: 24px;
}
.split-section .one-half .one-half-inner .testimonial-message {
    margin-bottom: 24px;
}
.split-section .one-half .one-half-inner .testimonial-author {
    margin-bottom: 24px;
}
.split-section .one-half .one-half-inner a.testimonial-cta {
    color: #000000;
    background: #ffffff;
    padding-top: 2px;
}
.split-section .one-half.second-half .one-half-inner a.testimonial-cta {
    background: #cc3333;
}

.split-section .one-half .one-half-inner .newsletter-header {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 12px;
}
.split-section .one-half .one-half-inner .newsletter-header svg {
    height: 90px;
    width: 90px;
}
.split-section .one-half .one-half-inner .newsletter-message {
    margin-bottom: 24px;
    font-size: 32px;
}
.split-section .one-half .one-half-inner .newsletter-message a {
    color: #fff;
    text-decoration: underline;
}
.split-section .one-half .one-half-inner #newsletter-input {
    margin-bottom: 24px;
}

@media (max-width: 1024px) {
    .split-section-inner {
        display: block;
    }
    .split-section .one-half {
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 768px) {
    .split-section .one-half .one-half-inner {
        padding: 0 20px;
        font-size: 18px;
    }
    .split-section .one-half .one-half-inner .newsletter-message {
        font-size: 18px;
    }
    .split-section .one-half .one-half-inner .newsletter-header {
        font-size: 42px;
    }
    .split-section .one-half .one-half-inner .newsletter-header svg {
        display: none;
    }
}

/* Recent Posts */

.recent-posts {
    display: flex;
    align-items: center;
    justify-content: center;
}
.recent-posts .blog-post {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recent-posts .blog-post .blog-post-inner {
    max-width: 300px;
}
.recent-posts .blog-post .featured-image {
    max-width: 100%;
    margin-bottom: 18px;
}
.recent-posts .blog-post .post-date {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
}
.recent-posts .blog-post h4 {
    min-height: 60px;
}

@media (max-width: 1024px) {
    .recent-posts {
        flex-direction: column;
    }
    .recent-posts .blog-post {
        width: 100%;
    }
    .recent-posts .blog-post .blog-post-inner {
        max-width: none;
        margin-bottom: 40px;
    }
}

/* Footer Styling */
.footer__nav.grid__col--quarter:last-child {
    margin-right: 0;
}

/* Fancy Button */
.fancy-btn {
    position: relative;
    z-index: 1;
    margin-left: 30px;
}
.fancy-btn:focus {
    outline: 0 !important;
}
.fancy-btn:before {
    content: "";
    display: inline-block;
    background-image: url("../img/fancybtn.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 -1px;
    position: absolute;
    width: 265px;
    height: 48px;
    left: 50%;
    top: 50%;
    transform: translate(-35%, -50%);
    background-color: rgba(0, 0, 0, 0) !important;
    text-align: center;
    z-index: -1;
}

.fancy-btn.small.right {
    float: right;
    margin-right: 66px;
    margin-left: 0;
}

.fancy-btn.small:before {
    content: "";
    display: inline-block;
    background-image: url("../img/fancybtn.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 -1px;
    position: absolute;
    width: 177px;
    height: 32px;
    left: 50%;
    transform: translate(-35%, 0);
    top: 3px;
    background-color: rgba(0, 0, 0, 0) !important;
    text-align: center;
    z-index: -1;
}

/* Join Us Form */

.form-btn {
    color: #fff !important;
    background: #cc3333;
    border-radius: 0 !important;
    font-size: 24px !important;
    padding: 10px 30px !important;
    float: right;
    margin-right: 20px;
    font-weight: 400 !important;
}

.form-half {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.form-half input {
    border: 1px solid #ccc !important;
    width: 96%;
    font-size: 19px;
    line-height: 30px !important;
}

.form-full {
    width: 100%;
    float: left;
}
.form-full textarea,
.form-full input {
    border: 1px solid #ccc !important;
    width: 98%;
    font-size: 19px;
    line-height: 30px !important;
    max-height: 150px;
}

/* Sponsors Page */

.sponsors {
    display: flex;
    align-items: center;
    position: relative;
    margin: 40px 0;
    max-width: 100%;
    flex-wrap: wrap;
}

@media (max-width: 881px) {
    .sponsors {
        justify-content: center;
    }
}

.sponsors .sponsors-block {
    height: 160px;
    width: 270px;
    border: 1px solid #ccc;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sponsors .sponsors-block::after {
    content: "";
    display: block;
    width: 60px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: -30px;
    background: #fff;
    z-index: 99;
}
.sponsors .sponsors-block::before {
    content: "";
    display: block;
    width: 60px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: -30px;
    background: #fff;
    z-index: 99;
}

.sponsors .sponsors-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.sponsors .sponsors-inner::after {
    content: "";
    display: block;
    width: 60px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -30px;
    background: #fff;
    z-index: 99;
}
.sponsors .sponsors-inner::before {
    content: "";
    display: block;
    width: 60px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    right: -30px;
    background: #fff;
    z-index: 99;
}

.sponsors .sponsors-block img {
    max-height: 80px;
    max-width: 200px !important;
    width: auto;
    margin-bottom: 0;
}

@media (min-width: 1153px) {
    .sponsors .sponsors-block:nth-child(1n + 5) {
        border-top: none;
    }

    .sponsors .sponsors-block:last-child,
    .sponsors .sponsors-block:nth-child(4n) {
        border-right: 1px solid #ccc;
    }
}

@media (min-width: 882px) and (max-width: 1152px) {
    .sponsors .sponsors-block:nth-child(1n + 4) {
        border-top: none;
    }

    .sponsors .sponsors-block:last-child,
    .sponsors .sponsors-block:nth-child(3n) {
        border-right: 1px solid #ccc;
    }
}

@media (min-width: 588px) and (max-width: 881px) {
    .sponsors .sponsors-block:nth-child(1n + 3) {
        border-top: none;
    }

    .sponsors .sponsors-block:last-child,
    .sponsors .sponsors-block:nth-child(2n) {
        border-right: 1px solid #ccc;
    }
}

@media (max-width: 587px) {
    .sponsors .sponsors-block:nth-child(1n + 2) {
        border-top: none;
    }

    .sponsors .sponsors-block {
        border-right: 1px solid #ccc;
    }
}

/* Contact Page */

.page-template-contact .grid__col--third {
    background: #e5e5e5;
    padding: 30px;
}
.page-template-contact .grid__col.grid__col--third-x2 {
    margin-bottom: 40px;
}
.page-template-contact .map-section {
    display: flex;
    margin-top: 40px;
}

.contact-sidebar p {
    margin-bottom: 0;
}
.contact-sidebar p strong {
    margin: 10px 0;
}

/* Searching Page */
.page-template-roofersearch #shortcode-search-form {
    max-width: 716px;
}
.page-template-roofersearch #shortcode-search-form form {
    display: inline-flex !important;
    width: 100% !important;
    max-height: 42px;
}
.page-template-roofersearch #shortcode-search-form form input[type="search"] {
    width: 100% !important;
}
@media (max-width: 450px) {
    .page-template-roofersearch #shortcode-search-form form {
        display: inline !important;
    }
}
.page-template-roofersearch .map-inner {
    position: relative;
    width: 300px !important;
    height: 307px !important;
}
.page-template-roofersearch .map-inner .map-image-wrapper img {
    width: 300px !important;
    height: 307px !important;
    position: absolute;
}
.page-template-roofersearch .map-inner .map-overlay-wrapper a {
    width: 9px;
    height: 9px;
    /* background: red; */
    border-radius: 50%;
    position: absolute;
}
.page-template-roofersearch .map-inner .map-overlay-wrapper a.m1 {
    top: 37px;
    left: 158px;
}
.page-template-roofersearch .map-inner .map-overlay-wrapper a.m2 {
    top: 90px;
    left: 208px;
}
.page-template-roofersearch .map-inner .map-overlay-wrapper a.m3 {
    top: 104px;
    left: 196px;
}
.page-template-roofersearch .map-inner .map-overlay-wrapper a.m4 {
    top: 109px;
    left: 164px;
}
.page-template-roofersearch .map-inner .map-overlay-wrapper a.m5 {
    top: 145px;
    left: 196px;
}
.page-template-roofersearch .map-inner .map-overlay-wrapper a.m6 {
    top: 161px;
    left: 146px;
}
.page-template-roofersearch .map-inner .map-overlay-wrapper a.m7 {
    top: 206px;
    left: 151px;
}
.page-template-roofersearch .map-inner .map-overlay-wrapper a.m8 {
    top: 210px;
    left: 101px;
}
.page-template-roofersearch .map-inner .map-overlay-wrapper a.m9 {
    top: 241px;
    left: 89px;
}
.page-template-roofersearch .map-inner .map-overlay-wrapper a.m10 {
    top: 254px;
    left: 113px;
}
.page-template-roofersearch .map-inner .map-overlay-wrapper a.m11 {
    top: 255px;
    left: 66px;
}

@media (max-width: 767px) {
    .testimonial-full-section.alt .full-cta {
        display: flex;
    }
    .testimonial-full-section.alt .testimonial-wrapper {
        display: none;
    }
    .testimonial-full-section.alt .full-cta-message-wrapper .full-cta-message {
        margin-left: 40px;
    }
}

@media (max-width: 450px) {
    .testimonial-full-section.alt .full-cta-message-wrapper .full-cta-message {
        font-size: 22px;
    }
}

@media (max-width: 350px) {
    .page-template-roofersearch .map-inner .map-image-wrapper img {
        left: -12px;
    }
}

/* Blog Page */

.blog-posts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.blog-posts .blog-post {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.blog-posts .blog-post .blog-post-inner {
    max-width: 330px;
    border: 1px solid #ccc;
}
.blog-posts .blog-post .blog-post-inner .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.blog-posts .blog-post .featured-image {
    max-width: 100%;
    margin-bottom: 0;
}
.blog-posts .blog-post .post-date {
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #cc3333;
    color: #fff;
    padding: 10px;
}
.blog-posts .blog-post .post-date::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    transform: translateX(-100%);
    width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-right: 35px solid #cc3333;
}
.blog-posts .blog-post .blog-post-inner .content-wrapper {
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.blog-posts .blog-post h4 {
    min-height: 60px;
}
.blog-posts .blog-post .post-intro {
    min-height: 70px;
}
.blog-posts .blog-post .read-more {
    float: right;
    font-weight: 500;
    color: #cc3333;
    align-self: flex-end;
}

@media (max-width: 1024px) {
    .blog-posts {
        flex-direction: column;
    }
    .blog-posts .blog-post {
        width: 100%;
    }
    .blog-posts .blog-post .blog-post-inner {
        max-width: none;
        margin-bottom: 40px;
    }
}

.no-padding .grid__col.grid__row--pad-v-large {
    padding-bottom: 0;
}
.no-padding .grid__col.grid__row--pad-v-large h1 {
    margin-bottom: 0;
    margin-left: 16px;
}

.page-template-blog h1 {
    color: #cc3333;
}

/* Blog Post */

.single-post span.meta {
    margin-bottom: 12px;
    display: inline-block;
}

.comments-area {
    margin-top: 40px;
}

.comments-area input,
.comments-area textarea {
    border: 1px solid #ccc;
    width: 100%;
}

.comment-list {
    list-style: none !important;
}
.comment-list .children {
    list-style: none !important;
}

#cancel-comment-reply-link {
    text-transform: lowercase;
}

.comments-area .form-submit {
    display: inline-block;
    position: relative;
    float: right;
}
.comments-area .form-submit input {
    width: auto;
    background: #cc3333;
    border: none;
    color: #fff;
    margin-top: 24px;
    position: relative;
    height: 35px;
    margin-left: 35px;
    border-radius: 0;
    font-weight: 500;
}
.comments-area .form-submit::before {
    content: "";
    position: absolute;
    left: 35px;
    bottom: 0;
    height: 100%;
    transform: translateX(-100%);
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 35px solid #cc3333;
}

.single-post .widget .widget-title {
    text-transform: uppercase;
}

.single-post .widget_recent_comments {
    margin-top: 40px;
}

.single-post .widget ul,
.single-post .widget ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
.single-post .widget ul li,
.single-post .widget ol li {
    padding: 20px 0;
    border-top: 1px solid #ccc;
    padding-left: 24px;
    position: relative;
}
.single-post .widget ul li::before,
.single-post .widget ol li::before {
    content: ">";
    position: absolute;
    left: 0;
}
.single-post .widget ul li a,
.single-post .widget ol li a {
    color: #414042;
    font-weight: 500;
}

.single-post .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 24px;
}
.single-post .featured-image {
    max-width: 100%;
    margin-bottom: 0;
}
.single-post .post-date {
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #cc3333;
    color: #fff;
    padding: 10px;
}
.single-post .post-date::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    transform: translateX(-100%);
    width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-right: 35px solid #cc3333;
}
.st0 {
    fill: #f7f7f7;
}
.st1 {
    fill: url(#SVGID_1_);
}
.st2 {
    fill: url(#SVGID_2_);
}
.st3 {
    fill: #000000;
}

.st0a{fill:#244375;}
.st1a{fill:#FFFFFF;}
.st2a{fill:#CC3533;}
.st3a{fill:#144576;}
