/*!
Theme Name: Ready Steady Gov
Version: 1.0
Author: Jesse Yuen + Vincent Manera
Author URI: readysteadygov.org
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
@mixin outer-container {
  @include clearfix;
  max-width: $max-width;
  margin: {
    left: auto;
    right: auto;
  }
}
*/
/*
@mixin outer-container-fullscreen {
  @include clearfix;
  max-width: 100%;
  margin: {
    left: auto;
    right: auto;
  }
}
*/
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* ==========================================================================
   CSS Normalize
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/assets/boxsizing.htc);
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *	  user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.placeholder {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
	@include css-hyphens(none);
}*/
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  /* vertical-align: bottom; */
  /* Suppress the space beneath the baseline */
  /* Responsive images */
  /* @todo Add responsive embedded video. */
  max-width: 100%;
  height: auto;
  width: auto;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *	  and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *	  `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *	  (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Hidden  Elements
   ========================================================================== */
.ir,
.hide-text,
.text-replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
}

.hide,
.hidden,
#wpstats,
.screen-reader-text,
.element-invisible {
  display: none;
  visibility: hidden;
}

/* ==========================================================================
   Clearing
   ========================================================================== */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html.clearfix {
  *height: 1%;
}

@font-face {
  font-family: 'rsg-home-icons';
  src: url("../fonts/icons/fonts/rsg-home-icons.eot?-dzank8");
  src: url("../fonts/icons/fonts/rsg-home-icons.eot?#iefix-dzank8") format("embedded-opentype"), url("../fonts/icons/fonts/rsg-home-icons.woff?-dzank8") format("woff"), url("../fonts/icons/fonts/rsg-home-icons.ttf?-dzank8") format("truetype"), url("../fonts/icons/fonts/rsg-home-icons.svg?-dzank8#rsg-home-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'rsg-home-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
  content: "\e600";
}

.icon-recycle:before {
  content: "\f1b8";
}

.icon-circles:before {
  content: "\e604";
}

.icon-layout:before {
  content: "\e602";
}

.icon-square:before {
  content: "\e603";
}

.icon-screen-full:before {
  content: "\f066";
}

.icon-twitter:before {
  content: "\f099";
}

/* $base-font-family: $sourceSansPro; */
button,
input[type="submit"] {
  background: #f6f7f8;
  color: #69737c;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px;
  -webkit-font-smoothing: antialiased;
  font-size: 1.0625em;
  font-weight: bold;
  line-height: 1em;
}
button:hover,
input[type="submit"]:hover {
  background: #c7cacd;
  color: #69737c;
}
button:active,
input[type="submit"]:active {
  color: #69737c;
  top: 1px;
}

/* =[ Icons ]================ */
/*@mixin icon {
	font-family: 'IcoMoon';
	font-size: 1.4rem;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}*/
/*.icon {
	@include icon;
}
*/
/*@mixin button-rsg ($c1, $c2, $c3) {
	background: $c1;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
	color: $c2;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	padding: 0.5em 1em;
	position: relative;
	
	&:hover {
		background:$c3;
		color:#fff;
		border-bottom:1px solid rgba(0,0,0,0.6);
	}
	&:active {
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) inset, 0 1px 0 #FFFFFF;
		color: #222;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
		top: 1px;
	}
}*/
/* $base-font-family: $sourceSansPro; */
/*http://modularscale.com/scale/?px1=17&px2=17&ra1=1.25&ra2=0 - 4:5 major third */
/* Typography guts here
   ========================================================================== */
body {
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-size: 1.0625em;
  text-rendering: optimizeLegibility;
  line-height: 1.59375em;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
  font-weight: 600;
  margin-bottom: 20px;
  color: #69737c;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.56063em;
}

h2 {
  font-size: 2.06125em;
}
@media screen and (max-width: 900px) {
  h2 {
    font-size: 1.59375em;
  }
}

h3 {
  font-size: 1.62563em;
}

h4 {
  font-size: 1.30688em;
}

h5 {
  font-size: 1.0625em;
}

h6 {
  font-size: 0.90313em;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  margin: 0 0 0.79688em;
}

/* Defualt link styling */
a {
  color: #6da9d9;
  text-decoration: underline;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  cursor: pointer;
}
a:hover {
  color: #3485c6;
}
a:active, a:focus {
  color: #3485c6;
}

hr {
  border-bottom: 1px solid #efefef;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.59375em 0;
}

img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

abbr, acronym {
  border-bottom: 1px dotted #efefef;
  cursor: help;
}

address {
  display: block;
  margin: 0 0 0.79688em;
}

hgroup {
  margin-bottom: 0.79688em;
}

del {
  color: #8c8c8c;
  font-size: 0.87125em;
}

time {
  color: #44505b;
  font-size: 0.87656em;
}

blockquote {
  border-left: 10px solid #efefef;
  color: dimgray;
  margin: 20px 0 20px 60px;
  padding: 10px 0 10px 0.79688em;
}

/*  colour helpers */
blockquote.blue {
  border-left: 10px solid #6da9d9;
}

blockquote.green {
  border-left: 10px solid #95c677;
}

blockquote.yellow {
  border-left: 10px solid #f5d657;
}

cite {
  color: #a6a6a6;
  font-style: italic;
}
cite:before {
  content: '\2014 \00A0';
}

@font-face {
  font-family: 'rsg-home-icons';
  src: url("../fonts/icons/fonts/rsg-home-icons.eot?-f4b58z");
  src: url("../fonts/icons/fonts/rsg-home-icons.eot?#iefix-f4b58z") format("embedded-opentype"), url("../fonts/icons/fonts/rsg-home-icons.woff?-f4b58z") format("woff"), url("../fonts/icons/fonts/rsg-home-icons.ttf?-f4b58z") format("truetype"), url("../fonts/icons/fonts/rsg-home-icons.svg?-f4b58z#rsg-home-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'rsg-home-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-uniE601:before {
  content: "\e606";
}

.icon-eye:before {
  content: "\e600";
}

.icon-recycle:before {
  content: "\f1b8";
}

.icon-circles:before {
  content: "\e604";
}

.icon-layout:before {
  content: "\e602";
}

.icon-square:before {
  content: "\e603";
}

.icon-screen-full:before {
  content: "\f066";
}

.icon-cog:before {
  content: "\e605";
}

@font-face {
  font-family: 'ready-steady-gov';
  src: url("../fonts/ready-steady-gov/fonts/ready-steady-gov.eot?-z4ub3j");
  src: url("../fonts/ready-steady-gov/fonts/ready-steady-gov.eot?#iefix-z4ub3j") format("embedded-opentype"), url("../fonts/ready-steady-gov/fonts/ready-steady-gov.woff?-z4ub3j") format("woff"), url("../fonts/ready-steady-gov/fonts/ready-steady-gov.ttf?-z4ub3j") format("truetype"), url("../fonts/ready-steady-gov/fonts/ready-steady-gov.svg?-z4ub3j#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-rsg"], [class*=" icon-rsg"] {
  font-family: 'ready-steady-gov';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rsgbars:before {
  content: "\e607";
}

.icon-rsgclose:before {
  content: "\e608";
}

.icon-rsgcrest:before {
  content: "\e609";
}

.icon-rsgtwitter:before {
  content: "\e610";
}

.icon-rsgsearch:before {
  content: "\e611";
}

.icon-rsgprint:before {
  content: "\e612";
}

.icon-rsgpaperplane:before {
  content: "\e613";
}

.icon-rsgfacebook:before {
  content: "\e614";
}

.icon-rsgenvelope-o:before {
  content: "\e615";
}

.icon-rsgarrow-up:before {
  content: "\e616";
}

.icon-rsgarrow-right:before {
  content: "\e617";
}

.icon-rsgarrow-left:before {
  content: "\e618";
}

.icon-rsgarrow-down:before {
  content: "\e619";
}

.divider {
  width: 150px;
  height: 5px;
  background: #cccfd2;
  margin: auto;
  display: block;
  margin-top: 40px;
}

/* page fade in 
   ========================================================================== */
/*@include keyframes(fade-in) {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*/
/*@include keyframes(fade-in) {
    0% { @include transform(opacity(0)); }
  100% { @include transform(opacity(1)); }
}*/
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-khtml-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* image zoom on hover mixin
   ========================================================================== */
/* box pop on hover mixin
   ========================================================================== */
/* border bottom mixin
   ========================================================================== */
/* box shadow top mixin
   ========================================================================== */
/* default border
   ========================================================================== */
.hero-with-caption {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 340px;
  /*	@include media($medium-screen-down) {
  		@include span-columns(12);
  		margin-bottom: $gap*2;
  		max-height: none;
  	}*/
}
.hero-with-caption:last-child {
  margin-right: 0;
}
.hero-with-caption img {
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
  /* Looking to cancel this on medium down */
  /*	@include media($medium-screen-down) {
  		@include transform(scale(1) translateZ(0));
  	}	*/
}
.hero-with-caption img:hover {
  -webkit-transform: scale(1.05) translateZ(0);
  -moz-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}
.hero-with-caption figcaption {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  background: white;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 20px;
  /*		@include media($medium-screen-down) {
  			top: $gap/2;
  			left: $gap/2;
  		}
  
  		@include media($small-screen-down) {
  			@include span-columns(12);
  			position: relative;
  			display: block;
  			padding: 0;
  		}*/
}
.hero-with-caption figcaption:last-child {
  margin-right: 0;
}

/* colour helpers */
.hero-with-caption.green figcaption {
  /*@include border-bottom-style (4px, $green);*/
  box-shadow: 0 4px 0 #7bb855;
}
.hero-with-caption.green h4 {
  color: #7bb855;
}

.hero-with-caption.blue figcaption {
  /*@include border-bottom-style (4px, $blue);*/
  box-shadow: 0 4px 0 #1481c4;
}
.hero-with-caption.blue h4 {
  color: #1481c4;
}

.hero-with-caption.yellow figcaption {
  /*@include border-bottom-style (4px, $light-yellow);*/
  box-shadow: 0 4px 0 #f5d657;
}
.hero-with-caption.yellow h4 {
  color: #f1c40f;
}

.hero-with-caption.gray figcaption {
  /*@include border-bottom-style (4px, $light-gray);*/
  box-shadow: 0 4px 0 #c7cacd;
}
.hero-with-caption.gray h4 {
  color: #69737c;
}

.patterns .news-feed {
  margin-left: 34.11922%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.patterns .news-feed:last-child {
  margin-right: 0;
}
.patterns .news-feed .news-heading {
  padding-bottom: 10px;
}
.patterns .news-feed ul li {
  border-bottom: 1px solid #efefef;
  padding-bottom: 13.33333px;
  margin-bottom: 13.33333px;
}
.patterns .news-feed ul li time, .patterns .news-feed ul li .title, .patterns .news-feed ul li .exert {
  display: block;
}
.patterns .news-feed ul li .title {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .patterns .news-feed {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .patterns .news-feed:last-child {
    margin-right: 0;
  }
}

/* colour helpers - provided as an example! */
.news-feed.blue .news-heading {
  box-shadow: 0 4px 0 #1481c4;
}
.news-feed.blue ul li span.exert a {
  color: #1481c4;
}
.news-feed.blue ul li span.exert a:hover {
  color: #6da9d9;
}

.news-feed.green .news-heading {
  box-shadow: 0 4px 0 #7bb855;
}
.news-feed.green ul li span.exert a {
  color: #7bb855;
}
.news-feed.green ul li span.exert a:hover {
  color: #95c677;
}

.news-feed.gray .news-heading {
  box-shadow: 0 4px 0 #c7cacd;
}
.news-feed.gray ul li span.exert a {
  color: #69737c;
}
.news-feed.gray ul li span.exert a:hover {
  color: #c7cacd;
}

.accordion {
  /*$accordion-menu-sub-inset: darken($accordion-menu-sub-background, 6);*/
  /*$accordion-menu-sub-hover: darken($accordion-menu-sub-background, 5);*/
  background-color: white;
  border: 1px solid #efefef;
  margin-bottom: 1.59375em;
  position: relative;
}
.accordion li {
  border-bottom: 1px solid #efefef;
}
.accordion li > a {
  padding: 20px 20px 20px 60px;
  display: block;
}
.accordion li:last-child {
  border: none;
}
.accordion li:hover {
  background-color: white;
}
.accordion li:before {
  content: "\e619";
  font-family: 'ready-steady-gov';
  position: absolute;
  padding-top: 20px;
  padding-left: 20px;
}
.accordion li.is-expanded:before {
  content: "\e616";
}
.accordion ul.submenu {
  display: none;
}
.accordion ul.submenu li:before {
  content: none;
}
.accordion ul.submenu li {
  background-color: #fcfcfc;
}
.accordion ul.submenu li:first-child {
  border-top: 1px solid #efefef;
}
.accordion .is-expanded:before {
  content: "\e60a";
  font-family: 'ready-steady-gov';
  position: absolute;
  padding-top: 20px;
  padding-left: 20px;
}
.accordion .is-expanded {
  display: block;
  /*padding-bottom: 0;*/
}

.button.default.sm {
  background: #f6f7f8;
  color: #69737c;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px;
  padding: 0.5em 1.1em;
  /*@include border-bottom-style (2px, $light-gray);*/
  box-shadow: 0 2px 0 #c7cacd;
}
.button.default.sm:hover {
  background: #e8eaed;
  color: #69737c;
}
.button.default.sm:active {
  color: #69737c;
  top: 1px;
}

.button.default.med {
  background: #f6f7f8;
  color: #69737c;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px;
  padding: 0.7em 1.5em;
  text-transform: uppercase;
  /*@include border-bottom-style (4px, $light-gray);*/
  box-shadow: 0 4px 0 #c7cacd;
}
.button.default.med:hover {
  background: #e8eaed;
  color: #69737c;
}
.button.default.med:active {
  color: #69737c;
  top: 1px;
}

.button.default.lge {
  background: #f6f7f8;
  color: #69737c;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px;
  padding: 0.7em 1.6em 0.6em;
  width: 100%;
  text-transform: uppercase;
  margin-top: 20px;
  /*@include border-bottom-style (4px, $light-gray);*/
  box-shadow: 0 4px 0 #c7cacd;
}
.button.default.lge:hover {
  background: #e8eaed;
  color: #69737c;
}
.button.default.lge:active {
  color: #69737c;
  top: 1px;
}

.button.blue.sm {
  background: #6da9d9;
  color: white;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px;
  padding: 0.5em 1.1em;
  /*@include border-bottom-style (2px, $blue);*/
  box-shadow: 0 2px 0 #1481c4;
}
.button.blue.sm:hover {
  background: #599dd4;
  color: white;
}
.button.blue.sm:active {
  color: white;
  top: 1px;
}

.button.blue.med {
  background: #6da9d9;
  color: white;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px;
  padding: 0.7em 1.5em;
  text-transform: uppercase;
  /*@include border-bottom-style (4px, $blue);*/
  box-shadow: 0 4px 0 #1481c4;
}
.button.blue.med:hover {
  background: #599dd4;
  color: white;
}
.button.blue.med:active {
  color: white;
  top: 1px;
}

.button.blue.lge {
  background: #6da9d9;
  color: white;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px;
  padding: 0.7em 1.6em 0.6em;
  width: 100%;
  text-transform: uppercase;
  margin-top: 20px;
  /*@include border-bottom-style (4px, $blue);*/
  box-shadow: 0 4px 0 #1481c4;
}
.button.blue.lge:hover {
  background: #599dd4;
  color: white;
}
.button.blue.lge:active {
  color: white;
  top: 1px;
}

.button.green.sm {
  background: #95c677;
  color: white;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px;
  padding: 0.5em 1.1em;
  /*@include border-bottom-style (2px, $green);*/
  box-shadow: 0 2px 0 #7bb855;
}
.button.green.sm:hover {
  background: #87be65;
  color: white;
}
.button.green.sm:active {
  color: white;
  top: 1px;
}

.button.green.med {
  background: #95c677;
  color: white;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px;
  padding: 0.7em 1.5em;
  text-transform: uppercase;
  /*@include border-bottom-style (4px, $green);*/
  box-shadow: 0 4px 0 #7bb855;
}
.button.green.med:hover {
  background: #87be65;
  color: white;
}
.button.green.med:active {
  color: white;
  top: 1px;
}

.button.green.lge {
  background: #95c677;
  color: white;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px;
  padding: 0.7em 1.6em 0.6em;
  width: 100%;
  text-transform: uppercase;
  margin-top: 20px;
  /*@include border-bottom-style (4px, $green);*/
  box-shadow: 0 4px 0 #7bb855;
}
.button.green.lge:hover {
  background: #87be65;
  color: white;
}
.button.green.lge:active {
  color: white;
  top: 1px;
}

.button.default.sm-social.email,
.button.default.sm-social.print,
.button.default.sm-social.facebook,
.button.default.sm-social.twitter,
.button.default.sm-social.sendit {
  font-size: 1.1em;
  background: #f6f7f8;
  color: #69737c;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px;
  padding: 0.3em 0.7em;
  box-shadow: 0 2px 0 #c7cacd;
  margin-right: 10px;
  font-family: 'ready-steady-gov';
}
.button.default.sm-social.email:hover,
.button.default.sm-social.print:hover,
.button.default.sm-social.facebook:hover,
.button.default.sm-social.twitter:hover,
.button.default.sm-social.sendit:hover {
  background: #e8eaed;
  color: #69737c;
}
.button.default.sm-social.email:active,
.button.default.sm-social.print:active,
.button.default.sm-social.facebook:active,
.button.default.sm-social.twitter:active,
.button.default.sm-social.sendit:active {
  color: #69737c;
  top: 1px;
}

.button.default.sm-social.email:before {
  content: "\e615";
}

.button.default.sm-social.print:before {
  content: "\e612";
}

.button.default.sm-social.facebook:before {
  content: "\e614";
}

.button.default.sm-social.twitter:before {
  content: "\e610";
}

.button.default.sm-social.sendit:before {
  content: "\e613";
}

.button.blue.sm-social.facebook {
  font-size: 1.1em;
  background: #1272ad;
  color: white;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px;
  padding: 0.3em 0.7em;
  box-shadow: 0 2px 0 #0d537f;
  margin-right: 10px;
  font-family: 'ready-steady-gov';
}
.button.blue.sm-social.facebook:hover {
  background: #0f6396;
  color: white;
}
.button.blue.sm-social.facebook:active {
  color: white;
  top: 1px;
}

.button.blue.sm-social.facebook:before {
  content: "\e614";
}

.button.light-blue.sm-social.twitter {
  font-size: 1.1em;
  background: #6da9d9;
  color: white;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-right: 20px;
  padding: 0.3em 0.7em;
  box-shadow: 0 2px 0 #4591ce;
  margin-right: 10px;
  font-family: 'ready-steady-gov';
}
.button.light-blue.sm-social.twitter:hover {
  background: #599dd4;
  color: white;
}
.button.light-blue.sm-social.twitter:active {
  color: white;
  top: 1px;
}

.button.light-blue.sm-social.twitter:before {
  content: "\e610";
}

.cards:after {
  content: "";
  display: table;
  clear: both;
}

.card {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #f6f7f8;
  position: relative;
  overflow: hidden;
}
.card:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1280px) {
  .card {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .card:last-child {
    margin-right: 0;
  }
  .card:nth-child(3n) {
    margin-right: 0;
  }
  .card:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 900px) {
  .card {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 40px;
  }
  .card:last-child {
    margin-right: 0;
  }
  .card:nth-child(2n) {
    margin-right: 0;
  }
  .card:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 600px) {
  .card {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 40px;
  }
  .card:last-child {
    margin-right: 0;
  }
  .card:nth-child(1n) {
    margin-right: 0;
  }
  .card:nth-child(1n+1) {
    clear: left;
  }
}
.card .card-image {
  overflow: hidden;
}
.card .card-image img {
  width: 100%;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
  /* Looking to cancel this on medium down */
  /*	@include media($medium-screen-down) {
  		@include transform(scale(1) translateZ(0));
  	}	*/
}
.card .card-image img:hover {
  -webkit-transform: scale(1.05) translateZ(0);
  -moz-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}
.card .card-header {
  padding: 20px 20px 0 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
}
.card .card-copy {
  padding: 0 20px 20px 20px;
}
.card:hover {
  box-shadow: 0 2px 4px #e6e6e6;
}

.card.filled:hover {
  -webkit-transform: translateY(-3px) scale(1, 1);
  -moz-transform: translateY(-3px) scale(1, 1);
  -ms-transform: translateY(-3px) scale(1, 1);
  -o-transform: translateY(-3px) scale(1, 1);
  transform: translateY(-3px) scale(1, 1);
}

.card.nude {
  background: none;
}
.card.nude .card-header {
  padding: 20px 0 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
}
.card.nude .card-copy {
  padding: 0;
}
.card.nude:hover {
  box-shadow: none;
}

.card.headless {
  padding: 20px;
}
.card.headless .card-header {
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
}
.card.headless .card-copy {
  padding: 0;
}
.card.headless:hover {
  box-shadow: 0 2px 4px #e6e6e6;
}

/* colour helpers */
/*.blue .card-image {
    @include box-shadow-border (0, 4px, 0, 0, $blue);
}

.green .card-image {
    @include box-shadow-border (0, 4px, 0, 0, $green);
}

.yellow .card-image {
    @include box-shadow-border (0, 4px, 0, 0, $light-yellow);
}*/
.card.blue img {
  box-shadow: 0 4px 0 #1481c4;
}

.card.green img {
  box-shadow: 0 4px 0 #7bb855;
}

.card.yellow img {
  box-shadow: 0 4px 0 #f5d657;
}

.card.headless.blue {
  background: #6da9d9;
  color: white;
}
.card.headless.blue h4 {
  color: white;
}
.card.headless.blue:hover {
  background: #1481c4;
  box-shadow: 0 2px 4px #b3b3b3;
}

.card.headless.green {
  background: #95c677;
  color: white;
}
.card.headless.green h4 {
  color: white;
}
.card.headless.green:hover {
  background: #7bb855;
  box-shadow: 0 2px 4px #b3b3b3;
}

.card.headless.gray {
  background: #f6f7f8;
  color: white;
}
.card.headless.gray h4 {
  color: white;
}
.card.headless.gray:hover {
  background: #c7cacd;
}

.comment {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: table;
  margin-bottom: 40px;
}
.comment:last-child {
  margin-right: 0;
}
.comment:nth-child(2n) {
  margin-right: 0;
}
.comment:nth-child(2n+1) {
  clear: left;
}
.comment .comment-image,
.comment .comment-content {
  display: table-cell;
  vertical-align: top;
}
.comment .comment-image {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 47.58542%;
  overflow: hidden;
}
.comment .comment-image:last-child {
  margin-right: 0;
}
.comment .comment-image img {
  height: auto;
  max-width: 100%;
  display: block;
  /*@include image-zoom;  */
}
.comment .comment-content {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 47.58542%;
}
.comment .comment-content:last-child {
  margin-right: 0;
}

.comment.split {
  background: #f6f7f8;
}
.comment.split .comment-content {
  padding: 20px 20px 20px 0;
}

/* colour helpers */
.blue .comment-image,
.comment.split.blue {
  box-shadow: 0 4px 0 #1481c4;
}

.green .comment-image,
.comment.split.green {
  box-shadow: 0 4px 0 #7bb855;
}

.gray .comment-image,
.comment.split.gray {
  box-shadow: 0 4px 0 #c7cacd;
}

/*.yellow .comment-image,*/
.comment.split.yellow {
  box-shadow: 0 4px 0 #f6dc6f;
}

/*media queries */
@media screen and (max-width: 1100px) {
  .comment.split,
  .comment {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 40px;
  }
  .comment.split:last-child,
  .comment:last-child {
    margin-right: 0;
  }
  .comment.split .comment-image,
  .comment .comment-image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .comment.split .comment-image:last-child,
  .comment .comment-image:last-child {
    margin-right: 0;
  }
  .comment.split .comment-content,
  .comment .comment-content {
    margin-left: 8.5298%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  .comment.split .comment-content:last-child,
  .comment .comment-content:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .comment.split,
  .comment {
    background: none;
  }
  .comment.split .comment-content,
  .comment .comment-content {
    padding: 0 0 20px 0;
  }
  .comment.split .comment-image,
  .comment .comment-image {
    /*@include transform(scale(1) translateZ(0));*/
  }
}
@media screen and (max-width: 600px) {
  .comment.split,
  .comment {
    background: none;
  }
  .comment.split .comment-image,
  .comment .comment-image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 40px;
    box-shadow: none;
  }
  .comment.split .comment-image:last-child,
  .comment .comment-image:last-child {
    margin-right: 0;
  }
  .comment.split .comment-image img,
  .comment .comment-image img {
    width: 100%;
  }
  .comment.split .comment-content,
  .comment .comment-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
  }
  .comment.split .comment-content:last-child,
  .comment .comment-content:last-child {
    margin-right: 0;
  }
}

/* call-to-action global stuff */
.call-to-action {
  padding: 20px 0;
}
.call-to-action .wrapper {
  margin-top: 0;
}

.call-to-action.gray {
  background: #f6f7f8;
}

.call-to-action.green {
  background: #95c677;
  color: white;
}
.call-to-action.green .prompt {
  color: white;
}

.call-to-action.blue {
  background: #6da9d9;
}
.call-to-action.blue .prompt {
  color: white;
}

/* internal cta */
.cta {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*background-color: $real-light-gray;*/
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
.cta:last-child {
  margin-right: 0;
}
.cta .prompt {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-bottom: 0;
  line-height: 50px;
}
.cta .prompt:last-child {
  margin-right: 0;
}
.cta .device {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.cta .device:last-child {
  margin-right: 0;
}
.cta .device .lge {
  margin-top: 0 !important;
}
.cta .device .button.default.lge {
  /*@include border-bottom-style (4px, $light-gray);*/
}
.cta .device .button.green.lge {
  /*@include border-bottom-style (4px, $green);*/
}
.cta .device .button.blue.lge {
  /*@include border-bottom-style (4px, $blue);*/
}
@media screen and (max-width: 900px) {
  .cta .prompt {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 40px;
    line-height: 50px;
  }
  .cta .prompt:last-child {
    margin-right: 0;
  }
  .cta .device {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .cta .device:last-child {
    margin-right: 0;
  }
}

fieldset {
  background: white;
  border: 1px solid #efefef;
  margin: 0 0 0.79688em 0;
  padding: 1.59375em;
}

input,
label,
select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.0625em;
}

label {
  font-weight: bold;
  margin-bottom: 0.39844em;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #efefef;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Open Sans", sans-serif;
  font-size: 1.0625em;
  margin-bottom: 0.79688em;
  padding: 0.53125em 0.53125em;
  width: 100%;
}
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: #d5d5d5;
}
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #6da9d9;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(89, 157, 212, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.39844em;
}

input[type="file"] {
  width: 100%;
}

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.59375em;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl {
  line-height: 1.59375em;
  margin-bottom: 0.79688em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.79688em;
}
dl dd {
  margin: 0;
}

/*@import "ui/mega-menu";*/
.modals {
  text-align: center;
}

.modal {
  position: relative;
}
.modal label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
}
.modal label img {
  display: block;
  max-width: 300px;
}
.modal input[type="checkbox"] {
  display: none;
}
.modal .modal-open {
  overflow: hidden;
}
.modal .modal-window {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  text-align: left;
  visibility: hidden;
  z-index: 99999999999;
}
.modal .modal-window .modal-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
}
.modal .modal-close {
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  background: white;
}
.modal .modal-close:after, .modal .modal-close:before {
  position: absolute;
  top: 20px;
  right: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.15em;
  height: 1.5em;
  background: #c7cacd;
  content: '';
  display: block;
}
.modal .modal-close:hover:after, .modal .modal-close:hover:before {
  background: #acb0b5;
}
.modal .modal-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .modal-inner {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background: white;
  margin: auto;
  max-height: 95%;
  position: relative;
  overflow: auto;
  width: 95%;
  padding: 1.5em;
  margin-top: .6em;
}
@media screen and (min-width: 900px) {
  .modal .modal-inner {
    padding: 3em;
    width: 60%;
    max-height: 60%;
    margin-top: 10em;
  }
}
@media screen and (min-width: 1280px) {
  .modal .modal-inner {
    width: 50%;
    margin-top: 10em;
  }
}
.modal .modal-inner h1 {
  color: #666666;
  margin-bottom: .6em;
  text-align: left;
  text-transform: capitalize;
}
.modal .modal-inner p {
  font-size: 1.0625em;
  max-width: 100% !important;
  padding: 0;
  text-align: left;
}
.modal .modal-inner p.intro {
  color: #1481c4;
  line-height: 1.6em;
}
.modal .modal-inner p.body {
  color: #666666;
  line-height: 1.45em;
}
@media screen and (min-width: 900px) {
  .modal .modal-inner p.body {
    -webkit-columns: 2 8em;
    -moz-columns: 2 8em;
    columns: 2 8em;
  }
}
.modal .modal-inner a.cta {
  color: white;
  display: inline-block;
  margin-right: .5em;
  margin-top: 1em;
}
.modal .modal-inner a.cta:last-child {
  padding: 0 2em;
}
.modal .modal-inner.green {
  box-shadow: 0 4px 0 #7bb855;
}
.modal .modal-inner.blue {
  box-shadow: 0 4px 0 #1481c4;
}
.modal .modal-state:checked + .modal-window {
  opacity: 1;
  visibility: visible;
}
.modal .modal-state:checked + .modal-window .modal-inner {
  top: 0;
}

table {
  border-collapse: collapse;
  margin: 0.79688em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #c9c9c9;
  font-weight: bold;
  padding: 0.79688em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #efefef;
  padding: 0.79688em 0;
}

tr, td, th {
  vertical-align: middle;
}

.accordion-tabs-minimal {
  margin-bottom: 1.59375em;
}
.accordion-tabs-minimal:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 900px) {
  .accordion-tabs-minimal {
    border: none;
  }
}
@media screen and (min-width: 900px) {
  .accordion-tabs-minimal li.tab-header-and-content {
    display: inline;
  }
}
.accordion-tabs-minimal li.tab-header-and-content:first-child a.tab-link {
  /*border-top: $tab-border;*/
}
.accordion-tabs-minimal li.tab-header-and-content a.tab-link {
  background-color: white;
  color: #44505b;
  display: block;
  font-weight: 400;
  padding: 5px 20px;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
@media screen and (min-width: 900px) {
  .accordion-tabs-minimal li.tab-header-and-content a.tab-link {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
}
.accordion-tabs-minimal li.tab-header-and-content a.tab-link:hover {
  color: #6da9d9;
}
.accordion-tabs-minimal li.tab-header-and-content a.tab-link:focus {
  outline: none;
}
.accordion-tabs-minimal li.tab-header-and-content a.tab-link.is-active {
  background-color: white;
  border-bottom: 0;
  /*@include border-top-style (4px, $green);*/
  box-shadow: 0 -4px 0 #7bb855;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
@media screen and (min-width: 900px) {
  .accordion-tabs-minimal li.tab-header-and-content a.tab-link.is-active {
    background-color: white;
    /*border-left: $tab-border-left;
    border-right: $tab-border-right;*/
    border: 1px solid #efefef;
    box-shadow: 0 -4px 0 #c7cacd;
    border-bottom: 1px solid white;
    margin-bottom: -1px;
  }
}
.accordion-tabs-minimal li.tab-header-and-content section {
  padding: 1.59375em 1.618em;
  background: white;
  display: none;
  overflow: hidden;
  width: 100%;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
@media screen and (min-width: 900px) {
  .accordion-tabs-minimal li.tab-header-and-content section {
    border: 1px solid #efefef;
    float: left;
    left: 0;
    padding: 0.79688em 0.809em;
  }
}
.accordion-tabs-minimal li.tab-header-and-content:last-child {
  border-bottom: 1px solid #efefef;
}

/* colour helpers */
.accordion-tabs-minimal.blue li.tab-header-and-content a.tab-link.is-active {
  box-shadow: 0 -4px 0 #6da9d9;
}

.accordion-tabs-minimal.green li.tab-header-and-content a.tab-link.is-active {
  box-shadow: 0 -4px 0 #95c677;
}

.accordion-tabs-minimal.yellow li.tab-header-and-content a.tab-link.is-active {
  box-shadow: 0 -4px 0 #f5d657;
}

.image-strip-inner {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: table;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
}
.image-strip-inner:last-child {
  margin-right: 0;
}
.image-strip-inner:after {
  content: "";
  display: table;
  clear: both;
}
.image-strip-inner .image-strip-item {
  display: table-cell;
  width: 25%;
  height: 400px;
  overflow-x: hidden;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .image-strip-inner .image-strip-item {
    /*@include span-columns(4);*/
  }
}

@media screen and (max-width: 1100px) {
  .image-strip.wrapper-fullscreen {
    padding: 0;
  }
}

.patterns #header-container {
  /* 	z-index: 99; */
}
.patterns #header-container #pre-header {
  border-bottom: 1px solid #efefef;
}
.patterns #header-container #pre-header .wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.patterns #header-container #pre-header a {
  display: inline-block;
  padding: 0.4em 0.5em;
  color: #666666;
  text-decoration: none;
  font-size: 0.9em;
}
.patterns #header-container #pre-header a:hover {
  text-decoration: underline;
}
.patterns #header-container #pre-header ul {
  float: right;
  padding: 0;
  /*hide on smaller screens*/
}
.patterns #header-container #pre-header ul li {
  position: relative;
  float: left;
  list-style: none;
  padding: 0;
}
.patterns #header-container #pre-header ul li.first {
  margin-left: 0;
}
.patterns #header-container #pre-header ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .patterns #header-container #pre-header ul {
    display: none;
  }
}
.patterns #header-container #pre-header.wrapper {
  margin-bottom: 0;
}
.patterns #header-container #main-header {
  background: #f6f7f8;
}
.patterns #header-container #main-header #header-content.wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0;
}
@media screen and (max-width: 1280px) {
  .patterns #header-container #main-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.demo #main-header {
  padding: 10px 0;
}

.patterns #logo {
  width: 110px;
  height: 110px;
  display: inline-block;
}
.patterns #logo a {
  text-decoration: none;
}
.patterns #logo h1 {
  width: 110px;
  font-size: 102px;
  cursor: pointer;
  color: #69737c;
  margin-top: -10px;
  margin-bottom: 0;
}
.patterns #logo h1:hover {
  color: #000;
}
.patterns #logo h1 span.title {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (max-width: 900px) {
  .patterns #logo h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 900px) {
  .patterns #logo {
    /*@include span-columns(12);*/
  }
}

.patterns #utilities {
  position: absolute;
  top: 20px;
  right: 0;
  width: 31.76157%;
  /* Search icon */
}
.patterns #utilities #menu-toggle:before {
  content: "\e60c";
}
.patterns #utilities #menu-toggle {
  position: absolute;
  display: none;
  width: 100%;
  background: #69737c;
  box-shadow: 0 2px 0 #44505b;
  font-family: 'ready-steady-gov';
  padding: 11px 9px 9px 16px;
  font-size: 22px;
  width: 48px;
  color: #fff;
  text-decoration: none;
  right: 0;
}
@media screen and (max-width: 900px) {
  .patterns #utilities #menu-toggle {
    display: block;
  }
}
.patterns #utilities a.search-trigger:before {
  content: "\e607";
}
.patterns #utilities a.search-trigger.selected:before {
  content: "\e608";
}
.patterns #utilities a.search-trigger {
  display: none;
}
@media screen and (max-width: 600px) {
  .patterns #utilities a.search-trigger {
    position: absolute;
    display: block;
    width: 100%;
    background: #69737c;
    box-shadow: 0 2px 0 #44505b;
    font-family: 'ready-steady-gov';
    padding: 11px 9px 9px 16px;
    font-size: 16px;
    width: 48px;
    color: #fff;
    text-decoration: none;
    right: 53px;
  }
}
.patterns #utilities fieldset {
  border: 1px solid #c7cacd;
  padding: 0;
}
.patterns #utilities form.search input[type="text"] {
  width: 80%;
  padding: 10px 14px 10px;
  font-size: 18px;
  background: #fff;
  float: left;
  box-shadow: none;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  font-size: 0.9em;
}
.patterns #utilities form.search button[type="submit"] {
  padding: 10px 14px 14px;
  font-size: 18px;
  width: 20%;
  color: #fff;
  border: none;
  background: #999;
  float: right;
  margin-right: 0;
  font-family: 'ready-steady-gov';
  background: #95c677;
  box-shadow: inset 0 -2px 0 #7bb855;
}
.patterns #utilities form.search button[type="submit"]:hover,
.patterns #utilities form.search button[type="submit"]:focus {
  background: #87be65;
}
.patterns #utilities form.search button[type="submit"]:active {
  top: 0;
}
.patterns #utilities a.wa-gov-search {
  float: right;
  color: #666666;
  /*hide on smaller screens*/
}
@media screen and (max-width: 900px) {
  .patterns #utilities a.wa-gov-search {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .patterns #utilities {
    width: 50%;
    padding-right: 53px;
  }
}
@media screen and (max-width: 600px) {
  .patterns #utilities {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    top: 20px;
    right: 0;
    left: auto;
  }
  .patterns #utilities fieldset {
    padding: 20px 15px 15px 15px;
    background: #69737c;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    border: none;
    display: none;
  }
  .patterns #utilities fieldset form.search input[type="text"] {
    width: 80%;
  }
  .patterns #utilities .open {
    display: block;
  }
}

.patterns .footer-container {
  margin-top: 120px;
}
.patterns .footer-container .wrapper-fullscreen,
.patterns .footer-container .wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.patterns .footer-container .footer-menu {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.patterns .footer-container .footer-menu:last-child {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .patterns .footer-container .footer-menu {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 40px;
  }
  .patterns .footer-container .footer-menu:last-child {
    margin-right: 0;
  }
  .patterns .footer-container .footer-menu:nth-child(2n) {
    margin-right: 0;
  }
  .patterns .footer-container .footer-menu:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 600px) {
  .patterns .footer-container .footer-menu {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .patterns .footer-container .footer-menu:last-child {
    margin-right: 0;
  }
  .patterns .footer-container .footer-menu:nth-child(1n) {
    margin-right: 0;
  }
  .patterns .footer-container .footer-menu:nth-child(1n+1) {
    clear: left;
  }
}
.patterns .footer-container ul li {
  font-size: 0.9em;
}
.patterns .footer-container ul li a {
  color: #666666;
}
.patterns .footer-container .contact-details {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
}
.patterns .footer-container .contact-details:last-child {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .patterns .footer-container .contact-details {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 40px;
  }
  .patterns .footer-container .contact-details:last-child {
    margin-right: 0;
  }
}
.patterns .footer-container .gov-link {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.patterns .footer-container .gov-link:last-child {
  margin-right: 0;
}
.patterns .footer-container .gov-link a {
  font-size: 1.53em;
  color: #44505b;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .patterns .footer-container .gov-link {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 40px;
  }
  .patterns .footer-container .gov-link:last-child {
    margin-right: 0;
  }
}
.patterns .footer-container .copyright {
  margin-left: 25.58941%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
}
.patterns .footer-container .copyright:last-child {
  margin-right: 0;
}
.patterns .footer-container .copyright ul {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.patterns .footer-container .copyright ul li {
  position: relative;
  float: left;
  list-style: none;
  padding: 0 10px 0;
  font-size: 0.9em;
  border-right: 1px solid #69737c;
  line-height: 0.9em;
}
.patterns .footer-container .copyright ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.patterns .footer-container .copyright ul li:last-child {
  margin-right: 0;
  border: none;
}
.patterns .footer-container .copyright ul li a {
  display: block;
  /*padding: 0.4em 0.5em;*/
  color: #666666;
}
.patterns .footer-container .copyright .muted {
  display: block;
}
@media screen and (max-width: 900px) {
  .patterns .footer-container .copyright {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 8.5298%;
  }
  .patterns .footer-container .copyright:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .patterns .footer-container .copyright {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
  }
  .patterns .footer-container .copyright:last-child {
    margin-right: 0;
  }
}
.patterns .footer-container #footer {
  padding: 20px 0;
}

#footer-first-content {
  border-top: 1px solid #efefef;
  background: #fcfcfc;
}

#footer-second-content {
  background: #f0f2f4;
  padding: 40px 0;
  margin-top: 0;
}

/* ==========================================================================
   Html and Body
   ========================================================================== */
html {
  background-color: #fff;
  overflow-x: hidden;
}

html.no-touch {
  overflow-y: auto;
}

body {
  width: 100%;
  position: relative;
}

/* each region that holds a grid is assigned .wrapper */
.wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
  *zoom: 1;
  position: relative;
  padding: 40px 20px;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1600px) {
  .wrapper {
    width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .wrapper {
    width: 1100px;
  }
}
@media screen and (max-width: 1100px) {
  .wrapper {
    width: 900px;
  }
}
@media screen and (max-width: 900px) {
  .wrapper {
    max-width: 600px;
    width: auto;
  }
}

/* each this wraps a full screen grid  */
.wrapper-fullscreen {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 40px 20px;
}
.wrapper-fullscreen:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  padding: 20px;
}
@media screen and (min-width: 900px) {
  .home #upper-container {
    background: #1481c4 url(../images/bigbg.jpg) no-repeat bottom;
    background-size: cover;
  }
}
@media screen and (max-width: 900px) {
  .home #upper-container {
    background: #1481c4;
  }
}

@media screen and (min-width: 900px) {
  #upper-container {
    background: #1481c4 url(../images/bigbg-internal.jpg) no-repeat bottom;
    background-size: cover;
  }
}
@media screen and (max-width: 900px) {
  #upper-container {
    background: #1481c4;
  }
}

#page-container {
  position: relative;
  width: 100%;
  overflow-x: hidden !important;
}

/* ==========================================================================
   name
   ========================================================================== */
#header-container {
  z-index: 99;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#header-container header h1.rsg-logo {
  font-size: 1.9125em;
  font-weight: 800;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}
#header-container header h1.rsg-logo a {
  color: #fff;
  text-decoration: none;
}
#header-container header h1.rsg-logo .beta {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 300;
  line-height: 28px;
  padding-left: 10px;
  position: absolute;
}
#header-container header .rsg-logo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
#header-container header .rsg-logo:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  #header-container {
    padding: 20px;
  }
}

#main-nav {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  text-align: right;
}
#main-nav:last-child {
  margin-right: 0;
}
#main-nav ul {
  float: right;
  padding: 0;
  margin: 10px 0 0;
}
#main-nav ul li {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 5px;
  float: left;
}
#main-nav ul li.first {
  margin-left: 0;
}
#main-nav ul li:last-child {
  margin-right: 0;
}
#main-nav ul li a {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 0.1875em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8125em;
  /*background: rgba(255, 255, 255, 0.1);*/
}
#main-nav ul li a:hover {
  color: #222222;
  background: white;
}
@media screen and (max-width: 600px) {
  #main-nav ul li {
    float: none;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  #main-nav ul {
    width: 100%;
  }
}

/* ==========================================================================
   Browser holder
   ========================================================================== */
#browser-holder {
  position: relative;
}
#browser-holder span.image {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 100;
  background: url(../images/desktop-view.png) no-repeat bottom right;
  width: 950px;
  height: 548px;
  bottom: 0;
  right: 0;
  /*
  		@include media($small-screen-up) {
  			background: url(../images/tablet-view.png) no-repeat bottom right;
  		}
  	
  		@include media($default-screen-up) {
  			background: url(../images/desktop-view.png) no-repeat bottom right;
  		}
  	
  		@include media($small-screen-down) {
  			background: url(../images/mobile-view.png) no-repeat bottom right;
  		}
  */
}
@media screen and (max-width: 1900px) {
  #browser-holder span.image {
    background: url(../images/desktop-view.png) no-repeat bottom right -100px;
  }
}
@media screen and (max-width: 1600px) {
  #browser-holder span.image {
    background: url(../images/desktop-view.png) no-repeat bottom right -300px;
    width: 650px;
    height: 548px;
  }
}
@media screen and (max-width: 1280px) {
  #browser-holder span.image {
    /* background: url(../images/tablet-view.png) no-repeat  bottom -100px right 20px; */
    background: url(../images/desktop-view.png) no-repeat bottom right -350px;
  }
}
@media screen and (max-width: 1100px) {
  #browser-holder span.image {
    background: url(../images/desktop-view.png) no-repeat bottom right -450px;
  }
}
@media screen and (max-width: 900px) {
  #browser-holder span.image {
    background: url(../images/tablet-view.png) no-repeat bottom -300px center;
    height: 650px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #browser-holder span.image {
    background: url(../images/mobile-view.png) no-repeat bottom -200px center;
    height: 360px;
    width: 100%;
  }
}

/* ==========================================================================
   Banner
   ========================================================================== */
#banner-container #banner-content {
  position: relative;
  padding: 40px 0;
  text-align: center;
}
#banner-container #banner-content h2 {
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  width: 80%;
  margin: 0 auto;
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  #banner-container #banner-content h2 {
    width: 100%;
  }
}
#banner-container #banner-content h2 .and {
  font-family: 'Alice';
  font-weight: 400;
  font-size: 1.2em;
}
#banner-container #banner-content a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
#banner-container #banner-content a:hover {
  border-bottom: 2px solid white;
}
#banner-container #banner-content a.button {
  padding: 20px 50px;
  margin: 40px 10px;
  border: 1px solid #fff;
  border-radius: 0.1875em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8125em;
  display: inline-block;
  /*background: rgba(255, 255, 255, 0.1);*/
  /* background: #91c671; */
  min-width: 250px;
}
#banner-container #banner-content a.button:hover {
  color: #222222;
  background: white;
}
@media screen and (max-width: 600px) {
  #banner-container #banner-content a.button {
    margin: 20px auto 0;
    display: block;
    width: 70%;
  }
}

.home #banner-container #banner-content {
  padding: 80px 0;
}
@media screen and (max-width: 900px) {
  .home #banner-container #banner-content {
    padding: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  .home #banner-container #banner-content h2 {
    margin-bottom: 60px;
  }
}

/* ==========================================================================
   Main content
   ========================================================================== */
.home #intro-container {
  background: #44505b;
  position: relative;
  padding: 80px 0;
}
.home #intro-container #main #main-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  color: #c7cacd;
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 400;
}
.home #intro-container #main #main-content:last-child {
  margin-right: 0;
}
.home #intro-container #main #main-content a {
  color: #c7cacd;
  text-decoration: none;
  border-bottom: 2px solid #c7cacd;
}
.home #intro-container #main #main-content a:hover {
  color: white;
  border-bottom: 2px solid white;
}
@media screen and (max-width: 900px) {
  .home #intro-container #main #main-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center;
  }
  .home #intro-container #main #main-content:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .home #intro-container {
    padding: 0 0 600px;
  }
}
@media screen and (max-width: 600px) {
  .home #intro-container {
    padding: 0 0 350px;
  }
}

#browser {
  height: 545px;
  width: 950px;
  overflow: hidden;
  position: absolute;
  top: -90px;
  right: -550px;
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  #browser {
    right: -350px;
    top: -120px;
  }
}
@media screen and (max-width: 1100px) {
  #browser {
    right: -600px;
    top: -50px;
  }
}
@media screen and (max-width: 900px) {
  #browser {
    display: none;
  }
}

#browser-insert {
  overflow: auto;
  height: 460px;
  width: 722px;
  position: absolute;
  top: 30px;
  right: 115px;
}

/* ==========================================================================
   Feature content
   ========================================================================== */
#feature-container {
  background: #f6f7f8;
  position: relative;
  padding: 80px 0 0;
}
#feature-container .wrapper {
  padding: 0 20px 120px;
}
#feature-container .features-title h3 {
  color: #44505b;
  text-align: center;
}

#features .feature-item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding-left: 20px;
  border-left: 1px solid #e2e4e5;
  min-height: 350px;
}
#features .feature-item:last-child {
  margin-right: 0;
}
#features .feature-item:nth-child(3n) {
  margin-right: 0;
}
#features .feature-item:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 900px) {
  #features .feature-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  #features .feature-item:last-child {
    margin-right: 0;
  }
  #features .feature-item:nth-child(3n) {
    margin-right: 2.35765%;
  }
  #features .feature-item:nth-child(3n+1) {
    clear: none;
  }
  #features .feature-item:nth-child(2n) {
    margin-right: 0;
  }
  #features .feature-item:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 600px) {
  #features .feature-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    /* text-align: center; */
    border-left: none;
    padding-left: 0;
  }
  #features .feature-item:last-child {
    margin-right: 0;
  }
  #features .feature-item:nth-child(2n) {
    margin-right: 2.35765%;
  }
  #features .feature-item:nth-child(2n+1) {
    clear: none;
  }
  #features .feature-item:nth-child(1n) {
    margin-right: 0;
  }
  #features .feature-item:nth-child(1n+1) {
    clear: left;
  }
}
#features .feature-item .icon {
  margin-bottom: 30px;
  display: inline-block;
  color: #cccfd2;
  font-size: 60px;
}
#features .feature-item a {
  color: #69737c;
  text-decoration: none;
  border-bottom: 1px solid #69737c;
}
#features .feature-item a:hover {
  color: #44505b;
  border-bottom: 1px solid #44505b;
}

#inspiration {
  border-top: 1px solid #e2e4e5;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 400;
  padding: 60px;
}
#inspiration p {
  margin-bottom: 0;
}
#inspiration a {
  color: #69737c;
  text-decoration: none;
  border-bottom: 2px solid #c7cacd;
}
#inspiration a:hover {
  color: #44505b;
  border-bottom: 2px solid #69737c;
}

/* ==========================================================================
   Template page
   ========================================================================== */
.templates #main-container {
  background: #fcfcfc;
  position: relative;
  padding: 0 0 60px;
}
.templates #main-container #main #main-content {
  line-height: 1.5em;
  font-weight: 400;
}
.templates #main-container .main-title h3 {
  text-align: center;
  color: #44505b;
}
.templates #main-container a.button {
  color: #666666;
  padding: 10px 20px;
  margin: 20px 0;
  border: 1px solid #69737c;
  border-radius: 0.1875em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8125em;
  display: inline-block;
}
.templates #main-container a.button:hover {
  color: white;
  background: #69737c;
}

section.template {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 60px 20px;
}
section.template:last-child {
  margin-right: 0;
}
section.template h4 {
  padding-bottom: 40px;
}
section.template .screenshot {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  padding-top: 20px;
}
section.template .screenshot:last-child {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  section.template .screenshot {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  section.template .screenshot:last-child {
    margin-right: 0;
  }
}
section.template .description {
  margin-left: 8.5298%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  padding-top: 20px;
}
section.template .description:last-child {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  section.template .description {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center;
    padding-top: 40px;
  }
  section.template .description:last-child {
    margin-right: 0;
  }
}

/* ==========================================================================
   Learn more
   ========================================================================== */
.learn-more #intro-container {
  background: #fcfcfc;
  position: relative;
}
.learn-more #intro-container #main-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  /*color: $dark-gray;*/
}
.learn-more #intro-container #main-content:last-child {
  margin-right: 0;
}
.learn-more #intro-container #main-content .main-title h3 {
  text-align: center;
  color: #44505b;
}
.learn-more #intro-container #main-content p {
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
.learn-more #intro-container #main-content a {
  color: #69737c;
  text-decoration: none;
  border-bottom: 2px solid #c7cacd;
}
.learn-more #intro-container #main-content a:hover {
  color: #44505b;
  border-bottom: 2px solid #69737c;
}
.learn-more #intro-container #main-content .aims .project-aim p,
.learn-more #intro-container #main-content .requirements div p {
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .learn-more #intro-container #main-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center;
  }
  .learn-more #intro-container #main-content:last-child {
    margin-right: 0;
  }
}

.aims {
  padding: 60px 0 40px;
  display: inline-block;
}
.aims .project-aim {
  margin-bottom: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: white;
  border: 1px solid #f2f2f2;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  min-height: 480px;
}
.aims .project-aim:last-child {
  margin-right: 0;
}
.aims .project-aim:nth-child(4n) {
  margin-right: 0;
}
.aims .project-aim:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 1280px) {
  .aims .project-aim {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    min-height: 450px;
  }
  .aims .project-aim:last-child {
    margin-right: 0;
  }
  .aims .project-aim:nth-child(3n) {
    margin-right: 2.35765%;
  }
  .aims .project-aim:nth-child(3n+1) {
    clear: none;
  }
  .aims .project-aim:nth-child(2n) {
    margin-right: 0;
  }
  .aims .project-aim:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 600px) {
  .aims .project-aim {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding-left: 0;
    min-height: 0;
  }
  .aims .project-aim:last-child {
    margin-right: 0;
  }
  .aims .project-aim:nth-child(2n) {
    margin-right: 2.35765%;
  }
  .aims .project-aim:nth-child(2n+1) {
    clear: none;
  }
  .aims .project-aim:nth-child(1n) {
    margin-right: 0;
  }
  .aims .project-aim:nth-child(1n+1) {
    clear: left;
  }
}
.aims .project-aim:hover {
  box-shadow: 0 2px 4px #e6e6e6;
}
.aims .project-aim:hover:hover {
  -webkit-transform: translateY(-3px) scale(1, 1);
  -moz-transform: translateY(-3px) scale(1, 1);
  -ms-transform: translateY(-3px) scale(1, 1);
  -o-transform: translateY(-3px) scale(1, 1);
  transform: translateY(-3px) scale(1, 1);
}
.aims .project-aim img {
  box-shadow: 0 4px 0 #c7cacd;
  width: 100%;
}
.aims .project-aim h4 {
  padding: 20px 20px 0 20px;
  text-align: left;
}
.aims .project-aim p {
  padding: 0 20px 40px 20px;
}

#big-image {
  background: url(../images/we-so-ux.jpg) no-repeat center;
  background-size: cover;
  height: 600px;
  padding: 80px 0 60px;
}
@media screen and (max-width: 1100px) {
  #big-image {
    /* smaller image */
  }
}
@media screen and (max-width: 600px) {
  #big-image {
    /* smaller image */
  }
}

.requirements {
  padding: 60px 0 100px;
}
.requirements div {
  margin-bottom: 40px;
  /* background-color: $white; */
  text-align: left;
  /* padding: $gap*2; */
  padding-left: 20px;
  border-left: 1px solid #e2e4e5;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  min-height: 570px;
}
.requirements div:last-child {
  margin-right: 0;
}
.requirements div:nth-child(2n) {
  margin-right: 0;
}
.requirements div:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 600px) {
  .requirements div {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding-left: 0;
    border: none;
  }
  .requirements div:last-child {
    margin-right: 0;
  }
  .requirements div:nth-child(2n) {
    margin-right: 2.35765%;
  }
  .requirements div:nth-child(2n+1) {
    clear: none;
  }
  .requirements div:nth-child(1n) {
    margin-right: 0;
  }
  .requirements div:nth-child(1n+1) {
    clear: left;
  }
}
.requirements div .icon {
  margin-bottom: 30px;
  display: inline-block;
  color: #cccfd2;
  font-size: 60px;
}
.requirements div h4 {
  text-align: left;
}
.requirements div p {
  margin-bottom: 20px !important;
}
.requirements div ul li {
  list-style: none !important;
  padding-bottom: 10px;
}

#version-container {
  padding: 60px 0 40px;
  background: #44505b;
}
#version-container .main-title h3 {
  text-align: center;
  color: white;
}
#version-container .version {
  margin-bottom: 20px;
  color: #c7cacd;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
#version-container .version:last-child {
  margin-right: 0;
}
#version-container .version:nth-child(4n) {
  margin-right: 0;
}
#version-container .version:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 1100px) {
  #version-container .version {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  #version-container .version:last-child {
    margin-right: 0;
  }
  #version-container .version:nth-child(3n) {
    margin-right: 2.35765%;
  }
  #version-container .version:nth-child(3n+1) {
    clear: none;
  }
  #version-container .version:nth-child(2n) {
    margin-right: 0;
  }
  #version-container .version:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 600px) {
  #version-container .version {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding-left: 0;
  }
  #version-container .version:last-child {
    margin-right: 0;
  }
  #version-container .version:nth-child(2n) {
    margin-right: 2.35765%;
  }
  #version-container .version:nth-child(2n+1) {
    clear: none;
  }
  #version-container .version:nth-child(1n) {
    margin-right: 0;
  }
  #version-container .version:nth-child(1n+1) {
    clear: left;
  }
}
#version-container .version h4 {
  padding-left: 20px;
  color: #c7cacd;
}
#version-container .version p {
  padding: 0 20px 40px 20px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
#footer-container {
  border-top: 1px solid #e2e4e5;
}
#footer-container #footer #footer-content {
  text-align: center;
}
#footer-container #footer #footer-content p {
  margin: 20px 0 40px;
}
#footer-container #footer #footer-content a {
  color: #69737c;
  text-decoration: none;
  border-bottom: 1px solid #c7cacd;
}
#footer-container #footer #footer-content a:hover {
  color: #44505b;
  border-bottom: 1px solid #69737c;
}
#footer-container #footer #footer-content a.footer-cta {
  padding: 15px 80px;
  background: #44505b;
  border-radius: 0.1875em;
  border: 1px solid #44505b;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8125em;
  /* background: rgba(255, 255, 255, 0.1); */
  /* background: #8dc66a; */
  margin: 10px;
  display: inline-block;
}
#footer-container #footer #footer-content a.footer-cta:hover {
  color: #44505b;
  border: 1px solid #44505b;
  background: none;
}
@media screen and (max-width: 600px) {
  #footer-container #footer #footer-content a.footer-cta {
    margin-bottom: 10px;
    padding: 15px 20px;
    width: 80%;
  }
}

.footer-nav {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: justify;
}
.footer-nav:last-child {
  margin-right: 0;
}
.footer-nav ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}
.footer-nav ul li {
  font-size: ms(-1);
}

/* ==========================================================================
   Print Stylesheet - old stuff for now
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none;
  }

  nav,
  #main-nav,
  #searchform,
  #contact-details,
  #sidebar {
    display: none !important;
  }

  #content {
    width: 100%;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  a:after {
    content: " (" attr(href) ")";
  }

  abbr:after {
    content: " (" attr(title) ")";
  }

  .ir a:after {
    content: "";
  }

  /* Don't show links for images */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
.ie8 #upper-container {
  background: #1481c4;
}

.ie9 #browser-insert {
  top: 28px;
  right: 110px;
  width: 745px;
}
