/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   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 styling not present in IE 8/9.
 */
[hidden] {
  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 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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 {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
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.
 * 2. Remove excess padding in IE 8/9.
 */
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;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #54301b;
  background-color: #ffffff;
  position: relative;
}
::-moz-selection {
  background: #54301b;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #54301b;
  color: #ffffff;
  text-shadow: none;
}
.container {
  padding: 20px 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img,
video,
canvas,
object,
embed {
  max-width: 100%;
  _width: 100%;
}
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* Improve IE's resizing of images */

}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* Also Includes Media Quieries */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1000px;
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .small-1 {
    position: relative;
    width: 8.33333%;
  }
  .small-2 {
    position: relative;
    width: 16.66667%;
  }
  .small-3 {
    position: relative;
    width: 25%;
  }
  .small-4 {
    position: relative;
    width: 33.33333%;
  }
  .small-5 {
    position: relative;
    width: 41.66667%;
  }
  .small-6 {
    position: relative;
    width: 50%;
  }
  .small-7 {
    position: relative;
    width: 58.33333%;
  }
  .small-8 {
    position: relative;
    width: 66.66667%;
  }
  .small-9 {
    position: relative;
    width: 75%;
  }
  .small-10 {
    position: relative;
    width: 83.33333%;
  }
  .small-11 {
    position: relative;
    width: 91.66667%;
  }
  .small-12 {
    position: relative;
    width: 100%;
  }
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }
  .large-2 {
    position: relative;
    width: 16.66667%;
  }
  .large-3 {
    position: relative;
    width: 25%;
  }
  .large-4 {
    position: relative;
    width: 33.33333%;
  }
  .large-5 {
    position: relative;
    width: 41.66667%;
  }
  .large-6 {
    position: relative;
    width: 50%;
  }
  .large-7 {
    position: relative;
    width: 58.33333%;
  }
  .large-8 {
    position: relative;
    width: 66.66667%;
  }
  .large-9 {
    position: relative;
    width: 75%;
  }
  .large-10 {
    position: relative;
    width: 83.33333%;
  }
  .large-11 {
    position: relative;
    width: 91.66667%;
  }
  .large-12 {
    position: relative;
    width: 100%;
  }
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }
}
header {
  margin-top: 30px;
}
.content {
  margin: 10px auto 0;
  border-bottom: 2px solid #efefef;
  max-width: 980px;
}
.subcontent {
  background: #e2e2e2;
  border: 2px solid #ddd;
  padding: 20px;
}
footer {
  /*
	background-image: -o-linear-gradient(top,@primary 18%,#fff 92%);
	background-image: -moz-linear-gradient(top,@primary 18%,#fff 92%);
	background-image: -webkit-linear-gradient(top,@primary 18%,#fff 92%);
	background-image: -ms-linear-gradient(top,@primary 18%,#fff 92%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(.18,@primary),color-stop(.92,#fff));
	background-image: linear-gradient(top,@primary 18%,#fff 92%);
*/

  border-top: 1px solid #3399cc;
  margin-top: 3em;
  max-width: 1000px;
  margin: auto;
  /* 	width: 100%; */

}
footer p {
  font-size: 90%;
  text-transform: uppercase;
  padding: 7px;
  margin: 0;
  text-align: right;
}
.download {
  background: black;
  border-radius: 5px;
  color: white;
  text-align: center;
}
.pink,
.green,
.orange {
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  color: white;
  /* 	border-radius: 10px 10px 0px 0px; */

}
.pink a,
.green a,
.orange a {
  color: white;
  text-align: center;
}
.pink a img,
.green a img,
.orange a img {
  margin: auto;
}
.pink {
  background: #D60093;
}
.green {
  background: #01CC00;
}
.orange {
  background: #FFCC01;
}
nav {
  /*
border-left: 26px transparent solid;
border-right: 26px transparent solid;
*/

  margin: 0 auto 10px;
}
nav ul {
  margin: -7px 0 0 !important;
}
nav ul li.active {
  border: none;
  color: #777;
  border-top: 2px solid #39c;
  padding-top: 0px;
  border-radius: 5px 5px 0px 0px;
}
nav ul li.active a {
  background: #fff;
  background: -moz-linear-gradient(top, #f8f8f8 0, #fbfbfb 56%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(56%, #fbfbfb), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f8f8f8 0, #fbfbfb 56%, #ffffff 100%);
  background: -o-linear-gradient(top, #f8f8f8 0, #fbfbfb 56%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0, #fbfbfb 56%, #ffffff 100%);
  background: linear-gradient(top, #f8f8f8 0, #fbfbfb 56%, #ffffff 100%);
  border-color: #fff;
  border-bottom: 3px solid #fff;
  -webkit-box-shadow: -2px -4px 7px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: -2px -4px 7px rgba(50, 50, 50, 0.15);
  box-shadow: -2px -4px 7px rgba(50, 50, 50, 0.15);
  padding: 15px 5px 18px;
  color: #777;
  border-bottom: none;
}
nav ul li {
  border: none;
  padding: 0;
  padding-top: 3px;
  position: relative;
  width: 33.333%;
  display: inline;
  float: left;
  margin: 0;
}
nav ul li a {
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0, #fbfbfb 72%, #f2f2f2 97%, #f6f6f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(72%, #fbfbfb), color-stop(97%, #f2f2f2), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, #f8f8f8 0, #fbfbfb 72%, #f2f2f2 97%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #f8f8f8 0, #fbfbfb 72%, #f2f2f2 97%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0, #fbfbfb 72%, #f2f2f2 97%, #f6f6f6 100%);
  background: linear-gradient(top, #f8f8f8 0, #fbfbfb 72%, #f2f2f2 97%, #f6f6f6 100%);
  border: 1px solid;
  border-color: #d3d3d3 #d3d3d3 #eee;
  display: block;
  font: 600 1.1em/1.5 'Open Sans', arial, sans-serif;
  padding: 15px 5px;
  text-transform: uppercase;
  text-align: center;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: auto;
  color: #444;
}
nav ul li a:hover {
  color: #39c;
}
nav ul li a span {
  padding: 3px;
  margin: 5px;
  color: #85c2e0;
  font-size: 80%;
  background: #1f5c7a;
}
/* Typography */
body {
  color: #333;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 12px;
}
h1,
h2,
h3 {
  line-height: 100%;
}
h1 small,
h2 small,
h3 small {
  font-size: 60%;
  font-weight: normal;
}
h1.subheader,
h2.subheader,
h3.subheader {
  font-weight: normal;
  line-height: 0;
}
h1 {
  font-size: 3.13636em;
}
h2 {
  color: #000;
  font-size: 2.3em;
  font-weight: 300;
  line-height: 1.25;
  margin: 1em 0;
}
h3 {
  font-size: 1.31818em;
}
p,
ul,
blockquote,
pre,
td,
th,
label {
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
p.lead {
  margin: 0;
  font-size: 1.3em;
  line-height: 1.6em;
  margin-bottom: 1.6em;
}
mark {
  padding: 0 3px;
  color: #E92E98;
  background: none;
}
.dropcap {
  font-size: 400%;
  float: left;
  line-height: 0.8em;
  padding: 0 2px 0 0;
  font-family: Serif;
  font-weight: bold;
  position: relative;
  left: -3px;
}
.dropcap.primary {
  color: #3399cc;
}
blockquote {
  font-size: 130%;
}
/* Hyperlinks */
a {
  color: #3399cc;
  text-decoration: none;
  border: none;
}
a:hover {
  color: #2fa1e8;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:focus {
  outline: thin dotted;
}
p a {
  /* Optimized for touch devices */

  margin: -0.5em;
  padding: .5em;
  position: relative;
}
a img {
  display: block;
}
a:hover img {
  box-shadow: 0px 0px 7px #3399cc;
}
a.button {
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0, #fbfbfb 72%, #f2f2f2 97%, #f6f6f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(72%, #fbfbfb), color-stop(97%, #f2f2f2), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, #f8f8f8 0, #fbfbfb 72%, #f2f2f2 97%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #f8f8f8 0, #fbfbfb 72%, #f2f2f2 97%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0, #fbfbfb 72%, #f2f2f2 97%, #f6f6f6 100%);
  background: linear-gradient(top, #f8f8f8 0, #fbfbfb 72%, #f2f2f2 97%, #f6f6f6 100%);
  border: 1px solid;
  border-color: #d3d3d3;
  display: block;
  font: 600 1.1em/1.5 'Open Sans', arial, sans-serif;
  padding: 15px 5px;
  text-transform: uppercase;
  text-align: center;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: auto;
  color: #444;
  margin: 10px;
}
a.button:hover {
  background: #fff;
  background: -moz-linear-gradient(top, #f8f8f8 0, #fbfbfb 56%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(56%, #fbfbfb), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f8f8f8 0, #fbfbfb 56%, #ffffff 100%);
  background: -o-linear-gradient(top, #f8f8f8 0, #fbfbfb 56%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0, #fbfbfb 56%, #ffffff 100%);
  background: linear-gradient(top, #f8f8f8 0, #fbfbfb 56%, #ffffff 100%);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 1% 18px;
  border: 1px solid #dcad92;
  width: 98%;
}
table thead th,
table tfoot th {
  background: rgba(84, 48, 27, 0.5);
}
table thead th.primary,
table tfoot th.primary {
  background: rgba(51, 153, 204, 0.9);
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
table thead tr th,
table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #54301b;
}
table thead tr th:first-child,
table tfoot tr td:first-child {
  border-left: none;
}
table thead tr th:last-child,
table tfoot tr td:last-child {
  border-right: none;
}
table tbody tr {
  background: rgba(84, 48, 27, 0.09999999999999998);
}
table tbody tr .primary {
  background: rgba(51, 153, 204, 0.8);
  color: #111d16;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
table tbody tr:nth-child(even) .primary {
  background: rgba(51, 153, 204, 0.8);
  color: #111d16;
}
table tbody tr:hover {
  background: rgba(84, 48, 27, 0.19999999999999996);
}
table tbody tr:hover .primary {
  background: #2573ac;
  color: #111d16;
}
table tbody tr td {
  color: #54301b;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
}
/* Forms */
form {
  margin: 0 1% 0 1%;
  width: 98%;
}
fieldset {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
  margin: 7px 0;
}
button,
input[type="text"] {
  margin: 7px 0;
  width: 100%;
}
legend {
  margin-left: -0.75em;
}
button,
input,
select,
textarea {
  vertical-align: baseline;
  vertical-align: middle;
  outline: none;
  padding: 3px 0px 3px 3px;
}
/* IE7 and older */
button,
input {
  line-height: normal;
  overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  background: #3399cc;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  color: white;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #5cadd6;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  display: inline;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=text]:focus,
textarea:focus {
  /*   @include box-shadow(0 0 5px rgba(81, 203, 238, 1)); */

  box-shadow: 0px 0px 5px rgba(180, 47, 175, 0.5);
  padding: 3px 0px 3px 3px;
  border: 1px solid #b42faf;
}
/* Quotes */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote {
  quotes: none;
  padding-right: 7%;
  padding-left: 7%;
}
blockquote p:before {
  content: '';
}
blockquote p:after {
  content: '';
}
blockquote,
cite {
  font-style: italic;
}
blockquote > p {
  padding: 0;
}
/* Lists */
ul,
ol {
  list-style-position: inside;
  padding: 0;
  list-style: none;
}
li ul,
li ol {
  margin: 0 1.5em;
}
li {
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
  color: #444;
  border: solid 1px #eee;
  background: #;
  background: #FBFBFB;
  margin: 5px;
}
dl dd {
  margin-left: 1.5em;
}
dt {
  font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
}
/* Layout */
aricle {
  max-width: 944px;
}
.Flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* For image replacement */
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.clear {
  clear: both;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.notice {
  position: absolute;
  top: 10%;
  left: 25%;
  width: 50%;
  background: white;
  box-shadow: 0px 0px 1px black;
  z-index: 1000;
  padding: 20px;
  box-sizing: border-box;
}
.notice.alert {
  background: red;
}
/* Print Styles */
@media print {
  * {
    background: transparent!important;
    color: #000!important;
    text-shadow: none!important;
    filter: none!important;
    -ms-filter: none!important;
  }
  /* Black prints faster */
  a,
  a:visited {
    color: #444!important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't print links for images, javascript or internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* Repeat header row at top of each printed page */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100%!important;
  }
  @page  {
    margin: .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
