/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Colours */
.text-torquay {
  color: #22635D; }

.text-purple {
  color: #8638CD; }

.text-white {
  color: white; }

.text-grey {
  color: #4A4A4A; }

.text-yellow {
  color: #EFC73E; }

.bg-colour-torquay {
  background-color: #C3ECE8; }

.bg-colour-purple {
  background-color: #9169B5; }

.bg-colour-green {
  background-color: #99B569; }

.bg-colour-blue {
  background-color: #699BB5; }

h1 {
  font-size: 48px;
  margin: 0; }

h2 {
  font-size: 36px;
  margin: 0; }

h3 {
  font-size: 22px;
  font-weight: 300;
  margin: 0; }

em {
  font-style: normal;
  font-weight: 600; }
  
.small-text {
	font-size: smaller;
}
  

.top-navigation {
  padding: 0; }

.top-navigation ul {
  padding: 0; }

.top-navigation li {
  display: inline;
  padding-right: 20px; }

.top-links li a {
  text-decoration: none;
  color: #4A4A4A; }
  
  
  
  
.bottom-navigation {
  padding: 0; }

.bottom-navigation ul {
  padding: 0; }

.bottom-navigation li {
  display: inline;
  padding-right: 20px; }

.bottom-navigation li a {
  text-decoration: none;
  color: #ffffff; }
  
  
  

.half-split {
  width: 50%;
  display: inline-block;
  vertical-align: middle; }

.half-split img {
  max-width: 100%; }

.half-split video {
  width: 500px;
  max-width: 100%; }

#head-logo {
  float: left;
  margin-right: 20px; }

.actions {
  padding-left: 0; }

.actions li {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s, transform 0.3s;
  /* Safari */
  transition: -webkit-transform 0.3s, transform 0.3s; }

.actions li:hover {
  -ms-transform: translateY(-1px);
  /* IE 9 */
  -webkit-transform: translateY(-1px);
  /* Chrome, Safari, Opera */
  transform: translateY(-1px); }

.button {
  color: white;
  text-decoration: none;
  font-weight: 800;
  padding: 10px;
  background-color: #9B9B9B;
  border-radius: 4px;
  margin-left: 6px;
  margin-right: 6px;
  -webkit-transition: background-color 0.3s, box-shadow 0.3s;
  /* Safari */
  transition: background-color 0.3s, box-shadow 0.3s; }

.button:hover {
  background-color: #BBBBBB;
  box-shadow: 0px 1px 1px #ababab; }

.default-button {
  background-color: #37B4A9; }

.default-button:hover {
  background-color: #47D1C5; }

.tag-line {
  margin-top: 30px;
  margin-bottom: 30px; }

body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background-color: #F2F2F2; }

.skewed-up-1 {
  position: relative; }

.skewed-up-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C3ECE8;
  /*
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  */
  /*
  -webkit-transform: skew(-86deg);
  -ms-transform: skew(-45deg);
  transform: skew(-86deg);
  */
  transform: skewY(-4deg);
  z-index: -1; }

.skewed-down-1 {
  position: relative; }

.skewed-down-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9169B5;
  transform: skewY(4deg);
  z-index: -1; }

.skewed-up-2 {
  position: relative; }

.skewed-up-2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E5AC4F;
  /*
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  */
  /*
  -webkit-transform: skew(-86deg);
  -ms-transform: skew(-45deg);
  transform: skew(-86deg);
  */
  transform: skewY(-4deg);
  z-index: -1; }

.central-container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px; }

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.centre-max-pic {
  width: 100%; }
  

.padded * {
  margin-left: 20px;
  margin-right: 20px; }

.left-no-padding * {
  margin-left: 0; }

.column-container {
  position: relative; }

.column {
  width: 25%;
  display: inline-block;
  position: relative;
  vertical-align: top; }

.column * {
  padding-left: 4px;
  padding-right: 4px; }

.feature-videos .half-split {
  margin-top: 20px;
  margin-bottom: 20px; }

/* Uses columns */
.uses {
  margin-top: 50px; }

.uses h4 {
  color: #8638CD;
  font-size: 22px;
  line-height: 0;
  margin-top: 10px;
  margin-bottom: 20px; }

.uses ul {
  margin-left: 0;
  padding-left: 0; }

.uses li {
  list-style: none;
  font-size: 16px;
  font-weight: 300; }

.play-button {
  display: inline-block;
  font-weight: 400;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out; }

.play-button:hover {
  background-color: rgba(255, 255, 255, 0.5); }

/* Text */
.text-centre {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.hide-on-full {
  display: none; }

.zero-opacity {
  opacity: 0.0; }

.bottom-footer {
  margin-top: 60px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #4A4A4A;
  color: white; }

.bottom-footer .central-container {
  margin-bottom: 0; }

.skewed-down-footer {
  position: relative; }

.skewed-down-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9169B5;
  transform: skewY(4deg);
  z-index: -1; }

.questions-checked-list {
  padding-left: 20px; }

.questions-checked-list li {
  margin: 0;
  padding: 4px 0px 4px 30px;
  list-style: none;
  background-image: url("../img/question-bullet-2x.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px; }

.checked-list {
  padding-left: 20px; }

.checked-list li {
  margin: 0;
  padding: 4px 0px 4px 30px;
  list-style: none;
  background-image: url("../img/bullet-2x.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px; }
  


  
 .grid-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
 }
 
 
 .grid-column {
	 
 }
  
 .padded-item {
 	padding: 10px;
 }
  
  
 .feature-grid img {
	 max-width: 100%;
 }
  

@media all and (max-width: 760px) {
	
	.grid-wrapper {
		display: block;
		grid-template-columns: repeat(2, 1fr);
 	}
 	
  .half-split {
    width: 100%;
    display: block; }
  .logo-wrapper {
    width: 380px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  .padded-top {
    padding-top: 15px; }
  .left-no-padding * {
    margin-left: inherit; }
  .centre-on-narrow {
    text-align: center; }
  .hide-on-narrow {
    display: none; }
  .hide-on-full {
    display: inherit; } }

@media all and (max-width: 400px) {
	
  .logo-wrapper {
    width: 256px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    
  .central-container {
/*
    padding-left: 6px;
    padding-right: 6px;
*/
    margin-bottom: 0;
    
    }
    
  h1 {
    font-size: 36px;
    margin: 0; }
  h2 {
    font-size: 24px;
    margin: 0; }
  h2.section-header {
    margin-top: 14px; }
  h3 {
    font-size: 16px;
    font-weight: 300;
    margin: 0; }
  em {
    font-style: normal;
    font-weight: 600; }
  #head-logo {
    width: 64px;
    margin-right: 10px; }
  .column {
    width: 50%; }
  .uses h4 {
    font-size: 20px;
    line-height: 0;
    margin-top: 10px;
    margin-bottom: 20px; }
  .uses li {
    list-style: none;
    font-size: 14px;
    font-weight: 300; }
  .button {
    font-size: small;
    margin-left: 3px;
    margin-right: 3px; } }

/*

	        		<div class="logo-wrapper">
        		
		        		<img id="head-logo" src="img/logo.png" alt="TidyCards Logo" srcset="img/logo-2x.png 2x"/>

*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
