html, body, ul, li, * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, button {
    font: 24px 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 500;
    text-rendering: geometricPrecision;
}

body { background: #ffffff; color: #1A455C;  }





a { text-decoration: none; color: inherit; }
a.red { color: #FC7554; }
a.anchor { position: absolute; margin-top: -150px; }

p { line-height: 1.4167em; margin-bottom: 1.5rem; }

p a { text-decoration: underline; }

strong, b { font-weight: 700; }

h2 { font-size: 2.25rem; line-height: 1.2222em; font-weight: 700; }

h3 { font-size: 1.3333rem; line-height: 1.3125em; }

.text h3 {
    margin: 0 0 0rem; 
    font-weight: 700;
}
.text ul, .text ol {
    margin: 0 0 1.3rem;
    list-style-position: outside;
    font-weight: 400;
    padding-left: 1em;
}
body.page-about .text ul,
body.page-main-contractors .text ul,
body.page-specialist-contractors .text ul,
body.page-sub-contractors .text ul {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;
    color: #FC7554;
    font-weight: 500;
}

.text a {
    color: #FC7554;
}
.text p {
    font-weight: 400;
}
.text p:first-child,
.text div.liveedit-bar:first-child + p {
    font-weight: 500;
}
.text ul li, .text ol li {
    margin-bottom: 0.3rem;
}
body.page-about .text ul li {
    -ms-flex: 0 1 40%; -webkit-flex: 0 1 40%; -moz-flex: 0 1 40%; flex: 0 1 40%;
}

body.page-main-contractors .text ul li,
body.page-specialist-contractors .text ul li,
body.page-sub-contractors .text ul li {
    -ms-flex: 0 1 30%; -webkit-flex: 0 1 30%; -moz-flex: 0 1 30%; flex: 0 1 30%;
}




.section > .text { padding-top: 1.8rem; padding-bottom: 0.7rem; }

body.page-free-demo .text { text-align: center; padding-bottom: 1rem; }
body.page-free-demo .text h3 { color: #FC7554; margin-bottom: 2.6rem; }
body.page-free-demo .text p { font-weight: 500; }
body.page-our-partners .text { text-align: center; }


.c-normal   { padding-left: calc(50% - 565px); padding-right: calc(50% - 565px); }
.c-narrower { padding-left: calc(50% - 515px); padding-right: calc(50% - 515px); }



.section { 
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
}
.section > h2 { margin-bottom: 2rem; }

.section.blue { background-color: #1A455C; color: #FFFFFF; }
.section.blue h2, .section.blue h3 { color: #FC7554; }
.section.grey { background-color: #E8E8E8; }
.section.beige { background-color: #F5F0E8; }
.section.black { background-color: #122129; }
.section.red { background-color: #FC7554; }
.section.peach { background-color: #FD9E87; }


.coms .buttons a.button {
    display: inline-block;
    border: 2px solid #FC7554;
    color: #FC7554;
    padding: 0.7rem 1rem;
    font-size: 0.6666rem;
    letter-spacing: 0.1em;
}




.tab-content { display: none; }
.tab-content.in { display: block; }


@media all and (min-width:721px) and (max-width:1450px) {
    html { font-size: 20px; }
    
    .c-normal   { padding-left: calc(50% - 525px); padding-right: calc(50% - 525px); }
    .c-narrower { padding-left: calc(50% - 450px); padding-right: calc(50% - 450px); }
} 

@media all and (min-width:721px) and (max-width:1200px) { 
    html { font-size: 18px; }
    .c-normal   { padding-left: calc(50% - 465px); padding-right: calc(50% - 465px); }
    .c-narrower { padding-left: calc(50% - 420px); padding-right: calc(50% - 420px); }
}

@media all and (min-width:721px) and (max-width:1000px) { 
    html { font-size: 16px; }
    .c-normal   { padding-left: calc(50% - 425px); padding-right: calc(50% - 425px); }
    .c-narrower { padding-left: calc(50% - 390px); padding-right: calc(50% - 390px); }
}

@media all and (min-width:721px) and (max-width:900px) { 
    html { font-size: 14px; }
    .coms .menu-bar > ul > li.logo svg { width: 50px; left: calc(50% - 25px) !important; }
    .coms .menu-bar { height: 80px !important; }
    .coms .menu-bar + div { margin-top: 80px !important; }
    .c-normal   { padding-left: calc(50% - 365px); padding-right: calc(50% - 365px); }
    .c-narrower { padding-left: calc(50% - 320px); padding-right: calc(50% - 320px); }
}

@media all and (min-width:721px) { 
    .mobile-only { display: none; }
}

@media all and (max-width:720px) { 
    html { font-size: 18px; line-height: 1.333em; }
    h2 { font-size: 2rem; }
    .c-normal, .c-narrower { padding-left: 0.7rem; padding-right: 0.7rem; }
    .section { padding-top: 1rem; padding-bottom: 1rem; }
    .section > .text { padding-top: 2rem; padding-bottom: 1rem; }
    .richtext-image { width: 100%; height: auto; }

    body.page-about .text ul li,
    body.page-main-contractors .text ul li,
    body.page-specialist-contractors .text ul li,
    body.page-sub-contractors .text ul li {
        -ms-flex: 0 1 100%; -webkit-flex: 0 1 100%; -moz-flex: 0 1 100%; flex: 0 1 100%;
    }
}





.coms .menu-bar { 
    padding: 1.45rem; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); 
    position: fixed;
    width: 100%;
    top: 0;
    height: 5.2rem;
    background: #1b455d;
    transition: background-color 0.1s ease, box-shadow 0.1s ease;
    z-index: 3;
}

.coms .menu-bar + div {
    margin-top: 5.2rem;
}

.coms .menu-bar > ul { 
    margin: 0 auto;
    list-style-type: none;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -ms-justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;
}

.coms .menu-bar > ul > li > ul { 
    margin: 0 auto;
    list-style-type: none;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -ms-justify-content: end; -webkit-justify-content: end; -moz-justify-content: end; justify-content: end;
    padding: 0 2.75rem 0 0;
}

.coms .menu-bar > ul > li:last-child > ul {
    -ms-justify-content: start; -webkit-justify-content: start; -moz-justify-content: start; justify-content: start;
    padding: 0 0 0 2.75rem;
}

.coms .menu-bar > ul > li > ul > li {
    position: relative;
}

.coms .menu-bar > ul > li.logo {
    position: static;
    width: 0;
    -ms-flex: 0 0 0; -webkit-flex: 0 0 0; -moz-flex: 0 0 0; flex: 0 0 0;
}

.coms .menu-bar > ul > li {
    -ms-flex: 0 0 50%; -webkit-flex: 0 0 50%; -moz-flex: 0 0 50%; flex: 0 0 50%;
}

.coms .menu-bar > ul > li a {
    display: inline-block;
    padding: 0.8rem 1rem 0.7rem;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.coms .menu-bar > ul > li > ul > li.active:before {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.5rem;
    border-bottom: 2px solid #FD9E87;
}

.coms .menu-bar > ul > li.logo a { padding: 0 1rem; vertical-align: top; }

.coms .menu-bar > ul > li.logo svg { vertical-align: top; position: absolute; left: calc(50% - 1.666rem); width: 3.333rem}

.coms .menu-bar > ul > li > ul > li.right-boxed {
    position: absolute;
    right: 2rem;
}

.coms .menu-bar > ul > li > ul > li.right-boxed a {
    border: 2px solid #FC7554;
    color: #FC7554;
    padding: 0.45rem 0.7rem;
}




.coms .menu-bar > ul ul div {
    display: none;
    position: absolute;
    z-index: 10;
    
    margin-left: 50%;
}

.coms .menu-bar > ul ul ul {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;
    list-style-type: none;
    
    margin-top: -0.38rem;
    padding-top: 1.8rem;
    text-align: center;
}

.coms .menu-bar > ul ul li:hover div {
    display: block;
}

.coms .menu-bar > ul ul ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 1.8rem;
    margin-top: -17px;
    left: calc(50% - 18px);
    border-bottom: 18px solid #476474;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    -webkit-transform: scaleX(1); -moz-transform: scaleX(1); transform: scaleX(1);
}

.coms .menu-bar > ul ul ul li {
    background: #476474;
    border-bottom: 1px solid #1A455C;
    white-space: nowrap;
    min-width: 8.8rem;
}

.coms .menu-bar > ul ul ul li:last-child {
    border-bottom: none;
}

.coms .menu-bar > ul ul ul li a {
    color: #ffffff;
    display: inline-block;
    padding: 1.5rem;
}





@media all and (min-width:721px) { 
    .coms .menu-bar > ul > li.logo { order: 1; }
    
    
    .coms .menu-bar > ul ul ul {
        -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); transform: translate(-50%, 0);
    }

}


@media all and (max-width:720px) { 
    .coms .menu-bar { height: 100px; }
    body.page-home .menu-bar { background: #ffffff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    

    .menu-open-link {
        position: absolute;
        right: 40px;
        top: 40px;
        cursor: pointer;
    }
    .menu-open-link svg g {
        fill: #ffffff !important;
    }
    body.page-home .menu-open-link svg g {
        fill: #1a455c !important;
    }
    .menu-close-link {
        position: absolute;
        right: 42px;
        top: 36px;
        cursor: pointer;
        display: none;
    }

    body.menu-open .menu-close-link {
        display: block;
    }
    body.menu-open .menu-open-link {
        display: none;
    }


    .coms .menu-bar > ul > li > ul > li.item { display: none; }
    .coms .menu-bar > ul > li.item.logo { 
        display: block; 
        position: absolute;
        left: 1rem;
        width: 120px;
    }
    .coms .menu-bar > ul > li > ul > li.logo svg {
        width: 61px;
        position: static;
    }
    .coms .menu-bar + div { margin-top: 100px; }

    body.menu-open .menu-bar { 
        padding: 0; 
        position: absolute;
    }
    body.menu-open .menu-bar > ul { 
        -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; 
        background: #1A455C;
        padding: 0 0 6rem;
        z-index: 50;
    }
    body.menu-open .menu-bar > ul > li > ul {
        -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;
    }
    body.menu-open .menu-bar > ul ul li a { color: #ffffff; font-size: 1.333rem; padding: 2.5rem 2.2rem; }
    body.menu-open .menu-bar > ul > li > ul > li.item { display: block; width: 100%; border-bottom: 1px solid #476474; }
    body.menu-open .menu-bar > ul > li.item.logo { position: relative; padding: 1.5rem 1.2rem 2.5rem; border-bottom: none; }
    body.menu-open .menu-bar > ul > li > ul > li.menu-contact {
        position: static;
        padding: 2.5rem 2.2rem;
        border-bottom: 0;
    }
    body.menu-open .menu-bar > ul > li > ul div { 
        display: block;
        position: static;
        margin-left: 0;
    }
    body.menu-open .menu-bar > ul > li > ul {
        margin-left: 0 !important;
        position: static;
        display: block;
        text-align: left;
        padding: 0 0 2rem;
    }
    body.menu-open .menu-bar > ul ul ul {
        padding-top: 0;
        text-align: left;
    }
    body.menu-open .menu-bar > ul ul ul:before {
        display: none;
    }
    body.menu-open .menu-bar > ul ul ul li {
        border: none;
        padding-left: 2rem;
        white-space: normal;
    }
    body.menu-open .menu-bar > ul ul ul li a {
        padding: 0.7rem;
        font-size: 1rem;
    }
    body.menu-open .menu-bar > ul ul ul li a:before {
        content: "-";
        margin-right: 1rem;
    }
    body.menu-open .menu-bar > ul > li.active::before { 
        display: none;
    }
    body.menu-open .menu-bar > ul > li:last-child > ul {
        padding-left: 0;
    }
}
.coms .outer.header { position: relative; z-index: -1;  }
.coms .header-inner { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.coms .header-inner .image { -ms-flex: 1 1 50%; -webkit-flex: 1 1 50%; -moz-flex: 1 1 50%; flex: 1 1 50%; background-size: cover; background-color: #C6C6C6; }
.coms .header-inner .body { -ms-flex: 1 1 50%; -webkit-flex: 1 1 50%; -moz-flex: 1 1 50%; flex: 1 1 50%; padding: 6rem 2rem 9rem; position: relative; }

body.page-home .header-inner .body { padding-top: 9rem; }


.coms .header-inner .body h1 { font-size: 3rem; margin: 5rem 0 5rem calc(50% - 12rem);}

.coms .header-inner .body h1 span {
    background: #1A455C;
    color: #ffffff;
    line-height: 1.8em;
    padding: 0.8rem 1.1rem 0.9rem;
    -ms-box-decoration-break: clone; -webkit-box-decoration-break: clone; -moz-box-decoration-break: clone; box-decoration-break: clone;
}
.coms .header-inner .body h1 span:nth-child(3),
.coms .header-inner .body h1 span:nth-child(5) {
    font-family: Merriweather, serif;
    font-size: 2.6666rem;
    line-height: 1.3em;
    padding: 0.5rem 1.1rem 1rem;
}
.coms .header-inner .body h1 span:nth-child(3) {
    padding-top: 0.8rem;
}

.coms .header-inner .body:before {
    content: "";
    position: absolute;
    width: 122px;
    height: 122px;
    margin-left: -1rem;
    margin-top: -3rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122' height='121.5' viewBox='0 0 122 121.5'%3E%3Cg transform='translate(-1030 -192)'%3E%3Cline x2='122' transform='translate(1030 232.5)' fill='none' stroke='%23fd9e87' stroke-width='2' opacity='0.398'/%3E%3Cline x2='121.5' transform='translate(1070.75 192) rotate(90)' fill='none' stroke='%23fd9e87' stroke-width='2' opacity='0.398'/%3E%3C/g%3E%3C/svg%3E");
}
.coms .header-inner .body:after {
    content: "";
    position: absolute;
    width: 122px;
    height: 122px;
    right: 2rem;
    bottom: 2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122' height='121.5' viewBox='0 0 122 121.5'%3E%3Cg transform='translate(-1728 -885.5)'%3E%3Cline x2='121.5' transform='translate(1808.75 885.5) rotate(90)' fill='none' stroke='%23fd9e87' stroke-width='2' opacity='0.401'/%3E%3Cline x1='122' transform='translate(1728 966)' fill='none' stroke='%23fd9e87' stroke-width='2' opacity='0.401'/%3E%3C/g%3E%3C/svg%3E");
}


.coms .header-inner.red .body:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122' height='121.5' viewBox='0 0 122 121.5'%3E%3Cg transform='translate(-1030 -192)'%3E%3Cline x2='122' transform='translate(1030 232.5)' fill='none' stroke='%23ffffff' stroke-width='2' opacity='0.398'/%3E%3Cline x2='121.5' transform='translate(1070.75 192) rotate(90)' fill='none' stroke='%23ffffff' stroke-width='2' opacity='0.398'/%3E%3C/g%3E%3C/svg%3E");
}
.coms .header-inner.red .body:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122' height='121.5' viewBox='0 0 122 121.5'%3E%3Cg transform='translate(-1728 -885.5)'%3E%3Cline x2='121.5' transform='translate(1808.75 885.5) rotate(90)' fill='none' stroke='%23ffffff' stroke-width='2' opacity='0.401'/%3E%3Cline x1='122' transform='translate(1728 966)' fill='none' stroke='%23ffffff' stroke-width='2' opacity='0.401'/%3E%3C/g%3E%3C/svg%3E");
}

.coms .header-inner.beige .body:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122' height='121.5' viewBox='0 0 122 121.5'%3E%3Cg transform='translate(-1030 -192)'%3E%3Cline x2='122' transform='translate(1030 232.5)' fill='none' stroke='%23476474' stroke-width='2' opacity='0.35'/%3E%3Cline x2='121.5' transform='translate(1070.75 192) rotate(90)' fill='none' stroke='%23476474' stroke-width='2' opacity='0.35'/%3E%3C/g%3E%3C/svg%3E");
}
.coms .header-inner.beige .body:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122' height='121.5' viewBox='0 0 122 121.5'%3E%3Cg transform='translate(-1728 -885.5)'%3E%3Cline x2='121.5' transform='translate(1808.75 885.5) rotate(90)' fill='none' stroke='%23476474' stroke-width='2' opacity='0.35'/%3E%3Cline x1='122' transform='translate(1728 966)' fill='none' stroke='%23476474' stroke-width='2' opacity='0.35'/%3E%3C/g%3E%3C/svg%3E");
}

.coms .header-inner.blue .body:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122' height='121.5' viewBox='0 0 122 121.5'%3E%3Cg transform='translate(-1030 -192)'%3E%3Cline x2='122' transform='translate(1030 232.5)' fill='none' stroke='%23C6C6C6' stroke-width='2' opacity='0.25'/%3E%3Cline x2='121.5' transform='translate(1070.75 192) rotate(90)' fill='none' stroke='%23C6C6C6' stroke-width='2' opacity='0.25'/%3E%3C/g%3E%3C/svg%3E");
}
.coms .header-inner.blue .body:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122' height='121.5' viewBox='0 0 122 121.5'%3E%3Cg transform='translate(-1728 -885.5)'%3E%3Cline x2='121.5' transform='translate(1808.75 885.5) rotate(90)' fill='none' stroke='%23C6C6C6' stroke-width='2' opacity='0.25'/%3E%3Cline x1='122' transform='translate(1728 966)' fill='none' stroke='%23C6C6C6' stroke-width='2' opacity='0.25'/%3E%3C/g%3E%3C/svg%3E");
}

.coms .header-inner.peach .body:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122' height='121.5' viewBox='0 0 122 121.5'%3E%3Cg transform='translate(-1030 -192)'%3E%3Cline x2='122' transform='translate(1030 232.5)' fill='none' stroke='%23FFFFFF' stroke-width='2' opacity='0.45'/%3E%3Cline x2='121.5' transform='translate(1070.75 192) rotate(90)' fill='none' stroke='%23FFFFFF' stroke-width='2' opacity='0.45'/%3E%3C/g%3E%3C/svg%3E");
}
.coms .header-inner.peach .body:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122' height='121.5' viewBox='0 0 122 121.5'%3E%3Cg transform='translate(-1728 -885.5)'%3E%3Cline x2='121.5' transform='translate(1808.75 885.5) rotate(90)' fill='none' stroke='%23FFFFFF' stroke-width='2' opacity='0.45'/%3E%3Cline x1='122' transform='translate(1728 966)' fill='none' stroke='%23FFFFFF' stroke-width='2' opacity='0.45'/%3E%3C/g%3E%3C/svg%3E");
}

.coms .header-inner.grey .body:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122' height='121.5' viewBox='0 0 122 121.5'%3E%3Cg transform='translate(-1030 -192)'%3E%3Cline x2='122' transform='translate(1030 232.5)' fill='none' stroke='%23FFFFFF' stroke-width='2' opacity='0.8'/%3E%3Cline x2='121.5' transform='translate(1070.75 192) rotate(90)' fill='none' stroke='%23FFFFFF' stroke-width='2' opacity='0.8'/%3E%3C/g%3E%3C/svg%3E");
}
.coms .header-inner.grey .body:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122' height='121.5' viewBox='0 0 122 121.5'%3E%3Cg transform='translate(-1728 -885.5)'%3E%3Cline x2='121.5' transform='translate(1808.75 885.5) rotate(90)' fill='none' stroke='%23FFFFFF' stroke-width='2' opacity='0.8'/%3E%3Cline x1='122' transform='translate(1728 966)' fill='none' stroke='%23FFFFFF' stroke-width='2' opacity='0.8'/%3E%3C/g%3E%3C/svg%3E");
}


.coms .header-inner.logo .body h1 span {
    line-height: 1.2em;
    padding: 0.5rem 1.1rem;
}
.coms .header-inner.logo .body h1 span:nth-child(3),
.coms .header-inner.logo .body h1 span:nth-child(5) {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-size: inherit;
    color: #FC7554;
}



.coms .header-inner.red .body { background-color: #FC7554; }
.coms .header-inner.red .body h1 span {
    background: #1A455C;
    color: #ffffff;
}
.coms .header-inner.red .body h1 span:nth-child(3),
.coms .header-inner.red .body h1 span:nth-child(5) {
    background: #FD9E87;
}


.coms .header-inner.peach .body { background-color:#FD9E87; }
.coms .header-inner.peach .body h1 span:nth-child(3),
.coms .header-inner.peach .body h1 span:nth-child(5) {
    color: #1A455C;
    background: #F5F0E8;
}

.coms .header-inner.grey .body { background-color:#C6C6C6; }
.coms .header-inner.grey .body h1 span { color: #FC7554; background-color:#ffffff; }
.coms .header-inner.grey .body h1 span:nth-child(3),
.coms .header-inner.grey .body h1 span:nth-child(5) {
    color: #ffffff;
    background: #476474;
}

.coms .header-inner.beige .body { background-color:#F5F0E8; }
.coms .header-inner.beige .body h1 span { color: #ffffff; background-color:#FC7554; }
.coms .header-inner.beige .body h1 span:nth-child(3),
.coms .header-inner.beige .body h1 span:nth-child(5) {
    color: #ffffff;
    background: #476474;
}


.coms .header-inner.blue .body { background-color:#1A455C; }
.coms .header-inner.blue .body h1 span { color: #1A455C; background-color:#ffffff; }
.coms .header-inner.blue .body h1 span:nth-child(3),
.coms .header-inner.blue .body h1 span:nth-child(5) {
    color: #ffffff;
    background: #FD9E87;
}

.coms .outer.header_short {
    position: relative;
    z-index: -1;
}

.coms .header_short .section {
    text-align: center;
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
}

.coms .header_short .section.red {
    background: #FC7554;
}

.coms .header_short .section.beige h1 {
    background: #FC7554;
}

.coms .header_short .section h1 {
    display: inline-block;
    background: #1A455C;
    color: #ffffff;
    font-size: 2.25rem;
    padding: 1rem 1.5rem;
}








@media all and (max-width:720px) { 
    .coms .header-inner {
        -ms-flex-direction: column-reverse; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; flex-direction: column-reverse;
    }
    .coms .header-inner .body:before,
    .coms .header-inner .body:after {
        display: none;
    }
    .coms .header-inner .body {
        padding-top: 3.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .coms .header-inner .body h1 {
        font-size: 1.8rem;
        line-height: 1.6em;
        margin: 0;
    }
    .coms .header-inner .body h1 span {
        padding: 0.6rem 1.1rem 0.9rem;
    }
    .coms .header-inner .body h1 span:nth-child(3), .coms .header-inner .body h1 span:nth-child(5) {
        font-size: 1.8rem;
        padding: 0.2rem 1.1rem 0.7rem;
    }
    .coms .header-inner .body h1 span:nth-child(3) {
        line-height: 1.3em;
        padding-top: 0.5rem;
    }

    .coms .header-inner.logo .body h1 span {
        padding: 0.3rem 0.8rem;
    }
    .coms .header-inner.logo .body h1 span:nth-child(3) {
        padding-top: 0.3rem;
    }

    .coms .header-inner .body {
        padding-bottom: 4rem;
    }
    .coms .header-inner .image {
        -ms-flex: 0 0 504px; -webkit-flex: 0 0 504px; -moz-flex: 0 0 504px; flex: 0 0 504px;
    }

    .coms .header_short .section h1 {
        line-height: 1.2em;
    }
}
.coms .lead_in .section {
    text-align: center;
    padding-top: 8.1rem;
    padding-bottom: 6.58rem;
    
}

.coms .lead_in h3 {
    margin: 0 auto 1.4rem;
    max-width: 33rem;
}

.coms .lead_in p {
    padding: 0 6rem;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4em;
}

body.page-home .lead_in p {
    font-weight: 400;
}

@media all and (max-width:720px) { 
    .coms .lead_in .section {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }
    .coms .lead_in p { padding: 0 1rem; }
}
.coms .boast .section {
    padding-top: 11.8rem;
    padding-bottom: 12.5rem;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}

.coms .boast h3 {
    font-size: 2.25rem;
    margin: 0 0 2rem;
}

.coms .boast h3 span,
.coms .boast_narrow h3 span {
    color: #FC7554;
    font-family: Merriweather, serif;
    font-style: italic;
}


.coms .boast .section .inner { -ms-flex: 0 0 62%; -webkit-flex: 0 0 62%; -moz-flex: 0 0 62%; flex: 0 0 62%; }

.coms .boast .section .inner:after {
    content: "";
    display: block;
    width: 75%;
    border-bottom: 2px solid #FC7554;
    margin-top: 3rem;
}

.coms .boast .section .inner p {
    padding-right: 2%;
}

.coms .boast .section .image { text-align: right; -ms-flex: 1 1 auto; -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto; }



.coms .boast .section.right {
    text-align: right;
    -ms-flex-direction: row-reverse; -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; flex-direction: row-reverse;
}

.coms .boast .section.right .inner::after {
    margin-left: auto;
}
.coms .boast .section.right .image { text-align: left; }


.coms .outer-boast_narrow {
    background: #1A455C;
    color: #ffffff;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -ms-justify-content: space-around; -webkit-justify-content: space-around; -moz-justify-content: space-around; justify-content: space-around;
    padding: 8rem 5% 6rem;
}


.coms .boast_narrow {
    text-align: center;
    padding: 0 3.5%;
    -ms-flex: 1 1 0; -webkit-flex: 1 1 0; -moz-flex: 1 1 0; flex: 1 1 0;    
}

.coms .boast_narrow h3 {
    font-size: 1.66666rem;
    font-family: Merriweather, serif;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.coms .boast_narrow h3 span {
    color: #FC7554;
    font-family: Merriweather, serif;
    font-style: italic;
}

.coms .boast_narrow .image img {
    display: block;
    margin: 0 auto 1.75rem;
    width: 150px;
}

.coms .boast_narrow p {
    font-size: 0.85rem;
}



@media all and (max-width:720px) { 
    .coms .boast .section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .coms .boast .section .inner {
        -ms-flex: 1 1 auto; -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto;
        z-index: 1;
    }
    .coms .boast .section .image {
        position: absolute;
        z-index: 0;
        right: 1rem;
        display: none;
    }
    .coms .boast .section.right {
        text-align: left;
    }
    .coms .boast .section.right .image {
        right: auto;
        left: 1rem;
    }
    .coms .boast .section.right .inner::after {
        margin-left: 0;
    }
    .coms .boast .section .image img {
        width: 5rem;
    }

    .coms .boast h3 { font-size: 1.888rem; }


    .coms .outer-boast_narrow {
        -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;
        padding: 3rem 5% 1.5rem;
    }
    .coms .boast_narrow {
        -ms-flex: 1 1 auto; -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto;
        margin-bottom: 3rem;
    }
}
.coms .outer.footer {
    background: #122129;
    color: #ffffff;
    text-align: center;
}

.coms .footer div.call-us {
    padding: 6rem 0 3rem;
    font-family: Merriweather, serif;
    font-size: 1.2917rem;
    font-style: italic;
}

.coms .footer div.call-us a {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-left: 0.2rem;
}

.coms ul.footer-menu {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    list-style-type: none;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    -ms-justify-content: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between;
    margin: 0 0 2rem;
}

.coms ul.footer-menu li {
    padding: 1.4rem 0.3rem;
}

.coms ul.footer-menu li a {
    text-transform: uppercase;
    font-size: 0.625rem;
    letter-spacing: 0.1em;
}

.coms .footer div.copyright {
    font-weight: 400;
    font-size: 0.65rem;
    line-height: 1rem;
}

.coms .footer div.email {
    margin: 0;
    padding: 1.5rem 0 6rem;
    font-size: 0.8333rem;
}

@media all and (max-width:720px) {  
    .coms .footer div.call-us {
        padding: 3.7rem;
        line-height: 1.25em;
    }
    .coms ul.footer-menu {
        -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .coms ul.footer-menu li {
        padding: 0.4rem 0;
        -ms-flex: 1 1 50%; -webkit-flex: 1 1 50%; -moz-flex: 1 1 50%; flex: 1 1 50%;
    }
}
.coms .outer.quote {

}

.coms .outer.quote .section {
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.coms .outer.quote .section + .section {
    padding-top: 1px;
    margin-top: -3rem;
}

.coms .quote p {
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
    font-family: Merriweather, serif;
    font-style: italic;
}

.coms .quote .attribution {
    color: #FC7554;
    font-size: 0.8333rem;
}

@media all and (max-width:720px) {  
    .coms .outer.quote .section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
.coms .case_study_link_bar {
    padding-bottom: 3rem;
}

.coms .case_study_link_bar h3 {
    text-align: center;
    font-size: 0.8333rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 3.7rem 0 3.8rem;
}

.coms .case_study_link_bar .items {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    gap: 0.6rem;
}

.coms .case_study_link_bar .item {
    -ms-flex: 1 1 0; -webkit-flex: 1 1 0; -moz-flex: 1 1 0; flex: 1 1 0;
}

.coms .case_study_link_bar .item img {
    width: 100%;
    margin: 0 0 0.6rem;
}

.coms .case_study_link_bar .item p {
    color: #FC7554;

}

.coms .case_study_link_bar .item p:after {
    content: "";
    display: block;
    width: 70%;
    border-bottom: 2px solid #FFD4C9;
    margin-top: 0.8rem;
}

@media all and (max-width:720px) {  
    .coms .case_study_link_bar {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .coms .case_study_link_bar .items {
        -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;
    }

    .coms .case_study_link_bar .items .item {
        -ms-flex: 1 1 auto; -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto;
    }
}
.coms .image_link_bar {
    
    padding-bottom: 5.4rem;
}

.coms .image_link_bar .items {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    gap: 0.6rem;
}

.coms .image_link_bar .item {
    -ms-flex: 1 1 0; -webkit-flex: 1 1 0; -moz-flex: 1 1 0; flex: 1 1 0;
    height: 14rem;
    margin: 0 0 0.6rem;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;
    -ms-justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;
    align-items: center;
    background-size: cover;
}

.coms .image_link_bar .item span {
    background: #FC7554;
    color: #ffffff;
    padding: 0.7rem 1rem;
    font-size: 1.292rem;
    font-weight: 700;
}

@media all and (max-width:720px) { 
    .coms .image_link_bar {
        padding-bottom: 4rem;
    }
    .coms .image_link_bar .items {
        -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .coms .image_link_bar .items .item {
        -ms-flex: 1 1 100%; -webkit-flex: 1 1 100%; -moz-flex: 1 1 100%; flex: 1 1 100%;
    }
}
.coms .feature_bar .section {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    gap: 2rem;
    padding-top: 6.95rem;
    padding-bottom: 6rem;
    background: #E8E8E8;
}

.coms .feature_bar .image {
    -ms-flex: 1 1 30%; -webkit-flex: 1 1 30%; -moz-flex: 1 1 30%; flex: 1 1 30%;
    text-align: center;
}

.coms .feature_bar .inner h2 {
    -ms-flex: 1 1 70%; -webkit-flex: 1 1 70%; -moz-flex: 1 1 70%; flex: 1 1 70%;
    font-size: 2.25rem;
    margin: 0 0 1.5rem;
}

.coms .feature_bar .inner h3 {
    color: #FC7554;
    font-family: Merriweather, serif;
    font-style: italic;
    margin: 0.8em 0 1.5rem;
}

.coms .feature_bar .inner h2 i,
.coms .feature_bar .inner h3 i {
    color: #ffffff;
}

.coms .feature_bar .inner p {
    font-size: 0.8333rem;
}

.coms .feature_bar .denim {
    background: #476474;
    color: #ffffff;
}


@media all and (max-width:720px) { 
    .coms .feature_bar .image {
        text-align: left;
    } 
    .coms .feature_bar .image img {
        width: 84%;
        height: auto;
    }
    .coms .feature_bar .section {
        -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;
        padding-top: 4rem;
        padding-bottom: 2.5rem;
        text-align: center;
    }
    .coms .feature_bar .inner {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .coms .feature_bar .inner h2 {
        font-size: 1.8rem;
    }
}
.coms .outer.card {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.coms .outer.header_short + .outer.card {
    padding-top: 0;
}

.coms .outer.card .card {
    -ms-flex: 1 1 50%; -webkit-flex: 1 1 50%; -moz-flex: 1 1 50%; flex: 1 1 50%;
    text-align: center;
    padding: 4rem 2rem 4.3rem;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;
}

.coms .outer.card .card.wide {
    -ms-flex: 1 1 auto; -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto;
    padding-bottom: 6.2rem;
}

.coms .outer.card .card + .card.wide {
    border-top: 2px solid #E8E8E8;
    padding-top: 5.9rem;
}

.coms .outer.card .card.wide:last-child {
    padding-bottom: 4.3rem;
}

.coms .outer.card .card:nth-child(3),
.coms .outer.card .card:nth-child(4),
.coms .outer.card .card:nth-child(5),
.coms .outer.card .card:nth-child(6) {
    padding-top: 1rem;
}

.coms .outer.card h3 {
    font-size: 2.25rem;
    line-height: 1.1em;
    margin: 0 auto 2.3rem;
    max-width: 30rem;

}

.coms .outer.card h3 span {
    display: block;
    color: #FC7554;
    font-family: Merriweather, serif;
    font-style: italic;
}

.coms .outer.card img {
    display: block;
    margin: 0 auto 2.6rem;
    width: 150px;
}

.coms .outer.card .card.wide img {
    width: 500px;
}

.coms .outer.card .card .body {
    -ms-flex: 1 1 auto; -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto;
}

.coms .outer.card p {
    font-weight: 400;
}

.coms .outer.card .buttons {
    margin: 0.35rem 0 0;
}

.coms .outer.card .wide .buttons {
    margin-top: 1rem;
}

.coms .outer.card .buttons .button {
    margin: 0 1rem;
}


@media all and (max-width:720px) {  
    .coms .outer.card .card {
        padding: 2rem 1rem;
    }

    .coms .outer.card .card.wide img {
        width: 100%;
    }

    .coms .outer.card .card +  .card {
        border-top: 2px solid #E8E8E8;
        padding-top: 3rem;
        margin-top: 2rem;
    }

    .coms .outer.card h3 { font-size: 1.888rem; }
}
.coms .outer.expander {
    padding-top: 4.9rem;
    padding-bottom: 6rem;
}

.coms .expander {
    padding-top: 1.05rem;
}

.coms .outer.section + .outer.expander {
    padding-top: 0;
    margin-top: -3.4rem;
}

.coms .expander + .expander,
.coms .outer.section + .outer.expander .expander:first-child {
    border-top: 2px solid #E8E8E8;
}

.coms .expander:last-child {
    border-bottom: 2px solid #E8E8E8;
}

.coms .expander .title {
    font-size: 1.166rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg transform='translate(-1454 -564)'%3E%3Cg transform='translate(0 11)'%3E%3Cline x2='10.3' y2='10' transform='translate(1468.766 574.451)' fill='none' stroke='%23fc7554' stroke-linecap='round' stroke-width='2'/%3E%3Cline x1='10.435' y2='10' transform='translate(1479.066 574.451)' fill='none' stroke='%23fc7554' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(1454 564)' fill='none' stroke='%23fc7554' stroke-width='2'%3E%3Ccircle cx='25' cy='25' r='25' stroke='none'/%3E%3Ccircle cx='25' cy='25' r='24' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") right 50% no-repeat;
    cursor: pointer;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 80px;
    min-height: 50px;
    margin-bottom: 1rem;
}

body.page-vacancies .expander .title {
    font-weight: 400;
}

.coms .expander.open .title {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg transform='translate(-1454 -728)'%3E%3Cline y1='10' x2='10.299' transform='translate(1468.766 747.451)' fill='none' stroke='%231a455c' stroke-linecap='round' stroke-width='2'/%3E%3Cline x1='10.434' y1='10' transform='translate(1479.066 747.451)' fill='none' stroke='%231a455c' stroke-linecap='round' stroke-width='2'/%3E%3Cg transform='translate(1454 728)' fill='none' stroke='%231a455c' stroke-width='2'%3E%3Ccircle cx='25' cy='25' r='25' stroke='none'/%3E%3Ccircle cx='25' cy='25' r='24' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.coms .expander .title p:last-child {
    margin-bottom: 0;
}

.coms .expander .body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.coms .expander .body p {
    font-weight: 400;
}

.coms .expander .body ul { 
    padding-left: 0.6rem;
    list-style-type: none;
    margin-bottom: 2rem;
}
.coms .expander .body ul li:before {
    content: "·";
    display: inline-block;
    margin-left: -0.6rem;
    width: 0.6rem;
}

.coms .expander .body ul li {
    font-weight: 400;
    margin-bottom: 0.2rem;
}

.coms .expander .body h4 {
    color: #FC7554;
}

.coms .expander.open .body {
    max-height: 800px;
}


@media all and (max-width:720px) { 
    .coms .outer.expander {
        padding-top: 2rem;
    }

    .coms .outer.section + .outer.expander {
        margin-top: -1rem;
    }
}
.coms .contact-form {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

body.page-free-demo .contact-form {
    padding-top: 0;
}

.coms .contact-form .alert {
    border: 2px solid #FC7554;
    padding: 1rem;
    margin: 0 0 2rem;
    color: #FC7554;
}

.coms .contact-form .columns {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    gap: 2rem;
    position: relative;
    -ms-justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;
}

.coms .contact-form .column {
    -ms-flex: 0 0 50%; -webkit-flex: 0 0 50%; -moz-flex: 0 0 50%; flex: 0 0 50%;
    min-width: 290px;
    padding-right: 8%;
}

.coms .contact-form .column:last-child {
    padding-right: 0;
}

.coms .contact-form .actions { text-align: right; }

body.page-free-demo .contact-form .actions { text-align: center; }

.coms .actions button {
    cursor: pointer;
    background: none;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #FC7554;
    color: #FC7554;
    padding: 0.5rem 0.7rem;
    font-size: 0.6666rem;
    letter-spacing: 0.1em;
}

.coms .form-control {
    width: 100%;
    border: 2px solid #C6C6C6;
    padding: 0.4rem;
    font: 20px 'Neue Haas Grotesk Display Pro', sans-serif;
}

.coms .form-control::placeholder {
    color: #FC7554;
    opacity: 1;
    font-weight: 700;
    font-size: 0.9em;
}

.coms textarea.form-control {
    min-height: 150px;
}

.coms .form-row {
    margin: 0 0 1rem;
}

.coms .contact_form .contact-info {
    padding: 0.2rem 0 0.8rem;
    margin-bottom: 0.7rem;
    border-bottom: 2px solid #E8E8E8;
    font-weight: 700;
}

.coms .contact_form .contact-info a {
    color: #FC7554;
    font-size: 1.416rem;
}

.coms .contact_form .contact-message {
    padding: 0.5rem 0;
}

.coms .contact_form .contact-message p {
    font-size: 0.8333rem;   
    font-weight: 400;
}

@media all and (max-width:720px) { 
    .coms .contact-form {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .coms .contact-form .columns {
        -ms-flex-direction: column-reverse; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; flex-direction: column-reverse;
    }

    .coms .contact_form .contact-info a {
        font-size: 1.3rem;
    }
}
.coms .titled_image_link_bar {
    padding-top: 6rem;
    padding-bottom: 5.4rem;
}

.coms .outer.header_short + .titled_image_link_bar {
    padding-top: 0;
}

.coms .titled_image_link_bar .items {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    gap: 0.6rem;
}

.coms .titled_image_link_bar .item {
    -ms-flex: 1 1 0; -webkit-flex: 1 1 0; -moz-flex: 1 1 0; flex: 1 1 0;
    margin: 0 0 0.6rem;
}

.coms .titled_image_link_bar .item h4 {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FC7554;
    margin-bottom: 1.333rem;
}

.coms .titled_image_link_bar .item .image {
    background-size: cover;
    width: 100%;
    height: 340px;
    margin-bottom: 1.333rem;
}

.coms .titled_image_link_bar .aspect-video .item .image {
    height: 206px;
}

.coms .titled_image_link_bar .item p {
    font-size: 0.85rem;
    color: #476474;
}

.coms .titled_image_link_bar .item span {
    background: #FC7554;
    color: #ffffff;
    padding: 0.7rem 1rem;
    font-size: 1.292rem;
    font-weight: 700;
}

.coms .titled_image_link_bar .item .buttons a {
    display: inline-block;
    border: 2px solid #476474;
    color: #476474;
    text-transform: uppercase;
    font-size: 0.7rem;
    padding: 0.5rem 0.66rem;
    letter-spacing: 0.1em;
}

.coms .titled_image_link_bar .item .buttons a:hover {
    background: #476474;
    color: #ffffff;
}

@media all and (max-width:720px) { 
    .coms .titled_image_link_bar {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .coms .titled_image_link_bar .items {
        -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .coms .titled_image_link_bar .item {
        margin-bottom: 4rem;
    }

    .coms .titled_image_link_bar .item .image {
        height: 60vw;
    }

    .coms .titled_image_link_bar .items .item {
        -ms-flex: 1 1 100%; -webkit-flex: 1 1 100%; -moz-flex: 1 1 100%; flex: 1 1 100%;
    }
}
.coms .outer.signup_bar .signup_bar {
    padding: 4rem 2rem;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    gap: 15px;
    -ms-justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;
    -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;
}

.coms .outer.signup_bar .signup_bar h3 {
    color: #FC7554;
    font-size: 1.5rem;
    font-family: Merriweather, serif;
    text-align: center;
    -ms-flex: 0 0 100%; -webkit-flex: 0 0 100%; -moz-flex: 0 0 100%; flex: 0 0 100%;
    margin: 0 0 1rem;
}

.coms .signup_bar.red { background: #FC7554; }
.coms .signup_bar.beige { background: #F5F0E8; }
.coms .signup_bar.blue { background: #1A455C; }
.coms .signup_bar.peach { background: #FD9E87; }
.coms .signup_bar.grey { background: #e8e8e8; }

.coms .outer.signup_bar input.form-control {
    max-width: 300px;
    text-align: left;
    border: none;
}

.coms .outer.signup_bar input.form-control::placeholder {
    color: #1A455C;
    font-weight: 400;
}

.coms .outer.signup_bar button[type=submit] {
    background: #1A455C;
    color: #ffffff;
    
    border: none;
    padding: 0.6rem 2rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    cursor: pointer;
}

.coms .outer.signup_bar .alert {
    text-align: center;
    -ms-flex: 1 1 100%; -webkit-flex: 1 1 100%; -moz-flex: 1 1 100%; flex: 1 1 100%;
    margin: 0 0 1rem;
}
.coms .video-block {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    margin-bottom: 1.5rem;
}

.coms .video-block .video-container {
    -ms-flex: 1 1 67%; -webkit-flex: 1 1 67%; -moz-flex: 1 1 67%; flex: 1 1 67%;
    position: relative;
}

.coms .video-block .video-container > div {
    
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}

.coms .video-block .video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.coms .homepage_banner {
    position: relative;
}

.coms .homepage_banner .top_image {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.coms .homepage_banner .body {
    position: relative;
    padding: calc(50vh - 5.9rem) 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
}

.coms .homepage_banner .body h1 {
    font-size: 2.9rem;
    line-height: 1.14;
    letter-spacing: -0.08rem;
}

.coms .homepage_banner .body h1 span {
    color: #fa7556;
    
    font-family: Merriweather, serif;
    font-style: italic;
}


.coms .large_photo_and_text { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; background: #f5f1e8; }
.coms .large_photo_and_text .image { -ms-flex: 1 1 50%; -webkit-flex: 1 1 50%; -moz-flex: 1 1 50%; flex: 1 1 50%; background-size: cover; background-color: #C6C6C6; min-height: calc(100vh - 5.2rem); }
.coms .large_photo_and_text .body { -ms-flex: 1 1 50%; -webkit-flex: 1 1 50%; -moz-flex: 1 1 50%; flex: 1 1 50%; padding: 6rem 2rem 9rem; position: relative; align-self: center;}

.coms .large_photo_and_text .body {
    background: #f5f1e8;
    color: #476474;
    padding: 3em 6.5%;
}

.coms .large_photo_and_text .body p {
    line-height: 1.25em;
    font-size: 1.15rem;
}

.coms .large_photo_and_text .body p i,
.coms .large_photo_and_text .body h2 i,
.coms .large_photo_and_text .body h3 i,
.coms .large_photo_and_text .body h4 i {
    color: #fa7556;
    font-family: Merriweather, serif;
    font-style: italic;
    font-size: 160%;
    display: inline-block;   
    margin-bottom: 0.5rem;
}

.coms .large_photo_and_text .body h2 {
    font-size: 2.08rem;
    margin-bottom: 1.2rem;
    line-height: 1.1em;
}

.coms .large_photo_and_text .body h2 i {
    font-size: 89%;
}

.coms .large_photo_and_text.v2 .body {
    padding: 2rem 6% 2rem 2%;
}

.coms .large_photo_and_text.v2 .body p {
    font-size: 1rem;
    line-height: 1.3em;
}

.coms .large_photo_and_text.v2 .body h2 {
    color: #1a455c;
    font-size: 2.5rem;
    line-height: 1.1em;
}





@media all and (max-width:720px) { 
    .coms .homepage_banner .body {
        padding: 7rem 10%;
    }

    .coms .homepage_banner .body h1 {
        font-size: 1.6rem;
    }

    .coms .large_photo_and_text {
        -ms-flex-direction: column-reverse; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; flex-direction: column-reverse;
    }
    .coms .large_photo_and_text .body {
        padding-top: 3.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .coms .large_photo_and_text .body {
        padding-bottom: 2rem;
    }
    .coms .large_photo_and_text .image {
        -ms-flex: 0 0 504px; -webkit-flex: 0 0 504px; -moz-flex: 0 0 504px; flex: 0 0 504px;
    }

    .coms .large_photo_and_text.v2 .image {
        display: none;
    }

}
.coms .article_author {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.coms .article_author .buttons {
    border-left: 2px solid #c5d0d6;
    margin-left: 1rem;
    padding-left: 2rem;
}

.coms .article_author .buttons .button {
    padding: 0.5rem 0.7rem;
}

@media all and (max-width:720px) {  
    .coms .article_author .buttons {
        display: none;
    }
}
@media print {
    .coms .menu-bar { display: none; }
    .coms .menu-bar + div { margin-top: 0; }
    .coms .header_short .section {
        background: none !important;
    }
    .coms .header_short .section {
        padding-bottom: 0;
    }
    .coms .header_short .section h1 {
        background: none;
        color: #1A455C;
        padding: 0;
    }
    .coms .outer.footer {
        background: none;
        color: #000000;
    }
    .coms .footer div.call-us { 
        padding-top: 3rem;
    }

    .coms .header_short .section h1,
    body { color: #000000; }

    .coms .article_author .buttons { display: none; }
}
.guide {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -ms-justify-content: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.guide__main {
    -ms-flex: 1 0 0; -webkit-flex: 1 0 0; -moz-flex: 1 0 0; flex: 1 0 0;
}

.guide__main h2 {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

.guide__main > .section:first-child {
    padding-top: 0;
}

.guide__main-contents a {
    font-size: 0.9rem;
    font-weight: normal;
}

.guide__section {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #c6c6c6;
}

.guide__section + .guide__section {
    padding-top: 2.5rem;
}

.guide__section .guide__main-contents {
    display: none;
}

.guide__section[data-open] {
    padding-bottom: 1.5rem;
}

.guide__section[data-open] .guide__main-contents {
    display: block;
}


.guide__sidebar {
    border-left: 1px solid #c6c6c6;
    padding-left: 2.5rem;
    margin-left: 2.5rem;
    -ms-flex: 0 0 35%; -webkit-flex: 0 0 35%; -moz-flex: 0 0 35%; flex: 0 0 35%;
}

.guide__sidebar-inner {
    position: sticky;
    top: 12rem;
}

.guide__sidebar h3 {
    font-size: 1rem;
    color: #FC7554;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

ul.guide__sidebar-contents li {
    font-size: 0.85rem;
    list-style-type: none;
    margin-bottom: 0.8rem;
}

ul.guide__sidebar-contents li.active > a {
    color: #fc7554;
    font-weight: 700;
}

ul.guide__sidebar-contents > li {
    border-bottom: 1px solid #c6c6c6;
    max-height: 1.8rem;
    overflow: hidden;
    transition: max-height 0.8s ease;
}

ul.guide__sidebar-contents > li.open {
    max-height: 50rem;
}

ul.guide__sidebar-contents > li > a {
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='12' viewBox='0 0 12 12'%3E%3Cpath d='M148.96-114.1v1.2h-1.19v.79h1.2v1.19h.79v-1.2h1.19v-.79h-1.2v-1.19z' style='fill:%23476474;stroke-width:11.8715;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 -558.5 431.23)'/%3E%3C/svg%3E") right no-repeat;
}

ul.guide__sidebar-contents > li.open > a {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='10' viewBox='0 0 10 3'%3E%3Cpath d='M147.35-163.47h2.12v.8h-2.12z' style='fill:%23476474;stroke-width:9.69304;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 -556.9 617.83)'/%3E%3C/svg%3E") right no-repeat;
}

ul.guide__sidebar-contents > li.in > a {
    color: #fc7554;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='12' viewBox='0 0 12 12'%3E%3Cpath d='M148.96-114.1v1.2h-1.19v.79h1.2v1.19h.79v-1.2h1.19v-.79h-1.2v-1.19z' style='fill:%23fc7554;stroke-width:11.8715;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 -558.5 431.23)'/%3E%3C/svg%3E") right no-repeat;
}

ul.guide__sidebar-contents > li.open.in > a {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='10' viewBox='0 0 10 3'%3E%3Cpath d='M147.35-163.47h2.12v.8h-2.12z' style='fill:%23fc7554;stroke-width:9.69304;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 -556.9 617.83)'/%3E%3C/svg%3E") right no-repeat;
}

ul.guide__sidebar-contents > li > ul {
    margin-top: 0.7rem;
    margin-bottom: 0.4rem;
}

ul.guide__sidebar-contents > li > ul > li {
    font-size: 0.65rem;
    font-weight: 400;
}

.guide__sidebar-thumb {
    max-width: 4.5rem;
}

.guide__sidebar-sig {
    
    max-width: 9rem;
}

.guide__sidebar-biopics {
    margin: 1.5rem 0;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    gap: 0.9rem;
}

.guide__sidebar-biopics:first-child {
    margin-top: 0;
}

.guide__sidebar-bio p {
    font-weight: 400;
    font-size: 0.75rem;
}

p.guide__sidebar-intro {
    font-size: 0.8rem;
    font-weight: 400;
    font-style: italic;
}

.guide__button {
    display: block;
    border: 2px solid #FC7554;
    color: #FC7554;
    padding: 0.45rem 1rem;
    font-size: 0.6666rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    margin: 1.5rem 0;
}

.guide__section + .guide__nav {
    border-top: none;
}

.guide__nav {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -ms-justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;
    border-top: 1px solid #c6c6c6;
    padding-top: 1rem;
}



.guide__nav a + a {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #c6c6c6;
}

.guide__nav > [data-disabled] {
    color: #c6c6c6;
}

.coms .guide + .titled_image_link_bar {
    padding-top: 0;
}

.coms .guide + .titled_image_link_bar > .section {
    padding-top: 0;
}

.guide .text p:first-child,
.guide .text div.liveedit-bar:first-child + p {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 1.4rem;
}


.guide__teaser {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    align-items: center;
    padding-bottom: 2em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #c6c6c6;
}

.guide__teaser-image {
    background: #e8e8e8;
    border-radius: 999px;
    padding: 1.1rem;
    max-width: 5rem;
    margin-right: 1rem;
}

.guide__teaser-image img {
    width: 100%;
}

.guide__teaser-body p {
    font-weight: 300;
    font-style: italic;
    margin: 0;
    line-height: 1em;
}

.guide__teaser-body a {
    text-decoration: none;
}

.guide__teaser-body strong {
    font-weight: 500;
    display: inline-block;
    line-height: 1.25em;
    margin: 0.5em 0 0.1em;
}

.guide__download-link {
    font-style: normal;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    color: #fc7554;
    font-weight: 500;
}



@media all and (max-width:720px) { 
    .guide {
        -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;
    }
    .guide__sidebar {
        border-left: none;
        border-top: 1px solid #c6c6c6;
        margin: 2rem 0 0;
        padding: 2rem 0 0;
    }

    ul.guide__sidebar-contents > li > ul > li {
        line-height: 1.2em;
    }
}
.header-short2 {
    color: #1A455C;
    text-align: center;
    width: 100%;
    height: 5rem;
}

.header-short2__inner {
    background: #476474;
    position: fixed;
    width: 100%;
    height: 5rem;
    z-index: 2;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -ms-justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;
    align-items: center;
}

.header-short2.expanding,
.header-short2.expanding > .header-short2__inner {
    height: 12rem;
    transition: height 0.1s ease;
}

body.scrolling .header-short2.expanding,
body.scrolling .header-short2.expanding > .header-short2__inner {
    height: 5rem;
}

.header-short2 h1 {
    font-size: 1.8rem;
    line-height: 1.2em;
    color: #ffffff;
    padding: 0.6rem 0.9rem 0.4rem;
}

.header-short2.header-short2--slim > .header-short2__inner > .section {
    padding-top: 2rem;
    padding-bottom: 2rem;;
}

.header-short2.header-short2--slim h1 {
    font-size: 1.15em;
}
.horizontal_rule {
    border-top: 1px solid #cacaca;
    margin-bottom: 2rem;
}
.outer.testimonial.c-narrower {
    padding-top: 4.9rem;
    padding-bottom: 3rem;
    padding-left: calc(50% - 490px);
    padding-right: calc(50% - 490px);
}


.testimonial {
    margin-bottom: 1.65rem;
}

.testimonial + .testimonial {
    border-top: 2px solid #eaeaea;
    padding-top: 1.75rem;
}

.testimonial__heading {
    cursor: pointer;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' viewBox='0 0 50 50'%3E%3Cg transform='translate(-1454 -564)'%3E%3Cg transform='translate(0 11)'%3E%3Cline x2='10.3' y2='10' transform='translate(1468.766 574.451)' fill='none' stroke='%23fc7554' stroke-linecap='round' stroke-width='2'/%3E%3Cline x1='10.435' y2='10' transform='translate(1479.066 574.451)' fill='none' stroke='%23fc7554' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(1454 564)' fill='none' stroke='%23fc7554' stroke-width='2'%3E%3Ccircle cx='25' cy='25' r='25' stroke='none'/%3E%3Ccircle cx='25' cy='25' r='24' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") left 50% no-repeat;
    padding-left: 56px;
    align-items: center;
    min-height: 40px;
}

.testimonial.open .testimonial__heading {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' viewBox='0 0 50 50'%3E%3Cg transform='translate(-1454 -728)'%3E%3Cline y1='10' x2='10.299' transform='translate(1468.766 747.451)' fill='none' stroke='%231a455c' stroke-linecap='round' stroke-width='2'/%3E%3Cline x1='10.434' y1='10' transform='translate(1479.066 747.451)' fill='none' stroke='%231a455c' stroke-linecap='round' stroke-width='2'/%3E%3Cg transform='translate(1454 728)' fill='none' stroke='%231a455c' stroke-width='2'%3E%3Ccircle cx='25' cy='25' r='25' stroke='none'/%3E%3Ccircle cx='25' cy='25' r='24' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}


.testimonial__heading > .title p {
    font: 0.92rem 'Neue Haas Grotesk Display Pro', sans-serif;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 0;
}

.testimonial__attribution {
    -ms-flex: 0 0 13.7rem; -webkit-flex: 0 0 13.7rem; -moz-flex: 0 0 13.7rem; flex: 0 0 13.7rem;
    margin-left: 0.5rem;
}

.testimonial__attribution > p {
    font: 0.75rem 'Neue Haas Grotesk Display Pro', sans-serif;
    line-height: 1.5em;
    color: #fc7554;
    margin: 0;
    border-left: 2px solid #eaeaea;
    padding-left: 1.75rem;
}


.testimonial .body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
    padding-left: 56px;
}

.testimonial.open .body {
    max-height: 800px;
}


.testimonial .body p {
    font-size: 0.67rem;
    line-height: 2em;
    font-weight: 300;
}

.testimonial .body p:first-child {
    margin-top: 1.25rem;
}

.testimonial .body p:last-child {
    margin-bottom: 0;
}

@media all and (max-width:720px) { 
    .testimonial__attribution {
        -ms-flex: 1 1 auto; -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto;
    }

    .testimonial__attribution > p {
        padding-left: 1rem;
    }

    .outer.testimonial.c-narrower {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
}
.podcast-player {
    max-width: 31rem;
    margin: 0 auto 1rem;
    text-align: left;
}

.podcast-player a {
    display: block;
    font-size: 0.75rem;
    color: #fc7554;
    padding: 30px 20px 30px 75px;
    background: url('/assets/images/audio/play.svg') no-repeat left 20px top 50% #e9f1f5;
    background-size: 38px;
}


.podcast-player[data-style="large"] a {
  background-size: 75px;
  background-position: left;
  padding-left: 100px;
  font-size: 0.9rem;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}

.podcast-player a > span {
  
  
  font-weight: 400;
}

.text:has(+ .podcast-player) {
  padding-top: 1rem;
  max-width: 31rem;
  margin: 0 auto;
}

.text:has(+ .podcast-player) p:last-child {
  margin-bottom: 0.5rem;
}


.audio-player {
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  -ms-flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row;
  background: #e9f1f5;
}

.audio-player .spacer {
  -ms-flex: 1 0 0; -webkit-flex: 1 0 0; -moz-flex: 1 0 0; flex: 1 0 0;
}

.audio-player div#play-pause {
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    vertical-align: middle;
  
  }
.audio-player div#play-pause.amplitude-paused {
  background: url("/assets/images/audio/play.svg") no-repeat; 
  background-size: contain;
}
    .audio-player div#play-pause.amplitude-playing {
      background: url("/assets/images/audio/pause.svg") no-repeat; 
      background-size: contain;
}
.audio-player .song-meta-data {
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  -ms-flex: 1 0 0; -webkit-flex: 1 0 0; -moz-flex: 1 0 0; flex: 1 0 0;  
}

.audio-player .song-meta-data .song-names {
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;
  -ms-justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;
}

.audio-player .time-progress {
  -ms-flex: 1 0 0; -webkit-flex: 1 0 0; -moz-flex: 1 0 0; flex: 1 0 0;
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  align-items: center;
}
.audio-player .time-progress .inner {
  -ms-flex: 1 0 0; -webkit-flex: 1 0 0; -moz-flex: 1 0 0; flex: 1 0 0;
}

.audio-player .prev-next {
  -ms-flex: 1 0 0; -webkit-flex: 1 0 0; -moz-flex: 1 0 0; flex: 1 0 0;
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  align-items: center;
  padding-left: 30px;
}

.audio-player .amplitude-prev,
.audio-player .amplitude-next {
  cursor: pointer;
  width: 40px;
  height: 50px;
  background: url('/assets/images/audio/previous.svg') no-repeat;
  background-position: center;
  background-size: 18px;
}

.audio-player .amplitude-next {
  background-image: url('/assets/images/audio/next.svg');
}

.audio-player img.main-album-art {
  display: block;
  margin: 10px 20px 10px 10px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
  width: 70px;
  height: 70px; }
.audio-player div.song-meta-data span.song-name {
  color: rgb(230, 68, 21);
  display: block;
  text-align: left;
  font-size: 16px; }
.audio-player div.song-meta-data span.song-artist {
  color: #AAAFB3;
  display: block;
  text-align: center;
  font-size: 14px; }
  .audio-player div.time-progress span.current-time {
    color: #AAAFB3;
    font-size: 12px;
    display: block;
    float: left;
    margin-left: 20px; }
  .audio-player div.time-progress div#progress-container {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
    position: relative;
    height: 20px;
    cursor: pointer;
     }
    .audio-player div.time-progress div#progress-container:hover input[type=range].amplitude-song-slider::-webkit-slider-thumb {
      display: block; }
    .audio-player div.time-progress div#progress-container:hover input[type=range].amplitude-song-slider::-moz-range-thumb {
      visibility: visible; }
    .audio-player div.time-progress div#progress-container progress#song-played-progress {
      width: 100%;
      position: absolute;
      left: 0;
      top: 8px;
      right: 0;
      width: 100%;
      z-index: 60;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: 4px;
      border-radius: 5px;
      background: transparent;
      border: none;
       }
    @media all and (-ms-high-contrast: none) {
      .audio-player div.time-progress div#progress-container *::-ms-backdrop, .audio-player div.time-progress div#progress-container progress#song-played-progress {
        color: #1b455d;
        border: none;
        background-color: #E1E1E1; } }
    @supports (-ms-ime-align: auto) {
      .audio-player div.time-progress div#progress-container progress#song-played-progress {
        color: #1b455d;
        border: none; } }
    .audio-player div.time-progress div#progress-container progress#song-played-progress[value]::-webkit-progress-bar {
      background: none;
      border-radius: 5px; }
    .audio-player div.time-progress div#progress-container progress#song-played-progress[value]::-webkit-progress-value {
      background-color: #1b455d;
      border-radius: 5px; }
    .audio-player div.time-progress div#progress-container progress#song-played-progress::-moz-progress-bar {
      background: none;
      border-radius: 5px;
      background-color: #1b455d;
      height: 5px;
      margin-top: -2px; }
    .audio-player div.time-progress div#progress-container progress#song-buffered-progress {
      position: absolute;
      left: 0;
      top: 8px;
      right: 0;
      width: 100%;
      z-index: 10;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: 4px;
      border-radius: 5px;
      background: transparent;
      border: none;
      background-color: #D7DEE3; }
    .audio-player div.time-progress div#progress-container progress#song-buffered-progress[value]::-webkit-progress-bar {
      background-color: #E1E1E1;
      border-radius: 5px; }
    .audio-player div.time-progress div#progress-container progress#song-buffered-progress[value]::-webkit-progress-value {
      background-color: #E1E1E1;
      border-radius: 5px;
      transition: width .1s ease; }
    .audio-player div.time-progress div#progress-container progress#song-buffered-progress::-moz-progress-bar {
      background: none;
      border-radius: 5px;
      background-color: #E1E1E1;
      height: 5px;
      margin-top: -2px; }
    .audio-player div.time-progress div#progress-container progress::-ms-fill {
      border: none; }
@-moz-document url-prefix() {
  .audio-player div.time-progress div#progress-container progress#song-buffered-progress {
    top: 9px;
    border: none; } }
    @media all and (-ms-high-contrast: none) {
      .audio-player div.time-progress div#progress-container *::-ms-backdrop, .audio-player div.time-progress div#progress-container progress#song-buffered-progress {
        color: #78909C;
        border: none; } }
    @supports (-ms-ime-align: auto) {
      .audio-player div.time-progress div#progress-container progress#song-buffered-progress {
        color: #78909C;
        border: none; } }
    .audio-player div.time-progress div#progress-container input[type=range] {
      -webkit-appearance: none;
      width: 100%;
      margin: 7.5px 0;
      position: absolute;
      z-index: 9999;
      top: -7px;
      height: 20px;
      cursor: pointer;
      background-color: inherit; }
    .audio-player div.time-progress div#progress-container input[type=range]:focus {
      outline: none; }
    .audio-player div.time-progress div#progress-container input[type=range]::-webkit-slider-runnable-track {
      width: 100%;
      height: 0px;
      cursor: pointer;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
      background: #1b455d;
      border-radius: 0px;
      border: 0px solid #010101; }
    .audio-player div.time-progress div#progress-container input[type=range]::-webkit-slider-thumb {
      box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
      border: 1px solid #1b455d;
      height: 15px;
      width: 15px;
      border-radius: 16px;
      background: #1b455d;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -7.5px; }
    .audio-player div.time-progress div#progress-container input[type=range]:focus::-webkit-slider-runnable-track {
      background: #1b455d; }
    .audio-player div.time-progress div#progress-container input[type=range]::-moz-range-track {
      width: 100%;
      height: 0px;
      cursor: pointer;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
      background: #1b455d;
      border-radius: 0px;
      border: 0px solid #010101; }
    .audio-player div.time-progress div#progress-container input[type=range]::-moz-range-thumb {
      box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
      border: 1px solid #1b455d;
      height: 15px;
      width: 15px;
      border-radius: 16px;
      background: #1b455d;
      cursor: pointer; }
    .audio-player div.time-progress div#progress-container input[type=range]::-ms-track {
      width: 100%;
      height: 0px;
      cursor: pointer;
      background: transparent;
      border-color: transparent;
      color: transparent; }
    .audio-player div.time-progress div#progress-container input[type=range]::-ms-fill-lower {
      background: #003d57;
      border: 0px solid #010101;
      border-radius: 0px;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); }
    .audio-player div.time-progress div#progress-container input[type=range]::-ms-fill-upper {
      background: #1b455d;
      border: 0px solid #010101;
      border-radius: 0px;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); }
    .audio-player div.time-progress div#progress-container input[type=range]::-ms-thumb {
      box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
      border: 1px solid #1b455d;
      height: 15px;
      width: 15px;
      border-radius: 16px;
      background: #1b455d;
      cursor: pointer;
      height: 0px;
      display: none; }
    @media all and (-ms-high-contrast: none) {
      .audio-player div.time-progress div#progress-container *::-ms-backdrop, .audio-player div.time-progress div#progress-container input[type="range"].amplitude-song-slider {
        padding: 0px; }
      .audio-player div.time-progress div#progress-container *::-ms-backdrop, .audio-player div.time-progress div#progress-container input[type=range].amplitude-song-slider::-ms-thumb {
        height: 15px;
        width: 15px;
        border-radius: 10px;
        cursor: pointer;
        margin-top: -8px; }
      .audio-player div.time-progress div#progress-container *::-ms-backdrop, .audio-player div.time-progress div#progress-container input[type=range].amplitude-song-slider::-ms-track {
        border-width: 15px 0;
        border-color: transparent; }
      .audio-player div.time-progress div#progress-container *::-ms-backdrop, .audio-player div.time-progress div#progress-container input[type=range].amplitude-song-slider::-ms-fill-lower {
        background: #E1E1E1;
        border-radius: 10px; }
      .audio-player div.time-progress div#progress-container *::-ms-backdrop, .audio-player div.time-progress div#progress-container input[type=range].amplitude-song-slider::-ms-fill-upper {
        background: #E1E1E1;
        border-radius: 10px; } }
    @supports (-ms-ime-align: auto) {
      .audio-player div.time-progress div#progress-container input[type=range].amplitude-song-slider::-ms-thumb {
        height: 15px;
        width: 15px;
        margin-top: 3px; } }
    .audio-player div.time-progress div#progress-container input[type=range]:focus::-ms-fill-lower {
      background: #1b455d; }
    .audio-player div.time-progress div#progress-container input[type=range]:focus::-ms-fill-upper {
      background: #1b455d; }
  .audio-player div.time-progress span.duration {
    color: #AAAFB3;
    font-size: 12px;
    display: block;
    float: right;
    margin-right: 20px; }


@media all and (max-width:720px) {
    .audio-player {
        display: grid;
        grid-template-columns: auto 80px;
    }

    .audio-player div.song-meta-data {
        grid-column: 1 / 3;
    }

    .audio-player div.song-meta-data span.song-name {
        font-size: 14px;
        line-height: 1.1em;
    }

    .audio-player img.main-album-art {
        margin: 5px 10px 5px 5px;
        width: 40px;
        height: 40px;
    }

    .audio-player div#play-pause {
        width: 40px;
    }

    .audio-player .time-progress {
        margin: 0 5px;
    }

    .audio-player .prev-next {
        padding-left: 0;
    }

    .audio-player div.time-progress span.current-time,
    .audio-player div.time-progress span.duration {
        font-size: 10px;
        margin-top: -5px;
    }

    .podcast-player a {
        line-height: 1.2em;
    }
}
.coms .signup-form {
    margin-bottom: 2rem;
}

.coms .signup-form h2 {
    font-size: 1rem;
    line-height: 1.4167em;
    margin-bottom: 0.9rem;
}

.coms .signup-form .actions {
    text-align: right;
}
.outer.header_podcast {
    background: #1a455c;
}

.coms .menu-bar:has(+ .outer.header_podcast) {
    box-shadow: none;
}

.header-podcast.section {
    padding-top: 1.6rem;
    padding-bottom: 4.5rem;
}

.header-podcast__bg {
    height: 17rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer-player {
    background: transparent;
    height: 90px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

@media all and (max-width:720px) {
    .footer-player {
        height: 102px;
    }
}
.podcast-intro {
    background: #e9f1f5;
    text-align: center;
    
    padding-top: 2.5rem;
}

.podcast-intro p {
    font-size: 1.2rem;
    line-height: 1.3em;
    max-width: 37rem;
    margin-left: auto;
    margin-right: auto;
}

.podcast-intro .podcast-player {
    margin-bottom: 0rem;
}
.coms .outer .email-signup.section {
    background: #f5f0e8;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 3.5rem;
}

.email-signup h2 {
    font: 1.55rem Merriweather, serif;
    color: #FC7554;
    margin: 0 0 1.15rem;
}

.email-signup p {
    font-size: 0.85rem;
}

.email-signup .alert {
    display: inline-block;
    font-size: 0.9rem;
    background: #FC7554;
    color: #ffffff;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    min-width: 16rem;
    max-width: 100%;
}



.form-horiz {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -ms-justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;
    gap: 0.6rem;
    max-width: 24rem;
    margin: 0 auto;
}
.form-horiz > * {
    -ms-flex: 1 1 0; -webkit-flex: 1 1 0; -moz-flex: 1 1 0; flex: 1 1 0;
}

.form-horiz input[type=email] {
    border: none;
    padding: 0.5rem 0.75rem;
    font: 17px 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 400;
}

.form-horiz input::placeholder {
    color: #1b455d;
}

.form-horiz button {
    background: #1b455d;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    padding: 0.5rem 0.5rem;
    font: 16px 'Neue Haas Grotesk Display Pro', sans-serif;
    letter-spacing: 0.08em;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.15s ease;
}
.form-horiz button:hover {
    opacity: 0.85;
}

@media all and (max-width:720px) { 
    .form-horiz {
        -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;
    }
}