@import '/wp-content/themes/Chemours/assets/css/lucy.css';
@import '/wp-content/themes/Chemours/assets/css/eliezer.css';

/*
 Theme Name:   Chemours
 Theme URI:    https://www.majoritystrategies.com
 Description:  Custom theme built for Chemours Neighbors.
 Author:       Garrett Johnson, Eliezer David, and Lucy Swett
 Author URI:   https://www.johnsongarrett.com
 Template:     twentynineteen
 Version:      1.7
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  chemours
*/


/* ========= CHEMOURS FONTS ========= */
@font-face {
    font-family: 'ChemoursBold';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-Bold.otf') format('opentype'),
        url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'ChemoursBoldItalic';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-BoldItalic.otf') format('opentype'),
        url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'ChemoursBook';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-Book.otf') format('opentype'),
        url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'ChemoursBookItalic';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-BookItalic.otf') format('opentype'),
        url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-BookItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'ChemoursHeavy';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-Heavy.otf') format('opentype'),
        url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-Heavy.ttf') format('truetype');
}

@font-face {
    font-family: 'ChemoursHeavyItalic';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-HeavyItalic.otf') format('opentype'),
        url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-HeavyItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'ChemoursLight';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-Light.otf') format('opentype'),
        url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'ChemoursLightItalic';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-LightItalic.otf') format('opentype'),
        url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'ChemoursMedium';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-Medium.otf') format('opentype'),
        url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'ChemoursMediumItalic';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-MediumItalic.otf') format('opentype'),
        url('/wp-content/themes/Chemours/assets/fonts/ChemoursSans-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'ChemoursCond-Bold';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSansCond-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'ChemoursCond-BoldItalic';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSansCond-BoldItalic.otf') format('opentype');
}

@font-face {
    font-family: 'ChemoursCond-Book';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSansCond-Book.otf') format('opentype');
}

@font-face {
    font-family: 'ChemoursCond-BookItalic';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSansCond-BookItalic.otf') format('opentype');
}

@font-face {
    font-family: 'ChemoursCond-Heavy';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSansCond-Heavy.otf') format('opentype');
}

@font-face {
    font-family: 'ChemoursCond-HeavyItalic';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSansCond-HeavyItalic.otf') format('opentype');
}

@font-face {
    font-family: 'ChemoursCond-Light';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSansCond-Light.otf') format('opentype');
}

@font-face {
    font-family: 'ChemoursCond-LightItalic';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSansCond-LightItalic.otf') format('opentype');
}

@font-face {
    font-family: 'ChemoursCond-Medium';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSansCond-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'ChemoursCond-MediumItalic';
    src: url('/wp-content/themes/Chemours/assets/fonts/ChemoursSansCond-MediumItalic.otf') format('opentype');
}

sans-serif

/* ========= COLOR REFERENCES ========= */
:root {
    --red: #e53e30;
    /* Primary */
    --orange: #f28b00;
    /* Secondary */
    --pink: #c41d4a;
    /* Tertiary */
    --tan: #fbc88e;
    /* Quaternary */
    --darkGray: #4e4e4e;
    --offWhite: #F4F4F4;
    --white: #fff;
    --black: #000;
}

/* ==================================== */


/* ======== TABLE OF CONTENTS =========
	1. General Styles
    2. Navigation & Footer Styles
        - 2a. Nav
        - 2b. Footer
	3. Main Styles
        - 3a. hero
        - 3b. Responsive Videos & YouTube
        - 3c. YouTube Playlist
        - 3d. Video Background
        - 3e. Forms
        - 3f. Social Icons
    4. Landing Page Styles
/* ==================================== */


/* ------------------------------ 
    1. General Styles
------------------------------ */
@-ms-viewport {
    width: device-width;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "ChemoursBook", sans-serif;
    font-weight: normal;
    font-size: 16px;
    /* Adjust this on mobile to globally change tags) */
    letter-spacing: 0.01em;
    line-height: 22px;
    background: #F4F4F4;
}

h1:not(.site-title):before,
h2:before {
    display: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p,
a,
button,
input,
.btn,
a.btn {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

.new-h1-hp-hero {
    font-family: 'ChemoursMedium';
    font-size: 56px;
    line-height: 70px;
    text-align: left;
    color: #e53e30;

}

.new-form-title-hero {
    font-family: 'ChemoursBook' !important;
    font-weight: normal;
    font-size: 35px !important;
    line-height: 40px !important;
    text-align: left;
    color: #f28b00 !important;
    margin: .5em 0 1em 1.5em !important;
}

h1,
.h1 {
    font-family: 'ChemoursLight', sans-serif;
    font-weight: 300;
    font-size: 3.500em;
    /* 56px */
    line-height: 70px;
    color: #4e4e4e;
}

h2,
.h2 {
    font-family: "ChemoursBold", sans-serif;
    font-weight: bold;
    font-size: 2.188em;
    /* 35px */
    line-height: 40px;
    color: var(--orange);
}

h3,
.h3 {
    font-family: "ChemoursBold", sans-serif;
    font-weight: bold;
    font-size: 1.250em;
    /* 20px */
    line-height: 30px;
    color: #4e4e4e;
}

p,
.p {
    font-family: "ChemoursBook", sans-serif;
    font-weight: normal;
    font-size: 0.938em;
    /* 15px */
    letter-spacing: 0.01em;
    line-height: 22px;
    color: #4e4e4e;
}

a {
    color: unset;
    transition: all .33s ease-in-out;
}

a:visited,
a:focus {
    color: unset;
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.btn {
    font-family: "ChemoursBold", sans-serif;
    font-weight: 700;
    font-size: 0.938em;
    /* 15px */
    letter-spacing: 0.01em;
    line-height: 35px;
    border-radius: 20px;
    width: 190px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
}

.btn-orange {
    background: var(--orange);
    color: var(--white) !important;
    transition: none;
    /* transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out; */
}

.btn-orange:hover,
.btn-orange:focus {
    background: rgb(229, 62, 48);
    background: -moz-linear-gradient(90deg, rgba(229, 62, 48, 1) 0%, rgba(242, 139, 0, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(229, 62, 48, 1) 0%, rgba(242, 139, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(229, 62, 48, 1) 0%, rgba(242, 139, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e53e30", endColorstr="#f28b00", GradientType=1);
    color: var(--white) !important;
}

.btn-orange:active {
    background: var(--red);
    color: var(--white) !important;
}

ul {
    padding-left: 20px;
}

blockquote {
    background: #f5f5f5;
    padding: 20px 30px;
    font-family: "ChemoursBold", sans-serif;
    overflow: visible;
    margin: 30px 0;
}

blockquote p {
    margin-bottom: 0;
    position: relative;
    font-style: normal;
    line-height: 22px;
    font-size: 1.375em;
}

blockquote p:before {
    content: "\201C";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #215aa8;
    font-size: 125px;
    position: absolute;
    top: 1px;
    left: -42px;
}

b,
strong {
    font-weight: 700;
}

.chemours-bold {
    font-family: "ChemoursBold", sans-serif !important;
}

.chemours-book {
    font-family: "ChemoursBook", sans-serif !important;
}

.chemours-light-italic {
    font-family: 'ChemoursLightItalic', sans-serif !important;
}

.chemours-light {
    font-family: 'ChemoursLight', sans-serif !important;
}

.chemours-medium {
    font-family: 'ChemoursMedium', sans-serif !important;
}

#masthead #logo_full_color,
#masthead .brand-logo img {
    max-width: 224.84px;
    width: 100%;
}

.logo {
    max-width: 191.89px;
}

.bg-hero-img {
    width: 844px;
    position: absolute;
    top: 0;
}

.letter-space-3 {
    letter-spacing: 0.03em;
}

.white {
    color: var(--white) !important;
}

.darkGray {
    color: #4e4e4e !important;
}

.red {
    color: var(--red) !important;
}

.orange {
    color: var(--orange) !important;
}

.pink {
    color: var(--pink) !important;
}

.tan {
    color: #fbc88e !important;
}

.black {
    color: var(--black) !important;
}

.offWhite {
    color: #F4F4F4 !important;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: none;
}

.f-300 {
    font-weight: 300;
    /* Light */
}

.f-400 {
    font-weight: 400;
    /* Regular */
}

.f-500 {
    font-weight: 500;
    /* Medium */
}

.f-600 {
    font-weight: 600;
    /* Semi-Bold */
}

.f-700 {
    font-weight: 700 !important;
    /* Bold */
}

.f-800 {
    font-weight: 800;
    /* Extra-Bold */
}

.italic {
    font-style: italic;
}

.normal {
    font-style: normal;
}

.bold {
    font-size: 20px;
}

.f-size-20 {
    font-size: 20px;
}

/* section {
    position: relative;
} */

img {
    width: 100%;
}

.bg-red {
    background: var(--red);
}

.bg-orange {
    background: var(--orange);
}

.bg-pink {
    background: var(--pink);
}

.bg-tan {
    background: #fbc88e;
}

.bg-white {
    background: var(--white);
}

.bg-darkGray {
    background: #4e4e4e;
}

.bg-offWhite {
    background: #F4F4F4;
}

.bg-transparent {
    background: transparent;
}

/* ------------------------------ 
    2. Navigation & Footer Styles
------------------------------ */
/*  - 2a. Nav  */
/***  Desktop Navigation  ***/
.nav-bar {
    min-height: 80px;
}

.desktop-navigation {
    color: #3B3B3A;
}

.desktop-navigation .social-links {
    padding-top: 1.5rem !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.main-menu-item a,
.desktop-navigation .main-menu-item span {
    font-family: "ChemoursBook", sans-serif;
    font-weight: normal;
    font-size: 0.938em;
    /* 15px */
    letter-spacing: 0.01em;
    line-height: 22px;
    color: #4e4e4e;
    transition: all .5s ease-in-out;
    padding: 0 30px;
    transition: all .5s ease-in-out;
}

.main-menu-item:first-of-type a,
.main-menu-item:first-of-type span {
    padding-left: 0;
}

.main-menu-item:last-of-type a,
.main-menu-item:last-of-type span {
    padding-right: 0;
}

/* Sub-Menu */
ul.nav li {
    position: relative;
}

ul.nav ul {
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 0;
    /* right: calc(50% - 130px); */
    top: 100%;
    width: 135px;
    list-style: none;
    transition: all .33s ease-in-out;
    z-index: 99;
    margin-top: 26px;
    /* border-bottom: 3px solid; */
}

ul.nav ul:before {
    content: "";
    height: 26px;
    position: absolute;
    top: -26px;
    right: 0;
    width: 100%;
}

ul.nav ul:after {
    content: "";
    height: 20px;
    position: absolute;
    top: -20px;
    left: 43%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #215aa8;
    width: 20px;
}



ul.nav ul ul {
    top: 0;
    left: 100%;
}

ul.nav li:hover>ul {
    /* display: block; */
    visibility: visible;
    opacity: 1;
}

ul.nav ul li {
    min-width: 260px;
}

.desktop-navigation .sub-menu-item {
    padding: 0 20px;
}

.desktop-navigation .sub-menu:after {
    border-bottom-color: #fff !important;
}

.desktop-navigation .sub-menu-item .border-bottom {
    padding: 10px 2px;
}

.desktop-navigation .sub-menu-item a:hover {
    /* color: #fff; */
}

.desktop-navigation .sub-menu-item a {
    display: block;
    transition: none;
}

.desktop-navigation .sub-menu-item:last-of-type .border-bottom {
    border: 0 !important;
}

.sub-menu-item a {
    color: #3B3B3A;
    font-size: .875em;
    line-height: 1em;
    font-weight: 300;
    padding: 0;
}

/* Sub-Menu With Children */
ul.nav ul li.has-sub:after {
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
}

/* Nav Extras */
.desktop-navigation .btn {
    font-size: 1em;
}

.customer-portal {
    font-size: .875em;
}

/*** Mobile Navigation ***/
.navbar {
    padding: 0;
    position: unset;
}

#mobile-navigation {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    /* overflow-y: scroll; */
    height: calc(100vh - 70px);
    z-index: 2;
}

.mobile-nav .navbar-toggler {
    line-height: normal;
    width: auto;
    background: none;
}

.mobile-nav-btn {
    padding: 20px;
    font-weight: 100;
    background: transparent !important;
}

.mobile-nav ul {
    list-style-type: none;
    padding: 30px 20px 10px 20px;
}

.mobile-nav li {
    border-top: 1px solid rgba(255, 255, 255, 0.175) !important;
    border-bottom: 0;
    border-right: 0 !important;
    padding: 10px 15px;
    color: #fff;
}

.mobile-nav li:nth-child(1),
.page-id-635 .mobile-nav li:nth-child(1),
.page-id-637 .mobile-nav li:nth-child(1) {
    border-top: 0 !important;
}

li.sub-menu-item:first-of-type a {
    padding-top: 0;
}

.mobile-nav .menu-item-has-children:first-of-type {
    border: 0 !important;
}

.mobile-nav li a:after {
    display: none;
}

.mobile-nav ul li a {
    color: #fff;
    display: inline-block;
    z-index: 1;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.mobile-nav ul li a {
    color: #fff;
}

.page-id-635 .mobile-nav li,
.page-id-637 .mobile-nav li {
    border-top: 1px solid rgba(229, 62, 48, 0.175) !important;
}

.page-id-635 .mobile-nav ul li a,
.page-id-635 .mobile-nav li,
.page-id-637 .mobile-nav ul li a,
.page-id-637 .mobile-nav li {
    color: #e53e30 !important;
}

.mobile-nav ul li a:hover,
.mobile-nav ul li a:visited {
    padding-left: 7px;
}

.mobile-nav ul ul {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px 0;
}

.mobile-nav ul ul li {
    line-height: 1;
    border: 0;
}

.mobile-nav ul ul a {
    font-size: .85em;
    padding: 10px 0;
}

.mobile-nav ul ul ul a {
    padding-left: 80px !important;
}

.mobile-nav .sub-menu-item:first-of-type {
    border: 0 !important;
}

.mobile-nav .sub-menu-item a {
    font-weight: 400 !important;
}

.dropdown-caret svg {
    color: #fff;
    margin-left: 10px;
}

.dropdown-caret {
    padding-right: 20px;
    position: absolute;
    right: 0;
    display: inline-block;
    width: 100%;
    text-align: right;
    z-index: 999;
}

/*  - 2b. Footer  */
footer a:hover {
    text-decoration: none;
}

/* Footer Logo */
.footer-logo-wrap {
    max-width: 387.02px;
}

.footer-logo-wrap svg {
    width: 100%;
}

/* Footer Nav */
.footer-nav,
.footer-nav ul {
    padding-left: 0;
}

footer .main-menu-item:after {
    display: none;
}

footer .main-menu-item a {
    transition: all .5s ease-in-out;
}

footer .sub-menu-item a {
    text-transform: none;
    font-weight: 300;
    line-height: normal;
    padding: 5px 0;
    transition: all .5s ease-in-out;
}

.footer-nav a {
    font-weight: 900;
}

.footer-nav .sub-menu-item a {
    color: unset;
}

.footer-nav .sub-menu-item {
    font-weight: 300;
    line-height: 1.5em;
}

.nav-group-wrap {
    margin-bottom: 1em;
}

/* .nav-group-wrap:last-of-type {
    margin-bottom: 0;
} */

.footer .managed {
    color: #002B5C !important;
}

.footer .managed img {
    max-width: 80px;
}

/* Copyright */
.copyright {
    font-size: .75em;
    opacity: .75;
}

.copyright a {
    font-weight: 400;
}




/* ------------------------------ 
    3. Main Styles
------------------------------ */
/*  - 3a. Hero */

/*  - 3b. Responsive Videos & YouTube */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow:
        hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    box-shadow: 0px 17px 5px -10px rgba(0, 0, 0, 0.5);
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*  - 3c. YouTube Playlist */
#ypt_wrapper {
    width: 100%;
    background: #131313;
    color: #fff;
    overflow: hidden;
    max-width: 100%;
}

#ypt_thumbs div {
    list-style: none;
    margin: 0;
    position: relative;
    font-size: 0;
}

#ypt_thumbs div::after {
    content: "\25b6";
    display: block;
    width: 100px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    font-size: 30px;
    text-align: center;
    color: #215aa8;
    height: 70px;
    border-radius: 20%;
    line-height: 70px;
    margin-left: calc(50% - 50px);
    bottom: calc(50% - 35px);
    pointer-events: none;
}

#ypt_thumbs div.ypt-now-playing::after {
    display: none;
}

#ypt_thumbs div img {
    width: 100%;
}

#ypt_thumbs div p {
    font-family: arial;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 5%;
    margin: 0;
}

#ypt_thumbs div:hover p {
    display: block;
    cursor: pointer;
}

#ypt_thumbs .ypt-now-playing p {
    display: block;
}

#ypt_thumbs .ypt-now-playing span::after {
    content: "\25b6  Now playing";
    /* A traingle pointing right */
    margin-top: -1em;
    display: block;
    width: 100%;
    padding: 5%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 10px;
}

#ypt_wrapper .video {
    position: relative;
    width: 100%;
    padding-bottom: 48.4%;
    float: left;
}

#ypt_wrapper .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}

/*  - 3d. Video Background */
#video-bg {
    position: absolute;
    /* width: auto; */
    width: 100;
    /* height: auto; */
    height: 100%;
    min-width: 100%;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
}

video {
    display: block;
}

.video {
    position: relative;
    overflow: hidden;
}

.video-container {
    width: 100%;
    max-height: 700px;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: -100;
}

.video-bg-content {
    padding-top: 10vw;
    padding-bottom: 10vw;
}

/*  - 3e. Forms */
input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4e4e4e;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #4e4e4e;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #4e4e4e;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #4e4e4e;
}

input#gform_submit_button_2 {
    transition: none !important;
}

input#gform_submit_button_2:hover {
    background: #f28b00 !important;
    background: rgb(229, 62, 48) !important;
    background: -moz-linear-gradient(90deg, rgba(229, 62, 48, 1) 0%, rgba(242, 139, 0, 1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(229, 62, 48, 1) 0%, rgba(242, 139, 0, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(229, 62, 48, 1) 0%, rgba(242, 139, 0, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e53e30", endColorstr="#f28b00", GradientType=1) !important;
    color: #fff !important;
}

/*  - 3f. Social Icons */
.social-full-color {
    background: rgb(229, 62, 48);
    background: -moz-linear-gradient(180deg, rgba(229, 62, 48, 1) 0%, rgba(242, 139, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(229, 62, 48, 1) 0%, rgba(242, 139, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(229, 62, 48, 1) 0%, rgba(242, 139, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e53e30", endColorstr="#f28b00", GradientType=1);
    height: 30px;
    width: 30px;
    padding: 5px;
    border-radius: 50px;
    transition: all .33s ease-in-out;
}

.social-full-color:hover {
    background: rgb(229, 62, 48);
    background: -moz-linear-gradient(180deg, rgba(229, 62, 48, 1) 0%, rgba(229, 62, 48, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(229, 62, 48, 1) 0%, rgba(229, 62, 48, 1) 100%);
    background: linear-gradient(180deg, rgba(229, 62, 48, 1) 0%, rgba(229, 62, 48, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e53e30", endColorstr="#e53e30", GradientType=1);
}

.social-full-color svg {
    color: #fff;
}

.social-white {
    background: #fff;
    height: 30px;
    width: 30px;
    padding: 5px;
    border-radius: 50px;
    transition: all .33s ease-in-out;
}

.page-id-635 .social-white svg {
    color: #E53E30;
}

.page-id-866 .social-white svg {
    color: #f28b00;
}

.page-id-866 .social-white svg {
    color: #E53E30;
}

.page-id-866 .social-white:hover svg {
    color: #fff;
}

.page-id-866 .social-white:hover {
    background: #f28b00;
}


.page-id-637 .social-white svg {
    color: #f28b00;
}

.page-id-637 .social-white svg {
    color: #E53E30;
}

.page-id-637 .social-white:hover svg {
    color: #fff;
}

.page-id-637 .social-white:hover {
    background: #f28b00;
}

.page-id-849 .social-white {
    background: #fff;
}

.page-id-849 .social-white svg {
    color: #fff;
}

.page-id-7 .social-white svg,
.page-id-638 .social-white svg {
    color: #E53E30;
}

.page-id-7 .social-white:hover svg,
.page-id-635 .social-white:hover svg,
.page-id-638 .social-white:hover svg {
    color: #fff;
}

.page-id-7 .social-white:hover,
.page-id-635 .social-white:hover,
.page-id-638 .social-white:hover {
    background: #f28b00;
}

.page

/* ------------------------------ 
    1. Landing Page Styles
------------------------------ */
.page-id-3 header#masthead,
.page-id-3 footer#colophon,
.page-id-597 header#masthead,
.page-id-597 footer#colophon {
    display: none !important;
}

.page-id-3 .lp-hero {
    height: 100%;
    width: 100%;
}

#landing-page h1 {
    font-family: "ChemoursLight", sans-serif;
    font-size: 3.500em;
    /* 56px */
    line-height: 70px;
    color: #4e4e4e;
}

#landing-page h2 {
    font-family: "ChemoursBold", sans-serif;
    font-size: 2.188em;
    /* 35px */
    line-height: 40px;
    color: var(--orange);
}

#landing-page p {
    font-family: "ChemoursBook";
    font-size: 1.250em;
    /* 20px */
    letter-spacing: 0.01em;
    line-height: 22px;
    color: #4e4e4e;
}

#landing-page .lp-footer p {
    font-family: "ChemoursBook";
    font-size: 0.938em;
    /* 15px */
    letter-spacing: 0.01em;
    line-height: 22px;
    color: #4e4e4e;
}

#landing-page a:hover,
#landing-page a:focus {
    color: var(--red);
}

#landing-page .lp-form h2 {
    font-family: "ChemoursBold", sans-serif;
    font-size: 1.250em;
    /* 20px */
    line-height: 30px;
    color: var(--red);
}

.lp-hero {
    height: 100vh;
    width: 100%;
}

.lp-social img {
    width: auto !important;
}

.top-header img.lp-logo {
    max-width: 183.84px;
    width: 100%;
}

.lp-footer img.lp-logo {
    max-width: 260.84px;
    width: 100%;
}

#landing-page {
    background: #F4F4F4 !important;
}

#landing-page .lp-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input {
    border: none;
    background-color: #fff !important;
    border-radius: 15px;
    padding: .5em 1em;
}

#landing-page ::-webkit-input-placeholder {
    /* Edge */
    color: #4E4E4E;
}

#landing-page :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #4E4E4E;
}

#landing-page ::placeholder {
    color: #4E4E4E;
}

input#gform_submit_button_1 {
    padding: .8em 2.5em;
    border-radius: 20px;
    background: #f28b00;
}

@media (min-width: 768px) {
    #landing-page .lp-form {
        position: relative;
        left: 6em;
        max-width: 450px;
        width: 100%;
    }

    #landing-page .lp-hero-content p {
        max-width: 370px;
        width: 100%;
    }
}

@media (max-width: 767px) {

    #landing-page .lp-hero,
    #landing-page .lp-footer {
        text-align: center !important;
    }
}