/*------------------------------------------------------------------

	Project:		Illusion Framework
	Description:	Base html/css framework for easy website development
	Version:		1.0

	Last change:
	Assigned to:	Reece Dixon (RD)

-------------------------------------------------------------------*/
/*	==========================================================================
	Variables
	========================================================================== */
/*	==========================================================================
	VARIABLES
	========================================================================== */
/*  Paths
    -------------------------------------------------------------------------- */
/*  Layout Settings
    -------------------------------------------------------------------------- */
/*  Sizings
    -------------------------------------------------------------------------- */
/*  Breakpoints
    -------------------------------------------------------------------------- */
/*  Containers
    -------------------------------------------------------------------------- */
/*  Sections
    -------------------------------------------------------------------------- */
/*  Typography
    -------------------------------------------------------------------------- */
/*  Weights
    -------------------------------------------------------------------------- */
/*  Links
    -------------------------------------------------------------------------- */
/*  Colors
    -------------------------------------------------------------------------- */
/*  Global
    -------------------------------------------------------------------------- */
/*  Layers
    -------------------------------------------------------------------------- */
/*  Buttons
    -------------------------------------------------------------------------- */
/*  Form
    -------------------------------------------------------------------------- */
/*  Animation
    -------------------------------------------------------------------------- */
/*	==========================================================================
	Vendors
	========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400';
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*	==========================================================================
	BOOTSTRAP 3.3.6
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
.container, .main-header__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container::after, .main-header__inner::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container, .main-header__inner {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container, .main-header__inner {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container, .main-header__inner {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container, .main-header__inner {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height;
  transition-property: height; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-sm {
    width: 300px; } }

@media (min-width: 768px) {
  .modal-lg {
    width: 900px; } }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.invisible {
  visibility: hidden !important; }

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c; }

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5; }

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44; }

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5; }

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f; }

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*	==========================================================================
	Utilities
	========================================================================== */
/*	==========================================================================
	FUNCTIONS
	========================================================================== */
/*  Path Helper
    -------------------------------------------------------------------------- */
/*  Strip Unit
    -------------------------------------------------------------------------- */
/*  Layers
    -------------------------------------------------------------------------- */
/*  Black & White
    -------------------------------------------------------------------------- */
/*  Multi-level Map Get
    -------------------------------------------------------------------------- */
/*	==========================================================================
	MIXINS
	========================================================================== */
/*  Breakpoints
    -------------------------------------------------------------------------- */
/*  Retina
    -------------------------------------------------------------------------- */
/*  Clearfix
    -------------------------------------------------------------------------- */
/*  Reset List
    -------------------------------------------------------------------------- */
/*  Reset Button
    -------------------------------------------------------------------------- */
/*  Focus State
    -------------------------------------------------------------------------- */
/*  Screen Reader
    -------------------------------------------------------------------------- */
/*  Placeholder Colour
    -------------------------------------------------------------------------- */
/*  Keyframes
    -------------------------------------------------------------------------- */
/*  Animation
    -------------------------------------------------------------------------- */
/*  Vertical Alignment
    -------------------------------------------------------------------------- */
/*  Truncate Text
    -------------------------------------------------------------------------- */
/*  Pseudo
    -------------------------------------------------------------------------- */
/*  Gutter
    -------------------------------------------------------------------------- */
/*  Bleed
    -------------------------------------------------------------------------- */
/*	==========================================================================
	UTILITIES
	========================================================================== */
/*  Screen Reader
    -------------------------------------------------------------------------- */
.screen-reader-text, .sr-only {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

/*  Text Alignment
    -------------------------------------------------------------------------- */
.clearfix::after {
  content: "";
  display: table;
  clear: both; }

/*  Float
    -------------------------------------------------------------------------- */
.left {
  float: left; }

.right {
  float: right; }

/*  Text Alignment
    -------------------------------------------------------------------------- */
.text-left {
  text-align: left; }

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

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

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

/*  Text Nowrap
    -------------------------------------------------------------------------- */
.text-nowrap {
  white-space: nowrap; }

/*  Text Truncate
    -------------------------------------------------------------------------- */
.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/*	==========================================================================
	RESPONSIVE
	========================================================================== */
/*
        This file controls all responsive mixins
    */
/*  Variables
    -------------------------------------------------------------------------- */
/*  Variables
    -------------------------------------------------------------------------- */
/*	==========================================================================
	Base
	========================================================================== */
/*	==========================================================================
	GENERAL
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

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

/*  Selection Styles
    -------------------------------------------------------------------------- */
::-moz-selection {
  background-color: #b1d7fe; }
::selection {
  background-color: #b1d7fe; }

::-moz-selection {
  background-color: #b1d7fe; }

/*  Typography
    -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  margin: 0; }

/*  Links
    -------------------------------------------------------------------------- */
a {
  color: #7532e4;
  text-decoration: none; }
  a:hover {
    color: #7532e4;
    text-decoration: none; }

/*  Images
    -------------------------------------------------------------------------- */
img {
  display: inline-block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

/*	==========================================================================
	LAYOUT
	========================================================================== */
/*  Mixin
    -------------------------------------------------------------------------- */
/*  Sticky Footer
    -------------------------------------------------------------------------- */
#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons.eot?f5x042");
  src: url("../fonts/icons.eot?f5x042#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?f5x042") format("truetype"), url("../fonts/icons.woff?f5x042") format("woff"), url("../fonts/icons.svg?f5x042#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-check:before {
  content: "\f00c"; }

.icon-close:before {
  content: "\f00d"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-times:before {
  content: "\f00d"; }

.icon-download:before {
  content: "\f019"; }

.icon-edit:before {
  content: "\f044"; }

.icon-pencil-square-o:before {
  content: "\f044"; }

.icon-share-square-o:before {
  content: "\f045"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-heart-o:before {
  content: "\f08a"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-facebook-f:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-arrows-alt:before {
  content: "\f0b2"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-unsorted:before {
  content: "\f0dc"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-cc-visa:before {
  content: "\f1f0"; }

.icon-cc-mastercard:before {
  content: "\f1f1"; }

.icon-cc-discover:before {
  content: "\f1f2"; }

.icon-cc-amex:before {
  content: "\f1f3"; }

.icon-cc-paypal:before {
  content: "\f1f4"; }

.icon-cc-stripe:before {
  content: "\f1f5"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-hand-pointer-o:before {
  content: "\f25a"; }

/*	==========================================================================
	TYPOGRAPHY
	========================================================================== */
/*  Google Fonts
    -------------------------------------------------------------------------- */
/*  General
    -------------------------------------------------------------------------- */
body {
  color: #333333;
  font-size: 1rem;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5; }

/*  Headers
    -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility;
  line-height: 1; }

h1 {
  font-size: 46px; }

h2 {
  font-size: 38px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/*  Strong
    -------------------------------------------------------------------------- */
.bold, strong {
  font-weight: 600; }

/*  Emphasized
    -------------------------------------------------------------------------- */
.italic, em, i {
  font-style: italic; }

/*  Entry Content
    -------------------------------------------------------------------------- */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 1rem; }

.entry-content p {
  margin-top: 1rem; }

/*	==========================================================================
	ANIMATION
	========================================================================== */
/*  Keyframes
    -------------------------------------------------------------------------- */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

/*  Alias
    -------------------------------------------------------------------------- */
/*  General
    -------------------------------------------------------------------------- */
/*	==========================================================================
	Elements
	========================================================================== */
/*	==========================================================================
	Lists
	========================================================================== */
/*  Variables
    -------------------------------------------------------------------------- */
/*  General
    -------------------------------------------------------------------------- */
/*  Unordered List
    -------------------------------------------------------------------------- */
/*  Ordered List
    -------------------------------------------------------------------------- */
/*  Definition List
    -------------------------------------------------------------------------- */
dl dt {
  font-weight: bold; }

dl dd {
  margin-bottom: .5rem;
  margin-left: 0; }

/*	==========================================================================
	Tables
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
.table {
  width: 100%;
  max-width: 100%; }
  .table caption {
    padding: 8px 0;
    font-size: 12px;
    text-align: left;
    color: grey; }
  .table tr th, .table tr td {
    border-bottom: 1px solid #E5E5E5;
    vertical-align: top;
    padding: 10px 0; }
  .table tr th {
    text-align: left; }
  .table thead tr th, .table thead tr td {
    vertical-align: bottom; }
  .table tbody td, .table tbody th {
    font-size: 14px; }
  .table tfoot tr th, .table tfoot tr td {
    color: grey;
    font-style: italic;
    font-size: 12px; }

/*	==========================================================================
	FORM
	========================================================================== */
/*  Variables
    -------------------------------------------------------------------------- */
/*  Form Elements
    -------------------------------------------------------------------------- */
/*	==========================================================================
	INPUT
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
/*	==========================================================================
	TEXTAREA
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
textarea {
  max-width: 100%; }

/*  Enforce rows
    -------------------------------------------------------------------------- */
textarea[rows] {
  height: auto; }

/*	==========================================================================
	RADIO
	========================================================================== */
/*  Variables
    -------------------------------------------------------------------------- */
/*  General
    -------------------------------------------------------------------------- */
/*  Custom Radios
    -------------------------------------------------------------------------- */
.radio {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 1.5rem;
  padding-right: 1rem;
  position: relative;
  cursor: pointer;
  display: block; }
  .radio input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .radio input:active ~ .control-indicator {
    color: #fff;
    background-color: #17a1e6; }
  .radio input:checked ~ .control-indicator {
    color: #fff;
    background-color: #17a1e6;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }
  .radio input:disabled:active ~ .control-indicator {
    background-color: #eee; }
  .radio input:disabled ~ .control-indicator {
    opacity: 0.4; }
  .radio .control-indicator {
    border-radius: 50%; }

/*	==========================================================================
	CHECKBOX
	========================================================================== */
/*  Variables
    -------------------------------------------------------------------------- */
/*  General
    -------------------------------------------------------------------------- */
/*  Custom Radios
    -------------------------------------------------------------------------- */
.checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 1.5rem;
  padding-right: 1rem;
  position: relative;
  cursor: pointer;
  display: block; }
  .checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .checkbox input:active ~ .control-indicator {
    color: #fff;
    background-color: #17a1e6; }
  .checkbox input:checked ~ .control-indicator {
    color: #17a1e6;
    background-color: #17a1e6;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }
  .checkbox input:disabled:active ~ .control-indicator {
    background-color: #eee; }
  .checkbox input:disabled ~ .control-indicator {
    opacity: 0.4; }

/*	==========================================================================
	SELECT
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
select {
  padding: 0 36px 0 16px;
  background-color: inherit;
  background-position: 100% center;
  background-repeat: no-repeat;
  appearance: none;
  background-image: url("../../../content/select.svg");
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }
  select::-ms-expand {
    display: none; }

.form-control--select {
  appearance: none;
  background-repeat: no-repeat;
  background-position: 100% center;
  background-image: url("../../../content/select.svg");
  -webkit-appearance: none;
  -moz-appearance: none; }

/*  Multiple Select
    -------------------------------------------------------------------------- */
select[multiple] {
  background-image: none;
  padding: rem-calc(16); }

/*	==========================================================================
	FILE
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
/*  Form Group
    -------------------------------------------------------------------------- */
.form-group {
  margin-bottom: 1rem; }

/*  Form Control
    -------------------------------------------------------------------------- */
.form-control {
  width: 100%;
  display: block;
  font-size: 16px;
  border: 1px solid #cccccc;
  padding: 0 16px;
  line-height: 46px;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: none;
  -webkit-background-clip: padding-box;
          background-clip: padding-box; }
  .form-control:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 5px #51cbee;
            box-shadow: 0 0 5px #51cbee;
    border: 1px solid #51cbee; }
  .form-control::-webkit-input-placeholder {
    color: #666666; }
  .form-control:-moz-placeholder {
    opacity: 1;
    color: #666666; }
  .form-control::-moz-placeholder {
    color: #666666; }
  .form-control:-ms-input-placeholder {
    color: #666666; }
  .form-control.disabled, .form-control[disabled], .form-control[readonly] {
    cursor: not-allowed; }

/*  Radio & Checkbox Indicator
    -------------------------------------------------------------------------- */
.control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 65%;
  color: #eee;
  text-align: center;
  background-color: #eee;
  -webkit-background-size: 50% 50%;
          background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*  Fieldset
    -------------------------------------------------------------------------- */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

/*  Legend
    -------------------------------------------------------------------------- */
/*  Label
    -------------------------------------------------------------------------- */
label {
  max-width: 100%;
  display: inline-block;
  margin-bottom: 5px; }

/*	==========================================================================
	Embed
	========================================================================== */
/*  Mixin
    -------------------------------------------------------------------------- */
/*  General
    -------------------------------------------------------------------------- */
.embed-object {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .embed-object iframe {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%; }

/*	==========================================================================
	Components
	========================================================================== */
/*	==========================================================================
	SECTION
	========================================================================== */
/*  Mixins
    -------------------------------------------------------------------------- */
/*  General
    -------------------------------------------------------------------------- */
.section {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .section::after {
    content: "";
    display: table;
    clear: both; }

/*  Section Variations
    -------------------------------------------------------------------------- */
.section-full {
  height: 100vh; }

/*  Size Variations
    -------------------------------------------------------------------------- */
.section-sm {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.section-md {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.section-lg {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.section-filter {
  z-index: 500;
  padding: 35px 0;
  position: relative;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.05); }

/*	==========================================================================
	BUTTONS
	========================================================================== */
/*  Mixin
    -------------------------------------------------------------------------- */
/*  General
    -------------------------------------------------------------------------- */
.button {
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  zoom: 1;
  font-weight: 300;
  line-height: 1.25;
  border: 1px solid transparent;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 3px;
  font-size: 14px; }
  .button:focus, .button.focus, .button:active, .button.active {
    text-decoration: none; }
  .button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/*  Button Types
	-------------------------------------------------------------------------- */
.button-block {
  display: block;
  width: 100%; }

.button-block + .button-block {
  margin-top: 15px; }

/*  Buttons
	-------------------------------------------------------------------------- */
.button-default {
  color: #373a3c;
  background-color: #ffffff;
  border-color: #cccccc; }
  .button-default:hover {
    background-color: #e6e6e6;
    color: #373a3c; }
  .button-default:focus, .button-default:active, .button-default.active {
    background-color: #d9d9d9;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.button-primary {
  color: #ffffff;
  background-color: rgba(0, 155, 215, 0.85);
  border-color: transparent; }
  .button-primary:hover {
    background-color: rgba(0, 118, 164, 0.85);
    color: #ffffff; }
  .button-primary:focus, .button-primary:active, .button-primary.active {
    background-color: rgba(0, 100, 139, 0.85);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

/*  Buttons States
	-------------------------------------------------------------------------- */
.button.disabled,
.button:disabled,
.button[disabled] {
  opacity: 0.65;
  pointer-events: none;
  cursor: not-allowed; }

/*  Buttons Sizes
	-------------------------------------------------------------------------- */
.button-xs {
  padding: 0 10px;
  line-height: 25px;
  border-radius: 3px;
  font-size: 12px; }

.button-sm {
  padding: 0 15px;
  line-height: 30px;
  border-radius: 3px;
  font-size: 14px; }

.button-md {
  padding: 0 20px;
  line-height: 40px;
  border-radius: 3px;
  font-size: 14px; }

.button-lg {
  padding: 0 25px;
  line-height: 50px;
  border-radius: 3px;
  font-size: 14px; }

/*	==========================================================================
	CARD
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
.card {
  margin-bottom: 60px; }

.card__title {
  margin: 15px 0 0 0;
  font-size: 18px; }

.card img {
  max-width: 100%; }

/*  Context
    -------------------------------------------------------------------------- */
/*	==========================================================================
	PAGINATION
	========================================================================== */
/*  Variables
    -------------------------------------------------------------------------- */
/*  General
    -------------------------------------------------------------------------- */
/*	==========================================================================
	BUTTON GROUP
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
/*	==========================================================================
	PAGINATION
	========================================================================== */
/*  Variables
    -------------------------------------------------------------------------- */
/*  General
    -------------------------------------------------------------------------- */
.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block; }

/*  Buttons
    -------------------------------------------------------------------------- */
.pagination__item {
  display: inline-block; }
  .pagination__item a, .pagination__item span {
    display: block;
    padding: 10px 10px; }

.pagination__item--active {
  font-weight: bold; }

/*	==========================================================================
	Parts
	========================================================================== */
/*	==========================================================================
	HEADER
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
.main-header {
  width: 100%;
  background-color: #333333;
  min-height: 100px; }

/*  Site Header Inner
    -------------------------------------------------------------------------- */
.main-header__inner {
  position: relative; }

/*  Branding
    -------------------------------------------------------------------------- */
.main-header__logo {
  margin-top: 25px;
  float: left; }
  .main-header__logo a {
    display: block;
    width: 256px;
    height: 42px;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out; }
    .main-header__logo a:hover {
      opacity: 0.6; }

/*	==========================================================================
	NAVIGATION
	========================================================================== */
/*  Primary Navigation
    -------------------------------------------------------------------------- */
.main-header__navigation {
  float: right; }

/*  Menu
    -------------------------------------------------------------------------- */
.main-header__navigation__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  /* Mobile Styles */ }
  .main-header__navigation__menu li {
    display: inline-block;
    text-align: center; }
    .main-header__navigation__menu li a {
      display: block;
      color: #ffffff;
      font-size: 14px;
      padding: 0px 15px;
      line-height: 100px;
      font-family: 'Raleway', sans-serif;
      text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .main-header__navigation__menu {
      display: none; } }

/*	==========================================================================
	FOOTER
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
.main-footer {
  background-color: #f2f2f2;
  padding: 25px 0; }

/*	==========================================================================
	Pages
	========================================================================== */
/*	==========================================================================
	PAGE HOMEPAGE
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
.centered-container {
  height: 500px;
  width: 100%; }

.centered-element {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center; }
  .centered-element h2 {
    font-size: 64px;
    margin: 0 auto 10px;
    text-transform: uppercase;
    font-weight: 900;
    max-width: 600px; }
  .centered-element p {
    font-size: 22px;
    margin: 0 0 25px; }

.section-gallery {
  padding: 60px 0 0;
  background-color: #f2f2f2; }
  .section-gallery .container, .section-gallery .main-header__inner {
    max-width: 1400px;
    width: 100%; }
  @media screen and (min-width: 992px) {
    .section-gallery {
      padding: 135px 0 75px; } }

.gallery__pagination {
  text-align: center; }

/*	==========================================================================
	PAGE SPLASHPAGE
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */
a {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out; }
  a:hover {
    opacity: 0.4; }

.section--splash-page {
  display: table;
  background-image: url("../../../content/avemquirks-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding: 50px 25px;
  width: 100%;
  height: 100vh; }

.centered--content {
  display: table-cell;
  vertical-align: middle; }

.splashpage__logo {
  margin: 0 0 80px; }
  .splashpage__logo img {
    max-width: 490px;
    width: 100%; }
  @media screen and (min-width: 992px) {
    .splashpage__logo {
      margin: 200px 0 80px; } }

.splashpage__lead {
  font-weight: 100;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 23px; }

.splashpage__description {
  margin: 0 0 60px;
  font-size: 12px; }

.splashpage__logos {
  list-style: none;
  padding: 0;
  margin: 0; }
  .splashpage__logos li {
    display: block; }
  .splashpage__logos li + li {
    margin-top: 40px; }

/*	==========================================================================
	Print
	========================================================================== */
/*	==========================================================================
	PRINT
	========================================================================== */
/*  General
    -------------------------------------------------------------------------- */

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