@charset "UTF-8";
/*
Key tags
Containers
Grids

Content Main (where is this used?)
Full Width
Template
 - Header
 -- Nav 1
 -- Nav alt
 -- Nav Toggle
 -- Icon bar
 -- Current menu item
 - Footer
Elements
 - articlespacing
 - Links
 -- Big Link
 - CTA's
 --- Callout
 --- Cta-styling
 --- Cta-flex
 --- Cta Full width
 - Button Container
 -- Button80
 - Date Stamp
Page Specific
 - Article 
 - 	Article Tags
 - 	Questions
 - 	Toptip
 - Homepage
 -- Home Tutorials
 -- Home Features
 - Sitemap
 - Error (404)
 - Reviews Page
 Blocks
 --- Search
 --- Block quote
 --- Block button
 --- Block Gallery
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
:root {
  --principle: #246cce;
  --secondary: #8B008B;
  --grey: #efefef;
  --cta-grey: #eaeaea;
  --body-text: #4a4a4a;
  --white: #fff;
  --dark: #000;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  text-align: left;
  font: 1rem "Open Sans", Verdana, Arial, sans-serif;
  color: var(--body-text);
}

h1, h2, h3, h4, h5 {
  letter-spacing: 2px;
}

h1, h2 {
  font-weight: 700;
  padding-bottom: 20px;
}

h3, h4, h5 {
  font-weight: 500;
}

h1 {
  font-size: 1.4rem;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 0 10px 0;
}

h4 {
  font-size: 1.1rem;
  padding: 0 0 10px 0;
}

h5 {
  font-size: 1.05rem;
  padding: 0;
}

h6 {
  font-size: 1rem;
  padding: 0;
}

p {
  padding: 0 0 1rem 0;
  line-height: 1.8;
  font-size: 1rem;
}

ul {
  padding: 0;
  letter-spacing: -1em;
}
ul li {
  letter-spacing: normal;
  line-height: 1.6;
}
ul li ul {
  padding: 0;
}
ul li ul li {
  padding: 0;
}

ol {
  padding: 1rem 0 1rem 2rem;
}
ol li {
  padding-bottom: 1rem;
  line-height: 1.6;
}

strong {
  font-weight: bold;
}

time {
  padding-bottom: 20px;
}

a {
  text-decoration: none;
  color: var(--principle);
}
a:focus-visible {
  outline: 3px solid #246cce;
}

#page {
  margin-top: 60px;
  margin-bottom: 20px;
}

.container {
  margin: 0px auto;
  display: block;
  max-width: 1200px;
  position: relative;
}

.container-med {
  margin: 0px auto;
  display: block;
  max-width: 900px;
  position: relative;
}

.container-flex-width {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
}

.onehalf {
  width: 100%;
  float: left;
}
@media (min-width: 600px) {
  .onehalf {
    width: 50%;
  }
}

.onethird {
  width: 100%;
  float: left;
}
@media (min-width: 800px) {
  .onethird {
    width: 50%;
  }
}
@media (min-width: 1100px) {
  .onethird {
    width: 33.3333333333%;
  }
}

.onequarter {
  width: 100%;
  float: left;
}
@media (min-width: 960px) {
  .onequarter {
    width: 25%;
  }
}

.threequarters {
  width: 100%;
  float: left;
}
@media (min-width: 960px) {
  .threequarters {
    width: 75%;
  }
}

.flexgrid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.columngrid { /* Used on tutorial call outs + reviews */
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.griditem {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 800px) {
  .griditem {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .griditem:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

/* Header Section */
#menuholder {
  clear: both;
  background: #efefef;
  border-top: 1px solid #999999;
}
@media (min-width: 800px) {
  #menuholder {
    border-top: none;
  }
}

.navigation-flex {
  background-color: #6a0035;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 1px 0px 10px #000;
}

.primary-header {
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .primary-header {
    padding-top: 20px;
  }
}

#headerleft {
  width: 50%;
  float: left;
  padding: 0 0 15px 4%;
}
@media (min-width: 800px) {
  #headerleft {
    padding-left: 2%;
  }
}
@media (min-width: 1200px) {
  #headerleft {
    padding: 0 0 20px 0;
  }
}

#headerright {
  display: none;
}
@media (min-width: 960px) {
  #headerright {
    display: block;
    width: 50%;
    float: right;
    text-align: right;
    padding-right: 2%;
  }
}
#headerright img {
  width: 32px;
  height: 32px;
}
#headerright a {
  opacity: 1;
  filter: alpha(opacity=100);
}
#headerright a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.header-left {
  flex-basis: 100%;
  padding: 15px 0 15px 4%;
}
@media (min-width: 600px) {
  .header-left {
    padding: 15px 0 15px 2%;
  }
}
@media (min-width: 800px) {
  .header-left {
    flex-basis: 20%;
  }
}
@media (min-width: 1100px) {
  .header-left {
    flex-basis: 30%;
    padding: 15px 0;
  }
}

.header-right {
  flex-basis: 100%;
  text-align: right;
  padding-right: 4%;
}
@media (min-width: 600px) {
  .header-right {
    padding-right: 2%;
  }
}
@media (min-width: 800px) {
  .header-right {
    flex-basis: 78%;
  }
}
@media (min-width: 1100px) {
  .header-right {
    flex-basis: 70%;
    padding-right: 0;
  }
}

.logo-wrapper {
  display: block;
  float: left;
}

.logo {
  display: inline-block;
  background: url(images/stripe-one-logo.svg) no-repeat;
  text-indent: -9999px;
  width: 150px;
  height: 42px;
}
@media (min-width: 1100px) {
  .logo {
    width: 200px;
    height: 57px;
  }
}
.logo:hover {
  opacity: 0.6;
}

ul.nav-menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
ul.nav-menu.active {
  height: auto;
}
ul.nav-menu li {
  float: left;
  width: 100%;
}
ul.nav-menu li a {
  float: left;
  width: 100%;
  padding: 0;
  line-height: 50px;
  text-align: center;
  background: #efefef;
  color: #246cce;
  border-bottom: 1px solid #999999;
}
ul.nav-menu li a:hover {
  background: #cccccc;
}
@media (min-width: 800px) {
  ul.nav-menu {
    height: auto;
    width: auto;
    position: static;
    padding: 0;
    font-size: 0.8rem;
  }
  ul.nav-menu li {
    width: 20%;
    display: inline-block;
    padding: 0;
  }
  ul.nav-menu li a {
    display: block;
    border-top: 3px solid #eaeaea;
    padding: 0;
    border-bottom: none;
  }
  ul.nav-menu li a:hover {
    border-top: 3px solid #246cce;
    color: #246cce;
    background-color: #ccc;
  }
  ul.nav-menu li a:focus-visible {
    border-top: 3px solid #246cce;
    color: #246cce;
    background-color: #ccc;
    outline: none;
  }
  ul.nav-menu li:last-child {
    border-right: none;
  }
}
@media (min-width: 960px) {
  ul.nav-menu {
    font-size: 1rem;
  }
}

ul.nav-menu-alt {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 800px) {
  ul.nav-menu-alt {
    height: auto;
    width: auto;
    position: static;
    padding: 0;
    float: right;
    font-size: 0.8rem;
  }
}
@media (min-width: 960px) {
  ul.nav-menu-alt {
    font-size: 1rem;
  }
}
ul.nav-menu-alt.active {
  height: auto;
}
ul.nav-menu-alt li {
  float: left;
  width: 100%;
}
@media (min-width: 800px) {
  ul.nav-menu-alt li {
    width: auto;
    display: inline-block;
  }
}
ul.nav-menu-alt li a {
  float: left;
  width: 100%;
  padding: 0;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background: #efefef;
  color: #999999;
  border-bottom: 1px solid #999;
}
@media (min-width: 800px) {
  ul.nav-menu-alt li a {
    background-color: transparent;
    padding: 0 1rem;
    border-bottom: 3px solid transparent;
    color: #ffffff;
  }
}
ul.nav-menu-alt li a:hover {
  background: #cccccc;
}
@media (min-width: 800px) {
  ul.nav-menu-alt li a:hover {
    border-bottom: 3px solid #ffffff;
    background: transparent;
    color: #ffffff;
  }
}
ul.nav-menu-alt li a:focus-visible {
  border-bottom: 3px solid #ffffff;
  background: transparent;
  outline: none;
}
@media (min-width: 800px) {
  ul.nav-menu-alt li a:last-child {
    border-right: none;
  }
}

.nav-toggle {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (min-width: 800px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle.active .icon-bar:nth-child(1) {
  top: 24px;
  transform: rotate(45deg);
}
.nav-toggle.active .icon-bar:nth-child(2) {
  width: 0;
}
.nav-toggle.active .icon-bar:nth-child(3) {
  top: 24px;
  transform: rotate(-45deg);
}
.nav-toggle.active {
  background-color: #ffffff;
}
.nav-toggle.active:after {
  content: none;
}

span.icon-bar {
  position: absolute;
  right: 12px;
  display: block;
  width: 26px;
  height: 2px;
  background-color: #ccc;
  transition-duration: 0.3s;
}

.icon-bar:nth-child(1) {
  top: 17px;
}
.icon-bar:nth-child(2) {
  top: 24px;
}
.icon-bar:nth-child(3) {
  top: 31px;
}

@media (min-width: 800px) {
  .current-menu-item > a {
    border-top: 3px solid #246cce !important;
    color: #246cce !important;
  }
}

/* Footer Sectio*/
#footer {
  font-size: 1rem;
  float: left;
  width: 100%;
  background: #222;
  color: #ffffff;
}
@media (min-width: 1100px) {
  #footer {
    padding: 15px 0;
    font-size: 0.9rem;
  }
}
#footer a {
  color: #fff;
}
#footer a:focus-visible {
  outline: 3px solid #ffffff;
}
#footer ul {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}
#footer li {
  display: inline;
  padding: 0 8px;
  margin: 0;
  border-right: 1px solid #cccccc;
}
#footer li:first-child {
  padding-left: 0;
}
#footer li:last-child {
  border-right: none;
}
#footer .current-menu-item > a { /*changes the look of the current menu item */
  border-top: none !important;
  background: none;
  color: #fff;
}

.footerleft {
  float: left;
  width: 100%;
  text-align: center;
  padding: 15px 0 0 0;
}
@media (min-width: 800px) {
  .footerleft {
    width: 50%;
    text-align: left;
    padding: 15px 0 15px 2%;
  }
}
@media (min-width: 1100px) {
  .footerleft {
    padding-left: 0;
  }
}

.footerright {
  float: left;
  width: 100%;
  padding: 15px 0;
  text-align: center;
}
@media (min-width: 800px) {
  .footerright {
    width: 50%;
    text-align: right;
    padding: 15px 2% 15px 0;
  }
}
@media (min-width: 1100px) {
  .footerright {
    padding-right: 0;
  }
}

/* Page Templates */
.default {
  float: left;
  width: 100%;
  padding: 2rem 0;
}

.reduced-width {
  float: left;
  width: 100%;
  margin: 2rem 0;
}

.content-area a {
  color: #121212;
  border-bottom: 1px solid #dbdbdb;
  font-weight: 600;
}
.content-area a:hover {
  color: #246cce;
  border-bottom: 2px solid #246cce;
}
.content-area a:focus-visible {
  color: #246cce;
}
.content-area h2 {
  padding: 40px 0 20px 0;
}
.content-area h3 a {
  color: #246cce;
  border-bottom: none;
}
.content-area h3 a:hover {
  border-bottom: none;
  opacity: 0.5;
}
.content-area table a {
  color: #246cce;
  border-bottom: none;
}
.content-area table a:hover {
  border-bottom: none;
  color: #000000;
}
.content-area ul {
  list-style-type: none;
  padding: 1rem 0 1rem 1rem;
}
@media (min-width: 960px) {
  .content-area ul {
    padding: 1rem 0 1rem 2rem;
  }
}
.content-area ul li {
  line-height: 1.6;
  list-style-position: inside;
  text-indent: -1.4em;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.content-area ul li:before {
  content: "•";
  color: #236192;
  padding-right: 1rem;
}
.content-area ul li ul {
  list-style-type: none;
  font-size: inherit;
  padding-bottom: 0;
}
.content-area ul li ul li:before {
  content: "•";
  padding-right: 10px;
}

.chevron-list ul {
  list-style-type: none;
  padding: 1rem 0 1rem 1rem;
}
.chevron-list ul li {
  padding: 10px 20px;
}
.chevron-list ul li:before {
  content: "»";
}
.chevron-list ul li ul {
  padding: 10px 0 0 15px;
}
.chevron-list ul li ul li:last-of-type {
  padding-bottom: 0;
}

.blue-bullet ul {
  list-style: none; /* Remove default bullets */
}
.blue-bullet ul li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #246cce; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
}

#contentmain {
  padding: 20px 4%;
  float: left;
  width: 100%;
  background: #fff;
}
@media (min-width: 800px) {
  #contentmain {
    padding: 20px 2%;
  }
}
@media (min-width: 1100px) {
  #contentmain {
    padding: 20px 3.125%;
  }
}

.whitebox {
  padding: 0 4%;
}
@media (min-width: 800px) {
  .whitebox {
    padding: 0 2%;
  }
}
@media (min-width: 1100px) {
  .whitebox {
    padding: 0;
  }
}

.fullwidth {
  float: left;
  width: 100%;
  padding: 30px 4% 20px 4%;
}
@media (min-width: 800px) {
  .fullwidth {
    padding: 40px 2%;
  }
}
@media (min-width: 1200px) {
  .fullwidth {
    padding: 40px 0;
  }
}

.full-width-min {
  float: left;
  width: 100%;
  padding: 30px 4% 20px 4%;
}
@media (min-width: 800px) {
  .full-width-min {
    padding: 40px 2%;
  }
}
@media (min-width: 1100px) {
  .full-width-min {
    padding: 30px 0;
  }
}

#content {
  width: 100%;
  float: left;
  padding: 20px 4% 0 4%;
}
@media (min-width: 800px) {
  #content {
    padding: 30px 2% 20px 2%;
  }
}
@media (min-width: 1100px) {
  #content {
    width: 70%;
    padding: 40px 8% 5px 0;
  }
}

.twothird {
  width: 100%;
  float: left;
}
@media (min-width: 960px) {
  .twothird {
    width: 70%;
  }
}

.rightside {
  width: 100%;
  float: left;
  padding: 0 4%;
}
@media (min-width: 800px) {
  .rightside {
    padding: 0 2%;
  }
}
@media (min-width: 960px) {
  .rightside {
    width: 30%;
    padding: 0 2% 0 0;
  }
}
@media (min-width: 1200px) {
  .rightside {
    padding: 0;
  }
}

.rightside-article {
  padding: 0 10px;
}
@media (min-width: 800px) {
  .rightside-article {
    padding: 0 20px;
  }
}
@media (min-width: 960px) {
  .rightside-article {
    padding: 0;
  }
}

#sidebar {
  margin: 30px 0;
  border: 1px solid #246cce;
}
#sidebar h2 {
  background: #246cce;
  color: #ffffff;
  padding: 10px 0 10px 10px;
  font-weight: 400;
}
#sidebar ul {
  padding: 10px 0;
  list-style: none;
}
#sidebar ul li a {
  display: block;
  padding: 0 0 5px 10px;
  line-height: 1.8;
  color: #4c4c4c;
}
#sidebar ul li a:hover {
  text-decoration: underline;
}
#sidebar ul li:last-of-type {
  padding-bottom: 0;
  font-weight: bold;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 5px; /* Rounded corners */
  width: 50px;
  height: 50px;
  background-color: #246cce;
  opacity: 0.6;
}
#myBtn:before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(/images/icon-arrow-up.svg);
  width: 20px;
  height: 20px;
  background-size: 20px;
  position: fixed;
  bottom: 30px;
  right: 34px;
}

.background-grey {
  background-color: #efefef;
}

.articlespacing {
  margin-bottom: 30px;
}
.articlespacing h2 {
  padding: 0 0 20px 0;
}

/* Page Elements */
.biglink a {
  color: var(--principle) !important;
}

.callout a {
  background: var(--cta-grey);
  border-top: 3px solid var(--principle);
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 1px 4px #999;
  width: 100%;
  float: left;
  padding: 20px 0;
  margin: 0 0 20px 0;
  display: block;
  min-height: 180px;
  font-weight: normal;
  border-bottom: none;
}
@media (min-width: 600px) {
  .callout a {
    width: 48.5%;
    margin: 0 3% 20px 0;
    min-height: 220px;
  }
}
@media (min-width: 960px) {
  .callout a {
    width: 31.333333%;
  }
}
.callout a:hover {
  background: #ccc;
  border-bottom: none;
}
.callout a:focus-visible {
  background: #ccc;
}
.callout a p {
  padding: 0 15px 0;
  color: var(--body-text);
}
.callout h4 {
  display: block;
  border-bottom: 0;
  padding: 0 0 10px 0;
}
.callout:nth-of-type(even) a {
  border-top: 3px solid var(--secondary);
}
@media (min-width: 600px) {
  .callout:nth-of-type(2n) a {
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  .callout:nth-of-type(2n) a {
    margin-right: 3%;
  }
  .callout:nth-of-type(3n) a {
    margin-right: 0 !important;
  }
}

.cta-styling {
  background-color: #f1f1f1 !important;
  box-shadow: 1px 1px 4px #999;
  border-top: 3px solid #246cce;
  padding: 0 10px;
  text-align: center;
}
.cta-styling h3 {
  font-size: 1.1rem;
}
.cta-styling:hover {
  background-color: #ccc !important;
}
.cta-styling:focus-visible {
  background-color: #cccccc !important;
}
.cta-styling a {
  color: #999 !important;
}
.cta-styling a:hover {
  text-decoration: none !important;
}
.cta-styling:nth-of-type(even) {
  border-top: 3px solid #6a0035;
}

.cta-flex {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cta-depth { /* Used on homepage */
  padding: 50px 0;
}
@media (min-width: 800px) {
  .cta-depth {
    padding: 80px 0;
  }
}
.cta-depth h3 {
  padding-bottom: 0;
  color: var(--principle);
}

.cta-top-align { /* used on wordpress page */
  padding-top: 30px;
  padding-bottom: 30px;
}
.cta-top-align h4 {
  color: var(--principle);
}
.cta-top-align p {
  padding-bottom: 0;
}

.cta-full-width {
  background-color: #246cce;
  margin-bottom: 2rem;
}
.cta-full-width a {
  display: block;
  color: #ffffff;
  padding: 1rem;
  border-left: 10px solid #000000;
  border-bottom: none; /* required when used with content-area */
  font-weight: 500;
}
.cta-full-width a:hover {
  text-decoration: underline;
  border-bottom: none; /* required when used with content-area */
  color: #ffffff; /* required when used with content-area */
}
.cta-full-width a:focus-visible {
  outline: 5px solid #6a0035;
}
.cta-full-width p {
  padding-bottom: 0;
  line-height: normal;
}

.buttoncontainer {
  margin: 2rem auto;
}

.button80 {
  width: 100%;
}
@media (min-width: 600px) {
  .button80 {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .button80 {
    width: 30%;
  }
}

.button {
  color: #fff !important;
  padding: 10px 30px;
  /*display:inline-block;*/
  font-size: 1.1rem;
  text-align: center;
  border-radius: 5px;
  width: 100%;
}
.button:hover {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  opacity: 0.8;
  border-bottom: none;
}

a.button {
  border-bottom: none;
}
a.button:hover {
  border-bottom: none;
}
a.button:focus {
  border-bottom: 0;
  outline: 2px solid #246cce;
}

.btn-block {
  display: block;
}

.btn-inline {
  display: inline-block;
}

.buttonblue {
  background: #246cce;
}

.buttonpurple {
  background: #525174;
}

.buttonmauve {
  background: #6a0035;
}

/* Tables - start */
table, thead, tbody, th, td, tr { /* Force table to not be like table */
  display: block;
}

/*table > *:first-child:not(thead) td:first-child {
  font-weight: bold;
}*/
table {
  width: 100%;
  border-collapse: collapse;
}
@media (min-width: 800px) {
  table {
    display: table;
  }
}
table td:first-child {
  font-weight: bold;
  background: #dee4e4;
  border-top: 1px solid #ccc;
}

@media (min-width: 800px) {
  thead {
    display: table-header-group;
  }
}
thead tr { /* Hide table headers (but not display: none;, for accessibility) */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
@media (min-width: 800px) {
  thead tr {
    position: static;
  }
}

@media (min-width: 800px) {
  tbody {
    display: table-row-group;
  }
}

@media (min-width: 800px) {
  th {
    display: table-cell;
    background: #333;
    color: white;
    font-weight: bold;
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
    position: static;
  }
}

table tr:first-child {
  border-top: 1px solid #ccc;
}

tr {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media (min-width: 800px) {
  tr {
    display: table-row;
    border: 1px solid #ccc;
  }
  tr:nth-of-type(odd) {
    background: #eee;
  }
}

td { /* Behave  like a "row" */
  border: none;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
td:before {
  position: absolute;
  left: 6px;
  width: 40%;
  padding-right: 10px;
  white-space: nowrap;
}
@media (min-width: 800px) {
  td {
    display: table-cell;
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
    position: static;
  }
}
td:nth-of-type(1):before {
  content: "Name";
}
@media (min-width: 800px) {
  td:nth-of-type(1):before {
    display: none;
  }
}
td:nth-of-type(2):before {
  content: "Percentage";
}
@media (min-width: 800px) {
  td:nth-of-type(2):before {
    display: none;
  }
}
td:nth-of-type(3):before {
  content: "Version";
}
@media (min-width: 800px) {
  td:nth-of-type(3):before {
    display: none;
  }
}

.useful-resources {
  background-color: var(--grey);
  padding: 20px;
  border-radius: 0px 0px 15px 15px;
  border-top: 3px solid var(--principle);
}
.useful-resources a {
  color: #121212;
  border-bottom: 1px solid #dbdbdb;
  font-weight: normal;
}
.useful-resources a:hover {
  color: #246cce;
  border-bottom: 2px solid #246cce;
}
.useful-resources a:focus-visible {
  color: #246cce;
}
.useful-resources h3 {
  padding-bottom: 0 !important;
  border-bottom: none !important;
  margin: 0 !important;
}
.useful-resources ul {
  padding: 10px 0 0 15px !important;
  list-style: none;
}
.useful-resources ul li {
  position: relative;
  padding: 0 0 7px 20px;
  list-style-position: outside;
  text-indent: 0;
  content: "";
}
.useful-resources ul li:before {
  content: "" !important;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  background-color: #4a4a4a;
  top: 8px;
  left: -10px;
  padding: 0;
}

.article-tags {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .article-tags {
    max-width: 90%;
  }
}
.article-tags ul {
  padding: 10px 0 40px 0 !important;
}
.article-tags ul li {
  display: inline-block;
  line-height: 1.6;
  padding: 5px 10px;
  text-indent: 0;
}
.article-tags ul li:before {
  content: none !important;
}
.article-tags ul li a {
  color: var(--principle);
  border-bottom: 2px solid var(--principle);
  font-weight: normal;
}
.article-tags ul li a:hover {
  color: var(--secondary);
  border-bottom: 2px solid var(--secondary);
}
.article-tags ul li a:focus-visible {
  color: var(--secondary);
  border-bottom: 2px solid var(--secondary);
}

/* Is this used? It is not required on the article page */
.articlelink a {
  color: #121212;
  border-bottom: 1px solid #dbdbdb;
  font-weight: 600;
}
.articlelink a:hover {
  color: #246cce;
  border-bottom: 2px solid #246cce;
}
.articlelink a:focus-visible {
  color: #246cce;
  border-bottom: 2px solid #246cce;
}

.article h3 {
  padding-bottom: 3px;
  border-bottom: 2px solid var(--principle);
  margin: 15px 0;
}
.article h4 {
  padding-top: 10px;
}
.article h5 {
  color: #246cce;
}
.article a {
  color: #121212;
  border-bottom: 1px solid #dbdbdb;
  font-weight: 600;
}
.article a:hover {
  color: #246cce;
  border-bottom: 2px solid #246cce;
}
.article a:focus-visible {
  color: #246cce;
}
.article ul li ul li:last-of-type {
  padding-bottom: 0;
}
.article ol li:before {
  content: none;
}
.article img {
  border: 1px solid #ccc;
  margin: 0 10px 10px 0;
  max-width: 300px;
  height: auto;
}

.article-intro {
  background: #fff;
}
.article-intro h1 {
  padding: 20px 0;
}

.article-hero { /* Article Hero */
  clear: both;
  width: 100%;
  background: url("images/article-hero-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 0 0 0;
}
@media (min-width: 1100px) {
  .article-hero {
    padding: 40px 0 0 0;
  }
}

.article-padding { /* Article Padding */
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 800px) {
  .article-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-top { /* Article Padding Top */
  padding-top: 30px;
}

.article-opening {
  padding-bottom: 30px;
}
.article-opening p:first-of-type {
  font-weight: bold;
}
.article-opening p:last-of-type {
  padding-bottom: 0;
}

.bottomwidth {
  width: 100%;
  float: left;
}

.backto {
  margin: 2rem 0;
}

.datestamp {
  font-style: italic;
  font-weight: bold;
  font-size: 0.95rem;
}

/* Landing Page Template */
.primary-page {
  display: flex;
  align-items: center;
  background-image: url("images/stripe-one-hero-image-600px.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 300px;
}
@media (min-width: 960px) {
  .primary-page {
    background-image: url("images/stripe-one-header.png");
  }
}
.primary-page h1 {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 1.8rem;
  padding: 10px 0;
  color: #ffffff;
  line-height: 1.4;
}
.primary-page h2 {
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  font-size: 1.15rem;
  padding: 10px;
  color: #fff;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .primary-page h2 {
    max-width: 800px;
  }
}
@media (min-width: 1100px) {
  .primary-page h2 {
    font-size: 1.3rem;
  }
}

.intro {
  margin: 0 auto 2rem;
  text-align: center;
}
.intro p {
  font-size: 1.1rem;
}
.intro p:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 960px) {
  .intro {
    width: 80%;
  }
}

/* Primary Page - End */
.secondary-page { /* Used on Site-map */
  display: flex;
  align-items: center;
  background: url("images/article-hero-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 150px;
}
@media (min-width: 800px) {
  .secondary-page {
    height: 200px;
  }
}
.secondary-page h1 {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 1.8rem;
  padding: 10px 0;
  color: #fff;
  line-height: 1.4;
}

.homepage {
  background-image: url("images/stripe-one-hero-image-600px.png");
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  clear: both;
  width: 100%;
  height: 300px;
}
@media (min-width: 800px) {
  .homepage {
    background-image: url("images/stripe-one-header.png");
  }
}
.homepage h1 {
  text-align: center;
  font-weight: normal;
  font-style: italic;
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding: 130px 0 20px 0;
  color: #ffffff;
  line-height: 1.4;
}
.homepage h2 {
  padding: 100px 4% 20px 4%;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  font-size: 1.6rem;
  letter-spacing: 2px;
  color: #ffffff;
  line-height: 1.4;
}
@media (min-width: 800px) {
  .homepage h2 {
    padding: 130px 0 20px 0;
  }
}
.homepage h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #fff;
  margin: 15px auto 0;
}

.homeintro {
  padding: 0 0 1rem 0;
  margin: 0 auto;
  font-size: 1.1rem;
}
@media (min-width: 960px) {
  .homeintro {
    width: 900px;
    text-align: center;
    font-size: 1.15rem;
  }
}
.homeintro p {
  line-height: 1.6;
}

.home-tutorials {
  background-color: var(--principle);
  padding: 1rem;
  border-left: 5px solid var(--dark);
}
.home-tutorials a {
  color: var(--white);
}

.homefeatures {
  width: 100%;
  padding-bottom: 2rem;
}

/* Sitemap page */
.sitemap {
  padding: 20px 40px 20px 0;
}
@media (min-width: 1100px) {
  .sitemap:nth-of-type(3n) {
    padding-right: 0;
  }
}
.sitemap ul {
  padding-left: 0;
}
.sitemap ul li {
  list-style: none;
  font-size: 1.1rem;
  padding: 0;
  text-indent: 0;
  line-height: 1.7;
  font-weight: 700;
  border-bottom: 1px dotted #eaeaea;
}
.sitemap ul li:before {
  content: none !important;
}
.sitemap ul li a {
  color: #4c4c4c;
  display: block;
}
.sitemap ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
  background: #f1f1f1;
}
.sitemap ul li ul li {
  padding: 0 !important;
  margin-left: 20px;
  border-bottom: 1px dotted #ccc;
  font-weight: 700;
}

/* Error page */
.errorpage {
  margin: 0 auto;
  padding: 50px 20px;
}
@media (min-width: 800px) {
  .errorpage {
    max-width: 900px;
  }
}
.errorpage h1 {
  text-align: center;
  font-size: 1.5rem;
  color: var(--principle);
  padding-bottom: 20px;
}
@media (min-width: 1100px) {
  .errorpage h1 {
    font-size: 3rem;
  }
}
.errorpage p {
  font-size: 1.1rem;
}
@media (min-width: 1100px) {
  .errorpage p {
    font-size: 1.6rem;
  }
}

/* Reviews page */
.reviewsection {
  margin-top: 2rem;
}

.reviews {
  margin-bottom: 2%;
  background: #eaeaea;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 1px 4px #999; /*[horizontal offset] [vertical offset] [blur radius] [optional spread radius] [color] */
}
.reviews h4 {
  border-bottom: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  font-weight: bold !important;
  font-size: 1.1rem;
  padding-top: 20px;
  color: #4c4c4c;
}
.reviews p {
  padding: 0 20px 20px 20px;
}
.reviews a {
  color: #000;
}
.reviews a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.user-story {
  background: #efefef;
  border-left: 5px solid #246cce;
  padding: 15px;
  margin-bottom: 2rem;
  border-radius: 0 20px 20px 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.user-story h3 {
  border-bottom: none !important;
  font-weight: 700;
}

.jobadvert {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
}
.jobadvert h2 {
  color: #246cce;
  padding-bottom: 1rem;
}
.jobadvert h3 {
  padding-bottom: 1rem;
  color: #4c4c4c;
  font-weight: bold;
}
.jobadvert p {
  padding-bottom: 1.5rem;
}

.questions {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--principle);
}
.questions:nth-of-type(1) {
  margin-top: 0;
}
.questions p:last-of-type {
  padding-bottom: 30px;
}

.toptip {
  background-color: var(--grey);
  padding: 1rem;
  margin-bottom: 1rem;
  border-left: 3px solid var(--principle);
}
.toptip p {
  padding-bottom: 0;
}

.search-post-title, .search-post-excerpt, .search-post-link {
  display: block;
  padding-bottom: 1rem;
}

.wp-block-quote {
  border-left: 5px solid #246cce;
  padding-left: 20px;
  margin-left: 20px;
}

.wp-block-button__link {
  color: #ffffff !important;
  border-radius: 20px;
  border-bottom: none !important;
}
.wp-block-button__link:hover {
  transition: all 0.3s ease 0s;
  opacity: 0.8;
  border-bottom: none !important;
}

.blocks-gallery-item ul li:before {
  content: normal;
}

li.blocks-gallery-item:before {
  content: normal !important;
}/*# sourceMappingURL=style-2020.css.map */