﻿/* Move down content because we have a fixed navbar that is 50px tall */

body {
    padding-top: 90px;
    padding-bottom: 20px;
	font-size: 16px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-nav > li {
	font-size: 14px;
}

.navbar-inverse {
    border-color: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #d49911;
}

.nav {
    padding-top: 15px;
}

.black {
    background-color: #222222;
    padding: 10px 0;
    border-bottom: 1px solid;
    border-color: #080808;
}

.small {
    font-size: 11px;
    display:inline-block;
    text-align: center;
    color: #ffffff;
}

.galtonboardAnniversarybg {
    background-color: #1b0e0e;
}

.original-board {
    background: url(/Content/Images/boards/DesktopVersion_web.png) top center no-repeat;
    display:block;
    width:58px;
    height:100px;
}

    .original-board:hover {
        background: url(/Content/Images/boards/DesktopVersion_web_hover.png) top center no-repeat;
        display: block;
        width: 58px;
        height: 100px;
    }

.large-stockmarket-board {
    background: url(/Content/Images/boards/LargeHex-StockVersion_web.png) top center no-repeat;
    display: block;
    width: 77px;
    height: 100px;
}

    .large-stockmarket-board:hover {
        background: url(/Content/Images/boards/LargeHex-StockVersion_web_hover.png) top center no-repeat;
        display: block;
        width: 77px;
        height: 100px;
    }

.large-hex-board {
    background: url(/Content/Images/boards/LargeHexVersion_web.png) top center no-repeat;
    display: block;
    width: 77px;
    height: 100px;
}

    .large-hex-board:hover {
        background: url(/Content/Images/boards/LargeHexVersion_web_hover.png) top center no-repeat;
        display: block;
        width: 77px;
        height: 100px;
    }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* background colors */

.light-grey {background-color: #f5f5f5;}
.twitter-blue {
    color: #1da1f2;
}
    

/* Headers */

h1 {
	font-size: 28px;
	padding: 20px 0;
}

h2 {
	font-size:24px;
	padding: 0 0 20px 0;
}

h5 {
	font-size: 17px;
	font-weight: bold;
	color: #19769c;
}
h3 small {
    color: #ffffff;
    font-size: 18px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rounded-circle {
    border-radius: 50%!important;
}
.orangeButton {
    margin: 30px auto;
    text-align: center;
}
.orangeButton a {
    padding:20px;
    width: 200px;
    background: #ff6a00;
    color: #ffffff;
    font-size:14px;
    font-weight: bold;
}
.orangeButton a:hover {
        background-color: #c15203;
        text-decoration: none;
}
.flag-icon {
    /*border-radius: 50% !important;*/
    width: 22px !important;
    line-height: 2.2em !important;
    height: 22px !important;
}

.flag-icon-global {
    background-image: url(Images/globe-icon.png);
    position:relative;
    display:inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}


.cyberweek {
    background-color: #063248;
    border-top: 4px solid #ff6a00;
}

.valentines {
    background: rgb(33,31,36);
    background: linear-gradient(90deg, rgba(33,31,36,1) 0%, rgba(54,55,68,1) 100%);
    border-top: 4px solid #ff0000;
}

.reddit {
    width: 90%;
    height: 140px;
    background: #063248;
    color: #ff6a00;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
}

    .reddit a {
        color: #ff6a00;
        font-weight: bold;
    }

    /* Video page set up to look like netflix */
    #video {
	background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	margin: 0 auto;
	min-height: 100%;
	height: auto!important;
	height: 100%;
}

#video h1 {
	color: #6DACC3;
}

#video h3 {
	color: #808080;
	min-height: 56px;
	font-weight: 300;
	font-size:21px;
	line-height: 28px;
	margin-top:30px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
}

.blueTitleHighlight {
	background-color: #00B1F5; color: #ffffff; font-weight: bold; text-transform: capitalize; font-size: 18px;  text-align: center; margin:0 auto; width:350px;
}

.orangeTitleHighlight {
	background-color: orange; color: #ffffff; font-weight: bold; text-transform: capitalize; font-size: 18px;  text-align: center; margin:32px auto; width:350px;
}

.orangemixTitleHighlight {
	background: linear-gradient(25deg,#003f94,#5689d0); color: #ffffff; font-weight: bold; text-transform: capitalize; font-size: 18px;  text-align: center; margin:32px auto; width:350px;
}

.orangemixTitleHighlight a {
	color: #ffffff;
}

.button_example {
    border: 1px solid #a71111;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #DA1616;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DA1616), to(#B33030));
    background-image: -webkit-linear-gradient(top, #DA1616, #B33030);
    background-image: -moz-linear-gradient(top, #DA1616, #B33030);
    background-image: -ms-linear-gradient(top, #DA1616, #B33030);
    background-image: -o-linear-gradient(top, #DA1616, #B33030);
    background-image: linear-gradient(to bottom, #DA1616, #B33030);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#DA1616, endColorstr=#B33030);
}

    .button_example:hover {
        border: 1px solid #7d0d0d;
        background-color: #ac1111;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ac1111), to(#8b2525));
        background-image: -webkit-linear-gradient(top, #ac1111, #8b2525);
        background-image: -moz-linear-gradient(top, #ac1111, #8b2525);
        background-image: -ms-linear-gradient(top, #ac1111, #8b2525);
        background-image: -o-linear-gradient(top, #ac1111, #8b2525);
        background-image: linear-gradient(to bottom, #ac1111, #8b2525);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ac1111, endColorstr=#8b2525);
    }
.button_example {
    border: 1px solid #a71111;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #DA1616;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DA1616), to(#B33030));
    background-image: -webkit-linear-gradient(top, #DA1616, #B33030);
    background-image: -moz-linear-gradient(top, #DA1616, #B33030);
    background-image: -ms-linear-gradient(top, #DA1616, #B33030);
    background-image: -o-linear-gradient(top, #DA1616, #B33030);
    background-image: linear-gradient(to bottom, #DA1616, #B33030);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#DA1616, endColorstr=#B33030);
}

    .button_example:hover {
        border: 1px solid #7d0d0d;
        background-color: #ac1111;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ac1111), to(#8b2525));
        background-image: -webkit-linear-gradient(top, #ac1111, #8b2525);
        background-image: -moz-linear-gradient(top, #ac1111, #8b2525);
        background-image: -ms-linear-gradient(top, #ac1111, #8b2525);
        background-image: -o-linear-gradient(top, #ac1111, #8b2525);
        background-image: linear-gradient(to bottom, #ac1111, #8b2525);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ac1111, endColorstr=#8b2525);
    }

.white-button {
    height: 32px;
    width: 130px;
    border-radius: 3px;
    border: 2px solid white;
    color: white;
    text-transform: capitalize;
    font-size: 14px;
    padding: 8px 14px 6px 14px;
    margin-right: 10px;
}

.lightblue-button {
    height: 32px;
    width: 130px;
    border-radius: 3px;
    border: 2px solid deepskyblue;
    color: deepskyblue;
    text-transform: capitalize;
    font-size: 14px;
    padding: 8px 14px 6px 14px;
    margin-right: 10px;
}

.blue-button {
    height: 32px;
    width: 130px;
    border-radius: 3px;
    border: 2px solid mediumslateblue;
    color: mediumslateblue;
    text-transform: capitalize;
    font-size: 14px;
    padding: 8px 14px 6px 14px;
}

.green-button, .green-button:hover {
    height: 32px;
    width: 130px;
    border-radius: 3px;
    background-color: #389237;
    color: white;
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px 70px 11px 70px;
}

#eipiphiny {
    background: #000000;
    background-image: -webkit-linear-gradient(top, #000000, #433f3e);
    background-image: -moz-linear-gradient(top, #000000, #433f3e);
    background-image: -ms-linear-gradient(top, #000000, #433f3e);
    background-image: -o-linear-gradient(top, #000000, #433f3e);
    background-image: linear-gradient(to bottom, #000000, #433f3e);
    color: #ffffff;
}

.learnMoreBtn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    width: 150px;
}

    .learnMoreBtn:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }

/*.twitter {font-size: 20px; color: #1DA1F2; float: left; margin-top: 35px;}*/

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

img.ninety
{
    height:90%;
    width:90%;
}

img.eighty
{
    height:80%;
    width:80%;
}

img.seventy
{
    height:70%;
    width:70%;
}

img.sixty
{
    height:60%;
    width:60%;
}

img.fifty
{
    height:50%;
    width:50%;
}

img.forty
{
    height:40%;
    width:40%;
}

img.thirty
{
    height:30%;
    width:30%;
}

.center {
	margin: 0 auto;
}

div
{
    line-height:32px;
}

ul li
{
    line-height:26px;
}

li a 
{
    cursor:pointer;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.explore-margin-top-75 {
	margin-top: 75px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}
.marg-r-5
{
    margin-right:5px;
}
.marg-r-10
{
    margin-right:10px;
}
.marg-l-10
{
    margin-left:10px;
}
.pad-15 {
    padding:15px;
}
.pad-5 {
    padding:5px;
}
.pad-t-30
{
    padding-top:30px;
}

.pad-t-20
{
    padding-top:20px;
}

.pad-b-20
{
    padding-bottom:20px;
}

.pad-b-30
{
	padding-bottom:30px;
}

.font-w
{
    color:white;
}

.trw
{
    height:80%;
    width:80%;
}

.quote {
	font-size: 14px!important;
	line-height: 20px!important;
	font-weight: 500!important;
}

.price {
	font-size: 30px;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 20px;
}

.store
{
    padding-top:20px;
    padding-bottom:20px;
}
.store2
{
    margin-top:20px;
    margin-bottom:20px;
}

.storelist {
	margin: 0 auto;
	text-align: center;
}

.storelist ul li {
	display: inline-block;
	margin-right: 20px;
}

ul:not(.nav)
{
    margin-left:-25px; 
    font-weight:normal; 
    font-size:16px
}
.videoAlignCenter {
    margin: 0 auto;
}

#explore, #explore a
{
    background-color:#535353;
    color:floralwhite;
    font-size:21px;
    font-weight:600;
    text-decoration:none;
}

#explore a:hover
{
    color:lightblue;
}

#explore span img
{
    padding-right:10px;
    width:50px;
}

#explore div
{
    vertical-align:middle;
}

.info {
	font-size: 12px;
	margin: -16px;;
	padding: 0;
}

div.info {
	line-height: 0!important;
}


.cards {
    background: #e5e5e5;
    padding: 15px;
    display: block;
    min-height: 300px;
    height: auto;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0px 14px 17px -6px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 14px 17px -6px rgba(0,0,0,0.55);
    box-shadow: 0px 14px 17px -6px rgba(0,0,0,0.55);
}

.cards h3 {
    font-size:24px;
    color: #333333;
    line-height:1.3em;
    margin: 0 0 10px 0;
}
.cards img {
    margin-left: 10px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
}
.cards p {
    line-height: 1.5em;
}

.cards .btn {
    padding: 0!important;
}

.cards .largeViewText {
    text-align: center;
    margin: 0;
    font-size: 10px;
    }
.cards .modal-body img, png {
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
.cardsSpecial img {
    height: 220px!important;
}

.cardsLarge {
    background: #e5e5e5;
    padding: 15px;
    display: block;
    min-height: 650px;
    height: auto;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0px 14px 17px -6px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 14px 17px -6px rgba(0,0,0,0.55);
    box-shadow: 0px 14px 17px -6px rgba(0,0,0,0.55);
}
.cardsLarge iframe {
    display: block;
    width: 750px;
    height: 600px;
    margin: 0 auto;
}

    .cardsLarge h3 {
        font-size: 24px;
        color: #333333;
        line-height: 1.3em;
        margin: 0 0 10px 0;
    }

    .cardsLarge img {
        margin-left: 10px;
        margin-bottom: 20px;
        border: 1px solid #cccccc;
    }

    .cardsLarge p {
        line-height: 1.5em;
    }

    .cardsLarge .btn {
        padding: 0 !important;
    }

    .cardsLarge .largeViewText {
        text-align: center;
        margin: 0;
        font-size: 10px;
    }

    .cardsLarge .modal-body img {
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }

.hashtag ul li {
    display: inline-block;
    list-style:none;
    margin-right:20px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;

}

.socialmedia ul li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
    text-align: center;
}

/* NGY Galton Board CSS */

.nGY2 .nGY2GThumbnailLabel {
    display: block;
    background: rgba(0, 0, 0, .75)!important;
    left: 0;
    right: 0;
    padding: 4px;
    margin: 0;
    position: absolute;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box
}


/* font face icons for any use */
@font-face {
	font-family: 'IcoMoon';
	src: url('Icomoon/icomoon.eot');
	src: url('Icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('Icomoon/icomoon.svg#IcoMoon') format('svg'),
		url('Icomoon/icomoon.woff') format('woff'),
		url('Icomoon/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Add the following CSS properties to your stylesheet if you want to have a class per icon */
[class^="icon-"], [class*=" icon-"] {
	font-family: 'IcoMoon';
	font-style: normal;
}

/* Add the following classes to your stylesheet if you want to use data attributes for inserting your icons */
.iconb:before, .icona:after {
	font-family: 'IcoMoon';
	content: attr(data-icon);
}

.icon-full-screen:before {
	content: "\e23a";
}

.stemcallout {
	background: #e5e5e5;
	padding: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 2.0;
}

.stemcallout a {
	color: #336699;
	font-size: 15px;
}

.stemcallout img {
	display: block;
}

.stemcallout table {
	font-size: 14px;
	font-weight: 400;
}

.stemcallout table th {
	font-size: 18px;
	font-weight: 600;
}

.distribution-gradient {
	width: 100%;
	background: linear-gradient(25deg,#999999,#333333);
	padding: 0;
	color: #ffffff;
}
.logomold-gradient {
    width: 100%;
    background: linear-gradient(25deg,#deedf7,#6f8ba7);
    padding: 0;
    color: #333333;
    padding: 30px 0;
}

/* For social media section */
#socialmedia {
    background: #000000;
}
#gallery{
	float: left;
	width: 100%;
	background: linear-gradient(25deg,#003f94,#5689d0);
	padding-bottom: 30px;
}
#gallery-header{
	height: 100px;
	width: 100%;
	float: left;
}
#gallery-header-center{
	height: 100px;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
}
#gallery-header-center-left{
	float: left;
	height: 35px;
	line-height: 35px;
	margin-top: 32px;
	margin: 30px auto 0 auto;
}
#gallery-header-center-left-icon{
	float: left;
	height: 35px;
	width: 35px;
	background-color: rgba(48,104,179,1);
	color: rgba(255,255,255,1);
	text-align: center;
	font-size: 20px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#gallery-header-center-left-icon:hover {
	background-color: rgba(63,141,191,0.5);
	cursor: pointer;
}
#gallery-header-center-left-title{
	float: left;
	height: 35px;
	font-size: 25px;
	color: #ffffff;
	margin-left: 20px;
}
#gallery-header-center-right{
	float: right;
	height: 35px;
	margin-top: 32px;
	line-height: 35px;
}
.gallery-header-center-right-links {
	color: #cccccc;
	float: left;
	height: 35px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.gallery-header-center-right-links:hover {
	background-color: rgba(63,141,191,1);
	color: rgba(255,255,255,1);
	cursor: pointer;
}
.gallery-header-center-right-links-current {
	color: #FFFFFF;
	background-color: rgba(63,141,191,1);
}
.gallery-header-center-right-links-current:hover {
	background-color: rgba(63,141,191,0.5);
}
#gallery-content{
	float: left;
	width: 100%;
}
.gallery-content-center-normal {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.gallery-content-center-full {
	float: left;
	width: 100%;
}
#gallery-content-center img {
	width: 300px;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-left: 10px;
}

/* For Math Brains Page */

.mathBrains {
    width: 100%;
    background: linear-gradient(180deg,#003f94,#5689d0);
    padding-bottom: 30px;
}
    .mathBrains h1 {
        color: #ffffff;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
        font-size: 48px !important;
        font-weight: bold;
    }

    .mathBrains p {
        color: #ffffff;
        font-size: 21px !important;
    }

    .mathBrains h2 {
        color: #ffffff;
        font-size: 26px !important;
        font-weight: bold;
    }

    .interactGaltonboard {

    }
        .interactGaltonboard h1 {
            text-align: center;
            color: #428bca;
            font-size: 48px !important;
            font-weight: 500;
        }

/* <a href="https://www.jqueryscript.net/animation/">Animation</a> */
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }

    45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }

    45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}

/* Hotspot */

#hotspotImg {
    background-position: center center;
    position: relative;
}

#hotspotImg .img-responsive {
        max-width: 100%;
        margin: 0 auto;

}

#hotspotImg .hot-spot {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 5px;
        left: 5px;
        text-align: center;
        background-color: rgba(229, 0, 137, 0.8);
        color: #fff;
        border-radius: 100%;
        cursor: pointer;
        transition: all .3s ease;
}

.hot-spot-1 {
    left: 60%!important;
    top: 5%!important;
}

.hot-spot-2 {
    left: 51% !important;
    top: 9% !important;
}

.hot-spot-3 {
    left: 52% !important;
    top: 24% !important;
}

.hot-spot-4 {
    left: 40% !important;
    top: 32% !important;
}

.hot-spot-5 {
    left: 53% !important;
    top: 34% !important;
}

.hot-spot-6 {
    left: 46% !important;
    top: 56% !important;
}

.hot-spot-7 {
    left: 49% !important;
    top: 87% !important;
}

#hotspotImg .hot-spot .circle {
            display: block;
            position: absolute;
            top: 46%;
            left: 46%;
            width: 2em;
            height: 2em;
            margin: -1em auto auto -1em;
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            border-radius: 50%;
            border: 1px solid #E5008A;
            opacity: 0;
            -webkit-animation: pulsate 3s ease-out infinite;
            animation: pulsate 3s ease-out infinite;
}

#hotspotImg .hot-spot .tooltip {
            background-color: rgba(58, 95, 150, 0.9);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border-color: 1px solid #1b3e71;
            color: #fff;
            display: none;
            font-size: 14px;
            opacity: 1.0;
            left: 0px;
            padding: 15px 5px;
            position: absolute;
            text-align: left;
            top: 30px;
            width: 280px;
            z-index: 999;
}

#hotspotImg .hot-spot .tooltip .img-row {
                padding: 10px;
                text-align: center;
}

#hotspotImg .hot-spot .tooltip .text-row {
                padding: 15px;
}

#hotspotImg .hot-spot .tooltip h4 {
                margin-bottom: 10px;
                border-bottom: 1px solid #ffffff;
}

#hotspotImg .hot-spot .tooltip p {
                font-size: 14px;
                line-height: 1.4em;
                margin-bottom: 10px;
}

#hotspotImg .hot-spot .tooltip p:last-child {
                    margin-bottom: 0;
}


.mStevens {
    background: #000000;
    margin-top:6%;
}

    .mStevens h1 {
        text-align: center;
        color: #FFF;
        font-size: 48px !important;
        font-weight: 500;
    }
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper object,
    .videoWrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .mathBrainsTestimonials {

        background: #fff;

    }

        .mathBrainsTestimonials h1 {
            color: #428bca;
            text-align: center;
            font-size: 48px !important;
            font-weight: 500;
        }

.orangeHighlight {
    color: #ffb628;
}


/* Product Hunt.com */

.productHuntTitle {
    color: #ffffff;
    background: linear-gradient(135deg, #008cec 0%, #004286 100%);
}

    .productHuntTitle h1 {
        color: #ffffff;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
        font-size: 36px !important;
        font-weight: bold;
    }

    .productHuntTitle p {
        color: #ffffff;
        font-size: 24px !important;
        font-weight: 400;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
        line-height: 1.5em;
    }

    .productHuntTitle a {
        color: #ffffff;
    }

.yellow-callout {
    background: yellow;
    display: block;
    padding: 10px;
    transform: rotate(2deg);
    width: 35%;
    text-align: center;
    color: black;
}

    .yellow-callout h2 {
        padding: 0;
    }

.black-callout {
    background: #000;
    display: block;
    padding: 10px;
    transform: rotate(2deg);
    width: 50%;
    text-align: center;
}

    .black-callout h2 {
        padding: 0;
    }

.black-callout2 {
    background: #000;
    display: block;
    padding: 10px;
    transform: rotate(-3deg);
    width: 50%;
    text-align: center;
}

    .black-callout2 h2 {
        padding: 0;
    }

.black-callout3 {
    background: #000;
    display: block;
    padding: 10px;
    transform: rotate(4deg);
    width: 50%;
    text-align: center;
}

    .black-callout3 h2 {
        padding: 0;
    }

a.button1 {
    display: inline-block;
    padding: 0.35em 1.2em;
    border: 0.1em solid #FFFFFF;
    margin: 0 1.5em 1.5em 0;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.2s;
}

    a.button1:hover {
        color: #19769c;
        background-color: #FFFFFF;
    }

@media all and (max-width:30em) {

     a.button1 {
        display: block;
        margin: 0.4em auto;
    }

}

.bouncy {
    animation: bouncy 5s infinite linear;
    position: relative;
}

@keyframes bouncy {
    0% {
        top: 0em
    }

    40% {
        top: 0em
    }

    43% {
        top: -0.9em
    }

    46% {
        top: 0em
    }

    48% {
        top: -0.4em
    }

    50% {
        top: 0em
    }

    100% {
        top: 0em;
    }
}

/* Learn More Page */

.learnMoreTitle {
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);

	background: linear-gradient(135deg, #6f42c1 0%, #4582EC 100%);
}
    .p-0 {
        padding: 0 !important;
    }

svg:not(:root) {
    overflow: hidden;
}

.decorative-divider {
    display: block;
    position: relative;
    z-index: 0;
    height: 6rem;
    width: 100%;
}

.bg-gradient {
    background: linear-gradient(135deg, #6f42c1 0%, #4582EC 100%);
}
.bg-gradient2 {
    background: linear-gradient(135deg, #008cec 0%, #004286 100%);
}


.text-white {
    color: #fff !important;
}

.bg-gradient a {
	color: #ffea00;
}

.mathExhibits ul li {
	display: block;
	text-align: center;
}

.dropdown-menu {
    text-align: left;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Styles for the gallery */

.gallery {
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}

.tz-gallery {
    padding: 40px;
}

    .tz-gallery .thumbnail {
        padding: 0;
        margin-bottom: 30px;
        background-color: #fff;
        border-radius: 0;
        border: none;
        transition: 0.15s ease-in-out;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
        min-height: 450px;
        height: auto;
    }

        /* .tz-gallery .thumbnail::before {
            content: attr(data-hover);
            display: block;
            background: #000;
            position: absolute;
            top: 0;
            padding: 10px;
            color: #fff;
            font-size: 14px;
            z-index: 999;
            opacity:0;
            transition:opacity 0.4s ease-out;
        }*/
        .tz-gallery .thumbnail:hover {
            transform: translateY(-10px) scale(1.02);
    }

    /*.tz-gallery .thumbnail:hover::before {
            opacity: 0.5

        }
*/
    .tz-gallery .lightbox img {
    border-radius: 0;
}

.tz-gallery .thumbnail img {
    width: 525px;
    height: 350px;
    object-fit: contain;
    background: #000;
}

    .tz-gallery img {
        border-radius: 0;
    }

    .tz-gallery .caption {
        padding: 20px 5px;
        text-align: center;
    }

        .tz-gallery .caption h3 {
            font-size: 14px;
            font-weight: bold;
            margin-top: 0;
        }

        .tz-gallery .caption p {
            font-size: 12px;
            color: #7b7d7d;
            margin: 0;
            text-align: center;
            line-height: 1.4em;
        }

.baguetteBox-button {
    background-color: transparent !important;
}

.navbar-collapse {
    max-height: 424px!important;
}

#home-fair-price {
    background-image: url('images/blue_background_strip.png');
    /*background-repeat:no-repeat-y;*/
    min-height: 353px;
    color: white;
}

#home-explain {
    background-image: url('/content/images/blue_background_strip.png');
    background-repeat: repeat-x;
    background-size: contain;
    overflow: hidden;
    color: white;
}

#home-wisdom {
    /*background-image: url('images/wisdom-of-crowds.png');*/
    height: 308px;
    color: white;
}
.youtube-container {
    display: block;
    margin: 20px auto;
    max-width: 600px;
    width: 100%;
}
.banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
#articlelist p {
    font-size:13px;
    line-height:1.4em;
}
.vidBlock {
    margin-top: 50px;
    line-height: 1.4em;
}
img.step {
    max-width: 220px;
}

.step-title {
    white-space: inherit;
    color: #237191;
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
}
.featured iframe {
    min-height: 630px;
    min-width: 1120px;
}

/* Testimonials */

.testimonial {
    margin: 0 20px 40px;
}

    .testimonial .testimonial-content {
        padding: 35px 25px 35px 50px;
        margin-bottom: 35px;
        background: #fff;
        border: 1px solid #f0f0f0;
        position: relative;
    }

        .testimonial .testimonial-content:after {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background: #fff;
            position: absolute;
            bottom: -10px;
            left: 22px;
            transform: rotate(45deg);
        }

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #004286;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

    .testimonial-content .testimonial-icon:before {
        content: "";
        border-bottom: 16px solid #004286;
        border-left: 18px solid transparent;
        position: absolute;
        top: -16px;
        left: 1px;
    }

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #004286;
}

.owl-theme .owl-controls {
    margin-top: 20px;
}

    .owl-theme .owl-controls .owl-page span {
        background: #ccc;
        opacity: 1;
        transition: all 0.4s ease 0s;
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        background: #004286;
    }

@media screen and (max-width: 1200px) {
    .navbar-nav > li {
	font-size: 13px;
}
    .nav {
        padding-top:10px;
    }
    .logo {
        height: 40px !important;
    }
    .store
    {
        padding-bottom:30px;
    }

    .trw
    {
        height:90%;
        width:90%;
    }

    #quincunx
    {
        clear:left;
    }

    #bean
    {
        clear:both;
    }

    #fourset
    {
        height:100% !important;
        width:100% !important;
    }
	
		#gallery-header-center{
	height: 100px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
}

@media screen and (min-width:992px) and (max-width:1200px) {

    .navbar-nav > li {
        font-size: 11px;
    }

    .original {
        margin-top: 111px !important;
        margin-bottom: 12px !important;
    }
}


    /* Responsive: Portrait tablets and up */
    @media screen and (min-width: 768px) {
        .jumbotron {
            margin-top: 20px;
        }

        .body-content {
            padding: 0;
        }
    }

    @media screen and (min-width:768px) and (max-width:991px) {

        .navbar {
            min-height: 90px;
        }

        .navbar-nav > li {
            font-size: 14px;
        }

        #gallery-header-center {
            height: 100px;
            width: 100%;
            margin-right: auto;
            margin-left: auto;
        }

        #gallery-header-center-left {
            float: none;
            height: 35px;
            line-height: 35px;
            margin-top: 32px;
            margin: 30px auto 0 auto;
        }

        #gallery-header-center-right {
            float: none;
            height: 35px;
            margin-top: 32px;
            line-height: 35px;
        }

        #gallery-content {
            float: left;
            width: 100%;
            margin-top: 50px;
        }

        #gallery-header-center-left-icon {
            margin-left: 20px;
        }

        .cards {
            margin-top: 20px;
        }
        .original {
            margin-top: 84px !important;
            margin-bottom: 41px !important;
        }
    }

    @media screen and (max-width: 767px) and (min-width:500px) {

        .navbar {
            min-height: 90px;
        }

        .navbar-nav > li {
            font-size: 14px;
        }

        .green-button, .green-button:hover {
            position: relative;
            top: 30px;
        }

        #chartExample {
            height: 100%;
            width: 100%;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .lightblue-button:not(.small-button), .blue-button:not(.small-button) {
            border: none;
        }

        .small-button {
            font-size: 12px;
        }

            .small-button:after {
            }

        .buttonFrame {
            border-radius: 5px;
            border: 2px solid deepskyblue;
        }

        .original {

        }
    }

    @media screen and (max-width: 767px) {

        .navbar {
            min-height: 90px;
        }

        .navbar-nav > li {
            font-size: 14px;
        }

        .dropdown-menu > li > a {
            text-align: center;
            font-size: 14px;
        }

        .jumbotron {
            margin-top: 20px;
        }

        .body-content {
            padding: 0;
        }


        .trw {
            height: 70%;
            width: 70%;
        }

        .stem {
            height: 50%;
            width: 50%;
        }

        .store {
            height: 90%;
            width: 90%;
        }

        .orangeTitleHighlight {
            width: 100%;
        }

        img.fifty {
            height: 50%;
            width: 50%;
        }

        .embed-responsive {
            margin-top: 0!important;
        }

        #gallery-header-center-left {
            float: none;
            height: 35px;
            line-height: 35px;
            margin-top: 32px;
            margin: 30px auto 0 auto;
        }

        #gallery-header-center-right {
            float: none;
            height: 35px;
            margin-top: 32px;
            line-height: 35px;
        }

        #gallery-content {
            float: left;
            width: 100%;
            margin-top: 75px;
        }

        #gallery-header-center-left-icon {
            margin-left: 20px;
        }

        .gallery-header-center-right-links {
            color: #cccccc;
            float: left;
            height: 35px;
            padding-right: 10px;
            padding-left: 10px;
            margin-left: 20px;
            font-size: 16px;
            font-weight: 400;
            -webkit-transition: background 0.5s;
            -moz-transition: background 0.5s;
            -o-transition: background 0.5s;
            transition: background 0.5s;
        }

        #gallery-header-center {
            height: 100px;
            width: 100%;
            margin-right: auto;
            margin-left: auto;
        }

        #explore {
            height: 820px
        }

        .explore-margin-top-75 {
            margin-top: 0;
        }

        img#galtonbox {
            float: none !important;
        }

        .cards img, png {
            float: none !important;
            margin: 10px auto !important;
        }

            .cards img .modal-body img {
                margin-left: 0 !important;
                margin-bottom: 0 !important;
            }

        .cards {
            margin-top: 20px;
        }

        .cardsLarge {
            min-height: 350px;
            height: auto;
        }

            .cardsLarge iframe {
                width: 100% !important;
            }

        a.button1 {
            display: block;
            margin: 0.8em auto;
        }
    }

    @media (max-width: 991px) {
        .navbar-header {
            float: none;
        }

        .navbar-toggle {
            display: block;
        }

        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }

            .navbar-collapse.collapse {
                display: none !important;
            }

        .navbar-nav {
            float: none !important;
            margin: 7.5px -15px;
        }

            .navbar-nav > li {
                float: none;
            }

                .navbar-nav > li > a {
                    padding-top: 10px;
                    padding-bottom: 10px;
                }
    }
