/* Enterprise Private Cloud section shared styles.

   developer: yhechler
   ========================================================================== */

/* ==========================================================================
   local wrapper
   ========================================================================== */

body { background: #fff; }

.local-wrapper {
    color: #636363;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.local-wrapper a:link,
.local-wrapper a:visited {
    color: #dd1100;
    text-decoration: none;
    outline: none;
}

.local-wrapper a:hover,
.local-wrapper a:active {
    color: #f57300;
    text-decoration: none;
    outline: none;
}

.local-wrapper h1,
.local-wrapper h2,
.local-wrapper h3,
.local-wrapper h4,
.local-wrapper h5,
.local-wrapper h6,
.local-wrapper p,
.local-wrapper ul,
.local-wrapper li {
    display: block;
    margin: 0;
    padding: 0;
}


.row,
.local-wrapper .row {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
}

.column,
.local-wrapper .column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}

 #heading h2 {
    color: #dd1100;
    font-size: 45px;
    font-weight: 400;
    line-height: 47px;
    margin-bottom: 24px;
    width: 100%;
}


/* ==========================================================================
   section wrapper
   ========================================================================== */

.section-wrapper .width.header { padding: 50px 0 25px 0; }

.section-wrapper .width {
    padding: 0;
    width: 100%;
    max-width: 1015px;
    min-width: 1015px;
    margin: 0 auto;
}

.section-wrapper.full {
    max-width: 100%;
    min-width: 100%;
}

.section-wrapper.last { border: none; }



.section-wrapper {
    width: 100%;
    max-width: 1015px;
    min-width: 1015px;
    margin: 0 auto;
    padding: 0;
}

section#about {
    margin-bottom: 100px;
    border-bottom: none;
}


/* section header
   ========================================================================== */
#epc-section-header {
    width: 100%;
    height: 141px;
    border-bottom: 1px solid #d2d2d2;
    background: #f0f0f0;
    overflow: visible;
}

#epc-section-header .width {
    text-align: left;
    width: 1010px;
    margin: 0 auto;
    padding:0 50px;
   
}

#epc-section-header span.subtitle {
    color: #dd1100;
    font-weight: 600;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.01em;
    display: inline-block;
}
/* sub-header for non-overview pages
   ========================================================================== */

#sub-header * {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

#sub-header { padding: 35px 0 34px 0; }

#sub-header h1 {
    display: block;
    color: #3d3d3d;
    margin: 5px auto 0 auto;
    font-size: 38px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#sub-header span.red { color: #dd1100; }

#sub-header h1 em { color: #dd1100; }

#sub-header h1 a {
    color: #3d3d3d;
    text-decoration: none;
}

#epc-section-header nav > ul {
    list-style: none;
    margin: 0 auto;
    width: 1010px;
}

#epc-section-header nav > ul > li {
    display: inline-block;
    font-size: 16px;
    list-style: none;
    position: relative;
}
#epc-section-header nav ul li ul {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-top: 0;
    width: auto;
    margin-left: -1px;
    z-index: 10;
}
#epc-section-header nav > ul > li > ul {
    background: #ffffff;
    display: none;
    list-style: none;
    position: absolute;
    width: 182px;
    z-index: 9999999;
}
#subnav ul li > ul li {
    display: block;
    float: none;
    white-space: nowrap;
}
#epc-section-header nav > ul > li > a.support,
#epc-section-header nav > ul > li > a.support:hover,
#epc-section-header nav > ul > li > a.support:active,
#epc-section-header nav > ul > li > a.support.active,
#epc-section-header nav > ul > li > a.compare,
#epc-section-header nav > ul > li > a.compare:hover,
#epc-section-header nav > ul > li > a.compare:active,
#epc-section-header nav > ul > li > a.compare.active  {
    background: url(/National_Library/20160521004321oe_/http://www.wolfram.com/enterprise-private-cloud/img/icon-grey-down.png) no-repeat 90px 12px;
    background-size: 10px 7px;
    cursor: pointer;
    padding-right: 40px;
}
#compare-nav:hover,#support-nav:hover {
    background: #fff;
    border: 1px solid #d2d2d2;
    border-bottom: 0;
}

#compare-nav,#support-nav {
    border: 1px solid transparent;
    border-bottom: 0;
}
#epc-section-header nav > ul > li > ul > li > a {
    color: #545454;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 13px;
}

#epc-section-header nav > ul > li > ul > li:last-of-type > a {
    border-bottom: none;
}

#epc-section-header nav > ul > li > ul > li > a:hover,
#epc-section-header nav > ul > li > ul > li > a:active {
    background: #ececec;
}



/* sub naviation
   ========================================================================== */

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

#subnav {
    position: relative;
    bottom: 1px;
    width: 100%;
    height: 35px;
}

#subnav ul { display: block; }

#subnav li {
    display: block;
    float: left;
    background: none;
    list-style: none;
}

#subnav a {
    display: block;
    margin: 0;
    padding: 6px 14px 7px 14px;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
}

#overview #subnav-overview,
#features #subnav-features,
#elements #subnav-elements,
#use-cases #subnav-use-cases,
#competitors #compare-nav,
#compare #compare-nav,
#faq #support-nav,
#configuration-tour #support-nav,
#how-to-buy #subnav-how-to-buy {
    background: #fff;
    border: 1px solid #d2d2d2;
    border-bottom: 2px solid #fff;
}

#overview #subnav-overview a,
#features #subnav-features a,
#elements #subnav-elements a,
#use-cases #subnav-use-cases a,
#competitors #subnav-competitors a,
#compare #subnav-compare a,
#faq #subnav-faq a,
#how-to-buy #subnav-how-to-buy a {
    padding: 6px 20px 7px 20px;
    background: #f0f0f0;
    border-bottom: 1px solid #d2d2d2;
    color: #545454;
}

#subnav a:link,
#subnav a:visited { color: #545454; }

#subnav a:hover,
#subnav a:active { color: #f57300; }

#subnav #subnav-overview { padding: 6px 10px 7px 0; }

/* Row
   ========================================================================== */

.section-wrapper .row {
    display: block;
    border-bottom: 1px solid #b3b3b3;
}


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

#contact-us-section * {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

#contact-us-section {
    border-bottom: 1px solid #fff;
    background: #f86300;
    margin-top: 96px;
}

#contact-us-section .width {
    margin: 0 auto;
    padding: 22px 0;
}

#contact-us-section h2 {
    margin: 0 0 8px 0;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
}

#contact-us-section p {
    width: auto;
    color: #636363;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

#contact-us-section a {
    display: inline-block;
    width: 90px;
    margin: 0 5px 0 0;
    padding: 5px 3px 5px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    background: #f86300;
    vertical-align: middle;
    text-align: center;
}

#contact-us-section a:link,
#contact-us-section a:visited {
    border: 1px solid #c53c00;
    background: #fff;
    color: #f86300;
    text-decoration: none;
}

#contact-us-section a:hover {
    border: 1px solid #fff;
    background: #ff8b24;
    color: #fff;
    text-decoration: none;
}

#contact-us-section a:active {
    border: 1px solid #fff;
    background: #e35b00;
    color: #fff;
}

#contact-us-section .column.left,
#contact-us-section .column.right {
    vertical-align: middle;
    width: 69px;
}

#contact-us-section .column { border: none; }

#contact-us-section .row { border: none; }

#contact-us-section p.contact-us-desc {
    margin: 8px 25px 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    width: 402px;
    line-height: 21px;
}

#contact-us-section span.strong {
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
}