/* ==========================================================================
   Merge Files
   ========================================================================== */
/* Modules
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@font-face {
  font-family: 'MaterialIcons';
  src: url("../fonts/MaterialIcons-Regular.eot?v=4.4.0");
  src: url("../fonts/MaterialIcons-Regular.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

/* Vendors
   ========================================================================== */
/*! HTML5 Boilerplate v5.2.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
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
/*
 * 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.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    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; } }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e87957;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #e87957;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

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

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none; }

html,
body {
  font-size: 14px;
  height: 100%; }

body {
  overflow-x: hidden;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  min-width: 320px;
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-smoothing: antialiased;
  background: #5f8098; }

h1, h2, h3, h4, h5, h6, p {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #2f2f2f; }

img {
  max-width: 100%; }

a {
  background: transparent;
  text-decoration: none; }

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
  color: #2f2f2f; }

@media only screen and (max-width: 768px) {
  body {
    font-size: 13px; } }

/* ==========================================================================
   Container
   ========================================================================== */
.container {
  display: block; }

.row {
  clear: both; }
  .row .halved {
    float: left;
    width: 50%; }
  .row .fourth {
    float: left;
    width: 50%; }

.wrap {
  position: relative;
  background: #5f8098;
  background-size: cover;
  background-position: left;
  padding-bottom: 70px; }
  .wrap.dark {
    background: #34495e; }

/* Container Responsive
   ========================================================================== */
@media (min-width: 480px) {
  .container {
    width: auto;
    margin-left: 1em;
    margin-right: 1em; } }

/* Tablet */
@media (min-width: 768px) {
  .container {
    width: 723px;
    margin-left: auto;
    margin-right: auto; } }

/* Small Monitor */
@media (min-width: 992px) {
  .container {
    margin-left: auto;
    margin-right: auto; } }

/* Large Monitor */
@media only screen and (min-width: 1200px) {
  .container {
    margin-left: auto;
    margin-right: auto; } }

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

.l-left {
  float: left; }

.l-right {
  float: right; }

/* Partials
   ========================================================================== */
/* ==========================================================================
   Global Form Styles
   ========================================================================== */
.form {
  padding: 1em 0; }

.fieldset {
  width: 100%;
  position: relative;
  padding: 1em 1em 1em;
  overflow: hidden;
  margin-bottom: 0.6em; }
  .fieldset:last-child {
    margin-bottom: 0; }
  .fieldset.end {
    position: absolute;
    left: 0;
    padding-bottom: 0; }
    .fieldset.end .container {
      position: relative;
      padding: 1em 15px; }
    .fieldset.end:after {
      content: "";
      background: url(../img//colours.png);
      display: block;
      border-top: 2px solid #fff;
      height: 30px;
      margin-left: -1rem;
      width: 110%; }

.fieldset:nth-of-type(3) {
  border: 3px solid #22313F;
  background: rgba(255, 255, 255, 0.1); }
  .fieldset:nth-of-type(3) legend {
    color: #fff;
    border-bottom: 1px solid #22313F; }
    .fieldset:nth-of-type(3) legend:after {
      color: #2f2f2f; }
  .fieldset:nth-of-type(3) label {
    color: #2f2f2f; }

.icon:after {
  font-family: "MaterialIcons";
  font-size: 1.6em;
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
  float: right;
  color: #22313F;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }

.icon.face:after {
  content: '\e87c'; }

.icon.heart:after {
  content: '\e87d'; }

.icon.chat:after {
  content: '\e0b7'; }

#terms + label {
  color: #2f2f2f;
  text-decoration: underline; }

.legend,
.outside_legend h3 {
  float: left;
  width: 100%;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #22313F;
  font-size: 1.8rem;
  font-family: "Pacifico", cursive;
  font-weight: bold;
  margin-bottom: 1em;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }

.outside_legend {
  display: block;
  margin: 0 1em; }
  .outside_legend h3 {
    margin: 0; }

label {
  display: inline-block;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #22313F; }

label.error {
  color: #22313F;
  position: absolute;
  right: 0;
  bottom: -1.5em;
  font-size: 0.8em; }

.field {
  position: relative;
  margin-bottom: 1em;
  clear: both; }
  .field .fullwidth {
    display: block;
    width: 100%; }

/* ==========================================================================
   Input
   ========================================================================== */
textarea,
input:not([type]),
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="text"],
input[type="url"] {
  width: 100%;
  vertical-align: top; }

input:not([type]),
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="text"],
input[type="url"],
.selection .select2-selection {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  outline: none;
  -webkit-appearance: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  line-height: 1.2em;
  padding: 0.7em 1em;
  font-size: 1em;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: #2f2f2f;
  border-radius: 0.3rem;
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  transition: color 0.1s ease, border-color 0.1s ease; }

.input:focus {
  border-color: #e87957;
  background: #fff; }

input.error,
.input.error,
select.error,
select.error ~ .select2 .select2-selection {
  border-color: rgba(217, 83, 79, 0.9) !important;
  background-color: #fff; }

/* ==========================================================================
   Checkbox
   ========================================================================== */
.checkbox {
  position: relative;
  display: inline-block;
  outline: none; }

.checkbox input {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0 !important;
  outline: none;
  z-index: -1; }

.checkbox input.hidden {
  z-index: -1; }

.checkbox input.hidden + label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkbox label {
  cursor: pointer;
  position: relative;
  display: block;
  padding-left: 2.2em;
  padding-right: 0.2em;
  outline: none;
  font-size: 0.9em;
  line-height: 1.4;
  padding-top: 0.2em; }

.checkbox label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  content: '';
  background: #fff;
  border-radius: 0.2rem;
  border: 1px solid #D4D4D5; }

.checkbox label:after {
  position: absolute;
  font-size: 1em;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  text-align: center;
  opacity: 0;
  color: #2f2f2f;
  transition: all 0.1s ease; }

/* States
   ========================================================================== */
.checkbox label:hover::before {
  background: #fff;
  border-color: rgba(34, 36, 38, 0.35); }

.checkbox label:hover,
.checkbox + label:hover {
  color: #2f2f2f; }

.checkbox label:active::before {
  background: #F9FAFB;
  border-color: rgba(34, 36, 38, 0.35); }

.checkbox label:active::after {
  color: rgba(0, 0, 0, 0.95); }

.checkbox input:active ~ label {
  color: rgba(0, 0, 0, 0.95); }

.checkbox input:focus ~ label:before {
  background: #FFFFFF;
  border-color: #96C8DA; }

.checkbox input:focus ~ label:after {
  color: rgba(0, 0, 0, 0.95); }

.checkbox input:focus ~ label {
  color: rgba(0, 0, 0, 0.95); }

/* Checked States
   ========================================================================== */
.checkbox input:checked ~ label:before {
  content: '\e876';
  font-family: "MaterialIcons";
  background: #fff;
  border-color: #e87957;
  color: #e87957;
  font-size: 1.75em;
  line-height: 1; }

.checkbox input:checked ~ label:after {
  opacity: 1;
  color: rgba(0, 0, 0, 0.95); }

.checkbox input:checked:focus ~ label:before {
  background: #FFFFFF;
  border-color: #96C8DA; }

/* Modifiers
   ========================================================================== */
.own-line {
  width: 100%;
  margin-bottom: 1.5em; }
  .own-line label {
    margin-left: -2em;
    display: inline-block; }

.checkbox.block {
  display: block;
  margin-bottom: 1em; }

/* Validation
   ========================================================================== */
#terms + .error {
  position: absolute;
  font-size: 0.8em; }

#terms + .error:before {
  content: normal; }

/* ==========================================================================
   Select2 Dropdown
   ========================================================================== */
.select2 {
  width: 100% !important; }

.selection .select2-selection {
  height: 2.715em;
  padding: 0.35em 1em; }

.selection .select2-selection__rendered {
  padding-left: 0 !important; }

.selection .select2-selection__arrow {
  height: 2.715em !important; }

/* ==========================================================================
   JQuery UI Date Picker
   ========================================================================== */
.ui-datepicker-header {
  background-color: transparent;
  border-color: transparent; }

.ui-state-active {
  color: #454545 !important;
  background: #e87957 !important; }

.ui-state-highlight {
  color: #454545 !important;
  font-weight: bold !important; }

.ui-datepicker-title {
  margin: 0 !important; }
  .ui-datepicker-title .select2-container--open .select2-selection {
    border-bottom-width: 1px; }
  .ui-datepicker-title .select2-selection {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0; }
  .ui-datepicker-title .select2 {
    width: 50% !important; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: none; }

.ui-datepicker-calendar .ui-state-default {
  background: #fafafa;
  border-width: 0;
  padding: 0.5em;
  font-size: 1.1em;
  transition: all 0.1s ease; }
  .ui-datepicker-calendar .ui-state-default:hover {
    background: #f2f2f2; }

.display_popup {
  border-radius: 0.3rem;
  background-color: white;
  padding: 0;
  margin-top: 0.3em;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  z-index: 999999;
  width: 100%; }

.display_popup_list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 70vh;
  overflow-y: scroll; }

.display_popup_list li {
  cursor: pointer;
  padding: 0.2em;
  text-transform: capitalize; }

.display_popup_list li:hover {
  background: #e87957 none; }

.hide {
  display: none; }

/* ==========================================================================
   Global Button Style
   ========================================================================== */
.btn {
  /* Display & Box Model */
  display: inline-block;
  border: 0;
  margin: 0em 0.25em 0em 0em;
  padding: 0.9em 1.5em 0.8em;
  min-height: 1em;
  /* Typography */
  color: #fff;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1em;
  /* Accessibility */
  cursor: pointer;
  outline: 0;
  user-select: none;
  /* Other */
  background: #e87957 none;
  border-radius: 0.3rem;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  -webkit-tap-highlight-color: transparent; }

/* States
   ========================================================================== */
.btn:hover {
  background-color: #e98060;
  background-image: none; }

.btn:focus {
  background-color: #e98060; }

.btn:active {
  background-color: #eb8b6d; }

/* ==========================================================================
   Button Modifiers
   ========================================================================== */
.register:after {
  content: '\e7fe';
  font-family: "MaterialIcons";
  font-size: 1.8em;
  margin-left: 5px;
  display: inline-block;
  vertical-align: bottom; }

.option {
  display: block;
  border-right: 2px solid #283640;
  border-bottom: 2px solid #283640;
  border-top: 2px solid #506C7F;
  border-left: 2px solid #506C7F;
  margin: 3em 1em 0;
  text-align: center;
  border-radius: 5px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }
  .option h1 {
    font-family: 'stag-bold';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.03em; }

.option:focus {
  background-color: #e98060; }

.option:active {
  background-color: #eb8b6d; }

.header {
  background-color: #fff;
  background-attachment: fixed;
  background-size: contain;
  padding: 0 0 1em 0;
  position: relative; }
  .header .logo {
    width: 250px;
    max-width: 100%; }
  .header:before {
    content: "";
    background: url(../img//colours.png);
    display: block;
    height: 30px;
    margin-left: -1rem;
    width: 110%;
    margin-bottom: 1em; }

.sub_nav {
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden; }

hr {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #22313F; }

.back,
.switch {
  padding: 1em;
  color: #22313F;
  line-height: 1.4; }
  .back:before,
  .switch:before {
    font-family: "MaterialIcons";
    font-size: 1.6em;
    display: inline-block;
    line-height: 1;
    vertical-align: bottom;
    color: #22313F;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }

.back {
  float: left; }
  .back:before {
    content: "\e5c4";
    float: left; }

.switch {
  float: right; }
  .switch:before {
    content: "\e5c8";
    float: right; }

.form_title {
  color: #fff;
  font-size: 3em;
  text-align: center;
  margin: 0;
  padding: 0.5em 0;
  background: #222;
  font-family: 'stag-bold';
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }

.page_heading {
  text-align: center; }

.frame {
  position: relative;
  display: inline-block;
  background: #fff; }
  .frame:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 105%;
    width: 105%;
    left: -2.5%;
    top: -2.5%;
    background: rgba(255, 255, 255, 0.4);
    z-index: -1; }
  .frame.circle {
    border-radius: 50%;
    height: 185px;
    width: 185px; }
    .frame.circle:before {
      border-radius: 50%; }
    .frame.circle .logo {
      padding-top: 25px; }

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

@media only screen and (max-width: 640px) 
{
	.mobile100
	{
		width:100% !important;	
	}
	
	.halved
	{
		width:100%;	
	}
	
	
	.fourth
	{
		width:100% !important;	
	}
	
	.register
	{
		white-space:normal;
		line-height:1.4;	
	}
	
	.mobile_form_title
	{
		font-size:2.2em !important;		
	}
}

@media only screen and (max-width: 460px) 
{
	.mobile_form_title
	{
		font-size:1.8em !important;		
	}
}

@media only screen and (max-width: 380px) 
{
	.mobile_form_title
	{
		font-size:1.6em !important;		
	}
}

@media only screen and (max-width: 320px) 
{
	.mobile_form_title
	{
		font-size:1.4em !important;		
	}
}

@media only screen and (max-width: 240px) 
{
	.mobile_form_title
	{
		font-size:1.0em !important;		
	}
}


.mb20
{
	margin-bottom:20px;	
}

