/* general stuff for all pages
================================================================================================== */

body {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a, a:hover {
  color: #0045aa;
  text-decoration: none;
}
a {
  font-weight: 700;
}
li {
  text-indent:-2rem; 
  margin-left:2rem; 
}
li p { /* overcome bug in markdown processor that puts p tags inside li tags */
	display: inline;
}
h1 {
  font-size: 5.0rem;
}
h2 {
  font-size: 4.2rem;
}
h3 {
  font-size: 3.0rem;
}
h4 {
  font-size: 2.4rem;
}
h5 {
  font-size: 2.0rem;
}
h6 {
  font-size: 1.4rem;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
.inline-img {
  height: 1.5rem;
  margin-right: .5rem;
  position: relative;
  top: .2rem;
}
h1 .inline-img {
  height: 4.6rem;
}
h2 .inline-img {
  height: 3.8rem;
}
h3 .inline-img {
  height: 2.6rem;
}
h4 .inline-img {
  height: 2rem;
}
.tight-spacing p {
  margin-bottom: 0.5rem;
}
.who-what-ani {
  position: relative;
  top: 1rem;
  text-shadow:
 -1px -1px 2px #000,  
  1px -1px 2px #000,
 -1px  1px 2px #000,
  1px  1px 2px #000;
}
#who-what-fader {
  background-color: rgba(0,0,0,.5);
  -webkit-transition:background 0.3s;
  -moz-transition:background 0.3s;
  -o-transition:background 0.3s;
  transition:background 0.3s;
  height: 30rem;
}
#who-what-background {
  background-color: #000;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.user-stats {
  /* opacity: 0; */
  color: #FDBF4D;
}
.wide {
  display: block;
}
.narrow {
  display: none;
}
@media (max-width: 600px) {
  .wide {
    display: none;
  }
  .narrow {
    display: block;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 3.0rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2.0rem;
  }
}
@media (max-width: 750px) {
  h1 {
    font-size: 4.0rem;
  }
  h2 {
    font-size: 3.5rem;
  }
  h3 {
    font-size: 2.5rem;
  }
}
.clickable {
  cursor: pointer;
}
.small-text {
  font-size: 80%;
}
.img-scale, .mainPageImage, .docs-section img {
  max-width: 100%;
}
.mainPageImage {
  margin-bottom: 3rem;
}
.avatar {
  border-radius: 10rem;
}
.blog-meta {
  position: absolute;
  left: 25rem;
}
@media (max-width: 550px) {
  .blog-meta {
    position: relative;
    left: 2rem;
    top: 5rem;
  }
}
.author-avatar {
  border-radius: 100rem;
  box-shadow: 0 3px 10px rgba(0,0,0,.4);
}
.paging-nav .button {
  height: 26px;
  padding: 0 10px;
  line-height: 26px;
  margin: 0 1rem;
}
.paging-nav .button.prev {
  margin-left: 0;
}
.paging-nav .button.next {
  margin-right: 0;
}
.button.disabled {
  color: #aaa;
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
  border-color: #bbb;
}
.button.disabled:hover {
  color: #aaa;
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
  border-color: #bbb;
  cursor: default;
}
.container {
  max-width: 1200px;
}
.container.wide-container {
  max-width: 1200px;
}
.container.very-wide-container {
  max-width: 1600px;
  width: 95%;
  margin: auto;
}
.header {
  text-align: center;
}
.docs-section {
  padding: 4rem 0;
  margin-bottom: 0;
}
.docs-section.keep-close-to-next {
  padding-bottom: 2rem;
}
.section-line {
  border-top: 1px solid #888;
}
.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal;
}
.shadowed, .shadowed-images img:not(.no-shadow) {
  box-shadow: 0 3px 10px rgba(0,0,0,.4);
}
.round-images img {
  border-radius: 100rem;
}
.round-corner-images img:not(.no-round-corner) {
  border-radius: 1rem;
}
.large-icon {
  max-width: 15rem;
  max-height: 15rem;
}
/* Button changes */
.button, button, input[type="button"] {
  font-size: 13px;
  text-transform: none;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0,0,0,.4);
}
.button:hover, button:hover {
  box-shadow: 0 3px 10px rgba(0,0,0,.7);
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  background-color: #009634;
  border-color: #009634;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #009634;
  border-color: #009634;
}
.side-images img {
  width: 100%;
  border-radius: 100rem;
}
@media (max-width: 550px) {
  .side-images img {
    max-width: 15rem;
  }
}
.keep-300 {
  max-width: 30rem;
  margin: auto;
}
.keep-400 {
  max-width: 40rem;
  margin: auto;
}
.keep-500 {
  max-width: 50rem;
  margin: auto;
}
.keep-narrow {
  max-width: 60rem;
  margin: auto;
}
.keep-medium {
  max-width: 80rem;
  margin: auto;
}
.brain-background{
  background-image: url("/images/ScreenshotJerryNonVerbal.png");
}
.parallax { 
  height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.imgbullet img, .imgbullet svg {
  display: block;
}
.imgbullet img:before, .imgbullet svg:before {
  content: "";
  display: table;
  clear: both;
}
.imgbullet.left img, .imgbullet.left svg {
  float: left;
}
.imgbullet.small-img img, .imgbullet.small-img svg {
  width: 3rem;
}
.imgbullet.small-img.left p {
  margin-left: 4rem;
}
.imgbullet.small-img.left li {
  text-indent:-2rem; 
  margin-left:6rem; 
  margin-bottom:.5rem;
}
.imgbullet.medium-img img:not(.inline-img), .imgbullet.medium-img svg {
  width: 6rem;
}
.imgbullet.medium-img.left p {
  margin-left: 7rem;
}
.imgbullet.medium-img.left li {
  text-indent:-2rem; 
  margin-left:9rem; 
  margin-bottom:.5rem;
}
.imgbullet.large-img img:not(.inline-img), .imgbullet.large-img svg {
  width: 10rem;
}
.imgbullet.large-img.left p {
  margin-left: 11rem;
}
.imgbullet.large-img.left li {
  text-indent:-2rem; 
  margin-left:13rem; 
  margin-bottom:.5rem;
}
.imgbullet.news-img img:not(.inline-img), .imgbullet.news-img svg {
  width: 15rem;
}
.imgbullet.news-img.left p {
  margin-left: 17rem;
}
.imgbullet.news-img.left li {
  text-indent:-2rem; 
  margin-left:19rem; 
  margin-bottom:.5rem;
}
.imgbullet.avatar-img img:not(.inline-img), .imgbullet.avatar-img svg {
  width: 4rem;
}
.imgbullet.avatar-img.left p {
  margin-left: 5rem;
}
.imgbullet.auto-heading p:first-of-type {
  font-weight: 500;
}
.imgbullet p {
  margin-bottom: 0.5rem;
}
.imgbullet p:last-of-type {
  padding-bottom: 1.5rem;
}

.quote {
  margin-left: 5rem;
  margin-right: 5rem;
  font-size: 120%;
  font-style: italic;
}
.quote-info {
  margin-left: 5rem;
  margin-right: 5rem;
  font-size: 80%;
  text-align: right;
  margin-top: 0rem;
}
.quote p {
  margin-bottom: 1.5rem;
}

/* Page on top of page look (for narrower sections to not look isolated, used for blog posts)
================================================================================================== */

.floating-page {
  padding: 4rem;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: 0 3px 10px rgba(0,0,0,.4);
  max-width: 70rem;
}
.behind-floating-page {
  background: #ddd;
}
@media (max-width: 1000px) {
  .behind-floating-page {
    background: #fff;
  }
  .floating-page {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: unset;
    max-width: unset;
  }
}  

/* Video buttons with background images
================================================================================================== */
.full-image-background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Navbar
================================================================================================== */

.navbar + .docs-section {
  border-top-width: 0;
}
.has-docked-nav .navbar {
  box-shadow: 0 3px 10px rgba(0,0,0,.4);
}

.navbar,
.navbar-spacer {
  display: block;
  width: 100%;
  height: 5rem;
  z-index: 99;
  background: #eee;
}
.navbar-spacer {
  display: none;
}
.navbar-fullmenu {
  display: none;
}
.navbar-minimenu {
  display: block;
}
.navbar > .container {
  width: 100%;
  top: -0.6rem;
}
.navbar-list {
  list-style: none;
  margin-bottom: 0;
}
.navbar-list > li > a:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
  background: transparent url('/images/triangle.svg') no-repeat;
}
.navbar-list li > a:only-child:after {
  display: none;
  content: '';
}
.navbar-list li.noTriangle > a:after {
  display: none;
  content: '';
}
.navbar-logo {
  width:16rem;
  position:relative;
  margin: -0.8rem;
  top:0.8rem;
}
.navbar-logo-big {
  display: inline;
}
.navbar-logo-small {
  width:4rem;
  margin-right: .5rem;
  display: none;
}
@media (max-width: 750px){
  .navbar-logo-big {
    display: inline;
  }
  .navbar-logo-small{
    display: none;
  }
}
@media (max-width: 850px){
  .navbar-logo-big {
    display: none;
  }
  .navbar-logo-small{
    display: inline;
  }
}
.navbar-search-icon {
  width: 3.0rem;
  height: 2.5rem;
  position:relative;
  margin: -0.3rem;
  top:0.6rem;
}
.navbar-search-input {
  position: fixed;
  top: 1.3rem;
}
.search-input {
  width: calc(100% - 4rem);
  margin-right: 1rem;
}
@media (max-width: 750px) {
  .navbar-search-input {
    top: 0.6rem;
  }
}
.search-bar{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.5rem;
  background: #bbb;
  z-index: 10;
  opacity: 0;
  display: none;
}
.search-row {
  margin-top: 2.5rem;
}
.navbar-item {
  position: relative;
  float: left;
  margin-bottom: 0;
  height: 5rem;
}
.navbar-link {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2rem;
  margin-right: 1.5rem;
  text-decoration: none;
  line-height: 6.5rem;
  color: #222;
}
.navbar-link.download {
  background: #04a;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-link.last {
  margin-right: 0px;
}
.navbar-link.active {
  color: #33C3F0;
}
.has-docked-nav .navbar {
  position: fixed;
  top: 0;
  left: 0;
}
.has-docked-nav .navbar-spacer {
  display: block;
}
.navbar > .container {
  padding: 0;
}
/* Re-overiding the width 100% declaration to match size of % based container */
.has-docked-nav .navbar > .container {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 400px) {
  .has-docked-nav .navbar > .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .has-docked-nav .navbar > .container {
    width: 80%;
    padding: 0;
  }
}

/* Toggling of platform specific stuff
================================================================================================== */
.is-win, .is-mac, .is-ios, .is-android, .is-unknown {
  display: none;
}
.platform-win .is-win,
.platform-mac .is-mac,
.platform-ios .is-ios,
.platform-android .is-android,
.platform-unknown .is-unknown
{
  display: inline-block;
}
.platform-win .not-win,
.platform-mac .not-mac,
.platform-ios .not-ios,
.platform-android .not-android,
.platform-unknown .not-unknown
{
  display: none;
}

/* Navbar Popover
================================================================================================== */

.popover.open {
  display: block;
}
.popover {
  display: none;
  position: absolute;
  top: 0;
  left: -2rem;
  z-index: 10;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  top: 92%;
  -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
     -moz-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
          filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
}
#productsNavPopover {
  width: 18rem;
}
#learnNavPopover {
  width: 12rem;
}
#miniNavPopover {
  width: 15rem;
  left: -14.5rem;
}
.popover-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.popover-list li {
  text-indent: 0; 
  margin-left: 0; 
}
.popover-item {
  padding: 0;
  margin: 0;
}
.popover-link {
  position: relative;
  color: #222;
  display: block;
  padding: 8px 20px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.0rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: .1rem;
}
.right {
  float: right;
}
.right-align {
  text-align: right;
}
.popover-item:first-child .popover-link {
  border-radius: 4px 4px 0 0;
}
.popover-item:last-child .popover-link {
  border-radius: 0 0 4px 4px;
  border-bottom-width: 0;
}
.popover-link:hover {
  color: #fff;
  background: #04a;
}
.popover-link:hover {
  border-bottom-color: #04a;
}

/* fullscreen overlay for playing videos and showing other content
================================================================================================== */

#fullscreenContainer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}
#fullscreenBackground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.75;
}
#fullscreenClose {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 3rem;
  height: 3rem;
  z-index: 10000;
}
#videoFSContainer {
  width: 100vw;
  height: 56.25vw;
  max-width: 800px;
  max-height: 450px;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10000;
}
#otherFSContainer {
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10000;
}

/* blocks are for full width color bands across the page */
.block-white {
  position: relative;
  background-color: #fff;
}
.block-light-blue {
  position: relative;
  background-color: #D6E8FF;
}
.block-fade {
  position: relative;
  background-color: #EEE;
  background: linear-gradient(to bottom, #DDD , #FFF);
  color: #000000;
  z-index: 1; /* position above screenshot */
}
.block-blue {
  position: relative;
  background-color: #1C3250;
  color: #fff;
}
.block-gray {
  position: relative;
  background-color: #888;
  color: #fff;
}
.block-photo {
  position: relative;
  background-color: #000;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.block-black {
  position: relative;
  background-color: #000;
  background: linear-gradient(to top, #192E49 , #000);
  color: #fff;
}
.block-blue a, block-blue a:hover,
.block-gray a, block-gray a:hover,
.block-photo a, block-photo a:hover,
.block-black a, block-black a:hover
/* .block-black a */
{
  color: #11b9ff
}
.block-navblock {
  position: relative;
  background-color: #eee;
  box-shadow: 0 3px 10px rgba(0,0,0,.4);
  z-index: 9;
}
.has-docked-nav .block-navblock {
  box-shadow: none;
}

/* homepage and download page stuff
================================================================================================== */

.slogan { /* matches h2 */
  font-size: 4.2rem;
  letter-spacing: -.1rem;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
}
#slogan-holder {
  height: 7rem;
  margin: auto;
  padding-top: 8vw;
  padding-bottom: 4vw;
}
.definition {
  max-width: 30rem;
  margin: auto;
  margin-bottom: 2rem;
} 
.vcenter-holder {
  display: table;
  width: 100%;
  height: 80vh;
  max-height: 80rem;
}
.vcenter {
  display:table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  margin: auto;
}
.customer-list img, .customer-list svg {
  /* width: 100%; */
  height: 5rem;
  max-width: 12rem;
  padding: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.customer-list svg path, .customer-list svg polygon, .customer-list svg rect, .customer-list svg polyline {
  fill: #888 !important;
}
.block-main {
  position: relative;
  background-color: #E8F3FF; 
  background: linear-gradient(to bottom, #E8F3FF , #55AAFD);
}
.block-main.theme1 {
  background: #fff;
}
.block-main.theme2 {
  background: #fff;
}
.block-value-prop {
  position: relative;
  /* background-color: #003796;
  background: linear-gradient(to bottom, #003796 , #002053); */
  background-color: #192E49;
  background: linear-gradient(to bottom, #192E49 , #000);
  color: #fff;
  z-index: 1; /* position above screenshot */
}
.block-value-prop.theme1 {
  background: #d8d8d8;
  color: #000;
}
.white-transparent {
  background-color: rgba(255, 255, 255, 0.65);
}
.center, .center img, .center div {
  margin-left: auto;
  margin-right: auto;
}
.center img {
  display: block;
}
.center-text, .center-text * {
  text-align: center;
}
.logo-img {
  display: block;
  width: 25rem;
  margin: auto;
}
@media (max-width: 750px) {
  .slogan {
    font-size: 3.5rem;
  }
  #slogan-holder {
    height: 5rem;
    padding-bottom: 2vw;
  }
}  
@media (max-width: 550px) {
  .slogan {
    font-size: 2.5rem;
  }
  #slogan-holder {
    height: 4rem;
    padding-bottom: 1vw;
  }
  .logo-img {
    display: none;
  }
}
@media (max-width: 550px) {
  .vcenter-holder {
    height: 47vh;
  }
}
@media (max-height:500px) {
  .logo-img {
    display: none;
  }
  #slogan-holder {
    padding-top: 12vw;
  }
  .slogan {
    font-size: 2.5rem;
  }
}
.screenshot-video-back {
  width: 100%;
}
.screenshot-video-back-holder {
  left:50%;
  top:50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position:absolute;
}
#jumpLinks {
  position: absolute;  
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  z-index: 0;
}
#header {
  /* position must be set to relatve to enable z-index to work so content can show above animated links */
  position: relative;
  z-index: 1
}
.header-download {
  margin: 5rem 0;
}
#PlayButton {
  margin: 10rem;
  width: 15vw;
  max-width: 20rem;
  position: relative
}
.value-prop {
  margin-top: 1rem;
  text-align: center;
}
.value-prop p {
  margin: 0.5rem;
}
.value-props {
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.value-img {
  display: block;
  text-align: center;
  width: 6rem;
  margin: 2.5rem auto 0;
}
#screenshot {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: -1;
}
#screenshotHolder {
  position: relative;
  width: 100%;
  height: 0;
}
#controls-area {
  position: fixed;
  left: 1rem;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

/* Compare Editions page
================================================================================================== */
.compare-editions {
  margin: auto;
}
.compare-editions * {
  text-align: center;
  font-size: 1.2rem;
}
.compare-editions td:first-of-type:not(.table-section), .compare-editions th:first-of-type {
  text-align: left;
}
.table-section {
  background-color: #ddd;
  background: linear-gradient(to bottom, #DDD , #FFF);
  font-weight: 500;
}

/* FAQ
================================================================================================== */
.fit-width {
  max-width: 100%;
}

/* Store page
================================================================================================== */
#cartDiv {
  text-align: center;
  color: #fff;
  background-color: #1c3250;
  background: linear-gradient(to bottom, #003796 , #002053);
  width: 20rem;
  padding: 2rem;
  padding-bottom: 0.1rem;
  border-radius: .5rem;
  margin: auto;
}
.store-container {
  text-align: center;
}
.sku-details {
  text-align: left;
  margin: 1rem 1rem;
  padding-top: 2rem;
  border-top: 1px solid #aaa;
}
.sku-details-side {
  padding-top: 0;
  border: 0;
}
.sku-details ul, .sku-details li {
  margin: 0;
}
.sku-details li {
  margin-left: 2rem;
}
.sku-details li:last-of-type {
  margin-bottom: 1rem;
}
.sku-logo {
  --padding: 1rem;
  max-width: 14rem !important;
  box-shadow: none !important;
}

/* Upgrade info
================================================================================================== */
.inline-loading {
  display: none;
  margin-left: 2rem;
  position: relative;
  top: 1rem;
}
.floating-box {
  border: 1px solid #888;
  background: #ddd;
  padding: 2rem;
  border-radius: .5rem;
  margin: auto;
}
.floating-box input {
  margin: 1rem;
}

/* TheBrain product page
================================================================================================== */
#full-quote {
  display: none;
}
#full-quote-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ccc;
  width: 60vw;
  height: 80vw;
  overflow: auto;
  padding: 4rem;
  max-width: 60rem;
  max-height: 80rem;
}
/* TheBrain 9 page
================================================================================================== */
.fixed-medium-backound {
  background-attachment: fixed, scroll;
  background-position: 50% 25%, 100% 100%;
  background-repeat: no-repeat;
  background-size: 50%, 100%;
}
.fixed-medium-backound.tb9-circle-faded {
  background-image: url("/images/TB9-circle-faded.svg");
  background-image: url("/images/TB9-circle-faded.svg"), linear-gradient(to bottom, #DDD , #FFF);
}
.fixed-medium-backound.tb9-circle-outline {
  background-image: url("/images/TB9-circle-outline.svg");
}
.fixed-medium-backound.tb9-circle-outline-gray {
  background-image: url("/images/TB9-circle-outline-gray.svg");
}
/* TheBrain GWT (store popups, etc)
================================================================================================== */
.brainPopup table {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.brainPopup td, #purchasePageHolder td {
  padding: 0;
  margin: 1rem 0;
  border-bottom: none;
}
.brainPopup label {
  display: inherit;
}
.brainPopup input[type="text"], #purchasePageHolder input[type="text"], #purchasePageHolder select {
  padding: 0;
  height: 28px;
  width: 250px;
}
#purchasePageHolder input, #purchasePageHolder select {
  padding: 0;
  margin: 0.2rem 0;
}
.brainPopup input {
  margin: .5rem 0;
}
.brainPopup .dialogMiddleCenter {
  padding: 2rem !important;
}
.gwt-Button {
  margin-top: 2rem;
}
#purchasePageHolder .gwtButton {
  margin-top: 0;
}
#purchasePageHolder td {
  padding: 0 1rem;
  margin: 1rem 0;
  border-bottom: none;
}
.pricing p {
  margin-bottom: .5rem;
}
.pricing {
  display: block;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1rem 0;
  border: 1px solid #ccc;
}
.pricing.primary {
  background-color: #eee;
  border-color: #888;
}
.pricing .button {
  padding: 0 1rem;
  margin-top: 1rem;
}
#dInfo {
  font-weight: 500;
}

/* blog stuff
================================================================================================== */
.blogVideo {
  width: 80vw;
  height: 45.1vw;
  max-width: 100%;
  margin-bottom: 3rem;
}
.blog-background-holder {
  position: relative;
  width: 0;
  height: 0;
}
.blog-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  z-index: 0;
}
.above-social {
  z-index: 1;
}
#disqus_thread {
  max-width: 82rem;
}
.current-selection, .other-selection {
  border: 1px solid #888;
  border-radius: 4px;
  padding: 3px;
  font-weight: 500;
  color: #000;
}
.current-selection a, .other-selection a, .current-selection a:hover, .other-selection a:hover {
  font-weight: 500;
  color: #000;
}
.current-selection {
  background-color: #000;
  color: #fff;
}
.blog-content {
  margin-top: 6rem;
  margin-left: 2rem;
  z-index: 1;
  position: relative;
}
.blog-row {
  margin-bottom: 3rem;
}
.blog-row p {
  margin-bottom: 1rem;
}
.blog-row h4 {
  margin-bottom: .5rem;
}
.required-column {
  float: left;
  width: calc(100% - 24rem);
}
.optional-column {
  float: left;
  width: 22rem;
  margin-left: 2rem;
}
@media (max-width: 1000px) {
  .optional-column {
    display: none;
  }
  .required-column {
    width: 100%;
  }
}
.categories-title {
  margin-bottom: 1rem;
}
.categories-box {
  border: 1px solid #eee;
  background: #fff;
  border-radius: .5rem;
  margin: auto;
}
.categories-box-offset-top {
  margin-top: 3rem;
}
.categories-box h5 {
  margin: 0;
  border-bottom: 1px solid #eee;
  padding: 8px 20px;
}
.current-category .category-link {
  color: #888;
}
.category-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.category-list li {
  text-indent: 0; 
  margin-left: 0; 
}
.category-item {
  padding: 0;
  margin: 0;
}
.category-link {
  position: relative;
  color: #222;
  display: block;
  padding: 8px 20px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.0rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: .1rem;
}
.category-item:first-child .category-link {
  border-radius: 4px 4px 0 0;
}
.category-item:last-child .category-link {
  border-radius: 0 0 4px 4px;
  border-bottom-width: 0;
}
.category-link:hover {
  color: #fff;
  background: #04a;
}
.category-link:hover {
  border-bottom-color: #04a;
}
.under-category, .under-author, .under-tag { 
  margin: 0px;
  padding-left: 20px;
  background-image: url('/images/under-category.svg');
  background-repeat: no-repeat;
  font-weight: 100;
}
img.map, map area{
  outline: none;
}
.socialShare {
  margin-bottom: 2rem;
  margin-left: 2rem;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #fff;
  padding: .5rem;
  width: 2.5rem;
  box-shadow: 0 3px 10px rgba(0,0,0,.4);
}
.socialShare:hover {
  border: 1px solid #aaa;
  background-color: #000;
}
#shareDivReference {
  width: 0px;
  height: 0px;
  position: relative;
  float: right;
}
#shareDiv {
  width: 100%;
  height: 40px;
  position: relative;
  float: right;
}
.has-docked-share #shareDiv {
  position: fixed;
  top: 90px;
}
.box-container {
  display: flex;
  flex-wrap: wrap;
}
.medium-box, .large-box {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
.medium-box {
  width: 16rem;
  margin: 2rem;
}
.medium-box > *, .large-box > * {
  margin: auto;
}
.medium-box-text {
  height: 5rem;
}
.large-box {
  width: 26rem;
}
.large-box > * {
  margin: auto;
}
.large-box-text {
  height: 15rem;
  font-size: 2rem;
}
/* @media queries (width dependent stuff) starts here
================================================================================================== */

/* Larger than phone */
@media (min-width: 550px) {
  #videoFSContainer {
    width: 84vw;
    height: 47.25vw;
  }
  .value-props {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
  .value-img {
    margin-bottom: 1rem;
  }
  .docs-section {
    padding: 6rem 0;
  }
  #shareDiv {
    width: 7rem;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {
  /* make nav bar full height */
  .navbar,
  .navbar-spacer {
    height: 6.5rem;
  }
  .navbar > .container {
    top: 0rem;
  }
  /* show full menu */
  .navbar-fullmenu {
    display: block;
  }
  .navbar-minimenu {
    display: none;
  }
  .compare-editions * {
    font-size: inherit;
  }
}

/* sticky footer
================================================================================================== */

html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden; /* prevent animated background links from making page wider than it really is */  
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer {
  background: #C1C1C1;
  color: #616161;
  position: relative;
}
.footer-left {
  float: left;
}
.footer-right {
  float: right;
}
.legalese {
  font-size: 1.2rem;
  clear: both;
  padding-top: 2rem;
}
.site-footer a {
  color: #616161;
}
.footer-section {
  padding-top: 4rem;
}
#social-buttons {
  position: relative;
  top: 0.6rem;
  margin-bottom: 1.5rem;
}
#social-channels {
  padding: 1rem;
  background: #e2e2e2;
  border-radius: 100rem;
  margin: 0 auto;
  width: 26rem;
}
#social-channels img {
  width: 2.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: -0.5rem;
}
@media (max-width: 550px) {
  #social-channels img {
    width: 2rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }
  #social-channels {
    padding: .5rem;
    width: 18rem;
  }
}
  
/* varying footer height depending on device size */
.page-wrap {
  margin-bottom: -260px; 
}
.site-footer, .page-wrap:after {
  height: 260px; 
}
@media (min-width: 550px) {
  .page-wrap {
    margin-bottom: -240px; 
  }
  .site-footer, .page-wrap:after {
    height: 240px; 
  }
}
@media (min-width: 750px) {
  .page-wrap {
    margin-bottom: -220px; 
  }
  .site-footer, .page-wrap:after {
    height: 220px; 
  }
}