/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

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

/* Base Padding for Rows */
/* Base percentage For All Columns */
/* Sets Base Column Padding */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0%;
  padding-right: 0%;
}

/* Centers a column in a row*/
.row.centered-cols {
  justify-content: center;
}

/* Sets XS Default Padding Between Columns */
.col {
  padding: 0 12px;
}

/* Removes padding in Nested Rows */
.row .row {
  padding-left: 0%;
  padding-right: 0%;
}

.row .col .row {
  margin-left: -12px;
  margin-right: -12px;
}

.row .row .row {
  margin-left: 0%;
  margin-right: 0%;
}

/* STANDARD WIDTHS */
.col-quarter {
  width: 25%;
}

.col-third {
  width: 33.3339%;
}

.col-half {
  width: 50%;
}

.col-full {
  width: 100%;
}

/* Screen Widths up to 480px; */
.col-1-xs {
  width: 8.3334%;
}

.col-2-xs {
  width: 16.6668%;
}

.col-3-xs {
  width: 25.0002%;
}

.col-4-xs {
  width: 33.3336%;
}

.col-5-xs {
  width: 41.667%;
}

.col-6-xs {
  width: 50.0004%;
}

.col-7-xs {
  width: 58.3338%;
}

.col-8-xs {
  width: 66.6672%;
}

.col-9-xs {
  width: 75.0006%;
}

.col-10-xs {
  width: 83.334%;
}

.col-11-xs {
  width: 91.6674%;
}

.col-12-xs {
  width: 100.0008%;
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /* Screen Widths Over 992px; */
  .col-1-sm {
    width: 8.3334%;
  }
  .col-2-sm {
    width: 16.6668%;
  }
  .col-3-sm {
    width: 25.0002%;
  }
  .col-4-sm {
    width: 33.3336%;
  }
  .col-5-sm {
    width: 41.667%;
  }
  .col-6-sm {
    width: 50.0004%;
  }
  .col-7-sm {
    width: 58.3338%;
  }
  .col-8-sm {
    width: 66.6672%;
  }
  .col-9-sm {
    width: 75.0006%;
  }
  .col-10-sm {
    width: 83.334%;
  }
  .col-11-sm {
    width: 91.6674%;
  }
  .col-12-sm {
    width: 100.0008%;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .row {
    /* Add a side padding on larger screens */
    padding-left: 12%;
    padding-right: 12%;
  }
  /* Screen Widths Over 992px; */
  .col-1-md {
    width: 8.3334%;
  }
  .col-2-md {
    width: 16.6668%;
  }
  .col-3-md {
    width: 25.0002%;
  }
  .col-4-md {
    width: 33.3336%;
  }
  .col-5-md {
    width: 41.667%;
  }
  .col-6-md {
    width: 50.0004%;
  }
  .col-7-md {
    width: 58.3338%;
  }
  .col-8-md {
    width: 66.6672%;
  }
  .col-9-md {
    width: 75.0006%;
  }
  .col-10-md {
    width: 83.334%;
  }
  .col-11-md {
    width: 91.6674%;
  }
  .col-12-md {
    width: 100.0008%;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /* Screen Widths Over 1200px; */
  .col-1-lg {
    width: 8.3334%;
  }
  .col-2-lg {
    width: 16.6668%;
  }
  .col-3-lg {
    width: 25.0002%;
  }
  .col-4-lg {
    width: 33.3336%;
  }
  .col-5-lg {
    width: 41.667%;
  }
  .col-6-lg {
    width: 50.0004%;
  }
  .col-7-lg {
    width: 58.3338%;
  }
  .col-8-lg {
    width: 66.6672%;
  }
  .col-9-lg {
    width: 75.0006%;
  }
  .col-10-lg {
    width: 83.334%;
  }
  .col-11-lg {
    width: 91.6674%;
  }
  .col-12-lg {
    width: 100.0008%;
  }
}

.the404 {
  text-align: center;
}

.the404 .errorOne {
  font-size: 4em;
  font-weight: bold;
  text-shadow: 2px 2px 0px #ffe928;
  color: #3BDDFF;
}

.the404 .errorTwo {
  font-size: 2em;
  font-weight: bold;
  color: #ED1968;
}

@media only screen and (min-width: 48em) {
  .the404 {
    text-align: center;
  }
  .the404 .errorOne {
    font-size: 7em;
    font-weight: bold;
    text-shadow: 2px 2px 0px #ffe928;
    color: #3BDDFF;
  }
  .the404 .errorTwo {
    font-size: 3em;
    font-weight: bold;
    color: #ED1968;
  }
}

/* Brand colours from simpleicons.org */
/* IN USE */
.facebook-link {
  fill: #3B5998;
}

.twitter-link {
  fill: #1DA1F2;
}

.youtube-link {
  fill: #CD201F;
}

.instagram-link {
  fill: #E4405F;
}

.snapchat-link {
  fill: #FFFC00;
}

/* NOT IN USE */
/*
$color-brand-500px:               #0099E5;
$color-brand-acm:                 #0085CA;
$color-brand-aboutme:             #044A75;
$color-brand-air:                 #FF2D55;
$color-brand-airbnb:              #FF5A5F;
$color-brand-amazon:              #FF9900;
$color-brand-americanexpress:     #2E77BC;
$color-brand-android:             #A4C639;
$color-brand-appnet:              #3A393C;
$color-brand-apple:               #999999;
$color-brand-asana:               #273347;
$color-brand-automatic:           #7D8084;
$color-brand-baidu:               #2319DC;
$color-brand-bandcamp:            #408294;
$color-brand-basecamp:            #66CC66;
$color-brand-bathasu:             #00A3E0;
$color-brand-bebo:                #DE484A;
$color-brand-behance:             #1769FF;
$color-brand-bigcartel:           #222222;
$color-brand-bing:                #008373;
$color-brand-bitbucket:           #205081;
$color-brand-bitcoin:             #F7931A;
$color-brand-bitly:               #EE6123;
$color-brand-blogger:             #F38936;
$color-brand-bootstrap:           #563D7C;
$color-brand-brandai:             #0AA0FF;
$color-brand-buffer:              #323B43;
$color-brand-buzzfeed:            #EE3322;
$color-brand-csswizardry:         #F43059;
$color-brand-cakephp:             #D33C43;
$color-brand-campaignmonitor:     #19A9E5;
$color-brand-circleci:            #343434;
$color-brand-coop:                #00A1CC;
$color-brand-codeschool:          #4CADC0;
$color-brand-codepen:             #000000;
$color-brand-codecademy:          #204056;
$color-brand-codeforces:          #1F8ACB;
$color-brand-coderwall:           #3E8DCC;
$color-brand-codio:               #4574E0;
$color-brand-compropago:          #00AAEF;
$color-brand-conekta:             #414959;
$color-brand-coursera:            #757575;
$color-brand-dailymotion:         #0066DC;
$color-brand-deezer:              #00C7F2;
$color-brand-delicious:           #3399FF;
$color-brand-designernews:        #2D72D9;
$color-brand-deviantart:          #05CC47;
$color-brand-diaspora:            #000000;
$color-brand-digg:                #000000;
$color-brand-digitalocean:        #0080FF;
$color-brand-discord:             #7289DA;
$color-brand-disqus:              #2E9FFF;
$color-brand-docker:              #1488C6;
$color-brand-draugiemlv:          #FF6600;
$color-brand-dribbble:            #EA4C89;
$color-brand-dropbox:             #007EE5;
$color-brand-drupal:              #0678BE;
$color-brand-ello:                #000000;
$color-brand-empirekred:          #72BE50;
$color-brand-ethereum:            #3C3C3D;
$color-brand-etsy:                #F45800;
$color-brand-eventstore:          #5AB552;
$color-brand-eventbrite:          #F6682F;
$color-brand-evernote:            #2DBE60;
$color-brand-everplaces:          #FA4B32;

$color-brand-feedly:              #6CC655;
$color-brand-fitbit:              #00B0B9;
$color-brand-flickr:              #0063DC;
$color-brand-flipboard:           #E12828;
$color-brand-foursquare:          #F94877;
$color-brand-govuk:               #005EA5;
$color-brand-gauges:              #339966;
$color-brand-geeklist:            #8CC63F;
$color-brand-geocaching:          #467126;
$color-brand-ghost:               #718087;
$color-brand-git:                 #F14E32;
$color-brand-github:              #181717;
$color-brand-gitlab:              #E24329;
$color-brand-gitter:              #FF0064;
$color-brand-glassdoor:           #7CB228;
$color-brand-goldenline:          #FBBF00;
$color-brand-goodreads:           #663300;
$color-brand-google:              #4285F4;
$color-brand-googleanalytics:     #FFC107;
$color-brand-googledrive:         #4386FC;
$color-brand-googlehangouts:      #0C9D58;
$color-brand-googleplay:          #607D8B;
$color-brand-googleplus:          #DC4E41;
$color-brand-gratipay:            #663300;
$color-brand-grav:                #221E1F;
$color-brand-gravatar:            #1E8CBE;
$color-brand-gulp:                #DA4648;
$color-brand-gumtree:             #72EF36;
$color-brand-html5:               #E34F26;
$color-brand-hackerrank:          #2EC866;
$color-brand-hatenabookmark:      #00A4DE;
$color-brand-heroku:              #430098;
$color-brand-hipchat:             #205281;
$color-brand-hootsuite:           #000000;
$color-brand-houzz:               #7AC142;
$color-brand-hulu:                #66AA33;
$color-brand-imdb:                #E6B91E;
$color-brand-invision:            #FF3366;
$color-brand-instacart:           #43B02A;
$color-brand-instagram:           #E4405F;
$color-brand-instapaper:          #1F1F1F;
$color-brand-intercom:            #1F8DED;
$color-brand-jsfiddle:            #4679A4;
$color-brand-json:                #000000;
$color-brand-javascript:          #F7DF1E;
$color-brand-jekyll:              #CC0000;
$color-brand-jenkins:             #D24939;
$color-brand-joomla:              #5091CD;
$color-brand-justgiving:          #AD29B6;
$color-brand-kaggle:              #20BEFF;
$color-brand-khanacademy:         #9DB63B;
$color-brand-kickstarter:         #2BDE73;
$color-brand-kik:                 #82BC23;
$color-brand-kirby:               #FF0100;
$color-brand-klout:               #E44600;
$color-brand-koding:              #00B057;
$color-brand-lanyrd:              #3C80CA;
$color-brand-laravel:             #E74430;
$color-brand-lastfm:              #D51007;
$color-brand-launchpad:           #F8C300;
$color-brand-line:                #00C300;
$color-brand-linkedin:            #0077B5;
$color-brand-linuxfoundation:     #009BEE;
$color-brand-livejournal:         #00B0EA;
$color-brand-livestream:          #CF202E;
$color-brand-macys:               #E11A2B;
$color-brand-magento:             #EE672F;
$color-brand-mailchimp:           #2C9AB7;
$color-brand-makerbot:            #FF1E0D;
$color-brand-mastercard:          #EB001B;
$color-brand-matternet:           #261C29;
$color-brand-mediatemple:         #000000;
$color-brand-medium:              #00AB6B;
$color-brand-meetup:              #E2373C;
$color-brand-messenger:           #0084FF;
$color-brand-microgenetics:       #FF0000;
$color-brand-microsoft:           #666666;
$color-brand-microsoftaccess:     #BA141A;
$color-brand-microsoftexcel:      #217346;
$color-brand-microsoftonenote:    #80397B;
$color-brand-microsoftoutlook:    #0072C6;
$color-brand-microsoftpowerpoint: #D24726;
$color-brand-microsoftword:       #2B579A;
$color-brand-minecraft:           #62B74A;
$color-brand-minutemailer:        #3ABFE6;
$color-brand-mixcloud:            #314359;
$color-brand-monero:              #FF6600;
$color-brand-monkeytie:           #FFC619;
$color-brand-monogram:            #FDB22A;
$color-brand-moo:                 #00945E;
$color-brand-myspace:             #030303;
$color-brand-netflix:             #E50914;
$color-brand-nintendo:            #8F8F8F;
$color-brand-ovh:                 #123F6D;
$color-brand-oculus:              #1C1E20;
$color-brand-odnoklassniki:       #F4731C;
$color-brand-onedrive:            #094AB2;
$color-brand-opera:               #FF1B2D;
$color-brand-overcast:            #FC7E0F;
$color-brand-patreon:             #E6461A;
$color-brand-paypal:              #00457C;
$color-brand-periscope:           #40A4C4;
$color-brand-pingdom:             #FFF000;
$color-brand-pingup:              #00B1AB;
$color-brand-pinterest:           #BD081C;
$color-brand-playstation:         #000000;
$color-brand-playerme:            #C0379A;
$color-brand-pocket:              #EF3F56;
$color-brand-podcasts:            #9933CC;
$color-brand-producthunt:         #DA552F;
$color-brand-protoio:             #34A7C1;
$color-brand-quantopian:          #C50000;
$color-brand-quora:               #B92B27;
$color-brand-rss:                 #FFA500;
$color-brand-raspberrypi:         #C7053D;
$color-brand-rdio:                #008FD5;
$color-brand-react:               #00D8FF;
$color-brand-readthedocs:         #8CA1AF;
$color-brand-readability:         #990000;
$color-brand-reddit:              #FF4500;
$color-brand-reverbnation:        #E43526;
$color-brand-ruby:                #CC342D;
$color-brand-runkeeper:           #2DC9D7;
$color-brand-sass:                #CC6699;
$color-brand-saucelabs:           #EC4047;
$color-brand-scribd:              #1A7BBA;
$color-brand-sega:                #0089CF;
$color-brand-sellfy:              #21B352;
$color-brand-sentiayoga:          #4CAF50;
$color-brand-sentry:              #FB4226;
$color-brand-serverfault:         #E7282D;
$color-brand-shopify:             #7AB55C;
$color-brand-simpleicons:         #111111;
$color-brand-sinaweibo:           #E6162D;
$color-brand-sitepoint:           #258AAF;
$color-brand-skyliner:            #2FCEA0;
$color-brand-skype:               #00AFF0;
$color-brand-slack:               #56B68B;
$color-brand-slashdot:            #026664;
$color-brand-slides:              #E4637C;
$color-brand-smashingmagazine:    #E85C33;

$color-brand-songkick:            #F80046;
$color-brand-soundcloud:          #FF3300;
$color-brand-speakerdeck:         #339966;
$color-brand-spotify:             #1ED760;
$color-brand-spotlight:           #352A71;
$color-brand-spreaker:            #F5C300;
$color-brand-squarespace:         #000000;
$color-brand-stackexchange:       #1E5397;
$color-brand-stackoverflow:       #FE7A16;
$color-brand-statamic:            #1F3641;
$color-brand-steam:               #000000;
$color-brand-stitcher:            #000000;
$color-brand-storify:             #3A98D9;
$color-brand-stripe:              #008CDD;
$color-brand-stubhub:             #003168;
$color-brand-stumbleupon:         #EB4924;
$color-brand-styleshare:          #231F20;
$color-brand-subversion:          #809CC9;
$color-brand-superuser:           #2EACE3;
$color-brand-swarm:               #FBB631;
$color-brand-ted:                 #E62B1E;
$color-brand-teespring:           #39ACE6;
$color-brand-telegram:            #2CA5E0;
$color-brand-tesla:               #CC0000;
$color-brand-tinder:              #FF6B6B;
$color-brand-toggl:               #C5000B;
$color-brand-topcoder:            #29A8E0;
$color-brand-toptal:              #3863A0;
$color-brand-trakt:               #ED1C24;
$color-brand-travisci:            #39A85B;
$color-brand-treehouse:           #5FCF80;
$color-brand-trello:              #0079BF;
$color-brand-tripadvisor:         #589442;
$color-brand-trulia:              #53B50A;
$color-brand-tumblr:              #36465D;
$color-brand-twilio:              #E12127;
$color-brand-twitch:              #6441A5;

$color-brand-twoo:                #FF7102;
$color-brand-uber:                #000000;
$color-brand-ubuntu:              #DD4814;
$color-brand-udacity:             #01B3E3;
$color-brand-vk:                  #6383A8;
$color-brand-viadeo:              #F88D2D;
$color-brand-viber:               #7C529E;
$color-brand-vimeo:               #1AB7EA;
$color-brand-vine:                #11B48A;
$color-brand-virb:                #0093DA;
$color-brand-visa:                #142787;
$color-brand-vuejs:               #4FC08D;
$color-brand-wechat:              #7BB32E;
$color-brand-whatsapp:            #25D366;
$color-brand-wikipedia:           #000000;
$color-brand-windows:             #0078D6;
$color-brand-wire:                #000000;
$color-brand-wix:                 #FFC233;
$color-brand-wordpress:           #21759B;
$color-brand-xbox:                #107C10;
$color-brand-xero:                #13B5EA;
$color-brand-xing:                #005A5F;
$color-brand-yahoo:               #440099;
$color-brand-yammer:              #0072C6;
$color-brand-yelp:                #C41200;

$color-brand-zapier:              #FF4A00;
$color-brand-zendesk:             #03363D;
$color-brand-zerply:              #9DBC7A;
$color-brand-zillow:              #0074E4;
$color-brand-ebay:                #E53238;
$color-brand-freecodecamp:        #006600;
$color-brand-ifixit:              #0071CE;
*/
body {
  font-family: "Montserrat", sans-serif;
}

.button {
  text-decoration: none;
  /*background: #ED1968;*/
  margin: 0 0 0 0;
  font-weight: bold;
  display: block;
  /*width: 100%;*/
  text-align: right;
  background-color: none;
  border: none;
  background: none;
  border-style: solid;
  border-width: .2em;
  padding: 8px 12px;
  border-radius: .1em;
}

.button span {
  background: -webkit-linear-gradient(#3BDDFF, #31d3f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

html {
  height: 100%;
  background-color: #111111;
  background-image: url("../img/page-background.png");
  background-repeat: repeat;
}

body {
  /*background: $darkest;*/
  position: relative;
  min-height: 100%;
  height: 100vh;
}

.sub-page {
  margin-top: 2em;
}

.sub-page a {
  transition: color 100ms ease;
}

.sub-page a:hover {
  color: #fff;
  transition: color 200ms ease;
}

.sub-page h2 {
  font-weight: 500;
  line-height: 1.25em;
  background: #FAB041;
  background: linear-gradient(to top left, #FAB041 0%, #F8664F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.parking-location {
  color: #fff;
  font-size: 1.3em;
}

.mobile-hero {
  position: relative;
  min-height: 100%;
  height: 100vh;
}

#mobile-hero-video {
  object-fit: cover;
  object-align: center center; /* default, anchor to center of video */
  width: 100vw;
  height: 100vh;
  left: -17px;
  z-index: -1;
}

.mobile-hero video {
  position: absolute;
  height: 100% vh;
}

.collapse {
  padding-right: 0px;
  padding-left: 0px;
}

img {
  margin-bottom: 1em;
  border: 1px solid #333;
}

hr {
  margin-bottom: 2em;
  border-color: #333;
}

ul {
  color: #eee;
  font-weight: 300;
}

@media only screen and (min-width: 48em) {
  .sub-page {
    margin-top: 6em;
  }


  #desktop-hero-video {
    width: calc(100vw - 17px);
  }

  .desktop-hero-content {
    position: absolute;
    top: 1vh;
    z-index: 1;
    text-align: center;
  }

  p {
    font-size: 1.3em;
  }
  .collapse:nth-child(1) {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -8px;
  }
  .collapse:nth-child(2), .collapse:nth-child(3) {
    padding-left: 8px;
    padding-right: 8px;
  }
  .collapse:nth-child(4) {
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 8px;
  }
  ul {
    font-size: 1.3em;
  }
}

header {
  background-color: #111111;
  color: #eee;
  margin-bottom: 0;
  height: 2.25rem;
  line-height: 2.25rem;
  font-weight: normal;
  border-bottom: 4px solid #eee;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}

.logo img {
  width: 90px;
  border: none;
  margin-top: 0em;
  margin-bottom: 0;
}

.top-bar {
  z-index: 1000;
  background-color: #111111;
  border-bottom: 2px solid #3BDDFF;
  padding-right: 6px;
  padding-left: 6px;
}

@-moz-keyframes slidein {
  0% {
    opacity: 0;
    top: -320px;
  }
  100% {
    opacity: 1;
    top: 36px;
  }
}

@-webkit-keyframes slidein {
  0% {
    opacity: 0;
    top: -320px;
  }
  100% {
    opacity: 1;
    top: 36px;
  }
}

.mobile-global-nav-modal-hidden {
  z-index: 50;
  font-family: "Montserrat", sans-serif;
  position: fixed;
  width: 100%;
  top: -600px;
}

.mobile-global-nav-modal {
  z-index: -50;
  font-family: "Montserrat", sans-serif;
  position: fixed;
  width: 100%;
  -moz-animation: slidein .25s ease-out;
  -webkit-animation: slidein .25s ease-out;
  top: 36px;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
}

.mobile-global-nav-modal ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.mobile-global-nav-modal a {
  display: block;
  width: 100%;
  font-size: 1em;
  color: #eee;
  text-transform: uppercase;
}

.mobile-global-nav-modal li {
  text-align: right;
  border-bottom: 1px solid #1b1b1b;
  padding-right: 1rem;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
  background: #111111;
  list-style-type: none;
  text-transform: uppercase;
  padding-top: .1em;
  padding-bottom: .1em;
}

.mobile-global-nav-modal li:hover {
  background: #46256a;
  color: #fff;
}

.mobile-global-nav-modal li:hover a {
  color: #fff;
}

.mobile-global-nav-modal .weeklyMobileNavLink a {
  color: #fff;
}

.mobile-global-nav {
  display: inline;
}

.mobile-global-nav .global-nav {
  font-family: "Montserrat", sans-serif;
  float: right;
  font-weight: 900;
}

.mobile-global-nav .global-nav a, .mobile-global-nav .global-nav span {
  color: #fff;
}

.full-global-nav {
  display: none;
}

.global-nav a {
  color: #eee;
  background-color: none;
  transition: background-color 300ms ease;
}

.global-nav a:hover, .global-nav a:active, .global-nav a:focus {
  background-color: #46256a;
  transition:background-color 200ms ease;
}

@media only screen and (min-width: 48em) {
  header {
    height: 4.25rem;
  }
  header span {
    display: inline;
  }
  header .logo img {
    width: 90px;
    border: none;
    margin-top: 0em;
    margin-bottom: .5em;
  }
  .global-nav, .weekly-nav {
    display: inline;
    position: relative;
    float: right;
    right: 18px;
    font-family: "Montserrat", sans-serif;
  }
  .global-nav a, .weekly-nav a {
    margin-left: 1em;
  }
  .weekly-nav {
    margin-top: -.75em;
  }
  .weekly-nav a {
    color: #eee;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
  }
  .weekly-nav a:hover, .weekly-nav a:active, .weekly-nav a:focus {
    background-color: #46256a;
    transition: color 200ms ease;
    -webkit-transition: color 200ms ease;
  }
  .mobile-global-nav {
    display: none;
  }
  .full-global-nav {
    display: block;
    padding-left: 12px;
  }
  .full-global-nav .logo {
    display: block;
    position: absolute;
    padding-top: 1em;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  border: 1px solid #333;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
}

a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

p {
  color: #eee;
  margin-top: 0em;
  margin-bottom: 1em;
  padding: 0;
  font-weight: 300;
  line-height: 1.5em;
}

p strong {
  /* color: #ED1968; */
  font-weight: 600;
}

p a {
  font-weight: 300;
  text-decoration: underline;
}

/*
main {

  background: url("../img/hero.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/
.mobile-social {
  display: block;
  text-align: center;
  margin-top: 2em;
  z-index: 100;
}

.mobile-social a {
  color: #eee;
  padding: 0 1em;
  text-shadow: 3px 3px 3px #333;
  line-height: 2em;
  text-decoration: none;
}

.mobile-social a:hover {
  color: #3BDDFF;
}

.hero-image {
  padding-bottom: 0em;
  /* padding-top: 5vh; */
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
  /* height: 100vh; */
}

.hero-image span {
  display: block;
  margin-top: 2em;
  padding: .5em 0;
  text-align: center;
  font-size: 3rem;
  font-weight: 100;
  line-height: 3.5rem;
  position: relative;

font-weight: bold;

}

.hero-image .button {
  border: 2px solid #eee;
  /* box-shadow: 4px 4px 0px #ffe928; */
  /* background-color: #ED1968; */
  color: #eee;
  opacity: .90;
  margin: 1em 0;
  -webkit-transition: color 200ms ease-in, background-color 200ms ease-in, box-shadow 200ms ease-in;
  transition: color 200ms ease-in, background-color 200ms ease-in, box-shadow 200ms ease-in;
}

.hero-image .button:hover, .hero-image .button:focus, .hero-image .button:active {
  color: #eee;
  background-color: #46256a;
  /* box-shadow: 4px 4px 0px #3BDDFF; */
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out, box-shadow 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out, box-shadow 300ms ease-out;
}

.full-hero {
  display: none;
}

.page-section {
  border-bottom: 2px solid #fff;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.page-section .page-section-nav {
  text-align: center;
}

.page-section .standard-button {
  /*display: inline-block;
   width: 50%; */
  margin-top: 1em;
  border: 3px solid #fff;
  color: #fff;
  background-color: none;
  border-radius: .1em;
  padding: .5em .6em;
  -webkit-transition: background-color, 300ms;
  transition: background-color, 300ms;
}

.page-section .standard-button:hover, .page-section .standard-button:focus, .page-section .standard-button:active {
  background-color: #46256a;
  -webkit-transition: background-color, 300ms;
  transition: background-color, 300ms;
}

.page-section h3 {
  color: #fff;
  margin-bottom: 0;
  background: #FAB041;
  background: linear-gradient(to top left, #FAB041 0%, #F8664F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-section-header {
  display: block;
  width: 100%;
  color: #eee;

  font-size: 2em;
  line-height: 1em;
  background: #FAB041;
  background: linear-gradient(to top left, #FAB041 0%, #F8664F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-section-sub-header {
  display: block;
  width: 100%;
  color: #eee;
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: .25em;
  margin-top: 1.5em;
}

.weekly-page-side-bar-scection .page-section-sub-header {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: .25em;
}

.weekly-page-side-bar-scection .page-section-sub-header:nth-child(1) {
  margin-top: 0;
}

.home-page-event {
  text-align: left;
}

.home-page-event-content {
  padding-bottom: 1.75em;
}

.home-page-event-content h3 {
  font-size: 1.5em;
  margin: 0 0 0 0;
  padding-top: 0;
  padding-bottom: .25em;
  background: #FAB041;
  background: linear-gradient(to top left, #FAB041 0%, #F8664F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-page-event-content h3 .weekly-name, .home-page-event-content h3 .event-name {
  color: #eee;
  font-variant: small-caps;
  font-weight: 900;
  font-size: .90em;
  background: #FAB041;
  background: linear-gradient(to top left, #FAB041 0%, #F8664F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-page-event-content h3 .weekly-day, .home-page-event-content h3 .event-day {
  color: #eee;
  background: #FAB041;
  background: linear-gradient(to top left, #FAB041 0%, #F8664F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-page-event-content h3 .event-day {
  font-size: .75em;
  background: #FAB041;
  background: linear-gradient(to top left, #FAB041 0%, #F8664F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-page-event-content .home-page-weekly-link {
  float: right;
  border: 3px solid #fff;
  color: #fff;
  border-radius: .1em;
  padding: .3em .6em;
  -webkit-transition: color 200ms, border 300ms, background-color 300ms;
  transition: color 200ms, border 300ms, background-color 300ms;
  margin-bottom: 2em;
}

.home-page-event-content .home-page-weekly-link:hover {
  background-color: #46256a;
  border: 3px solid #eee;
  color: #fff;
  -webkit-transition: color 200ms, border 300ms, background-color 300ms;
  transition: color 200ms, border 300ms, background-color 300ms;
}

.home-page-event-content .special-event-date {
  color: #eee;
}

.home-page-event-content img {
  border: 1px solid #333;
  margin-bottom: .5em;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
}

.home-page-event-content .button, .home-page-event-content button {
  margin-top: 8px;
  background: none;
  color: #ffe928;
  border-color: #3BDDFF;
  font-weight: 900;
  text-align: center;
  -webkit-transition: color 200ms, border-color 300ms;
  transition: color 200ms, border-color 300ms;
}

.home-page-event-content .button:hover, .home-page-event-content .button:focus, .home-page-event-content .button:active, .home-page-event-content button:hover, .home-page-event-content button:focus, .home-page-event-content button:active {
  color: #fff;
  border-color: #46256a;
  -webkit-transition: color 200ms, border-color 300ms;
  transition: color 200ms, border-color 300ms;
}

.home-page-event-content .event-nav {
  text-align: center;
}

.home-page-event-content .event-nav a {
  color: #fff;
  font-size: .75em;
  padding: .5em 0;
  background: none;
  border: 3px solid #fff;
  -webkit-transition: background 200ms;
  transition: background 200ms;
}

.home-page-event-content .event-nav a:nth-child(1) {
  border-right: 1.5px solid #fff;
  border-top-left-radius: .1em;
  border-bottom-left-radius: .1em;
}

.home-page-event-content .event-nav a:nth-child(2) {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

.home-page-event-content .event-nav a:nth-last-child(1) {
  border-left: 1.5px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: .2em;
  border-bottom-right-radius: .2em;
}

.home-page-event-content .event-nav a:hover {
  padding: .5em 0;
  background: #46256a;
  -webkit-transition: background 200ms;
  transition: background 200ms;
}

@media only screen and (min-width: 48em) {
  .mobile-hero, .home-page-event-vip-button {
    display: none;
  }
  .full-hero {
    display: block;
    padding-right: 0;
    margin-right: 0;

  }
  .full-hero span {
    border: none;
    margin-top: 24vh;
    font-size: 6vw;
    line-height: 6vw;
  }
  .full-hero .button {
    /* background: #ED1968; */
    text-align: center;
    margin: 0.5em;
  }
  .full-hero .full-social {
    margin-top: 4em;
    font-weight: bold;
  }
  .full-hero .full-social a {
    color: #eee;
    padding: 0 1em;
    text-shadow: 3px 3px 3px #333;
    transition: background-color 200ms ease-out;
  }
  .full-hero .full-social a:hover {
   background-color: #46256a;
  transition: background-color 200ms ease-out;
  }
  .page-section {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

footer {
  background-color: #111111;
  color: #eee;
  margin-bottom: 0;
  padding-top: 2em;
  text-transform: uppercase;
  width: 100%;
}

footer address {
  font-style: normal;
}

footer address .name {
  color: #fff;
}

footer ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 1em;
}

footer a {
  color: #fff;
  transition: color 100ms ease;
}

footer a:hover {
  color: #fff;
  transition: color 200ms ease;
}

.past-events-date {
  color: #ED1968;
}

#pastEventsList {
  margin-bottom: 3em;
}

#pastEventsList a {
  color: #3BDDFF;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}

#pastEventsList a:hover {
  color: #ffe928;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

#pastEventsList .past-events-event {
  line-height: 1.75em;
}

.special-event-date {
  color: #ED1968;
}

.special-event-name {
  color: #eee;
  margin-top: 0;
  margin-bottom: 0;
  font-variant: small-caps;
}

.special-event-img {
  border: 1px solid #333;
  margin-top: -.5em;
}

.special-event-desc {
  color: #eee;
}

.special-event-desc span {
  border-bottom: 2px solid #ED1968;
  display: block;
  margin: 1em 0;
  line-height: 0;
}

.special-event-cover {
  color: #eee;
}

#specialEventPageContent h3 {
  color: #ED1968;
  line-height: 1em;
  margin: 0;
  font-weight: 500;
}

#specialEventPageContent {
  margin-top: 2em;
  margin-bottom: 3em;
}

#specialEventPageContent .event-nav {
  text-align: center;
  margin-bottom: 1em;
}

#specialEventPageContent .event-nav a {
  color: #ffe928;
  font-size: 1em;
  padding: .5em 0;
  background: none;
  border: 3px solid #3BDDFF;
  -webkit-transition: background 200ms;
  transition: background 200ms;
}

#specialEventPageContent .event-nav a:nth-child(1) {
  border-right: 2px solid #3BDDFF;
  border-top-left-radius: .1em;
  border-bottom-left-radius: .1em;
}

#specialEventPageContent .event-nav a:nth-child(2) {
  border-right: 2px solid #3BDDFF;
  border-left: 2px solid #3BDDFF;
}

#specialEventPageContent .event-nav a:nth-last-child(1) {
  border-left: 2px solid #3BDDFF;
  border-right: 3px solid #3BDDFF;
  border-top-right-radius: .2em;
  border-bottom-right-radius: .2em;
}

#specialEventPageContent .event-nav a:hover {
  padding: .5em 0;
  background: #ED1968;
  -webkit-transition: background 200ms;
  transition: background 200ms;
}

.weekly-page-side-bar-scection {
  border-bottom: 2px solid #fff;
  margin-bottom: 1.5em;
  padding-bottom: .5em;
}

.weekly-page-side-bar-scection h2 {
  padding-bottom: .25em;
  background: #FAB041;
  background: linear-gradient(to top left, #FAB041 0%, #F8664F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.weekly-page-side-bar-scection a {
  display: block;
  margin-bottom: .75em;
  transition: color 100ms ease;
}

.weekly-page-side-bar-scection a:hover {
  color: #ffe928;
  transition: color 200ms ease;
}

.weekly-page-side-bar-scection br {
  margin-bottom: .6em;
}

.weekly-main-content-section {
  border-bottom: 2px solid #ED1968;
}

.weekly-page-social-links {
  margin-top: 2em;
}

.weekly-page-social-links a {
  display: inline;
  text-align: center;
}

.weekly-page-social-links a svg {
  width: 20%;
  border: none;
  padding: 10px 10px 10px 0;
}

.weekly-page-side-bar-scection:nth-last-child(1) {
  border: none;
}

.weekly-page-side-bar-scection:first-child {
  margin-top: 1.5em;
}

form label {
  color: #eee;
  margin-bottom: .75em;
}

form .ss-q-title {
  color: #eee;
}

form input[type="email"], form input[type="text"], form input[type="tel"], form textarea {
  background: none;
  border: 3px solid #fff;
  color: white;
  padding: .2em .4em;
  display: block;
  width: 100%;
}

form input[type="submit"] {
  background: none;
  display: block;
  margin-top: 1em;
  width: 100%;
  border: 3px solid #fff;
  color: #fff;
  border-radius: .1em;
  padding: .5em .6em;
  -webkit-transition: background-color, 300ms;
  transition: background-color, 300ms;
}

form input[type="submit"]:hover, form input[type="submit"]:focus, form input[type="submit"]:active {
  background-color: #46256a;
  -webkit-transition: background-color, 300ms;
  transition: background-color, 300ms;
}

@media only screen and (min-width: 48em) {
  .weekly-page-side-bar-scection {
    padding-bottom: 0;
  }
  .weekly-page-side-bar-scection a {
    padding-bottom: .5em;
    font-size: 1.3em;
  }
  .weekly-page-side-bar-scection:first-child {
    margin-top: 0;
  }
  .weekly-page-social-links {
    margin-top: 0;
  }
}

.sitemap-list ul {
  list-style-type: none;
  padding-left: 0;
}

.sitemap-list li {
  list-style-type: none;
  border-bottom: 1px solid #222;
  padding: .35em 0;
}

.sitemap-link {
  visibility: hidden;
}

.weekly-photo-grid img {
  margin-bottom: 1.5em;
}

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

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

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

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

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

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

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

.promotional-item {
  background-color: none;
  margin-bottom: 3em;
}

.promotional-item h3{
    color: #fff;
    line-height: 0em;
  }

.promotional-item h4{
  color: #fff;
  font-size: 2em;
}

.promotional-item P{

}

.promotional-item a{
  text-align: center;
}


.background-variant {
  background-color: #46256a;
}