* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: none;
}
html {
    font-size: 1em;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    height: 100%;
    width: 100%;
}
body {
    background-color: #f5f9fd;
    color: #2C3E50;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.45;
}
p.large_text {
    font-size: calc(1rem + 0.5vw);
}
h3 {
    color: #232323;
    font-size: 1.75rem;
    margin: 0 0 0.5rem 0;
    padding-bottom: 0.5rem;
    position: relative;
}
h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 1px;
    background: #fb7a03;
}
img {
    width: 100%;
    height: auto;
}
#masthead {
    padding: 1rem 0;
    background: #232323;
    position: -webkit-sticky;
    position: sticky;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
}
.logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.logo_img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 0 0 35%;
    max-width: 125px;
    margin-right: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width:639px){
    #masthead .logo_img {
        margin: 0 auto -3rem;
        border-radius: 100%;
        overflow: hidden;
        background: #232323;
        padding: 0.5rem;
    }
}

    
.wordmark {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: calc(1.25rem + 1vw);
    line-height: 1;
    color: #609ade;
    color: #fff;
    background: -o-linear-gradient(#fb7a03, #596cb8);
    background: -webkit-gradient(linear, left top, left bottom, from(#fb7a03), to(#596cb8));
    background: linear-gradient(#fb7a03, #596cb8);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 300px;
    /*letter-spacing: -0.15rem;*/
}
.wordmark span {
    display: block;
}

#masthead nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
nav .button {
    padding: 0.75rem 1.5rem;
    background: #fb7a03;
    border: 2px solid #fb7a03;
    border-radius: 2rem;
    text-align: center;
    color: #232323;
    text-decoration: none;
    line-height: 1;
    font-weight: 900;
    margin: 0;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}
nav .button:hover, 
nav .button:focus {
    background: #fff;
    border: 2px solid #fff;
    cursor: pointer;
}
#banner {
    position: relative;
    z-index: 1;
    min-height: 360px;
    max-height: 50vh;
    overflow: hidden;
}
#banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    background: -o-radial-gradient(center, ellipse, #fb7a03 0%, #000222 100%);
    background: radial-gradient(ellipse at center, #fb7a03 0%, #000222 100%);
    opacity: 0.85;
    z-index: 2;
}
.banner_intro {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    color: #fff;
}
.banner_intro .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.banner_intro h2 {
    text-transform: uppercase;
    font-size: calc(2.25rem + 1vw);
    font-weight: 900;
    line-height: 1.2;
    max-width: 44rem;
    text-align: center;
    margin: 0 auto;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75)
}
.banner_video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
#banner video {
    width: 100%;
    height: auto;
}

footer {
    padding: 2rem 0 1rem 0;
    background: #232323;
    color: #fff;
    border-top: 5px solid #fb7a03
}
footer .column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
footer .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
footer .wordmark {
    font-size: calc(1rem + 1vw);
    max-width: 400px;
    margin: 0.5rem 0 1rem 0;
}
footer .logo_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 80px;
}
footer .contact {
    text-align: center;
    margin: 1rem auto 0 auto;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer .copyright {
    font-size: 0.825rem;
    opacity: 0.8;
    text-align: center;
    margin: 2rem auto 0 auto;
}
section.padded {
    padding: 3rem 0;
}
section.content {
    position: relative;
    z-index: 2;
}
.dark_bg {
    background: rgb(34,34,34);
    background: -o-linear-gradient(330deg, rgba(34,34,34,1) 0%, rgba(64,64,64,1) 100%);
    background: linear-gradient(120deg, rgba(34,34,34,1) 0%, rgba(64,64,64,1) 100%);
    color: #fff;
}
.contact_link_group {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact_link_group li {
    padding: 0.5rem 0;
}
.contact_aside {
    margin: -5rem 0 0 0;
    padding: 2rem;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.contact_aside .phoneIcon,
.contact_aside .emailIcon,
.contact_aside .facebookIcon {
    text-decoration: none;
    color: #232323;
    font-weight: 700;
    font-size: 1rem;
    word-break: break-all;
    line-height: 1;
}
.phoneIcon,
.emailIcon,
.facebookIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.phoneIcon:before,
.emailIcon:before,
.facebookIcon:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    margin-right: 0.5rem;
    opacity: 0.5;
    color: #232323;
}
.phoneIcon:before {
    content: "\e932";
}
.emailIcon:before {
    content: "\e92c";
}
.facebookIcon:before {
    content: "\ea85";
}
.contact_link_group a {
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}
.contact_link_group a:hover,
.contact_link_group a:focus {
    color: #fb7a03;
}
footer .contact_link_group a {
    text-align: center;
    display: block;
}
.underline {
    position: relative;
    display: inline-block;
}
.underline_svg {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
}
.underline_svg svg {
    width: 100%;
}
.horizontal_figure {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.horizontal_figure .figure_img_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
}

.horizontal_figure figcaption {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    padding: 0 0 0 3rem;
}
.figure_img_wrapper,
.img_wrapper {
    position: relative;
}
.figure_img_wrapper img,
.img_wrapper img {
    border-radius: 10px;
    display: table;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.img_wrapper {
    margin: 0 auto 1rem auto;
}
ul.highlights {
    list-style: none;
    margin: 2rem -0.5rem 0 -0.5rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.highlights li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0.5rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    margin: 0 auto;
    max-width: 18rem;
}
span.isIcon {
    display: block;
    height: 3rem;
    width: 3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto 1rem auto;
}
.speaker {
    background-image: url(../img/speaker_icon.png);
}
.soundwave {
    background-image: url(../img/soundwave_icon.png);
}
.microphone {
    background-image: url(../img/microphone_icon.png);
}
.lighting {
    background-image: url(../img/light_icon.png);
}
.noMargin {
    margin: 0;
}
@media screen and (max-width:767px){
    #banner {
        min-height: 0;
    }
    .banner_intro h2 {
        font-size: calc(2rem + 1vw);
        max-width: 42rem;
    }
    .contact_aside {
        margin: 1rem 0 0 0;
    }
    .highlights li {
        font-size: 0.925rem;
    }
    .horizontal_figure {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .horizontal_figure .figure_img_wrapper,
    .horizontal_figure figcaption {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .horizontal_figure figcaption {
        padding: 1rem 0 0 0;
        -webkit-box-flex: 0;
            -ms-flex: 0;
                flex: 0;
    }
}
@media screen and (max-width:480px){
    .banner_intro h2 {
        font-size: calc(1.45rem + 1vw);
    }
    h3 {
        font-size: 1.5rem;
    }
    footer .copyright {
        text-align: center;
    }
}