/* ==========================================================================
   Common
   ========================================================================== */

#cloud_body {
    width: 75rem;
    max-width: 100%;
    color: #333;
    font-size: 0.9rem;
    line-height: 1.5;
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    width: 100%;
    background: #fff;
}

#cloud_body .first {
    background: transparent;
    margin-left: 0;
    margin-right: 0.3125rem;
    padding: 0;
}

.container {
    margin: 0 auto;
    width: 67.5rem;
    position: relative;
}

.cloud_container {
    overflow: hidden;
    width: 48.75rem !important;
    max-width: 100% !important;
}

.grey_rule {
    border-top: 1px solid #b7b7b7;
}

.cloud_block {
    position: relative;
    padding-bottom: 2.1875rem;
}

.larger {
    font-size: 1.06em !important;
    margin: 0 0 0.625rem 0;
}

#cloud_body h5.orange,
#cloud_body h5.orange a {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f57300 !important;
    font-size: 0.890rem;
    margin: 2.1875rem 0 0 0;
}

#cloud_body h5.orange a:hover {
    color: #f71900 !important;
}

#cloud_body p {
    color: #656565;
    font-size: 0.890rem;
    line-height: 1.9;
    font-weight: 400;
    margin-top: 0.3125rem;
}

#cloud_body a {
    text-decoration: none;
    color: #dd1600;
}

#cloud_body a:hover {
    color: #f57300;
}

/* ==========================================================================
   Heading
   ========================================================================== */

.cloud_heading {
    background: #323332;
    background: -moz-linear-gradient(top, #323332 0%, #5a5a5a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #323332), color-stop(100%, #5a5a5a));
    background: -webkit-linear-gradient(top, #323332 0%, #5a5a5a 100%);
    background: -o-linear-gradient(top, #323332 0%, #5a5a5a 100%);
    background: -ms-linear-gradient(top, #323332 0%, #5a5a5a 100%);
    background: linear-gradient(to bottom, #323332 0%, #5a5a5a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323332', endColorstr='#5a5a5a', GradientType=0);
    padding: 2.5rem 0;
    overflow: hidden;
}

.newcloud_heading {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.newcloud_hero {
    border-bottom: none;
    width: 100%;
    background: #FFFFFF;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #ececec 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #ececec 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%, #ececec 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #ececec 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#ececec', GradientType=0);
    overflow: visible;
    height: 11.8125rem;
}

.newcloud_heading h1 {
    font-size: 2.75rem !important;
    text-transform: none !important;
    float: left;
    clear: both;
    color: #000000 !important;
    letter-spacing: normal !important;
}

.newcloud_heading .tagline {
    font-size: 1.125rem !important;
    color: #656565 !important;
    margin-top: 0;
    line-height: 1.5rem;
    font-weight: 300 !important;
    letter-spacing: normal !important;
    clear: both;
}

.newcloud_heading p {
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 1.25rem;
}

.newcloud_heading a {
    float: left;
    padding: 0 0.5625rem 0 0.625rem;
    background: #1d96bd;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.3125rem 1.25rem 0.3125rem 1.25rem;
    color: #fff !important;
    letter-spacing: 0;
}

.newcloud_heading a:hover {
    background: #1284a9;
}

#cloud_body .cloud_heading a {
    color: #f57300;
}

#cloud_body .cloud_heading a:hover {
    color: #f71900;
}

#cloud_body h1 {
    color: #fff;
    text-transform: none;
    margin: 0;
    margin-top: 1.925rem;
    padding-top: 1.125rem;
    font-weight: 500;
    line-height: 1;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

#cloud_body h2.blue {
    font-weight: 300;
    color: #1d96bd;
    font-size: 1.96875rem;
/*    margin: 1.1875rem 0 0.25rem 0;*/
    margin: 1.2em 0 0.6em 0;
}

.tagline {
    /* check this */
    color: #e3e3e3 !important;
    font-size: 1.125rem !important;
}

#cloud_body p.tagline {
    color: #3c3b3b;
    font-size: 1.3125rem;
    font-weight: 200;
    margin: 0.125rem auto 4.6875rem;
}

#cloud_body p.blue_smaller {
    font-weight: 300;
    color: #1d96bd;
    font-size: 1.4625rem;
    line-height: 1.7;
    margin: 1.1875rem 0 0.5rem;
}

#cloud_body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

#cloud_body li {
    float: left;
    color: #3f3f3f;
    font-size: 0.9375rem;
    padding: 0 0 0 7px;
    margin: 0 4px 13px 0;
    list-style-position: inside;
    background: url('/images/marketing/small-bullet.png') no-repeat 0 center;
    display: inline;
    line-height: 0.9375rem;
}

#cloud_body .smaller-bottom-margin li {
    margin: 0 0.25rem 0.5rem 0;
}

li span {
    font-size: 0.875rem;
}

.entities-1 {
    clear: both;
    overflow: hidden;
    margin-top: -0.25rem;
    padding: 0 0 1.3125rem 0;
}

.trade {
    font-size: 0.9375rem;
    vertical-align: top;
    margin: 0.28rem 0 0 0.14rem !important;
    display: inline-block;
    font-weight: 200;
    color: #c1c1c1 !important;
}

/* ==========================================================================
   The WDF Workflow
   ========================================================================== */

#wdf-text .three_column {
    background: url('/data-framework/images/wdf_workflow-bkgnd.png') no-repeat;
    padding-bottom: 0;
    background-size: 100% 100%; 
}

.three_cols, .ideal .three_column, #wdf-text .three_column {
    display: flex;
    overflow: hidden;
    align-items: center;
}

.three_cols, .ideal .three_column {
    padding-bottom: 2.5rem;
}

.three_cols div {
    flex: 1 1 30%;
}

.three_cols {
    flex-wrap: wrap;
    gap: 3%;
    align-items: flex-start;
}

.threecol_one, .threecol_two, .threecol_three {
    width: 15.9375rem;
    padding-right: 3%;
    float: left;
}

#wdf-text .threecol_one {
    padding: 1.8125rem 0 1.8125rem 2.25rem;
}

#wdf-text .threecol_two {
    padding: 1.8125rem 0 1.8125rem 4.25rem;
    position: relative;
}

#wdf-text .threecol_three {
    padding: 1.8125rem 0 1.8125rem 4.5rem;
}


#wdf-text .three_column p {
    color: #fff !important;
    line-height: 1.4em;
    font-size: 0.81rem;
}

#wdf-text .two_column {
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
}
 
#wdf-text .twocol_one {
    padding-left: 2.5rem;
}

#wdf-text .twocol_two {
    max-width: 100%;
    text-align: right;
    padding-right: 1.875rem;
}

#wdf-text .two_column p {
    color: #808080 !important;
    line-height: 1em;
    font-size: 0.88rem;
    margin-top: 1.25rem;
    margin-bottom: 1rem;
}

/* ==========================================================================
   Two Columns - Symbolic Representation, Converting to WDF, WDF as Knowledge Rep
   ========================================================================== */

.two_cols,
.two_column {
    display: flex;
    margin-bottom: 1.875rem;
    overflow: hidden;
    gap: 4.2%;
}

.twocol_one,
.twocol_two {
    flex-basis: 23.125rem;
}

.two_cols {
    flex-wrap: wrap;
    gap: 4.2%;
    align-items: flex-start;
}

.two_cols div {
    flex: 1 1 47%;
}

.larger {
    font-size: 0.9rem !important;
    line-height: 1.9 !important;
    margin-top: 0.4375rem !important;
}

.small_larger {
    font-size: 1rem !important;
}

/* ==========================================================================
   Ideal for
   ========================================================================== */

#cloud_body h2.ideal-for {
    font-weight: 600;
    font-size: 1.35rem;
    margin: 3rem 0 0.3rem 0;
    color: #656565;
}

/* ==========================================================================
   Related
   ========================================================================== */

.more-from-wolfram {
    color: #656565;
}

.related a {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.625rem;
}

#cloud_body h4.more-from-wolfram {
    font-weight: 600;
    font-size: 1.25rem;
    margin: 2.5rem 0 0.25rem 0;
}

#cloud_body .more-from-wolfram-link:hover h5 {
    color: #f71900 !important;
}

.more-left {
    display: inline-block;
    float: left;
    margin: 1.875rem 0.625rem 0 0;
    max-width: 100%;
}

.more-left img {
    display: inline-block;
}

.more-right {
    max-width: 100%;
    height: 6.5625rem;
    float: left;
    margin-bottom: 1.25rem;
    display: inline-block;
}

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

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

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

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

@media all and (max-width: 900px) {
    /*=================================    common*/
    .cloud_container {
        padding: 0 2.5rem;
    }
    /*=================================    heading*/
    .newcloud_hero {
        height: auto;
    }
    #cloud_body p.tagline {
        margin: 0.125rem auto 2.6875rem;
    }
    #cloud_body .first.second {
        background: url('/images/marketing/small-bullet.png') no-repeat 0 center;
        padding: 0 0 0 7px;
    }
    /*=================================    WDF Workflow*/
    #wdf-text .threecol_one {
        padding: 1.8125rem 0 1.8125rem 1.25rem;
    }
    #wdf-text .threecol_two {
        padding: 1.8125rem 0 1.8125rem 3.25rem;
    }
    #wdf-text .threecol_three {
        padding: 1.8125rem 0 1.8125rem 2.5rem;
    }
    .more-right {
        height: 9.3rem;
        line-height:1.6;
    }
}

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

@media all and (max-width: 600px) {  
    /*=================================    Container*/
    .cloud_container {
        padding: 0 1.25rem;
    }
    .threecol_one, .threecol_two, .threecol_three {
        width: 100vw;
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 0 !important;
    }
    .threecol_one p, .threecol_two p, .threecol_three p {
        width: 85vw;
    }
    .threecol_one p {
        padding: 1.8125rem 0 0.8125rem 0 !important;
    }
    .threecol_two p, .threecol_three p {
        padding: 3.8125rem 0 0.8125rem 0 !important;
    }
    /*=================================    All other columns*/
    .three_cols div {
        flex: 1 1 232px;
    }
    .three_column, .two_column, .two_cols {
        flex-direction: column;
    }
    /*=================================    Related*/
    .two_cols div,
    .twocol_one, .twocol_two {
        flex-basis: 100%;
    }
    .more-right {
        height: auto;
        margin-bottom: 0rem !important;
    }
    .more-left img {
        width: 32.5px;
        height: auto;
    }
}

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

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