@charset "UTF-8";


/* BEGIN Shopper Approved Popup */
/*
#outer_shopper_approved {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 100px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    pointer-events: none;

    visibility: hidden;
    -webkit-animation: 1s fadeIn;
    animation: 1s fadeIn;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

#outer_shopper_approved * {
    pointer-events: auto;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
/* END Shopper Approved */


/* Shoper Approved inline */
.sa-logo {
    position: relative;
    display: block;
    margin: 0;
    margin-left: -160px;
    left: 50%;
    width: 320px;
    height: auto;
}

#outer_shopper_approved {
    text-align: center;
    overflow: visible;
}

#shopper_approved,
#shopper_approved #sa_outer {
    display: inline-block;
    max-width: 1080px !important;
    overflow: visible;
    text-align: center;
    top: 0 !important;
}

#shopper_approved img {
    width: 80%;
    margin-left: 10%;
}
#shopper_approved #sa_rounded * {
    overflow: visible;
}
#shopper_approved .sa_ratingBox div:first-child {
    margin-top: 10px;
}
#shopper_approved #sa_header_text {
    clear: both;
    display: block;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}


body {
    background-color: #fdfdfd;
}

.main-section {
    position: relative;
    text-align: left;
    width: 1024px;
    padding: 0;
    margin: 20px auto 15px auto;
    background-color: transparent;
    font-size: 16px;
    line-height: 28px;
}

.main-section-wide {
    width: 100%;
    padding: 25px 0;
    margin: 55px 0;
    top: 20px;
}

div.header {
    clear: both;
    width: 100%;
    background-attachment: local;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 150px 0;
}

div.header h1 {
    font-size: 1.5em;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    text-shadow: 0 0 25px black;
}

div.aside {
    border: 2px solid #aaa;
    padding: 0 20px 20px 20px;
    background-color: #efefef;
}

a {
    color: rgb(249, 92, 65);
}

p,
span {
    font-size: 16px;
}

h4 {
    font-size: 20px !important;
    line-height: 34px !important;
    font-weight: normal;
    padding: 25px 0;
}

h3 {
    font-size: 25px;
    margin-top: 50px;
}

section.invert {
    padding: 25px;
}

section.invert,
section.invert * {
    text-align: center;
    background-color: #1c222d;
    color: white;
}

section.invert a {
    font-weight: bold;
}

.spacer {
    width: 100%;
    height: 80px;
}

.video-container,
.video-container * {
    cursor: pointer;
    line-height: 0;
    font-size: 0;
}

.quote {
    margin-top: 50px;
}

iframe.video-player {
    width: 100% !important;
}

img.grayscale {
    transition: all 400ms ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

img.video-player {
    transition: all 400ms ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}

.video-player.hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.video-play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: auto;
    opacity: 0.8;
}

.video-play:hover {
    opacity: 1;
}

.profile-image {
    width: 140px;
    height: auto;
}

.width-50 p {
    font-size: 17px;
}

.width-33 {
    vertical-align: top;
    display: inline-block;
    width: 30%;
    margin: 0 2.7% 0 0;
}

.width-33 p {
    padding: 15px;
    padding-bottom: 0px;
    text-align: left;
    color: white;
}

.width-33 p a {
    color: rgb(188, 188, 23);
}

div .width-33:last-child,
section .width-33:last-child {
    margin-right: 0;
}

div .width-33:first-child,
section .width-33:first-child {
    margin-left: 1%;
}

.icon-image.mb-clear {
    margin-bottom: 25px;
}

.icon-image {
    width: 75px;
}

.icon-image-large {
    width: 90px;
}

.width-33 .icon-image {
    width: 50px;
}

.width-50 p {
    padding: 20px;
    text-align: left;
}

div.full-size {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 40px 0px 0px 0px;
}

div.breaker {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 20px;
    margin-bottom: 0px;
}

a.no-dec {
    text-decoration: none;
}

a.no-dec:hover {
    text-decoration: underline;
}

#main-header,
#main-footer {
    background-color: rgb(22, 22, 22) !important;
}

.host-img {
    width: 250px;
    max-width: 40%;
    height: auto;
}

.connected {
    width: 300px;
    margin-top: 20px;
}

.connected-signup {
    margin-bottom: 15px;
}

.phone-bg {
    background-image: url(../images/phone-gray.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 150px auto;
}

img.bullet-point-icon {
    margin-top: -5px;
    margin-bottom: 45px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}



/****************************************************************************************************************************/


/* Narrow Browser Windows and Smartphones in both orientations. *************************************************************/

@media only screen and (min-width: 0px) and (max-width: 679px) {
    .phone-bg {
        background-image: none;
    }
    img.bullet-point-icon {
        margin-top: 5px;
        margin-bottom: 65px;
    }
    div.header {
        background-position: center center;
        background-size: auto 100%;
        padding: 80px 0;
    }
    div.header h1 {
        font-size: 1em;
    }
    .no-mobile {
        display: none;
    }
    .main-section {
        width: 100%;
        padding: 15px;
        margin: 15px 0;
        font-size: 15px;
        line-height: 26px;
    }
    .main-section-wide {
        width: 100%;
        padding: 25px 0;
        margin: 35px 0;
        top: 20px;
    }
    p,
    span {
        font-size: 15px;
    }
    h4 {
        font-size: 17px !important;
        line-height: 29px !important;
        font-weight: normal;
        padding: 22px 0;
    }
    h3 {
        font-size: 22px;
        margin-top: 40px;
    }
    h4 br,
    h3 br {
        display: none;
    }
    .spacer {
        width: 100%;
        height: 20px;
    }
    .quote {
        margin-top: 30px;
    }
    .quote span {
        max-width: 60%;
        text-align: right;
    }
    .quote span br {
        display: none;
    }
    .video-play {
        opacity: 1;
    }
    .profile-image {
        width: 33%;
    }
    .width-50 p {
        font-size: 15px;
    }
    div.width-47,
    div.width-50,
    .width-33 {
        display: block;
        width: 90%;
        margin: 0 auto 55px auto !important;
        float: none !important;
    }
    .width-33:last-child {
        margin-right: auto;
    }
    .width-20 {
        width: 50%;
    }
    .icon-image {
        width: 65px;
    }
    .icon-image-large {
        width: 80px;
    }
    .width-33 .icon-image {
        width: 50px;
    }
    .width-50 p {
        padding: 20px;
        text-align: left;
    }
    .width-33 p {
        padding: 15px;
        padding-bottom: 0px;
        text-align: left;
    }
    .video-play {
        max-width: 20%;
    }
    a.no-dec {
        text-decoration: underline;
    }
    .font-18 {
        font-size: 15px !important;
        line-height: 27px;
    }
}



/****************************************************************************************************************************/


/* Narrow Browser Windows and Smartphones in both orientations. *************************************************************/

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .width-20 {
        width: 100%;
    }
}



/************************************************************************************************************************/


/* Small Browser Windows and Tablets in both orientations. **************************************************************/

@media only screen and (min-width: 680px) and (max-width: 1280px) {
    div.header {
        background-position: center center;
        background-size: auto 100%;
        padding: 130px 0;
    }
    .main-section {
        width: 100%;
        padding: 20px;
        margin: 0 auto 15px auto;
    }
    .main-section-wide {
        padding: 25px 0;
        margin: 55px 0;
        top: 15px;
    }
    .spacer {
        height: 70px;
    }
    .quote {
        margin-top: 40px;
    }
    .video-play {
        opacity: 1;
    }
    a.no-dec {
        text-decoration: underline;
    }
}



/************************************************************************************************************************/


/* Small Browser Windows and Tablets in both orientations. **************************************************************/

@media only screen and (min-width: 680px) and (max-width: 1024px) {
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px !important;
    }
    h4 br {
        display: none;
    }
    div.spacer {
        height: 50px;
    }
    .width-33 {
        margin: 0 2% 0 0;
    }
    .width-33,
    .width-33 p {
        vertical-align: top;
        font-size: 14px;
        line-height: 20px;
    }
    .width-33 p {
        padding-bottom: 20px;
    }
    .quote span {
        max-width: 70%;
        margin-top: 20px;
    }
    .quote br {
        display: none;
    }
    .font-18 {
        font-size: 16px !important;
        line-height: 27px;
    }
}