@import url("https://use.typekit.net/nzf1vvd.css");
@import url("https://use.typekit.net/igd2sjv.css");
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600&display=swap');

:root {
    --redbreast: #F15936;
    --peacock: #0AA8E3;
    --treetop: #7BA701;
    --glacier: #71C1BE;
    --midflight: #006195;
    --coneflower: #9064AA;
    --rockdove: #4C4C4C;
    --feathergray: #E3DCD2;
    --eggshell: #CAD4D1;
}

.climatecta * {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

.climatecta a {
    color: inherit;
    display: inline-block;
    padding: 15px;
    font-weight: 400;
}

.climatecta a:hover {
    color: #fff;
}

li .fas {
    transition: .2s;
}

#myVideo {
    position: absolute;
    height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
    z-index: 0;
    overflow: hidden;
}

.climatecta .legal {
    opacity: 1;
    /*padding-top: 10px;*/
    font-size: 13px;
    transition: .2s;
    padding-top: 0;
}
.climatecta .legal a {
  text-decoration: underline;
}
.legalshow {
    opacity: 1;
}

body {
    color: white;
}

h1, .slug, .hed {
    z-index: 2;
}

.topfade {
    height: 200px;
    background: linear-gradient(black, transparent);
    width: 100%;
    position: absolute;
    z-index: 101;
    opacity: .4;
}
.climatecta #ask {
  margin-top: 10px;
  margin-bottom: 10px;
}
#remind {
    /*margin-top: 10px;*/
    color: black;
    background-color: var(--feathergray);
    padding: 9px;
    border-radius: 3px;
    font-size: 16px;
    border: none;
}

.reminded {
    background-color: transparent!important;
    color: gainsboro!important;
    pointer-events: none;
    transition: .5s;
}

#remind:hover {
    background-color: #c9c7c7;
    cursor: pointer;
}

.climatecta form {
    display: inline;
    font-size: 18px;
    position: relative;
}
.climatecta .at .at-inner .at-fieldset.ContactInformation {
    min-width: auto;
    width: auto;
    margin: 0 auto;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.climatecta .at .at-inner .at-fieldset.ContactInformation.with-hidden-field {
    width: 1px;
}
.climatecta .at .at-inner .EmailAddress input[type="email"]::-webkit-input-placeholder {
  color: #FFF;
}
.climatecta .at .at-inner .EmailAddress input[type="email"]::-moz-placeholder {
  color: #FFF;
}
.climatecta .at .at-inner .EmailAddress input[type="email"]:-ms-input-placeholder {
  color: #FFF;
}
.climatecta .at .at-inner .EmailAddress input[type="email"]::-ms-input-placeholder {
  color: #FFF;
}
.climatecta .at .at-inner .EmailAddress input[type="email"]::placeholder {
  color: #FFF;
}
.climatecta .at input[type="email"],
.climatecta .at input[type="email"]:focus,
.climatecta .at .error input[type="email"],
.climatecta .at .error input[type="email"]:focus {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    display: inline-block;
}
.climatecta .at .at-inner .at-form-submit {
    padding: 3px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;

}

.climatecta .at .at-inner input[type="email"] {
    font-family: "Source Sans Pro";
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    font-size: 18px;
    outline: none;
    border-radius: 0;
    transition: .5s;
    opacity: 1;
    margin-right: 10px;
}

.showreminder {
    width: 200px!important;
    display: inline!important;
    opacity: 1!important;
}

.climatecta input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
}

.climatecta input::-moz-placeholder {
    color: rgba(255,255,255,0.6);
}

.climatecta input:-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
}

.climatecta input::-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
}

.climatecta input::placeholder {
    color: rgba(255,255,255,0.6);
}


.climatecta {
    opacity: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    background-color: var(--redbreast);
    color: white;
    position: fixed;
    bottom: 0;
    z-index: 99;
    border-top: 1px solid rgba(255,255,255,0.15);
    left: 0;
}

.climatecta #ask {
    color: #fff;
}

.climatecta:hover {
    background-color: black;
    cursor: pointer;
}
.climatecta.show {
  background-color: var(--rockdove);
}
.show {
    transform: translateY(0)!important;
}

.options {
    font-size: 18px;
    padding: 18px;
    padding-top: 0;
    overflow: hidden;
}

.climatecta h2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}

.climatecta ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.climatecta li {
    display: inline-block;
    margin: 10px;
    border-radius: 5px;
    background-color: var(--redbreast);
    transition: .15s;
}

.x {
    color: white;
    position: relative;
    float: right;
    font-size: 23px;
    right: 5px;
    opacity: 0;
    transition: .2s;
    z-index: 9999;
}

.climatecta span {
    display: inline-block;
    padding-top: 10px;
    font-size: 18px;
}

.x:hover {
    cursor: pointer;
    color: var(--feathergray);
}

.showclose:hover {
    cursor: pointer;
}

.climatecta li:active, #remind:active {
    transform: scale(.98);
}

.climatecta li:hover {
    cursor: pointer;
    background-color: #E84B3A;
}

.fa-arrow-circle-right {
    transition: .5s;
    color: #FFFFFF;
}
.climatecta:hover .fa-arrow-circle-right {
    transition: .5s;
    color: white;
}
.climatecta li i {
    padding-right: 10px;
}

#mhide {
    font-size: 18px;
    display: inline;
}

.climatecta .hidden-cls {
    display: none !important;
}


.climatecta .at .at-inner .at-fieldset small.error {
    position: absolute;
    bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.climatecta .at-text.EmailAddress {
    position: relative;
    padding-bottom: 20px;
}

@media screen and (max-width: 400px) {
    .climatecta .at .at-inner .at-form-submit {
        top: 0;
        position: relative;
        padding-bottom: 0;
    }

    .climatecta .at .at-inner input[type="email"] {
        margin-bottom: 0;
    }

    .climatecta .at .at-inner .at-fieldset.ContactInformation{
        margin-right: 0;
        padding-bottom: 0;
    }
}


@media screen and (min-width: 401px) {
    .climatecta .at .at-inner .at-fieldset.ContactInformation {
        min-height: 40px;
    }
}

@media screen and (max-width: 700px) {

    .climatecta ul {
        display: flex;
        justify-content: center;
        list-style-type: none;
        margin: 0;
        padding: 0;
        flex-direction: column;
    }

    .climatecta h2, .climatecta li, .climatecta span {
        font-size: 15px;
    }

    #mhide {
        display: none;
    }

}
