/* CloudConnector landing page styles.

   developer:   rmiske
   requires:    /cloud-connector-for-excel/css/shared.de.css
   ========================================================================== */

/* ==========================================================================
   shared.css overrides
   ========================================================================== */

#cce-section-header .width, .section-wrapper .width,
.section-wrapper .width { max-width: 60.3125rem; }

/* ==========================================================================
   Header
   ========================================================================== */

#cce-section-header { background: #f6f6f6; }

.header-title-wrapper { display: table; }

.header-title-wrapper > div {
    margin: 3.75rem auto 3.125rem;
    max-width: 63.125rem;
}

.header-title-wrapper .cce-logo { 
    display: inline-block; 
    margin-top: 0.3125rem;    
}

.cce-logo img {
    height: 6.3125rem; /*101px*/
    width: 12.4375rem; /*199px*/
}

.header-title h1 {
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 3.4375rem;
    margin: 0 auto auto 2.375rem;
    vertical-align: top;
}

.header-title h1 a, 
.header-title h1 a:link,
.header-title h1 a:active,
.header-title h1 a:visited,
.header-title h1 a:hover {
    color: #636363;
}

/* ==========================================================================
   intro
   ========================================================================== */

#heading p.description {
    border-bottom: 1px solid #d6d6d6;
    color: #636363;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 2.3125rem;
    margin-bottom: 1.5625rem;
    margin-top: 1.5625rem;
    padding-bottom: 3.4375rem;
}

#heading p.description a { color: #ff7700; }
#heading p.description a:hover { color: #dd1100; }

#overview section#about { margin-bottom: 30px; }
#overview section#about .col { padding: 0; }
#overview section#about .col.left { width: 41.865284974%; } /* 404px/965px */
#overview section#about .col.right { width: 58.134715025%; } /* 561px/965px */
#overview section#about h3 {
    font-size: 1.5rem;
    margin-bottom: 0.9735rem;
    padding-top: 0.3125rem;
}

#overview section#about p {
    color: #636363;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding-right: 2.875rem;
}

#overview section#about img { margin: 3.125rem 0 0; }

/* ==========================================================================
   comparisons
   ========================================================================== */

#workflows h3 {
    border-top: 1px solid #d6d6d6;
    font-size: 1.875rem;
    padding: 3.75rem 0 0.625rem;
}
#workflows p {
    color: #636363;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 2.5rem;
}
.comparisons { padding: 1.875rem 0 0 10.625rem; position: relative; }
.comparisons#enterprise { 
    background: url('/cloud-connector-for-excel/img/workflow-comparison-enterprise-bg.png') no-repeat 0 1.875rem; 
    background-size: 9.5rem; /* 152px */
}
.comparisons#individual { 
    background: url('/cloud-connector-for-excel/img/workflow-comparison-individual-bg.png') no-repeat 0 1.875rem; 
    background-size: 9.5625rem; /* 153px */
}
.comparisons div {
    float: left;
    margin-right: 1.25rem;
}
#individual div:last-child { 
    left: 40.75rem;
    position: absolute;
}
#individual div:last-child img { 
    max-width: none;
}
.comparisons h4 {
    color: #323232;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

/* ==========================================================================
   contact us section override
   ========================================================================== */

#contact-us-section { margin-top: 4.6875rem; }   

/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
    #individual div:last-child { left: 0; position: relative; }
    #individual div:last-child img { max-width: 100%; }
}

/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
    .header-title-wrapper > div { margin: 2.5rem auto 2rem; }
    .header-title-wrapper .cce-logo { margin-top: 0; }
    .cce-logo img {
        height: 5.2857rem; /*74px*/
        width: 10.3571rem; /*145px*/
    }
    .header-title h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin-left: 1.75rem;
    }

    #overview section#about .col { width: 50% !important; }

    .comparisons {
        background: none !important;
        padding-left: 0;
    }
}

/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
    .header-title-wrapper > div { margin: 2rem auto; }
    .header-title h1 { margin-left: 0; }

    #overview section#about .col { width: 100% !important; }
    #overview section#about p { padding-right: 0; }

    .comparisons div { float: none; }
    #individual div:last-child img { max-width: 100%; }
}

/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {}

/* printer styles
   ========================================================================== */
@media print {}
