@charset "UTF-8";
/***********************************************************************
Filename: _style.scss
Title: Style
Author: Maraid Design
SIGN
************************************************************************/
/* Reset
-----------------------------------------------------------------------*/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/*
p {
  -webkit-hyphens: auto;
  -epub-hyphens:   auto;
  -moz-hyphens:    auto;
  hyphens:         auto;

}
*/
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `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;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address 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. Correct `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. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address 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 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve 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],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `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;
}

/**
 * Remove 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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/* Import formatting
-----------------------------------------------------------------------*/
/******************************************************************
Filename: _mixins.scss
Title: Mixins
Author: Maraid Design
Client: SIGN
******************************************************************/
/*
@mixin block-text {
	font-family: $body;
	text-transform: uppercase;
	font-size: 100%;
}
*/
/***********************************************************************
Filename: _fonts.scss
Title: Fonts
Author: Maraid Design
Client: SIGN
************************************************************************/
/* Import fonts
----------------------------------------------------------------------*/
@font-face {
  font-family: "ModernEraExtraBold";
  src: url("webfonts/ModernEra-ExtraBold.eot"), url("webfonts/ModernEra-ExtraBold.woff") format("woff"), url("webfonts/ModernEra-ExtraBold.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "ModernEraBold";
  src: url("webfonts/ModernEra-Bold.eot"), url("webfonts/ModernEra-Bold.woff") format("woff"), url("webfonts/ModernEra-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "ModernEraItalic";
  src: url("webfonts/ModernEra-Italic.eot"), url("webfonts/ModernEra-Italic.woff") format("woff"), url("webfonts/ModernEra-Italic.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Font stack
-----------------------------------------------------------------------*/
/* Body font variations
-----------------------------------------------------------------------*/
/***********************************************************************
Filename: _base.scss
Title: Main colours etc
Author: Maraid Design
Client: SIGN
************************************************************************/
/* Set media query names
-----------------------------------------------------------------------*/
/* Text sizes
-----------------------------------------------------------------------*/
/*
$large-text: 40px;
$med-large-text: 35px;
$med-text: 30px;
$small-text: 26px;
$super-small-text: 20px;
*/
/* Main site colours
-----------------------------------------------------------------------*/
/* Main links
-----------------------------------------------------------------------*/
a {
  color: #a2007a;
}
a:hover, a:focus {
  color: #740057;
}

/*
article {
	a {
		color: $black;
		border-bottom: 6px solid $green;
		text-decoration: none;
		transition: all 0.3s ease 0s;

		&:hover, &:focus {
			border-bottom-color: $black;
		}
	}
}
*/
strong, b {
  font-family: "ModernEraExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

italic, em {
  font-family: "ModernEraItalic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}

/* Headings
-----------------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: normal;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.333em;
}

h2, .h2 {
  font-size: 1.9rem;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
@media screen and (min-width: 600px) {
  h2, .h2 {
    font-size: 2.1rem;
  }
}

h3, .h3 {
  font-size: 22px;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* General
-----------------------------------------------------------------------*/
body {
  font-size: 1.45rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ModernEraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrap {
  margin: 0 auto;
  max-width: 1300px;
  width: 90%;
}
@media screen and (min-width: 1300px) {
  .wrap {
    width: 100%;
  }
}

.wrap-narrow {
  margin: 0 auto;
  max-width: 700px;
  width: 90%;
}

.wrap-wide {
  margin: 0 auto;
  max-width: 1600px;
}

.text-wrap {
  max-width: 820px;
  margin-bottom: 50px;
}

/* Blockquote
-----------------------------------------------------------------------*/
blockquote {
  padding: 0 0 0 30px;
  border-left: 5px solid #2980b9;
}

/* Border radius
-----------------------------------------------------------------------*/
/* Pagination and blog prev back
-----------------------------------------------------------------------*/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #a2007a;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #a2007a;
  color: #fff;
}
.pagination .current {
  cursor: default;
  color: #000;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #000;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/***********************************************************************
Filename: _animation.scss
Title: Animation
Author: Maraid Design
Client: SIGN
************************************************************************/
/* Set the animation
-----------------------------------------------------------------------*/
@keyframes reveal {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes revealmove {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Animation in use
-----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  article, .side-col, .blog .main-col, .archive .main-col {
    animation-name: revealmove;
    animation-duration: 800ms;
    animation-delay: 200ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
  }

  .side-col {
    animation-delay: 500ms;
  }
}
header {
  animation-name: reveal;
  animation-duration: 800ms;
  animation-delay: 200ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

/***********************************************************************
Filename: _grid.scss
Title: Grid
Author: Maraid Design
Client: SIGN
************************************************************************/
/* Internal pages
-----------------------------------------------------------------------*/
.main-col {
  margin-top: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (min-width: 1030px) {
  .main-col {
    margin-top: 0;
    width: 65.0793650794%;
    float: left;
    margin-bottom: 0;
  }
}
.main-col article {
  font-size: 0.9rem;
}
@media screen and (min-width: 600px) {
  .main-col article {
    font-size: 1.45rem;
  }
}

.side-col {
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (min-width: 1030px) {
  .side-col {
    width: 29.3650793651%;
    float: right;
    margin-top: 0;
    position: relative;
    top: -78px;
  }
}

/* half and half  (used on detail page)
-----------------------------------------------------------------------*/
@media screen and (min-width: 1030px) {
  .half {
    width: 47.7272727273%;
    float: right;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

@media screen and (min-width: 1030px) {
  .second {
    float: left;
    margin-top: 0;
  }
}

/* Clears and hides
-----------------------------------------------------------------------*/
.hidden, .screen-reader-text, .search-header button, .ctf-header-type-generic, .ctf-tweet-meta, .fa-picture-o, #mc_embed_signup label, aside.extra span, li#menu-item-12 {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: auto;
}

.clear-float:after {
  /*clear floated elements*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clear-float {
  height: 1%;
}

/* IE6 */
*:first-child + html .clear-float {
  min-height: 1%;
}

/* IE7 */
.clear {
  /*clears anything leaving no gap*/
  float: none;
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

.clearheight {
  /*clear anything leaving a gap*/
  float: none;
  clear: both;
}

.end {
  margin-right: 0 !important;
}

.really-hidden {
  display: none;
}

/***********************************************************************
Filename: _images.scss
Title: Images
Author: Maraid Design
Client: SIGN
************************************************************************/
/* base images
-----------------------------------------------------------------------*/
img, .wp-caption, .alignnone {
  width: 100%;
  height: auto;
  max-width: 100%;
}

img.size {
  width: auto;
}

/* floated images
-----------------------------------------------------------------------*/
img.alignright {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  img.alignright {
    width: 45%;
    float: right;
    margin: 20px 0 20px 20px;
  }
}

img.alignleft {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  img.alignleft {
    width: 45%;
    float: left;
    margin: 20px 20px 20px 0;
  }
}

/***********************************************************************
Filename: _lists.scss
Title: Lists
Author: Maraid Design
Client: SIGN
************************************************************************/
/* Lists in content
-----------------------------------------------------------------------*/
article ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}

.main-col article ul {
  list-style-type: none;
  margin-left: 0;
}
.main-col article ul li {
  background: url("../images/bullet.svg") no-repeat 0 9px;
  padding-left: 26px;
  background-size: 12px 12px;
}

/* row1 image and text side by side
-----------------------------------------------------------------------*/
ul.modules-row1 {
  list-style-type: none;
  margin-left: 0;
  margin-top: 30px;
}
ul.modules-row1 p {
  color: #000;
}
ul.modules-row1 p.link {
  display: inline-block;
  border: 2px solid #666;
  padding: 10px 17px;
  color: #666;
}
ul.modules-row1 p.link span {
  display: none;
}
ul.modules-row1 li {
  padding: 0 !important;
  background: none !important;
}
@media screen and (min-width: 1030px) {
  ul.modules-row1 li {
    margin-bottom: 1em;
  }
}
ul.modules-row1 img {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 70%;
}
@media screen and (min-width: 481px) {
  ul.modules-row1 img {
    width: 50%;
  }
}
@media screen and (min-width: 1030px) {
  ul.modules-row1 img {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    width: 33.052%;
    margin-bottom: 1em;
  }
}
ul.modules-row1 h2 {
  margin: 0 !important;
  line-height: 1.2em;
  margin-bottom: 0.8em;
  margin-top: 0;
  position: relative;
  top: -5px;
}
@media screen and (min-width: 1030px) {
  ul.modules-row1 h2 {
    margin-bottom: 0.4em;
    margin-top: 0;
    position: relative;
    top: -5px;
  }
}
@media screen and (min-width: 1030px) {
  ul.modules-row1 .text {
    float: right;
    width: 64.135%;
  }
}

/* row - modules side by side (1 row of 3 only)
-----------------------------------------------------------------------*/
ul.modules-row {
  list-style-type: none;
  margin-left: 0;
  margin-top: 2em;
}
ul.modules-row p {
  color: #000;
  margin: 0.6em 0 1em;
}
ul.modules-row a {
  display: block;
}
ul.modules-row li {
  padding: 0 !important;
  background-image: none !important;
  background: none !important;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  ul.modules-row li {
    margin-bottom: 1em;
    width: 30.7%;
    margin-right: 3.8888888889%;
    float: left;
    margin-bottom: 0;
  }
}
ul.modules-row li:last-of-type {
  margin-right: 0;
}
ul.modules-row img {
  margin-top: 1em;
  display: block;
  max-width: 400px;
}
ul.modules-row h2 {
  margin: 1em 0 0.6em;
}

/* row2 2x2 // projects etc
-----------------------------------------------------------------------*/
ul.modules-row2 {
  list-style-type: none;
  margin: 0;
  /*
  	a {
  		color: $white;
  	}
  */
}
ul.modules-row2 li {
  padding: 0 !important;
  background-image: none !important;
  position: relative;
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  ul.modules-row2 li {
    float: left;
    position: relative;
    overflow: hidden;
    width: 47.1204188482%;
    margin-right: 5.7591623037%;
  }
}
@media screen and (min-width: 600px) {
  ul.modules-row2 li:nth-child(even) {
    margin-right: 0;
  }
}
ul.modules-row2 .work-wrap {
  position: relative;
}
ul.modules-row2 img {
  display: block;
  /*
  		max-width: 100%;
  		-moz-transition: all 0.3s;
  		-webkit-transition: all 0.3s;
  		transition: all 0.3s;
  */
  /*
  		&:hover, &:focus {
  			 -moz-transform: scale(1.1);
  			 -webkit-transform: scale(1.1);
  			 transform: scale(1.1);
  			 cursor: pointer;
  		}
  */
}
ul.modules-row2 .details {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0;
  color: white;
  text-align: right;
}
ul.modules-row2 h2 {
  text-transform: none;
  font-size: 1.9rem;
  position: absolute;
  background-color: white;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0.6em 0.9em 0 0;
  line-height: 1em;
}
ul.modules-row2 p {
  display: block;
}

.single-work ul.modules-row2 li {
  margin-bottom: 0.8 !important;
}
.single-work ul.modules-row2 h3, .single-work ul.modules-row2 h2 {
  text-transform: none;
  font-size: 1.9rem;
  line-height: 1.2em;
  position: relative !important;
  margin-bottom: 0;
}
.single-work ul.modules-row2 p {
  margin-top: 0.3em;
}

/* row - modules side by side (3 across) - margin of 40px
-----------------------------------------------------------------------*/
ul.modules-row3 {
  position: relative;
  list-style-type: none;
  margin: 50px 0 0 0;
}
ul.modules-row3 li {
  padding: 0 !important;
  background: none !important;
  margin-bottom: 20px;
}
@media screen and (min-width: 481px) {
  ul.modules-row3 li {
    float: left;
    width: 48.3333333333%;
    margin-right: 3.3333333333%;
  }
}
@media screen and (min-width: 600px) {
  ul.modules-row3 li {
    width: 31.1111111%;
  }
}
ul.modules-row3 li h2 {
  font-size: 1.9rem;
  font-family: "ModernEraExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul.modules-row3 li .text a {
  margin: 20px 0;
  color: #a2007a;
}
ul.modules-row3 li .text a:hover, ul.modules-row3 li .text a:focus {
  border-color: #2980b9;
}
ul.modules-row3 li img {
  display: block;
  position: relative;
}
@media screen and (min-width: 481px) {
  ul.modules-row3 li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  ul.modules-row3 li:nth-child(2n+2) {
    margin-right: 3.3333333333%;
  }
}
@media screen and (min-width: 600px) {
  ul.modules-row3 li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  ul.modules-row3 li:nth-child(3n+1) {
    clear: both;
  }
}

ul.partners {
  position: relative;
  list-style-type: none;
  margin: 50px 0 0 0;
}
ul.partners li {
  padding: 0 !important;
  background: none !important;
  margin-bottom: 20px;
}
@media screen and (min-width: 481px) {
  ul.partners li {
    float: left;
    width: 44%;
    margin-right: 6%;
  }
}
@media screen and (min-width: 600px) {
  ul.partners li {
    width: 29.33333333%;
  }
}
ul.partners li h2 {
  font-size: 1.9rem;
  font-family: "ModernEraExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul.partners li .text a {
  margin: 20px 0;
  color: #2980b9;
}
ul.partners li .text a:hover, ul.partners li .text a:focus {
  border-color: #2980b9;
}
ul.partners li img {
  display: block;
  position: relative;
}
@media screen and (min-width: 481px) {
  ul.partners li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  ul.partners li:nth-child(2n+2) {
    margin-right: 6%;
  }
}
@media screen and (min-width: 600px) {
  ul.partners li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  ul.partners li:nth-child(3n+1) {
    clear: both;
  }
}

ul.resources-list {
  position: relative;
  list-style-type: none;
  margin: 50px 0 0 0;
}
ul.resources-list li {
  padding: 0 !important;
  background: none !important;
  margin-bottom: 20px;
}
@media screen and (min-width: 481px) {
  ul.resources-list li {
    float: left;
    width: 44%;
    margin-right: 6%;
  }
}
@media screen and (min-width: 600px) {
  ul.resources-list li {
    width: 29.33333333%;
  }
}
ul.resources-list li h2 {
  font-size: 1.45rem;
  font-family: "ModernEraExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul.resources-list li img {
  display: block;
  position: relative;
}

.page-template-page-video ul.modules-row3 {
  margin-top: 0;
}
.page-template-page-video ul.modules-row3 p {
  margin: 0;
}
.page-template-page-video ul.modules-row3 h3, .page-template-page-video ul.modules-row3 h2 {
  text-transform: none;
  font-size: 1.9rem;
  line-height: 1.2em;
  margin-bottom: 0;
}

/* row - modules side by side (4 across)
-----------------------------------------------------------------------*/
ul.modules-row4 {
  position: relative;
  list-style-type: none;
  margin: 0;
}
ul.modules-row4 li {
  padding: 0;
  background: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 481px) {
  ul.modules-row4 li {
    float: left;
    width: 48.3333333333%;
    margin-right: 3.3333333333%;
  }
}
@media screen and (min-width: 600px) {
  ul.modules-row4 li {
    width: 31.1111111111%;
  }
}
@media screen and (min-width: 1240px) {
  ul.modules-row4 li {
    width: 22.5%;
  }
}
ul.modules-row4 li a {
  margin: 20px 0;
  color: #2980b9;
}
ul.modules-row4 li a:hover, ul.modules-row4 li a:focus {
  text-decoration: underline;
}
ul.modules-row4 li img {
  display: block;
}
@media screen and (min-width: 481px) {
  ul.modules-row4 li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  ul.modules-row4 li:nth-child(2n+2) {
    margin-right: 2.7272727273%;
  }
}
@media screen and (min-width: 1240px) {
  ul.modules-row4 li:nth-child(2n+2) {
    margin-right: 2.7272727273%;
  }
}
@media screen and (min-width: 600px) {
  ul.modules-row4 li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1240px) {
  ul.modules-row4 li:nth-child(3n+3) {
    margin-right: 2.7272727273%;
  }
}
@media screen and (min-width: 1240px) {
  ul.modules-row4 li:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  ul.modules-row4 li:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (min-width: 1240px) {
  ul.modules-row4 li:nth-child(3n+1) {
    clear: none;
  }
}
@media screen and (min-width: 1240px) {
  ul.modules-row4 li:nth-child(4n+1) {
    clear: both;
  }
}

/* events
-----------------------------------------------------------------------*/
.events h2 {
  margin-bottom: 0;
}
.events .date {
  margin-top: 0;
}

/***********************************************************************
Filename: _forms.scss
Title: Forms
Author: Maraid Design
Client: SIGN
************************************************************************/
/* Defaults
-----------------------------------------------------------------------*/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #000;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 350px;
  background-color: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  background-color: #f7f8fa;
  outline: none;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-image: url("../images/drop-down.svg");
  background-size: 15px 12px;
}

select::-ms-expand {
  display: none;
}

/* email sign up
-----------------------------------------------------------------------*/
/* new email sign up
-----------------------------------------------------------------------*/
.enews p {
  margin-bottom: 0.5em !important;
}

.hbspt-form .hs_email label {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: auto;
}
.hbspt-form input.hs-input {
  height: auto;
  padding: 0 10px 0 10px;
  min-height: 50px;
}
@media screen and (min-width: 1030px) {
  .hbspt-form input.hs-button {
    height: 40px;
  }
}
.hbspt-form input[type=submit] {
  background-color: #a2007a;
  background-image: none;
  padding: 0 20px 0 20px;
  min-height: 60px;
}
.hbspt-form input[type=submit]:hover, .hbspt-form input[type=submit]:focus {
  background-color: #9aec80;
  color: #000;
  background-image: none;
}

.page-template-page-publications select {
  border: 3px solid #eaedf2;
  border-radius: 30px;
  height: 50px;
}

/***********************************************************************
Filename: _buttons.scss
Title: Buttons
Author: Maraid Design
Client: SIGN
************************************************************************/
.button, input[type=submit] {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: normal;
  padding: 12px 16px;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color: #fff;
  font-size: 1.45rem;
}
.button:hover, input[type=submit]:hover, .button:focus, input[type=submit]:focus {
  color: #fff;
  text-decoration: none;
}
.button:active, input[type=submit]:active {
  top: 1px;
}

/* the individual buttons
-----------------------------------------------------------------------*/
.button, input[type=submit] {
  background: url("../images/arrow.svg") no-repeat calc(100% - 15px) 50% #000;
  padding-right: 70px;
  background-size: 40px 28px;
}
.button:hover, .button:focus, input[type=submit]:hover, input[type=submit]:focus {
  background-color: #9aec80;
  background-image: url("../images/arrow.svg");
  color: #000;
}

/***********************************************************************
Filename: _footers.scss
Title: Footers
Author: Maraid Design
Client: SIGN
************************************************************************/
/* real footer
-----------------------------------------------------------------------*/
.footer-area {
  clear: both;
  background-color: #000;
  color: #f8f9fa;
  padding: 30px 0;
  position: relative;
}
@media screen and (min-width: 1030px) {
  .footer-area {
    padding: 100px 0 0;
    background: url("../images/footer-bkg.jpg") no-repeat 50% 0 #000;
  }
}
.footer-area .wrap {
  position: relative;
}
.footer-area p {
  margin: 0;
}
.footer-area a {
  color: #9aec80;
}
.footer-area a:hover, .footer-area a:focus {
  color: #fff;
}
.footer-area h2 {
  margin-top: 0;
}
.footer-area form {
  margin-bottom: 2em;
}
.footer-area footer {
  line-height: 1.4em;
}
@media screen and (min-width: 1030px) {
  .footer-area footer {
    text-align: right;
  }
}
@media screen and (min-width: 1030px) {
  .footer-area .col1 {
    float: left;
    width: 48%;
    padding-top: 200px;
  }
}
@media screen and (min-width: 1030px) {
  .footer-area .col2 {
    float: right;
    width: 48%;
    font-size: 85%;
  }
}
@media screen and (min-width: 1240px) {
  .footer-area .col2 {
    font-size: 100%;
  }
}
@media screen and (min-width: 1030px) {
  .footer-area .info {
    position: absolute;
    bottom: 2.4em;
    right: 0;
  }
}
.footer-area .twitter {
  background: url("../images/twitter.svg") no-repeat 0 50%;
  padding-left: 25px;
  background-size: 18px;
  margin-left: 10px;
}
.footer-area .linkedin {
  background: url("../images/linkedin.svg") no-repeat 0 50%;
  padding-left: 25px;
  background-size: 18px;
  margin-left: 10px;
}
.footer-area .youtube {
  background: url("../images/youtube.svg") no-repeat 0 50%;
  padding-left: 25px;
  background-size: 18px;
  margin-left: 10px;
}

/***********************************************************************
Filename: _main_header.scss
Title: Main Header
Author: Maraid Design
Client: SIGN
************************************************************************/
/* Main header
-----------------------------------------------------------------------*/
.header-shim {
  display: none;
  height: 74px;
}
.header-shim.fixed {
  display: block;
}

.header {
  z-index: 1;
  background-color: #fff;
  color: #000;
  padding: 20px 0 12px 0;
  transition: padding 75ms ease-out;
}
.header a {
  position: relative;
  display: block;
  text-decoration: none;
  text-transform: lowercase;
  outline: none;
  padding: 6px 0;
}
.header .logo-link {
  width: 100%;
  padding: 0;
  position: relative;
  max-width: 400px;
}
.header .logo-link img:nth-of-type(1) {
  display: block;
  width: 52%;
  height: auto;
  transition: width 75ms ease-out;
}
.header .logo-link img:nth-of-type(2) {
  position: absolute;
  width: 47%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: opacity 75ms ease-out;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 13px 0 16px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.header.fixed .logo-link img:nth-of-type(1) {
  width: 110px;
}
.header.fixed .logo-link img:nth-of-type(2) {
  opacity: 0;
}
.header .nav-wrap {
  display: none;
}
.header .nav-wrap a {
  color: #000;
}
.header .nav-wrap a:hover, .header .nav-wrap a:focus {
  color: #a2007a;
}
.header .menu-toggle img,
.header .search-toggle img {
  position: absolute;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.header .menu-toggle {
  margin-top: 24px;
  margin-bottom: 10px;
}
.header .menu-toggle img {
  right: 0;
  width: 23px;
  transition: opacity 75ms ease-out;
}
.header .menu-toggle img.close {
  opacity: 0;
}
.header a.search-toggle {
  margin: 10px 0;
  padding-left: 1.66em;
  color: #a2007a;
}
.header a.search-toggle:hover, .header a.search-toggle:focus {
  color: #740057;
}
.header a.search-toggle img {
  left: 0;
  width: 24px;
}
.header #menu-main-nav {
  margin: 0;
}
.header .menu-item-has-children > a::before, .header .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: translateY(-50%);
  transition: opacity 75ms ease-out;
}
.header .menu-item-has-children > a::before {
  background-image: url("../images/plus.svg");
}
.header .menu-item-has-children > a::after {
  background-image: url("../images/minus.svg");
  opacity: 0;
}
.header .menu-item-has-children.menu-open > a:before {
  opacity: 0;
}
.header .menu-item-has-children.menu-open > a::after {
  opacity: 1;
}
.header .menu-item-has-children .sub-menu {
  display: none;
  margin: 0;
  padding-left: 1.66em;
}
.header.menu-open .menu-toggle img.burger {
  opacity: 0;
}
.header.menu-open .menu-toggle img.close {
  opacity: 1;
}
@media (min-width: 1030px) {
  .header {
    font-size: 80%;
  }
}
@media (min-width: 1030px) {
  .header {
    padding: 18px 0 21px 0;
  }
  .header .wrap {
    position: relative;
  }
  .header .logo-link {
    max-width: 250px;
  }
  .header .menu-toggle {
    display: none;
  }
  .header .nav-wrap {
    display: block;
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
  }
  .header .nav-wrap #menu-main-nav {
    display: inline-block;
  }
  .header .nav-wrap li {
    display: inline-block;
    margin: 0 0 0 1em;
  }
  .header .nav-wrap a {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding: 8px 0;
  }
  .header .menu-item-has-children {
    position: relative;
  }
  .header .menu-item-has-children > a {
    padding-right: 1.23em;
  }
  .header .menu-item-has-children > a::before {
    background-image: url("../images/drop-down.svg");
    width: 0.6em;
    height: 0.6em;
  }
  .header .menu-item-has-children > a::after {
    display: none;
  }
  .header .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: -1.25em;
    width: 12em;
    background-color: #fff;
    padding: 0.33em 1.25em 0.66em 1.25em;
  }
  .header .menu-item-has-children .sub-menu li {
    display: block;
    margin: 0;
  }
  .header .menu-item-has-children .sub-menu li.duplicate {
    display: none;
  }
  .header .menu-item-has-children .sub-menu a {
    margin: 0;
    padding: 0.2em 0;
  }
  .header .menu-item-has-children.menu-open > a:before {
    opacity: 1;
  }
  .header a.search-toggle {
    padding: 0;
    margin-left: 1em;
    vertical-align: -15%;
  }
  .header a.search-toggle span {
    display: none;
  }
  .header a.search-toggle img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 1em;
  }
}
@media (min-width: 1240px) {
  .header {
    padding: 22px 0 25px 0;
    font-size: 100%;
  }
  .header .logo-link {
    max-width: 300px;
  }
}
@media (min-width: 1100px) {
  .header {
    padding: 24px 0 29px 0;
  }
  .header .logo-link {
    max-width: 380px;
  }
}

/* main nav active states
-----------------------------------------------------------------------*/
@media screen and (min-width: 1030px) {
  .home header ul .current_page_item a, .page-id-7 header ul .current_page_item a, .page-id-13 header ul .current_page_item a, .page-id-15 header ul .current_page_item a, .blog header ul .current_page_item a, .page-id-217 header ul .current_page_item a, .page-id-256 header ul .current_page_item a {
    border-bottom: 9px solid #9aec80;
  }
}
.home header ul ul li a, .page-id-7 header ul ul li a, .page-id-13 header ul ul li a, .page-id-15 header ul ul li a, .blog header ul ul li a, .page-id-217 header ul ul li a, .page-id-256 header ul ul li a {
  border-bottom: none !important;
}

.home .fixed ul .current_page_item a, .page-id-7 .fixed ul .current_page_item a, .page-id-13 .fixed ul .current_page_item a, .page-id-15 .fixed ul .current_page_item a {
  border-bottom: none;
}

.search-panel {
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 70%;
}
.search-panel::after {
  content: "";
  display: table;
  clear: both;
}
.search-panel .close {
  position: absolute;
  top: 6vw;
  right: 6vw;
}
.search-panel .close img {
  display: block;
  width: 30px;
  height: auto;
}
.search-panel div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 550px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-panel #s,
.search-panel button {
  height: 3.25em;
  margin: 0;
}
.search-panel #s {
  float: left;
  width: calc(100% - 5.5em);
  max-width: none;
  padding: 0 0 0 1.25em;
  box-sizing: border-box;
}
.search-panel button {
  float: right;
  width: 5.5em;
  padding: 0;
  text-decoration: none;
  font-weight: normal;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #fff;
  background-color: #a2007a;
  text-transform: lowercase;
  font-size: inherit;
}
.search-panel button:hover, .search-panel button:focus {
  background-color: #9aec80;
  color: #000;
}
@media (min-width: 450px) {
  .search-panel {
    font-size: 90%;
  }
}
@media (min-width: 600px) {
  .search-panel {
    font-size: 110%;
  }
}
.search-panel.show {
  display: block;
  animation: sp-fadein 400ms 0ms ease-out both;
}
.search-panel.show div {
  animation: sp-formin 400ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.search-panel.hide {
  display: block;
  animation: sp-fadeout 400ms 200ms ease-out both;
}
.search-panel.hide div {
  animation: sp-formout 400ms 0ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@keyframes sp-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sp-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sp-formin {
  0% {
    opacity: 0;
    transform: translate(-50%, -100%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes sp-formout {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -200%);
  }
}
/***********************************************************************
Filename: _blog_posts.scss
Title: Blog posts
Author: Maraid Design
Client: SIGN
************************************************************************/
/* General
-----------------------------------------------------------------------*/
/* post meta */
.byline {
  margin: 0;
  font-size: 1.45rem;
}
.wp-caption {
  max-width: 100%;
  border-bottom: 1px solid #ccc;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
  display: block;
}
.wp-caption p.wp-caption-text {
  font-size: 80%;
  margin: 8px 0;
  text-align: center;
}
.wp-caption p.wp-caption-text a {
  color: #000;
}

/* comments
-----------------------------------------------------------------------*/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */
}
.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #fff;
}
.comment.even {
  background: #f8f9fa;
}
/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}
/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
}

/* comment forms
-----------------------------------------------------------------------*/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #000;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}

/* comment submit button */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

@media only screen and (min-width: 481px) {
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
}
/* end .media query */
/***********************************************************************
Filename: _homepage.scss
Title: Home page 
Author: Maraid Design
Client: SIGN
************************************************************************/
.home h1 {
  font-size: 2.5rem;
  background-color: #000;
  color: #fff;
  padding: 1em;
}

/* intro
-----------------------------------------------------------------------*/
.intro {
  margin: 1.2em auto;
}
@media screen and (min-width: 1030px) {
  .intro {
    margin: 1.8em auto;
    column-count: 2;
    column-gap: 40px;
  }
}
@media screen and (min-width: 1030px) {
  .intro p {
    margin: 0;
  }
}

/* columns
-----------------------------------------------------------------------*/
.home-col-wide {
  margin-bottom: 2em;
}
@media screen and (min-width: 1030px) {
  .home-col-wide {
    width: 73.4615384615%;
    float: left;
  }
}

@media screen and (min-width: 1030px) {
  .home-col-narrow {
    width: 21.9230769231%;
    float: right;
    margin-top: 3em;
  }
}

/* work types
-----------------------------------------------------------------------*/
@media screen and (min-width: 600px) {
  .work-type {
    float: left;
    width: 47.1204188482%;
    margin-right: 5.7591623037%;
  }
}
.work-type .work-wrap {
  position: relative;
}
.work-type .work-wrap img {
  display: block;
}
.work-type .work-wrap h3 {
  text-transform: none;
  font-size: 1.9rem;
  position: absolute;
  background-color: white;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0.6em 0.9em 0 0;
  line-height: 1em;
}

@media screen and (min-width: 600px) {
  .work-type:nth-child(odd) {
    margin-right: 0;
  }
}

body.home .home-hero {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
body.home .home-hero img {
  display: block;
  width: 100%;
  height: auto;
}
body.home .home-hero h1 {
  padding: 5vw;
  font-size: 100%;
}
body.home .home-hero .scroll {
  display: none;
}
@media (min-width: 800px) {
  body.home header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  body.home .header-shim {
    height: 0;
  }
  body.home .home-hero {
    height: 100vh;
  }
  body.home .home-hero img {
    display: none;
  }
  body.home .home-hero h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    font-size: 130%;
    padding: 1em 5vw;
  }
  body.home .home-hero .scroll {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    font-size: 130%;
    padding: 1em 5vw;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease 0s;
    background: url("../images/arrow-down.svg") no-repeat 50% 90%;
    background-size: 50px 70px;
    padding-bottom: 60px;
    text-decoration: none;
    margin-bottom: 1em;
  }
  body.home .home-hero .scroll:hover, body.home .home-hero .scroll:focus {
    text-decoration: underline;
    background-position: 50% 100%;
  }
}
@media (min-width: 1200px) {
  body.home .home-hero h1 {
    font-size: 160%;
  }
}
@media (min-width: 1448px) {
  body.home .home-hero h1 {
    padding-left: calc((100vw - 1300px) / 2);
    padding-right: 2em;
  }
}

/***********************************************************************
Filename: _main_content.scss
Title: Main content
Author: Maraid Design
Client: SIGN
************************************************************************/
/* header in page
-----------------------------------------------------------------------*/
h1 {
  background-color: #fff;
  display: inline-block;
  margin: 0;
}
@media screen and (min-width: 1030px) {
  h1 {
    padding: 20px 35px 20px 0;
  }
}

@media screen and (min-width: 1030px) {
  main {
    position: relative;
    margin-top: -80px !important;
    overflow: visible !important;
  }
  main .wrap:first-child {
    overflow: visible !important;
  }
  main h1 {
    position: relative;
  }
  main h1::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: -65px;
    right: 100%;
    width: 50vw;
    height: 160px;
    background-color: #fff;
  }
}

.wide {
  margin-top: 20px;
}
@media screen and (min-width: 1030px) {
  .wide {
    margin-top: 0;
  }
}

body.home main {
  margin-top: 0 !important;
}
body.home main h1::before {
  display: none;
}

.blog main .wrap {
  overflow: hidden;
  font-size: 0.9rem;
}
@media screen and (min-width: 1030px) {
  .blog main .wrap {
    background: url("../images/shape-1.svg") no-repeat 90% 80% transparent;
    background-size: 200px 200px;
    font-size: 1.45rem;
  }
}

.page-id-16 main .wrap {
  overflow: hidden;
  font-size: 0.9rem;
}
@media screen and (min-width: 1030px) {
  .page-id-16 main .wrap {
    background: url("../images/shape-2.svg") no-repeat 90% 80% transparent;
    background-size: 200px 200px;
    font-size: 1.45rem;
  }
}

.extra {
  background: url("../images/square-blank.jpg") no-repeat -70px -70px;
}

/* breadcrumb
-----------------------------------------------------------------------*/
article ul.breadcrumb {
  color: #a2007a;
}
article ul.breadcrumb li {
  background: url("../images/chevron.svg") no-repeat 0 50% transparent !important;
  background-size: 12px 19px !important;
  display: inline;
  line-height: 1em;
  margin-right: 10px;
}
article ul.breadcrumb li:first-of-type {
  background: none !important;
  padding-left: 0;
}

.single-publication .resource-type {
  font-size: 1.2rem;
}

/***********************************************************************
Filename: _social.scss
Title: Social
Author: Maraid Design
Client: SIGN
************************************************************************/
/* twitter timeline
-----------------------------------------------------------------------*/
/*
.timeline-Tweet-retweetCredit {
	color: black !important;
	border: 2px solid red;
}

.SandboxRoot.env-bp-min .TweetAuthor-screenName {
	color: black !important;
}
*/
/***********************************************************************
Filename: _main_nav.scss
Title: Main nav
Author: Maraid Design
Client: SIGN
************************************************************************/
/* skip
-----------------------------------------------------------------------*/
nav.skip-nav ul {
  margin: 0;
  padding: 0;
}
nav.skip-nav a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  color: #a2007a;
}
nav.skip-nav a.skip-main:focus, nav.skip-nav a.skip-main:active {
  color: #fff;
  background-color: white;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: auto;
  padding: 10px;
  z-index: 999;
  color: #a2007a;
}

/* main nav
-----------------------------------------------------------------------*/
/***********************************************************************
Filename: _sub_nav.scss
Title: Sub nav and asides
Author: Maraid Design
Client: SIGN
************************************************************************/
#sidebar1, #categories-2 {
  background-color: #850167;
  margin-bottom: 40px;
  font-size: 1.9rem !important;
}
#sidebar1 a, #categories-2 a {
  color: #fff;
  text-decoration: none;
  padding: 19px 25px;
  line-height: 1em;
  display: block;
  transition: all 0.3s ease 0s;
}
#sidebar1 a:hover, #sidebar1 a:hover, #categories-2 a:hover, #categories-2 a:hover {
  color: #9aec80 !important;
}
#sidebar1 nav, #categories-2 nav {
  margin: 0;
}
#sidebar1 ul, #categories-2 ul {
  margin: 0;
}
#sidebar1 ul li, #categories-2 ul li {
  margin: 0;
}
#sidebar1 ul li.current_page_item li a, #categories-2 ul li.current_page_item li a {
  color: #fff;
}
#sidebar1 ul ul, #categories-2 ul ul {
  margin-top: 0;
  background-color: #a2007a;
}
#sidebar1 ul ul li, #categories-2 ul ul li {
  margin: 0;
}
#sidebar1 ul ul ul li, #categories-2 ul ul ul li {
  margin-left: 1em;
  background: url("../images/sub-nav.svg") no-repeat 0 50%;
  background-size: 30px 8px;
  padding: 0 25px 0 10px;
}

#categories-2 {
  background-color: #a2007a;
}
#categories-2 h2 {
  font-size: 1.9rem !important;
  background-color: #850167;
  padding: 19px 25px;
  line-height: 1em;
}

.single-project ul li.current_page_item a {
  color: #fff !important;
}
.single-project ul li.current_page_item li.current_page_item a {
  color: #9aec80 !important;
}

/*
.child-sidebar-menu .current_page_item a {
	color: $green !important;
}
*/
#sidebar2 {
  background-color: #000;
  padding: 20px;
  color: white;
}
#sidebar2 a {
  color: #fff;
}
#sidebar2 a:hover, #sidebar2 a:focus {
  color: #fff;
  text-decoration: none;
}
/*

#categories-2 {

	padding: 20px;
	margin-bottom: 20px;
}
*/
.widgettitle {
  margin: 0;
  color: #9aec80;
}

.widget ul {
  margin: 0;
}
.widget ul li {
  margin-bottom: 0.75em;
  /* deep nesting */
}
.widget ul li ul {
  margin-top: 0.75em;
}

aside.extra {
  background-color: #000;
  color: #fff;
  margin: 0 0 2em 0;
  padding: 30px 40px 40px 40px;
}
@media screen and (min-width: 1030px) {
  aside.extra {
    margin: 125px 0;
  }
}
aside.extra a {
  color: #fff;
  border: 9px solid #9aec80;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  background: url("../images/arrow.svg") no-repeat calc(100% - 20px) 50%;
  background-size: 22px 22px;
  transition: all 0.3s ease 0s;
}
aside.extra a:hover, aside.extra a:focus {
  text-decoration: none;
  background-color: #9aec80;
  color: #000;
  background-image: url("../images/arrow-black.svg");
  background-position: calc(100% - 10px);
}
aside.extra h2 {
  margin-top: 0;
  font-size: 1.9rem;
}
aside.extra img {
  display: block;
}
aside.extra p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 1030px) {
  .page-id-27 aside {
    margin-top: 0;
  }
}

aside #ctf .ctf-author-name {
  font-weight: normal !important;
}

aside #ctf .ctf-author-avatar {
  position: relative;
  top: 5px;
}

#inform svg path, #vr svg path {
  fill: #000;
  stroke: #000;
}

/*
aside.social {
	margin: 70px 0;
	h2 {
		background-color: $white;
		margin: 0;
		display: inline-block;
		padding: 15px 35px; 
		font-family: $body;
		font-size: $small-text;
	}
	.content {
		padding: 20px 35px; 
	}
}
*/
.grant-nav {
  top: 0;
}
.grant-nav h3 {
  text-transform: none;
  margin-bottom: 2em;
}
.grant-nav img {
  display: block;
}

/***********************************************************************
Filename: _slider.scss
Title: Slider
Author: Maraid Design
Client: SIGN
************************************************************************/
/*
http://responsiveslides.com/themes/themes.html
http://responsiveslides.com/with-captions/themes.html
*/
.slider {
  position: relative;
}

article ul#sliderpage {
  list-style-type: none;
  margin: 0 0 30px 0;
  position: relative;
}

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 0;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/arrows.png") no-repeat left top;
  background-position-x: left;
  background-position-y: top;
  margin-top: -45px;
  background-size: 76px 61px;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  text-align: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 10px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #2980b9;
  display: inline-block;
  _display: block;
  *display: block;
  width: 12px;
  height: 12px;
  opacity: 0.5;
}

.centered-btns_here a, .transparent-btns_here a, .large-btns_here a {
  background: red;
}

/*
.navcon {
	position: absolute;
	z-index: 3000;
}
*/
/***********************************************************************
Filename: _accordion.scss
Title: Accordion
Author: Maraid Design
Client: SIGN
************************************************************************/
.js-accordion {
  margin-top: 1em;
  display: block;
}

.acc-wrap {
  margin-top: 50px;
}

.js-accordion__panel[aria-hidden=true] {
  display: none;
}

.js-accordion__panel[role=tabpanel] .js-accordion__header {
  display: none;
}

button.js-accordion__header {
  display: block;
}

input[type=button]:hover {
  cursor: pointer;
}

.js-accordion__header[aria-expanded=true] {
  padding-left: 40px;
  background: url("../images/accordion-arrow-down.svg") 20px 50% no-repeat;
  background-size: 20px 20px;
}

.js-accordion__header[aria-expanded=false] {
  background: url("../images/accordion-arrow.svg") 20px 50% no-repeat;
  background-size: 20px 20px;
}

.js-accordion .js-accordion__header {
  background-color: #a2007a;
  padding: 20px;
  width: 100%;
  border: none;
  text-align: left;
  margin-bottom: 20px;
  font-family: "ModernEraExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  padding-left: 55px;
}
.js-accordion .js-accordion__header span {
  border-bottom: 2px solid #000;
}
.js-accordion .js-accordion__header:hover {
  cursor: pointer;
}
.js-accordion .js-accordion__panel {
  background-color: white;
  position: relative;
  padding: 1px 0;
}
.js-accordion .js-accordion__panel img {
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .js-accordion .js-accordion__panel img {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    width: 28%;
    margin-bottom: 1em;
    max-width: none;
  }
}
.js-accordion .js-accordion__panel h2 {
  margin: 0 !important;
  line-height: 1.2em;
  position: relative;
  top: -5px;
  font-size: 1.9rem;
  font-family: "ModernEraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 1030px) {
  .js-accordion .js-accordion__panel h2 {
    margin-bottom: 0.4em;
    margin-top: 0;
    position: relative;
    top: -5px;
  }
}
@media screen and (min-width: 768px) {
  .js-accordion .js-accordion__panel .text {
    float: right;
    width: 67%;
  }
}
.js-accordion .js-accordion__panel .text p:first-of-type {
  margin: 0;
}
.js-accordion .js-accordion__panel .text a {
  text-decoration: none;
  color: #000;
  border-bottom: 6px solid #a2007a;
}
.js-accordion .js-accordion__panel .text a:hover, .js-accordion .js-accordion__panel .text a:focus {
  border-bottom-color: #000;
}

.js-accordion {
  text-align: left;
}
.js-accordion .accordion__header {
  width: 100%;
  border: none;
  background-color: #2980b9;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  padding: 20px 60px;
  color: #fff;
}
.js-accordion .js-accordion__panel {
  position: relative;
  top: -20px;
  padding: 1em 0;
}

.animated-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  max-height: 100em;
  /* magic number for max-height = enough height */
  visibility: visible;
  transition-delay: 0s;
  margin: 0;
  padding: 0;
}

/* This is the hidden state */
[aria-hidden=true].animated-accordion__panel {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-delay: 1s, 0s, 0s;
  margin: 0;
  padding: 0;
  /*padding: 1em 0;*/
}

.js-accordion_content {
  top: -20px;
  padding: 1em 0;
}

/***********************************************************************
Filename: _flex.scss
Title: Flex
Author: Maraid Design
Client: SIGN
************************************************************************/
/*----Helpful links
https://www.youtube.com/watch?v=fYq5PXgSsbE
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
-------------------------*/
/*----Notes: 
Float, clear and vertical-align have no effect on a flex item.
-------------------------*/
/* Flexbox container basics
-----------------------------------------------------------------------*/
.flexbox-container {
  display: flex;
  gap: 20px 20px;
  /* row-gap column-gap */
  flex-wrap: wrap;
}

.flexbox-item {
  flex-grow: 1;
  /* 0 is default - 1 remaining space in the container will be distributed equally to all children */
}

/* flexbox-3 modules side by side 3 on desktop - multiple rows
-----------------------------------------------------------------------*/
ul.flexbox-3 {
  list-style-type: none;
  display: flex;
  row-gap: 40px;
  flex-wrap: wrap;
}
@media screen and (min-width: 481px) {
  ul.flexbox-3 {
    column-gap: 6%;
  }
}
@media screen and (min-width: 600px) {
  ul.flexbox-3 {
    column-gap: 4%;
    row-gap: 30px;
  }
}
ul.flexbox-3 li {
  padding: 0 !important;
  background-image: none !important;
}
@media screen and (min-width: 481px) {
  ul.flexbox-3 li {
    flex-basis: 47%;
  }
}
@media screen and (min-width: 600px) {
  ul.flexbox-3 li {
    flex-basis: 30.6666666667%;
  }
}
ul.flexbox-3 li img {
  display: block;
}
ul.flexbox-3 li h2, ul.flexbox-3 li h3 {
  font-size: 1.45rem;
}
/* modules 2 pics
-----------------------------------------------------------------------*/
.multiple-image.two-pictures ul {
  list-style-type: none;
  display: flex;
  row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .multiple-image.two-pictures ul {
    column-gap: 6%;
  }
}
.multiple-image.two-pictures ul li {
  padding: 0;
}
@media screen and (min-width: 600px) {
  .multiple-image.two-pictures ul li {
    flex-basis: 47%;
  }
}
.multiple-image.two-pictures ul img {
  display: block;
}

/* modules 3 pics
-----------------------------------------------------------------------*/
.multiple-image.three-pictures ul {
  list-style-type: none;
  display: flex;
  row-gap: 40px;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .multiple-image.three-pictures ul {
    column-gap: 6%;
  }
}
@media screen and (min-width: 1030px) {
  .multiple-image.three-pictures ul {
    column-gap: 2.9166666667%;
    row-gap: 30px;
  }
}
.multiple-image.three-pictures ul li {
  padding: 0;
  background-image: none;
}
@media screen and (min-width: 600px) {
  .multiple-image.three-pictures ul li {
    flex-basis: 47%;
  }
}
@media screen and (min-width: 1030px) {
  .multiple-image.three-pictures ul li {
    flex-basis: 31.3888888889%;
  }
}
.multiple-image.three-pictures ul li img {
  display: block;
}
/******************************************************************
Filename: _modules.scss
Title: Modules
Author: Maraid Design
Client: SIGN
******************************************************************/
.color-1 {
  background-color: #9aec80;
}
.color-1 .wrap {
  width: 95%;
}

.color-2 {
  background-color: #f8f9fa;
}
.color-2 .wrap {
  width: 95%;
}

.color-3 {
  background-color: #000;
}
.color-3 h2, .color-3 h3, .color-3 h4, .color-3 h5, .color-3 h6, .color-3 p, .color-3 a, .color-3 a:hover, .color-3 a:focus, .color-3 blockquote {
  color: white;
}
.color-3 .wrap {
  width: 95%;
}

.color-4 {
  background-color: #a2007a;
}
.color-4 h2, .color-4 h3, .color-4 h4, .color-4 h5, .color-4 h6, .color-4 p, .color-4 a, .color-4 a:hover, .color-4 a:focus, .color-4 blockquote {
  color: white;
}
.color-4 .wrap {
  width: 95%;
}

/* base info
-----------------------------------------------------------------------*/
.mod {
  padding: 1px 0;
  font-size: 80%;
  line-height: 1.4em;
}
.mod img {
  display: block;
}
.mod h2 {
  margin-top: 0;
  margin-bottom: 1em;
}

.mod:after {
  /*clear floated elements*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.margin_top {
  padding-top: 1.5em;
}
@media screen and (min-width: 1030px) {
  .margin_top {
    padding-top: 2em;
  }
}

.margin_bottom {
  padding-bottom: 1em;
}
@media screen and (min-width: 1030px) {
  .margin_bottom {
    padding-bottom: 1.5em;
  }
}

/* Rows of images
-----------------------------------------------------------------------*/
.single-image .wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1030px) {
  .two-pictures .wrap > div {
    width: 48.3333333333%;
    float: left;
    margin-right: 3.3333333333%;
  }
}
.two-pictures .wrap div:last-of-type {
  margin-right: 0;
}
.two-pictures .wrap div h2, .two-pictures .wrap div h3 {
  font-weight: normal;
}

@media screen and (min-width: 1030px) {
  .three-pictures .wrap > div {
    width: 31.3888888889%;
    float: left;
    margin-right: 2.9166666667%;
  }
}
.three-pictures .wrap div:last-of-type {
  margin-right: 0;
}
.three-pictures .wrap div h2, .three-pictures .wrap div h3 {
  font-weight: normal;
}
.three-pictures .wrap img {
  display: block;
}

/* video
-----------------------------------------------------------------------*/
.full-width-video .wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.full-width-video p:last-of-type {
  margin-bottom: 0;
}

/* Free text and other stuff
-----------------------------------------------------------------------*/
.text-panel .wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* quote
-----------------------------------------------------------------------*/
.quote-text {
  text-align: center;
}
.quote-text blockquote {
  border: none;
  margin: 0 auto;
  padding: 0;
}
.quote-text cite {
  display: block;
  margin-top: 2em;
  font-style: normal;
}

/* Third party
-----------------------------------------------------------------------*/
/***********************************************************************
Filename: _mailchimp.scss
Title: Mailchimp
Author: Maraid Design
************************************************************************/
/* x
-----------------------------------------------------------------------*/
#mc_embed_signup form {
  padding-left: 0 !important;
}

/* Print
-----------------------------------------------------------------------*/
@media print {
  /***********************************************************************
  Filename: _print.scss
  Title: Print
  Author: Maraid Design
  Client: SIGN
  ************************************************************************/
  /* to test print styles in chrome:

  	open inspect
  	go to '3 dots' menu 
  	choose more tools > rendering
  	click box for 'emulate css media' then choose 'print' from dropdown
  -----------------------------------------------------------------------*/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /*
   header img {
        filter: url(../images/logo.svg#negative) !important;
        -webkit-filter: invert(100%) !important;
        filter: invert(100%) !important;
    } 
  */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  a.button, p.link a, input[type=submit] {
    border: 2px solid #a2007a;
    padding: 10px !important;
    color: #a2007a;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img, .wp-caption {
    max-width: 500px !important;
  }

  .entry-content ul {
    list-style-type: circle;
  }
  .entry-content ul li {
    padding-left: 0;
  }

  .js-accordion__panel[aria-hidden=true] {
    display: block;
  }

  .js-accordion .js-accordion__header {
    border: 2px solid #000;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }

  input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
    border: 2px solid #000;
  }

  /* row1 image and text side by side
  -----------------------------------------------------------------------*/
  ul.modules-row1 li {
    margin-bottom: 1em;
  }
  ul.modules-row1 img {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    width: 33.052%;
    margin-bottom: 1em;
  }
  ul.modules-row1 h2 {
    margin-bottom: 0.4em;
    margin-top: 0;
    position: relative;
    top: -5px;
  }
  ul.modules-row1 .text {
    float: right;
    width: 64.135%;
  }

  /* row - modules side by side (1 row of 3 only)
  -----------------------------------------------------------------------*/
  ul.modules-row li {
    margin-bottom: 1em;
    width: 30.7%;
    margin-right: 3.8888888889%;
    float: left;
    margin-bottom: 0;
  }

  /* row - modules side by side (3 across) - margin of 40px
  -----------------------------------------------------------------------*/
  ul.modules-row3 {
    margin: 50px 0 0 0;
  }
  ul.modules-row3 li {
    width: 31.1111111%;
    margin-bottom: 20px;
    margin-right: 3.3333333333%;
    float: left;
  }
  ul.modules-row3 li:nth-child(3n+3) {
    margin-right: 0;
  }
  ul.modules-row3 li:nth-child(3n+1) {
    clear: both;
  }

  /* row - modules side by side (4 across)
  -----------------------------------------------------------------------*/
  ul.modules-row4 li {
    width: 22.5%;
    margin-right: 3.3333333333%;
    float: left;
  }
  ul.modules-row4 li:nth-child(4n+4) {
    margin-right: 0;
  }
  ul.modules-row4 li:nth-child(4n+1) {
    clear: both;
  }

  /* home and other pages
  -----------------------------------------------------------------------*/
  body.home header {
    position: relative;
  }

  body.home .home-hero {
    height: auto;
  }
  body.home .home-hero h1 {
    position: relative;
  }

  .header.fixed, #arrow, img.feature, aside.extra {
    display: none;
  }

  .work-type .work-wrap h3, ul.modules-row2 h2 {
    position: relative;
  }

  .main-col article {
    font-size: 1.45rem;
  }
}

/*# sourceMappingURL=style.css.map */
