/* site */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Link */
a {
    text-decoration: none;
}

a:link, a:visited {
    color: #666;
}

a:hover {
    text-decoration: underline;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', Helvetica,Arial,sans-serif;
}

body, p, td {
    font-size: 16px;
}

h1, h2, h3, h4 {
    font-weight: normal;
    color: #4b4b4b;
}

h1 {
    font-size: 40px;
    line-height: 113%;
}

h2 {
    font-size: 27px;
    margin-top: 0;
}

h3 {
    font-size: 19px;
    margin-top: 0;
}

h4 {
    font-size: 18px;
    color: #000;
    margin-top: 0;
}

blockquote {
    margin-left: 0;
    margin-right: 0;
    font-size: 21px;
    position: relative;
    line-height: 34px;
}

blockquote strong {
    font-weight: normal;
}

blockquote .q:first-child {
    left: -30px;
}

blockquote .q {
    font-size: 64px;
    font-family: Georgia,serif;
    position: absolute;
    color: #C0C0C0;
}

hr {
    border: 0;
    height: 1px;
    background-color: silver;
    margin-top: 20px;
    margin-bottom: 20px;
}

.container:before,
.container:after,
.row:before,
.row:after {
    display: table;
    content: " ";
    clear: both;
}

/*
   gutters are 20px and these use them:
   .container, .row and .col
*/
.container {
    padding: 40px 20px;
}

.container-line {
    border-bottom: 1px solid silver;
}

.container, hr {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 984px;
}

/*
  negate the padding from .container so columns
  go full width
*/

.row {
    margin-left: -20px;
    margin-right: -20px;
}

.col {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    position: relative;
    min-height: 1px;
}

.col30 {
    width: 30%;
}

.col33 {
    width: 33%;
}

.col40 {
    width: 40%;
}

.col50 {
    width: 50%;
}

.col60 {
    width: 60%;
}

.col70 {
    width: 70%;
}

#intervals .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

#product {
    background: #0091a0;
}

#product .screenshot {
    border: 1px solid #fff;
    box-shadow: 0px 0px 14px #323232
}

#product h1, #product h2 {
    width: 84%;
    color: #fff;
}

#product a {
    color: #E7E795;
}

#product h1 {
    font-size: 44px;
    font-weight: 300;
}

#product h2 {
    font-weight: normal;
    font-size: 23px;
    font-family: arial;
    color: #F0F0F0;
}

#product .signin {
    background: #ddd;
    padding: 11px 0;
    margin: 0;
}

#utility {
    text-align: right;
    line-height: 105px;
    color: #E50;
}

#utility a:first-child {
    margin-right: 10px;
}

#utility a:last-child {
    margin-left: 10px;
}

#howto ol {
    margin: 0;
}

#howto li {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 10px;
}

.cta {
    background: #e8ecef;
}

.c-logos {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.c-logos li {
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
    width: 152px;
    height: 50px;
    background: url("/img/intervals-customer-logos.png") no-repeat;
}

.c-logos span {
    display: none;
}

.c-logos .logo_appfolio {
    background-position: 0 -50px
}

.c-logos .logo-appfolio {
    background-position: 0 -0px
}

.c-logos .logo-bally {
    background-position: 0 -50px
}

.c-logos .logo-bruceclay {
    background-position: 0 -150px
}

.c-logos .logo-concrete5 {
    background-position: 0 -200px
}

.c-logos .logo-cooper {
    background-position: 0 -250px
}

.c-logos .logo-discovery {
    background-position: 0 -300px
}

.c-logos .logo-dow {
    background-position: 0 -350px
}

.c-logos .logo-ghirardelli {
    background-position: 0 -400px
}

.c-logos .logo-ktla {
    background-position: 0 -450px
}

.c-logos .logo-nbcuniversal {
    background-position: 0 -500px
}

.c-logos .logo-netgear {
    background-position: 0 -550px
}

.c-logos .logo-sodexo {
    background-position: 0 -600px
}

.c-logos .logo-thepamperedchef {
    background-position: 0 -650px
}

.c-logos .logo-worldvision {
    background-position: 0 -700px
}

.c-logos .logo-wb {
    background-position: 0 -750px
}

footer {
    background: #e8ecef;
    margin-top: 20px;
    padding-top: 20px;
}

footer h4 {
    margin-top: 13px;
}

footer a {
    color: #666666;
}

footer h4 a {
    font-weight: normal;
}

footer .company {
    font-size: 15px;
    color: #555;
}

footer .company ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style-type: none;
}

footer .company li {
    display: inline-block;
    border-right: 1px solid #A3A0A0;
    padding-right: 10px;
    margin-right: 6px;
}

footer .company li:last-child {
    border-right: 0;
}

#pelago {
    float: right;
    margin: 0 50px;
    width: 96px;
    height: 45px;
    background: url("/img/logo_pelago.png") no-repeat;
}

#pelago span {
    display: none;
}

.btn {
    display: inline-block;
    margin: 0 .2em;
    padding: 0.75em 2em;
    -webkit-appearance: none;
    border: 0;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.9em;
    line-height: 1em;
    background: #FF6600;
    color: #FFF !important;
    cursor: pointer;
}

a.btn {
    color: #fff;
}

.btn:hover {
    text-decoration: none;
    background: #FF5B00;
}

.btn-secondary {
    background: #c0c0c0;
    color: #555555;
}

.btn-secondary:hover {
    background: #B4B4B4;
}

.centered {
    text-align: center;
}

cite {
    font-size: 13px;
    display: block;
    margin-left: 40px;
}

cite div {
    display: table-cell;
    vertical-align: top;
}

cite span {
    display: inline-block;
}

.happy-logo {
    text-align: center;
    width: 121px;
    min-height: 43px;
    vertical-align: top;
}

.happy-profile {
    border: 1px solid silver;
    margin: 0 5px;
    background: url("/img/david_robinson.png") no-repeat;
    width: 40px;
    height: 49px;
    vertical-align: top;
}

@media (max-width: 800px) {

    .container {
        width: 100%;
    }

    .col {
        display: block;
    }

    .col30, .col33, .col40, .col50, .col60, .col70 {
        width: 100%;
    }

    #product h1 {
        font-size: 37px;
        margin-top: 0;
    }

    #product h2 {
        font-size: 17px;
    }

    #product .screenshot {
        width: 100%;
        max-width: 450px;
        height: auto;
    }

    #product h1,
    #product h2 {
        width: 100%;
    }

    #intervals .col50, #product .col50 {
        text-align: center;
    }

    .c-logos,
    .c-logos ul {
        display: inline-block;
        width: 100%;
    }

    .c-logos li,
    .c-logos li:nth-child(3n+1)
    .c-logos li:nth-child(3n+3) {
        float: none;
        display: inline-block;
        margin: 0;
    }

    #utility {
        line-height: 24px;
    }
}

/* if screen less than hero image, headings centered */
@media (max-width: 480px) {
    #intervals .container {
        text-align: center;
    }

    h1, h2 {
        text-align: center;
    }

    #product h1 {
        font-size: 31px;
        margin-top: 0;
    }

    #product h2 {
        font-size: 11px;
    }

    .dha {
        display: block;
        margin-bottom: 10px;
    }
}

#new-window-mask {
    opacity: 0.3;
    position: fixed;
    background: #000000;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
}

#new-window-container {
    position: fixed;
    z-index: 10001;
    left: 50%;
    border-radius: 3px;
}

#new-window-content {
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 25px;
    box-shadow: 0 4px 16px rgba(122, 122, 122, .3);
    border-radius: 3px;
}

#new-window-close {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    padding: 0 7px 3px;
    text-decoration: none;
    background-color: #000;
    color: #bbb;
}

#new-window-close:hover {
    background-color: #BBB;
    color: #000;
}

#new-window-caption {
    padding-top: 8px;
}

@keyframes mod-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

.iconSpinner { border-radius: 50%; border: .25rem solid #bbb; border-top-color: #666; animation: mod-spin 1s infinite linear; background: 0; width: 22px; height: 22px; transform-origin: 11px 11px 11px; position: absolute; z-index: 10; }



/* GDPR */

.body-gdpr {
    padding-bottom: 65px;
}

.gdpr-consent {
    position: fixed;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    z-index: 9999;
    padding: 1em 1.8em;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;

    border-top: 1px solid #4a4a4a;
    font-size: 16px;
    color: rgb(255, 255, 255);
    background-color: rgba(47, 47, 47, 1);
    transition: opacity 1s ease;
}

.gdpr-hidden {
    opacity: 0;
}

.gdpr-message {
    flex: 1;
    margin-right: auto;
    line-height: 1.9em;
    padding-right: 25px;
}

.gdpr-compliance {
    display: flex;
    align-items: center;
    align-content: space-between;
}

.gdpr-more {
    color: #2fbbbb !important;
}

.gdpr-more:hover {
    text-decoration: underline;
}

.gdpr-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    text-align: center;
    white-space: nowrap;
}

.gdpr-deny {
    color: #2fbbbb !important;
    margin-right: 10px;
    cursor: pointer;
    font-weight: normal;
}

.gdpr-deny:hover {
    color: #2fbbbb !important;
    text-decoration: underline;
}

.gdpr-allow {
    background-color: #ff6600;
    border-radius: 3px;
    color: #fff !important;
    min-width: 140px;
    cursor: pointer;
}

.gdpr-allow:hover {
    /*color: #fff;*/
    background-color: rgb(239, 136, 45);
    text-decoration: none;
}

@media screen and (max-width: 549px) {
    .gdpr-consent,
    .gdpr-message {
        display: block;
    }

    .gdpr-message {
        margin-bottom: 23px;
        padding-right: 0;
    }

    .gdpr-btn {
        flex-grow: 1;
    }

    .gdpr-compliance :first-child {
        text-align: left;
        padding-left: 0;
    }
}
