/* 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: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
}

.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-container,
.local-wrapper .row-container {
    -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;
}

.column,
.local-wrapper .column:not('.red'){
    display: table-cell !important;
}

h1 { margin: unset; }

 #heading h2 {
    color: #dd1100;
    font-size: 2.8125rem;
    font-weight: 400;
    line-height: 2.9375rem;
    margin-bottom: 1.5rem;
    width: 100%;
}


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

.section-wrapper .width.header { padding: 3.125rem 0 1.5625rem 0; }

.section-wrapper .width {
    padding: 0;
    width: 100% !important;
    max-width: 66.5625rem !important;
    margin: 0 auto;
}

#contact-us-section .section-wrapper .width {       /* new  */
    max-width: 66.125rem !important;
}

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

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

.section-wrapper {
    width: 100%;
    max-width: 66.5625rem;
    margin: 0 auto;
    padding: 0 1.5625rem;
}

section#about {
    margin-bottom: 6.25rem;
    border-bottom: none;
}


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

#epc-section-header .width {
    text-align: left;
    width: 63.125rem;
    max-width: 100%;
    margin: 0 auto;
    padding:0 3.125rem;
   
}

#epc-section-header span.subtitle {
    color: #dd1100;
    font-weight: 600;
    font-size: 0.875rem;
    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 {
    background: #fff;
    border: 1px solid #d2d2d2;
    border-top: 0;
    width: auto;
    margin-left: -1px;
    z-index: 10;
}

#epc-section-header nav ul li ul:not(._product-is-subnav) {
    position: absolute;
}
#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(https://www.wolfram.com/enterprise-private-cloud/img/icon-grey-down.png) no-repeat 90px 12px;
    background-size: 10px 7px;
    cursor: pointer;
    padding-right: 2.5rem;
}
#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: 0.875rem;
    line-height: 1.2;
    padding: 0.625rem 0.8125rem;
}

#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: 2.1875rem;
}

#subnav ul { display: block; }

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

#subnav a {
    display: block;
    margin: 0;
    padding: 0.375rem 0.875rem 0.4375rem 0.875rem;
    font-size: 1rem;
    line-height: 1rem;
    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: 0.375rem 1.25rem 0.4375rem 1.25rem;
    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: 0.375rem 0.625rem 0.4375rem 0; }

/* row-container
   ========================================================================== */

.section-wrapper .row-container {
    display: block;
}

/* contact us section
   ========================================================================== */
#contact-us #compare-nav a, #contact-us #support-nav a{
   color: #545454;
}
#contact-us #compare-nav a:hover, #contact-us #support-nav a:hover{
   color: #f57300;
}
#contact-us-section.section-wrapper * {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

#contact-us-section.section-wrapper {
    border-bottom: 1px solid #fff;
    background: #f86300;
    margin-top: 6rem;
}

#contact-us-section {
    padding: 0rem !important;
    margin-top: 75px;
}

#contact-us-section.section-wrapper .width {
    margin: 0 auto;
    padding: 1.375rem 1.562rem;        /* new  */
}

#contact-us-section .row-container {
    display: flex;
    flex-wrap: nowrap !important;
    flex-direction: row;
}

#contact-us-section .column.right {
    margin-right: 8% !important;
}

#contact-us-section.section-wrapper h2 {
    margin: 0 0 0.5rem 0;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 2.5rem;
}

#contact-us-section.section-wrapper p {
    width: auto;
    color: #636363;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
}

#contact-us-section.section-wrapper .column.right a {
    display: inline-block;
    width: 6.75rem;
    margin: 0 0.3125rem 0 0;
    padding: 0.3125rem 0.1875rem 0.3125rem 0.1875rem;
    -moz-border-radius: 0.1875rem;
    -webkit-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.0625rem;
    background: #f86300;
    vertical-align: middle;
    text-align: center;
}

#contact-us-section.section-wrapper .column.right a:link,
#contact-us-section.section-wrapper .column.right a:visited {
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
    padding: .6rem;
    text-decoration: none;
}

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

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

#contact-us-section.section-wrapper .column {
    width:auto;
}

#contact-us-section.section-wrapper .column.left,
#contact-us-section.section-wrapper .column.right,
#contact-us-section.section-wrapper .column.far-right {
    vertical-align: middle;
}

#contact-us-section.section-wrapper .column.left {
	padding-top: 0.6rem;
}

#contact-us-section.section-wrapper .column.right {
	padding-top: 0.5rem;
}

#contact-us-section.section-wrapper .column.far-right a {
	margin: 0.5rem 0 0 0rem;
	padding: 0;
	width: 11.875rem;
    display: inline-flex;
	border: none;
}

.right-col {
    display: flex;
    justify-content: space-between;
    width: 24.3125rem;
    align-items: flex-start;
    max-width: 100%;
}

.left-col {
    margin-bottom: 1rem !important;
}

#contact-us-section.section-wrapper .column.far-right a > span {
    color: #fff;
   	font-size: 1.1rem;
   	font-weight:300;
   	padding: 0.4rem 0 0 0.6rem;
}

#contact-us-section.section-wrapper .column.far-right a:hover > span {
	background: #f86300;
	color: #ac000e;
}

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

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

#contact-us-section.section-wrapper p.contact-us-desc {
    margin: 0.5rem 1.5625rem 0 1.25rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    max-width: 330px;
    line-height: 1.3125rem;
}

#contact-us-section.section-wrapper span.strong {
    font-weight: 600;
    color: #ffffff;
    font-size: 1rem;
}


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

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

@media all and (max-width: 1200px) {
    #epc-section-header .width { padding: 0 1.5625rem; }
}

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

@media all and (max-width: 900px) {
    #contact-us-section .row-container { flex-wrap: wrap; }

    #epc-section-header { height: auto; }

    .row-container.first .column { margin-right: 1rem; }

    #contact-us-section.section-wrapper p.contact-us-desc {min-width: 18rem; }

    #contact-us-section.section-wrapper .column.left { padding-top: 0; }

    #contact-us-section.section-wrapper p.contact-us-desc { margin: 0.5rem 1.5625rem 0 0rem; }
    
}

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

@media all and (max-width: 600px) {
    #contact-us-section.section-wrapper p.contact-us-desc {
        width: unset !important;
    }
    #contact-us-section.section-wrapper { max-width: 340px; }

    #contact-us-section.section-wrapper p.contact-us-desc { min-width: unset; }

    #contact-us-section .row-container {
        padding: 0 0rem !important;
        flex-wrap: wrap !important;
        flex-direction: column;
    }

    /* remove the br */
    br.rm-br { display: none !important; }

    #contact-us-section.section-wrapper p.contact-us-desc { max-width: 100%; }

    .right-col {
        width: 100%;
        max-width: 39.2rem;
    }
    
}

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

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


