@charset "UTF-8";

#primary {
  padding: 0;
}
#primary .entry-content{
    color: #313474;
    font-size: 20px;
}
.entry-content header {
  display: none;
}
#main > .container:first-child {
  max-width: none;
}
@media (min-width: 768px){
  #main > .container:first-child {
    width: 100%;
  }
}
@media (min-width: 992px){
  #main > .container:first-child {
    width: 100%;
  }
}
h2{
    color: #60CBF1;
    font-size: 1.1em;
    font-weight: 900;
    text-transform: uppercase;
}
.text-tile{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-flex: 1 1 15em;
    flex: 1;
}
.text-tile p, .text-tile h2{
    width: 70%;
}
.text-tile h2{
    margin-top: 0;
}
.text-tile p{
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    .text-tile p{
        width: 85%;
    }
    .text-tile h2{
        width: 85%;
    }
    .row.list{
        padding: 5.0%;
    }
}
@media (max-width: 992px) {
    a.orange-cta{
        font-size: 16px;
    }
    p{
        font-size: 0.8em;
        line-height: 1.5em;
    }
}
@media (max-width: 768px) {
    .text-tile p{
        width: 100%;
    }
    .text-tile h2{
        width: 100%;
    }
    .row.list{
        padding: 8% 15px;
    }
    .text-tile{
        padding: 5rem 15px;
    }
}
.main-wrapper{
    max-width: 1440px;
}
.header{
    background-image: url('/assets/neutralize/header-background@2x.png');
    background-size: auto 100%;
    background-position: center;
    width: 1440px;
    height: 397px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;

    font-weight: 900;
    color: #fff;
    font-size: 3.5rem;
    text-align: center;
}
@media (max-width: 576px) {
    .header{
        height: 200px;
        font-size: 2.5rem;
    }
}
.promotional{
    text-align: center !important;
    background-color: #F8F8F8;
    padding: 3.2rem 15px;
}
.promotional .message{
    max-width: 852px;
    margin: 3.5rem auto 1rem auto;
    color: #313474;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center !important;
}
.list{
    background-image: url(/assets/neutralize/logo-shield@2x.png);
    background-size: contain;
    background-color: #f8f8f8;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 7rem 8.5%;
    text-align: left;
}
@media (max-width: 1200px) {
    .list .fake-item{
    }
}
.list .fake-item{
    height: 120px;
    margin-bottom: 0;
}
.list .item{
    height: 120px;
}
@media (min-width: 1200px) {
    .list .item{
        height: 120px;
    }
}
.list .item p{
    margin-bottom: 0;
    margin-top: 0.8em;
}
.list ul{
    list-style-type: none;
    padding-left: 0;
}
.list ul li{
    position: relative;
    padding-left: 8rem;
    padding-top: 1.3rem;
    margin-bottom: 2.5rem;
}
.list ul li img{
    position: absolute;
    top:0;
    left: 0;
}
.item-text{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    -webkit-flex: 1 1 15em;
    flex: 1;
    max-width: 75%;
}
.item-number{
    -webkit-flex: 1 1 15em;
    flex: 1;
    max-width: 25%;
}
.orange-cta{
    width: 285px;
    background-color: #F49531;
    color: #fff;
    text-decoration: none;
    transition: 0.2s background-color;
    font-size: 18px;
    font-weight: 700;
    padding: 0.6rem 2rem;
    white-space: nowrap;
    display: inline-block;
    margin: 2rem 0.8rem;
    text-align: center !important;
    line-height: 1.5em;
}
.video-block{
    margin: 3rem 0;
    text-align: center !important;
}
.orange-cta.video{
    width: 200px;
}
@media (max-width: 768px) {
    .orange-cta, .orange-cta.video{
        width: 100%;
        margin: 0.6rem auto;
    }
}
.orange-cta:hover{
    color: #fff;
    text-decoration: none;
    background-color: #f58005;
}
.contact-us{
    background-image: url(/assets/neutralize/map@2x.png);
    background-size: contain;
    background-position: center;
    text-align: center;
    color: #fff;
    padding: 3rem 0rem;
}
.contact-us h3{
    font-weight: 900;
}
.contact-us .orange-cta{
    margin: 0;
}
.contact-us p{
    font-size: 1.5rem;
}
/*general*/
.no-padding{
    padding: 0 !important;
}
.no-padding-x{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-margin{
    margin: 0 !important;
}
.flex{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.how-it-works-h{
    margin-bottom: 1.5rem;
}
.left-block{
    padding-right: 4rem;
    padding-left: 0;
}
.right-block{
    padding-right: 0;
    padding-left: 4rem;
}
@media (max-width: 768px) {
    .left-block{
        padding-right: 0;
        padding-left: 0;
    }
    .right-block{
        padding-right: 0rem;
        padding-left: 0;
    }
}
