/* hero section
----------------------------------*/
.hero {
    background: #1facb3;
}
.hero .inner {
    color: #fff;
    position: relative;
    padding: 50px 0 0 0;
    height: 486px;
    position: relative;
}
.hero .inner h1 {
    font-size: 32px;
    line-height: 48px;
    color: #fff;
    font-weight: 300;
}
.hero .inner h1 strong {
    font-weight: 400;
    font-size: 41px;
}
.half .medium {
    margin: 0 0 23px;
}

.top-blurb a img {
    vertical-align: middle;
    padding: 0 10px 0 0;
}
.top-small-links {
    margin: 10px 0 0 0;
    line-height: 1;
}
.top-small-links a {
    font-size: 13px;
    color: #c7ffff;
}
.top-small-links a:hover {
    color: #fff;
}
.top-small-links a strong {
    color: #fff;
    font-weight: 400;
}

/* animation in the hero section
------------------------------*/
.laptop {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 42px;
    height: 476px;
    width: 749px;
}
.laptop_frame {
    position: absolute;
    z-index: 10;
    top: 0;
}

.white_frame {
    position: absolute;
    z-index: 5;
    top: 30px;
    left: 570px;
    display: none;
}
.graphic {
    position: absolute;
    z-index: 7;
    top: 23px;
    right: 24px;
}

/* main blurb section
----------------------------------*/
.main-blurb {
    width: 678px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 30px;
}
.main-blurb h2 {
    font-size: 45px;
}
.main-blurb h2 strong {
    color: #1fadb3;
    font-weight: 400;
}
.large {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 23px 0;
}
.medium {
    font-size: 18px;
    line-height: 28px;
}
.educators-blurb .medium {
    font-size: 21px;
    line-height: 31px;
}
.gallery {
    margin: 20px 0 20px -5%;
}

.side-blurb {
    width: 200px;
    vertical-align: middle;
    display: inline-block;
    color: #535353;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    margin: 120px 0 0 30px;
    font-style: italic;
}
.side-blurb .normal {
    font-style: normal;
}
/* intro
---------------------------*/
.intro-section a:hover {
    color: #1fadb3;
}

/* start exploring
---------------------------*/
.start-exploring {
    margin: 60px 0 0 0;
}
.start-exploring .button {
    font-size: 20px;
    padding: 10px 20px;
}
.start-exploring-options {
    display: inline-block;
    padding: 0;
    margin: 18px 0 15px 0;
}
.start-exploring-options a.grey {
    color: #404040;
}
.start-exploring-options a.grey:hover {
    color: #e45700;
}

.intro-section .inner {
    background: url('/National_Library/20160330061658oe_/http://www.wolfram.com/programming-lab/images/bg1.png') no-repeat right top;
}

/* wolfram language explorations
---------------------------*/
.explorations-section {
    background: #1facb3;
}
.explorations-section .inner {
    background: url('/National_Library/20160330061658oe_/http://www.wolfram.com/programming-lab/images/bg2.png') no-repeat right top;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.explorations-section a {
    color: #fff;
}
.explorations-section a:hover {
    color: #a0e6ee;
}
.explorations-section h2 {
    margin: 0;
    font-weight: 300;
    color: #fff;
    padding: 15px 0 40px 84px;
}
.explorations-section .gallery {
    margin: 40px 0 40px 34px;
    width: 1022px;
}
.explorations-section .gallery + .gallery {
    margin-bottom: 35px;
}
.browse-explorations {
    margin: 0 0 10px 80px;
    vertical-align: middle;
}
.window {
    width: 32px;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.window span {
    width: 9px;
    height: 5px;
    border: 2px solid #fff;
    display: inline-block;
    margin: 0 2px 2px 0;
}
a:hover .window span {
    border-color: #a0e6ee;
}

/* Deeper Understanding
---------------------------*/
.deeper-understanding-section {
    background: #157b80;
}
.deeper-understanding-section .inner {
    background: url('/National_Library/20160330061658oe_/http://www.wolfram.com/programming-lab/images/bg3.png') no-repeat left top;
}
.deeper-understanding-section h2 {
    color: #fff;
    font-weight: 300;
    margin: 44px 0 20px 153px;
}
.deeper-understanding-section a {
    color: #a0e6ee;
}
.deeper-understanding-section a:hover {
    color: #1fadb3;
}
.deeper-understanding-section h2 + p {
    color: #fff;
    width: 350px;
    font-size: 18px;
    margin: 2px 0px 130px 153px;
}

/* Educators
---------------------------*/
.educators-section .inner {
    background: url('/National_Library/20160330061658oe_/http://www.wolfram.com/programming-lab/images/bg4.png') no-repeat right top;
}
.educators-section h2 {
    color: #1fadb3;
}
.educators-section .medium {
    margin: 15px 0;
}
.educators-section a:hover {
    color: #1fadb3;
}

.vertical-pipe {
    width: 7px;
    height: 494px;
    background: #25d2d9;
    position: absolute;
    top: 131px;
    left: 0;
}

.educators-blurb {
    margin: 20px 0 40px;
    width: 768px;
}