/* Pricing section shared responsive styles.

   @file        shared.en.css
   @author      marionm
   ========================================================================== */

/* ==========================================================================
   page styles
   ========================================================================== */

body { background: #fff; }

main {
    color: #636363;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
}

main a { color: #dd1100; }

main a:hover { color: #f77700; }

main hr {
    background: #d6d6d6;
    border: none;
    height: 1px;
    margin: 3rem 0;
}

.pricing-width {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 3.125rem;
    width: 100%;
}

.bar {
    border-right: 1px solid #b7b7b7;
    margin-bottom: -.125em;
    margin-left: 1px;
}

/* ==========================================================================
   buttons
   ========================================================================== */

.button-red,
.button-white,
.button-orange {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding: .45rem 1rem .5rem;
    text-align: center;
}

.button-red {
    background: #dd1100;
    border: 1px solid #b00f00;
    color: #fff;
}

.button-red:hover {
    background: #fe0000;
    color: #fff;
}

.button-white {
    background: #fff;
    border: 1px solid #dd1100;
    color: #dd1100;
}

.button-white:hover {
    background: #fe0000;
    border: 1px solid #b00f00;
    color: #fff;
}

.button-orange {
    background: #fff;
    border: 1px solid #f77700;
    color: #f77700;
}

.button-orange:hover {
    background: #f77700;
    border: 1px solid #f77700;
    color: #fff;
}

.button-red.small,
.button-white.small,
.button-orange.small {
    font-size: .75rem;
    padding: .35rem .5rem;
}

/* ==========================================================================
   shared headers
   ========================================================================== */

/* main
   ========================================================================== */

#pricing-header {
    margin-bottom: 2rem;
    margin-top: 3.125rem;
}

#pricing-header > div { width: 100%; }

#pricing-header h1 {
    font-size: 1.1rem;
    font-weight: 400;
}

#pricing-header h1 a { color: #666; }

#pricing-header h1 a:after,
#pricing-header h1 a:hover { color: #f77700; }

#pricing-header h2 {
    color: #dd1100;
    font-size: 2.8rem;
    font-weight: 400;
}

#pricing-header p {
    font-size: 1.5rem;
    font-weight: 300;
}

/* individual/group select
   ========================================================================== */

#select-header .flexbox {
    align-items: stretch;
    display: flex;
}

#select-header .flexbox a {
    align-items: center;
    border: 1px solid #c0c0c0;
    display: flex;
    justify-content: center;
    padding: .5rem 1rem;
    text-align: center;
}

#select-header .flexbox  a.active {
    background: #f77700;
    color: #fff;
    position: relative;
}

#select-header .flexbox a.active:after {
    border-bottom: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f77700;
    bottom: -6px;
    content: '';
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
}

#select-header .flexbox a:last-child { display: none; }

#select-header .flexbox a + a { border-left: 0; }

/* ==========================================================================
   individual top
   ========================================================================== */

#individuals-wrapper { margin: 0 0 4.5rem 0; }

/* top
   ========================================================================== */

#individuals-top .flexbox {
    align-items: stretch;
    display: flex;
}

#individuals-top .flexbox > * {
    border: 1px solid #d6d6d6;
    border-right: none;
    margin-top: 2rem;
    padding-bottom: 160px;
    position: relative;
    width: 25%;
    z-index: 0;
}

#individuals-top .flexbox > *:last-child { border: 1px solid #d6d6d6; }

#individuals-top .flexbox > *.sneauxphlayque { margin-top: .9rem; }

#individuals-bottom {
    border: 1px solid #d6d6d6;
    margin-top: 4.5rem;
}

#individuals-top .enterprise {
    margin-left: 1.5rem;
    margin-top: 0;
}

#individuals-top .flexbox .popular {
    border: 2px solid #dd1100 !important;
    margin-top: 1.25rem;
    outline: 3px solid #dd1100;
    z-index: 1;
}

#individuals-top .flexbox .popular.sneauxphlayque { margin-top: 3px; }

#individuals-top h3,
#individuals-bottom h3 {
    align-items: center;
    background: #f77700;
    border-bottom: 1px solid #d6d6d6;
    color: #fccfb8;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    height: 5.25rem;
    padding: 0 1rem;
}

#individuals-bottom h3 { justify-content: center; }

#individuals-top .popular h3 {
    background: #dd1100;
    color: #f6d2d2;
}

#individuals-top .popular h3:before {
    color: #ffcb80;
    content: 'Most popular';
    display: block;
    font-size: .75rem;
    left: 1rem;
    line-height: 0;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: .5rem;
}

#individuals-top h3 span span,
#individuals-bottom h3 span span {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
}

#individuals-top .top { padding: .625rem 1.5rem 0; }

#individuals-bottom .top { padding: 2rem 1rem 0 0; }

#individuals-top .top img,
#individuals-bottom .top img { margin-bottom: .625rem; }

#individuals-top .top h4,
#individuals-bottom .top h4,
#individuals-top .top .large,
#individuals-bottom .top .large {
    color: #222;
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 .5rem 0;
}

#individuals-top .top .large,
#individuals-bottom .top .large { margin: 0; }

#individuals-top .popular.margin-t-0 .top:after {
    color: #f77700;
    content: 'Most popular';
    display: block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 .625rem 0;
    text-transform: uppercase;
}

#individuals-top .list-gray,
#individuals-bottom .list-gray { margin: .5rem 0 0 0; }

#individuals-top .list-gray > *,
#individuals-bottom .list-gray > * {
    font-size: .875rem;
    line-height: 1.3;
    margin: 0 0 .25rem .625rem;
    position: relative;
}

#individuals-top .list-gray > *:before,
#individuals-bottom .list-gray > *:before {
    background: #c0c0c0;
    content: '';
    display: inline-block;
    height: 5px;
    left: -.75em;
    position: absolute;
    top: .45em;
    width: 5px;
}

/* middle
   ========================================================================== */

#individuals-top .middle {
    bottom: 2.25rem;
    min-height: 120px;
    padding: 0 1.5rem;
    position: absolute;
    text-align: center;
    width: 100%;
}

#individuals-bottom .middle {
    padding: 1.5rem 0 0 1rem;
    text-align: center;
}

#individuals-top .price-link,
#individuals-top .price-link-monline {
    margin-top: .5rem;
    width: 100%;
}

/* what's included
   ========================================================================== */

#individuals-top .whats-included,
#individuals-bottom .whats-included {
    border-bottom: 1px solid #f77700;
    margin-top: 3rem;
}

#individuals-top .popular .whats-included,
#individuals-bottom .popular .whats-included { border-bottom: 1px solid #dd1100; }

#individuals-bottom .whats-included { border-bottom: none; }

#individuals-top .whats-included > p,
#individuals-bottom .whats-included > p {
    background: #f9f9f9;
    border-top: 1px solid #d6d6d6;
    color: #dd1100;
    cursor: pointer;
    display: block;
    font-size: 1.1rem;
    padding: .5rem 1rem .45rem;
    text-align: center;
}

#individuals-top .whats-included > p.active,
#individuals-bottom .whats-included > p.active { border-bottom: 1px solid #d6d6d6; }

#individuals-top .whats-included > p:before,
#individuals-bottom .whats-included > p:before {
    content: '+';
    display: inline-block;
    font-size: 2rem;
    font-weight: 600;
    line-height: 0;
    margin: 0 .3rem 0 0;
    position: relative;
    top: 4px;
    width: 15px;
}

#individuals-top .whats-included > p.active:before,
#individuals-bottom .whats-included > p.active:before {
    content: '-';
    top: 2px;
}

#individuals-top .whats-included .compact-prices,
#individuals-bottom .whats-included .compact-prices {
    background: #f77700;
    border-bottom: 1px solid #f77700;
    border-top: 3px solid #f77700;
    margin-bottom: 0;
    max-width: 100%;
    padding: .5rem 0;
    width: 100%;
}

#individuals-top .popular .whats-included .compact-prices,
#individuals-bottom .popular .whats-included .compact-prices {
    background: #dd1100;
    border-bottom: 1px solid #dd1100;
    border-top: 3px solid #dd1100;
    margin-bottom: 0;
    max-width: 100%;
    padding: .5rem 0;
    width: 100%;
}

#individuals-bottom .whats-included .compact-prices { border-bottom: none; }

#individuals-top .whats-included .compact-prices a,
#individuals-bottom .whats-included .compact-prices a {
    margin-top: 0;
    width: auto;
}

#individuals-top .whats-included .compact-prices div.tiny,
#individuals-bottom .whats-included .compact-prices div.tiny {
    margin-left: -2rem;
    margin-right: -2rem;
}

/* let it snow, let it snow, let it snow
   ========================================================================== */

.snowflake {
    background: #f77700;
    border-top: 1px solid #d6d6d6;
    height: 8px;
}

#individuals-bottom .snowflake { border-top: none; }

/* prices
   ========================================================================== */

.price-wrapper {
    -webkit-transition: opacity 1s;
    color: #222;
    opacity: 0;
    transition: opacity 1s;
}

.france-wrapper { opacity: 1 !important; }

.price-tag { font-size: 2.125rem; }

.price-tag-monline {
    display: inline;
    font-size: 2.125rem;
}

.dollarsign {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1;
    margin-top: .5rem;
    vertical-align: top;
}

.slash {
    display: inline-block;
    margin: 0 2px;
}

.vat {
    font-size: .625rem;
    margin-left: 2px;
}

.type,
.qual,
.plus,
.round,
.use,
.serv,
.addserv { display: none; }

/* small version
   ================================== */

.price-wrapper.small {
    font-size: .875rem;
    margin-top: .5rem;
    text-align: center;
}

.small .price-tag,
.small .price-tag-monline { font-size: 1.25rem; }

.small .dollarsign {
    font-size: .875rem;
    margin-top: .3rem;
}

.small a {
    font-size: .625rem;
    margin-left: .5rem;
    margin-top: 0 !important;
    width: auto !important;
}

/* link-only version
   ================================== */

.link-only {
    color: #222 !important;
    display: inline-block;
    font-size: .8rem;
    margin-top: .3rem !important;
    width: auto !important;
}

.link-only:hover { color: #dd1100 !important; }

.link-only .price,
.link-only .price-tag { font-size: 1rem; }

.link-only .dollarsign {
    font-size: .6em !important;
    margin-top: .3rem !important;
}

/* compact version
   ================================== */

.compact-prices .price-wrapper { color: #fff; }

.compact-prices .price-wrapper > * { display: inline-block; }

.compact-prices .price-wrapper + .price-wrapper:not(.france-wrapper) {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    font-size: .75rem;
    margin-top: .5rem;
    padding-top: .5rem;
}

.compact-prices .price-tag {
    color: #fff;
    font-size: 1.0625rem;
}

.compact-prices .price-tag-monline {
    color: #fff;
    display: inline;
    font-size: 1.0625rem;
}

.compact-prices .dollarsign {
    font-size: .75rem;
    margin-top: .25rem;
}

.compact-prices .button-white,
.compact-prices .button-red {
    background: #fff;
    margin-right: .5rem;
    padding: .25rem .75rem .3rem;
}

.compact-prices .button-white {
    border: 1px solid #f77700;
    color: #f77700;
}

.compact-prices .button-red {
    border: 1px solid #fff;
    color: #dd1100;
}

.compact-prices .button-white:hover,
.compact-prices .button-red:hover {
    background: #fe0000;
    border: 1px solid #b00f00;
    color: #fff;
}

.compact-prices .tiny .price-tag,
.compact-prices .tiny .price-tag-monline { font-size: .875rem; }

.compact-prices .tiny .dollarsign,
.whats-included .compact-prices .dollarsign {
    font-size: .625rem;
    margin-top: 4px;
}

.compact-prices .tiny .button-white,
.compact-prices .tiny .button-red {
    border: 1px solid #fff;
    color: #fff;
    font-size: .75rem;
    margin-left: .5rem;
    padding: .35rem .5rem;
}

.compact-prices .tiny .button-white { background: #f17600; }
.compact-prices .tiny .button-white:hover { background: #fe0000; }

.compact-prices .tiny .button-red { background: #d51b02; }
.compact-prices .tiny .button-red:hover { background: #fe0000; }

.compact-prices .link-only {
    color: #fff !important;
    font-size: .7rem;
    margin-top: 0 !important;
}

.compact-prices .link-only:hover,
.compact-prices .link-only:hover * { color: #000 !important; }

.compact-prices .link-only .price,
.compact-prices .link-only .price-tag { font-size: .875rem; }

.compact-prices .link-only .dollarsign {
    font-size: .625em !important;
    margin-top: 4px !important;
}

/* ==========================================================================
   chart
   ========================================================================== */

.chart,
.mobile-chart {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.chart th,
.chart td {
    border: 1px solid #e8e8e8;
    text-align: center;
    vertical-align: middle;
}

.chart th {
    border: 1px solid #fff;
    color: #fff;
    font-size: .8125rem;
    font-weight: 400;
    padding: .2rem 1rem;
}

.chart thead th:nth-of-type(1) { background: #8b8b8b; }
.chart thead th:nth-of-type(2),
.chart thead th:nth-of-type(3),
.chart thead th:nth-of-type(5) { background: #f77700; }
.chart thead th:nth-of-type(4) { background: #dd1100; }

.chart.student-home thead th:nth-of-type(1) { background: #8b8b8b; }
.chart.student-home thead th:nth-of-type(2),
.chart.student-home thead th:nth-of-type(4),
.chart.student-home thead th:nth-of-type(5) { background: #f77700; }
.chart.student-home thead th:nth-of-type(3) { background: #dd1100; }

.chart td {
    color: #616161;
    font-size: .875rem;
    padding: .75rem;
}

.chart tr td:first-of-type {
    color: #222;
    font-size: .8rem;
    text-align: right;
}

.chart tbody tr:nth-child(even) td { background: #fafafa; }

.chart .compact-prices tr td:first-of-type { border: none; }

.chart .compact-prices td {
    color: #fff;
    padding: .5rem .75rem;
}

.chart .compact-prices td:nth-of-type(2),
.chart .compact-prices td:nth-of-type(3),
.chart .compact-prices td:nth-of-type(5) { background: #f77700; }
.chart .compact-prices td:nth-of-type(4) { background: #dd1100; }

.chart.student-home .compact-prices td:nth-of-type(2),
.chart.student-home .compact-prices td:nth-of-type(4),
.chart.student-home .compact-prices td:nth-of-type(5) { background: #f77700; }
.chart.student-home .compact-prices td:nth-of-type(3) { background: #dd1100; }

.chart .x:before,
.chart .c:before,
.mobile-chart .x:before,
.mobile-chart .c:before {
    content: '';
    display: block;
    margin: 0 auto;
}

.mobile-chart .x:before,
.mobile-chart .c:before { margin-bottom: .5rem; }

.chart .x:before,
.mobile-chart .x:before {
    background: url('/mathematica/pricing/img/chart-x.png') no-repeat 50% 50%;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}

.chart .c:before,
.mobile-chart .c:before {
    background: url('/mathematica/pricing/img/chart-checkmark.png') no-repeat 50% 50%;
    background-size: 19px 15px;
    height: 15px;
    width: 19px;
}

.chart .small {
    color: #7f7f7f;
    display: block;
    font-size: .625rem;
}

.chart .medium {
    font-size: 1.0625rem;
    font-weight: 300;
}

.chart .large {
    font-size: 1.0625rem;
    font-weight: 600;
}

.chart .larger {
    font-size: 1.3125rem;
    font-weight: 600;
}

.chart .margin { margin-top: .5rem; }

.mobile-chart { margin: 1rem 0; }

.mobile-chart th,
.mobile-chart td {
    padding: .75rem;
    text-align: center;
    vertical-align: middle;
}

.mobile-chart h4 {
    color: #222;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 300;
}

.mobile-chart h4 > * { display: inline; }

.mobile-chart hr { margin: .5rem 2rem; }

.mobile-chart .small {
    color: #7f7f7f;
    display: block;
    font-size: .625rem;
}

.mobile-chart .medium {
    font-size: 1.0625rem;
    font-weight: 300;
}

.mobile-chart .large {
    font-size: 1.0625rem;
    font-weight: 600;
}

.chart.footer { margin-top: 1rem; }

.chart.footer th {
    background: none !important;
    border: 1px solid #e8e8e8;
    color: #8c8c8c;
    font-size: 1rem;
    font-weight: 400;
    padding: .75rem;
}

.chart.footer th:first-of-type,
.chart.footer td:first-of-type { border: none; }

.chart.footer th span {
    color: #404040;
    font-weight: 600;
}

.chart.footer thead td {
    height: 5px;
    padding: 0;
}

.chart.footer thead td:nth-of-type(1) { background: none; }
.chart.footer thead td:nth-of-type(2),
.chart.footer thead td:nth-of-type(3),
.chart.footer thead td:nth-of-type(5) { background: #f77700; }
.chart.footer thead td:nth-of-type(4) { background: #dd1100; }

.chart.student-home.footer thead td:nth-of-type(2),
.chart.student-home.footer thead td:nth-of-type(4),
.chart.student-home.footer thead td:nth-of-type(5) { background: #f77700; }
.chart.student-home.footer thead td:nth-of-type(3) { background: #dd1100; }

/* ==========================================================================
   annotations
   ========================================================================== */

.annotation {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    vertical-align: middle;
}

#pricing-header .annotation { margin-left: -.25rem; }

.annotation .icon {
    cursor: pointer;
    text-align: center;
}

.annotation .icon:before {
    border: 1px solid #9d9d9d;
    border-radius: 6px;
    color: #9d9d9d;
    content: '𝑖';
    display: inline-block;
    font-size: 11px;
    height: 13px;
    line-height: 11px;
    margin-left: .1rem;
    text-align: center;
    vertical-align: text-top;
    width: 13px;
}

.annotation .tooltip {
    background: #fff;
    border: 1px solid #d6d6d6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    color: #535353;
    display: none;
    font-size: 10px;
    left: 0;
    line-height: 1.5;
    min-width: 294px;
    padding: .5rem 1rem;
    position: absolute;
    text-align: left;
    text-transform: none;
    top: 0;
    width: 294px;
    z-index: 2;
}

.annotation .tooltip .before {
    border-bottom: 10px solid #d6d6d6;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 0;
    bottom: auto;
    content: '';
    display: inline-block;
    height: 8px;
    left: 137px;
    position: absolute;
    top: -10px;
    width: 8px;
}

.annotation .tooltip .after {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 0;
    bottom: auto;
    content: '';
    display: inline-block;
    height: 8px;
    left: 137px;
    position: absolute;
    top: -9px;
    width: 8px;
}

.annotation .tooltip li {
    display: list-item;
    list-style: disc;
	margin-left: 1rem;
}

/* ==========================================================================
   middle
   ========================================================================== */

#individuals-middle h3 {
    color: #222;
    font-size: 1.125rem;
    font-weight: 300;
    margin: 1.5rem 0 .5rem;
}

/* ==========================================================================
   group content
   ========================================================================== */

#groups-top h3 {
    color: #dd1100;
    font-size: 2.2rem;
    font-weight: 300;
    margin: 0 0 1.5rem;
}

#groups-top p {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 80%;
}

#groups-bottom { padding-bottom: 4.6875rem; }

#groups-bottom h3 {
    color: #dd1100;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

#groups-bottom.special-snowflake h3 {
    color: #646464;
    font-weight: 300;
    margin-bottom: 1rem;
}

#groups-bottom .flexbox {
    display: flex;
    justify-content: space-between;
}

#groups-bottom.special-snowflake .flexbox {
    justify-content: flex-start;
}

#groups-bottom .flexbox > * {
    border: 1px solid #d6d6d6;
    padding-bottom: 4.5rem;
    position: relative;
    width: 32%;
}

#groups-bottom.special-snowflake .flexbox > * {
    border: none;
    padding: 0;
    width: auto;
}

#groups-bottom .top {
    border-bottom: 1px solid #d6d6d6;
    border-top: 5px solid #f77700;
}

#groups-bottom h4 {
    color: #dd1100;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1rem 1rem 0 1rem;
    text-align: center;
}

#groups-bottom.special-snowflake h4 {
    margin-bottom: 1.8rem;
    padding: 0;
    text-align: left;
}

#groups-bottom .image {
    background: rgb(255,255,255);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(244,244,244,1) 51%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(244,244,244,1) 51%, rgba(255,255,255,1) 100%);
    padding: 1rem;
    text-align: center;
}

#groups-bottom .single-image { margin-right: 1.5rem; }

#groups-bottom .description { margin: .625rem 1rem; }

#groups-bottom.special-snowflake .description { margin: 0; }

#groups-bottom .description p { line-height: 1.4; }

#groups-bottom .list-gray {
    margin: 1.25rem 0 1rem .325rem;
    max-width: 500px;
}

#groups-bottom .list-gray > * {
    font-size: .875rem;
    line-height: 1.3;
    margin: 0 0 .625rem .625rem;
    position: relative;
}

#groups-bottom .list-gray > *:before {
    background: #c0c0c0;
    content: '';
    display: inline-block;
    height: 5px;
    left: -.75em;
    position: absolute;
    top: .45em;
    width: 5px;
}

#groups-bottom .button-white {
    bottom: 1.5rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 150px;
}

/* ==========================================================================
   shared footer
   ========================================================================== */

#pricing-footer {
    margin-bottom: 2.25rem;
    margin-top: 1.875rem;
}

#pricing-footer li {
    text-align: center;
}

#pricing-footer a {
    color: #535353;
    display: inline-block;
    line-height: 32px;
    margin-right: 3.75rem;
    padding-left: 3.75rem;
}

#pricing-footer a:hover { color: #f77700; }

#pricing-footer li:nth-of-type(1) a {
    background: url('/mathematica/pricing/img/footer-trial.png') no-repeat;
    background-size: 50px 32px;
}

#pricing-footer li:nth-of-type(2) a {
    background: url('/mathematica/pricing/img/footer-questions.png') no-repeat;
    background-size: 50px 32px;
    margin-right: 0;
}

/* ==========================================================================
   faq
   ========================================================================== */

.faq-icon {
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    margin-left: -.25rem;
    text-align: center;
    vertical-align: middle;
}

.faq-icon:before {
    border: 1.4px solid #dd1100;
    border-radius: 6px;
    color: #dd1100;
    content: '𝑖';
    display: inline-block;
    font-size: 11px;
    height: 13px;
    line-height: 11px;
    margin-left: .1rem;
    text-align: center;
    vertical-align: text-top;
    width: 13px;
}

#faq {
    border-top: 1px solid #ccc;
    margin-bottom: 4.875rem;
    padding-top: 1.875rem;
}

#faq h3 {
    color: #dd1100;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    font-weight: 400;
}

#faq h3:after {
    background: url('/mathematica/pricing/img/arrow.png') no-repeat center;
    background-size: 1rem;
    content: '';
    display: inline-block;
    height: .5rem;
    margin-left: .375rem;
    transition: transform .25s ease-in-out;
    vertical-align: middle;
    width: 1rem;
}

#faq.open h3:after { transform: rotate(-180deg); }

#faq-wrapper { display: none; }

#faq-wrapper h4 {
    color: #2d2d2d;
    font-weight: 600;
    margin: 1.75rem 0 .5rem 0;
}

#faq-wrapper p {
    color: #303030;
    font-size: .85rem;
    margin-bottom: .75rem;
}

#faq-wrapper ul {
    color: #303030;
    font-size: .85rem;
    margin: 0 0 .75rem 0;
}

#faq-wrapper li:before {
    color: #2f2f2f;
    content: '•';
    display: inline-block;
    font-size: .85rem;
    margin-right: .25rem;
}

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

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

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

    #select-header .flexbox a:last-child { display: flex; }

    #individuals-top .flexbox { border-right: 1px solid #d6d6d6; }

    #individuals-top .flexbox > * { margin-top: .9rem; }

    #individuals-top .flexbox .popular { margin-top: 3px; }
}

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

@media all and (max-width: 900px) {
    .button-red,
    .button-white,
    .button-orange { padding: .7rem 1rem; }

    #select-header { margin-top: .5rem; }

    #individuals-top .flexbox > * { padding-bottom: 180px; }

    #individuals-top .flexbox > *:last-child { border: 2px solid #f77700; }

    #individuals-top .top { padding: .625rem 1rem 0; }

    #individuals-top h3 { font-size: 1rem; }

    #individuals-top .enterprise h3 { border: none; }

    #individuals-top .top h4,
    #individuals-bottom .top h4,
    #individuals-top .top .large,
    #individuals-bottom .top .large { font-size: 1rem; }

    #individuals-top .middle { padding: 0 1rem; }

    .compact-prices .price-wrapper > div,
    .compact-prices .price-wrapper > span {
        display: block;
        margin: .25rem 0 0 0;
    }

    .compact-prices .price-wrapper + .price-wrapper {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .compact-prices .price-wrapper + .price-wrapper span {
        margin-left: 0;
        margin-right: 0;
        order: 2;
    }

    .compact-prices .price-wrapper a,
    .compact-prices .price-wrapper + .price-wrapper a {
        margin-left: 0;
        margin-right: 0;
        order: 1;
    }

    .price-tag,
    .price-tag-monline { font-size: 2.325rem; }

    .dollarsign {
        font-size: 1.4rem;
        margin-top: .6rem;
    }

    .chart .small,
    .mobile-chart .small { font-size: .725rem; }

    #groups-top p { max-width: 100%; }

    #groups-bottom h4 {
        padding: 0 0 1rem 0;
        text-align: left;
    }

    #groups-bottom .image { padding: .625rem 1.5rem 0 0; }

    #groups-bottom .description { margin: .625rem 0 0 0; }

    #groups-bottom .description p { font-size: 1.1rem; }

    #groups-bottom .list-gray > * { font-size: .975rem; }

    #groups-bottom .button-white { position: static; }

    #pricing-footer a { padding-left: 4rem; }

    #pricing-footer li:nth-of-type(1) a { margin-right: 1.25rem; }
}

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

@media all and (max-width: 600px) {
    .pricing-width { padding: 0 1rem; }

    #pricing-header {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }

    #pricing-header h2 { font-size: 2.2rem; }

    #select-header a.active:after { display: none; }

    #individuals-wrapper { margin: 0 0 2rem 0 }

    #individuals-top .flexbox { border-right: none; }

    #individuals-top .flexbox .popular { margin-top: 3px !important; }

    #individuals-top .flexbox > *,
    #individuals-top .flexbox > *.sneauxphlayque { margin-top: 2rem; }

    #individuals-top .flexbox > *,
    #individuals-bottom {
        border: 2px solid #f77700;
        outline: 3px solid #f77700;
        position: static;
        z-index: 1;
    }

    #individuals-top table.chart td {
        border: none;
        margin-bottom: 0;
        outline: none;
        padding: .5rem 1rem;
    }

    #individuals-top h3,
    #individuals-bottom h3 {
        border: none;
        font-size: 2.1rem;
        font-weight: 300;
        justify-content: center;
    }

    #individuals-top .popular h3 {
        padding: .6rem 1rem 1rem 1rem;
        text-align: left;
    }

    #individuals-top .popular h3:before { display: none; }

    #individuals-top h3 span span,
    #individuals-bottom h3 span span {
        color: #fff;
        display: inline-block;
        font-size: 2.1rem;
        font-weight: 600;
        vertical-align: top;
    }

    #individuals-top .top h4,
    #individuals-bottom .top h4,
    #individuals-top .top .large,
    #individuals-bottom .top .large { font-size: 1.5rem; }

    #individuals-top .top,
    #individuals-bottom .top {
        margin-left: auto;
        margin-right: auto;
        max-width: 260px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 2rem;
        text-align: left;
        width: 100%;
    }

    #individuals-top .popular.td-only .top:after { display: none; }

    #individuals-top .list-gray > *,
    #individuals-bottom .list-gray > * { font-size: 1.1rem; }

    #individuals-top .top ul,
    #individuals-bottom .top ul { padding-bottom: .5rem; }

    #individuals-top .middle {
        bottom: 0;
        margin-bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 260px;
        padding-left: 0;
        padding-right: 0;
        position: static;
    }

    #individuals-bottom .middle {
        margin-left: auto;
        margin-right: auto;
        max-width: 260px;
        padding-left: 0;
        padding-top: 0;
        width: 100%;
    }

    #individuals-bottom .whats-included { border-bottom: 1px solid #f77700; }

    #individuals-top .middle .price-link { max-width: 260px; }

    #individuals-top .enterprise { border: none; }

    .price-wrapper.small { margin-top: 1.5rem; }

    .price-tag,
    .price-tag-monline { font-size: 2.525rem; }

    .small .price-tag,
    .small .price-tag-monline { font-size: 1.75rem; }

    .small .dollarsign {
        font-size: 1rem;
        margin-top: 5px;
    }

    .whats-included .compact-prices .tiny .dollarsign {
        font-size: .625rem;
        margin-top: 2px !important;
    }

    .button-red,
    .button-white,
    .button-orange { font-size: 1.3rem; }

    .button-red.small,
    .button-white.small,
    .button-orange.small {
        font-size: .95rem;
        padding: .38rem .5rem;
    }

    #groups-top h3 {
        font-size: 2rem;
        margin: 0 0 1rem;
    }

    #groups-bottom { padding-bottom: 0; }

    #groups-bottom h4 {
        padding-left: 0;
        padding-right: 4rem;
    }

    #groups-bottom .image {
        padding: 0;
        position: absolute;
        right: 0;
        top: -5px;
    }

    #groups-bottom .image img:last-child {
        height: 45px;
        width: auto;
    }

    #groups-bottom h4 { font-size: 1.6rem; }

    #groups-bottom hr { margin-bottom: 1.5rem; }

    #groups-bottom .button-white {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
    }

    #pricing-footer a {
        background-position: top center !important;
        margin: 0 !important;
        padding-left: 0;
        padding-top: 2.5rem;
    }

    #pricing-footer li:nth-of-type(2) {
        border-top: 1px solid #d8d8d8;
        padding-top: 2rem;
    }
	.annotation .tooltip {
		width: 80%;
	}
}

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

@media all and (max-width: 320px) {
	.annotation .tooltip {
		min-width: 255px;
		width: 255px;
	}
}
/* printer styles
   ========================================================================== */

@media print {
}