html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, hr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
    font-family: "OpenSans";
    src: url("/assets/fonts/OpenSans/OpenSans-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "OpenSans";
    src: url("/assets/fonts/OpenSans/OpenSans-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "OpenSans";
    src: url("/assets/fonts/OpenSans/OpenSans-SemiBold.ttf");
    font-weight: 600
}

@font-face {
    font-family: "OpenSans";
    src: url("/assets/fonts/OpenSans/OpenSans-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "OpenSans";
    src: url("/assets/fonts/OpenSans/OpenSans-Italic.ttf");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "Quicksand";
    src: url("/assets/fonts/Quicksand/Quicksand-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Quicksand";
    src: url("/assets/fonts/Quicksand/Quicksand-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Quicksand";
    src: url("/assets/fonts/Quicksand/Quicksand-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Quicksand";
    src: url("/assets/fonts/Quicksand/Quicksand-Bold.ttf");
    font-weight: 700;
}

@font-face {
	font-family: "icons";
	src: url("/assets/icons/icons.eot");
	src: url("/assets/icons/icons.eot#iefix") format("embedded-opentype"),
		url("/assets/icons/icons.woff2") format("woff2"),
		url("/assets/icons/icons.woff") format("woff"),
		url("/assets/icons/icons.ttf") format("truetype"),
		url("/assets/icons/icons.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before, [class*="icon-"]:before {
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
   
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
   
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
   
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
   
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
   
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
   
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
   
.icon-right-open:before { content: '\e800'; } /* '' */
.icon-down-open:before { content: '\e801'; margin-right: 0; } /* '' */
.icon-play-circled2:before { content: '\e807'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-left:before {
    content: '\f105'; 
    transform: scale(-1, 1)
}

/* Responsive for Mobile */
@media screen and (max-width: 1490px) {
    .nav-click-scroll {
        right: 1% !important;
    }

    .nav-click-scroll > a {
        margin: 20px 0 !important;
    }

    .nav-click-scroll .click-scroll-text {
        display: none !important;
    }

    .nav-click-scroll .click-scroll-circle {
        width: 12px !important;
        height: 12px !important;
    }

    .nav-click-scroll::after {
        right: 5px !important;
    }
}

@media screen and (max-width: 1156px) {

    .body-wrap {
        position: absolute !important;
        top: 50px !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        overflow-y: scroll !important;
        display: block !important;
    }

    .has-sidebar {
        display: block !important;
    }

    .content-wrap,
    .quote-wrap {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .quote-wrap {
        padding: 0 4% !important;
    }

    .banner-image-container::after {
        content: "" !important;
    }

    #desktop-mission-statement,
    #desktop-nav,
    .subnav,
    .progress-bar,
    #desktop-footer
    {
        display: none !important;
    }

    #mobile-mission-statement,
    #mobile-footer {
        display: flex !important;
    }
    .main-article,
    .aside-right {
        width: 100% !important;
    }

    .aside-right {
        margin-left: 0 !important;
    }

    .content-wrap,
    .quote-wrap,
    .main-article p,
    .main-article li,
    .homepage-infographic {
        font-size: 1.2em !important;
    }

    .main-article .dropdown-category-text {
        font-size: 1.6em !important;
    }

    .label-wrapper select,
    .label-wrapper > input[type=text],
    .label-wrapper > input[type=tel],
    .label-wrapper > input[type=email] {
        padding: 10px !important;
    }
    
    #submit-button {
        width: 100% !important;
        padding: 10px !important;
    }

    .quote-item {
        min-height: 320px !important;
    }

    .image-navigation {
        font-size: 1.2em !important;
    }

    #hamburger-nav {
        display: flex !important;
        height: 50px !important;
    }

    header {
        margin: 80px 0 30px 0 !important;
        padding: 0 4% !important;
    }

    .homepage-featured-customers a,
    .homepage-infographic a {
        text-align: center !important;
        width: 100% !important;
    }

}

@media screen and (max-width: 414px) {

    #mobile-mission-statement > h3 {
        font-size: 20px !important;
    }

    .image-navigation {
        flex-direction: column !important;
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
    }

    .image-link {
        width: auto !important;
        margin: 25px 0 !important;
    }

    .image-link-container {
        width: auto !important;
        height: auto !important;
    }

    .image-link-container > img {
        width: 100% !important;
    }

    .infographic-wrapper {
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        max-width: none !important;
        flex-direction: column !important;
    }

    .infographic-item {
        width: 100% !important;
        margin: 35px 0 !important;
    }

    .leader-item {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .quote-item {
        width: 100% !important;
    }

    #hamburger-toggle span {
        width: 25px !important;
        height: 3px !important;
    }

    #hamburger-toggle input {
        margin: -8px 0 0 -12px !important;
    }

    #hamburger-toggle input:checked ~ span:nth-last-child(4) {
        transform: rotate(45deg) translate(1px, 2px) !important;
    }

    #hamburger-toggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, 0) !important;
    }
}

/* Fix for IE 11 flexbox and grid issues */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .homepage-infographic {
        flex-shrink: 0;
    }
    
    .homepage-featured-customers {
        flex-shrink: 0;
    }

    .customer-cell-img {
        margin-right: 15px;
        margin-bottom: 15px;
    }
}

html {
    font-family: "OpenSans", sans-serif, Arial;
}

body {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
}

/* Reset */

ul {
    list-style: none;
}

/* h1, h2, h3 {
    color: #525663;
} */

a {
    text-decoration: none;
    color: initial;
}

#message-bar {
    position: fixed;
    top: 0;
    width: 100vw;
    background-color: #a2d246;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 1000;
    text-align: center;
    padding: 10px 0;
}

.message-bar-delete {
    transform: translateY(-100%);
    transition: 2s;
}

#message-bar-wrapper {
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
}

.message-bar-message {
    display: inline-block;
}

#message-close {
    display: inline-block;
}

#message-close > .message-bar-message {
    font-size: .8em;
}

#message-close-button {
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    color: #ffffff;
    background-color: #3C3F45;
    border: 1px solid #292929;
}

#message-bar-close:hover {
    background-color: #6699CC;
    border-color: #0084D8;
}

.reading-text {
    line-height: 1.75;
}

.reference-text {
    line-height: 1.75;
    text-indent: -3em;
    margin-left: 3em;
}

.center-text {
    text-align: center;
}

.grey-text {
    color: #4E4E4E;	
}

.blue-text {
    color: #0084D8 !important;
}

.title-text {
    font-family: "Quicksand";
    font-size: 33px;
    color: #313131;
    font-weight: 500;
    text-align: center;
}

.subtitle-text {
    font-family: "Quicksand";
    font-weight: 500;
    font-size: 1.2em;
    color: #313131;
}

.line-height-increase {
    line-height: 1.5em;
}

.margin-top-bottom {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-bottom {
    margin-bottom: 50px;
}

.faint-top-line {
    border-top: 1px solid #e0e0e0;
    width: 100%;
}

.margin-bottom-small {
    margin-bottom: 15px;
}

.max-width-800 {
    max-width: 800px;
}

.max-width-1000 {
    max-width: 1000px;
}

.auto-margin {
    margin-left: auto;
    margin-right: auto;
}

.indent {
    margin-left: 30px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.flex-center-all {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rotate-icon-90:before {
    transform: rotate(90deg);
    transition: .2s ease-out;
}

/* Padding */

.pad-sides-percent {
    padding-left: 4%;
    padding-right: 4%;
}

.pad-top-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Navigation Mobile */

#hamburger-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    background-color: #f9f9f9;
    width: 100%;
    height: 75px;
    box-shadow: 0 1px 0 rgba(12,13,14,0.1), 0 1px 6px rgba(59,64,69,0.1);
}

.hamburger-menu-item {
    font-size: 1.4em;
}

.hamburger-item-padding {
    padding: 10px 50px;
}

.hamburger-language-padding {
    padding: 10px 0;
}

.hamburger-menu-item > a {
    color: #4E4E4E;
    transition: color 0.3s ease;
}

.hamburger-menu-item:hover {
    color: #0084D8;
}

#hamburger-toggle {
    display: block;
    position: relative;
    z-index: 1;
    user-select: none;
    margin-left: 30px
}

#hamburger-toggle input {
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    right: -50%;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

#hamburger-toggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #4E4E4E;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
}

#hamburger-toggle span:first-child {
    transform-origin: 0% 0%;
}

#hamburger-toggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
    margin: 0;
}

#hamburger-toggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #0084D8;
}

#hamburger-toggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#hamburger-toggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#hamburger-toggle input:checked ~ .hamburger-menu-wrapper {
    transform: none;
}

.hamburger-menu-wrapper {
    position: fixed;
    overflow-y: scroll;
    width: 300px;
    max-height: 80vh;
    left: 0;
    top: 50px;
    background: #f9f9f9;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    box-shadow: 0 1px 0 rgba(12,13,14,0.1), 0 1px 6px rgba(59,64,69,0.1);
}

#hamburger-menu {
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
}

#hamburger-language-wrapper {
    display: flex;
    justify-content: space-evenly;
}

.hamburger-submenu {
    box-shadow: inset 0px 0px 3px 2px rgba(0,0,0,0.1);
    background-color: #FFFFFF;
}

.hamburger-submenu > li {
    text-align: center;
}

.hamburger-submenu a {
    color: #4E4E4E;
    font-size: 1.2em;
    display: block;
    padding: 10px 0;
}

.mobile-logo {
    margin: 4px 30px 0 0;
}

#mobile-logo-text {
    font-family: "Quicksand";
    font-size: 50px;
    font-weight: 500;
    color: #0084D8;
}

/* Navigation Desktop */

#desktop-nav {
    z-index: 100;
    display: flex;
    width: 100%;
    height: 60px;
    box-shadow: 0 1px 0 rgba(12,13,14,0.1), 0 3px 6px rgba(59,64,69,0.1);
    justify-content: center;
}

.desktop-nav-wrapper {
    padding: 0 40px;
    display:flex;
    width: 1200px;
    justify-content: space-between;
}

.desktop-ul {
    display: flex;
}

.desktop-ul > .desktop-li {
    margin: 0 10px;
    position: relative;
}

.desktop-li > a {
    color: initial;
    display: flex;
    height: 100%;
    align-items: center;
    transition: color 0.2s ease;
    font-weight: 600;
}

/* Navigation Desktop - Underline */

.desktop-li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0084D8;
    width: 100%;
    height: 3px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.desktop-li > a:hover::after {
    opacity: 1;
}

.desktop-li > a:hover {
    color: #0084D8;
}

.language-ul {
    display: flex;
    align-items: center;
    border-left: 1px solid #e0e0e0;
    margin-left: 10px;
    padding-left: 10px;
}

.language-ul > li {
    margin: 0 10px;
}

.language-ul a:hover {
    color: black;
}

.nav-quote {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.nav-quote > a {
    box-shadow: inset 0 0 4px 1px #8b939b;
    border-color: #8b939b;
    padding: 5px 25px;
    border-radius: 20px;
    transition: border-color, color, box-shadow .2s ease
}

.nav-quote > a:hover {
    color: #0084D8;
    border-color: #0084D8;
    box-shadow: inset 0 0 7px 2px #0084D8;
}

/* Dropdown Menu - Desktop Navigation */

.dropdown-menu {
    z-index: 1049;
    padding: 10px;
    display: none;
    flex-direction: column;
    position: absolute;
    background: white;
    top: 60px;
    max-width: 92%;
    box-shadow: 0 6px 8px rgba(100,100,100,0.25);
}

.dropdown-menu-text {
    display: none;
    position: absolute;
    background: white;
    top: 100%;
    box-shadow: 0 6px 8px rgba(100,100,100,0.25);
    padding: 10px;
}

.left-side {
    left: 0;
}

.right-side {
    right: 0;
}

.dropdown-text-column li {
    display: flex;
    padding: 5px 10px;
    width: 220px;
    justify-content: space-between;
    transition: color, background-color .1s;
}

.dropdown-text-column i {
    color: transparent;
}

.dropdown-text-column a:hover li {
    background-color: #0084D8;
}
.dropdown-text-column a:hover i {
    color: white;
}

.dropdown-text-column a:hover {
    color: white;
}

.dropdown-text-column > a li {
    list-style-type: none;
}


.dropdown-row-category {
    display: flex;
    flex-wrap: wrap;
}

.dropdown-item {
    border: 1px solid transparent;
    transition: border-color .1s;
    margin: 10px;
}

.dropdown-item:hover {
    border-color: #0084D8;
}

.dropdown-item p {
    background-color: white;
    padding: 3px 10px;
}

.dropdown-item:hover p {
    background-color: #0084D8;
    color: white;
    transition: .1s;
}

.dropdown-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 200px;
}

.dropdown-image-wrapper > img {
    max-height: 100%;
    max-width: 100%;
    padding: 3px;
}

.dropdown-category-text {
    font-family: "Quicksand";
    font-weight: 400;
    font-size: 23px;
    margin: 0 20px;
    line-height: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.dropdown-category-text:not(:first-child) {
    margin-top: 10px;
}

.test {
    height: 200px;
    width: 200px;
}

#home-logo {
    margin: 0 15px 0 0;
}

header {
    margin: 30px 0 30px 0;
    max-width: 1000px;
    padding: 0 50px;
}

#desktop-banner-image {
    /* margin-top: 20vh; */
}

.banner {
    position: relative;
}

.banner-image-container {
    position: relative;
    max-height: 50vh;
    margin-top: 20vh;
    width: 100%;
    display: block;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    display: block;
}

.banner-image-container::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(14,14,14,0.5);
}

.banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-banner {
    padding: 30px 4%;
    text-align: center;
}

.product-banner-image {
    max-width: 100%;
    max-height: 600px;
}

.supplement {
    display: flex;
}

.supplement-centered {
    display: flex;
    flex-direction: column;
}

.supplement img {
    border-radius: 5px;
    max-width: 200px;
}

.supplement-centered img {
    border-radius: 5px;
    align-self: center;
}


.supplement figcaption {
    align-self: center;
    padding: 0 20px;
    font-size: 15px;
}

.supplement-centered figcaption {
    align-self: center;
    font-size: 15px;
    text-align: center;
}

.thick-blue-line {
    float: right;
    width: 75%;
    height: 5px;
    background-color: #0084D8;
}

.fading-line {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
    width: 100%;
}

#header-text {
    margin: 15px 0 15px 0;
}

h1.banner-title {
    color: #f9f9f9;
    text-align: center;
    font-weight: normal;
}

.body-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: 1;
}

#desktop-mission-statement {
    text-align: center;
    margin: 20px 0 30vh 0;
    max-width: 1000px;
}

#desktop-mission-statement h3 {
    font-weight: 500;
    font-size: 1.22em;
    color: #313131;
}

#mobile-mission-statement {
    display: none;
}

#mobile-mission-statement > h3 {
    font-family: "Quicksand";
    font-size: 20px;
    font-weight: 400;
    color: #f6f6f6;
    width: 80%;
    margin-top: -5px;
}

.image-navigation {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.image-navigation-wrapper {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.image-link {
    margin: 10px 15px;
    width: 280px;
}

.image-link a:hover p, .image-link a:hover h3 {
    text-decoration: underline;
}

.image-link-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 280px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.18);
}

.image-link-container img{
    max-height: 100%;
    max-width: 100%;
}

.image-link-text {
    margin: 10px 0 0 0;
}

.homepage-infographic {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}

.infographic-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1140px;
}

.infographic-item {
    width: 350px;
    margin: 35px 15px;
    text-align: center;
}

.infographic-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage-featured-customers {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}

.customer-cell-img {
    max-width: 200px;
    max-height: 100px;
}

.featured-customers-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 200px);
    grid-auto-rows: 100px;
    justify-content: center;
    place-items: center;
    grid-gap: 20px;
    width: 100%;
    max-width: 860px;
    margin: 50px 0;
}

.content-wrap {
    max-width: 1200px;
    width: 100%;
    padding: 30px 4%;
}

.has-sidebar {
    display: flex;
    justify-content: center;
}

.main-article {
    width: 70%;
}

.aside-right {
    width: 26%;
    margin-left: 4%;
    margin-bottom: 30px;
}

.subnav {
    width: 26%;
    margin-right: 4%;
    margin-bottom: 30px;
}

.subnav .subnav-sticky {
    position: sticky;
    top: 20px;
    padding: 20px;
    background: #f7f7f7;
}

.subnav .subnav-ul {
    margin-bottom: 18px;
}

.subnav-li {
    margin: 7px 0 7px 16px;
}

.subnav-li a {
    color: #212121;
    font-family: "Opensans";
}

.subnav-li a:hover {
    color: #0084D8;
}

.subnav-title {
    font-family: "Quicksand";
    font-weight: 400;
    font-size: 23px;
    color: #212121;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 12px;
}

.subnav-button-wrapper {
    padding-top: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.article-title {
    font-family: "Quicksand";
    font-size: 2em;
    color: #525663;
    text-align: center;
    font-weight: 400;
}

.article-subtitle {
    font-family: "OpenSans";
    font-size: 1.5em;
    color: #525663;
    font-weight: 500;

}

.news-title {
    font-family: "Quicksand";
    font-size: 2em;
    color: #525663;
    font-weight: 400;
}

.child-section {
    margin: 0 0 35px 35px;
    padding-left: 15px;
    border-left: 1px solid #e0e0e0;
}

.article-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.article-subsection {
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-subsection ul {
    margin-bottom: 15px;
}

.article-subsection ul > li {
    list-style-type: disc;
    list-style-position: inside;
}

.article-subsection a {
    color: "#1a4d9c";
}

.shorter-width {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.article-list {
    list-style-type: circle;
    padding-left: 25px;
}

.article-list > li {
    line-height: 2em;
}

.numbered-list {
    list-style-type: decimal !important;
}

.numbered-list > li {
    margin-bottom: 15px;
}

/* Process Technology */

.table-mobile-scroll {
    display: block;
    overflow-x: auto;
}

.process-table tr > th:first-child,
.process-table tr > td:first-child
 {
    width: 25%;
}

.process-table tr > th:nth-child(2),
.process-table tr > td:nth-child(2)
 {
    width: 37.5%;
}

.process-table-header > th {
    background-color: #6699CC;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    padding: 15px 15px;
    font-weight: 300;
    font-size: 1.35em;
}

.process-table-row > td {
    background-color: #EAEAEA;
    vertical-align: middle;
    padding: 15px 15px;
}

/* Aside - Process Technology */

.for-my-next-trick {
    transform: translateY(-200%) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: transform 1s,
                visibility 1s,
                opacity .7s !important;
}

.nav-click-scroll {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: 1s ease-out;
}

.nav-click-scroll::after {
    content: "";
    height: 100%;
    border: 1px solid #ececec;
    width: 0;
    position: absolute;
    right: 4px;
    top: 0;
    z-index: 0;
}

.nav-click-scroll > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.click-scroll-text {
    width: 200px;
}

.nav-click-scroll .click-scroll-text {
    text-align: center;
    color: #b3b3b3;
}

.nav-click-scroll > a:hover .click-scroll-text {
    color: black;
}

.nav-click-scroll > a:hover .click-scroll-circle {
    background-color: #3C3F45;
}

.nav-click-scroll > .active .click-scroll-circle {
    background-color: #0084D8;
}

.nav-click-scroll > .active .click-scroll-text {
    color: #0084D8;
}

.nav-click-scroll .click-scroll-circle {
    display: inline-block;
}

.click-scroll-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #aeaeaf;
    justify-self: end;
    z-index: 2;
}

/* About Tystar */

.leader-item {
    display: flex;
}

.leader-image-wrap {
    margin-right: 4%;
}

.leader-image-wrap > img {
    border-radius: 50%;
}

/* Why Tystar */

.ceo-message {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.ceo-message > blockquote {
    font-family:  "Quicksand";
    font-size: 1.3em;
}

.ceo-message > cite {
    font-size: 1.2em;
    line-height: 2.5em;
}

/* .ceo-message > blockquote::before {
    content: open-quote;
    font-size: 4em;
    color: #888888;
    line-height: 0.1em;
    vertical-align: -0.4em;
} */

.desktop-sidebar {
    margin: 13px 0 0 18px;
}

.desktop-sidebar-li > a {
    line-height: 30px;
}

.desktop-sidebar-li:hover a {
    color: #5a96f0;
    transition: .2s;
}

.sticky {
    position: fixed !important;
    margin: 0 !important;
    top: 50px;
}

.process {
    margin-bottom: 50px;
}

.sub-process {
    margin: 0 0 35px 35px;
    padding-left: 15px;
    border-left: 1px solid #e0e0e0;
}

.sidebar {
    flex: auto;
    margin: 2% 0 0 3%;
}

.sidebar-inner {
    margin-bottom: 30px;
}

.center-text {
    text-align: center;
}

.title-h1 {
    font-weight: 300;
    font-size: 45px;
}

.title-h2 {
    font-weight: 300;
    font-size: 35px;
}

.title-h3 {
    font-weight: 300;
    font-size: 30px;
}

.title-h4 {
    font-weight: 400;
    font-size: 20px;
    color: #424242;
}

.dark-border-bottom {
    border-bottom: 1px solid #b1b1b1;
}

.furnace-list {
    list-style: circle outside;
    margin-left: 30px;
}

.furnace-list > li {
    display: list-item;
    list-style-type: circle;
    margin-bottom: .5rem;
}

.furnace-list > li:last-child {
    margin: 0;
}

/* Quotes */

.quotes-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.quote-item {
    position: relative;
    width: 300px;
    margin: 15px;
    padding: 20px 20px 40px 20px;
    border: 1px solid #0084D8;
    min-height: 280px;
}

.quote-button-wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.quote-button {
    background-color: #0084D8;
    padding: 5px 20px;
    border-radius: 32px;
    color: #ffffff;
    /* position: absolute; */
    bottom: 30px;
}

.quote-button:hover {
    background-color: #215ca0;
}

.quote-wrap {
    max-width: 800px;
    width: 100%;
}

.quote-page {
    max-width: 400px;
}

.block-label {
    display: block;
}

.label-wrapper {
    margin: 30px 0;
}

.label-subwrapper {
    margin: 0 0 12px 0;
}

.label-wrapper select,
.label-wrapper > textarea,
.label-wrapper > input[type=text],
.label-wrapper > input[type=tel],
.label-wrapper > input[type=email] {
    display: block;
    width: 100%;
    padding: 5px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    border: 1px solid #A9A9A9;
    border-radius: 3px;
}
/* 
.label-wrapper > textarea {
    border: 1px solid #A9A9A9;
} */

.label-wrapper select:hover,
.label-wrapper textarea:hover,
.label-wrapper > fieldset:hover,
.label-wrapper > input[type=text]:hover,
.label-wrapper > input[type=tel]:hover,
.label-wrapper > input[type=email]:hover {
    border-color: #7F7F7F;
}

.label-wrapper textarea {
    width: 100%;
    border-radius: 3px;
}

.label-wrapper > fieldset {
    margin: 0;
    border: 1px solid #A9A9A9;
    border-radius: 3px;
}

.label-wrapper > label {
    display: block;
}

.label-wrapper > label,
.label-wrapper legend {
    font-size: 1.1em;
    line-height: 1.7em;
}

.label-wrapper > fieldset > legend {
    padding: 0 5px;
    background-color: #FFFFFF;
}

.radio-wrapper {
    margin: 5px 10px;
}

.list-wrapper {
    border-radius: 3px;
}

.sublabel {
    font-size: 0.8em;
}

.progress-bar {
    display: flex;
    width: 100%;
    height: 60px;
    box-shadow: 0 1px 0 rgba(12,13,14,0.1), 0 3px 6px rgba(59,64,69,0.1);
    justify-content: center;
}

.progress-bar-title {
    margin-left: 35px;
}

.progress-ul {
    display: flex;
}

.progress-li {
    margin: 0 15px;
    position: relative;
}

.progress-li > a {
    height: 100%;
    display: flex;
    align-items: center;
}

.progress-bar-title > h1 {
    font-size: 1.5em;
    color: #525663;
    text-align: center;
}

#progress-underline {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0084D8;
    width: 100%;
    height: 3px;
}

.page-flip {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.quote-button {
    margin: 0px 10px;
}

#next-button {
    padding: 5px 10px 5px 20px;
}

#previous-button {
    padding: 5px 20px 5px 10px;
    display: none;
}

#submit-button {
    padding: 4px 70px;
}

/* Thank You Page */

.underline-link {
    color: #0084D8;
}

.underline-link:hover {
    text-decoration: underline;
}

#desktop-footer {
    display: flex;
    justify-content: center;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.02);
    padding: 60px 0;
}

.footer-category {
    margin: 0 25px;
    width: 185px;
}

.footer-header {
    font-family: "Quicksand";
    font-weight: 400;
    font-size: 23px;
    color: #212121;
}

.footer-ul {
    margin: 15px 0;
}

.footer-ul > li {
    margin: 7px 0;
}

#mobile-footer {
    display: none;
    justify-content: center;
    align-items: center; 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
    height: 600px;
}

.contact-address {
    font-style: normal;
}

.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-wrapper > .contact-address {
    width: 220px;
    margin: 20px 0;    
}

.news-article:first-child {
    margin-bottom: 40px;
    margin-top: 0;
}

.news-article {
    margin-top: 40px;
    margin-bottom: 40px;
}

.news-article p {
    margin-bottom: 15px;
}

.news-article a {
    color: #0084D8;
}

.news-article b,
.news-article strong {
    color: #292929;
    font-weight: 600;
}

.news-article a:hover {
    text-decoration: underline;
}

.news-img-container {
    display: flex;
    gap: 10px;
}

.news-img-container img {
    object-fit: cover;
    height: 200px;
    width: 200px;
    margin: auto;
}