/*
  Theme Name: Mind Control
  Theme URI: https://www.raspberrypi.org
  Author: The Raspberry Pi Foundation
  Author URI: http://bennuttall.com
  Description: Theme for 2014 revamp of the Raspberry Pi website
  Version: 1.2
  License: GNU General Public Licence
*/

@import '//web-archive.nli.org.il/National_Library/20160517234414cs_///fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700';
@import '//web-archive.nli.org.il/National_Library/20160517234414cs_///fonts.googleapis.com/css?family=Roboto:100italic,100,300italic,300,400italic,400,500italic,500,700italic,700,900italic,900';
/* WP Core */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a img.alignright {
  float: right; }

a img.alignleft {
  float: left; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption img {
  width: auto;
  height: auto;
  max-width: 98.5%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* End WP Core */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background: #f2f1f0;
  color: #222;
  font-size: 16px;
  line-height: 26px;
  margin: 0; }

a:link {
  color: #c61931;
  text-decoration: none; }

a:visited {
  color: #7e0b1b; }

a:hover {
  text-decoration: underline; }

strong, b {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  text-transform: uppercase; }

h1 {
  width: 570px;
  min-height: 20px;
  margin: 50px 0;
  padding: 15px;
  font-size: 26px;
  line-height: 32px;
  color: white;
  background: #222; }

h2 {
  font-size: 20px;
  line-height: 26px;
  margin: 20px 0; }

h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0; }

h4 {
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0; }

h5 {
  font-size: 15px;
  line-height: 22px;
  margin: 10px 0; }

h6 {
  font-size: 15px;
  line-height: 22px;
  margin: 10px 0; }

h1 a:link, h1 a:visited {
  color: white; }

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
  color: #222; }

.blog h1.blog-page-header {
  background: none;
  padding: 0; }

.blog h1, .single-post h1, .page-archive h1, .archive h1, .search h1.blog, .section-blog h1 {
  background: #ffb300;
  color: #222;
  margin-bottom: 32px; }

.blog h1 a:link, .blog h1 a:visited, .single-post h1 a:link, .single-post h1 a:visited, .page-archive h1 a:link,
.page-archive h1 a:visited, .archive h1 a:link, .archive h1 a:visited, .search h1.blog a:link, .search h1.blog a:visited {
  color: #222; }

.page-downloads h1, .search h1.downloads, .parent-pageid-644 h1 {
  background: #c61931;
  color: white; }

.page-community h1, .page-jam h1, .parent-pageid-9369 h1, .section-community h1, .search h1.community, .search h1.jam, h1.community, .post-type-archive-piweekly h1, .single-piweekly h1 {
  background: #71456c;
  color: white; }

.page-help h1, .parent-pageid-6865 h1, .documentation h1, .search h1.help {
  background: #008375;
  color: white; }

.page-resources h1, .page-education h1, .page-picademy h1, .parent-pageid-6641 h1, .page-picademy-at-google h1, .parent-pageid-13105 h1, .page-education-fund h1, .parent-pageid-7075 h1, h1.education, .search h1.education, .search h1.education-fund, .search h1.resources, .search h1.picademy, .page-creatives h1, .parent-pageid-11806 h1, .parent-pageid-14275 h1, .parent-pageid-14655 h1, .section-education h1 {
  background: #328aab;
  color: white; }

.tax-resource-category.term-teach h1 {
  background: #70adc4;
  color: white; }

.tax-resource-category.term-learn h1 {
  background: #99c4d5;
  color: white; }

.tax-resource-category.term-make h1 {
  background: #20bee8;
  color: white; }

.container {
  width: 1024px;
  margin: 0 auto;
  background: #e6e2dd; }

.home .container {
  overflow: hidden; }

#header {
  position: fixed;
  top: 0;
  width: 1124px;
  z-index: 1100; }

.logged-in #header {
  top: 32px; }

#header #logo {
  float: left;
  width: 50px;
  height: 50px;
  background: #e6e2dd; }

#header #search-button {
  float: left;
  width: 54px;
  height: 50px;
  background: #e6e2dd url("images/search.png") no-repeat right;
  cursor: pointer; }

#header form.search {
  display: none;
  float: left;
  width: 923px;
  height: 51px;
  margin-left: 49px;
  background: #e6e2dd;
  border: 1px solid #222;
  border-top: 0; }

#header form.search.open {
  display: block; }

#header form.search input.search {
  float: left;
  width: 773px;
  height: 30px;
  border: 0;
  margin: 0;
  padding: 10px;
  background: white;
  font-size: 30px;
  line-height: 30px; }

form.search input.submit {
  width: 130px;
  height: 50px;
  background: white url("images/search-button.png") no-repeat right;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;
  padding-left: 10px; }

header.archive-header {
  margin-top: 50px; }

header.archive-header.archive-tag div {
  float: left;
  margin-left: 20px; }

.hidden {
  display: none; }

form.search input.search:focus {
  outline: none; }

.search-box form.search {
  width: 470px;
  margin: 0 auto;
  background: white; }

.search-box form.search input.search, .search-box form.search input.submit {
  width: 300px;
  height: 34px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  border: 0;
  background-color: #fff;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.search-box form.search input.submit {
  width: 135px;
  height: 34px; }

.search-box small.advanced-search {
  float: right;
  line-height: 18px;
  text-align: right; }

.num-search-results {
  margin: 0 0 50px;
  text-align: center; }

#nav {
  display: block;
  float: left;
  height: 50px; }

#nav ul {
  display: block;
  margin: 0;
  padding: 0; }

#nav ul li {
  display: block;
  float: left;
  height: 50px;
  width: 154px;
  padding: 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px; }

#nav ul li.home {
  width: 50px;
  background: black url("images/logo-black.png") no-repeat;
  text-indent: -9999px; }

#nav ul li.yellow {
  background: #ffb300; }

#nav ul li.yellow2 {
  background: #ffd253; }

#nav ul li.yellow3 {
  background: #ffa553; }

#nav ul li.red {
  background: #c61931; }

#nav ul li.red2 {
  background: #a90f3d; }

#nav ul li.red3 {
  background: #be3a4a; }

#nav ul li.purple {
  background: #71456c; }

#nav ul li.purple2 {
  background: #815173; }

#nav ul li.purple3 {
  background: #a17d96; }

#nav ul li.green {
  background: #008375; }

#nav ul li.green2 {
  background: #338d85; }

#nav ul li.green3 {
  background: #66aaa3; }

#nav ul li.pink {
  background: #fd4f57; }

#nav ul li.pink2 {
  background: #f7323f; }

#nav ul li.pink3 {
  background: #f9656f; }

#nav ul li.blue {
  background: #328aab; }

#nav ul li.blue2 {
  background: #70adc4; }

#nav ul li.blue3 {
  background: #99c4d5; }

#nav ul li.blue4 {
  background: #20bee8; }

#nav ul li.search {
  width: 50px;
  background: white url("images/search.png") no-repeat right;
  text-indent: -9999px; }

#nav ul li.shop {
  float: right;
  width: 100px;
  height: 99px;
  background: transparent url("images/buy-tag-45-mono.png") no-repeat;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  transition-duration: 0.5s; }

#nav ul li.shop:hover {
  background: transparent url("images/buy-tag-45.png") no-repeat; }

#nav ul li.shop a {
  height: 100%; }

#nav ul li.menu, #nav ul li.close-menu {
  display: none; }

#nav ul li a {
  display: block;
  width: 154px;
  height: 35px;
  color: white;
  padding: 15px 0 0; }

#nav ul li a:hover {
  text-decoration: none; }

#nav ul li:hover,
#nav ul li.current_page_item,
#nav ul li.current-menu-ancestor,
#nav ul li.current-page-ancestor,
.single-post #nav ul li.yellow,
.page-archive #nav ul li.yellow,
.date #nav ul li.yellow,
.author #nav ul li.yellow,
.page-jam #nav ul li.purple,
.parent-pageid-9369 #nav ul li.purple,
.parent-pageid-6865 #nav ul li.green,
.documentation #nav ul li.green,
.section-blog #nav ul li.yellow,
.section-downloads #nav ul li.red
.section-community #nav ul li.purple,
.section-help #nav ul li.green,
.section-forums #nav ul li.pink,
.section-education #nav ul li.blue,
.post-type-archive-piweekly #nav ul li.purple,
.single-piweekly #nav ul li.purple {
  border-bottom: 5px solid #222;
  margin-bottom: -5px; }

#nav ul li ul li:hover, #nav ul li ul li.current_page_item {
  border-bottom: 0;
  border-left: 5px solid #222;
  margin-left: -5px;
  margin-bottom: 0; }

#nav ul li ul {
  display: none;
  padding: 0; }

#nav ul li:hover ul {
  display: block; }

#nav ul li ul li {
  margin: 0;
  clear: left; }

#nav ul li.home:hover, #nav ul li.home.current_page_item,
#nav ul li.search:hover, #nav ul li.search.current_page_item,
#nav ul li.shop:hover, #nav ul li.shop.current_page_item,
#nav ul li.shop.current-menu-ancestor,
#nav ul li.shop.current-page-ancestor,
#nav ul li:hover > ul,
#nav ul li.menu:hover {
  border-bottom: 0; }

.main {
  padding: 50px 0;
  margin: 0 50px; }

.main p {
  margin: 20px 0; }

.p-40 {
  width: 40%; }

.p-50 {
  width: 50%; }

.p-60 {
  width: 60%; }

.col-40 {
  float: left;
  width: 325px; }

.col-50 {
  float: left;
  width: 50%; }

.col-60 {
  float: left;
  width: 580px;
  margin-right: 19px; }

.col-40 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.col-40.raised {
  margin: -50px 0 50px; }

h2.buy {
  text-align: center;
  clear: both;
  padding-top: 30px; }

aside.buy-box {
  width: 50%;
  float: left;
  text-align: center; }

aside.buy-box .distributors {
  width: 200px;
  margin: 0 auto;
  overflow: auto;
  background: white;
  border-radius: 10px; }

aside.buy-box .distributors img {
  margin: 5px 20px; }

.col-40 h2 {
  text-align: center; }

.col-40 .distributors {
  background: #fff;
  width: 250px;
  margin: 0px auto;
  padding: 10px; }

h2.distributors-title {
  margin-top: 0; }

.col-40 .distributors h4 {
  font-size: 14px; }

.col-40 .distributors .distributor-area {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px; }

.col-40 .distributors .distributor {
  margin: 5px 5px;
  display: inline-block;
  width: 45%;
  -webkit-box-shadow: 2px 2px 4px 0px #dbdbdb;
  -moz-box-shadow: 2px 2px 4px 0px #dbdbdb;
  box-shadow: 2px 2px 4px 0px #dbdbdb;
  border: 1px solid #fff; }

.col-40 .distributors .distributor:hover {
  border: 1px solid #dbdbdb; }

.col-40 .distributors .distributor img {
  height: 65px; }

aside.noobs {
  width: 200px;
  float: right;
  background: white;
  border-radius: 10px;
  text-align: center; }

aside.noobs a {
  display: block;
  width: 100%;
  height: 100%; }

aside.noobs a:hover {
  text-decoration: none; }

ul.downloads {
  margin: 0 0 50px;
  padding: 0;
  overflow: auto;
  clear: both; }

ul.downloads li {
  width: 462px;
  float: left;
  list-style-type: none;
  font-size: 12px;
  line-height: 20px; }

ul.downloads.raspbian li {
  height: 250px; }

ul.downloads li h3 {
  margin: 0; }

ul.downloads li .image-icon {
  width: 172px;
  float: left; }

ul.downloads li .image-info {
  width: 290px;
  float: left; }

ul.downloads li .image-description {
  margin-bottom: 5px;
  font-weight: 400; }

ul.downloads li .image-details.sha256 {
  clear: both;
  padding-top: 10px;
  word-wrap: break-word; }

ul.downloads li .image-details.support {
  margin-left: 25px; }

ul.downloads li .image-details span {
  width: 120px;
  float: left; }

ul.downloads li .image-details strong {
  font-family: courier, monospace;
  font-weight: 400; }

ul.downloads li .image-details.sha256 span {
  width: 60px; }

ul.downloads li .image-details.sha256 strong {
  font-family: "Courier", monospace; }

ul.downloads li .image-download-links {
  margin-top: 10px; }

ul.downloads.third-party li .image-download-links {
  margin-top: 70px; }

ul.downloads li .image-download-links a.btn {
  background: #c61931;
  padding: 1px 5px 1px 20px;
  border: 1px solid #c61931;
  color: white; }

ul.downloads li .image-download-links a.btn.dl-torrent {
  background: #c61931 url("images/download-torrent-off.png") left no-repeat; }

ul.downloads li .image-download-links a.btn.dl-torrent:hover {
  background: transparent url("images/download-torrent-on.png") left no-repeat; }

ul.downloads li .image-download-links a.btn.dl-zip {
  background: #c61931 url("images/download-zip-off.png") left no-repeat; }

ul.downloads li .image-download-links a.btn.dl-zip:hover {
  background: transparent url("images/download-zip-on.png") left no-repeat; }

ul.downloads li .image-download-links a.btn:hover {
  border: 1px solid #c61931;
  color: #c61931; }

.page-downloads .smallprint {
  padding-top: 30px; }

section.posts {
  width: 600px;
  float: left; }

article.post {
  width: 600px; }

section.results {
  width: 616px;
  margin: 50px auto 0; }

nav.prevnext {
  clear: both;
  overflow: auto;
  padding-top: 30px; }

nav.prevnext div {
  width: 48%;
  height: 20px;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  padding: 3px 1%;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 400; }

nav.prevnext div.next {
  float: right; }

nav.prevnext div a {
  display: block; }

a.anchor {
  display: block;
  position: relative;
  top: -38px;
  visibility: hidden; }

.logged-in a.anchor {
  top: -70px; }

aside.sidebar {
  width: 304px;
  float: right;
  margin-top: 50px; }

aside.floating-sidebar {
  position: fixed;
  top: 100px;
  right: 50%;
  margin-top: 0;
  margin-right: -462px; }

.logged-in aside.floating-sidebar {
  top: 132px; }

aside.sidebar nav.posts ul {
  width: 304px;
  margin: 0;
  padding: 0; }

aside.static-sidebar nav.posts ul {
  margin-top: 20px; }

aside.sidebar nav.posts ul li {
  width: 284px;
  float: right;
  margin-bottom: 10px;
  padding: 3px 10px;
  list-style-type: none;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: right; }

.single-post aside.sidebar nav.posts ul li.prev a:before {
  content: "\00ab \00a0"; }

.single-post aside.sidebar nav.posts ul li.next a:after {
  content: "\00a0 \00bb"; }

aside.sidebar nav.posts ul li a {
  display: block; }

aside.sidebar nav.posts ul li a:hover {
  text-decoration: none; }

aside.sidebar nav.posts ul li.active, aside.sidebar nav.posts ul li:hover, nav.prevnext div:hover {
  background: #d8d1c9; }

body.rpi aside.sidebar nav.posts ul li.active {
  background: none; }

aside.sidebar .related-posts ul.grid li {
  margin-left: auto;
  margin-right: auto;
  float: none; }

.page-sidebar {
  margin-top: 50px;
  text-align: center; }

a.apply, .entry-content a.apply,
a.cta-button, .entry-content a.cta-button,
a.register-interest, .entry-content a.register-interest {
  background: #328aab;
  border-radius: 10px;
  border: 3px solid #70adc4;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  min-width: 200px;
  margin: 30px auto 10px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }

a.register-interest, .entry-content a.register-interest {
  font-size: 18px;
  line-height: 20px; }

a.apply:hover, a.register-interest:hover {
  text-decoration: none; }

.page-sidebar h2.partners {
  margin-top: 50px;
  text-align: left; }

.page-sidebar .creative-partners {
  width: 260px;
  margin: 10px auto;
  background: white;
  border-radius: 10px; }

.page-sidebar .creative-partners img {
  width: 200px;
  padding: 20px 0; }

.post-meta {
  overflow: auto;
  font-size: 12px; }

.post-meta, header.archive-author-bio {
  background: #d8d1c9;
  color: #583a2c;
  padding: 10px;
  line-height: 20px; }

header.archive-author-bio {
  width: 650px;
  margin: 50px auto 0;
  overflow: auto; }

header.archive-author-bio .author-photo {
  float: left;
  width: 150px;
  height: 150px; }

header.archive-author-bio .author-bio-meta {
  float: left;
  max-width: calc(100% - 160px) !important;
  margin-left: 10px; }

header.archive-author-bio .author-bio-meta div {
  min-height: 40px;
  margin-bottom: 10px; }

header.archive-author-bio .author-bio-meta div.author-name,
header.archive-author-bio .author-bio-meta div.num-posts {
  min-height: 20px; }

.sidebar .post-meta {
  width: 284px; }

.post-meta-container {
  overflow: auto;
  margin: 0 auto 40px; }

.blog .post-meta-container {
  width: 516px; }

ul.post-meta {
  width: 516px;
  margin: 0;
  padding: 0; }

ul.post-meta li {
  float: left;
  margin: 0;
  padding: 2px 10px;
  list-style-type: none;
  width: 152px;
  height: 22px; }

ul.post-meta li.author {
  width: calc(50% - 20px); }

ul.post-meta li.date {
  width: calc(50% - 20px);
  text-align: right; }

ul.post-meta li.num-comments {
  width: calc(100% - 20px);
  text-align: center; }

.single-post ul.post-meta li.author, .single-post ul.post-meta li.date {
  display: none; }

.single-post ul.post-meta li.num-comments {
  width: auto; }

.single-post ul.post-meta {
  width: auto;
  float: right; }

.post-meta .author-photo, .author-bio .author-photo {
  float: left;
  width: 110px;
  height: 100px; }

.post-meta .author-photo img {
  width: 100px;
  height: 100px; }

.post-meta .author-bio-post-meta {
  float: left;
  width: 174px; }

.post-meta .author-bio {
  height: 80px; }

.post-meta .post-date {
  height: 20px;
  line-height: 20px; }

.post-footer {
  margin: 40px 0; }

.post-tags {
  float: right;
  text-align: right; }

a.btn, .post-tags a, .single-tag {
  display: block;
  float: left;
  margin: 2px;
  padding: 1px 3px;
  background: #f2f1f0;
  font-size: 12px;
  line-height: 20px;
  color: #583a2c; }

.post-tags a, .single-tag {
  float: right;
  text-transform: lowercase; }

a.btn:hover, .post-tags a:hover {
  background: #d8d1c9;
  color: white;
  text-decoration: none; }

.entry-content {
  width: 580px;
  padding-bottom: 20px;
  clear: both;
  word-wrap: break-word; }

.entry-content.full-width {
  width: 100%; }

.entry-content.full-width img {
  max-width: 100%; }

.entry-content.float {
  float: left; }

.entry-content.float p:first-of-type {
  margin: 0; }

.entry-content a {
  text-decoration: underline; }

.entry-content a:hover {
  text-decoration: none; }

.entry-content ul li, .content ul li {
  list-style-image: url("images/bullet.png"); }

.entry-content blockquote, .entry-content pre {
  width: 540px;
  max-width: 100%; }

.entry-content blockquote pre {
  width: auto !important; }

.entry-content blockquote, .col blockquote {
  width: 420px;
  margin: 0 auto;
  padding: 10px 30px 10px 50px;
  background: #d8d1c9;
  border-left: 6px solid white;
  font-size: 14px;
  line-height: 22px;
  font-style: normal; }

.entry-content blockquote p {
  margin: 10px 0; }

.entry-content blockquote cite {
  display: block;
  margin-top: 10px;
  font-style: normal; }

.entry-content blockquote cite:before {
  content: url("images/bullet.png");
  margin-right: 6px; }

.entry-content pre, .entry-content code {
  background: #f2f1f0;
  border: 1px solid #ddd;
  font-family: "Courier", monospace;
  font-size: 14px; }

.entry-content pre {
  padding: 10px;
  line-height: 20px;
  white-space: pre-wrap; }

.entry-content pre code {
  background: transparent;
  border: 0;
  padding: 0;
  white-space: pre-wrap; }

.entry-content code {
  white-space: pre;
  padding: 4px 8px; }

.entry-content .wp-caption, .content .image-container {
  background: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 20px 10px;
  border: 0; }

.entry-content .featured-image {
  text-align: center; }

article.home-part {
  margin-top: 20px; }

article.home-part .banner {
  width: calc(100% - (216px + 20px));
  height: 361px;
  position: relative;
  float: left;
  margin-right: 20px; }

article.home-part .banner a {
  display: block;
  width: 100%;
  height: 100%; }

article.home-part .banner .button {
  height: 25px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 10px 15px;
  background: white;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center; }

article.home-part .banner a .button {
  color: white; }

article.home-part .banner .button.help {
  background: #008375; }

article.home-part .banner .button.help a {
  color: white; }

article.home-part .banner .button.products {
  background: #222; }

article.home-part .banner .button.products a {
  color: white; }

article.home-part .banner .button.education {
  background: #328aab; }

article.home-part .banner .button.education a {
  color: white; }

article.home-part .banner .button.community {
  background: #71456c; }

article.home-part .banner .button.community a {
  color: white; }

article.home-part aside.latest {
  width: 216px;
  height: 361px;
  float: left; }

h1.hidden, h2.hidden {
  display: none; }

article.home-part aside.latest h2 {
  width: 196px;
  height: 26px;
  margin: 0 0 13px 0;
  padding: 5px 10px;
  background: white;
  font-size: 16px;
  line-height: 26px;
  border: 0; }

h2.cta, h3.cta {
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 216px;
  margin: 0 auto; }

h2.cta a, h3.cta a {
  color: white; }

article.home-part aside.latest.blog h2, .cta.blog {
  background: #ffb300; }

h2.cta.blog a, h3.cta.blog a {
  color: white; }

article.home-part aside.latest.products h2, .cta.products {
  background: #222;
  color: white; }

article.home-part aside.latest.education h2, .cta.education {
  background: #328aab;
  color: white; }

article.home-part aside.latest.community h2, .cta.community {
  background: #71456c;
  color: white; }

article.home-part aside.latest.help h2, .cta.help {
  background: #008375;
  color: white; }

article.home-part aside.latest .img, article.home-part aside.latest .img img {
  width: 216px;
  height: 150px;
  position: relative;
  background: white; }

ul.grid li a.num-comments, article.home-part aside.latest .img a.num-comments {
  width: 34px;
  height: 24px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent url("images/comment.png");
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  z-index: 1; }

ul.grid li a.num-comments.text-label {
  width: auto;
  padding: 0 5px;
  background: #c61931;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase; }

article.home-part aside.latest .text {
  background: white; }

article.home-part aside.latest h3 {
  margin: 0;
  font-size: 16px;
  line-height: 19px; }

article.home-part aside.latest h3 a {
  color: black; }

article.home-part p.excerpt, ul.grid li p.excerpt, dl.grid dt p.excerpt {
  display: none;
  width: 200px;
  margin: 5px 0;
  color: #666;
  font-size: 12px;
  line-height: 15px; }

article.home-part p.excerpt {
  height: 60px; }

article.home-part aside.latest p.excerpt {
  display: block; }

article.home-part p.more, ul.grid li p.more, dl.grid dt p.more {
  height: 15px;
  margin: 0;
  text-align: right; }

article.home-part aside.latest .text, .grid .text {
  padding: 10px;
  height: 139px;
  border-bottom: 3px solid #222; }

article.home-part aside.latest.feature {
  margin-right: 20px; }

article.home-part aside.latest.feature .text {
  height: 289px; }

article.home-part aside.latest.feature .text a:link, article.home-part aside.latest.feature .text a:visited {
  display: block;
  color: #fff;
  background-color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center; }

article.home-part .banner.feature {
  margin-right: 0; }

article.home-part aside.latest.blog .text {
  border-bottom: 3px solid #ffb300; }

article.home-part aside.latest.education .text {
  border-bottom: 3px solid #328aab; }

article.home-part aside.latest.community .text {
  border-bottom: 3px solid #71456c; }

article.home-part aside.latest.help .text {
  border-bottom: 3px solid #008375; }

article.home-part aside.latest .text .inner, ul.grid li .text .inner, dl.grid li .text .inner {
  height: 127px; }

article.home-part.grid h2 {
  border: 0;
  font-size: 16px;
  margin: 40px 0 0;
  padding: 0;
  border-bottom: 1px solid #222;
  width: 100%;
  color: black;
  line-height: 26px; }

article.home-part.grid h2.below {
  margin: 10px 0 0;
  border-bottom: 0;
  text-align: right; }

article.home-part.grid.blog h2 {
  border-color: #ffb300; }

article.home-part.grid.education h2 {
  border-color: #328aab; }

article.home-part.grid.community h2 {
  border-color: #71456c; }

ul.grid, dl.grid {
  margin: 0 auto;
  padding: 0; }

ul.grid.three {
  width: 708px; }

ul.grid li, dl.grid dt {
  width: 216px;
  height: 206px;
  float: left;
  position: relative;
  margin: 10px;
  list-style-type: none; }

dl.grid dt {
  clear: both;
  margin: 0 0 50px; }

dl.grid dd {
  width: calc(100% - 216px - 30px);
  min-height: 186px;
  margin: 0 0 50px 10px;
  padding: 10px;
  float: left;
  background: white;
  font-size: 14px;
  line-height: 24px; }

dl.grid dd p {
  margin: 0; }

ul.grid li:nth-of-type(4n+1) {
  margin-left: 0; }

ul.grid li:nth-of-type(4n) {
  margin-right: 0; }

ul.grid li .img, ul.grid li .img img {
  display: block;
  width: 216px;
  height: 150px; }

ul.grid li a.a, dl.grid dt a.a {
  display: block;
  height: 150px; }

ul.grid li div.text, dl.grid dt div.text {
  width: 200px;
  height: 45px;
  background: white;
  margin: 0;
  padding: 4px 8px;
  overflow: hidden; }

ul.grid li div.text a:link, ul.grid li div.text a:visited,
article.home-part aside.latest div.text a:link, article.home-part aside.latest div.text a:visited,
dl.grid dt div.text a:link, dl.grid dt div.text a:visited {
  color: #222; }

ul.grid li div.text a:hover, article.home-part aside.latest div.text a:hover, dl.grid dt div.text a:hover {
  text-decoration: none; }

ul.grid li a.num-comments:hover, article.home-part aside.latest .img a.num-comments:hover {
  text-decoration: none; }

.grid.blog div.text, .grid .blog div.text {
  border-color: #ffb300; }

.grid.education div.text, .grid .education div.text,
.grid.resources div.text, .grid .resources div.text {
  border-color: #328aab; }

.grid.teach div.text, .grid .teach div.text {
  border-color: #70adc4; }

.grid.learn div.text, .grid .learn div.text {
  border-color: #99c4d5; }

.grid.make div.text, .grid .make div.text {
  border-color: #20bee8; }

.grid.help div.text, .grid .help div.text {
  border-color: #008375; }

ul.grid.downloads li div.text, .grid .downloads div.text {
  border-color: #c61931; }

ul.grid.piweekly li div.text, .grid .piweekly div.text {
  border-color: #4c9c72; }

.grid.community div.text, .grid .community div.text {
  border-color: #71456c; }

ul.grid li .text .inner, dl.grid dt .text .inner {
  height: 100px;
  overflow: hidden; }

article.home-part.grid p, ul.grid li p, dl.grid dt p {
  /*height: 15px;*/
  overflow: hidden; }

article.home-part.grid p.more, ul.grid li p.more, dl.grid dt p.more {
  display: none; }

ul.grid li:hover div.text {
  height: 103px;
  margin-top: -58px; }

article.home-part.grid ul.grid li:hover p.more, ul.grid li:hover p {
  height: auto;
  display: block; }

ul.grid li div.text h3, dl.grid dt div.text h3 {
  height: 45px;
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  text-align: center; }

ul.grid li div.text h3 a, dl.grid dt div.text h3 a {
  display: block; }

.entry-content img, .content .image-container img {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 500px;
  height: auto; }

.entry-content img.wp-smiley {
  border: 0; }

.wp-caption p.wp-caption-text {
  background: white;
  padding: 10px;
  margin: -7px 5px 0 5px !important;
  border-bottom: 3px solid #ffb300; }

.wp-caption img, .content .image-container img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.entry-content .gallery {
  margin: 0 !important;
  padding: 0; }

.entry-content .gallery-item {
  margin: 0 !important; }

.entry-content .gallery-item img {
  max-width: calc(100% - 10px);
  border: 2px solid #f2f1f0 !important; }

.entry-content .gallery-caption {
  margin: 0px 10px;
  font-size: 11px;
  line-height: 16px; }

.entry-content small {
  font-size: 12px; }

.entry-content table {
  border-collapse: separate;
  border-spacing: 2px;
  border-color: transparent; }

.entry-content table tr {
  background: #f2f1f0;
  display: table-row; }

.entry-content table th {
  text-align: left; }

.entry-content table th, .entry-content table td {
  display: table-cell;
  padding: 2px 10px; }

.page-bett-schedule table td:nth-child(1) {
  width: 12%; }

.page-bett-schedule table td:nth-child(2) {
  width: 35%; }

.page-bett-schedule table td:nth-child(3) {
  width: 20%; }

.page-bett-schedule table td:nth-child(4) {
  width: 33%; }

.content iframe, .entry-content iframe {
  display: block;
  margin: 20px auto; }

.comments {
  width: 580px; }

.comments ol.commentlist {
  margin: 0;
  padding: 0; }

.comments ol.children {
  margin: 0;
  padding: 20px; }

.comments ol.commentlist li {
  list-style-type: none;
  font-size: 13px;
  line-height: 20px; }

.comments ol.commentlist li p {
  margin: 10px 0; }

.comments ol.commentlist li .comment-body {
  width: 500px;
  background: #f2f1f0;
  margin: 10px 0;
  padding: 10px;
  border-top: 2px solid #f2f1f0; }

.comments ol.commentlist li .comment-body a {
  word-wrap: break-word; }

.comments ol.commentlist li.byuser > .comment-body {
  border-top: 2px solid #c61931;
  background: #fdfdfd url("images/raspi-red-trans-25.png") no-repeat right 5px bottom 5px; }

.comments ol.commentlist li.comment-author-ukscone > .comment-body {
  border-top: 0;
  background: #f2f1f0; }

.comments .comment-author, .comments .comment-meta {
  width: 50%;
  height: 50px;
  float: left;
  line-height: 32px; }

.comments .comment-meta {
  text-align: right; }

.comments .comment-author .fn {
  color: #c61931;
  font-style: normal; }

.comments .comment-author img.avatar {
  border-radius: 16px;
  margin: 0 10px -10px 0; }

#commentform textarea {
  width: 500px;
  height: 200px; }

#commentform .form-allowed-tags {
  font-size: 12px;
  line-height: 20px; }

.page-archive .year {
  display: none; }

.page-archive .year.open {
  display: block; }

.page-archive h2 a.year-toggle:after {
  content: "+";
  display: inline-block;
  margin-left: 5px; }

.page-archive h2 a.year-toggle.open:after {
  content: "-"; }

ul.grid.help li {
  background: #008375; }

ul.grid.community li {
  background: #71456c; }

ul.grid.teach li, ul.grid.resources li.teach {
  background: #70adc4; }

ul.grid.learn li, ul.grid.resources li.learn {
  background: #99c4d5; }

ul.grid.make li, ul.grid.resources li.make {
  background: #20bee8; }

.footnote {
  padding: 40px 0;
  text-align: center; }

.page-about ul.hall-of-fame {
  padding: 0; }

.page-about ul.hall-of-fame li {
  list-style-type: none;
  list-style-image: none;
  clear: both; }

.page-about ul.hall-of-fame p {
  margin-top: 0; }

.page-about ul.hall-of-fame .image {
  width: 200px;
  float: left;
  margin: 40px 0 20px; }

.page-about ul.hall-of-fame .image img {
  width: 150px;
  height: 150px;
  border: 2px solid white;
  border-radius: 10px; }

.page-about ul.hall-of-fame .bio {
  max-width: 550px;
  float: left; }

nav.breadcrumbs {
  height: 30px;
  width: 50%;
  margin-top: 50px;
  padding: 3px 10px;
  background: #d8d1c9;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px; }

.page-history article.item {
  clear: both; }

.page-history article.item:nth-child(odd) {
  float: left;
  width: calc(50% - 20px - 2px);
  border-right: 2px solid black;
  padding-right: 20px;
  text-align: right; }

.page-history article.item:nth-child(even) {
  float: right;
  width: calc(50% - 20px);
  border-right: 0;
  border-left: 2px solid black;
  padding-left: 20px;
  padding-right: 0; }

.page-jam form#past-upcoming {
  text-align: right; }

.page-jam #map {
  width: 100%;
  height: 400px;
  margin-bottom: 50px; }

.page-jam div.info-marker {
  font-size: 11px;
  line-height: 20px;
  overflow: hidden; }

.page-jam #map div.info-marker {
  width: 220px;
  height: 130px; }

.page-jam div.info-marker strong {
  display: block;
  height: 40px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.page-jam div.info-marker .details {
  height: 60px; }

.page-jam div.info-marker .links {
  text-align: right; }

.page-jam #calendar {
  background: white;
  padding: 10px; }

.page-jam .fc-event, .fc-event:hover, .ui-widget .fc-event {
  cursor: pointer; }

.single-piweekly .newsletter {
  width: 576px;
  margin: 50px auto 0;
  padding: 20px;
  background: #4c9c72; }

.single-piweekly .newsletter .content {
  margin: 0 0 40px;
  padding: 10px;
  background: #f0f0f0;
  font-size: 14px;
  line-height: 24px; }

.single-piweekly .newsletter .inner {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background: white; }

.single-piweekly .newsletter .inner a:link {
  color: #4c9c72; }

.single-piweekly .newsletter .inner a:visited {
  color: #008375; }

.single-piweekly .newsletter header .meta {
  height: 64px;
  font-size: 14px;
  line-height: 100%;
  font-weight: bold;
  color: #787878; }

.single-piweekly .newsletter header .meta div {
  width: 50%;
  float: left; }

.single-piweekly .newsletter header .meta div a,
.single-piweekly .newsletter header .meta div a:visited {
  color: #787878; }

.single-piweekly .newsletter header .meta .date {
  text-align: right; }

.single-piweekly .newsletter h1 {
  background: none;
  width: 570px;
  margin: 0 0 50px;
  padding: 0;
  color: black;
  font-size: 38px;
  line-height: 100%;
  font-weight: bold;
  text-transform: none;
  text-align: center; }

.single-piweekly .newsletter .picture {
  text-align: center; }

.single-piweekly .newsletter h2 {
  margin: 0;
  font-size: 20px;
  line-height: 45px;
  text-transform: none;
  text-align: center;
  font-weight: 500; }

.single-piweekly .newsletter ul.pw-links {
  margin: 10px 0 0;
  padding: 0;
  overflow: hidden; }

.single-piweekly .newsletter ul.pw-links li {
  margin: 0 0 10px;
  clear: left;
  list-style-image: none;
  list-style-type: none;
  overflow: hidden; }

.single-piweekly .newsletter ul.pw-links li:last-of-type {
  margin-bottom: 0; }

.single-piweekly .newsletter ul.pw-links li div {
  width: 226px;
  height: 150px;
  float: left;
  box-sizing: border-box; }

.single-piweekly .newsletter ul.pw-links li div.text {
  width: 310px;
  padding-left: 10px;
  border-left: 2px solid #f0f0f0; }

.single-piweekly .newsletter ul.pw-links li h3 {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  text-transform: none; }

.single-piweekly .newsletter ul.pw-links li h3.inline {
  display: inline; }

.single-piweekly .newsletter ul.pw-links li div.text .domain {
  display: block;
  width: 100%;
  margin-bottom: 14px;
  font-weight: bold; }

.single-piweekly p.contact {
  color: white;
  text-align: center; }

.single-piweekly p.contact a:link, .single-piweekly p.contact a:visited {
  color: white;
  font-weight: bold; }

.single-piweekly aside.signup {
  width: 570px;
  margin: 0 auto;
  text-align: center;
  margin: 50px auto; }

.gform_wrapper form * {
  max-width: 500px; }

.entry-content .gform_wrapper img {
  margin: 0; }

.gform_wrapper .ginput_complex label {
  margin: 0 0 10px 0 !important;
  line-height: 20px; }

.gform_wrapper .gfield_description {
  padding: 0 !important; }

.ginput_right select {
  margin-bottom: 0 !important; }

.gform_wrapper form .gfield.with-details label, .gform_wrapper div.charleft {
  margin-top: -6px; }

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-family: 'Roboto', sans-serif; }

.team {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

.team .team-member {
  float: left;
  width: 168px;
  height: 265px;
  margin: 10.5px;
  font-size: 12px;
  line-height: 18px;
  text-align: center; }

.team .team-member:nth-of-type(5n+1) {
  margin-left: 0; }

.team .team-member:nth-of-type(5n) {
  margin-right: 0; }

.team .team-member .photo {
  width: 100%;
  height: 202px; }

.team .team-member .photo img {
  width: 100%; }

.team .team-member .photo .text {
  display: none;
  box-sizing: padding-box;
  height: 100%;
  padding: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-weight: 500; }

.team .team-member:hover .photo .text {
  display: block; }

.team .team-member .photo .text .bio {
  height: 160px; }

.team .team-member .photo .text .links {
  height: 22px; }

.team .team-member .photo .text .links a {
  float: left;
  width: 27px;
  height: 26px;
  text-indent: -9999px;
  margin: 0 2px; }

.team .team-member .photo .text .links a:first-child {
  margin-left: 0; }

.team .team-member .photo .text .links a:last-child {
  margin-right: 0; }

.team .team-member .photo .text .links a.twitter {
  background: url("images/social-icons/twitter-26x26.png") no-repeat; }

.team .team-member .photo .text .links a.github {
  background: url("images/social-icons/github-26x26.png") no-repeat; }

.team .team-member .photo .text .links a.linkedin {
  background: url("images/social-icons/linkedin-26x26.png") no-repeat; }

.team .team-member .photo .text .links a.raspberrypi {
  background: url("images/social-icons/raspberrypi-26x26.png") no-repeat; }

.team .team-member .photo .text .links a.web {
  background: url("images/social-icons/web-26x26.png") no-repeat; }

.team .team-member .info {
  background: white;
  border-bottom: 3px solid #222; }

.team .team-member .name {
  padding-top: 3px;
  height: 20px;
  font-weight: bold; }

.team .team-member .title {
  height: 40px; }

.footnote small {
  font-size: 12px; }

footer.footer {
  width: 100%; }

#footer {
  background: #858279;
  border-top: 10px solid black; }

.blog #footer, .single-post #footer, .page-archive #footer, .archive #footer, .section-blog #footer {
  border-color: #ffb300; }

.page-downloads #footer, .section-downloads #footer {
  border-color: #c61931; }

.page-community #footer, .page-jam #footer, .parent-pageid-9369 #footer, .section-community #footer,
.post-type-archive-piweekly #footer, .single-piweekly #footer {
  border-color: #71456c; }

.page-help #footer, .parent-pageid-6865 #footer, .documentation #footer, .section-help #footer {
  border-color: #008375; }

.page-resources #footer, .section-education #footer {
  border-color: #328aab; }

.tax-resource-category.term-teach #footer {
  border-color: #70adc4; }

.tax-resource-category.term-learn #footer {
  border-color: #99c4d5; }

.tax-resource-category.term-make #footer {
  border-color: #20bee8; }

footer .footer-contents {
  margin: 0 50px;
  overflow: auto; }

footer .footer-contents ul {
  width: 100%;
  float: left;
  padding: 0;
  overflow: auto; }

footer .footer-contents ul li {
  display: block;
  width: 100%; }

footer .footer-contents ul.about-us li {
  width: 25%;
  float: left;
  padding: 0;
  overflow: auto; }

footer .footer-contents h2 {
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0; }

footer .footer-contents {
  font-size: 14px;
  line-height: 20px; }

footer .footer-contents ul.about-us li ul {
  width: 100%;
  padding: 0;
  overflow: auto; }

footer .footer-contents ul.about-us li ul li {
  width: 100%;
  padding: 0;
  overflow: auto; }

footer .footer-contents ul.site-links {
  width: 100%;
  padding: 0;
  overflow: auto; }

#footer .footer-contents ul li a {
  color: white; }

#footer footer {
  clear: both;
  margin: 0 auto;
  padding: 20px 0;
  overflow: auto; }

#footer footer .info:before {
  float: left;
  width: 50px;
  height: 50px;
  content: url("images/logo-white.png"); }

#footer footer .info {
  float: left;
  width: 384px;
  height: 50px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  color: white; }

#footer footer ul.site-links {
  float: right;
  width: 321px;
  margin: 30px 0 0;
  text-align: right; }

footer ul.site-links li {
  float: left;
  width: auto;
  margin: 0 20px 0 0; }

/* Documentation */
body.documentation nav.breadcrumbs {
  width: calc(100% - 20px); }

footer.licence {
  width: 420px;
  float: right;
  background: #d8d1c9;
  padding: 3px 10px;
  overflow: auto;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase; }

footer.licence aside {
  float: right; }

footer.licence .octocat img {
  width: 70px;
  height: auto;
  margin-left: 10px;
  border-radius: 35px; }

footer.licence .links {
  margin-top: 10px; }

footer.licence .links .cc img {
  margin-top: 20px; }

@media screen and (max-width: 1250px) {
  #nav ul li.shop {
    clear: both;
    width: 50px;
    height: 112px;
    background: transparent url("images/buy-tag-mono.png") no-repeat; }
  #nav ul li.shop:hover {
    background: transparent url("images/buy-tag.png") no-repeat; } }

@media screen and (max-width: 1050px) {
  .container {
    width: 100%; }
  .container * {
    max-width: 100% !important; }
  #header, #nav {
    width: 100%; }
  #nav ul li {
    width: calc((100% - 100px) / 6); }
  #nav ul li a {
    width: 100%; }
  #nav ul li ul li {
    width: 100%; }
  #header form.search {
    float: left;
    width: calc(100% - 100px);
    height: 50px; }
  #header form.search input.search {
    width: calc(100% - 20px - 130px); }
  aside.floating-sidebar {
    float: left;
    position: static;
    width: 100%;
    margin: 0; }
  .blog aside.sidebar nav.posts, aside.sidebar nav.posts ul {
    width: 100%; }
  .blog aside.sidebar nav.posts ul li {
    width: 48%;
    float: left;
    padding: 3px 1%; }
  .blog aside.sidebar nav.posts ul li.post {
    display: none; }
  .blog aside.sidebar nav.posts ul li.archive, .blog aside.sidebar nav.posts ul li.feed {
    width: 98%;
    text-align: center; }
  .blog aside.sidebar nav.posts ul li.prev {
    text-align: left; }
  .blog aside.sidebar nav.posts ul li.next {
    float: right; }
  ul.downloads li, ul.downloads li.open {
    height: auto;
    margin-bottom: 40px; }
  ul.downloads li .image-icon {
    width: auto;
    text-align: center; }
  ul.downloads li .image-info {
    width: auto;
    margin: 0 auto; }
  ul.downloads li .image-details {
    margin-left: 25px; }
  ul.downloads li .image-details.sha256 {
    width: auto;
    height: auto; }
  ul.downloads li .image-details.sha256 span {
    width: auto;
    float: none;
    display: inline; }
  section.results article.result .details .entry-content {
    width: 58%;
    float: left;
    margin-right: 2%; }
  section.results article.result header {
    width: 100%; }
  section.results aside.featured-image {
    display: none; }
  section.results aside.featured-image.mobile {
    display: block;
    width: 40%;
    float: left;
    text-align: center; }
  section.results article.result .entry-content {
    width: calc(100% - 324px); }
  section.results aside.featured-image {
    margin: 0; }
  .page-about ul.hall-of-fame .bio {
    max-width: 580px !important;
    float: left; }
  .page-about ul.hall-of-fame.trustees .bio {
    max-width: calc(100% - 200px) !important;
    float: left; }
  .col-40 {
    width: 100%; }
  .col-40 img {
    display: block;
    margin: 0 auto; }
  .col-40.raised {
    margin: 0; }
  .page-jam #map * {
    max-width: none !important; }
  .page-jam nav.jam-subpages ul {
    width: 100%;
    overflow: auto;
    height: 650px; }
  .page-jam nav.jam-subpages ul li {
    clear: both;
    margin: 50px auto;
    float: none; }
  footer .footer-col ul li {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  ul.grid {
    width: 708px; }
  ul.grid li:nth-of-type(4n+1) {
    margin-left: 10px; }
  ul.grid li:nth-of-type(4n) {
    margin-right: 10px; }
  .team {
    width: 735px; }
  .team .team-member {
    margin: 10px; }
  .team .team-member:nth-of-type(5n+1) {
    margin-left: 10px; }
  .team .team-member:nth-of-type(5n) {
    margin-right: 10px; }
  .team .team-member:nth-of-type(4n+1) {
    margin-left: 0; }
  .team .team-member:nth-of-type(4n) {
    margin-right: 0; } }

@media screen and (max-width: 900px) {
  article.home-part ul.latest-posts li .img {
    width: 20%; }
  article.home-part ul.latest-posts li h2 {
    width: 65%; } }

@media screen and (max-width: 855px) {
  ul.grid, ul.grid.three {
    width: 472px; }
  .team {
    width: 546px; }
  .team .team-member:nth-of-type(4n+1) {
    margin-left: 10px; }
  .team .team-member:nth-of-type(4n) {
    margin-right: 10px; }
  .team .team-member:nth-of-type(3n+1) {
    margin-left: 0; }
  .team .team-member:nth-of-type(3n) {
    margin-right: 0; }
  #wp-admin-bar-my-account {
    display: none; } }

@media screen and (max-width: 800px) {
  header.archive-author-bio {
    width: 90%; } }

@media screen and (max-width: 782px) {
  .logged-in #header {
    top: 46px; } }

@media screen and (max-width: 750px) {
  aside.buy-box {
    width: 100%; }
  dl.grid dd {
    line-height: 20px; } }

@media screen and (max-width: 700px) {
  #nav {
    background: black; }
  #nav ul li {
    display: none; }
  #nav ul li.mobile {
    display: block;
    width: 50px;
    height: 50px;
    background-color: black; }
  #nav ul li.search {
    float: right;
    background-image: url("images/search-black.png"); }
  #nav ul li.menu {
    float: right;
    background-image: url("images/menu-icon.png");
    text-indent: -9999px; }
  #nav ul.open li {
    display: block;
    width: 100%; }
  #nav ul.open li.home {
    width: 50px; }
  #nav ul li.shop, #nav ul li.shop:hover {
    width: 100%;
    height: 50px;
    background: white;
    border-bottom: 1px solid black; }
  #nav ul li.shop a {
    text-indent: 0;
    color: black; }
  #nav ul.open li.close-menu {
    float: right;
    width: 50px;
    height: 50px;
    background-image: url("images/menu-icon.png");
    text-indent: -9999px; }
  #nav ul.open li.search, #nav ul.open li.menu {
    display: none; }
  #nav ul li:hover,
  #nav ul li.current_page_item,
  #nav ul li.current-menu-ancestor,
  .single-post #nav ul li.yellow,
  .page-archive #nav ul li.yellow,
  .archive #nav ul li.yellow,
  .single-community #nav ul li.purple,
  .single-help #nav ul li.green,
  .documentation #nav ul li.green {
    border-bottom: 0;
    margin-bottom: 0; }
  #nav ul li:hover ul {
    display: none; }
  #header form.search {
    float: left;
    width: calc(100%);
    height: 50px;
    margin-left: 0;
    border: 0;
    border-bottom: 1px solid black; }
  #header form.search input.search {
    width: calc(100% - 20px - 50px); }
  #header form.search input.submit {
    width: 50px;
    text-indent: -9999px; }
  .main {
    margin: 0 20px; }
  h1 {
    width: 90%;
    padding: 15px 5%;
    margin: 20px 0; }
  article.home-part ul.latest-posts li {
    width: 100%; }
  article.home-part ul.latest-posts li .img {
    width: 15%; }
  article.home-part ul.latest-posts li h2 {
    width: 85%;
    margin: 0; }
  .entry-content .wp-caption {
    max-width: 80% !important; }
  .wp-caption p.wp-caption-text {
    margin: -7px 0 0 !important; }
  .entry-content pre {
    max-width: calc(100% - 20px) !important; }
  .entry-content ul, .entry-content ol {
    padding-left: 20px; }
  .comments h2.comments-title a:after {
    content: '+';
    display: inline-block;
    margin-left: 5px; }
  .comments h2.comments-title.open a:after {
    content: '-'; }
  .comments ol.commentlist, .comment-respond {
    display: none; }
  .comments ol.commentlist.open, .comment-respond.open {
    display: block; }
  .comments ol.commentlist li .comment-body {
    width: calc(100% - 20px); }
  ol.commentlist li ul.children {
    padding: 0; }
  aside.sidebar {
    width: 100%; }
  aside.sidebar .post-meta {
    margin: 0 auto; }
  aside.sidebar nav.posts {
    float: right; }
  ul#archive li.year.open ul {
    padding-left: 30px; }
  header.archive-author-bio {
    width: 96%;
    padding: 10px 2%; } }

@media screen and (max-width: 650px) {
  .page-buy .buyapi img {
    float: none;
    width: auto;
    margin: 5px auto; } }

@media screen and (max-width: 600px) {
  #header, #nav {
    position: absolute; }
  #header form.search {
    position: absolute;
    top: 50px; }
  article.home-part .banner .button {
    height: auto;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 14px;
    padding: 8px 15px; }
  .p-40, .p-50, .p-60, .col-40, .col-50, .col-60 {
    clear: both;
    width: 100%;
    margin: 0; }
  .col-40 img {
    display: block;
    margin: 0 auto; }
  .entry-content blockquote {
    width: 80%;
    padding: 10px; }
  section.results article.result .details .entry-content {
    width: 100%;
    margin-right: 0; }
  section.results article.result .featured-image.mobile {
    width: 100%;
    margin-top: 50px; }
  .comment-respond form input, .comment-respond form textarea {
    width: 98%;
    padding: 6px 1%; }
  .page-about ul.hall-of-fame .image {
    width: 100%;
    margin-bottom: 0;
    text-align: center; }
  .page-about ul.hall-of-fame.trustees .bio {
    width: 100%;
    max-width: 100% !important; }
  .page-about ul.hall-of-fame .bio h5 {
    text-align: center; }
  #social-icons .footer-contents {
    width: 328px;
    margin: 0 auto; }
  dl.grid dt {
    float: none;
    margin: 0 auto; }
  dl.grid dd {
    clear: both;
    width: calc(100% - 20px);
    height: auto;
    min-height: 0;
    margin: 10px 0 50px; }
  .team {
    width: 358px; }
  .team .team-member:nth-of-type(3n+1) {
    margin-left: 10px; }
  .team .team-member:nth-of-type(3n) {
    margin-right: 10px; }
  .team .team-member:nth-of-type(2n+1) {
    margin-left: 0; }
  .team .team-member:nth-of-type(2n) {
    margin-right: 0; }
  #footer footer .info {
    height: 70px; }
  footer .footer-contents {
    margin: 0 20px; }
  footer .footer-contents ul.about-us li {
    width: 50%; }
  #footer footer ul.site-links {
    clear: both; } }

@media screen and (max-width: 550px) {
  article.home-part ul.latest-posts li .img {
    width: 20%; }
  article.home-part ul.latest-posts li h2 {
    width: 80%; }
  .search-box form.search input.search {
    width: 79%;
    padding: 6px 0 6px 4%; }
  .search-box form.search input.submit {
    width: 15%;
    float: right;
    margin-top: 6px;
    padding: 6px 4% 6px 0;
    text-indent: -9999px; }
  ul.grid li:nth-of-type(2n+1) {
    margin-left: 0;
    margin-right: 10px; }
  ul.grid li:nth-of-type(2n) {
    margin-left: 10px;
    margin-right: 0; }
  footer.licence {
    width: 96%;
    padding: 3px 2%; }
  #footer footer {
    width: 100%; }
  footer .footer-col {
    width: 100% !important;
    border: 0 !important;
    text-align: center;
    margin-top: 0;
    padding-bottom: 0; } }

@media screen and (max-width: 510px) {
  ul.downloads li .image-icon {
    width: 100%; }
  ul.downloads li h3, ul.downloads li .image-description {
    text-align: center; }
  ul.downloads li .image-info {
    width: 250px;
    float: none;
    margin: 0px auto; }
  ul.downloads li .image-download-links a.btn.dl-zip {
    float: right; } }

@media screen and (max-width: 675px) {
  article.home-part .banner {
    height: 250px; } }

@media screen and (max-width: 500px) {
  article.home-part .banner {
    width: 100%;
    margin: 0 auto 20px; }
  article.home-part aside.latest {
    margin: 0 auto;
    clear: both;
    float: none; }
  article.home-part aside.latest.feature {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0; }
  article.home-part aside.latest.feature .text {
    height: auto; }
  article.home-part aside.latest.feature h2 {
    width: auto; }
  ul.grid {
    width: 100%; }
  ul.grid li, ul.grid li:nth-of-type(2n+1), ul.grid li:nth-of-type(2n) {
    margin: 10px auto 20px;
    float: none; }
  .comments .comment-author {
    width: 100%; }
  .comments .comment-meta {
    display: none; }
  header.archive-author-bio {
    width: 92%;
    padding: 10px 4%; }
  header.archive-author-bio .author-photo {
    width: 100%;
    text-align: center; }
  header.archive-author-bio .author-bio-meta {
    width: 100%;
    max-width: 100% !important;
    margin-left: 0; }
  header.archive-author-bio .author-bio-meta div.author-name {
    text-align: center; }
  header.archive-author-bio .author-bio-meta div.num-posts {
    text-align: right; }
  .icons-two .icon {
    width: 100%; }
  nav.breadcrumbs {
    width: 90%;
    padding: 3px 5%; }
  footer.licence * {
    margin: 0 auto;
    text-align: center; }
  footer.licence aside {
    float: none;
    margin-top: 10px; }
  footer .footer-contents ul li {
    width: 100%; } }

@media screen and (max-width: 400px) {
  article.home-part ul.latest-posts li .img, article.home-part ul.latest-posts li h2 {
    width: 100%;
    text-align: center; }
  .icons .icon {
    width: 100%; }
  .icons .icon img {
    width: 50%; }
  .buyapi img {
    width: auto !important; }
  aside.sidebar .post-meta {
    width: 96%;
    padding: 10px 2%;
    text-align: center; }
  .post-meta .author-photo {
    float: none;
    margin: 0 auto; }
  .post-meta .author-bio-post-meta {
    width: 100%; }
  aside.sidebar nav.posts ul li {
    width: 96%;
    padding: 3px 2%; }
  .team {
    width: 168px; }
  .team .team-member {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media screen and (max-width: 350px) {
  .buyapi {
    width: 200px;
    text-align: center; }
  .buyapi img {
    float: none; }
  #social-icons .footer-contents {
    width: 250px; } }

.banner-container {
  background-color: #222;
  bottom: 0;
  display: none;
  margin: 0 auto;
  opacity: .95;
  position: sticky;
  right: 0;
  width: 1024px; }
  .banner-container p {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 27px 16px 20px 30px; }
  .banner-container span {
    color: #eb7271; }
  .banner-container .btn-registration-cta {
    background-color: #222;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff !important;
    float: right;
    font-size: 18px;
    line-height: 12px;
    margin: 14px 20px 13px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none; }
  .banner-container .btn-registration-cta:hover {
    background-color: #fff;
    color: #222 !important; }
  @media only screen and (max-width: 750px) {
    .banner-container {
      display: none !important; } }
  @media only screen and (max-width: 1050px) {
    .banner-container {
      width: 100%; } }

.secondary-navigation {
  display: inline-block;
  height: 80px;
  margin-bottom: 30px;
  margin-top: 50px;
  width: 100%; }
  .secondary-navigation .nav-logo {
    float: left;
    line-height: 80px;
    margin-right: 60px;
    vertical-align: middle; }
  .secondary-navigation .nav-list {
    display: inline-block;
    line-height: 80px;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle; }
    .secondary-navigation .nav-list li {
      display: inline-block;
      margin-bottom: 10px;
      margin-left: 10px;
      padding-right: 20px; }
      .secondary-navigation .nav-list li a {
        color: #222;
        font-weight: bold; }
      .secondary-navigation .nav-list li .active {
        background-color: #fff;
        border-radius: 5px;
        color: #218da9 !important;
        padding: 15px; }
  @media only screen and (max-width: 414px) {
    .secondary-navigation .nav-list {
      height: 100%;
      padding-left: 0; }
      .secondary-navigation .nav-list li {
        display: block;
        height: 40px;
        margin-left: 0; } }
  @media only screen and (max-width: 975px) {
    .secondary-navigation {
      height: 100%; }
      .secondary-navigation .nav-logo {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto; }
      .secondary-navigation .nav-list {
        display: block;
        float: none;
        line-height: 18px;
        margin-top: 40px;
        text-align: center;
        vertical-align: top; } }

.page-contact .entry-content > p {
  max-width: 80%; }

@media (min-width: 801px) {
  .gform_wrapper.contact-form_wrapper {
    margin-right: 20px;
    width: calc(100% - (216px + 20px)); } }

.gform_wrapper.contact-form_wrapper form,
.gform_wrapper.contact-form_wrapper form *,
.gform_wrapper.contact-form_wrapper .gform_body,
.gform_wrapper.contact-form_wrapper ul.gform_fields li.gfield {
  max-width: 100%;
  width: 100%; }

.gform_wrapper.contact-form_wrapper ul.gform_fields li.gfield {
  margin-top: 16px; }
  @media (min-width: 501px) {
    .gform_wrapper.contact-form_wrapper ul.gform_fields li.gfield.contact-form__name, .gform_wrapper.contact-form_wrapper ul.gform_fields li.gfield.contact-form__email, .gform_wrapper.contact-form_wrapper ul.gform_fields li.gfield.contact-form__subject {
      display: inline-block;
      width: 50%; } }
  .gform_wrapper.contact-form_wrapper ul.gform_fields li.gfield .gfield_error {
    background-color: transparent;
    border: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0; }
    @media (min-width: 501px) {
      .gform_wrapper.contact-form_wrapper ul.gform_fields li.gfield .gfield_error {
        padding-right: 16px; } }

.gform_wrapper.contact-form_wrapper .top_label .ginput_container {
  margin-top: 0; }

.gform_wrapper.contact-form_wrapper span.gfield_required {
  display: none; }

.gform_wrapper.contact-form_wrapper input,
.gform_wrapper.contact-form_wrapper input[type=text],
.gform_wrapper.contact-form_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gform_wrapper.contact-form_wrapper select,
.gform_wrapper.contact-form_wrapper option,
.gform_wrapper.contact-form_wrapper textarea {
  border: 0 !important;
  line-height: 2;
  padding: 12px;
  width: 100%; }

.gform_wrapper.contact-form_wrapper select[name^=input] {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTYgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjEgKDQ0NDYzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5jaGV2cm9uIC0gd2hpdGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iZm9ybS1zdHlsZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NzguMDAwMDAwLCAtNzkzLjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMTIuMDAwMDAwLCA3NDUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iY2hldnJvbi0tLXRleHQtY29sb3VyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNjYuMDAwMDAwLCA0OC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAtNS42MjUwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEyLjkwMjQsMTMuMDM0OSBMMTIuOTIzNiwxMy4wMzQ5IEwxMi45MjM2LDIuNTkwMSBMMTAuNDIzNiwyLjU5MDEgTDEwLjQyMzYsMTAuNjI1IEwyLjQ1NzYsMTAuNjI1IEwyLjQ1NzYsMTMuMTI1IEwxMi45MDI0LDEzLjEyNSBMMTIuOTAyNCwxMy4wMzQ5IFoiIGlkPSJDb21iaW5lZC1TaGFwZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy42ODAwMDAsIDcuODEyNTAwKSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtNy42ODAwMDAsIC03LjgxMjUwMCkgIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K");
  background-position: right 15px center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  color: #9f9f9f;
  width: 100%; }
  .gform_wrapper.contact-form_wrapper select[name^=input] *[selected]:not(.gf_placeholder) {
    color: initial; }

.gform_wrapper.contact-form_wrapper .gform_footer {
  min-height: 60px;
  padding: 0;
  position: relative; }

.gform_wrapper.contact-form_wrapper input[type=submit] {
  background-color: #24776a;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 24px;
  text-transform: uppercase; }
  .gform_wrapper.contact-form_wrapper input[type=submit]:hover {
    background-color: #000000; }
  @media (min-width: 501px) {
    .gform_wrapper.contact-form_wrapper input[type=submit] {
      position: absolute;
      right: 0; } }

.gform_wrapper.contact-form_wrapper .validation_error {
  border-color: rgba(121, 0, 0, 0.1); }

.gform_confirmation_message {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

hr {
  border: dashed 1px #98938f;
  margin-bottom: 24px; }

h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: none; }

.home.page .main {
  padding-top: 80px; }

.home.page .home-button {
  background: #000;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 3;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .home.page .home-button:link, .home.page .home-button:visited {
    color: #fff; }

.home.page .home-feature-banner {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: block;
  height: 250px;
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 451px) {
    .home.page .home-feature-banner {
      background-position: center top;
      background-size: 100% auto; } }
  @media (min-width: 767px) {
    .home.page .home-feature-banner {
      background-position: right center;
      background-size: auto 100%;
      float: right;
      height: 360px;
      margin-bottom: 0;
      width: calc(100% - (216px + 20)); } }

.home.page .home-feature-banner__button {
  background-color: #64a4bd;
  bottom: 0;
  font-size: 15px;
  position: absolute;
  width: 100%; }
  @media (min-width: 767px) {
    .home.page .home-feature-banner__button {
      bottom: 20px;
      right: 20px;
      width: auto; } }

.home.page .home-hero * {
  box-sizing: border-box; }

@media (min-width: 767px) {
  .home.page .home-hero {
    margin-bottom: 20px; } }

.home.page .home-products-cta {
  background: #64a4bd;
  margin: 0 20px 20px 0;
  padding: 20px 0;
  width: 100%; }
  .home.page .home-products-cta:hover .home-products-cta__button {
    background-color: #2e9786; }
  @media (min-width: 767px) {
    .home.page .home-products-cta {
      float: left;
      height: 360px;
      margin-bottom: 0;
      position: relative;
      width: 216px; } }

.home.page .home-products-cta__title {
  background: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0 20px 15px;
  padding: 0;
  text-transform: uppercase; }
  @media (min-width: 451px) {
    .home.page .home-products-cta__title {
      float: left; } }
  @media (min-width: 767px) {
    .home.page .home-products-cta__title {
      float: none; } }

.home.page .home-products-cta__image {
  display: block;
  margin: 0 0 20px 20px;
  width: calc(100% - 20px); }
  @media (min-width: 451px) {
    .home.page .home-products-cta__image {
      float: right;
      margin: 0;
      width: 50%; } }
  @media (min-width: 767px) {
    .home.page .home-products-cta__image {
      float: none;
      margin: 0 0 20px 20px;
      width: calc(100% - 20px); } }

.home.page .home-products-cta__text {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 1em;
  padding: 0 20px; }
  @media (min-width: 451px) {
    .home.page .home-products-cta__text {
      float: left;
      width: 50%; } }
  @media (min-width: 767px) {
    .home.page .home-products-cta__text {
      float: none;
      width: auto; } }

.home.page .home-products-cta__button {
  display: inline-block;
  margin: 0 20px;
  transition: all 100ms ease-in-out; }
  @media (min-width: 451px) {
    .home.page .home-products-cta__button {
      clear: left;
      float: left; } }
  @media (min-width: 767px) {
    .home.page .home-products-cta__button {
      bottom: 20px;
      clear: none;
      display: block;
      float: none;
      padding: 0;
      position: absolute;
      width: calc(100% - (20px * 2)); } }

.section-products-pages .container {
  background: #fff;
  padding: 50px 0 0; }

.section-products-pages .main * {
  box-sizing: border-box; }

.section-products-pages .product-business-link {
  color: #000;
  font-weight: 400;
  text-decoration: underline; }

.section-products-pages .product-list__item-body .product-business-link {
  color: #545454;
  text-align: right;
  font-size: 13px; }

.section-products-pages .product-button {
  background-color: #288375;
  border-color: #288375;
  border-style: solid;
  border-width: 0;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 13px;
  padding: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 100ms ease-in-out; }
  .section-products-pages .product-button:link, .section-products-pages .product-button:visited {
    color: #fff; }
  .section-products-pages .product-button:hover {
    background: #2e9786;
    text-decoration: none; }
    .section-products-pages .product-button:hover .product-button__arrow-icon {
      transform: translate(5px, 1px); }
  .section-products-pages .product-button .product-button__arrow-path {
    stroke: #fff;
    vertical-align: middle; }

.section-products-pages .product-button__arrow-icon {
  height: 14px;
  transform: translate(0, 1px);
  transition: transform 100ms ease-in-out;
  width: 8px; }
  .section-products-pages .product-button__arrow-icon .product-button__arrow-path {
    stroke: #fff;
    transition: stroke 100ms ease-in-out; }

.section-products-pages .product-divider {
  border: 0;
  background-color: rgba(151, 151, 151, 0.5);
  height: 1px;
  margin: 26px 0; }

@media (min-width: 701px) {
  .section-products-pages .product-getting-started__inner {
    float: right;
    padding-left: 13px;
    width: 50%; } }

.section-products-pages .product-heading {
  background: #000;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 26px;
  padding: 0 13px;
  text-transform: uppercase;
  width: 100%; }
  @media (min-width: 701px) {
    .section-products-pages .product-heading {
      width: 50%; } }

.section-products-pages .product-heading--h1 {
  font-size: 26px;
  line-height: 2.384615385; }

.section-products-pages .product-heading--h2 {
  font-size: 15px;
  line-height: 3; }

.section-products-pages .product-hero {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 26px;
  padding: 6.5px;
  position: relative; }
  .section-products-pages .product-hero.product-hero--listing {
    margin-bottom: 26px; }
  @media (min-width: 501px) {
    .section-products-pages .product-hero {
      padding: 13px; } }
  @media (min-width: 701px) {
    .section-products-pages .product-hero {
      padding: 0; } }

.section-products-pages .product-hero__body {
  padding-top: 13px; }
  @media (min-width: 701px) {
    .section-products-pages .product-hero__body {
      float: right;
      height: 100%;
      padding: 13px;
      width: 50%; } }
  @media (min-width: 1000px) {
    .section-products-pages .product-hero__body {
      padding: 26px; } }

.section-products-pages .product-hero__cta {
  text-align: right; }
  @media (min-width: 801px) {
    .section-products-pages .product-hero__cta {
      float: right;
      width: 50%; } }
  @media (min-width: 1000px) {
    .section-products-pages .product-hero__cta {
      bottom: 0;
      left: auto;
      padding: 26px 26px 13px;
      position: absolute;
      right: 0;
      top: auto;
      width: 25%; } }

.section-products-pages .product-hero__description {
  font-size: 15px;
  margin-top: 0; }

.section-products-pages .product-hero__image-wrapper {
  float: left;
  margin: 0 0 26px;
  width: 100%; }
  @media (min-width: 701px) {
    .section-products-pages .product-hero__image-wrapper {
      margin: 0;
      width: 50%; } }

.section-products-pages .product-hero__image {
  display: block;
  max-width: 100%;
  width: 100%; }

.section-products-pages .product-hero__title {
  background: none;
  color: #000;
  line-height: 1.3;
  margin: 0 0 1em;
  padding: 0;
  width: auto; }

.section-products-pages .product-images {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 26px; }

.section-products-pages .product-image {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  display: block;
  flex: 0 0 22%;
  margin: 0 0 13px 4%; }
  .section-products-pages .product-image:nth-child(4n+1) {
    margin-left: 0; }
  .section-products-pages .product-image img {
    display: block;
    max-width: 100%; }
  @media (min-width: 701px) {
    .section-products-pages .product-image {
      flex: 0 0 15%;
      margin: 0 0 13px 2%; }
      .section-products-pages .product-image:nth-child(4n+1) {
        margin-left: 2%; }
      .section-products-pages .product-image:nth-child(6n+1) {
        margin-left: 0; } }

.section-products-pages .product-list {
  margin: 0;
  padding: 0; }
  @media (min-width: 501px) {
    .section-products-pages .product-list {
      display: flex;
      flex-wrap: wrap; } }

.section-products-pages .product-list__item {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  list-style: none;
  margin: 0 0 26px;
  padding: 6.5px; }
  @media (min-width: 501px) {
    .section-products-pages .product-list__item {
      display: flex;
      margin: 0 0 26px 3%;
      padding: 0;
      width: 48.5%; }
      .section-products-pages .product-list__item:nth-child(2n+1) {
        margin-left: 0; } }
  @media (min-width: 801px) {
    .section-products-pages .product-list__item {
      width: 31.33%; }
      .section-products-pages .product-list__item:nth-child(2n+1) {
        margin-left: 3%; }
      .section-products-pages .product-list__item:nth-child(3n+1) {
        margin-left: 0; } }
  @media (min-width: 1000px) {
    .section-products-pages .product-list__item {
      width: 22.75%; }
      .section-products-pages .product-list__item:nth-child(3n+1) {
        margin-left: 3%; }
      .section-products-pages .product-list__item:nth-child(4n+1) {
        margin-left: 0; } }

.section-products-pages .product-list__item-link {
  color: #000; }

.section-products-pages .product-list__item-wrapper {
  display: block;
  width: 100%; }

.section-products-pages .product-list__item-image-wrapper {
  margin: 0;
  min-height: 148px; }

.section-products-pages .product-list__item-image {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.section-products-pages .product-list__item-body {
  margin-top: auto;
  padding-top: 13px;
  width: 100%;
  position: relative; }
  @media (min-width: 501px) {
    .section-products-pages .product-list__item-body {
      padding: 13px;
      height: calc(100% - 148px); } }
  @media (min-width: 1000px) {
    .section-products-pages .product-list__item-body {
      padding: 26px 13px; } }

.section-products-pages .product-list__item-body .btn-product {
  position: relative;
  width: 100%; }
  @media (min-width: 501px) {
    .section-products-pages .product-list__item-body .btn-product {
      position: absolute;
      bottom: 13px;
      width: calc(100% - 26px); } }
  @media (min-width: 1000px) {
    .section-products-pages .product-list__item-body .btn-product {
      width: calc(100% - 26px); } }

@media (min-width: 501px) {
  .section-products-pages .product-list__item-body .btn-product.product-business-link {
    bottom: 3px; } }

.section-products-pages .product-list__item-description {
  font-size: 14px;
  margin: 0 0 1em;
  line-height: 22px; }
  @media (min-width: 501px) {
    .section-products-pages .product-list__item-description {
      min-height: 100px; } }

.section-products-pages .product-list__item-title {
  font-size: 14px;
  margin: 0 0 0.5em;
  line-height: 22px; }

.section-products-pages .product-list__item--secondary {
  margin-left: 0;
  width: 100%; }
  @media (min-width: 701px) {
    .section-products-pages .product-list__item--secondary {
      display: flex;
      margin: 0 0 26px;
      width: calc(50% - 13px); }
      .section-products-pages .product-list__item--secondary:first-child, .section-products-pages .product-list__item--secondary:nth-child(2n+1), .section-products-pages .product-list__item--secondary:nth-child(3n+1), .section-products-pages .product-list__item--secondary:nth-child(6n+1) {
        margin-left: 0; }
      .section-products-pages .product-list__item--secondary:nth-child(even) {
        margin-left: 26px; } }
  @media (min-width: 501px) {
    .section-products-pages .product-list__item--secondary .product-list__item-image-wrapper {
      width: 100%; } }
  @media (min-width: 501px) {
    .section-products-pages .product-list__item--secondary .product-list__item-body {
      display: flex;
      flex-flow: column;
      padding: 13px; } }
  @media (min-width: 501px) {
    .section-products-pages .product-list__item--secondary .product-list__item-body .btn-product {
      position: relative;
      bottom: 0;
      width: calc(100% - 26px); } }
  @media (min-width: 701px) {
    .section-products-pages .product-list__item--secondary .product-list__item-body {
      height: auto; }
      .section-products-pages .product-list__item--secondary .product-list__item-body .btn-product {
        position: absolute;
        bottom: 0; } }
  @media (min-width: 1000px) {
    .section-products-pages .product-list__item--secondary .product-list__item-body {
      padding: 26px; }
      .section-products-pages .product-list__item--secondary .product-list__item-body .btn-product {
        width: calc(100% - 52px); } }

.section-products-pages .modaal-overlay {
  background: #fff !important; }
  @media (min-width: 501px) {
    .section-products-pages .modaal-overlay {
      background: #000 !important; } }

.section-products-pages .modaal-wrapper .modaal-close {
  background: #288375;
  position: absolute;
  right: -20px;
  top: -20px; }

.section-products-pages .modaal-wrapper.modaal-fullscreen .modaal-close {
  right: 10px;
  top: 10px; }

.section-products-pages .modaal-content-container {
  min-height: 23rem; }

.section-products-pages .product-modal {
  overflow: hidden; }

.section-products-pages .product-modal__select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: center right 10% url("images/select-arrow.png") no-repeat;
  border: 1px solid #000;
  border-radius: 0;
  display: block;
  font-size: 110%;
  font-weight: 400;
  margin: 0 auto;
  padding: 13px 52px 13px 26px; }

.section-products-pages .product-modal__title {
  font-size: 120%;
  font-weight: 700;
  margin-top: 0;
  text-align: center; }

.section-products-pages .product-modal__resellers.product-modal__resellers--loading .product-modal__loading {
  opacity: 1; }

.section-products-pages .product-modal__loading {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 1000ms ease-in-out;
  width: 100%; }

.section-products-pages .product-modal__resellers-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 501px) {
    .section-products-pages .product-modal__resellers-list {
      display: flex;
      flex-flow: row wrap; } }

.section-products-pages .product-modal__reseller-item {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 26px;
  padding: 13px 26px; }
  @media (min-width: 501px) {
    .section-products-pages .product-modal__reseller-item {
      flex: 0 0 auto;
      margin-right: 13px;
      width: calc(33.33% - 13px); }
      .section-products-pages .product-modal__reseller-item:nth-child(3n) {
        margin-right: 0; } }
  .section-products-pages .product-modal__reseller-item:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.6); }

.section-products-pages .product-modal__reseller-link {
  display: block;
  height: 100px;
  position: relative;
  width: 100%; }

.section-products-pages .product-modal__reseller-logo {
  display: block;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); }

.section-products-pages .product-swag-cta {
  display: block;
  margin: 0 auto 26px;
  width: 356px; }
  @media (min-width: 501px) {
    .section-products-pages .product-swag-cta {
      width: 449px; } }
  @media (min-width: 801px) {
    .section-products-pages .product-swag-cta {
      width: 686px; } }
  @media (min-width: 1000px) {
    .section-products-pages .product-swag-cta {
      width: 924px; } }

.section-products-pages .product-swag-cta__link {
  background-color: #fff;
  background-image: url("images/swag-cta/rpi-swag-355.png");
  background-position: left center;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  color: #dd8900;
  display: block;
  height: 160px;
  position: relative;
  width: 100%; }
  @media (min-width: 501px) {
    .section-products-pages .product-swag-cta__link {
      background-image: url("images/swag-cta/rpi-swag-449.png"); } }
  @media (min-width: 801px) {
    .section-products-pages .product-swag-cta__link {
      background-color: #dd8900;
      background-image: url("images/swag-cta/rpi-swag-686.png");
      color: #fff; } }
  @media (min-width: 1000px) {
    .section-products-pages .product-swag-cta__link {
      background-image: url("images/swag-cta/rpi-swag-924.png"); } }
  .section-products-pages .product-swag-cta__link .product-button__arrow-icon {
    height: 14px;
    position: absolute;
    right: -14px;
    top: 5px;
    transition: right 150ms ease-in-out;
    width: 8px; }
    .section-products-pages .product-swag-cta__link .product-button__arrow-icon .product-button__arrow-path {
      stroke: #dd8900; }
      @media (min-width: 801px) {
        .section-products-pages .product-swag-cta__link .product-button__arrow-icon .product-button__arrow-path {
          stroke: #fff; } }
  .section-products-pages .product-swag-cta__link:hover .product-button__arrow-icon {
    right: -18px; }

.section-products-pages .product-swag-cta__label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  position: absolute;
  right: 30px;
  text-transform: uppercase;
  top: 50%;
  transform: translate(0, -50%); }
  @media (min-width: 501px) {
    .section-products-pages .product-swag-cta__label {
      right: 45px; } }
  @media (min-width: 801px) {
    .section-products-pages .product-swag-cta__label {
      right: 30px; } }
  @media (min-width: 1000px) {
    .section-products-pages .product-swag-cta__label {
      right: 60px; } }

.section-products-pages .product-tabs {
  margin-bottom: 26px; }

.section-products-pages .product-tabs__nav {
  margin: 0;
  padding: 0; }

.section-products-pages .product-tabs__nav-item {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-bottom: 0;
  color: #545454;
  cursor: pointer;
  display: inline-block;
  font-size: 75%;
  padding: 4.33333px 13px;
  text-align: center;
  text-transform: uppercase;
  width: calc(50% - 26px / 4); }
  @media (min-width: 701px) {
    .section-products-pages .product-tabs__nav-item {
      font-size: 100%;
      margin-right: 26px;
      padding: 13px 52px;
      width: auto; } }
  .section-products-pages .product-tabs__nav-item:last-of-type {
    float: right;
    margin-right: 0; }
    @media (min-width: 701px) {
      .section-products-pages .product-tabs__nav-item:last-of-type {
        float: none; } }

.section-products-pages .product-tabs__nav-item--active {
  color: #000;
  border-bottom: 1px solid #545454; }

.section-products-pages .product-tabs__content {
  border: 1px solid #e7e7e7; }
  .section-products-pages .product-tabs__content a {
    text-decoration: underline; }
    .section-products-pages .product-tabs__content a:hover {
      text-decoration: none; }

.section-products-pages .product-tabs__tab-panel {
  opacity: 0;
  padding: 13px;
  transition: opacity 250ms linear;
  width: 100%;
  z-index: 1; }
  .section-products-pages .product-tabs__tab-panel h1,
  .section-products-pages .product-tabs__tab-panel h2 {
    font-weight: 400;
    margin-top: 0;
    text-transform: none; }
  .section-products-pages .product-tabs__tab-panel p,
  .section-products-pages .product-tabs__tab-panel ul {
    font-weight: 300; }

.section-products-pages .product-tabs__tab-panel--active {
  opacity: 1;
  transition: opacity 125ms linear;
  z-index: 2; }

.section-products-pages .product-video {
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-right: 13px;
  position: relative; }
  .section-products-pages .product-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 701px) {
    .section-products-pages .product-video {
      float: left;
      padding-bottom: calc(28.125% - 13px);
      /* 16:9 */
      width: 50%; }
      .section-products-pages .product-video iframe {
        width: calc(100% - 13px); } }

.clearfix::after {
  clear: both;
  content: '';
  display: table; }

@keyframes loading-anim {
  0% {
    opacity: .1; }
  50% {
    opacity: 1; }
  100% {
    opacity: .1; } }

.loading {
  box-sizing: border-box;
  height: 1.05em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8.4em; }
  @media (min-width: 500px) {
    .loading {
      height: 1.4em;
      width: 11.2em; } }
  @media (min-width: 800px) {
    .loading {
      height: 2em;
      width: 16em; } }
  .loading .loading__dot {
    animation: loading-anim 800ms infinite ease-out;
    border-radius: 100%;
    box-sizing: border-box;
    display: block;
    float: left;
    height: .75em;
    margin: .15em;
    width: .75em; }
    @media (min-width: 500px) {
      .loading .loading__dot {
        height: 1em;
        margin: .2em;
        width: 1em; } }
    @media (min-width: 800px) {
      .loading .loading__dot {
        height: 1.5em;
        margin: .25em;
        width: 1.5em; } }
  .loading .loading__dot--red {
    background-color: #f3524f; }
  .loading .loading__dot--yellow {
    animation-delay: 100ms;
    background-color: #ffb12a; }
  .loading .loading__dot--green {
    animation-delay: 200ms;
    background-color: #53cf63; }
  .loading .loading__dot--turquoise {
    animation-delay: 300ms;
    background-color: #0faeb0; }
  .loading .loading__dot--navy {
    animation-delay: 400ms;
    background-color: #004881; }
  .loading .loading__dot--violet {
    animation-delay: 500ms;
    background-color: #b85ca8; }
  .loading .loading__dot--orange {
    animation-delay: 600ms;
    background-color: #f68e3b; }
  .loading .loading__dot--blue {
    animation-delay: 700ms;
    background-color: #41a6c4; }
